/******************************************************************
Theme Name: CUBE GAMMA THEME
Theme URI: http://cube096.com
Description: CUBEが自信をもってお届けするレスポンシブウェブデザインテーマ
Author: CUBE CO.,LTD.
Author URI: http://cube096.com
Version: beta
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/
*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}
svg{
	overflow: visible;
}
svg path,
svg g,
svg circle,
a{
	transition: all ease 0.5s;
}
input, button, textarea, select {
	font: inherit;
}
h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}
#root, #__next {
	isolation: isolate;
}
ol, ul {
	list-style-type:none;
	margin:0;
}
legend, menu, ol, ul {
	padding:0
}
a {
	text-decoration:none;
	color: var(--font-color);
	position: relative;
	z-index: 2;
}
p,li,dd {
	overflow-wrap: break-word;
	/*line-break: anywhere;*/
	text-align: justify;
}
html[lang="en"] p,
html[lang="en"] li,
html[lang="en"] dd {
	text-align: left;
}
body {
	/*--- ▼ゴシック ---*/
	/*font-family:"Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
	
	/*--- ▼明朝 ---*/
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: var(--font-color);
	font-weight: 400;
	font-style: normal;
	font-size: var(--fontsize-16);
	background-color: var(--bg-color);
}
body img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
	line-height: 1.5;
	font-style: normal;
}
table{
	border-collapse: separate;
	border-spacing: 0;
}
input,
textarea {
	outline:none;
}
:root {
	--main-color: #717171;
	--main-brown: #806726;
	--mainsub-color: #DBD2BB;
	--sub-color: #184764;
	--font-color: #333333;
	--bg-color: #F1F1F1;
	--bg-gray: #E6E6E6;
	--fontsize-25: clamp(19px, 1.3vw, 25px);
	--fontsize-22: clamp(18px, 1.1vw, 22px);
	--fontsize-20: clamp(17px, 1vw, 20px);
	--fontsize-18: 18px;
	--fontsize-16: 16px;
	--fontsize-15: 15px;
}
#main{
	overflow: hidden;
}
/* recaptcha badge
----------------------------------------------------------- */
.grecaptcha-badge{
    z-index:10000;
	bottom: 75px !important;
}
/* ページネーション
----------------------------------------------------------- */
/*アーカイブ用*/
.nav-links{
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nav-links .page-numbers{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	transition: all ease 0.5s;
	border-radius: 3px;
	border: 1px solid #D5D5D5;
	margin: 0 5px;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover{
	background-color: var(--sub-color);
	border: 1px solid #336686;
	color: #fff;
}
.nav-below {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.next.page-numbers,.prev.page-numbers{
	padding: 0 5px;
}
/*シングル用*/
.single .nav-below {
	display: inherit;
	margin-top: clamp(30px, 2.3vw, 45px);
}
.single .nav-below:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.single .nav-below a {
	background-color: var(--bg-gray);
	text-decoration: none;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.5;
	transition: all ease 0.5s;
}
.single .nav-below a:hover {
	background-color: var(--mainsub-color);
}
.single .nav-below .prev {
	padding-left: 65px;
	position: relative;
}
.single .nav-below .next {
	padding-right: 65px;
	position: relative;
}
.single .nav-below .prev::before,
.single .nav-below .next::before{
	content: "";
	width: 40px;
	height: 40px;
	background-color: var(--bg-color);
	border-radius: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single .nav-below .prev::before{
	left: 10px;
}
.single .nav-below .next::before{
	right: 10px;
}
.single .nav-below .prev::after,
.single .nav-below .next::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.single .nav-below .prev::after{
	left: 25px;
	border-right: 7px solid rgba(51,51,51,0.5);
	border-left: 0;
}
.single .nav-below .next::after{
	right: 25px;
	border-left: 7px solid rgba(51,51,51,0.5);
	border-right: 0;
}
.prev {
	width: 48%;
	float: left;
}
.next {
	width: 48%;
	float: right;
	text-align: right;
}
.prev_title,
.next_title {
	font-size: 12px;
	color: var(--main-brown);
}
.next p{
	text-align: right;
}
.next p,
.prev p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
}
.prev img {
	float: left;
	margin-right: 10px;
}
.next img {
	float: right;
	margin-left: 10px;
}
.prevAndNextLeft a:before {
	content: "\f053";
	margin-right: 5px;
	font-family: FontAwesome;
}
.prevAndNextRight a:after {
	content: "\f054";
	margin-left: 10px;
	font-family: FontAwesome;
}
.prevAndNextLeft {
	width: 50%;
	float: left;
}
.prevAndNextRight {
	width: 50%;
	float: left;
}
.prevAndNextLeft {
	text-align: left;
}
.prevAndNextRight {
	text-align: right;
}
/* 
 animation
----------------------------------------------------------- */  
.fadein {
	opacity:0;
	transition:all ease 1.5s;
}
.on .fadein,
.on.fadein {
	opacity:1;
}
.no2{
	transition-delay: .3s;
}
.no3{
	transition-delay: 0.6s;
}
.no4{
	transition-delay: 0.9s;
}
.no5{
	transition-delay: 1.2s;
}
.no6{
	transition-delay: 1.5s;
}
/* 
 Head
----------------------------------------------------------- */  
.header {
	width:100%;
}
/* 
 gNavi
----------------------------------------------------------- */ 
.navwrap {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
	z-index:998;
	transition:all ease 0.5s;
	position: absolute;
	left: 0;
	top: clamp(20px, 1.6vw, 30px);
	padding: 0 clamp(20px, 2vw, 40px);
}
.navwrap p img{
	height: clamp(30px, 2.3vw, 45px);
	width: auto;
}
.navwrap > ul {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	align-items: center;
}
.navwrap > ul > li{
	text-align: center;
	transition:all ease 0.5s;
	position: relative;
}
.navwrap > ul > li a,
.navwrap > ul > li p{
	display: inline-block;
	color: #fff;
	padding: 10px 12px;
	font-size: var(--fontsize-15);
	transition:all ease 0.5s;
	font-weight: 300;
}
.navwrap > ul > li a:hover,
.navwrap > ul > li p:hover{
	opacity: 0.7;
}
.navwrap > ul > li:nth-last-child(3){
	margin: 0 24px 0 12px;
}
.navwrap > ul > li:nth-last-child(3) a{
	padding: 10px 24px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navwrap > ul > li:nth-last-child(3) a svg{
	height: 16px;
	width: auto;
	margin-right: 8px;
}
.navwrap > ul > li:nth-last-child(3) a::before,
.navwrap > ul > li:nth-last-child(3) a::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 21px;
	background-color: #fff;
}
.navwrap > ul > li:nth-last-child(3) a::before{
	left: 0;
}
.navwrap > ul > li:nth-last-child(3) a::after{
	right: 0;
}
.navwrap > ul > li:last-child{
	margin-left: 24px;
}
.navwrap > ul > li:last-child a{
	display: block;
	padding: 8px clamp(23px, 1.7vw, 33px) !important;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 40px;
	line-height: 1.3;
	background-color: rgba(255,255,255,0);
	-webkit-backdrop-filter: blur(3px) brightness(1.1);
	backdrop-filter: blur(3px) brightness(1.1);
	color: #E6E6E6;
}
.fix_bnr{
	position: fixed;
	right: 10px;
	bottom: -5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: clamp(230px, 17.2vw, 330px);
	border-radius: 2px 2px 0 0;
	border: 3px solid #336686;
	border-bottom: none;
	background-color: var(--sub-color);
	color: #fff;
	padding: clamp(10px, 0.8vw, 15px) clamp(15px, 1.3vw, 25px) clamp(15px, 1vw, 20px) clamp(15px, 1.3vw, 25px);
	font-size: 17px;
	z-index: 10000;
	transition:all ease 0.5s;
	opacity: 0;
	pointer-events: none;
}
.fix_bnr.is-fixed{
	opacity: 1;
	pointer-events: inherit;
}
.fix_bnr:hover{
	bottom: 0;
}
.fix_bnr svg{
	height: clamp(25px, 1.6vw, 30px);
}
.top_back{
	height: 45px;
	width: 45px;
	border-radius: 25px;
	background-color: var(--main-color);
	position: fixed;
	left: 15px;
	bottom: 15px;
	display: grid;
	place-content: center;
	z-index: 10000;
	opacity: 0;
	transition:all ease 0.5s;
}
.top_back.view{
	opacity: 1;
}
.top_back img{
	height: 13px;
	width: auto;
}
/* 
言語選択
----------------------------------------------------------- */ 
#gt_float_wrapper {
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
	z-index: 997 !important;
	height: 39px !important;
	width: 64px !important;
}
.gt_float_switcher .gt-selected,
.gt_float_switcher{
	background-color:transparent !important;
}
.gt_float_switcher{
	height: 100% !important;
	width: 100% !important;
	overflow: inherit !important;
	box-shadow: none !important;
}
.gt_float_switcher .gt-selected {
	height: 100% !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
	padding:0 !important;
	height: 100% !important;
	width: 100% !important;
	background-color: rgba(255,255,255,0);
	-webkit-backdrop-filter: blur(3px) brightness(1.1);
	backdrop-filter: blur(3px) brightness(1.1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.gt_float_switcher img {
	display: none !important;
}
.gt_float_switcher .gt_options{
	width: 80px !important;
	max-height: none !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code,
.gt_float_switcher .gt_options a{
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	font-size: var(--fontsize-15);
	color: #fff !important;
}
.gt_float_switcher .gt_options a{
	text-align: left !important;
	padding: 8px 10px !important;
	transition: all ease 0.5s;
}
.gt_float_switcher .gt_options a:hover {
	background-color: rgba(255,255,255,0) !important;
	-webkit-backdrop-filter: blur(3px) brightness(1.1);
	backdrop-filter: blur(3px) brightness(1.1);
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
	background-image: url('./library/images/lang_arrow.svg') !important;
	transform: rotate(0) scale(1,-1) !important;
	height: 5px !important;
	width: 8px !important;
	background-size: contain !important;
	margin-top: 3px;
	margin-left: 2px;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate{
	transform: rotate(0) scale(1,1) !important;
}
.gt_float_switcher .gt_options a{
	white-space: nowrap !important;
	transition: all ease 0.5s !important;
}
/* 
 is-fixed
----------------------------------------------------------- */ 
.is-fixed.navwrap{
	position: fixed;
	left: 0;
	top: 0;
	background-color: var(--bg-color);
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.06);
}
.is-fixed.navwrap > ul > li a,
.is-fixed.navwrap > ul > li p{
	color: var(--font-color);
	padding-top: clamp(15px, 1.3vw, 25px);
	padding-bottom: clamp(15px, 1.3vw, 25px);
}
.is-fixed.navwrap > ul > li:nth-last-child(3) a::before,
.is-fixed.navwrap > ul > li:nth-last-child(3) a::after{
	background-color: var(--font-color);
}
.is-fixed.navwrap > ul > li:nth-last-child(3) a svg path{
	fill: var(--font-color);
}
.is-fixed.navwrap > ul > li:last-child a{
	border: 1px solid #AF985B;
	background-color: var(--main-brown);
	color: #fff;
}
.is-fixed .gt_float_switcher .gt-selected .gt-current-lang {
	background-color: var(--bg-gray);
}
.is-fixed .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
	background-image: url('./library/images/lang_arrow_fixed.svg') !important;
}
.is-fixed .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code,
.is-fixed .gt_float_switcher .gt_options a{
	color: var(--font-color) !important;
	background-color: var(--bg-gray);
}
.is-fixed .gt_float_switcher .gt_options a:hover {
	background-color: var(--bg-gray) !important;
	opacity: 0.7;
}
/* 
共通
----------------------------------------------------------- */ 
.pc {
	display:block;
}
br.pc{
	display: inherit;
}
.sp {
	display:none;
}
br.sp{
	display: none;
}
.pc1100{
	display: block;
}
br.pc1100{
	display: inherit;
}
.sp1100{
	display: none;
}
br.sp1100{
	display: none;
}
.pc640{
	display: block;
}
br.pc640{
	display: inherit;
}
.sp640{
	display: none;
}
br.sp640{
	display: none;
}
.inner{
	width: min(90%,1200px);
	margin-inline:auto;
	padding: clamp(50px, 6.8vw, 130px) 0;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex .img img{
	width: 100%;
	height: auto;
}
#container{
	position: relative;
}
.more_btn{
	background-color: var(--bg-gray);
	width: 130px;
	color: var(--main-brown);
	transition:all ease 0.5s;
	padding: 4px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Cormorant Garamond", serif;
	border-radius: 2px;
}
.more_btn.gray{
	background-color: var(--bg-color);
}
.more_btn:hover{
	background-color: var(--main-brown);
	color: #fff;
}
.more_btn:hover svg path{
	fill: #fff;
}
.anchor{
	padding-top: clamp(80px, 7.8vw, 150px);
    margin-top: calc(clamp(80px, 7.8vw, 150px) * -1);
}
.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.linkbox{
	position: relative;
	z-index: 5;
}
.linkbox.tac a{
	margin: 0 auto;
}
.linkbox.tar a{
	margin: 0 0 0 auto;
}
.no_link{
	pointer-events: none !important;
}
.txt_only{
	width: 100% !important;
	background-color: transparent !important;
	padding: 0 !important;
	border: none !important;
}
.txt_link{
	text-decoration: underline;
	transition: all ease 0.5s;
}
.txt_link:hover{
	opacity: 0.7;
}
.js-accordion .ttl{
	position: relative;
	cursor: pointer;
}
.js-accordion > div,
.js-accordion > li{
	position: relative;
	overflow: visible;
}
.js-accordion .box{
	position: relative;
	overflow: hidden;
	height: 0;
	opacity: 0;
	pointer-events: none;
	transition: all ease 0.5s;
}
.js-accordion .box.open{
	opacity: 1;
	height: auto;
	pointer-events: auto;
}
.js-accordion .box_inner{
	transform-origin: top;
	transform: scaleY(0);
	transition: all 0.5s ease;
}
.js-accordion .box.open .box_inner{
	transform: scaleY(1);
}
.js-tabcontent{
	display: none;
}
/* 
 TOP
----------------------------------------------------------- */ 
.toppage .inner{
	padding: clamp(50px, 4.9vw, 95px) 0;
}
.fv{
	width:100%;
	height:100vh;
	background-image: url('./library/images/fv01.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
.fv::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(60,60,60,0.45);
	z-index: 1;
}
.fv .scroll,
.fv .txt{
	position: absolute;
	z-index: 2;
	color: #fff;
}
.fv .txt{
	left: 3.5%;
	bottom: 6.5%;
	max-width: 90%;
}
.fv .txt h1{
	font-size: clamp(23px, 1.8vw, 35px);
	line-height: 1.6;
	margin-bottom: clamp(15px, 1.6vw, 30px);
	font-weight: 300;
	letter-spacing: 0.05em;
}
.fv .txt p{
	line-height: 2;
}
.fv .scroll{
	right: 3.5%;
	bottom: 6.5%;
	padding-top: clamp(80px, 6.2vw, 120px);
	width: fit-content;
}
.fv .scroll::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: clamp(75px, 5.7vw, 110px);
	background-color: rgba(255,255,255,0.3);
}
.fv .scroll::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: clamp(75px, 5.7vw, 110px);
	animation:scroll-down 3s infinite both;
	background-color: #fff;
}
@keyframes scroll-down {
  0% {
    transform-origin:top;
    transform:scaleY(0)
  }
  39% {
    transform-origin:top;
    transform:scaleY(1)
  }
  40% {
    transform-origin:bottom;
    transform:scaleY(1)
  }
  100% {
    transform-origin:bottom;
    transform:scaleY(0)
  }
}
.top_h2{
	font-size: clamp(28px, 2.6vw, 50px);
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	line-height: 1.2;
}
.arrow_maru{
	transition: all ease 0.5s;
	width: clamp(35px, 2.6vw, 50px);
	height: clamp(35px, 2.6vw, 50px);
	border-radius: 25px;
	display: block;
}
.arrow_maru .arrow_icon{
	width: 100%;
	height: 100%;
	display: grid;
	place-content: center;
	place-items: center start;
}
.arrow_maru .circle{
	fill: rgba(255,255,255,0.15);
	transition: fill .5s ease;
}
.arrow_maru .arrow{
	fill: #fff;
}
.arrow_maru .st_hover{ 
	opacity:0;
	transition: opacity .2s ease;
}
.arrow_maru .st_normal{
	opacity:1;
	transition: opacity .2s ease;
}
a:hover .arrow_maru .circle{
	fill: rgba(255,255,255,0.8);
}
a:hover .arrow_maru .st_normal{ 
	opacity:0;
}
a:hover .arrow_maru .st_hover{
	opacity:1;
}
.top_news{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #CBCBCB;
}
.top_news .news_wrap{
	width: calc(100% - clamp(400px, 22.4vw, 430px));
	border-right: 1px solid #CBCBCB;
	padding: clamp(20px, 1.7vw, 33px) clamp(30px, 3.4vw, 65px);
}
.top_news .btn_wrap{
	width: clamp(400px, 22.4vw, 430px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_news .news_wrap > div{
	display: flex;
	align-items: center;
	background-color: var(--bg-gray);
	flex-wrap: wrap;
}
.top_news .news_wrap h2{
	font-size: 14px;
	text-align: center;
	border-right: 1px solid rgba(51,51,51,0.5);
	width: clamp(110px, 6.8vw, 130px);
}
.top_news .news_wrap a,
.top_news .news_wrap > div > p{
	display: flex;
	align-items: center;
	padding: clamp(15px, 1.3vw, 25px) clamp(20px, 1.6vw, 30px);
	width: calc(100% - clamp(110px, 6.8vw, 130px));
	flex-wrap: wrap;
}
.top_news .news_wrap .news_date{
	width: clamp(90px, 5.2vw, 100px);
}
.top_news .news_wrap h3{
	width: calc(100% - clamp(100px, 5.7vw, 110px));
	font-size: var(--fontsize-16);
	font-weight: 500;
	padding-right: 20px;
	transition: all ease 0.5s;
	position: relative;
}
.top_news .news_wrap a:hover h3{
	color: var(--main-brown);
}
.top_news .news_wrap h3::before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px;
	background-image: url('./library/images/brown_arrow.svg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease 0.5s;
}
.top_news .news_wrap a:hover h3::before{
	right: -5px;
}
.top_news .btn_wrap p{
	margin-right: clamp(15px, 1.6vw, 30px);
	padding-left: 25px;
	position: relative;
}
.top_news .btn_wrap p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 8px;
	background-image: url('./library/images/icn_info.svg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease 0.5s;
}
.top_concept{
	position: relative;
}
.top_concept::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	height: 500px;
	background-image: url('./library/images/top_concept_txt_bg.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.top_concept .inner{
	width: min(90%,1600px);
	padding: clamp(65px, 6.5vw, 125px) 0 clamp(74px, 4.9vw, 95px);
}
.top_concept .fix_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
.top_concept .txt{
	width: 45%;
	padding: clamp(25px, 2.6vw, 50px) 0 64px;
	z-index: 3;
}
.top_concept .img{
	width: 50vw;
	margin-right: calc(50% - 50vw);
	margin-left: auto;
}
.top_concept .img img{
	width: 100%;
	height: auto;
}
.top_concept .txt h2{
	font-size: clamp(20px, 1.5vw, 28px);
	padding-bottom: clamp(10px, 1.3vw, 25px);
	margin-bottom: clamp(15px, 1.6vw, 30px);
	border-bottom: 1px solid #CBCBCB;
	font-weight: 400;
}
.top_concept .txt h2 span{
	font-size: var(--fontsize-22);
	display: block;
	font-family: "Cormorant Garamond", serif;
	margin-bottom: 12px;
	font-weight: 500;
}
.top_concept .txt p{
	font-weight: 300;
	line-height: 2.4;
}
.top_rooms{
	padding: clamp(50px, 4.9vw, 95px) 5%;
	border-top: 1px solid #E6E6E6;
	background-image: url('./library/images/top_rooms_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.top_rooms::before{
	content: "";
	position: absolute;
	left: 5%;
	top: 0;
	height: 1px;
	width: 42px;
	background-color: #949494;
}
.top_rooms .ttl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: clamp(20px, 1.9vw, 38px);
}
.top_rooms .ttl .txt{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.top_rooms .top_h2{
	margin-right: clamp(30px, 3.4vw, 65px);
}
.top_rooms .swiper-wrapper{
	padding-bottom: clamp(30px, 2.3vw, 45px);
}
.top_rooms .swiper-slide a{
	display: block;
	position: relative;
	overflow: hidden;
	pointer-events: none;
}
.top_rooms .swiper-slide a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(60,60,60,0.45);
	transition: all ease 0.5s;
	z-index: 1;
}
.top_rooms .swiper-slide a:hover::before{
	background-color: rgba(60,60,60,0.25);
}
.top_rooms .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.5s;
}
.top_rooms .swiper-slide a:hover img{
	transform: scale(1.07);
}
.top_rooms .swiper-slide .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	width: 90%;
	z-index: 2;
}
.top_rooms .swiper-slide .txt h3{
	font-size: var(--fontsize-20);
	text-align: center;
}
.top_rooms .swiper-slide .txt h3 span{
	font-size: 14px;
}
.top_rooms .swiper-slide .txt p{
	text-align: center;
	font-size: 14px;
}
.top_rooms .swiper-slide .txt .arrow_maru{
	margin: clamp(15px, 1.3vw, 25px) auto 0;
}
.top_rooms .swiper-button-prev, 
.top_rooms .swiper-button-next {
	width:45px;
	height:22px;
	z-index: 3;
	background-image: url("./library/images/rooms_prev.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 0 !important;
}
.top_rooms .swiper-button-prev{
	right: calc(45px + 12px) !important;
	left: auto !important;
	top: auto !important;
	bottom: 0 !important;
}
.top_rooms .swiper-button-next {
	background-image: url("./library/images/rooms_next.svg");
	right: 0 !important;
	top: auto !important;
	bottom: 0 !important;
}
.top_rooms .swiper-button-prev svg, 
.top_rooms .swiper-button-next svg{
	display: none;
}
.top_facility{
	background-image: url('./library/images/top_facility_bg.png');
	background-size: 100% auto;
	background-position: center bottom clamp(40px, 3.9vw, 75px);
	background-repeat: no-repeat;
}
.top_facility .inner{
	padding: clamp(70px, 6.8vw, 130px) 0 0;
	position: relative;
}
.top_facility .inner::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 42px;
	background-color: #949494;
}
.top_facility .ttl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: clamp(20px, 2vw, 40px);
}
.top_facility .ttl p{
	text-align: right;
}
.top_facility ul{
	display: grid;
	gap: clamp(20px, 1.3vw, 25px);
	grid-template-columns: repeat(2, 1fr);
}
.top_facility ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #D4D4D4;
	background-color: var(--bg-gray);
	padding: clamp(20px, 1.6vw, 30px);
	position: relative;
	width: 100%;
	height: 100%;
	transition: all ease 0.5s;
	pointer-events: none;
}
.top_facility ul li a:hover{
	background-color: var(--main-color);
}
.top_facility ul li a::before{
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid var(--bg-color);
}
.top_facility ul li a .img{
	width: clamp(125px, 9.4vw, 180px);
}
.top_facility ul li a .txt{
	width: calc(100% - clamp(140px, 10.4vw, 200px));
}
.top_facility ul li a .txt h3{
	font-size: var(--fontsize-20);
	margin-bottom: clamp(15px, 1.6vw, 30px);
	transition: all ease 0.5s;
}
.top_facility ul li a:hover .txt h3{
	color: var(--bg-color);
}
.top_facility ul li a .txt h3 span{
	display: inline-block;
	padding: 2px 12px;
	background-color: var(--bg-color);
	text-align: center;
	border: 1px solid rgba(51,51,51,0.2);
	font-size: 14px;
	color: #676767;
	margin-right: 10px;
}
.top_facility ul li a .txt p{
	line-height: 1.8;
	font-size: 14px;
	transition: all ease 0.5s;
}
.top_facility ul li a:hover .txt p{
	color: var(--bg-color);
}
.top_facility ul li a .txt p:not(:first-of-type){
	margin-top: 10px;
}
.top_facility ul li a .txt svg{
	height: clamp(25px, 1.6vw, 30px);
	width: auto;
	margin-top: clamp(15px, 1.6vw, 30px);
}
.top_facility ul li a:hover .txt svg g{
	stroke: var(--bg-color);
}
.top_facility ul li a:hover .txt svg path{
	fill: var(--bg-color);
}
.top_access{
	position: relative;
	padding: clamp(50px, 4.9vw, 95px) 5%;
}
.top_access::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background-image: url('./library/images/top_rooms_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.access_btn{
	position: relative;
	width: 100%;
	padding: clamp(30px, 3.4vw, 65px);
	color: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: all ease 0.5s;
	z-index: 0;
}
.access_btn::before,
.access_btn::after{
	content: "";
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease 0.5s;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}
.access_btn::before{
	background-image: url('./library/images/access_btn_bg_hover.jpg');
}
.access_btn::after{
	background-image: url('./library/images/access_btn_bg.jpg');
}
.access_btn:hover::after{
	opacity: 0;
}
.access_btn .top_h2{
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.access_btn > div{
	width: calc(100% - 70px);
}
.access_btn svg{
	height: clamp(25px, 1.6vw, 30px);
	width: auto;
}
/* パンくずリスト
----------------------------------------------------------- */
.pan{
	width: min(90%,1200px);
    margin-inline: auto;
}
.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
	font-size: 14px;
}
.breadcrumb__item:not(:last-child)::after {
    content: '/';
    margin: 0 0.3rem;
}
.breadcrumb__item a {
    color: #9D9D9D;
}
.breadcrumb__item:last-child a {
    color: var(--font-color);
}
/* 
 subpage共通
----------------------------------------------------------- */
.sub .inner{
	padding: clamp(70px, 6.8vw, 130px) 0;
}
.sub .inner.first{
	padding-top: clamp(50px, 4.9vw, 95px);
}
.sub_fv {
	padding-bottom: clamp(25px, 2vw, 40px);
	height: clamp(355px, 33.3vw, 640px);
	position: relative;
	display: grid;
	place-items: end start;
	background-image: url('./library/images/sub_fv_news.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.sub_fv::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(60,60,60,0.55);
}
.sub_fv h1 {
	width: 90%;
	margin-inline: auto;
	color: #fff;
	position: relative;
	z-index: 1;
	font-size: clamp(32px, 3.9vw, 75px);
	font-family: "Cormorant Garamond", serif;
	line-height: 1.2;
}
.sub_fv h1 span{
	display: block;
	font-size: clamp(14px, 0.83vw, 16px);
	font-family: "Noto Serif JP", serif;
}
.single .sub_fv{
	height: clamp(170px, 15.6vw, 300px);
	background-image: url('./library/images/sub_fv_news_single.jpg');
}
.single .sub_fv::before{
	display: none;
}
.single .sub_fv h1 {
	width: min(90%,1200px);
	color: var(--font-color);
}
.single .sub_fv h1 span{
	color: var(--main-brown);
}
.line_ttl{
	font-size: var(--fontsize-20);
	font-weight: 600;
	padding-bottom: 14px;
	margin-bottom: clamp(20px, 1.3vw, 25px);
	position: relative;
}
.line_ttl::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 28px;
	background-color: var(--main-brown);
}
.line-ttl-big{
	font-size: clamp(20px, 1.5vw, 28px);
	font-weight: 600;
	padding-bottom: 16px;
	margin-bottom: clamp(20px, 1.6vw, 30px);
	position: relative;
	display: flex;
	align-items: center;
}
.line-ttl-big::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 28px;
	background-color: var(--main-brown);
}
.line-ttl-big span{
	display: block;
	font-size: 14px;
	color: #676767;
	padding: 3px 12px;
	background-color: var(--bg-gray);
	font-weight: 400;
	margin-left: 20px;
}
.line-ttl-big small{
	font-size: var(--fontsize-20);
}
.sub-h2{
	margin-bottom: clamp(25px, 2.6vw, 50px);
	font-weight: 600;
	font-size: var(--fontsize-18);
	display: flex;
	align-items: center;
}
.sub-h2::after{
    content: "";
	height: 1px;
    flex-grow: 1;
	background-color: #CBCBCB;
	margin-left: clamp(15px, 1.3vw, 25px);
}
.sub-h2 span{
	display: inline-block;
	font-family: "Cormorant Garamond", serif;
	line-height: 1.2;
	margin-right: clamp(10px, 0.94vw, 18px);
	font-weight: 400;
	font-size: clamp(22px, 1.7vw, 33px);
}
.gray-box{
	background-color: var(--bg-gray);
	padding: 30px clamp(20px, 2vw, 40px);
}
.hyo dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #CBCBCB;
	padding-bottom: clamp(12px, 0.83vw, 16px);
	line-height: 1.8;
	font-size: 14px;
}
.hyo dl:not(:last-of-type) {
	margin-bottom: clamp(12px, 0.83vw, 16px);
}
.hyo dl dt {
	width: clamp(180px, 13.5vw, 260px);
	font-weight: 600;
	color: var(--main-brown);
}
.hyo dl dd {
	width: calc(100% - clamp(180px, 13.5vw, 260px));
}
.hyo2 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.hyo2 dl:not(:last-of-type) {
	margin-bottom: 12px;
}
.hyo2 dl dt {
	width: clamp(150px, 15.6vw, 300px);
	font-weight: 600;
	background-color: var(--bg-gray);
	padding: 15px 20px;
}
.hyo2 dl dd {
	width: calc(100% - clamp(150px, 15.6vw, 300px));
	padding: 4px clamp(20px, 1.3vw, 25px);
}
.page-nav{
	background-color: var(--bg-gray);
	width: 100%;
}
.page-nav .inner{
	padding: 15px 0;
}
.page-nav nav > ul{
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}
.page-nav nav > ul > li > a,
.page-nav nav > ul > li > p{
	display: block;
	width: 100%;
	border: 1px solid #DEDEDE;
	border-radius: 2px;
	background-color: var(--bg-color);
	cursor: pointer;
	padding: clamp(10px, 0.8vw, 15px) clamp(50px, 4.9vw, 95px) clamp(10px, 0.8vw, 15px) clamp(10px, 1.3vw, 25px);
	font-weight: 500;
	position: relative;
	transition: background-color 0.5s ease;
}
.page-nav nav > ul > li > a:hover,
.page-nav nav > ul > li > p:hover{
	background-color: var(--mainsub-color);
}
.page-nav nav > ul > li > a span,
.page-nav nav > ul > li > p span{
	display: block;
	color: var(--main-brown);
	font-size: 12px;
	font-weight: 400;
}
.page-nav nav > ul > li > a::before{
	content: "";
	position: absolute;
	right: clamp(10px, 1.3vw, 25px);
	top: 50%;
	transform: translateY(-50%);
	background-image: url('./library/images/nav-arrow.svg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	height: clamp(25px, 1.6vw, 30px);
	width: clamp(40px, 3.1vw, 60px);
}
.pagenav-open{
	position: relative;
}
.pagenav-open::before,
.pagenav-open::after{
	content: "";
	position: absolute;
	top: 48%;
	right: clamp(10px, 1.3vw, 25px);
	width: var(--fontsize-16);
	height: 1px;
	transition: transform ease 0.5s;
	background-color: #A5A5A5;
}
.pagenav-open::after {
	transform: rotate(-90deg);
}
.pagenav-open.is-open::after {
	transform: rotate(0);
}
.pagenav-box{
	display: none;
	border: 1px solid #DEDEDE;
	border-top: none;
}
.pagenav-box > li:not(:last-child){
	border-bottom: 1px solid #DEDEDE;
}
.pagenav-box > li > a{
	display: block;
	width: 100%;
	border-radius: 2px;
	background-color: var(--bg-color);
	padding: clamp(10px, 0.8vw, 15px) clamp(30px, 2.3vw, 45px) clamp(10px, 0.8vw, 15px) clamp(10px, 1.3vw, 25px);
	transition: background-color 0.5s ease;
	position: relative;
	color: #6B6B6B;
}
.pagenav-box > li > a:hover{
	background-color: var(--mainsub-color);
}
.pagenav-box > li > a::before{
	content: "";
	position: absolute;
	right: clamp(10px, 1.3vw, 25px);
	top: 50%;
	transform: translateY(-50%);
	background-image: url('./library/images/nav-arrow-bottom.svg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	height: 11px;
	width: 10px;
}
.pagenav-box > li > a span{
	font-size: 14px;
}
.maru-list > li{
	font-size: 15px;
	padding-left: 15px;
	position: relative;
}
.maru-list > li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 4px;
	height: 4px;
	background-color: var(--main-brown);
}
.maru-list > li:not(:last-child){
	margin-bottom: 8px;
}
.sticky-wrap{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sticky-wrap-sticky{
	position: sticky;
	top: 120px;
	left: 0;
	padding-bottom: 64px;
	width: 280px;
}
.sticky-wrap-contents{
	width: calc(95% - 280px);
}
.sticky-wrap-title{
	display: flex;
	align-items: center;
	margin-bottom: clamp(15px, 1.6vw, 30px);
	font-weight: 600;
	font-size: clamp(20px, 1.5vw, 28px);
}
.sticky-wrap-title span{
	display: block;
	font-size: 14px;
	color: #676767;
	padding: 3px 12px;
	background-color: var(--bg-gray);
	font-weight: 400;
	margin-right: 20px;
}
.sticky-wrap-title small{
	font-size: var(--fontsize-20);
}
.sticky-wrap-text span{
	color: var(--main-brown);
	padding-right: 10px;
	font-size: 14px;
}
.sticky-wrap-text small{
	font-size: 14px;
}
.sticky-wrap-img{
	margin-bottom: clamp(20px, 1.3vw, 25px);
}
.sticky-wrap-img img{
	width: 100%;
	height: auto;
}
.right-line-title{
	font-size: var(--fontsize-18);
	font-weight: 600;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.right-line-title::after{
    content: "";
	height: 1px;
    flex-grow: 1;
	background-color: #CBCBCB;
	margin-left: clamp(15px, 1.3vw, 25px);
}
.sub-en-title{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.sub-en-title span{
	font-weight: 400;
	font-size: 14px;
	display: block;
	margin-left: 18px;
}
.sticky-wrap-nav > ul > li:not(:last-child){
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.sticky-wrap-nav > ul > li > a{
	transition: color 0.5s ease;
	color: #AAAAAA;
}
.sticky-wrap-nav > ul > li > a.is-active,
.sticky-wrap-nav > ul > li > a:hover{
	color: var(--font-color);
}
/* 
 reservation
----------------------------------------------------------- */
.reservation .sub_fv {
	background-image: url('./library/images/sub-fv-reservation.jpg');
}
.reservation .inner {
	padding: clamp(40px, 4.9vw, 95px) 0;
}
.reservation-search{
	background-color: var(--bg-gray);
}
/*OPTIMA CSS*/
.searchCalWidget * {
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
	color: var(--font-color);
}
.searchCalWidget select {
	padding: .25em 1em;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 80px;
	border: none;
	text-align: center;
	background-color: #fff;
	border-radius: 2px;
}
.searchCalWidget select::-ms-expand {
	display: none;
}
.searchCalWidget #calendarDate {
	width: auto;
	background-color: transparent;
	font-size: var(--fontsize-25);
	padding: 0 1em;
	font-weight: 400;
	color: var(--font-color);
}
.searchCalElement > ul {
	list-style: none;
	margin: 0 0 clamp(25px, 2.6vw, 50px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.searchCalElement > ul > li {
	width: calc((100% - 10px) / 2);
}
.searchCalElement > ul > li li {
	background-color: var(--bg-color);
	padding: clamp(10px, 1vw, 20px) clamp(10px, 1.6vw, 30px);
}
.searchCalElement > ul > li li:not(:last-child) {
	margin-bottom: 4px;
}
.searchCalElement > ul > li li dl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.searchCalElement > ul > li li dl dt span {
	margin-left: 10px;
	font-size: 14px;
	color: #676767;
}
.searchCalElement > ul > li li dl dd {
	margin-left: auto;
}
.searchCalButton {
	display: flex;
	align-items: center;
	justify-content: center;
}
.searchCalButton input {
	padding: 10px;
	font-weight: 600;
	color: #fff;
	background: #717171;
	border-radius: 50px;
	cursor: pointer;
	border: 2px solid #AAAAAA;
	width: clamp(230px, 13.5vw, 260px);
	transition: background-color 0.5s ease, color 0.5s ease;
}
.searchCalButton input:hover {
	background-color: transparent;
	color: var(--font-color);
}
.searchCalSelectBox {
	padding: 0 0 .5em;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}
.searchCalSelectBox > div > ol > li button {
	width: 28px;
	height: 27px;
}
.searchCalNote {
	display: flex;
	justify-content: space-between;
	padding: 1em 0 1em;
}
.searchCalNote ol {
	list-style: none;
	display: flex;
}
.searchCalNote li {
	margin-right: 1.5em;
	font-size: 14px;
	line-height: 16px;
	display: flex;
}
.searchCalNote li svg {
	margin-right: 5px;
	width: 16px;
	height: 16px;
	fill: var(--main-brown);
	overflow: hidden;
}
.searchCalNote li svg polygon,
.searchCalNote li svg line {
	fill: var(--font-color);
}
.searchCalNote p {
	font-size: 14px;
	line-height: 16px;
}
.searchCalSelect {
	margin: 0 auto clamp(20px, 2.6vw, 50px);
	display: flex;
	align-items: stretch;
}
.searchCalSelect ol {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.searchCalSelect ol li {
	margin-left: 5px;
}
.searchCalSelect ol li button {
	padding: 5px 5px 4px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	border: none;
	background: transparent;
	cursor: pointer;
}
.searchCalSelect ol li button:disabled {
	opacity: .5;
}
.searchCalSelect ol li svg {
	width: 16px;
	height: 16px;
	fill: var(--main-brown);
	pointer-events: none;
}
.searchCalAdult dt > span {
	color: #666666;
	margin-left: 1em;
}
.searchCalChildren {
	font-size: 14px;
}
.searchCalChildren dt > span {
	color: #666666;
	margin-left: 1em;
}
.searchCalChildren dd > span {
	margin: 0 2px;
}
#searchCal > dl > dt {
	display: none;
}
#searchCal > dl > dd ul {
	list-style: none;
	display: flex;
}
#searchCal > dl > dd ul li {
	padding: 10px;
	font-size: var(--fontsize-18);
	text-align: center;
	background: var(--bg-gray);
	flex: 1;
}
#searchCal > dl > dd ul li:first-child {
	color: #ff4d4d;
}
#searchCal > dl > dd ul li:last-child {
	color: #006dd9;
}
#searchCal > dl > dd ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	border: solid #ddd;
	border-width: 1px 0 0 1px;
}
#searchCal > dl > dd ol li {
	width: 14.28571%;
	min-height: 70px;
	position: relative;
	border: solid #ddd;
	border-width: 0 1px 1px 0;
	background-color: #fff;
}
#searchCal > dl > dd ol li.none {
	background-color: transparent;
}
#searchCal > dl > dd ol li dl {
	padding: 15px 0;
}
#searchCal > dl > dd ol li dt {
	font-size: var(--fontsize-20);
	text-align: center;
	margin-bottom: 10px;
}
#searchCal > dl > dd ol li dd {
	text-align: center;
	line-height: 1.4;
	font-size: clamp(14px, 1.2vw, 23px);
	color: var(--main-brown);
}
#searchCal > dl > dd ol li dd p{
	line-height: 1.3;
}
#searchCal > dl > dd ol li dd > span{
	font-size: 0.7em;
	padding-left: 3px;
}
#searchCal > dl > dd ol li:nth-child(7n) dt {
	color: #006dd9;
}
#searchCal > dl > dd ol li:nth-child(7n-6) dt {
	color: #ff4d4d;
}
#searchCal > dl > dd ol li.none dl {
	opacity: .25;
	cursor: not-allowed;
}
#searchCal > dl > dd ol li dl dd svg {
	width: clamp(20px, 1.6vw, 30px);
	height: clamp(20px, 1.6vw, 30px);
	fill: var(--main-brown);
	overflow: hidden;
	margin: 0 auto;
}
#searchCal > dl > dd ol li dl dd svg polygon,
#searchCal > dl > dd ol li dl dd svg line{
	fill: var(--font-color);
}
#searchCal > dl > dd ol li dd p {
	font-size: var(--fontsize-16);
	text-align: center;
	width: 100%;
	padding-top: 5px;
	color: var(--font-color);
}
html[lang="en"] .searchCalNote{
	display: block;
}
html[lang="en"] .searchCalNote ol{
	margin-bottom: 10px;
}
/*OPTIMA CSS end*/
/* 
 facility
----------------------------------------------------------- */
#main.facility{
	overflow: inherit;
}
.facility .sub_fv {
	background-image: url('./library/images/sub-fv-facility.jpg');
}
.facility-section .inner{
	padding: clamp(40px, 4.9vw, 95px) 0;
}
.facility-section.type-service-floor .inner{
	padding-bottom: clamp(70px, 6.8vw, 130px);
}
.facility-section:nth-of-type(even) .facility-bg,
.facility-floormap-bg{
	background-color: var(--bg-gray);
}
.facility-bg .sticky-wrap-title span{
	background-color: var(--bg-color);
}
.facility-section .hyo2{
	margin: clamp(20px, 1.6vw, 30px) 0 clamp(30px, 2vw, 40px);
}
.facility-section .sub-text{
	font-size: 14px;
	color: #676767;
	margin-bottom: 12px;
	text-align: right;
}
.facility-restaurant-img{
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: clamp(20px, 1.3vw, 25px);
}
.facility-restaurant-img > div > img{
	width: 100%;
	height: auto;
}
.facility-menu-list{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
.facility-menu-item img{
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}
.facility-section .contact-list{
	grid-template-columns: repeat(1, 1fr);
}
.facility-section-item:not(:last-of-type){
	margin-bottom: clamp(50px, 3.4vw, 65px);
}
.facility-tablink{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: clamp(20px, 1.6vw, 30px);
}
.facility-tablink a{
	display: block;
	width: 100%;
	padding: 8px;
	border: 1px solid var(--bg-color);
	background-color: var(--bg-color);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
	transition: border 0.5s ease, background-color 0.5s ease, box-shadow 0.5s ease;
	text-align: center;
	font-size: var(--fontsize-20);
}
.facility-tablink a:hover,
.facility-tablink a.is-active{
	border: 1px solid #CBCBCB;
	background-color: #E0E0E0;
	box-shadow: none;
}
.facility-tabcontent{
	background-color: var(--bg-color);
}
.facility-tabcontent img{
	width: 100%;
	height: auto;
}
/* 
 rooms
----------------------------------------------------------- */
.rooms .sub_fv {
	background-image: url('./library/images/sub-fv-rooms.jpg');
}
.rooms-section .inner{
	padding: clamp(40px, 4.9vw, 95px) 0;
}
.rooms-section:nth-of-type(even) .rooms-bg{
	background-color: var(--bg-gray);
}
.rooms-section:nth-of-type(even) .rooms-bg .line-ttl-big span{
	background-color: var(--bg-color);
}
.room-img-slider{
	padding-bottom: clamp(30px, 2vw, 40px) !important;
}
.room-img-slider li .img{
	width: 100%;
	height: auto;
}
.room-img-slider .swiper-pagination {
	width: fit-content !important;
	bottom: 0 !important;
	right: 0 !important;
	left: auto !important;
	z-index: 3 !important;
}
.room-img-slider .swiper-pagination-bullet{
	margin:0 0 0 8px !important;
	width: 8px !important;
	height: 8px !important;
	border: 1px solid #707070;
	background: transparent !important;
	opacity: 1 !important;
}
.room-img-slider .swiper-pagination-bullet-active{
	background: #CBCBCB !important;
	position: relative;
}
.rooms-information{
	margin-top: 20px;
}
.rooms-information > p{
	padding-bottom: clamp(15px, 1.3vw, 25px);
	margin-bottom: clamp(15px, 1.3vw, 25px);
	border-bottom: 1px solid #CBCBCB;
}
.rooms-detail {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rooms-detail .text p{
	text-align: right;
	font-size: 14px;
	line-height: 2;
}
.rooms-detail .text p.sub-text{
	color: var(--main-brown);
}
.reserve-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	width: 260px;
	border: 2px solid #AAAAAA;
	border-radius: 40px;
	color: var(--bg-color);
	font-size: var(--fontsize-15);
	background-color: #717171;
	transition: background-color 0.5s ease, color 0.5s ease;
}
.reserve-btn:hover{
	background-color: var(--bg-color);
	color: #717171;
}
.reserve-btn svg{
	height: 1em;
	width: auto;
	margin-right: 10px;
}
.reserve-btn:hover svg path{
	fill: #717171;
}
.rooms-section.type-top-floor .rooms-information > p{
	padding-bottom: 0;
	margin-bottom: clamp(30px, 3.4vw, 65px);
	border-bottom: none;
}
.rooms-list > li:last-child{
	border-bottom: 1px solid #CBCBCB;
}
.rooms-list .ttl{
	padding: clamp(10px, 1vw, 20px) clamp(30px, 2.3vw, 45px) clamp(10px, 1vw, 20px) 15px;
	position: relative;
	border-top: 1px solid #CBCBCB;
	font-size: var(--fontsize-22);
	display: flex;
	align-items: center;
	transition: background-color 0.5s ease;
	flex-wrap: wrap;
}
.rooms-list .ttl:hover,
.rooms-list .ttl.open{
	background-color: var(--bg-gray);
}
.rooms-list .ttl::before{
	content: "";
	position: absolute;
	right: clamp(10px, 1.3vw, 25px);
	top: 50%;
	transform: translateY(-50%);
	background-image: url('./library/images/rooms-list-arrow.svg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	height: 11px;
	width: 10px;
	transition: transform 0.5s ease;
}
.rooms-list .ttl.open::before{
	transform: translateY(-50%) scale(1,-1);
}
.rooms-list .ttl span{
	font-size: 14px;
	margin-right: 4px;
}
.rooms-list .ttl small{
	color: #676767;
	font-size: 14px;
	margin-left: 20px;
}
.rooms-list .ttl em{
	font-size: var(--fontsize-16);
	font-style: normal;
}
.rooms-list .box_inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.rooms-list .box_inner{
	padding: clamp(15px, 1.6vw, 30px) 0 clamp(25px, 2.6vw, 50px);
}
.rooms-list .box_inner .room-img-slider{
	width: 50%;
	margin: 0 !important;
}
.rooms-list .box_inner .room-list-text{
	width: 47%;
}
.rooms-list .box_inner .room-list-text > p{
	padding-bottom: clamp(15px, 1.3vw, 25px);
	margin-bottom: clamp(15px, 1.3vw, 25px);
	border-bottom: 1px solid #CBCBCB;
}
.rooms-list .box_inner .rooms-detail{
	display: block;
}
.rooms-list .box_inner .rooms-detail .text{
	margin-top: clamp(20px, 2vw, 40px);
}
.rooms-list .box_inner .rooms-detail .text p{
	text-align: justify;
}
.rooms-reserve{
	margin-bottom: clamp(40px, 4.9vw, 95px);
	position: relative;
}
.rooms-reserve::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 96.6%;
	background-image: url('./library/images/rooms-reserve-bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 20px 0 0 20px;
	z-index: -1;
}
.rooms-reserve .inner{
	padding: clamp(30px, 3.4vw, 65px) 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: min(90%,1600px);
}
.rooms-reserve .line_ttl{
	color: #fff;
	width: clamp(150px, 10.4vw, 200px);
}
.rooms-reserve .line_ttl::before{
	background-color: #fff;
}
.reserve-list{
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	width: calc(100% - clamp(150px, 10.4vw, 200px));
}
.reserve-list li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	border: 1px solid #DEDEDE;
	border-radius: 2px;
	padding: 15px clamp(70px, 4.9vw, 95px) 15px 20px;
	background-color: var(--bg-gray);
	transition: opacity 0.5s ease;
}
.reserve-list li a:hover{
	opacity: 0.7;
}
.reserve-list > li > a .text::before{
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('./library/images/nav-arrow.svg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	height: clamp(25px, 1.6vw, 30px);
	width: clamp(40px, 3.1vw, 60px);
}
.reserve-list li .img {
	width: 150px;
	border-radius: 2px;
}
.reserve-list li .text {
	width: calc(100% - 150px - clamp(15px, 1.3vw, 25px));
}
.reserve-list li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reserve-list li .text > span {
	font-size: 12px;
	color: var(--main-brown);
	margin-bottom: 4px;
}
.reserve-list li .text h3 {
	font-weight: 500;
	font-size: var(--fontsize-16);
	margin-bottom: 10px;
}
.reserve-list li .text p {
	color: #676767;
	font-size: 14px;
	line-height: 1.6;
}
.rooms-equipment-bg{
	background-image: url('./library/images/rooms-equipment-bg.jpg');
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}
.rooms-equipment .inner{
	width: min(90%,1345px);
	padding: clamp(40px, 4.9vw, 95px) 0;
}
.equipment-box{
	background-color: rgba(255,255,255,0.25);
	border: 1px solid rgba(255,255,255,0.6);
	padding: clamp(20px, 2.6vw, 50px);
}
.equipment-box-contents {
	width: min(100%,1200px);
	margin-inline: auto;
}
.equipment-list{
	display: grid;
	gap: clamp(20px, 1.3vw, 25px);
	grid-template-columns: repeat(4, 1fr);
}
.equipment-list > li h3{
	font-size: var(--fontsize-16);
	font-weight: 500;
	text-align: center;
	padding: 10px;
	background-color: #6B6B6B;
	border-radius: 2px;
	color: #fff;
	margin-bottom: clamp(15px, 1.3vw, 25px);
	display: grid;
	place-content: center;
	place-items: center start;
}
.equipment-list .maru-list{
	padding-left: clamp(15px, 1.3vw, 25px);
	border-left: 1px solid #CBCBCB;
}
.equipment-sub-text{
	font-size: 14px;
	margin-top: clamp(10px, 0.8vw, 15px);
	color: var(--main-brown);
}
/* 
 access
----------------------------------------------------------- */
.access .sub_fv {
	background-image: url('./library/images/sub-fv-access.jpg');
}
.access-address .inner{
	padding-bottom: clamp(40px, 4.1vw, 80px);
}
.access-address .map{
	border: 1px solid rgba(51,51,51,0.2);
	height: calc(clamp(200px, 23.4vw, 450px) + 2px);
}
.access-address .map iframe{
	height: clamp(200px, 23.4vw, 450px);
}
.address-text{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	flex-wrap: wrap;
}
.address-text h3{
	padding: 15px;
	background-color: var(--bg-gray);
	border: 1px solid rgba(51,51,51,0.1);
	display: grid;
	place-content: center;
	place-items: center start;
	width: clamp(90px, 6.2vw, 120px);
	font-size: var(--fontsize-16);
}
.address-text .text{
	width: calc(100% - clamp(90px, 6.2vw, 120px) - 20px);
}
.address-text .text .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.address-text .text .title h4{
	font-size: var(--fontsize-20);
}
.address-text .text a:hover svg path{
	fill: var(--main-brown);
}
.address-text .text a:hover svg circle{
	fill: #fff;
}
.address-text .text p{
	color: #676767;
}
.access-service{
	background-image: url('./library/images/access-service-bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.access-service .inner{
	padding: clamp(25px, 2.6vw, 50px) 0;
}
.service-list{
	border: 1px solid #FFFFFF;
	background-color: rgba(255,255,255,0.5);
	padding: clamp(30px, 2vw, 40px) clamp(20px, 2.6vw, 50px);
	display: grid;
	gap: clamp(40px, 4.1vw, 80px);
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.service-list > li{
	position: relative;
}
.service-list > li:not(:last-child)::before{
	content: "";
	position: absolute;
	right: calc(clamp(20px, 2vw, 40px) * -1);
	height: 100%;
	width: 1px;
	background-color: rgba(51,51,51,0.2);
}
.service-list > li p.num{
	color: var(--main-brown);
	font-weight: 600;
	font-size: var(--fontsize-18);
	margin-bottom: clamp(10px, 1vw, 20px);
}
.service-list > li p.num span{
	color: var(--main-brown);
	font-weight: 600;
	font-size: var(--fontsize-18);
	font-family: "Cormorant Garamond", serif;
	padding-right:5px;
}
.service-list > li h3{
	font-weight: 600;
	font-size: var(--fontsize-16);
	margin-bottom: 12px;
}
.service-list > li p:not(.num){
	color: #676767;
	font-size: 14px;
	line-height: 1.6;
}
.tel-btn{
	color: #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #336686;
	background-color: var(--sub-color);
	font-size: var(--fontsize-20);
}
.tel-btn:hover{
	background-color: transparent;
	color: var(--sub-color);
}
.tel-btn svg{
	height: 1em;
	width: auto;
	margin-right: 10px;
}
.tel-btn:hover svg path{
	fill: var(--sub-color);
}
.transportation-img{
	margin: 0 calc(50% - 50vw);
	width: 95vw;
	position: relative;
	left: 2.5vw;
}
.transportation-img img{
	width: 100%;
	height: auto;
}
.page-link{
	display: grid;
	gap: clamp(15px, 1.8vw, 35px);
	grid-template-columns: repeat(3, 1fr);
	margin: calc(clamp(30px, 2vw, 40px) * -1) 0 30px;
}
.page-link li{
	transition: transform 0.5s ease, margin 0.5s ease;
	transform: translateY(0);
	margin-bottom: 3px;
}
.page-link li:hover{
	transform: translateY(3px);
	margin-bottom: 0;
}
.page-link li a{
	display: block;
	width: 100%;
	padding: clamp(10px, 1vw, 20px);
	border: 1px solid #CBCBCB;
	background-color: var(--bg-gray);
	box-shadow: 0px 3px 0px 0px rgba(51, 51, 51, 0.1);
}
.page-link li a:hover{
	background-color: #717171;
	color: #fff;
	box-shadow: none;
}
.page-link li a p{
	text-align: center;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: margin 0.5s ease;
}
.page-link li a:hover p{
	margin-bottom: 14px;
}
.page-link li a p > svg{
	height: 1em;
	width: auto;
	margin-right: 10px;
}
.page-link li a:hover p > svg path{
	fill: #fff;
}
.page-link li a > svg{
	height: 6px;
	width: auto;
	margin: 0 auto;
}
.page-link li a:hover > svg path{
	fill: #fff;
}
.transportation-section:not(:last-of-type){
	margin-bottom: clamp(40px, 4.9vw, 95px);
}
.transportation-section > .line-ttl-big{
	padding-top: clamp(40px, 4.9vw, 95px);
	border-top: 1px solid rgba(51,51,51,0.2);
}
.car-text{
	margin-bottom: clamp(20px, 2vw, 40px);
}
.car-text p{
	padding-left: 30px;
	position: relative;
}
.car-text p:not(:last-of-type){
	margin-bottom: clamp(10px, 0.83vw, 16px);
}
.car-text p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 8px;
	background-image: url('./library/images/icon-car.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.transportation-section.section-car .hyo{
	background-color: var(--bg-color);
	padding: 20px;
	margin-bottom: 15px;
}
.transportation-section.section-car .hyo dl dt {
	width: clamp(90px, 7.3vw, 140px);
}
.transportation-section.section-car .hyo dl dd {
	width: calc(100% - clamp(90px, 7.3vw, 140px));
}
.transportation-section.section-car .gray-box > p{
	font-size: 14px;
}
.transportation-section.section-train .gray-box{
	margin-top: clamp(20px, 2vw, 40px);
}
.access-flow > li{
	position: relative;
	border: 1px solid #CBCBCB;
	text-align: center;
	padding: 10px;
}
.access-flow > li:nth-child(1){
	background-color: var(--bg-gray);
	border: none;
}
.access-flow > li.type-hotel{
	border: none;
	background-image: url('./library/images/access_btn_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.access-flow > li:not(:last-child){
	margin-bottom: clamp(40px, 4.1vw, 80px);
}
.access-flow > li:not(:last-child)::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: calc(clamp(40px, 4.1vw, 80px) * -1);
	transform: translateX(-50%);
	width: 1px;
	height: clamp(40px, 4.1vw, 80px);
	background-color: #CBCBCB;
}
.access-flow > li.has-arrow::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: calc(clamp(40px, 4.1vw, 80px) * -1);
	transform: translateX(-50%);
	padding: 6px;
	background-image: url('./library/images/flow-arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.access-flow > li .access-flow-main{
	text-align: center;
	width: fit-content;
	padding-left: 20px;
	margin: 0 auto;
	position: relative;
}
.access-flow > li.type-hotel .access-flow-main{
	padding-left: 0;
	font-weight: 600;
	color: #fff;
}
.access-flow > li .access-flow-main::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 8px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.access-flow > li.type-train .access-flow-main::before{
	background-image: url('./library/images/icon-train.svg');
}
.access-flow > li.type-plane .access-flow-main::before{
	background-image: url('./library/images/icon-plane.svg');
}
.access-flow > li.type-bus .access-flow-main::before{
	background-image: url('./library/images/icon-bus.svg');
}
.access-flow > li.type-foot .access-flow-main::before{
	background-image: url('./library/images/icon-foot.svg');
}
.access-flow > li > div{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 4px;
}
.access-flow > li > div > p{
	font-size: 14px;
	color: #676767;
	margin-right: clamp(20px, 1.3vw, 25px);
}
.access-flow > li > div > a{
	color: var(--sub-color);
	text-decoration: underline;
	transition: opacity 0.5s ease;
	font-size: 14px;
}
.access-flow > li > div > a:hover{
	opacity: 0.7;
}
/* 
 faq
----------------------------------------------------------- */
.faq .sub_fv {
	background-image: url('./library/images/sub_fv_faq.jpg');
}
.faqcat_wrap:not(:last-of-type){
	margin-bottom: clamp(50px, 4.1vw, 80px);
}
.faq .anchor {
	padding-top: 150px;
	margin-top: -150px;
}
.faq_nav {
	background-color: var(--bg-gray);
	position: relative;
	z-index: 3;
	width: 100%;
}
.faq_nav .fixed{
	display: none;
}
.faq_nav.is-fixed {
	position: fixed;
	left: 0;
	top: 0;
}
.faq_nav.is-fixed .inner{
	width: 93%;
}
.faq_nav.is-fixed .no_fixed{
	display: none;
}
.faq_nav.is-fixed .fixed{
	display: block;
}
.faq_nav .inner{
	padding: 15px 0;
}
.faq_nav ul{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.faq_nav ul li a{
	padding: clamp(10px, 0.83vw, 16px) clamp(15px, 1.6vw, 30px) clamp(10px, 0.83vw, 16px) clamp(10px, 1vw, 20px);
	background-color: var(--bg-color);
	border-radius: 2px;
	transition: all ease 0.5s;
	border: 1px solid #DEDEDE;
	font-size: var(--fontsize-15);
	display: flex;
	align-items: center;
}
.faq_nav ul li a:hover{
	background-color: #DEDEDE;
	color: var(--main-brown);
}
.faq_nav ul li a span{
	font-size: 12px;
	padding-right: 8px;
	color: var(--main-brown);
	display: block;
}
.fixed_slider {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.slider_viewport {
	overflow: hidden;
	width: 100%;
	touch-action: pan-y !important;
	-webkit-user-select:none;
	user-select:none;
}
.slider_track {
	transition: transform 0.3s ease;
	will-change: transform;
	flex-wrap: nowrap !important;
}
.slider_track li {
	white-space: nowrap;
	flex-shrink: 0;
}
.slider_arrow{
	background: none;
	border: none;
	cursor: pointer;
	user-select: none;
	display: block;
	padding: 0;
}
.slider_arrow svg{
	height: clamp(25px, 1.6vw, 30px);
	width: auto;
}
.slider_prev{
	margin-left: clamp(15px, 1.6vw, 30px);
}
.slider_next{
	margin-left: 15px;
}
.faq_list li{
	border-bottom: 1px solid #CBCBCB;
}
.faq_list li:not(:last-child){
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.faq_list .ttl{
	display: flex;
	font-size: var(--fontsize-16);
	font-weight: 500;
	padding-bottom: 12px;
	padding-right: 25px;
	line-height: 1.6;
	align-items: flex-start;
}
.faq_list .ttl span{
	display: block;
	color: var(--main-brown);
	font-size: clamp(20px, 1.6vw, 30px);
	font-family: "Cormorant Garamond", serif;
	margin-right: clamp(10px, 1vw, 20px);
	line-height: 1;
	width: clamp(30px, 2vw, 40px);
}
.faq_list .ttl::before,
.faq_list .ttl::after{
	content: "";
	position: absolute;
	top: 48%;
	right: 0;
	width: var(--fontsize-16);
	height: 1px;
	transition: all ease 0.5s;
	background-color: var(--main-brown);
}
.faq_list .ttl::after {
	transform: rotate(-90deg);
}
.faq_list .ttl.open::after {
	transform: rotate(0);
}
.faq_list .box_inner{
	padding: clamp(2px, 0.63vw, 12px) 0 clamp(15px, 1.3vw, 25px);
	display: flex;
	align-items: flex-start;
}
.faq_list .box_inner span{
	color: var(--sub-color);
	font-size: var(--fontsize-22);
	font-family: "Cormorant Garamond", serif;
	margin-right: clamp(10px, 1vw, 20px);
	line-height: 1;
	width: clamp(30px, 2vw, 40px);
	display: block;
	margin-top: 5px;
	font-weight: 600;
}
.faq_list .box_inner .txt{
	width: calc(100% - clamp(30px, 2vw, 40px));
}
.faq_list .box_inner p{
	line-height: 1.8;
}
.faq_list .box_inner .sub_txt{
	font-size: 14px;
	margin-top: clamp(10px, 1vw, 20px);
}
.faq_list .box_inner a{
	color: var(--main-brown);
	text-decoration: underline;
	transition: all ease 0.5s;
}
.faq_list .box_inner a:hover{
	opacity: 0.7;
}
/* 
 news
----------------------------------------------------------- */
.news_info{
	margin-bottom: clamp(20px, 2vw, 40px);
	text-align: left;
}
.news_date{
	margin-right: 8px;
	color: rgba(103,103,103,0.8);
	font-size: 14px;
}
.news_cat a,
.news_cat span{
	padding:2px 10px;
	font-size:12px;
	white-space: nowrap;
	margin: 3px 5px 3px 0;
	font-weight: normal;
	transition: all ease 0.5s;
	display: inline-block;
	line-height: 1.3;
	background-color: var(--bg-color);
	border: 1px solid var(--bg-color);
	color: #676767;
}
.news.single .news_cat a,
.news.single .news_cat span{
	background-color: var(--bg-gray);
	border: 1px solid var(--bg-gray);
}
.news_cat a:hover,
.news.single .news_cat a:hover{
	background-color: var(--main-color);
	color: #fff;
}
.news.single .news_date{
	color: var(--font-color);
}
.ttl_maru{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color: var(--main-brown);
	position: relative;
	padding-left: 20px;
}
.ttl_maru::before{
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	padding: 5.5px;
	border-radius: 10px;
	background-image: linear-gradient(to bottom, var(--main-brown), var(--mainsub-color));
}
.list_wrap{
	display:flex;
    justify-content:flex-start;
	flex-wrap:wrap;
}
.l_cotent{
	width:70%;
	margin-right:5%;
}
.news_list{
	margin-bottom: clamp(30px, 2.3vw, 45px);
}
.news_list > li{
	background-color: #fff;
	border-radius: 2px;
	margin-bottom:20px;
	position: relative;
	transition:all ease 0.5s;
}
.news_list > li:hover{
	background-color: var(--mainsub-color);
}
.news_list > li > a{
	display: block;
	padding: 20px clamp(20px, 1.3vw, 25px);
}
.news_list .news_info{
	margin-bottom: 0;
}
.news_list > li .txt{
}
.news_list > li .txt a:hover{
	opacity: 0.7;
}
.news_list > li .txt .news_info{
	padding-top: 8px;
	border-top: 1px solid #D5D5D5;
	margin-bottom: 0;
}
.news_list > li .txt .news_date{
	color: var(--font-color);
}
.news_list > li .txt h3{
	font-size:var(--fontsize-20);
	background: none;
	padding-left: 0;
	text-align: justify;
	margin-bottom: 10px;
}
.news_list > li .txt p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	color: #555;
	line-height: 1.5;
}
.sidebar {
	width: 25%;
}
.widgettitle {
	margin-bottom: 20px;
	border-bottom: 1px solid #CBCBCB;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
}
.widgettitle::before{
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	padding: 5.5px;
	border-radius: 6px;
	background-image: linear-gradient(to bottom, var(--main-brown), var(--mainsub-color));
}
.widget ul:not(.children) {
  margin-bottom: 30px;
}
.widget ul li:not(:last-child) a {
	margin-bottom: 10px;
}
.widget ul li a {
	width: 100%;
	display: block;
	padding-left: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.widget ul li a::before{
	content:"▶";
	font-size:6px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);	
}
.widget ul li a:hover{
	color: var(--main-color);
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 10px 15px;
	border: 0px;
	background-color: #FFFFFF;
}
/* news single
----------------------------------------------------------- */
.stitle {
	font-size:var(--fontsize-20);
	font-weight: 500;
	line-height: 1.3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-align: justify;
}
.stitle::before{
	content: "";
	background-color: var(--main-brown);
	bottom:-1px;
	position: absolute;
	left:0;
	width: 50px;
	height: 1px;
}
.singlecont a {
	text-decoration: underline;
	color: inherit;
	font-weight: inherit;
}
.singlecont h1,
.singlecont h2,
.singlecont h3,
.singlecont h4,
.singlecont h5,
.singlecont h6{
	line-height: inherit;
	font-weight: bold;
}
.singlecont ol{
	list-style: decimal;
}
.singlecont ul{
	list-style: disc;
}
.singlecont ol li,
.singlecont ul li {
	margin-left: 1em;
}
.back_wrap{
	padding: clamp(20px, 1.6vw, 30px) 0;
	background-color: var(--bg-gray);
}
.back_btn{
	width: min(90%,1000px);
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bg-color);
	border: 1px solid #DEDEDE;
	transition: all ease 0.5s;
	color: #676767;
	font-size: var(--fontsize-15);
	padding: 15px;
}
.back_btn:hover{
	background-color: var(--mainsub-color);
}
.back_btn svg{
	height: clamp(25px, 1.6vw, 30px);
	width: auto;
	margin-right: clamp(10px, 0.83vw, 16px);
}
/* 
 contact
----------------------------------------------------------- */ 
.contact .sub_fv {
	background-image: url('./library/images/sub-fv-contact.jpg');
}
.contact .inner{
	width: min(90%,1000px);
}
.contact-form .inner{
	padding-bottom: 0;
}
.contact-form-box{
	background-color: var(--bg-gray);
	border-radius: 2px;
	padding: clamp(20px, 3.4vw, 65px);
}
.contact-form-box .wpcf7{
	width: min(100%,800px);
	margin-inline: auto;
}
.wpcf7 dl, .mw_wrap dl {
	width:100%;
	margin-bottom:clamp(15px, 1.6vw, 30px);
}
.wpcf7 dt, .mw_wrap dt {
	width:100%;
	margin-bottom: 3px;
}
.wpcf7 dt span, .mw_wrap dt span {
	color:#E43836;
	padding-left: 10px;
	font-size: 12px;
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 dd, .mw_wrap dd {
	width:100%;
}
.wpcf7 dl.form_sub, .mw_wrap dl.form_sub {
	margin-bottom:10px;
}
.wpcf7 dl.form_sub dt p, .mw_wrap dl.form_sub dt p {
	font-size: var(--fontsize-16);
}
.wpcf7 dt.form_sub_ttl, .mw_wrap dt.form_sub_ttl {
	margin-bottom: 5px;
}
.wpcf7 dl .sub_ttl p{
	font-size: var(--fontsize-15);
}
.wpcf7-list-item{
	margin: 2.5px clamp(20px, 1.6vw, 30px) 2.5px 0;
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7-date{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7 .subbtn, .mw_wrap .subbtn {
	width: fit-content;
	margin:clamp(20px, 1.6vw, 30px) auto 0;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	justify-content: center;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:clamp(20px, 1.6vw, 30px) 15px 0;
}
.subbtn input {
	width:250px;
	padding:10px;
	color: #FFF;
	border-style: none;
	background-color:var(--main-brown);
	transition:all ease 0.5s;
}
.subbtn input:hover {
	opacity: 0.7;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:var(--mainsub-color);
	color: var(--font-color);
}
.wpcf7-text, .mw_txt, .wpcf7-number {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-select, .mw_select,
.wpcf7-file, .me_file{
	background-color: #FFF;
	width: 100%;
	border: 1px solid #ccc;
	padding:5px 10px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-textarea, .mw_area {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	padding:5px;
	font-size:0.9rem;
	max-height: 200px;
}
.wpcf7 dd .sub, .mw_wrap dd .sub {
	font-size:14px;
}
.wpcf7 dd .wpcf7-form-control-wrap:not(:first-of-type){
	margin-top: 10px;
	display: block;
}
.wpcf7 dd .birth .wpcf7-form-control-wrap:not(:first-of-type){
	margin-top: 0;
}
.wpcf7 .birth > p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.wpcf7 .birth > p .wpcf7-select{
	width: 150px;
}
.wpcf7 .birth > p small{
	padding: 0 10px;
}
.wpcf7 .address{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wpcf7 .address > div{
	width: 49%;
}
.wpcf7 .address > div .wpcf7-select{
	width: 100%;
}
.shonin .wpcf7-list-item{
	margin: 15px auto 0;
	text-align: center;
	display: block;
	font-size: 14px;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:clamp(20px, 1.6vw, 30px) 15px 0;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#cccccc;
}
.wpcf7-turnstile {
	text-align: center;
	margin-top: clamp(15px, 1.6vw, 30px);
}
.wpcf7-spinner {
	display: none;
}
.priva {
	font-size: 14px;
}
.priva p {
	text-align:left;
}
.priva h3 {
	font-size: var(--fontsize-16);
	font-weight: 400;
	margin-bottom: 5px;
}
.priva h3 span {
	font-size:14px;
	margin-left:15px;
	display:inline-block;
}
.priva ul {
	width:100%;
	overflow-y:scroll;
	height:250px;
	border: 1px solid #ccc;
	background:#FFF;
	padding: clamp(15px, 1.6vw, 30px) clamp(20px, 2vw, 40px);
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:14px;
}
.priva li:not(:last-child) {
	margin-bottom: 20px;
}
.priva li h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #2B1A02;
	font-size:14px;
	font-weight: 500;
}
.privabtn {
	text-align:center;
	margin-top:30px;
	font-weight:bold;
}
.contact-list {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.contact-list > li{
	padding: clamp(20px, 1.6vw, 30px);
	background-color: var(--bg-gray);
	border-top: 1px solid var(--main-brown);
	display: flex;
	flex-direction: column;
}
.contact-list > li > span{
	font-family: "Cormorant Garamond", serif;
	line-height: 1.2;
	font-size: var(--fontsize-18);
	font-weight: 600;
	color: var(--main-brown);
	display: block;
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.contact-list > li h3{
	font-weight: 600;
	margin-bottom: 12px;
	font-size: var(--fontsize-16);
}
.contact-list > li p{
	color: #676767;
	font-size: 14px;
	margin-bottom: auto;
}
.contact-list > li .more_btn{
	margin-top: 12px;
}
.contact-list > li.is-reservation .more_btn{
	width: 180px;
}
.contact-list > li .contact-tel{
	display: flex;
	align-items: center;
	transition: color 0.5s ease;
	font-size: clamp(21px, 1.5vw, 28px);
	margin-top: 10px;
}
.contact-list > li .contact-tel svg{
	margin-right: 10px;
	width: clamp(20px, 1.3vw, 25px);
	height: auto;
}
.contact-list > li .contact-tel:hover{
	color: var(--main-brown);
}
.contact-list > li .contact-tel:hover svg *{
	fill: var(--main-brown);
}
/* 
 foot
----------------------------------------------------------- */
.footer {
	background-color: var(--bg-color);
}
.footer_slider .swiper-wrapper {
	transition-timing-function: linear;
}
.footer_slider li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer .inner{
	width: min(90%,1730px);
	padding: clamp(40px, 4.1vw, 80px) 0 clamp(60px, 6vw, 115px);
}
.footer .inner > img{
	height: clamp(40px, 3.9vw, 75px);
	width: auto;
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.footer .flex{
	border-bottom: 1px solid #CBCBCB;
	border-top: 1px solid #CBCBCB;
	padding: clamp(25px, 2.6vw, 50px) 0 clamp(40px, 4.1vw, 80px);
	align-items: flex-start;
}
.footer .info{
	max-width: 380px;
}
.footer .info .ttl{
	font-size: clamp(20px, 1.3vw, 25px);
	font-family: "Cormorant Garamond", serif;
	margin-bottom: clamp(15px, 1.6vw, 30px);
	font-weight: 500;
	line-height: 1.4;
}
.footer .info .ttl span{
	display: block;
	font-size: 14px;
	font-family: "Noto Serif JP", serif;
}
.footer .info p:not(.ttl){
	color: #676767;
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.footer .info .more_btn{
	width: 230px;
	font-family: "Noto Serif JP", serif;
}
html[lang="en"] .footer .info .more_btn {
	width: 260px;
}
.footer .info .more_btn:not(:first-of-type){
	margin-top: 8px;
}
.footer .info .more_btn > div{
	display: flex;
	align-items: center;
	color: var(--font-color);
	transition: all ease 0.5s;
}
.footer .info .more_btn:hover > div{
	color: #fff;
}
.footer .info .more_btn > div span{
	display: block;
	width: 15px;
	margin-right: 10px;
}
.footer .info .more_btn > div span svg{
	width: 100%;
	height: auto;
}
.footer .sitemap{
	display: grid;
	grid-column-gap: clamp(30px, 6.8vw, 130px);
	grid-row-gap: clamp(15px, 1.3vw, 25px);
	grid-template-columns: repeat(2, 1fr);
}
.footer .sitemap li a{
	font-size: var(--fontsize-15);
	transition: all ease 0.5s;
}
.footer .sitemap li a:hover{
	opacity: 0.7;
}
.footer .best{
	width: clamp(250px, 25.5vw, 490px);
}
.footer .best > a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px;
	border: 1px solid #CBCBCB;
	border-radius: 2px;
	transition: all ease 0.5s;
}
.footer .best > a:hover{
	background-color: var(--bg-gray);
}
.footer .best > a > div{
	width: calc(100% - 30px);
}
.footer .best .ttl{
	padding-left: 25px;
	position: relative;
	margin-bottom: 8px;
}
.footer .best .ttl::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 8px;
	background-image: url('./library/images/icn_best.svg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease 0.5s;
}
.footer .best p:not(.ttl){
	line-height: 1.8;
	font-size: 12px;
	color: #676767;
}
.footer .pdf-link{
	margin-top: 20px;
	text-align: right;
	font-size: 14px;
}
.footer .pdf-link a{
	color: #806726;
	transition: opacity 0.5s ease;
}
.footer .pdf-link a:hover{
	opacity: 0.7;
}
.footer .pdf-link dl{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 12px;
}
.footer .pdf-link dl dt{
	color: #676767;
	margin-right: clamp(15px, 1.3vw, 25px);
}
.footer .consent-form-dl {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer .consent-form-dl svg{
	height: 1em;
	width: auto;
	margin-left: 8px;
}
.copy{
	text-align: right !important;
	margin-top: clamp(15px, 1.3vw, 25px);
	font-size: 14px;
}
/* 
 smartphone menu btn
----------------------------------------------------------- */
.spnavbtn {
	position: absolute;
	top: 25px;
	right: 15px;
	z-index:999;
	text-align:center;
	cursor:pointer;
	display:none;
	border: none;
	transition: all ease 0.5s;
	background-color: transparent;
	width: 50px;
	height: 50px;
}
.spnavbtn.is-fixed {
	top: 5px;
	right: 5px;
	position:fixed;
}
.nav-trigger, .nav-trigger span {
	display: inline-block;
	transition: all ease 0.5s;
	box-sizing: border-box;
}
.nav-trigger {
	position: relative;
	width: 30px;
	height: 18px;
}
.nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 20px;
}
.spnavbtn.is-fixed .nav-trigger span {
	background-color: var(--main-color);
}
.nav-trigger span:nth-of-type(1) {
	top: 0;
}
.nav-trigger span:nth-of-type(2) {
	top: 8px;
}
.nav-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* 
 smartphone menu btn click
----------------------------------------------------------- */
.spnavbtn .activete {
	font-size:0.9em;
	opacity:0;
}
.spnavbtn .activete:before {
	content:"";
}
.nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav-trigger.active span:nth-of-type(2) {
	left: 60%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.nav-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/* 
 smartphone menu btn click area
----------------------------------------------------------- */
.spnav {
	position:relative;
	z-index:999;
}
.sp_close{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 998;
	display: none;
}
.sp_close.open{
	display: inherit;
}
.spnav .trigger {
	width:300px;
	height:100%;
	transition:all ease 0.5s;
	position:fixed;
	top:0;
	left:-300px;
	overflow-y:scroll;
}
.spnav .open {
	width:300px;
	max-width:80%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	overflow-y:scroll;
	-webkit-backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	background: rgba(255,255,255,0.8);
}
.spnav .trigger > p {
	width:100%;
	padding:15px;
	text-align:center;
}
.spnav .trigger > p img {
	height: 35px;
	width: auto;
	margin:0 auto;
}
.spnav .trigger > ul > li:first-child {
	border-top:1px solid rgba(113,113,113,0.5);
}
.spnav .trigger > ul > li {
	border-bottom:1px solid rgba(113,113,113,0.5);
	font-size:0.9rem;
	transition:all ease 0.5s;
	line-height: 1.2;
}
.spnav .trigger > ul > li a,
.spnav .trigger > ul > li p{
	padding: 15px;
	display: block;
	position: relative;
	z-index: 1;
}
.spnav .trigger > ul > li span {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-left: solid 1px rgba(113,113,113,0.5);
	z-index: 2;
	cursor: pointer;
}
.spnav .trigger > ul > li:not(.sp_accordion) span::before {
	content: '';
	display: block;
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--main-color);
	border-width: 4.5px 0px 4.5px 7.79px;
}
.spnav .trigger > ul > li.sp_accordion > a{
	margin-right: 40px;
}
.spnav .trigger > ul > li.sp_accordion > a > span{
	right: -40px;
}
.spnav .trigger > ul > li.sp_accordion span::before,
.spnav .trigger > ul > li.sp_accordion span::after {
	content: '';
	display: block;
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--main-color);
	border-radius: 50vh;
	transition: all ease .2s;
}
.spnav .trigger > ul > li.sp_accordion span::before {
	width: 50%;
	height: 1px;
}
.spnav .trigger > ul > li.sp_accordion span::after {
	height: 50%;
	width: 1px;
}
.spnav .trigger > ul > li.sp_accordion.sp_accordion_open span::before,
.spnav .trigger > ul > li.sp_accordion.sp_accordion_open span::after {
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: var(--main-color);
}
.spnav .trigger > ul > li:last-child {
	border-bottom:1px solid rgba(113,113,113,0.5);
}
.spnav ul li ul li {
	border-top:1px solid rgba(113,113,113,0.2);
}
.spnav ul li ul li:last-child {
	border-bottom:none;
}
.sp_accordionbox{
	width: 100%;
	background: rgba(255,255,255,0.5);
	display: none;
}
.sp_accordionbox li a{
	padding-left: 35px !important;
}
.sp_accordionbox li a::before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--main-color);
	border-width: 4.5px 0px 4.5px 7.79px;
	margin-right: 10px;
}
@media screen and (max-width: 1600px) {
	/* 
	 header
	----------------------------------------------------------- */
}
@media screen and (max-width: 1400px) {
	/* 
	 footer
	----------------------------------------------------------- */
	html[lang="en"] .footer .sitemap {
		grid-column-gap: 15px;
	}
}
@media screen and (max-width: 1200px) {
	/* 
	 header
	----------------------------------------------------------- */
}
@media screen and (max-width: 1100px) {
	.pc1100{
		display: none;
	}
	br.pc1100{
		display: none;
	}
	.sp1100{
		display: block;
	}
	br.sp1100{
		display: inherit;
	}
	/* 
	 header
	----------------------------------------------------------- */ 
	.navwrap {
		height: 60px;
	}
	.navwrap ul li:not(:nth-last-child(2)) {
		display: none;
	}
	.navwrap ul li:nth-last-child(2) {
		margin-right: 50px;
	}
	.navwrap.is-fixed ul li:nth-last-child(2) {
		margin-right: 40px;
	}
	/* 
	 top
	----------------------------------------------------------- */ 
	.top_news .news_wrap{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #CBCBCB;
	}
	.top_news .btn_wrap{
		width: 100%;
		padding: clamp(20px, 1.7vw, 33px) clamp(30px, 3.4vw, 65px);
		justify-content: flex-start;
	}
	.top_rooms .swiper-slide .txt h3 span{
		display: block;
	}
	html[lang="en"] .top_rooms .ttl .txt{
		width: 100%;
		margin-bottom: 20px;
		align-items: flex-start;
	}
	html[lang="en"] .top_rooms .ttl .linkbox{
		margin-left: auto;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.sticky-wrap-sticky{
		width: 100%;
		padding-bottom: 0;
		position: relative;
		margin-bottom: 25px;
		top: 0;
	}
	.sticky-wrap-contents{
		width: 100%;
	}
	.sticky-wrap-nav{
		display: none;
	}
	/* 
	 reservation
	----------------------------------------------------------- */ 
	#searchCal > dl > dd ol li dl {
		padding: 10px 0;
	}
	#searchCal > dl > dd ol li dt {
		margin-bottom: 0;
	}
	/* 
	 facility
	----------------------------------------------------------- */ 
	.type-service-floor .sticky-wrap-title{
		margin-bottom: 0;
	}
	/* 
	 rooms
	----------------------------------------------------------- */ 
	.rooms-reserve .line_ttl{
		width: 100%;
	}
	.reserve-list{
		width: 100%;
	}
	.reserve-list li a{
		padding-right: 20px;
	}
	.reserve-list li .img {
		width: 100%;
		margin-bottom: 10px;
	}
	.reserve-list li .text {
		width: 100%;
		padding-right: 50px;
		position: relative;
	}
	.reserve-list > li > a .text::before {
		right: 0;
	}
	.equipment-list{
		grid-template-columns: repeat(2, 1fr);
	}
	/* 
	 smartphone menu btn
	----------------------------------------------------------- */
	.spnavbtn {
		display: grid;
		place-content: center;
		place-items: center start;
	}
	/* 
	 footer
	----------------------------------------------------------- */ 
	.footer .sitemap{
		display: none;
	}
	.footer .best{
		width: 280px;
	}
}
@media screen and (max-width:820px) {
	:root {
		--fontsize-18: 16px;
		--fontsize-16: 15px;
		--fontsize-15: 14px;
	}
	.pc {
		display:none;
	}
	br.pc{
		display: none;
	}
	.sp {
		display:block;
	}
	br.sp{
		display: inherit;
	}
	.flex-prev {
		display:none!important;
	}
	.flex-next {
		display:none!important;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.top_concept .txt{
		width: 100%;
		padding: 0;
	}
	.top_concept .img{
		width: 95vw;
		margin-top: 42px;
	}
	.top_concept::before{
		top: 80px;
		transform: translateY(0%);
		width: 100%;
	}
	.top_rooms .ttl .txt{
		width: 100%;
		margin-bottom: 20px;
		align-items: flex-start;
	}
	.top_rooms .ttl .linkbox{
		margin-left: auto;
	}
	.top_facility ul{
		grid-template-columns: repeat(1, 1fr);
	}
	.top_facility ul li a .img{
		width: 180px;
	}
	.top_facility ul li a .txt{
		width: calc(100% - 200px);
	}
	html[lang="en"] .top_facility .ttl{
		display: block;
	}
	html[lang="en"] .top_facility .ttl .top_h2{
		margin-bottom: 15px;
	}
	/* 
	 reservation
	----------------------------------------------------------- */ 
	.searchCalNote{
		display: block;
	}
	.searchCalNote ol{
		margin-bottom: 10px;
	}
	#searchCal > dl > dd ol li dd p{
		font-size: 13px;
	}
	/* 
	 rooms
	----------------------------------------------------------- */ 
	.rooms-detail {
		display: block;
	}
	.rooms-detail .text{
		margin-bottom: 20px;
	}
	.rooms-detail .text p{
		text-align: justify;
	}
	.rooms-detail .reserve-btn{
		margin: 0 auto;
	}
	.rooms-list .ttl small{
		width: 100%;
		margin-left: 0;
	}
	.rooms-list .box_inner .room-img-slider{
		width: 100%;
	}
	.rooms-list .box_inner .room-list-text{
		width: 100%;
		margin-top: 10px;
	}
	.rooms-list .box_inner .rooms-detail{
		display: flex;
		flex-direction: column-reverse;
	}
	.rooms-list .box_inner .rooms-detail .text{
		margin-top: 0;
	}
	.rooms-reserve::before{
		background-image: url('./library/images/rooms-reserve-bg-sp.jpg');
	}
	/* 
	 news
	----------------------------------------------------------- */
	.bcontwrap ul{
		grid-template-columns: repeat(2, 1fr);
	}
	/* news single
	----------------------------------------------------------- */
	.l_cotent {
		width: 100%;
		margin: 0;
	}
	.sidebar {
		width: 100%;
		margin-top: 40px;
	}
	/* 
	 ページネーション
	----------------------------------------------------------- */
	.prev, .next {
		width:100%;
		margin:0 0 5px;
	}
	.next {
		float:right;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
		display: inline-block;
		width: 26%;
	}
	.wpcf7 .birth > p .wpcf7-select{
		width: 130px;
	}
	.contact-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.contact-list li:nth-child(1) {
		grid-column: 1/3;
		grid-row: 1/2;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	.footer .info{
		max-width: 230px;
	}
}
@media screen and (max-width:640px) {
	.pc640{
		display: none;
	}
	br.pc640{
		display: none;
	}
	.sp640{
		display: block;
	}
	br.sp640{
		display: inherit;
	}
	.fix_bnr{
		font-size: 15px;
	}
	.top_back{
		display: none;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.fv .scroll{
		bottom: 3%;
		font-size: 13px;
	}
	.top_news .news_wrap,
	.top_news .btn_wrap{
		padding: clamp(20px, 1.7vw, 33px) 5%;
	}
	.top_news .news_wrap a,
	.top_news .news_wrap .news_date,
	.top_news .news_wrap h3,
	.top_news .news_wrap > div > p{
		width: 100%;
	}
	.top_news .news_wrap a,
	.top_news .news_wrap > div > p{
		padding-top: 10px;
	}
	.top_news .news_wrap h2{
		text-align: left;
		padding: 20px 0 0 20px;
		border-right: none;
		border-bottom: 1px solid rgba(51,51,51,0.5);
		padding-bottom: 10px;
	}
	.top_rooms .ttl .txt,
	.top_facility .ttl{
		display: block;
	}
	.top_rooms .ttl .top_h2,
	.top_facility .ttl .top_h2{
		margin-bottom: 15px;
	}
	.top_facility .ttl p{
		text-align: justify;
	}
	.top_facility ul li a .img{
		width: 100%;
		margin-bottom: 15px;
	}
	.top_facility ul li a .img img{
		aspect-ratio: 3 / 2;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.top_facility ul li a .txt{
		width: 100%;
		padding: 0 5px 5px 5px;
	}
	.access_btn > div{
		width: 100%;
		margin-bottom: 15px;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.sub_fv {
		background-image: url('./library/images/sub_fv_news_sp.jpg');
	}
	.single .sub_fv{
		background-image: url('./library/images/sub_fv_news_single_sp.jpg');
	}
	.hyo dl dt {
		width: 100% !important;
		margin-bottom: 12px;
	}
	.hyo dl dd {
		width: 100% !important;
	}
	.hyo2 dl dt {
		width: 100% !important;
	}
	.hyo2 dl dd {
		width: 100% !important;
	}
	.page-nav nav > ul{
		grid-template-columns: repeat(1, 1fr);
	}
	.line-ttl-big{
		display: block;
	}
	.line-ttl-big span{
		margin-left: 0;
		width: fit-content;
		margin-top: 8px;
	}
	/* 
	 reservation
	----------------------------------------------------------- */
	.reservation .sub_fv {
		background-image: url('./library/images/sub-fv-reservation-sp.jpg');
	}
	#searchCal > dl > dd ol li dl {
		padding: 5px 0;
	}
	#searchCal > dl > dd ol li dd p{
		font-size: 10px;
	}
	.searchCalElement > ul > li {
		width: 100%;
	}
	.searchCalElement > ul > li > ul{
		margin-bottom: 4px;
	}
	#searchCal > dl > dd ul li {
		font-size: 13px;
	}
	#searchCal > dl > dd ol li dt{
		font-size: 14px;
	}
	#searchCal > dl > dd ol li dl dd svg {
		width: 15px;
		height: 15px;
	}
	.searchCalNote ol{
		flex-wrap: wrap;
	}
	.searchCalNote ol li{
		margin-bottom: 8px;
	}
	#searchCal > dl > dd ol li dd {
		line-height: 1.1;
	}
	/* 
	 facility
	----------------------------------------------------------- */
	.facility .sub_fv {
		background-image: url('./library/images/sub-fv-facility-sp.jpg');
	}
	.facility-menu-list{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 rooms
	----------------------------------------------------------- */
	.rooms .sub_fv {
		background-image: url('./library/images/sub-fv-rooms-sp.jpg');
	}
	.reserve-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.rooms-reserve{
		margin-bottom: 0;
	}
	.rooms-reserve::before{
		width: 100%;
		border-radius: 0;
	}
	.equipment-list{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 access
	----------------------------------------------------------- */
	.access .sub_fv {
		background-image: url('./library/images/sub-fv-access-sp.jpg');
	}
	.address-text h3{
		width: 100%;
		padding: 10px;
	}
	.address-text .text{
		width: 100%;
		padding: 10px 10px 0;
	}
	.service-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.service-list > li:not(:last-child)::before{
		right: auto;
		left: 0;
		bottom: calc(clamp(20px, 2vw, 40px) * -1);
		height: 1px;
		width: 100%;
	}
	.transportation-img{
		margin: 0;
		left: auto;
		width: 100%;
	}
	.page-link{
		grid-template-columns: repeat(1, 1fr);
		margin: -40px 15px 30px;
	}
	.access-flow > li > div{
		display: block;
	}
	.access-flow > li > div > p{
		margin-right: 0;
		text-align: center;
	}
	/* 
	 faq
	----------------------------------------------------------- */
	.faq .sub_fv {
		background-image: url('./library/images/sub_fv_faq_sp.jpg');
	}
	.faq_nav{
		display: none;
	}
	.faq_nav.is-fixed{
		display: inherit;
	}
	.faq_nav ul li a{
		font-size: 13px;
	}
	/* 
	 news
	----------------------------------------------------------- */
	.bcontwrap ul{
		grid-template-columns: repeat(1, 1fr);
	}
	.news_list > li .img {
		width: 100%;
		margin: 0 auto 15px;
	}
	.news_list > li .txt {
		width: 100%;
	}
	/* 
	 contact
	----------------------------------------------------------- */ 
	.contact .sub_fv {
		background-image: url('./library/images/sub-fv-contact-sp.jpg');
	}
	.contact-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.contact-list li:nth-child(1) {
		grid-column: 1/1;
	}
	.wpcf7 .birth > p small{
		padding: 0 5px;
	}
	.wpcf7 .birth > p .wpcf7-select{
		width: 75px;
	}
	.wpcf7 .check .wpcf7-list-item{
		width: 100%;
	}
	/* 
	 footer
	----------------------------------------------------------- */ 
	.footer .info{
		max-width: none;
		width: 100%;
		margin-bottom: 25px;
	}
	.footer .best{
		width: 100%;
	}
	.footer .best{
		width: 100%;
	}
	.copy{
		font-size: 12px;
	}
}