@charset "UTF-8";

/* ページトップへ
-------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	color: #FFF;
	cursor:pointer;
	z-index:20;
	line-height:1;
}

#pagetop a {
	display: block;
	width: clamp(3.125rem, 2.165rem + 2.362vw, 5rem);/*サイズ50px-80px／650px-1920px*/
	height: clamp(3.125rem, 2.165rem + 2.362vw, 5rem);
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 1.0);
	transition: 0.3s ease-in-out;
}

#pagetop a:hover {
	background-color: rgba(0, 0, 0, 0.8);
	text-decoration: none!important;
}

#pagetop i{
	position: absolute;
	margin-right: 0px !important;
	font-size: clamp(0.813rem, 0.429rem + 0.945vw, 1.563rem);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
}

@media screen and (max-width:600px){
#pagetop {
	bottom: 20px;
	right: 20px;
}
}

/* wrapper　ページ全体の幅や色、配置
-------------------------------*/
#wrapper {
	width: 100%;
	min-width: 950px;
	z-index: 1;
	overflow: hidden;
	background-color: #FFFFFF;
}

@media screen and (max-width:600px){
#wrapper {
	width: 100%;
	min-width:0px;
}
}


/* header
-------------------------------*/
#header {
	height: auto;
	width: 100%;
	min-width:950px;
}

#head_bbh{
	border-top: #312517 15px solid;
	border-bottom: rgba(69, 69, 69, 0.1) 1px solid;
}

@media screen and (max-width:600px){
#header {
	min-width:0px;
}

#head_bbh{
	display: none;
}
}

#head_bbh_in{
	width:90%;
	max-width:1300px;
	min-width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#headerInner {
	height: auto;
	width:96%;
	max-width:1300px;
	min-width: 950px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:600px){
#headerInner {
	min-width: 0px;
}
}

#headerInner h1{
	height: auto;
	width:100%;
	max-width: 500px;
	min-width:0;
	flex-shrink: 3;
}

@media screen and (max-width:600px){
#headerInner h1{
	max-width: 60%;
}
}

#headermenu{
	text-align: right;
	flex-shrink: 1;
}

@media screen and (max-width:600px){
#headermenu{
	display: none;
}
}

#headermenu_tel{
	margin-bottom: 10px;
}

#headermenu_tel h3{
	font-size: 35px;
	line-height: 1.1;
}

#headermenu_tel i{
	font-size: 80%;
	vertical-align: 8%;
	margin-right: 5px;
}

#headermenu ul {
	display: flex;
	justify-content: flex-end !important;
	align-items: center;
	flex-wrap: nowrap;
	height: auto;
	width: 100%;
	min-width:0px;
}

#headermenu ul li{
	margin-right: 15px;
}

#headermenu ul li:last-child{
	margin-right: 0px;
}

#headermenu ul li::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	padding-right: 5px;
	font-size: 10px;
}

#headermenu ul li:nth-of-type(n+4)::before{
	content: '';
	padding-right: 0px;
}

#headermenu ul li a:hover{
	text-decoration: underline;
}


/* navi　ページナビゲーション
-------------------------------*/
#navi {
	width: 100%;
	min-width: 0px;
	z-index: 2;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

@media screen and (max-width:600px){
#navi {
	display: none;
}
}

#naviInner{
	width: 96%;
	max-width: 1300px;
	min-width: 0px;
	margin-right: auto;
	margin-left: auto;
}

#naviInner ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	box-sizing: border-box;
}

#naviInner ul li {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 14px;
	transition: 0.3s ease-in-out!important;
}

#naviInner ul li:not(:nth-last-child(-n+2)) {
	border-right: 1px solid rgba(69, 69, 69, 0);
	border-left: 0px;/*Safari用*/
	border-image: linear-gradient(to top, rgba(69, 69, 69, 0) 20%,rgba(69, 69, 69, 0.2) 30%,rgba(69, 69, 69, 0.2)70%,rgba(69, 69, 69, 0) 80%);
	border-image-slice: 1;
}

/*伸びる下ボーダー*/
#naviInner .animationborder li:not(:last-child){
	display:inline-block;
	position:relative;
	cursor:pointer;
}

#naviInner .animationborder li:not(:last-child)::after{
	content:'';
	position:absolute;
	width:100%;
	transform:scaleX(0);
	height:5px;
	bottom:0px;
	left:0;
	background-color:#312517;
	transform-origin:bottom right;
	transition:transform .8s cubic-bezier(.86,0,.07,1);
}

