@charset "utf-8";
/* ===================================================
	Base CSS
====================================================== */
body { background: url(../img/bg.jpg) no-repeat center/cover #34343a; background-attachment: fixed;
	min-width: 1200px; min-height: 100vh; color: #e0dad4;
	font-size: 16px; font-weight: normal; line-height: 1.5;
	font-family: '游明朝', YuMincho, 'MS PMincho','Hiragino Mincho ProN', 'Times New Roman',serif;
	-webkit-text-size-adjust: 100%; position: relative;

	font-feature-settings: "palt"; letter-spacing: 0.1em;}


input,
select,
textarea { font-size: 13px;}

div { box-sizing: border-box;}

a { color: #e0dad4; text-decoration: none;}
a:hover { color: #e0dad4;}
a:hover img { opacity: 0.75;}
a.tel-link { text-decoration: none;}

#lineup-font-size-sampler { bottom: 0; left: 0;}
.fixed { width: 100%; min-width: 1100px; position: fixed; top:0; left: 0; z-index: 999;}
iframe[name="google_conversion_frame"] { position: absolute; bottom: 0; left: 0;}

.ofi { object-fit: cover; width: 100%; height: 100%;}
.view_sp { display: none;}


@media screen and (max-width: 600px) {
	body,
	input,
	select,
	textarea { font-size: 16px;}

	body { min-width: 0; background-image: none; }
	body::before { position: fixed; top:0; left: 0; z-index: -1; content: ''; display: block; width: 100%; height: 100%; min-height: 100dvh; background: url(../img/bg_sp.jpg)no-repeat center; }
	.view_sp { display: block;}
	.view_pc { display: none !important;}
}


/* ---------------------------------------------------
	Base Layout
------------------------------------------------------ */
#nav_wrap,
#contents_wrap,
#footer_wrap {
	padding: 0; margin: 0;
}

#gnav ul,
#contents_wrap,
#footer { padding: 0; margin: 0 auto; box-sizing: border-box;}

@media screen and (max-width: 600px) {
	#gnav ul,
	#contents_wrap,
	#footer { width: auto; max-width: none;}
}

/* ---------------------------------------------------
	Header
------------------------------------------------------ */
#g_header{ width: 100%; height: 100px; top: 0; left: 0; position: absolute;}
#g_header .hd_logo{ top: 40px; left: 80px; position: absolute; height: 85px; width: 340px; z-index: 10;}
#g_header .hd_logo a { display: flex; align-items: flex-start; text-decoration: none;}
#g_header .hd_logo a>span { color:#e0dad4; margin:7% 0 0 10px; letter-spacing: 0.03em; }
#g_header .hd_logo a>span span {display: inline-block; margin-right:1em; padding-right:1em; position: relative;}
#g_header .hd_logo a>span span::after { background:#e0dad4; content:""; display: inline-block; height:60%; width:1px;
                    position:absolute; right:0; top:20%; }

#g_header .hd_btns { display: flex; background:#0c0d13; top: 0; right: 0; position: fixed; z-index: 100;}
#g_header .hd_btns a { display: flex; text-decoration: none; align-items: center; justify-content: center; height: 70px; position: relative;}
#g_header .hd_btns .btn_reserve { color:#e0dad4; font-size:18px; width: 200px; }
#g_header .hd_btns .btn_reserve:hover { color:#0c0d13;}
#g_header .hd_btns .btn_reserve span { position: relative;}
#g_header .hd_btns .btn_reserve::after { background:#e0dad4; position: absolute; top: 0;left: 0;
                    content: ''; width: 100%;height: 100%;
                    transform: scale(0, 1); transform-origin: left top; transition: .5s cubic-bezier(0.45, 0, 0.55, 1); z-index: -1;}
#g_header .hd_btns .btn_reserve:hover::after{ transform: scale(1, 1);}
#g_header .hd_btns .btn_menu { flex-direction: column;width: 80px; }
#g_header .hd_btns .btn_menu span {width: 40px; height: 1px;background: #e0dad4;transition: width .5s, margin .5s, opacity .5s, transform .5s;}
#g_header .hd_btns .btn_menu span + span { margin: 10px 0 0;}
#g_header .hd_btns .btn_menu span:last-child { width: 25px; margin-right: 15px;}

