@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {font-size: 160%;-webkit-text-size-adjust: none;font-weight: 500;}
html:focus-within {scroll-behavior: smooth;}
img {vertical-align: middle;max-width: 100%;flex-shrink: 0;height: auto;}
*,
::before,
::after {box-sizing: border-box;outline: none;}
::before,
::after {pointer-events: none;}
select {visibility: visible !important;}
a {transition: all ease 0.3s;text-decoration: none;color: var(--txt);}
a[href^="tel:"] {word-break: keep-all;}
iframe {width: 100%;height: 100%;border: none;outline: none;}

/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html{background:#fff}
body{color:var(--txt);-webkit-text-size-adjust:none;min-width:320px;font-family:var(--font-main)}
body.is_nav{overflow:hidden}
select,input,textarea{font-family:var(--font-main)}
table{width:100%}
h1,h2,h3,h4,h5,h6{line-height:1.5}
p,dd,dt,li,th,td,address{line-height:2em;letter-spacing:0}

p{margin:0 0 1.8em}
p:last-child{margin-bottom:0}

.bold{font-weight:700}
.left{text-align:left}
.right{text-align:right}
.auto{margin-left:auto;margin-right:auto}
.red{color:var(--red)}
.txt_line{text-decoration:underline}
.m0a{display:block;margin:0 auto}
.f_big{font-size:150%}
.f_sm{font-size:80%}

:root {
    --font-main: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    --txt: #333;
    --mcolor: #D6B456;
    --scolor: #AEA078;
    --sscolor: #40210F;
    --tt: #212121;
    --site_size: 440px;
    --gray: #e9e9e9;
    --blue: blue;
    --red: red;
    --f-yumin: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}

#wrapper {min-width: 1260px;overflow: hidden;margin: 0 auto}
.inner {width: var(--site_size);margin: 0 auto;position: relative;max-width: 100%;padding: 0 20px;}

/*==========================================================
                       H E A D E R  
==========================================================*/
header{position:relative;z-index:9}
h1{font-size:14px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:12px 0 0;letter-spacing:.05em;margin-bottom:12px;max-width:490px}

.h_box{width:100%;position:fixed;pointer-events:none;height:100%}

/*.h_inner{justify-content:space-between;display:flex;height:100%;width:100%;max-width:1255px;pointer-events:none;padding-right:275px}*/
.h_inner{justify-content:space-between;display:flex;height:100%;width:100%;max-width:1600px;pointer-events:none;padding-right:450px}
.h_contact{display:flex;align-items:center}
.h_contact>p{margin-bottom:0}
.h_contact_tel a{font-size:18px;font-weight:700;position:relative;line-height:1;display:block;color:#fff;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.h_contact_tel .time{font-size:12px;display:block;line-height:1.6;text-align:right}
.h_inner{}
.h_left{pointer-events:inherit;padding-top:8px}

.hamburger{font:inherit;cursor:pointer;background:#40210F;font-size:15px;color:#fff}
.hamburger.is_active span{background:url(../images/close_icon.svg)#40210F no-repeat center top 3px}
.logo{margin-right:30px;margin-bottom:20px;pointer-events: initial;}

.h_list{display:flex;margin-bottom:73px}
.h_list li{width:140px;height:41px;border:1px solid #40210f;display:flex;align-items:center;justify-content:center;font-family:var(--f-yumin);font-weight:600;letter-spacing:.05em;color:#40210f}
.h_list li.item2{width:123px}
.h_list li.item3{width:149px}
.h_list li:not(:last-child){margin-right:10px}

.box_booking{margin-bottom:30px}
.box_booking .tt{position:relative;font-family:"Yu Mincho";font-weight:400;letter-spacing:.05em;color:var(--tt);padding-left:15px;margin-bottom:6px}
.box_booking .tt::before{position:absolute;content:"";left:0;top:3px;width:4px;height:25px;background:#40210f}

nav{display:block;position:fixed;top:0;right:-600px;width:600px;height:100%;overflow:auto;z-index:100;background:url(../images/logo_menu.png)#40210F no-repeat right 130px bottom 50px;pointer-events:initial;transition:all .6s;clip-path:polygon(100% 0%,75% 50%,100% 100%,25% 100%,0% 50%,25% 0%)}
nav.is_active{right:0;clip-path:polygon(100% 0%,100% 50%,100% 100%,0 100%,0% 50%,0 0)}
nav .inner{display:flex;height:100%;justify-content:flex-end;padding:0;width:100%;margin-right:0;padding-top:47px}
nav .h_wrap{justify-content:center;padding-top:50px;margin-bottom:32px}
nav .hamburger-inner,nav .hamburger-inner::after,nav .hamburger-inner::before{width:32px}
nav .hamburger-box{width:32px;margin-bottom:-2px}
nav .hamburger-inner{margin-left:0}
nav .hamburger-inner{bottom:-6px}
nav .hamburger-inner::before{top:-6px}
nav .menu_tt{color:#fff;font-size:16px;font-family:var(--f-yumin);letter-spacing:.05em}
nav .h_menu{width:100px;height:150px;position:fixed;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9;top:210px}


/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main{position:relative;z-index:2;display:flex;flex-direction:column}
.bg_main{position:fixed;width:100%;height:100%;pointer-events:none;display:flex;align-items:flex-end}
.bg_main::before,
.bg_main::after{position:absolute;content:''}
.bg_main::before{background:url(../images/bg_main.jpg) no-repeat center top / cover;left:calc(50% - 960px);bottom:0;width:1920px;height:100%}
.bg_main::after{background:url(../images/mv_brush.png) no-repeat left bottom;background-size:auto 100%;width:100%;height:100%;left:-40px;bottom:0;mix-blend-mode:hard-light}

.mv{position:relative;padding:0}
.mv::before{position:absolute;content:"";background:url(../images/logo_blur1.png) no-repeat right bottom/201px;width:201px;height:296px;right:0;bottom:-270px}
.mv_bg{position:relative;overflow:hidden;opacity:0;transition:all .3s}
.mv_bg.init{opacity:1}
.mv_slider{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.mv_bg,
.mv_slider_ite{width:100%;height:680px}
.mv_slider_ite .bg{position:absolute;width:100%;height:100%;z-index:0;top:0;left:0;background-size:cover;background-position:center}
.mv_slider_ite.zoomed .bg{animation-name:zoomImg;animation-duration:6s;animation-timing-function:linear;animation-fill-mode:forwards}
.mv_txt{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:auto}
.mv_txt h2{font-size:40px;font-weight:700;text-align:center}

.mv_sm_slider{width:480px}
/*.h_mv{width:440px}*/
.h_mv{width:550px}
.h_mv .item,
.h_mv .img_mv,
.h_mv .slick-list,
.h_mv .slick-track{height:100%}
.h_mv .img_mv img{width:100%;height:100%;object-fit:cover}

.mv_tt{display:flex;flex-direction:column;align-items:center;font-family:var(--f-yumin);font-weight:600;color:var(--tt);text-align:center;position:relative;margin-top:-108px;margin-bottom:27px;z-index:1}
.mv_tt .lg{font-size:33px;line-height:1.51;margin-bottom:3px}
.mv_tt .sm{font-size:18px;line-height:1.66;letter-spacing:.05em;position:relative;margin-left:0;left:11px}

.h_list.mv_list{margin-bottom:38px;justify-content:center;position:relative;z-index:1}
.h_list.mv_list li{background:var(--sscolor);color:#fff}
.h_list.mv_list li.item1{width:126px}
.h_list.mv_list li{height:42px;letter-spacing:.05em}
.h_list.mv_list li.item2{width:108px}
.h_list.mv_list li.item3{width:136px}
.h_list.mv_list li:not(:last-child){margin-right:15px}

@keyframes zoomImg {
0%{transform:scale(1)}
100%{transform:scale(1.2)}
}

/* NAV */
.nav_list,
.nav_list_img,
.nav_list>div {display: flex}
.nav_list_img {margin-top: auto;margin-top: 24px}
.nav_list {align-items: flex-start;margin-bottom: 40px;padding: 0 40px;position: relative;flex-direction: column;}
.nav_list>div {flex-wrap: wrap}
.nav_list>div>.big {width: 100%;font-size: 16px;position: relative;height: 37px;padding-left: 15px;margin-bottom: 0px;color: #fff;font-family: var(--f-yumin);font-weight: 600;letter-spacing: 0.05em;}
.nav_list>div>.big>a {margin-left: -20px;padding-left: 20px;position: relative;display: block}
.nav_list>div>.big::before {position: absolute;content: "";width: 4px;height: 15px;background: #fff;left: 0;top: 8px}
.nav_list>div.nav2 {margin-bottom: 27px;}
.nav_list>div.nav2 .nav_sub2 {margin-right: 15px;width: 205px;}
.nav_list>div ul>li {margin-bottom: 3px}
.nav_list>div ul>li>a {background: url('../images/arrow_menu.svg') no-repeat left center;padding-left: 25px;position: relative;color: #fff;letter-spacing: 0.08em;}
.nav2 .nav_sub1 {width: 100%;margin-bottom: 17px;}

.nav_list>div:not(:last-child) {margin-right: 45px}

.nav1 .nav_sub1,
.nav2 .nav_sub2 {width: 220px;}

.nav1,
.nav2 {margin-bottom: 25px;}
/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.ttl_h3 {text-align: center;font-size: 24px;display: flex;flex-direction: column;align-items: center;font-weight: bold;}
.ttl_h3 .en {margin-bottom: 3px;}
.ttl_en.center span {background: #F5FFEF}

/* DEFAUTL NAME BUTTON */
.btn a{width:100%;max-width:400px;height:60px;display:flex;align-items:center;font-size:16px;color:#333;padding-top:2px;position:relative;border:1px solid #333;justify-content:center;letter-spacing:.09em}
.btn.btn_w a{background:none;border:1px #fff solid;color:#fff}
.btn.btn_w a::before{background:url(../images/icon_arrow_w.svg) no-repeat center}
.btn a::before{position:absolute;content:"";width:20px;height:5px;background:url(../images/icon_arrow.svg) no-repeat center;right:14px;top:calc(50% - 2px);z-index:9;transition:all ease .3s}
.btn.center a{margin:0 auto}
.btn_box .btn{margin:10px}
.content{pointer-events:initial;border-radius:0 0 30px 30px}
footer,
.content{width:440px;height:auto;margin-right:120px;margin-left:auto;position:relative;z-index:100}
.content::before,footer::before{box-shadow:0 0 8px 0 rgba(0,0,0,0.14);pointer-events:none}
.content section{display:inline-block;width:100%}
.content2{background-color:transparent;margin-top:292px}
.content::before,footer::after,
.content2::before,footer::before{position:absolute;content:"";width:100%;left:0;top:0;height:100%;z-index:-1;background:url(../images/bg_main_1.jpg) repeat-y right top /750px}
.content::after,footer::after{position:absolute;content:"";width:520px;left:-40px;height:100%;z-index:-2;top:0;background:#fff}
.h_right{position:fixed;right:0;top:0;pointer-events:initial;height:calc(100vh - 65px);z-index:999}

/*============= SEC01 ==============*/
.sec01{padding-bottom:21px;position:relative;padding-top:45px;z-index:1;border-bottom:1px #AEA078 solid;margin-bottom:102px}
.sec01_ttl{display:flex;flex-direction:column-reverse;position:absolute;right:26px;top:-259px;white-space:nowrap;font-size:40px;font-weight:600;font-family:var(--f-yumin);letter-spacing:.25em;line-height:1.55}
.sec01_logo{position:relative;margin-top:-20px}
.sec01_img{padding-left:18px;margin-bottom:16px}

.sec01_tt{margin-bottom:30px;position:relative}
.sec01_tt::before{position:absolute;content:"";width:calc(100% + 40px);height:1px;background:#aea078;top:50%;left:-20px}
.sec01_tt .bg{width:205px;height:40px;background:#aea078;display:flex;align-items:center;justify-content:center;margin:0 auto;font-family:var(--f-yumin);font-weight:600;font-size:25px;letter-spacing:.05em;color:#fff;position:relative;z-index:1;padding-top:2px}
.sec01_tt .bg .space{margin-left:10px}

.sec01_date{display:flex;padding-left:2px;margin-bottom:25px}
.sec01_date p{margin-bottom:0}
.sec01_txt{padding-bottom:15px}

/*============= SEC02 ==============*/
.sec02{padding-top:104px;border-top:2px #40210f solid;position:relative;background:#fff}
.sec02 .ttl{margin-bottom:33px}
.sec02::before,
.sec03_img::before,
.sec04::before,
.sec05_img::before,
.sec08::before,
.sec10::after,
.sec11::before,
.ft_top::before,
.sec09_img::before{position:absolute;content:"";width:100px;height:5px;background:#40210f;left:0;top:0}

.sec02_tab{display:flex;justify-content:center;width:100%;margin:0 auto 31px}
.sec02_tab li{height:50px;flex:1;position:relative}
.sec02_tab li::before{position:absolute;content:"";width:1px;height:50px;background:#e3e3e3;right:0;top:0}
.sec02_tab li:not(:last-child){}
.sec02_tab li a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;position:relative;color:#333;letter-spacing:.09em}
.sec02_tab li a.active{background:#333;pointer-events:none;color:#fff}
.sec02_tab li a.active::before{position:absolute;content:"";width:0;height:0;border-style:solid;border-right:5px solid transparent;border-left:4px solid transparent;border-top:5px solid #fff;border-bottom:0;left:0;right:0;margin:0 auto;bottom:8px}

.sec02_wrap{background:#fff;width:100%;margin:0 auto;max-height:481px;overflow:hidden}
.sec02_wrap .btn{margin-top:50px}
.sec02_load dl{display:flex;flex-direction:column;padding-bottom:20px;margin-bottom:25px;align-items:flex-start;background-image:repeating-linear-gradient(90deg,#cecece,#cecece 4px,transparent 4px,transparent 6px);background-position:left bottom;background-repeat:repeat-x;background-size:100% 1px}
.sec02_load dl:not(:last-child){}
.sec02_load dl dt{display:flex;margin-bottom:7px}
.sec02_load dl dt .date{letter-spacing:.08em}
.sec02_load dl dt .cate{height:28px;line-height:26px;padding:1px 10px 0;margin-right:10px;flex-shrink:0;text-align:center;font-size:14px;letter-spacing:.09em;color:#fff}
.sec02_load dl dt .cate2{background:#D6B456}
.sec02_load dl dt .cate1{background:#40210f}
.sec02_load dl dd{text-overflow:ellipsis;width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;letter-spacing:.05em}
.sec02_load dl dd a{text-decoration:underline;text-underline-offset:2px;word-break: break-word;}

.sec02_ttl3{margin-bottom:38px;letter-spacing:.05em}

/*============= CTA ==============*/
.cta_sns{display:flex;border-top:2px #AEA078 solid;border-bottom:2px #AEA078 solid;padding:15px 9px 14px;align-items:center;margin-top:50px;margin-bottom:102px}
footer .cta_sns{margin-bottom:45px}
.cta_sns .tt{color:#aea078;display:flex;flex-direction:column;margin-bottom:0;margin-right:45px}
.cta_sns .tt .sm{font-size:18px;line-height:1;margin-bottom:4px}
.cta_sns .tt .lg{font-size:40px;line-height:1}
.cta_sns .cta_btn_sns{display:flex;align-items:center;flex-grow:1}
.cta_sns .cta_btn_sns .cta_ins{margin-right:30px}
.cta_sns .cta_btn_sns .cta_ytb{}

.ttl_sub{display:flex;margin-bottom:20px}
.ttl_sub .num{width:60px;height:60px;border-radius:5px;background:#66a743;color:#fff;flex-shrink:0;margin-right:10px}
.ttl_sub .txt{font-size:20px;letter-spacing:.05em;line-height:1.5;font-family:var(--f-yumin);font-weight:600}

/*============= SEC03 ==============*/
.sec03{position:relative;padding-bottom:30px;padding-bottom:100px}
.sec03_img{background:url(../images/idx_img_01_pc.png) no-repeat right top;height:442px;width:440px;/*background-attachment:fixed;background-size:contain;*/position:relative;border-bottom:2px #40210f solid;margin-bottom:54px}
.sec03_img::before,
.sec05_img::before{top:auto;bottom:-7px}

.sec03 .ttl{margin-bottom:15px}
.sec03 .ttl{margin-bottom:30px}
.sec03_img2{margin-bottom:14px}
.sec03_ttl3{margin-bottom:-5px}
.sec03_ttl3 .en{font-size:20px;line-height:35px;margin-right:-6px;letter-spacing:0}
.sec03_ttl3 .sm{font-size:12px;letter-spacing:0}
.sec03_ttl4{display:flex;font-family:var(--f-yumin);font-weight:400;margin-bottom:12px}
.sec03_ttl4 .sm{font-size:20px;margin-right:6px}
.sec03_ttl4 .lg{font-size:25px;position:relative;top:-2px}

.sec03_box{margin-bottom:19px}
.sec03_box.mb2{margin-bottom:21px}
.sec03_box.mb3{margin-bottom:50px}
.sec03_box_tt{position:relative;padding-left:10px;height:28px;font-family:var(--f-yumin);font-weight:600;font-size:18px;letter-spacing:.05em;margin-bottom:11px}
.sec03_box_tt::before{position:absolute;content:"";width:4px;height:25px;background:#aea078;left:0;top:0}
.sec03_box ul li{position:relative;padding-left:15px;margin-bottom:10px;letter-spacing:.05em;line-height:1.5}
.sec03_box ul li::before{position:absolute;content:"";width:6px;height:6px;background:#888;left:0;top:8px;border-radius:50%}
.sec03_box ul li.list_mb1{margin-bottom:12px}
.sec03_txt{margin-bottom:36px}


/*============= SEC04 ==============*/
.sec04{padding-top:104px;padding-bottom:103px;position:relative;background:#40210F;color:#fff;border-top:2px #D6B456 solid}
.sec04 .inner{padding:0 15px}
.sec04 .ttl{margin-bottom:32px;padding-left:5px}
.sec04::before{background:#D6B456}
.sec04 .ttl .en,
.sec04 .ttl .ja{color:#fff}

.sec04_slide{margin-bottom:95px;height:398px!important;overflow:hidden}
.sec04_slide.slick-initialized{height:auto;overflow:inherit}
.sec04_slide .title{line-height:1.8;letter-spacing:.05em;white-space:normal;height:60px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.sec04_slide .slick-slide{margin:0 5px}
.sec04_info{margin-bottom:7px}
.sec04_info .cate{background:#fff;min-width:110px;height:30px;display:inline-block;text-align:center;font-weight:700;font-size:14px;letter-spacing:.09em;color:#333;margin-right:5px}
.sec04_info .date{letter-spacing:.1em}

.sec04_slide .title a{color:#fff;text-decoration:underline;word-break:break-all}
.sec04_slide .slick-prev{background:url(../images/arrow_prev.svg) no-repeat center;left:calc(50% - 63px)}
.sec04_slide .slick-next{background:url(../images/arrow_next.svg) no-repeat center;right:calc(50% - 63px)}
.sec04_slide .slick-next,
.sec04_slide .slick-prev{width:24px;height:14px;bottom:-50px;z-index:9;top:auto}
.sec04_slide .slick-prev::before,
.sec04_slide .slick-next::before{display:none}

/*============= SEC05 ==============*/
.sec05{padding-bottom:60px}
.sec05 .ttl .en{color:#AEA078}
.sec05 .ttl{margin-bottom:30px}
.sec05_img{background:url(../images/idx_img_03_pc.png) no-repeat right top;height:442px;width:440px;/*background-attachment:fixed;background-size:contain;*/position:relative;border-bottom:2px #40210f solid;margin-bottom:54px}
.sec05 .ttl_com{margin-bottom:24px}

/*============= SEC06 ==============*/
.sec06{}
.sec06_img{position:relative}
.sec06_img.fixed{position:fixed;top:0;/*right:110px;*/width:auto;z-index:-1}
.sec06 .inner{padding:0;color:#fff}
.sec06_sub1,
.sec06_sub3{background:#AEA078}
.sec06_sub2{background:#40210F}
.sec06_sub1,
.sec06_sub2,
.sec06_sub3{padding:46px 20px 102px}
.sec06_sub3{}
.sec06_img{margin-bottom:0}
.sec06_ttl,
.sec06_sub_ttl{font-family:var(--f-yumin);font-weight:400;line-height:1.5;text-align:center}
.sec06_ttl{font-size:36px;margin-bottom:35px}
.sec06_sub_ttl{font-size:20px;letter-spacing:.05em;padding-bottom:19px}
.sec06_list{border:1px #fff solid;padding:19px 18px 22px;margin-bottom:37px}
.sec06_list li{position:relative;padding-left:16px;letter-spacing:.05em;line-height:1.5}
.sec06_list li:not(:last-child){margin-bottom:10px}
.sec06_list li span{border-bottom:2px #fff solid;padding-bottom:0}
.sec06_list li::before{position:absolute;content:"";width:6px;height:6px;background:#fff;border-radius:50%;left:0;top:9px}
.sec06_txt{margin-bottom:48px}
.sec06 .btn.btn_w a{padding-left:10px}

/*============= SEC07 ==============*/
.sec07{padding-top:101px;padding-bottom:70px;background:#fff}
.sec07_item{display:flex;flex-wrap:wrap;justify-content:center;max-width:400px;margin:0 auto}
.sec07_item li{width:calc(50% - 10px);position:relative;margin-bottom:30px;overflow:hidden}
.sec07_item li a{position:relative;display:flex;align-items:center;justify-content:center}
.sec07_item li a::before{position:absolute;content:"";background:url(../images/icon_arrow_w.svg) no-repeat center;width:20px;height:5px;left:0;right:0;bottom:20px;margin:0 auto}
.sec07_item li .img{background:#000;margin-bottom:0}
.sec07_item li:not(:nth-child(2n)){margin-right:20px}
.sec07_item li .tt{position:absolute;width:100%;height:100%;z-index:99;color:#fff;left:0;top:0;display:flex;align-items:center;flex-direction:column;text-align:center;font-family:var(--f-yumin);padding:31px 20px 0}
.sec07_item li .tt .lg{font-size:20px;line-height:1.5;border-bottom:1px #888 solid;padding-bottom:19px;width:100%;margin-bottom:15px}
.sec07_item li .tt .sm{font-size:16px;font-weight:400}

/*============= SEC08 ==============*/
.sec08{border-top:2px #40210f solid;position:relative;padding-top:55px;overflow:hidden;padding-bottom:95px}
.sec08::after,
.sec11::after{position:absolute;content:"";background:url(../images/logo_blur2.png) no-repeat right bottom / 201px;width:201px;height:296px;right:0;top:-34px}
.sec08 .ttl .en{color:#AEA078}
.sec08 .ttl{margin-bottom:30px}
.sec08_txt{margin-bottom:51px}

/*============= SEC09 ==============*/
.sec09{padding-bottom:95px;background:#fff}
.sec09_img::before{top:auto;bottom:-7px}
.sec09_img{background:url(../images/idx_img_17_pc.png) no-repeat right top;height:442px;width:440px;/*background-attachment:fixed;background-size:contain;*/position:relative;border-bottom:2px #40210f solid;margin-bottom:55px}
.sec09_img2{position:relative;margin-bottom:37px}
.sec09_img2 .img2{position:absolute;left:0;bottom:-20px}
.sec09_img_3{margin-top:15px;margin-bottom:27px}
.sec09_img4{margin-bottom:17px}
.sec09 .ttl{margin-bottom:29px}
.sec09 .ttl .en{color:#aea078}
.sec09 .ttl_com{margin-bottom:26px}
.sec09_txt{margin-bottom:45px}
.sec09_sub_ttl{display:flex;flex-direction:column;margin-bottom:19px}
.sec09_sub_ttl .en{color:#AEA078;display:flex;justify-content:space-between;font-size:14px;font-weight:400;position:relative;margin-bottom:11px;align-items:center}
.sec09_sub_ttl .en::before{position:absolute;content:"";left:77px;width:calc(100% - 110px);height:1px;background:#BBB;top:calc(50% + 0px)}
.sec09_sub_ttl .ja{font-family:var(--f-yumin);font-weight:400;font-size:20px;letter-spacing:.05em;line-height:1.5}
.sec09_item{padding-top:43px}
.sec09_item>div:not(:last-child){margin-bottom:55px}
.sec09_item .item2 .sec09_sub_ttl .en{margin-bottom:17px}
.sec09_item .item3 .sec09_txt1{margin-bottom:49px}
.sec09_img5{margin-bottom:17px}
.sec09_list{display:flex;margin-top:20px}
.sec09_list li{}
.sec09_list li:not(:last-child){margin-right:20px}
.sec09_list li .img{margin-bottom:9px}
.sec09_list li .tt{font-family:var(--f-yumin);font-weight:600;font-size:16px;line-height:1.5;text-align:center;color:#585858}

/*============= SEC10 ==============*/
.sec10{position:relative;height:635px;color:#fff;border-top:2px #D6B456 solid;padding-top:104px}
.sec10 .ttl .en,
.sec10 .ttl .ja{color:#fff}
.sec10::before{position:absolute;content:"";background:url(../images/idx_img_25_pc.png)#40210F no-repeat center top;height:100%;width:100%;left:0;top:0}
.sec10::after{background:#D6B456;visibility:visible}
.sec10 .ttl{margin-bottom:30px;text-align:center}
.sec10_txt{margin-bottom:50px}

/*============= SEC11 ==============*/
.sec11{padding-top:103px;position:relative;overflow:hidden;border-top:2px #40210F solid;padding-bottom:65px}
.sec11::before{background:#40210f}
.sec11 .sec11_ttl .en{color:#AEA078}
.sec11 .ttl{text-align:center;margin-bottom:34px}
.sec11::after{top:-66px}
.sec12_img{margin-bottom:0}
.sec12_slide{background:url(../images/scroll.png) repeat-x;background-size:auto 300px;background-position:0 center;-webkit-animation:idx_key 50s linear infinite;width:100%;height:300px;position:relative}

@-webkit-keyframes idx_key {
from{background-position:0 center}
to{background-position:4140px center}
}
@keyframes idx_key {
from{background-position:0 center}
to{background-position:-4140px center}
}

/*============= FAQ ==============*/
.list_faq{margin-bottom:30px;position:relative;z-index:1}
.list_faq dl{background:#FFF;padding:0;margin-bottom:20px;border:1px #BBB solid;border-radius:5px}
.list_faq dl:last-child{margin-bottom:0}
.list_faq dt{position:relative;font-size:16px;font-weight:500;line-height:1.8;display:flex;cursor:pointer;transition:all .3s;letter-spacing:.09em;padding:14px 27px 13px 15px}
.list_faq dt::before{position:absolute;content:"";background:url(../images/arrow_down.svg) no-repeat right top;width:12px;height:11px;right:14px;top:calc(50% - 5px);transition:all .3s}
.list_faq dl.active dt{}
.list_faq dl dt::before{transform:rotate(0)}
.list_faq dl.active dt::before{transform:rotate(60deg)}
.list_faq dt span{width:30px;height:30px;font-weight:700;text-align:center;line-height:1em;border:#40210F;background:#40210F;margin-right:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;color:#fff;top:0;position:relative;letter-spacing:0;padding-top:2px}
.list_faq dd{position:relative;letter-spacing:.1em;padding:3px 35px 17px 54px;line-height:1.5;display:none}
.list_faq dt span,
.list_faq dd span{font-size:16px}
.list_faq dd span{position:absolute;top:7px;left:15px;width:30px;height:30px;font-weight:700;text-align:center;line-height:1em;color:#fff;background:#AEA078;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;letter-spacing:0;padding-top:1px}

/*============= SEC13 ==============*/
.sec13{padding-bottom:103px}
.sec13_load{margin-bottom:20px}
.ttl.sec13_ttl{text-align:center;margin-bottom:11px}
.sec13 .ttl_en{margin-bottom:34px}
.sec13 .ttl_en.center span{background:#fff}

.sec13_img{margin-bottom:96px}
.sec13_load dl{padding-bottom:13px}
.sec13_load dl:not(:last-child){margin-bottom:20px;border-bottom:1px #D7D7D7 dotted}
.sec13_load dt{display:flex;margin-bottom:9px}
.sec13_load dt .cate{width:100px;line-height:30px;text-align:center;margin-right:10px;height:30px;background:#333;color:#fff;font-size:14px;letter-spacing:.09em}
.sec13_load dt .date{position:relative;top:0;letter-spacing:.087em}
.sec13_load dd{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;letter-spacing:.087em;line-height:1.8}
.sec13_load dd a{text-decoration:underline;text-underline-offset:1px}

/*============= CTA ==============*/
.ttl{display:flex;flex-direction:column;margin-bottom:15px}
.ttl .en{font-weight:400;font-size:40px;line-height:1;color:#232323;margin-bottom:9px}
.sec03 .ttl .en{color:#AEA078}
.ttl_com{font-family:var(--f-yumin);font-weight:600;font-size:24px;letter-spacing:.05em;line-height:1.5;margin-bottom:27px}
.ttl .ja{font-family:var(--f-yumin);font-weight:400;font-size:18px;letter-spacing:.05em;line-height:2;color:#333}
.txt_com p{letter-spacing:.05em;line-height:1.8}
.cta{margin-bottom:100px}
.cta_logo{text-align:center;margin-bottom:30px}
.cta_add{font-family:var(--f-yumin);font-weight:400;font-size:16px;line-height:25px;color:var(--tt);margin-bottom:13px}
.cta_parking{margin-bottom:5px;font-family:var(--f-yumin);font-weight:400}
.cta_map{height:200px;width:100%;margin-bottom:11px}
.cta_map iframe{width:100%;height:100%}
.cta_gg_link{margin-bottom:38px}
.cta_gg_link a{background:url(../images/icon_map.svg) no-repeat left top 6px;padding:5px 0 5px 14px;display:table;margin-left:auto;font-family:var(--f-yumin);font-weight:400;color:var(--tt);border-bottom:1px #707070 solid;padding-bottom:5px;line-height:1}
.cta_calc{margin-bottom:4px}
.cta_booking{}
.cta_btn{display:flex;flex-direction:column;max-width:400px;margin-left:auto;margin-right:auto}
.cta_btn li{height:80px;font-family:var(--f-yumin);font-weight:400}
.cta_btn li.cta_mail{margin-bottom:15px}
.cta_btn li.cta_mail a{background:#d6b456;padding-top:5px}
.under .list_step .cta_btn li.cta_mail a{background:var(--sscolor)}
.cta_btn li.cta_mail a .sm{margin-bottom:0}
.cta_btn li.cta_mail a .lg{font-size:24px;background:url(../images/icon_mail.svg) no-repeat left top 7px;padding:2px 0 5px 33px}
.cta_btn li.cta_tel{}
.cta_btn li.cta_tel a{background:#aea078;padding-top:7px}
.cta_btn li.cta_tel a .sm{}
.cta_btn li.cta_tel a .num{font-size:30px;background:url(../images/icon_tel.svg) no-repeat left top 7px;padding:0 0 5px 20px}
.cta_btn li a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;line-height:1.2}
.cta_calc_txt{font-family:var(--f-yumin);font-weight:400;font-size:14px;color:#000;margin-bottom:36px}

/*============= FOOTER ==============*/
footer{position:relative;z-index:3}
footer .cta{padding-bottom:42px;background:#fff;border-radius:0;border-top:1px #66A743 solid}
.ft_top{background:#fff;padding-top:100px;border-top:2px #40210f solid;position:relative;padding-bottom:1px}
.ft_txt{background:#fff;padding:0 20px 41px;display:inline-block;width:100%}
.ft_bnr{display:flex;flex-wrap:wrap;padding:0 20px 30px;margin-bottom:0;background:#fff}
.ft_bnr li{width:calc(50% - 10px);height:80px;background:#fff;border:1px solid #707070;margin-bottom:20px}
.ft_bnr li:not(:nth-child(2n)){margin-right:20px}
.ft_bnr li a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-family:var(--f-yumin);font-weight:600;font-size:18px;letter-spacing:.05em;color:var(--tt);line-height:1.5}
.ft_txt p{letter-spacing:.05em;line-height:1.8}
address{color:#fff;text-align:center;position:relative;font-size:14px;line-height:1.35;background:#333;height:100px;display:flex;align-items:center;justify-content:center;padding:3px 20px 0}
.to_top{position:fixed;z-index:9;width:80px;height:65px;right:0;cursor:pointer;transition:all .2s;display:block;bottom:0;background:url(../images/arrow_totop.svg)#333333 no-repeat center}

.h_contact{width:80px;height:100%;display:flex;flex-direction:column}
.h_contact>*{width:80px;flex:1;margin-bottom:0}
.h_contact_sika a,
.h_contact_tel_tt,
.hamburger{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:var(--f-yumin);font-weight:400;font-size:18px;line-height:20px;text-align:center;color:#fff}
.hamburger span{background:url(../images/icon_menu.svg) no-repeat center top;padding-top:35px;letter-spacing:.1em;transition:background .2s linear}
.h_contact_tel{background:var(--scolor);position:relative}
.h_contact_tel span{background:url(../images/icon_tel_lg.svg) no-repeat center top/14px;padding-top:42px;letter-spacing:.2em;text-align:center}
.h_contact_tel span a{color:#fff}
.h_contact_sika a{background:var(--mcolor)}
.h_contact_sika a span{background:url(../images/icon_mail_lg.svg) no-repeat center top/26px;padding:30px 10px 0;letter-spacing:.05em}
.h_contact_tel_wrap{position:absolute;left:0;top:0;height:100%;width:375px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s;z-index:-1;background:url(../images/bg_tel.png)#AEA078 no-repeat right bottom;font-family:var(--f-yumin)}
.h_contact_tel_wrap .tt{font-size:16px;font-weight:400;margin-bottom:4px}
.h_contact_tel_tt{position:relative;z-index:99}
.h_contact_tel.active .h_contact_tel_wrap{left:-375px}
.h_contact_tel_wrap .num{font-size:30px;margin-bottom:0;color:#fff;font-weight:400;background:url(../images/icon_tel2.svg) no-repeat left top 4px;padding:0 0 0 20px;line-height:1}
.h_contact_tel_wrap .txt{font-size:15px;line-height:2.18}

.sec01_ttl,
.sec02_ttl_ver,
.sec10_tt{-webkit-writing-mode:vertical-lr;-moz-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}
.a{-webkit-writing-mode:vertical-rl;-moz-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;-webkit-text-orientation:mixed;-moz-text-orientation:mixed;-ms-text-orientation:mixed;text-orientation:upright}

/*============= BEFORE AFTER ==============*/
.caseBox{width:100%;display:inline-block}
.caseBox .imageSlider{margin-bottom:17px;position:relative;z-index:0;height:auto;}
.caseBox .imageSlider__before{position:absolute;left:0;bottom:0;width:50%;height:100%}
.caseBox .imageSlider__before::before{content:"";width:47px;height:47px;background:url(../images/bg_slider.svg) no-repeat center / contain;position:absolute;top:calc(50% - 0px);right:-22px;translate:0 -50%;z-index:3;pointer-events:none}
.caseBox .imageSlider__before::after{content:"";width:2px;height:100%;background:#FFF;position:absolute;top:50%;right:0;translate:0 -50%;z-index:2;pointer-events:none}
.caseBox .imageSlider__before .wrap{overflow:hidden}
.caseBox .imageSlider__before .wrap p{display:flex;align-items:center;justify-content:center;width:70px;height:35px;background:#fff;color:#333;font-size:16px;font-weight:700;line-height:1;position:relative;z-index:1;padding-top:2px;display:none}
.caseBox .imageSlider__before img{position:absolute;left:0;bottom:0;width:100%;height:100%;object-fit:cover;object-position:left center;min-width:100%;aspect-ratio:400/270}
.c-caseBox .thumb{height:auto;object-fit:cover;aspect-ratio:400/270;margin-bottom:1.6rem}
.caseBox .imageSlider__after{position:relative;z-index:-1;height:100%}
.caseBox .imageSlider__after::after{content:"治療後";display:flex;align-items:center;justify-content:center;width:70px;height:35px;background:#fff;color:#333;font-size:16px;font-weight:700;line-height:1;position:absolute;top:0;padding-top:3px;right:0;display:none}
.caseBox .imageSlider__after img{width:100%;height:100%;object-fit:cover}
.caseBox .imageSlider input{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:col-resize}
.caseBox .js-details[open] .js-summary::after{display:none}

/*============= SEC03 ==============*/
.un_acc{margin-bottom:40px}
.un_acc dl{transition:all .3s;overflow:hidden;border:none;background:#fff;border:solid 1px #BBB}
.un_acc dl:not(:last-child){margin-bottom:30px}
.un_acc dl.active{border-radius:5px}
.un_acc dl.open{border-radius:0}
.un_acc dl dt{position:relative;width:100%;display:flex;align-items:center;justify-content:center;padding-top:5px;cursor:pointer;transition:all .3s;height:58px;background:#fff;font-weight:700;font-size:16px;letter-spacing:.09em;line-height:2.1875;color:#333}
.un_acc dl dt span{position:absolute;left:0;right:0;margin:0 auto;top:12px;text-align:center}
.un_acc dl dt .open_txt{}
.un_acc dl dt .close_txt{opacity:0}
.un_acc dl.active dt::after,
.un_acc dl.active dt::before{transform:rotate(45deg)}
.un_acc dl dt::after{background:url(../images/icon_down2.svg) no-repeat right top;width:19px;height:19px;top:calc(50% - 10px);right:19px;position:absolute;content:"";transition:all .3s}
.un_acc dl dd{padding:40px 0 15px;border-top:1px #AAA dashed;margin:1px 20px 0;display:none}
.un_acc dl:not(:last-child){margin-bottom:30px}
.un_acc dl.active{}
.un_acc dl.open{border-radius:0}
.un_acc dl dt{position:relative;width:100%;display:flex;align-items:center;justify-content:center;padding-top:5px;cursor:pointer;transition:all .3s;height:58px;font-weight:500;font-size:16px;letter-spacing:.09em;line-height:2.1875;color:#333}
.un_acc dl dt span{position:absolute;left:0;right:0;margin:0 auto;top:12px;text-align:center}
.un_acc dl dt .open_txt{}
.un_acc dl dt .close_txt{opacity:0}
.un_acc dl.active dt::after,
.un_acc dl.active dt::before{transform:rotate(180deg)}
.un_acc dl dt::after{background:url(../images/icon_down2.svg) no-repeat right top;width:12px;height:11px;top:calc(50% - 4px);right:15px;position:absolute;content:"";transition:all .3s}
.un_acc dl dd{padding:40px 0 15px;border-top:1px #AAA dashed;margin:1px 20px 0;display:none}
.bookingCalendar{margin-bottom: 30px}
.bookingCalendar__unit {
    display: flex;
    pointer-events: initial;
}
.bookingCalendar__tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #c7c6ca;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
.bookingCalendar__tab:nth-of-type(1) {
    background: #8d7656;
    color: #fff;
}
.bookingCalendar__tab:nth-of-type(2) {
    background: #b7aa87;
    color: #fff;
}
.bookingCalendar__tab:nth-of-type(3) {
    background:#5c5c5c;
    color: #fff;
}
.bookingCalendar__tab.active {
    font-weight: 700;
    color: #d6b456;
    border-bottom: 2px solid #d6b456;
    background: #fff;
}
.bookingCalendar__tab:not(:last-child) {
    border-right: 1px solid #c7c6ca;
}
.bookingCalendar__content {
    padding: 10px;
    background-color: #fff;
    pointer-events: initial;
}

.bookingCalendar__item {
    width: 100%;
    display: none;
}
.bookingCalendar__item.active{display: block;}
.bookingCalendar__item iframe {
    width: 100%;
    height: 200px;
    border: none;
}
body.under.news.news_page.customize-support .caseBox .imageSlider { height: 243px;}

p.sec01_date img {
    text-align: center;
    margin: auto;
}