#naviInner .animationborder li:hover::after{
	transform:scaleX(1);transform-origin:bottom left;
}

#naviInner ul li:first-child{
	border-left: 1px solid rgba(69, 69, 69, 0);
	border-image: linear-gradient(to top, rgba(69, 69, 69, 0) 20%,rgba(69, 69, 69, 0.2) 30%,rgba(69, 69, 69, 0.2)70%,rgba(69, 69, 69, 0) 80%);
	border-image-slice: 1;
}

#naviInner ul li a{
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #454545;
}

#naviInner a:link { color:#454545; text-decoration:none; }
#naviInner a:visited { color: #454545; text-decoration:none; }
#naviInner a:hover { color: #454545; text-decoration:none; }
#naviInner a:active { color: #454545; text-decoration:none; }

.nav_e{
	font-size: 10px;
	font-family: 'Cinzel', serif !important;
}

#naviInner ul li:last-child{
	background-color: #998048;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-radius: 3px;
}

#naviInner ul li:last-child:hover{
	background-color: #A88D4F;
}

#naviInner ul li:last-child a{
	padding-top: 10px;
	padding-bottom: 10px;
}

#naviInner ul li:last-child a:link { color:#FFFFFF; text-decoration:none; }
#naviInner ul li:last-child a:visited { color: #FFFFFF; text-decoration:none; }
#naviInner ul li:last-child a:hover { color: #FFFFFF; text-decoration:none; }
#naviInner ul li:last-child a:active { color: #FFFFFF; text-decoration:none; }

/* mainvisual メイン画像
-------------------------------*/

#top_mainvisual{
	position: relative;
	width: 100%;
	max-width: 1920px;
	min-width: 950px;
	margin: 0 auto;
	height: auto;
	z-index: 1;
}

#top_mainvisual img{
	height: auto;
	width: 100%;
	filter: brightness(80%) ;
}

#top_mainvisual .slider01 img,
#top_mainvisual .slider02 img{
  animation-name: anime;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-duration: 15s;
  animation-timing-function:ease;
}

/* アニメーション定義 */
@keyframes anime {
  100% {
    transform: scale(1.1);
  }
}

/*js行が動くまでは2枚目以降を非表示*/
.slider01 p:not(:first-child),
.slider02 p:not(:first-child){
    display: none;
}

#top_mainvisual .slider02{
	display: none!important;
}

#top_mainvisual p::after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 1100px;
	height: 100%;
	margin: auto;
	background: url("../../img/description.png") no-repeat center center;
	background-size: contain;
	content: "";
}

#top_mainvisual .slider01 p:nth-child(2)::after,
#top_mainvisual .slider01 p:nth-child(3)::after{
	/* display: none!important; */
}

@media screen and (max-width:600px){
#top_mainvisual {
	width: 100%;
	min-width:0px;
	height: auto;
	z-index: 1;
}

#top_mainvisual .slider01{
	display: none!important;
}

#top_mainvisual .slider02{
	display: block!important;
}

#top_mainvisual p::after{
	width: 100%;
	max-width: 400px;
	background: url("../../img/description_sp.svg") no-repeat center center;
}
}

#sub_mainvisual {
	width: 100%;
	max-width: 1920px;
	min-width:0px;
	height: auto;
	position: relative;
	background-color: #000000!important;
	margin-left: auto;
	margin-right: auto;
	background-position: bottom center;
	background-attachment: fixed;
}

#sub_mainvisual img{
	filter: brightness(80%);
}

#sub_mainvisual h2 {
	position: absolute;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: clamp(1.875rem, 1.555rem + 0.787vw, 2.5rem);/*サイズ30px-40px／650px-1920px*/
	line-height: 0.8;
	font-family: 'Noto Serif JP', serif !important;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	background-color: rgba(255,255,255,0.2);
	backdrop-filter: blur(3px);
	padding: 15px 30px;
	outline: 1px solid rgba(255,255,255,0.3);
	white-space: nowrap;
}

#sub_mainvisual h2 span {
	font-size: clamp(0.813rem, 0.653rem + 0.39vw, 1.125rem);/*サイズ13px-18px／650px-1920px*/
	font-family: 'Cinzel', serif !important;
}

/* 新着情報・お知らせ
-------------------------------*/
#information {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 30px;
	/* margin-top: 50px;
	margin-bottom: 30px; */
	border: 1px solid #CCC;
	border-radius: 3px;
}