#g_header.active { background: none;}
#g_header.active .hd_btns { position: fixed; background: none;}
#g_header.active .hd_btns .btn_reserve { opacity: 0; pointer-events: none;}
#g_header.active .hd_btns .btn_menu { background: none;}
#g_header.active .hd_btns .btn_menu span + span { margin-top: -1px;}
#g_header.active .hd_btns .btn_menu span:first-child { transform: rotate(45deg);}
#g_header.active .hd_btns .btn_menu span:nth-child(2) { opacity: 0;}
#g_header.active .hd_btns .btn_menu span:last-child { width: 40px; margin-right: 0; transform: rotate(-45deg);}

@media screen and (max-width: 600px) {
            #g_header{ height: auto;}
            #g_header .hd_logo { top: 10px; left: 10px; height: auto; width:calc(100% - 120px); }
            #g_header .hd_logo img { width:50px;}
            #g_header .hd_logo a>span { font-size:13px; letter-spacing:0; margin:0.5em 0 0 5px;}
            #g_header .hd_logo a>span span{ display: block;}
            #g_header .hd_logo a>span span::after { content:none;}
            #g_header .hd_btns a { height: 55px;}
            #g_header .hd_btns .btn_reserve { width:120px; font-size:16px;}
            #g_header .hd_btns .btn_menu { width: 55px;}
            #g_header .hd_btns .btn_menu span { width: 28px;}
            #g_header .hd_btns .btn_menu span + span { margin-top: 8px;}
            #g_header .hd_btns .btn_menu span:last-child { width: 20px; margin-right: 8px;}
            #g_header.active .hd_btns .btn_menu span:last-child { width: 28px;}
}


/* ---------------------------------------------------
	G-nav
------------------------------------------------------ */
.pos_fix { overflow: hidden;}

#g_nav { position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 100vh;
                    background: url(../img/bg.jpg); background-size: cover;
                    opacity: 0; overflow: auto; pointer-events: none;
                    -webkit-transform: translateZ(0); transition: opacity .5s;}
#g_nav.active { opacity: 1; pointer-events: auto;}
#g_nav a { color: #e0dad4; text-decoration: none;}
#g_nav .gn_outer { display: flex; min-height: 100vh; }
#g_nav .gn_outer::before {content: ""; width: calc(100% - 700px); min-height: 100vh;
                    background: url(../img/gn.jpg) no-repeat center center; background-size: cover;}
#g_nav .gn_inner { width: 700px; max-width: 100%; padding: 100px 120px;}
#g_nav .gn_logo { text-align: center;}
#g_nav .gn_logo a { display: block;}
#g_nav .gn_logo a p { text-decoration: none; margin-top:15px; font-size:18px;}

#g_nav li a { position: relative;}
#g_nav li a:after { position: absolute; bottom: 0; left: 0; content: ''; width: 0; height: 1px; background: rgba(224,218,212,.3); transition: .5s;}
#g_nav li a:hover::after{ width: 100%;}

#g_nav .main_nav { margin: 50px 0;}
#g_nav .main_nav ul { display: flex; justify-content: space-between; flex-wrap: wrap;}
#g_nav .main_nav li{ width: 300px; max-width: 49%;}
#g_nav .main_nav li a { display: block;padding: 20px 0 20px 20px;
                    background: url(../img/arrow_wh.svg) no-repeat left center; background-size: 7px  auto; box-sizing: border-box; }
#g_nav .main_nav li a:after { bottom:20px;}
#g_nav .main_nav li a:hover::after{ width: 80%;}

#g_nav .btns { display: flex; justify-content: center; flex-direction: column;
	                flex-wrap: wrap; align-items: center; justify-content: center;}
#g_nav .btns li:first-child { width: 340px; /*max-width: 40%;*/ }
#g_nav .btns li:first-child a { background:#e0dad4; color:#0a0b10; align-items: center; justify-content: center; 
                    display: flex; min-height: 65px; position: relative; z-index: 1;}
