@charset "UTF-8";
/*------------------------------------------------------
共通
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .sp_only {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info .sec_tit:after, .cmshtml .sec_about .sec_tit:after, .cmshtml .busi_tit:after, .cmshtml .sec_products .sec_tit:after {
    border-radius: 10px;
    height: 3px;
  }
  .cmshtml .pc_only {
    display: none;
  }
  .cmshtml #page-top {
    bottom: 30px;
    right: 10px;
    max-width: 50px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_tit {
    font-size: 22px;
  }
  .cmshtml .subpage_contents .link_btn a, .cmshtml .link_btn a {
    padding: 10px 45px;
    padding-left: 60px;
    font-size: 14px;
  }
  .cmshtml .link_btn a:before {
    width: 30px;
    height: 30px;
    left: 10px;
  }
  .cmshtml .link_btn a:after {
    width: 8px;
    height: 8px;
    left: 18px;
  }
  .cmshtml .link_btn02 a {
    line-height: 1.3;
    font-size: 14px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .logo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    padding-left: 3%;
  }
  .cmshtml .globalmenu {
    display: flex;
    align-items: center;
  }
  .cmshtml #navigation > li + li {
    position: relative;
  }
  .cmshtml #navigation > li + li:before {
    background: #333;
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .cmshtml .li_txt a:before, .cmshtml .h_li a:before {
    background: #FD7A00;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s;
  }
  .cmshtml .drop-menu:hover .li_txt a, .cmshtml .h_li a:hover {
    color: #FD7A00;
  }
  .cmshtml .drop-menu:hover .li_txt a:before, .cmshtml .h_li a:hover:before {
    width: 100%;
    left: 0;
  }
  .cmshtml .h_contact:before {
    background: #FF8D23;
    border-radius: 50%;
    content: "";
    display: block;
    width: 321px;
    height: 321px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .cmshtml #header.fixed {
    position: fixed;
    animation: DownAnime 0.5s forwards;
    background-color: #FFF;
    box-shadow: rgba(200, 200, 200, 0.6) 0 0 10px;
  }
  .cmshtml #header.fixed .logo {
    max-width: 240px;
    padding: 0;
    top: 10px;
    bottom: auto;
    left: 10px;
  }
  .cmshtml #header.fixed #navigation {
    padding: 10px 0;
  }
  .cmshtml #header.fixed .globalmenu {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  .cmshtml #header.fixed .h_contact {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    display: flex;
    background: #ff8d23;
    border-radius: 0 0 0 16px;
    align-items: center;
    flex-direction: row;
    margin: 0;
  }
  .cmshtml #header.fixed .h_contact > div {
    margin-left: 10px;
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1650px) {
  .cmshtml .logo {
    padding-left: 1%;
    max-width: 300px;
  }
  .cmshtml .li_txt a, .cmshtml .h_li a {
    padding: 5px 15px;
  }
  .cmshtml #navigation {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1001px) {
  .cmshtml .logo {
    max-width: 240px;
    padding: 0;
    top: 10px;
    bottom: auto;
    left: 10px;
  }
  .cmshtml .globalmenu {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  .cmshtml .li_txt, .cmshtml .h_li {
    font-size: 17px;
  }
  .cmshtml .h_contact {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    display: flex;
    background: #ff8d23;
    border-radius: 0 0 0 16px;
    align-items: center;
    flex-direction: row;
    margin: 0;
  }
  .cmshtml .h_contact:before {
    display: none;
  }
  .cmshtml .h_contact > div {
    margin-left: 20px;
  }
  .cmshtml .h_address {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #header {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
    padding: 10px;
    position: fixed;
  }
  .cmshtml .logo {
    max-width: 185px;
  }
  .cmshtml .drawer-hamburger {
    background-color: #fff !important;
  }
  .cmshtml .drawer-hamburger:after {
    display: none;
  }
  .cmshtml .globalmenu {
    height: 100%;
    overflow: auto;
  }
  .cmshtml #navigation {
    display: block;
    padding: 0;
  }
  .cmshtml #navigation > * {
    border-bottom: 1px solid #ededed;
  }
  .cmshtml .li_txt, .cmshtml .h_li {
    font-size: 14px;
  }
  .cmshtml .li_txt {
    padding-right: 40px;
    position: relative;
  }
  .cmshtml .li_txt a, .cmshtml .h_li a {
    padding: 10px;
  }
  .cmshtml .h_li a {
    display: block;
  }
  .cmshtml .h_li a:hover {
    background: #FD7A00;
    color: #FFFFFF;
  }
  .cmshtml .li_txt:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    margin: auto;
    background: none;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
    top: 13px;
    transition: all 0.3s;
  }
  .cmshtml .nav_drop {
    background: #fff6ed;
    min-width: 1px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
  }
  .cmshtml #navigation .drop_li {
    border-top: 1px dashed #fff;
  }
  .cmshtml #navigation .drop_li, .cmshtml #navigation .drop_li a {
    font-size: 12px;
    text-align: left;
  }
  .cmshtml .drop_active .nav_drop {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .cmshtml .drop_active .li_txt:after {
    transform: rotate(225deg);
    border-right: 1px solid #FD7A00;
    border-bottom: 1px solid #FD7A00;
  }
  .cmshtml .drop_active .li_txt a {
    background: #FD7A00;
    color: #FFFFFF;
  }
  .cmshtml .h_contact {
    align-items: flex-start;
    background: #FF8D23;
    padding: 20px 20px;
    margin: auto;
  }
  .cmshtml .h_address {
    font-size: 14px;
  }
  .cmshtml #header .opening_hours {
    text-align: left;
  }
}
/*------------------------------------------------------
mv  
------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .cmshtml .mv_wrap {
    position: relative;
    padding-bottom: 250px;
    margin-bottom: 110px;
  }
  .cmshtml .catch_txt {
    font-size: 30px;
    padding: 5px 20px;
  }
  .cmshtml .mv_ico {
    left: 3%;
  }
  .cmshtml .mv_scroll {
    padding-bottom: 125px;
  }
  .cmshtml .mv_scroll:after {
    width: 1px;
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .mv_wrap {
    padding-bottom: 0;
  }
  .cmshtml #mainvisual {
    padding-left: 0;
  }
  .cmshtml .catchcopy {
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    top: 0;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cmshtml .catch_txt + .catch_txt {
    margin-top: 10px;
  }
  .cmshtml .catch_txt {
    background: rgba(255, 255, 255, 0.9);
  }
  .cmshtml .mv_ico {
    left: 0;
    bottom: auto;
    top: 0;
    right: auto;
    padding: 0;
    height: auto;
  }
  .cmshtml .insta_ico {
    max-width: 50px;
    padding: 10px;
  }
  .cmshtml .insta_ico img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .cmshtml .mv_scroll {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .mv_wrap {
    margin-bottom: 0;
  }
  .cmshtml #slide_wrap {
    height: 350px;
  }
  .cmshtml #slide_wrap div {
    height: 100%;
  }
  .cmshtml .slide_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cmshtml .catch_txt {
    font-size: 22px;
    padding: 5px 20px;
  }
}
/*------------------------------------------------------
info  
------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .cmshtml .sec_info {
    left: 20%;
    border: 4px solid #FF8D23;
    border-radius: 17px;
    width: 70%;
    padding: 10px 2.63% 20px;
  }
  .cmshtml .news_div .date, .cmshtml .news_div .txt {
    font-size: 14px;
  }
  .cmshtml .news_div .date {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #FF8D23;
    border-radius: 0;
    width: 96%;
    margin-right: 0;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 20px auto;
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    border: 1px solid #FF8D23;
    border-radius: 4px;
    padding: 20px 4% 20px;
  }
  .cmshtml .sec_info .sec_tit {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .cmshtml .scnews {
    padding-left: 20px;
    position: relative;
    max-height: 180px;
    overflow: auto;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .cmshtml .news_div {
    display: block;
  }
  .cmshtml .news_div .date {
    margin-right: auto;
    min-width: 1px;
    max-width: none;
  }
  .cmshtml .news_div .txt {
    font-size: 12px;
  }
}
/*------------------------------------------------------
about  
------------------------------------------------------*/
@media screen and (max-width: 1550px) {
  .cmshtml .sec_about {
    margin-bottom: 60px;
  }
  .cmshtml .bg_about {
    width: 100%;
  }
  .cmshtml .about_txt {
    font-size: 16px;
  }
  .cmshtml .about_img01 {
    border: 4px solid #FF8D23;
    width: 130px;
    height: 130px;
    right: 250px;
  }
  .cmshtml .about_img02 {
    border: 4px solid #9CCB0A;
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .bg_about {
    height: calc(100% - 100px);
    opacity: 0.2;
  }
  .cmshtml .bg_about img {
    opacity: 1;
  }
  .cmshtml .sec_about .inwrap {
    padding: 20px 0 60px;
  }
  .cmshtml .sec_about .sec_tit {
    font-size: 30px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
  .cmshtml .about_img01 {
    right: 215px;
    bottom: 20px;
  }
  .cmshtml .about_img02 {
    bottom: 0;
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_about .inwrap {
    padding: 20px 0;
  }
  .cmshtml .sec_about .sec_tit {
    font-size: 22px;
  }
  .cmshtml .about_img01 {
    right: 160px;
    bottom: 20px;
    width: 110px;
    height: 110px;
  }
  .cmshtml .about_img02 {
    right: 20px;
    width: 160px;
    height: 160px;
  }
}
/*------------------------------------------------------
business  
------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .cmshtml .busi_tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .cmshtml .sec_business .inwrap > div {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .busi_div .textbox {
    padding: 20px 10px;
  }
  .cmshtml .busi_div .tit01 {
    font-size: 20px;
  }
  .cmshtml .busi_div .textbox:after {
    left: -3%;
    transform: rotate(45deg) skew(30deg, 30deg);
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_business {
    padding: 40px 2% 60px;
    margin-bottom: 60px;
  }
  .cmshtml .sec_business .inwrap > div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_business {
    padding: 40px 2%;
    margin-bottom: 60px;
  }
  .cmshtml .busi_tit {
    font-size: 22px;
  }
  .cmshtml .busi_div .tit01 {
    font-size: 16px;
  }
  .cmshtml .busi_div .tit02 {
    font-size: 12px;
  }
}
/*------------------------------------------------------
products 
------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .cmshtml .sec_products .sec_tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .cmshtml .sec_products .inwrap {
    max-width: 1100px;
    margin: 0 auto;
  }
  .cmshtml .pro_tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cmshtml .pro_txt {
    font-size: 14px;
  }
  .cmshtml .pro_div > div:first-child, .cmshtml .pro_div > div:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_products {
    margin-bottom: 60px;
  }
  .cmshtml .sec_products .inwrap > div {
    width: calc(33.333% - 10px);
    margin: 0 5px 30px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_products .sec_tit {
    font-size: 22px;
  }
  .cmshtml .sec_products .inwrap > div {
    width: calc(50% - 10px);
    margin: 0 5px 30px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .sec_products .inwrap > div {
    width: 92%;
    margin: 0 auto 20px;
  }
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .cmshtml .bnr_tit.tit01 {
    font-size: 30px;
  }
  .cmshtml .bnr_tit.tit02 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .bnr_title {
    border: 2px solid #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .cmshtml .bnr_tit.tit01 {
    font-size: 22px;
  }
  .cmshtml .bnr_tit.tit02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_bnr > div {
    width: 100%;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .cmshtml #footer:before {
    width: 43vw;
    height: 43vw;
  }
  .cmshtml #footer .inwrap > div:first-child {
    width: 25%;
  }
  .cmshtml #footer .inwrap > div:nth-child(2) {
    width: 75%;
  }
  .cmshtml .f_address, .cmshtml .telfax, .cmshtml #footer .opening_hours {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #footer:before {
    display: none;
  }
  .cmshtml #footer .inwrap {
    padding: 0;
  }
  .cmshtml #footer .inwrap > div:first-child {
    width: 35%;
  }
  .cmshtml #footer .inwrap > div:nth-child(2) {
    width: 65%;
  }
  .cmshtml .f_about {
    background: #fff;
    padding: 30px;
  }
  .cmshtml .flink {
    position: relative;
    padding: 30px 3%;
    padding-left: 40px;
  }
  .cmshtml .f_li {
    margin-left: 0;
    margin-right: 40px;
  }
  .cmshtml #copy {
    padding: 20px 3%;
    text-align: left;
  }
  .cmshtml #copy, .cmshtml .copyright, .cmshtml .copyright a {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .cmshtml #footer .inwrap > div:first-child {
    width: 50%;
  }
  .cmshtml #footer .inwrap > div:nth-child(2) {
    width: 50%;
  }
  .cmshtml .f_li {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #footer .inwrap > div:first-child, .cmshtml #footer .inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .f_logo {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .cmshtml .f_info {
    justify-content: center;
    text-align: center;
  }
  .cmshtml #footer .opening_hours {
    margin-right: 10px;
  }
  .cmshtml #copy {
    padding: 30px 3% 10px;
    text-align: center;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サブページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 681px) {
  .cmshtml .bt_line > div:first-child {
    display: flex;
    align-items: center;
  }
  .cmshtml .bt_line .date > div {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #title_wrap {
    padding: 70px 2%;
  }
  .cmshtml .module_blogwrapper {
    padding: 20px 10px;
    display: block;
  }
  .cmshtml #contents .module_blog {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px !important;
  }
  .cmshtml .module_side {
    width: 100%;
    max-width: 600px;
  }
  .cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
    font-size: 14px;
  }
  .cmshtml .blog_frame {
    padding: 30px 2%;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #title_wrap .bg_image img {
    opacity: 0.6;
  }
  .cmshtml .page_title {
    text-shadow: #000 0 0 2px, #000 0 0 2px;
  }
  .cmshtml .subpage_contents > *.rdblock {
    max-width: 96%;
    margin-left: auto !important;
  }
  .cmshtml .list02_inwrap {
    padding-left: 30px;
  }
  .cmshtml .list02_inwrap li {
    text-indent: -5px;
  }
  .cmshtml .page_title01 {
    font-size: 28px;
  }
  .cmshtml .page_title02 {
    font-size: 16px;
  }
  .cmshtml .subpage_contents .page_link {
    justify-content: flex-start;
    margin-bottom: 0 !important;
  }
  .cmshtml .page_link .p_link a {
    display: block;
  }
  .cmshtml .p_link, .cmshtml .page_link .p_link a {
    font-size: 12px;
  }
  .cmshtml .module_blogwrapper {
    display: block;
  }
  .cmshtml #contents .module_blog {
    padding: 0;
  }
  .cmshtml .module_side {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0 !important;
  }
  .cmshtml .pt_txt {
    font-size: 16px;
  }
  .cmshtml .bt_line > div {
    padding: 10px;
  }
  .cmshtml .bt_line > div:first-child {
    border-bottom: 1px dashed #ccc !important;
  }
  .cmshtml .bt_line > div:nth-child(2) {
    border-bottom: 1px solid #10253f !important;
  }
  .cmshtml .bt_line {
    display: block;
  }
  .cmshtml .bt_line .date,
  .cmshtml .bt_line .txt {
    font-size: 14px;
  }
  .cmshtml .bt_line > div:first-child, .cmshtml .bt_line > div:nth-child(2) {
    padding: 10px;
    width: 100%;
  }
  .cmshtml .qa_q:before, .cmshtml .qa_a:before {
    font-size: 16px;
    height: 30px;
    width: 30px;
  }
  .cmshtml .qa_q > div, .cmshtml .qa_a > div {
    padding: 10px;
    max-width: calc(100% - 20px);
  }
  .cmshtml .qa_q, .cmshtml .qa_a {
    font-size: 14px;
  }
  .cmshtml .tit_txt {
    font-size: 18px;
  }
  .cmshtml .bt_line .txt, .cmshtml .list01 li, .cmshtml .list02 li, .cmshtml .list01 li .intxt, .cmshtml .list02 li .intxt, .cmshtml .bt_date, .cmshtml .bt_txt, .cmshtml .qa_q, .cmshtml .qa_a, .cmshtml .mark_txt {
    font-size: 14px;
  }
  .cmshtml .twin_txt, .cmshtml .txt_div {
    font-size: 14px;
  }
  .cmshtml .img_txt {
    margin-bottom: 60px;
  }
  .cmshtml .img_div {
    width: 92%;
    max-width: 400px;
    margin: 0 auto;
    transform: translateY(30px);
    z-index: 2;
  }
  .cmshtml .txt_div {
    padding: 10px;
    padding-top: 50px;
    width: 100%;
    transform: none;
    z-index: 1;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .subpage_contents h2 {
    font-size: 22px !important;
    padding: 12px 0;
  }
  .cmshtml .subpage_contents h3 {
    font-size: 18px !important;
    padding-bottom: 10px;
  }
  .cmshtml .subpage_contents h3:after, .cmshtml .subpage_contents h4:before {
    height: 2px;
  }
  .cmshtml .subpage_contents h4 {
    font-size: 18px !important;
    padding-top: 10px;
  }
  .cmshtml .subpage_contents h5 {
    font-size: 16px !important;
  }
  .cmshtml .subpage_contents h6 {
    font-size: 16px !important;
    line-height: 1;
    padding: 8px 16px;
  }
}