#information .info-title{
	position: absolute;
	display: inline-block;
	top: -10px;
	left: 10px;
	padding: 0 10px;
	font-size: clamp(0.875rem, 0.58rem + 0.73vw, 1.125rem);/*サイズ14px-18px／650px-1200px*/
	line-height: 1;
	background: #FFF;
}

#information > div{
	width: 100%;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#information > div:last-child{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#information > div > div:last-child{
	margin-top: 10px;
}

#information > div > p{
	display: flex;
	align-items: center;
	position: relative;
}

#information > div > div{
	display: flex;
	align-items: center;
	position: relative;
}

#information > div > div > dl{
	width: 100%;
	max-width: 130px;
	line-height: 1;
	color: #312517;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 20px;
	white-space: nowrap;
	flex-shrink: 1;
}

#information > div > div > dl >dd{
	background-color: #F7F4EE;
	padding: 3px 10px;
	font-size: 80%;
	margin-left: 5px;
	outline: 1px solid #efefef;
}

#information > div > div:first-child > p{
	font-size: clamp(1rem, 0.852rem + 0.36vw, 1.125rem);/*サイズ16px-18px／650px-1200px*/
	line-height: 1;
	flex-shrink: 3;
}

.arrow{
	position: relative;
	display: flex;
	align-items: center;
}

#information > div > div > p .arrow::after{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	font-size: 10px;
	margin-left: 10px;
}

#information a,
#information a:visited,
#information a:active{
	color: #454545;
	text-decoration: none;
}

#information a:hover{
	color: #454545;
	text-decoration: underline;
}

@media screen and (max-width:600px){
#information {
	padding: 20px 20px 15px 20px;
}

#information > div > div{
	align-items: flex-start!important;
	flex-direction: column!important;
}

#information > div > div > dl{
	justify-content: flex-start!important;
	margin-right: 0px;
	margin-bottom: 10px;
}
}


/* パンくず
-------------------------------*/
#breadcrumb{
	background: #F7F4EE;
}

#breadcrumb ul {
	padding: 10px 0px;
	overflow: hidden;
	text-align: right;
	font-size: 11px;
	color: #999;
	height: auto;
	width: 100%;
	max-width:1100px;
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#breadcrumb ul li{
	display: inline;/*横に並ぶように*/
	list-style: none;
}

#breadcrumb ul li:first-child::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: 900;
	padding-right: 5px;
	font-size: 11px;
}

#breadcrumb ul li::after{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 11px;
}

#breadcrumb ul li:last-child::after{
	content: '';
	font-weight: 900;
	padding-right: 0px;
}

#breadcrumb ul li a {
    text-decoration: none;
	color: #999;
}

#breadcrumb ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width:667px){
	#breadcrumb {
	display: none;
}
}

/* container
-------------------------------*/

.container {
	width: 100%;
	min-width: 950px;
}

@media screen and (max-width:600px){
.container {
	min-width: 0px;
}
}

/* content
-------------------------------*/

.content {
	width: 96%!important;
	max-width: 1310px;
	min-width:0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.sub_content {
	width: 100%;
	max-width:950px;
	min-width:0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:600px){
.content,.sub_content{
	min-width:0px !important;
}
}

/* 魅力
-------------------------------*/
#features_section{
	width: 100%;
	min-width: 950px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.features2{
	width : calc(100% / 2);
	position: relative;
	overflow: hidden;
}

.features3{
	width : calc(100% / 3);
	position: relative;
	overflow: hidden;
}

.features2::after,.features3::after{
	position: absolute;
	background-image: linear-gradient(15deg, rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0) 45%);
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height:100%;
	pointer-events: none;
}

.features2 img,.features3 img{
	width: 100%;
	transition: 0.5s ease-in-out;
}

.features2:hover img,.features3:hover img{
	transform:scale(1.03,1.03);
	opacity: 100%;
}

.features_text{
	position: absolute;
	left: 5%;
	bottom: 5%;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
	z-index: 2;
	pointer-events: none;
	padding-right: 5%;
}

.features_text h4{
	font-size: clamp(1.875rem, -5.625rem + 10vw, 3.75rem);/*サイズ30px-60px／1200px-1500px*/
	line-height: 1.3;
	font-family: 'Cinzel', serif;
	position: relative;
	text-shadow: 1px 1px 2px #000000;
}