#g_nav .btns li:first-child a::after { background:rgba(52,52,58,.1); position: absolute; top: 0;left: 0;content: ''; width: 100%;height: 100%;
                    transform: scale(0, 1); transform-origin: left top; transition: .5s cubic-bezier(0.45, 0, 0.55, 1); z-index: -1;}
#g_nav .btns li:first-child a:hover::after{ transform: scale(1, 1);}
#g_nav .btns li:last-child { margin: 30px auto 0; width: auto;}
#g_nav .btns li:last-child a{ padding: 5px 0 5px 20px;
                    background: url(../img/arrow_wh.svg) no-repeat left center; background-size: 7px auto; box-sizing: border-box; }
#g_nav .lang { display: flex; margin-top:55px; }
#g_nav .lang li { padding-right:40px;}
#g_nav .lang li a { padding:5px 0;}
#g_nav.active { opacity: 1; pointer-events: auto;}



@media screen and (max-width: 600px) {
            #g_nav { height: 100%;}
            #g_nav .gn_outer { display: block; min-height: 100%;}
            #g_nav .gn_outer::before { content: none;}
            #g_nav .gn_inner { padding: 65px 4%; width: 100%; padding-bottom: calc(65px + env(safe-area-inset-bottom)); }
            #g_nav .gn_logo a p { margin-top:15px; font-size:16px;}
            #g_nav .gn_logo img{ width: 70px; }

            #g_nav .main_nav { margin: 30px 0 50px;}
            #g_nav .main_nav li:last-child{ width:100%; max-width: 100%; }
            #g_nav .btns li:last-child { margin: 15px auto 0;}

            #g_nav .btn_menu { margin: 30px 0 0; font-size: 12px; line-height: 1; text-align: center;}
            #g_nav .btn_menu .icon { height: 35px; display: flex; justify-content: center; align-items: center; flex-direction: column;}
            #g_nav .btn_menu .icon::before,
            #g_nav .btn_menu .icon::after { content: ""; width: 35px; height: 1px;background:#e0dad4; }
            #g_nav .btn_menu .icon::before { transform: rotate(45deg);}
            #g_nav .btn_menu .icon::after {margin: -1px 0 0;transform: rotate(-45deg);}
}

/* ---------------------------------------------------
	Main img
------------------------------------------------------ */
#main_img{ display: flex; justify-content: center; height:580px; position: relative; overflow: hidden;}
#main_img>img { position: absolute; left:0; top:0; z-index: -1; height:580px; width:100%; object-fit: cover; font-family: 'object-fit:cover;'}
#main_img h1 { font-size:36px; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; 
                    position: absolute; top:130px; text-align: center; width:100%;}
#main_img h1 span.jp { order:0;}
#main_img h1 span.en { font-family: "EB Garamond", serif; font-weight: 400; font-size:15px; color:#9f8b35; order:-1;}

@media screen and (max-width: 600px) {
            #main_img{height:50vh;}
            #main_img>img { height:50vh;}
            #main_img h1 { font-size:30px;}
}

/* ---------------------------------------------------
	Contents
------------------------------------------------------ */
#contents_wrap { clear: both; padding: 5px 0 50px; position: relative;}

@media screen and (max-width: 600px) {
	#contents_wrap { width: 92%; padding: 5px 0 25px;}
}