.features_text p{
	font-size: clamp(0.813rem, 0.063rem + 1vw, 1rem);/*サイズ13px-16px／1200px-1500px*/
}

@media screen and (max-width:600px){
#features_section{
	min-width: 0px;
}

.features2,.features3{
	width: 100%;
}
}


/* トップマップ
-------------------------------*/

#topmap{
	position: relative;
	width:100%;
	max-width: 1920px;
	height: auto;
	clip-path: inset(0 0 0 0);
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#topmap::after {
	content: "";
	width: 100%;
	height: 100dvh;
	position: fixed;
	top:0;
	left:0;
	z-index:-10;
	background-image: url("../../img/bg_map.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#topmap::before{
	backdrop-filter: blur(3px);
	position: absolute;
	content: ' ';
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#topmapInner{
	width: 96%;
	max-width: 1310px;
	min-width:0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: flex ;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

#topmapInner > div{
	width: calc(50% - 10px);
	height: auto;
}

#topmap_t{
	width: 100%;
	height: auto;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(255,255,255,0.50);
	backdrop-filter: blur(6px);
	color: #000000;
}

@media screen and (max-width:600px){
#topmap{
	background-position: center top;
	background-attachment: scroll;
}

#topmapInner{
	margin-bottom: 0px;
	flex-wrap: wrap;
}

#topmapInner > div{
	width: 100%;
}

#topmap_t{
	margin-top: 10px;
	padding: 20px;
}

#bg-map{
	padding-top: 30px;
	padding-bottom: 30px;
}
}

/* トップページ下部バナー
-------------------------------*/
#top_bottom_bnr{
	width: auto;
	max-width: 1300px;
	height: auto;
	display: flex;
	justify-content: center !important;
}

#top_bottom_bnr ul{
	width: auto;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	align-items: flex-end;
}

#top_bottom_bnr > ul li{width: min(100%, 250px -20px); height: auto; margin: 0 10px 0 0; box-sizing: border-box;}
#top_bottom_bnr > ul li:last-child{margin-right: 0px;}
#top_bottom_bnr > ul li:nth-child(n+6){margin-top: 10px;}
#top_bottom_bnr > ul li img{width: 100%;}

@media screen and (max-width:600px){
#top_bottom_bnr{
	flex-wrap: wrap;
	justify-content:flex-start!important;
}

#top_bottom_bnr > ul li{
	width: calc(50% - 5px);
	margin: 0 10px 10px 0;
}

#top_bottom_bnr > ul li:nth-of-type(2n){
	margin-right: 0px;
}

#top_bottom_bnr > ul li:nth-child(n+3){margin-top: 10px;}
}

/* footer
-------------------------------*/
#footer {
	width: 100%;
	min-width: 950px;
	height: auto;
	color: #FFFFFF;
	background-size: 100% auto;
	background-color: #312517;
	position: relative;
}

#footerInner{
	width: 96%;
	max-width: 1920px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 0 100px 0;
}

@media screen and (max-width:600px){
#footer {
	min-width: 0px;
}

#footerInner{
	flex-wrap: wrap;
	flex-direction: column;
	padding: 30px 0 50px 0;
}
}

#footerInner #hgt_rogo{
	width: 100%;	
	max-width: 250px;
	min-width: 150px;
	margin-right: 20px;
}

#footer_add{
	width: auto;
	max-width: 500px;
	min-width: 400px;
	border-right: 1px solid #3f2f1e;
	padding-right: clamp(1.25rem, 0.290rem + 2.362vw, 3.125rem)/*サイズ20px-50px／650px-1920px*/;
	margin-right: clamp(1.25rem, 0.290rem + 2.362vw, 3.125rem)/*サイズ20px-50px／650px-1920px*/;
	font-size: clamp(1rem, 0.936rem + 0.16vw, 1.125rem);/*サイズ16px-18px／650px-1920px*/
	font-weight: normal;
	line-height: 1.3;
}

#footer_add h2{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.563rem, 1.403rem + 0.394vw, 1.875rem);/*サイズ25px-30px／650px-1920px*/
	line-height: 1;
	margin-bottom: clamp(0.938rem, 0.682rem + 0.63vw, 1.438rem);/*サイズ15px-23px／650px-1920px*/
	white-space: nowrap;
}

#footer_tel{
	font-size: clamp(1.875rem, 1.715rem + 0.394vw, 2.188rem);/*サイズ30px-35px／650px-1920px*/
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
}

/*#footer_tel span{
	font-size: 70%;
	margin-right: 5px;
}*/

@media screen and (max-width:600px){
#footerInner #hgt_rogo{
	max-width: 150px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#footer_add {
	max-width: 950px;	
	min-width: 0px;
	flex-direction: column !important;
	margin: 0px auto 50px auto;
	padding-right: 0px;
	text-align: center;
	border-right: none;
	line-height: 1.8em;
}
}

#footer_menu_section {
	width: auto;
	max-width: 600px;
	min-width: 350px;
	font-size: clamp(0.813rem, 0.717rem + 0.24vw, 1rem);/*サイズ13px-16px／650px-1920px*/
}

#footer_menu {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#footer_menu li{
	width: 100%;
	max-width: clamp(9.375rem, 8.415rem + 2.362vw, 11.25rem);/*サイズ150px-180px／650px-1920px*/
	min-width: 0px;
	line-height: 2.5em;
}

#footer_menu li::before{
	content: '-';
	font-size: clamp(0.813rem, 0.717rem + 0.24vw, 1rem);/*サイズ13px-16px／650px-1920px*/
	padding-right: 10px;
	color: #FFFFFF;
}

@media screen and (max-width:600px){
#footer_menu_section {
	width: 96%;	
	max-width: 650px;
	min-width: 0px;
}

#footer_menu_section p {
	margin-left: auto;
	margin-right: auto;
}

#footer_menu{
	display: none;
}
}

#footer address {
	font-style: normal;
	line-height: 5em;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #3f2f1e;
}

@media screen and (max-width:600px){
#footer address {
	font-size: 10px;
	white-space: nowrap;
	padding-bottom: 50px;
}
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;	
	text-decoration: underline;
}

/*ページタイトル
-------------------------------*/
.parts-bg_wave{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../../img/wavepattern_b.png");
	background-size: cover;
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

/* 客室
-------------------------------*/
/* 客室メニュー
-------------------------------*/
#room-menu{
	width: 96%!important;
	max-width: 1310px;
	min-width:0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#room-menu > div{
	width: calc((100% - 40px)/5);
	margin-right: 10px;
	position: relative;
}

#room-menu > div:nth-child(5),
#room-menu > div:last-child{
	margin-right: 0px;
}

#room-menu > div:nth-of-type(-n+5){
	margin-bottom: 10px;
}

#room-menu > div p img{
	width: 100%;
	height: 70px;
	object-fit: cover;
}

#room-menu > div p:last-of-type{
	margin-top: 5px;
	margin-left: 5px;
}

#room-menu > div::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	font-weight: 900;
	font-size: 12px;
	bottom: 0px;
	right: 3px;
	transform: translateX(-50%);
	transition: 0.3s ease-in-out;
}

#room-menu > div:hover::after{
	bottom: -5px;
}

@media screen and (max-width:600px){
#room-menu{
	padding-top: 30px;
	padding-bottom: 30px;
}

#room-menu > div{
	width: calc((100% - 10px)/2);
	margin-right: 10px;
	margin-bottom: 10px;
}

#room-menu > div:nth-of-type(2n){
	margin-right: 0px;
}

#room-menu > div:nth-child(5){
	margin-right: 10px;
}
}

/* レストラン
-------------------------------*/

/* 宴会・会議
-------------------------------*/
#banquet_contact{
	width: 96%;
	background: #312517;
	outline: 10px double #312517;
	color: #FFFFFF;
	font-size: clamp(0.875rem, 0.811rem + 0.16vw, 1rem);
	text-align: center;
	padding: 30px 10px;
	margin-left: auto;
	margin-right: auto;
}

#banquet_contact h3{
	font-size: clamp(1.125rem, 0.901rem + 0.551vw, 1.563rem);/*サイズ18px-25px／650px-1920px*/
	margin-bottom: 15px;
}

#banquet_contact_tel{
	font-size: 35px;
	line-height: 1;
}

#banquet_contact_tel i{
	font-size: 80%;
	vertical-align: 8%;
	margin-right: 5px;
}

#banquet_contact a:link { color:#FFFFFF; text-decoration:none; }
#banquet_contact a:visited { color: #FFFFFF; text-decoration:none; }
#banquet_contact a:hover { color: #FFFFFF; text-decoration:none; }
#banquet_contact a:active { color: #FFFFFF; text-decoration:none; }