/* section */
section { padding:150px 0 ; position: relative;}
section:not(#sec1) { position: relative;}
section:not(#sec1)::before{ content:""; display: block; height:1px; width:96%; background:#696769; position: absolute; top:0; left:2%; }
section:not(#sec6) { position: relative;}
section:not(#sec6)::before{ content:""; display: block; height:1px; width:96%; background:#696769; position: absolute; top:0; left:2%; }
.en { display: block; font-family: "EB Garamond", serif; font-weight: 400; letter-spacing: 0.3em; }
.inner { margin:0 auto; width:1100px;}
.inner h2 { font-size:24px; margin-bottom:50px;}
.inner h2 .en { color:#6a6a6d; font-size:13px; margin-top:10px;} 
.sec_col { display: flex; margin: 0 auto; max-width: 1600px; box-sizing: border-box; }
.sec_col .box_txt { margin:0 50px; width:300px; }
.sec_col .box_img { width:calc(100% - 400px); }
.sec_col .box_txt p { line-height: 2.2;}

.box_txt h2 { font-size:30px; margin:15px 0 90px;}
.box_txt h2 .rf { padding: 0 10px; border-left: 5px solid rgba(0 0 0 / 35%); font-size: 14pt;}
.box_txt h2 .en { color:#6a6a6d; font-size:13px; margin-top:10px;}

.cmn_table { border-top: 1px solid #46474f; display: flex; flex-wrap: wrap; align-items: stretch;font-size: 15px; margin: 0 auto; line-height: 2.2;}
.cmn_table>dt { background:#34343a; border-bottom:1px solid #46474f; width:23%; padding:30px; box-sizing: border-box; display: flex; align-items: center; }
.cmn_table>dd { border-bottom:1px solid #46474f; padding:30px; width:77%; box-sizing: border-box;}

.link_row { display: flex; margin-top:40px; }
.link_row li { margin-right:50px; padding-left:20px; position: relative;}
.link_row li a { text-decoration: underline; display: block;}
.link_row li a:hover { text-decoration: none;}
.link_row li.extl::before {content:""; display: block; height:14px; width:14px; 
                    background:url("../../access/img/ico_extl.png") no-repeat center/ 14px auto;
                    position: absolute; left:0; top:20%;}
.link_row li.gmap::before{ content:""; display: block; height:21px; width:14px; 
                    background:url("../../access/img/ico_marker.png") no-repeat center/ 14px auto;
                    position: absolute; left:0; top:5%;}

@media screen and (max-width: 600px) {
            section { padding:50px 0 50px 0 ;}
            section#sec1 { position: relative;}
            section#sec1::before{ content:""; display: block; height:1px; width:96%; background:#696769; position: absolute; top:0; left:2%; }
            .inner { width:100%;}
            .inner h2 { font-size:24px; margin-bottom:25px;}
            .inner h2 .en { margin-top:0;} 
            .sec_col { flex-direction: column; max-width: 100%;}
            .sec_col .box_txt { margin:0 0 30px 0; width:100%;}
            .sec_col .box_txt p { line-height:1.8;}
            .sec_col .box_img { width:100%; }
            .box_txt h2 { font-size:24px; margin:10px 0 20px;}
            .box_txt h2 .en { margin-top:0;}
            .cmn_table>dt ,
            .cmn_table>dd { padding:1vh 3vw; width:100%;}
            .cmn_table>dd { padding-bottom:30px;}
            .link_row { flex-direction: column; margin-top:30px; }
            .link_row li { margin-bottom:15px; width:100%; box-sizing: border-box;}
}


/* lead_col */
#lead_col { text-align: center; padding:70px 0; }
#lead_col h2 { font-size:24px; letter-spacing: 0.15em; padding:0 0 60px 0;}
#lead_col p { line-height: 2.2; }

@media screen and (max-width: 600px) {
            #lead_col { text-align: left;  padding:35px 0; }
            #lead_col h2 { font-size:22px; padding:0 0 30px 0;}
            #lead_col p { line-height: 1.8; }
}

/* breadcrumb */
#contents_wrap #breadcrumb { font-size: 12px; margin: 0 auto 30px auto; padding-left:60px; text-align: left; position: absolute; bottom: 0; left: 0;}
#contents_wrap #breadcrumb li { display: inline-block; line-height: 1.6;}
#contents_wrap #breadcrumb li:before { content: '>'; margin: 0 5px;}
#contents_wrap #breadcrumb li:first-child:before { display: none;}


@media screen and (hover: hover) {
	#contents_wrap #breadcrumb a:hover { opacity: .5; }
}
@media screen and (max-width: 600px) {
	#contents_wrap #breadcrumb { margin: 15px auto; padding-left:0; }
}



/* ---------------------------------------------------
	Footer
------------------------------------------------------ */
#reserve_col { background: #1b1b1f; padding:95px 0 70px;}
#reserve_col dl { margin:0 auto; width:900px;}
#reserve_col dt { color:#9e8b35; font-size:30px; font-family: "EB Garamond", serif; font-weight: 400; margin-bottom:28px; text-align: center; position: relative;}
#reserve_col dt::before { background: url(../img/bestrate.png) no-repeat center/63px auto; content:""; display: block; height:55px; width:63px; 
                    position: absolute; left:50%; top:-60px; margin-left:-32px; }
#reserve_col dd ul { display: flex; justify-content: space-between; }
#reserve_col dd li a span { position: relative;}
#reserve_col dd li a span::after { content:""; display: block; background: url(../img/arrow_wh.svg) no-repeat center/9px auto; height:8px; width:9px;
                    position: absolute; right:-18px; top:33%; }

#reserve_col dd li a { position: relative;}
#reserve_col dd li a:after { position: absolute; bottom: -6px; left: 0; content: ''; width: 0; height: 1px; background: rgba(224,218,212,.3); transition: .5s;}
#reserve_col dd li a:hover::after{ width: 100%;}

@media screen and (max-width: 600px) {
            #reserve_col { padding:95px 0 30px;}
            #reserve_col dl { width:70%;}
            #reserve_col dt { font-size:24px; margin-bottom:28px; }
            #reserve_col dt::before { background: url(../img/bestrate.png) no-repeat center/55px auto; height:55px; width:55px; 
                                position: absolute; left:50%; top:-60px; margin-left:-26px; }
            #reserve_col dd ul { flex-direction: column;}
            #reserve_col dd li { margin-bottom:20px; padding-bottom:10px;}
            #reserve_col dd li a span { padding-left:20px;}
            #reserve_col dd li a span::after { right:none; top:33%; left:0; }
            #reserve_col dd li a:after { content:none;}
}

#footer_wrap {}
#footer { display: flex; flex-wrap: wrap; justify-content: space-between; margin:0 auto; padding: 80px 0 40px; width:1100px;}
#footer a { color: #e0dad4;}

#f_logo { width: 150px; }
#f_logo img { display: block; margin: 0 0 20px;}

#f_info { line-height: 2.2; width:350px;}
#f_info address span { display: block;}
#f_info address+p a,
#f_info a.tel-link{ text-decoration: underline; text-underline-offset:5px; text-decoration-thickness: 1px;}
#f_info li .tel-link { font-size:30px;}
#f_info li.sns { margin:30px 0;}
#f_info li ul { display: flex; justify-content: space-between; }
#f_info li li {flex:1;}
#f_info li li a:hover { text-decoration: underline; text-underline-offset:5px; text-decoration-thickness: 1px;}

#f_nav .acc_tit { display: none;}
#f_nav  { width: 400px;}
#f_nav ul { display: flex; flex-wrap: wrap; flex-direction: column; height:calc(6 * (1.8em + 1.5 * 1em));}
#f_nav li { margin-bottom: 1.5em;}
#f_nav li a:hover { text-decoration: underline; text-underline-offset:5px; text-decoration-thickness: 1px;}

#copyright { font-size:15px; margin:0 5% 40px 0; text-align: right; width:95%; }

@media screen and (max-width: 600px) {
            #footer { padding: 25px 4% env(safe-area-inset-bottom); -webkit-box-sizing: border-box; box-sizing: border-box; width:90%;}
            #f_logo { text-align: center; width: 100%; }
            #f_logo img { margin: 0 auto 15px; width:70px;}
            #f_info { margin-top:30px; width:100%;}
            #f_info li.sns { margin:15px 0 0 ;}
            #f_info li:last-child{ display: none;}
            #f_nav { display: none;}
            #copyright { margin:30px 5% 10px 0;}
}


/* ---------------------------------------------------
	clear
------------------------------------------------------ */


/* ---------------------------------------------------
	更新履歴
------------------------------------------------------

180228_〇〇_cssを更新したらここに更新履歴を追加していきます。多くなったら上の方は削除。
180205_kamiguchi_更新履歴コメントひな形追加
200828_akimoto_IEで游ゴシック体を使用すると謎の余白ができるバグがあるため、IEでのみfont-familyを変更する記述を追記
201029_maehata_bodyタグにfont-feature-settings: "palt";追加
201223_akimito_下記内容の修正
　・bodyのdisplay:flex;の削除。
　・iPhoneセーフエリアの対応記述。
　・object-fitのIE対応の記述およびjs追加。

------------------------------------------------------ */