#banquet_kiyaku{
width: 100%;
height: auto;
background: #FFFFFF;
outline: #F7F4EE 1px solid;
padding: 30px 40px;
}

#banquet_kiyaku dl{
width: 100%;
height: 400px;
overflow: auto;
padding: 10px 20px 0px 0px;
}

@media screen and (max-width:600px){
#banquet_kiyaku{
width: 100%;
height: auto;
background: #FFFFFF;
outline: #F7F4EE 1px solid;
padding: 20px 30px;
}
}

/*記念パーティ
-------------------------------*/
#anniversary_bg{
	background-image: url(../../banquet/img/anniversary_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.anniversary_icon{
	width: 100%;
	max-width: 100px;
	min-width: 0px;
	height: auto;
}

@media screen and (max-width:600px){
#anniversary_bg{
	background-position: center top;
	background-attachment: scroll;
}
}

/* 施設・サービス
-------------------------------*/


/* キッズコーナー
-------------------------------*/


/* 観光情報
-------------------------------*/


/* アクセス
-------------------------------*/
.rail-line01{
	background: url("../../access/img/access_rail_bg01.jpg") repeat-y center;
}

.rail-line02{
	background: url("../../access/img/access_rail_bg02.jpg") repeat-y center;
}

.walk-line{
	background: url("../../access/img/access_walk_bg.jpg") repeat-y center;
}

.car-line{
	background: url("../../access/img/access_car_bg.jpg") repeat-y center;
}

.air-line{
	background: url("../../access/img/access_air_bg.jpg") repeat-y center;
}

.rail-line01 span,.rail-line02 span,.walk-line span,.car-line span,.air-line span{
	display: block;
	background-color: #FFFFFF;
	line-height: 1.6em;
	padding: 3px;

}

.car-caption,.rail-caption,.air-caption{
	position: relative;
	padding-left: clamp(0.75rem, 0.654rem + 0.236vw, 0.938rem);/*サイズ12px-15px／650px-1920px*/
	font-size: clamp(1.125rem, 0.901rem + 0.551vw, 1.563rem);/*サイズ18px-25px／650px-1920px*/
	margin-bottom: 10px;
}

.rail-caption::before{width: 50px; height: 50px; display: inline-block; margin-right: 10px; content: ""; background-image: url("../../access/img/access_rail.png"); background-size: contain;}
.car-caption::before{width: 50px; height: 50px; display: inline-block; margin-right: 10px; content: ""; background-image: url("../../access/img/access_car.png"); background-size: contain;}

#parking-procedures{
	outline: 1px solid #dfdfdf!important;
	padding: 30px;
	background: #F7F4EE;
}

#parking-procedures > ul li{
	color: #FFFFFF;
	text-align: center;
font-size: clamp(1rem, 0.936rem + 0.16vw, 1.125rem)!important;/*サイズ16px-18px／650px-1920px*/
}

#parking-procedures > ul li span{
	background: #312517;
	display: block;
padding: 20px 0;
}

#parking-procedures > ul li::after{
	font-family: "Font Awesome 5 Free";
	content: '\A' '\f0ab';
	color: #312517;
	/* white-space: pre; */
	font-weight: 900;
font-size: clamp(1.875rem, 1.619rem + 0.63vw, 2.375rem)!important; /*サイズ30px-38px／650px-1920px*/
}

#parking-procedures > ul li:last-child::after{
	content: none;
}

#bus{
	position: absolute;
	width: 25%;
	right: 20px;
	bottom: -40px;
}

@media screen and (max-width:600px){
#bus{
	display: none;
}
}

/* 言語選択
-------------------------------*/
.select-box {
	overflow: hidden;
	width: auto;
	z-index: 2;
}

.select-box select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0px 30px 3px 10px;
	color: #454545;
	font-family: 'Noto Sans JP', sans-serif!important;
	border-bottom: 1px solid rgba(69, 69, 69, 0.2);
}

.select-box select::-ms-expand {
    display: none;
}

.select01 {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif!important;
}

.select01::before {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	padding: 0;
	font-family: "Font Awesome 5 Free";
	content: "\f107"!important;
	font-weight: bold;
	pointer-events: none;
}

/* サイト内リンク位置調整
-------------------------------*/
#kids_section::before,
#pool_section::before,
#happyhour::before,
#facility::before{
    display: block;
    height: 100px;
    margin-top: -100px;
    content: "";
}

















   
