/* base font-size:16px */


html, body {height: 100%;}
body > #warp {height: auto;}

body {
	color:#eac687;
  	height:100%;
	position:relative;
	-webkit-text-size-adjust: 100%;
}

/* --------------------------- layout 
*/

.pc-hide {display:none;	}
.hy-pc {display:none;}
.hyd {display: none !important;}
.shw {display: block;}
.max-img img{ max-width:100%; height:auto;}

.lh17 {line-height: 1.7 !important;}

.lh2 {line-height: 2.0 !important;}

.dan {text-indent: -1em; padding-left: 1em;}

.mb80 {
	margin-bottom: 80px;
}



/* video */

    /* 動画を囲う親要素 */
    .video-container{
    	width: 100%;
    	height: 680px;
    	position: relative;
    }
    /* 動画の上に乗せる文字 */
    .video-container >p{
    	width: 80%;
		height: 1em;
    	margin: auto;
    	text-align: center;
    	letter-spacing: 0.2em;
    	font-size: 1.2rem;
    	position: absolute;
    	/*top: 0;*/
    	bottom: 10%;
    	left: 0;
    	right: 0;
		color:#fff;
    }
@media screen and (max-width:480px){
	    .video-container{
    	width: 100%;
    	height: 180px;
    	position: relative;
    }
	.video-container >p{font-size: 3.4vw; height: 2em;}
}

#warp {
	position: relative;
	height: 100%;
	min-height: 100%;
	width:100%;
}

#head {
	text-align:center;
	width:100%;
	height:80px;
	background:url(img/head_bg.jpg) center top no-repeat #000;
}

#footer {
	height:auto;
	width:100%;
	background:#000;
}




/* head */
.head-inner {
	position:relative;
    display:flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
	width:98%;
    height: 100%;
	margin:0 auto;	
}
.head-inner h1 {

}
.head-sub {
	position:absolute;
	right:0;	
	top:30px;
	
}
.head-sub img {margin-left:12px;}
.head-sub a {color:#fff; text-decoration: none;}
.head-sub span {margin-left:12px;}

.head-sub div {display: inline-block; vertical-align: middle;}

.head-sub div:nth-child(1){padding-right: 10px;}
.head-sub div:nth-child(n+2) a{ width:160px; background:#a32c1f /*#9d7a49*/; /*border:1px solid #eac687;*/ display: block; border-radius: 6px; padding: 3px 10px; font-size: 11px !important;}
.head-sub div:nth-child(n+2) a:hover {background:#c73a2a /*#eac687*/;}
.head-sub div a.tel:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
	content: "\f095";
}

.head-sub div a.fairRes:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
	content: "\f073";
}
.head-sub strong {font-size:16px; font-weight: bold;}

.change-site {
	position:absolute;
	top:0px;
	right:0px;
	padding-top: 2px;
}
.change-site a{
	color:#fff;
	text-decoration:none;
	padding-top:2px;
	padding-right:10px;
	padding-bottom:2px;
	padding-left:10px;
}
.change-site a:hover {
	color:#333;
	background: #eac687;
}



/* navi */

#toggle{ display: none;}/* sp */
#navi {
	width:100%;
	height:34px;
	background:#db9e33;	
	background-color:rgba(219,158,51,0.69);
}
#navi ul {
	text-align: center;
	font-size: 0;
}
#navi ul li:nth-child(2) {border-left:0px solid #ccc;}
#navi ul li {
	font-size: 11pt;
	display:inline-block;
	height:34px;
	line-height: 34px;
	overflow:hidden;
	font-family:"Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", Meiryo, serif;
	font-weight: normal;
	border-left:1px solid #eac687;
	
}
#navi ul li a{display: block; color: #fff; padding:0 7px; text-decoration: none; font-feature-settings: "palt";}
#navi ul li a:hover {
	color: #211100;
	background: #eac687;
	background: linear-gradient(to bottom, #fbdb57 0%, #e5b24f 4%, #eac687 100%);
}
.current{
	color: #211100 !important;
	background: #eac687;
	background: linear-gradient(to bottom, #fbdb57 0%, #e5b24f 4%, #eac687 100%);
}
.on {color: #eac687 !important;}



/* top map */

.map-section {height: 450px;}



/* footer */

.p-top a {
color:#9d7a49;
}

p.p-top {
text-align:right;
}

/*.footer-nav {display: none;}*/

.footer-link {text-align:center; padding:1em 0;	}
.footer-link img {margin:0 10px;}
.footer-link a {color:#eac687;}
address {
	background:url(img/head_bg.jpg) center -70px no-repeat;
	width:100%;
	height:30px;
	padding-top:1.7em;
	text-align:center;
	color:#eac687;
	font-size:0.75em;
}


/* ------------------------------- title 
*/
#navi-tt {background:#eac687; text-align:center;}
#navi-tt h2 {
	font-size: 16pt !important;
	padding:15px 0;	
	color: #211100;
	font-family:"Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", Meiryo, serif;
}
#navi-tt h2 span {position: relative;}
#navi-tt h2 span:before{
	position: absolute;
	content: '';
	display: block;
	top:0;
	left:-70px;
	width: 68px;
	height: 20px;
	background-image: url(img/wing_l.png);
  	background-size: contain;
  	vertical-align: middle;
	margin-right: 5px;
}
#navi-tt h2 span:after{
	position: absolute;
	content: '';
	display: block;
	top:0;
	right: -70px;
	width: 68px;
	height: 20px;
	background-image: url(img/wing_r.png);
  	background-size: contain;
 	 vertical-align: middle;
	margin-left:5px;
}


.menu-tt a {
	font-family:"Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", Meiryo, serif;
	/*background:#9d7a49 url(img/link_bg.jpg) left top repeat-x;
	background-size:cover;*/
	background: -webkit-linear-gradient(top, #ffda4f 0%,#d2a33a 5%,#d8a33e 95%,#e9c382 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffda4f 0%,#d2a33a 5%,#d8a33e 95%,#e9c382 100%);
	padding:1em 0;
	color:#111;
	font-weight:bold;
	display:block;
	text-decoration:none;
}
.menu-ttt {
	font-family:"Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", Meiryo, serif;
	font-size:24px;
	text-align:center;
	padding:1em 0;
	}



/* ------------------------------- text 
*/
.minc {/*font-family:"Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;*/font-family:'Noto Serif JP', serif;}
.gld {color:#9d7a49;}
.gld2 {color:#eac687 !important;}
.whi {color: #fff !important;}
.gry {color:#666;}
.blk {color:#000 !important;}

.copy {
margin:2em auto;
font-size:123.1%;
color:#eac687;
line-height:1.8;
}




/* ------------------------------- btn 
*/
.bt5 {text-align: center;}
.bt5 a{	
	background:#a32c1f;
	color:#fff;
	text-decoration:none;
	padding:5px 30px;
	border-radius:4px;
	font-size:16px;
	
	margin:0 auto;
	text-align: center;
}
.bt5 a:hover {
	background:#c73a2a;
}
.bt4 a{
	color:#c93;
	text-decoration:underline;
	padding:5px 0;
	font-size:18px;
	text-align:center;
}
.bt4 a:hover {color:#f00;}

.bt3 a{
	display:block;
	background:/*#c00*/#a32c1f;
	color:#fff;
	text-decoration:none;
	padding:5px 0;
	border-radius:4px;
	font-size:16px;
	width:74%;
	margin:0 auto;
}
.bt3 a:hover {
	background:/*#c90*/#c73a2a;
	/*color:#000;*/
}

.btnz {
	display:block;
	background:/*#c00*/#a32c1f;
	color:#fff;
	text-decoration:none;
	padding:5px 0;
	border-radius:4px;
	font-size:16px;
	width:74%;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}

.btn_square {
	display:inline-block;
	background:/*#c00*/#a32c1f;
	color:#fff;
	text-decoration:none !important;
	padding:5px 15px 5px 20px;
	border-radius:4px;
	font-size:16px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}
.btn_square:hover {
	background:#c73a2a;
}

.btn__reserve {
	background: #984a28;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 46px;
	border-radius: 23px;
	color: #fff;
	font-size: 1.4rem;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none !important;
	position: relative;
}
.btn__reserve span {
margin-left: 10px
}

.kei__300 {
	border:none;
	border-bottom: 1px solid #eac687;
}
@media screen and (max-width:480px){
	.kei__300 {width: 300px;}
}
@media screen and (max-width:320px){
	.btn__reserve {
		width: 280px;
	}
	.kei__300 {width: 280px;}
}


.shw-2 {display: none;}

.t18 {font-size:18pt }
.t16 {font-size:16pt }
.t15 {font-size:15pt }
.t14 {font-size:14pt }

.kei-gld_under {
	border-bottom:1px solid #eac687;}

#navi {display: none;}

@media screen and (max-width:1150px){
	
	/* navi */
	#navi ul li {
	font-size: 10pt;
	}
	
}


@media screen and (max-width:959px){

	.shw-2 {display: block;}

}

@media screen and (max-width:835px){
	
	
	#warp {padding-top:80px;}
	
	
	/* navi */
	#navi,.change-site,.head-sub {display: none;}
	
	#toggle {display:block;}
	.btns {
		background:transparent url(img/btn.png) no-repeat 0 0;
		display: block;
		width:35px;
		height: 35px;
		position: absolute;
		top:50%;
		right:5px;
		margin-top: -10px;
		z-index: 101;
	}
	
	#head { position: fixed; z-index: 100; top:0;}
	#navi {position:  fixed; top:80px; z-index: 101;}
	#navi li{
	display: block;
    width: 100%;
	text-align:center;
	background:#db9e33;	
	background-color:rgba(219,158,51,0.95);
	/*border-bottom:1px solid #fc9;
	border-bottom:1px solid #630;*/
  	}
  	#navi li a {
	 display:block;
	 color:#300;
	 padding:10px 0; 
  	}	  
  
  	#navi li a:hover {
  	text-decoration:none;
		background: none !important;
	/*background:#db9e33; */
	/*background: linear-gradient(to bottom, #fbdb57 0%, #e5b24f 4%, #eac687 100%);*/
  	}
  
  	#navi li img {
	display:none;  
  	}	
	
	.current{
	color: #211100 !important;
		background: none !important;
	}
	
	/* top */
	.map-section {height: 240px;}	
	
	#navi .change-site-list a {
		display: inline-block;
	}
	
}

@media screen and (max-width:480px){
	.hy-pc {display: block;}
	.hyd {display: block !important;}
	.shw {display: none;}
	.sp-lft {text-align: left;}
}


/* ------------------------------------------------------ new  */

#top__img__wrap {
	width:100%;
	height: 100vh;
	background: url("img/top_img.jpg") center no-repeat;
	background-size: cover;
}
.top__img__top {
	height: 45%;
	max-width: 1000px;
	padding-left: 10%;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
		/*border:1px solid #f00;*/
}
.top__img__top h1 {
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 0.7em;
	line-height: 2
}
.top__img__top p {
		font-size: 16px;
	letter-spacing: 0.3em;
}
.top__img__bottom {
	max-width:1000px;
	height: 49%;
	padding-right: 10%;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	/*border:1px solid #f00;*/
}
.top__tate {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	line-height: 2;
	letter-spacing: 0.3em;
	/*margin-left: auto;
	margin-right: auto;*/
	text-align: left;
	display: inline-block;
		/*border:1px solid #f00;*/
}
.top__yoko {
	line-height: 2;
	text-align: left;
}
.top__tate p,.top__yoko p {
	font-size: 16px
}

@media screen and (max-width:480px){
	#top__img__wrap {
	width:100%;
	height: 90svh;
	background: url("img/top_img_sp.jpg") center no-repeat;
	background-size: cover;
	}
	.top__img__top h1 {
		font-size:6vw
	}
    .top__img__top p {
            font-size: 3.5vw;
    }	
	.top__img__bottom {
		padding-right: 20px;
	}	
	.top__tate p {
	font-size: 3.5vw
	}
	.top__yoko p {
	font-size: 4.5vw
	}	
}

/* inner */
.top__inner {
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:750px){
	.top__inner {width:90%}
}





/* top ---------------------------------- */
.top__tit {
	font-size:1.5em; 
	border: 1px solid #eac687;
	display: inline-flex;
	justify-content: center;
	padding: 10px;
	width: 200px;
}
.top__tit__sec {
	font-size:1.4em;
	margin-left: 1em;
	margin-bottom: 20px;
}
.top__tit__thd {
	font-size:1.3em;
}
h4.top__tit__thd {
		line-height: 1.3
}

.top__menu__list {
	color:#fff;
	line-height: 1.8
}
.top__menu__list dt {
	text-indent: -1em;
	padding-left: 1em
}
.top__menu__list dd {
	padding-left: 1em;
}
@media screen and (max-width:480px){
.top__tit__sec {
	margin-left: 0.5em;
}
	.top__menu__list {
		font-size: 3vw;
	}
}



.top__btn__link {
	display: inline-flex;
	color:#99896f;
	border:1px solid #99896f;
	font-size: 15px;
	width:180px;
	box-sizing: border-box;
	padding: 5px 18px;
	position: relative;
	text-decoration: none !important;
	transition: 0.3s
}
.top__btn__link:hover {
	background: #99896f;
	color: #fff
}
.top__btn__link::after {
	position: absolute;
	top:50%;
	right: 5px;
	transform: translateY(-50%);
	content: ">";
}


/* top menu */
.top__menu__wrap {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}






/* footer --------------------------------*/
.footer-nav {
    padding:20px 0 10px;
    width:100%;
}
.footer-nav p{
    line-height: 1.7
}
.footer-sub ul{display: flex; flex-flow: row; justify-content: center}
.footer-sub ul li {margin: 0 10px}	


/* 2023-08-22 */
.lh17 {
	line-height: 1.7;
}
	.txt__box {
		text-align: center;
		line-height: 1.7;
	}

.txt__cnt__wrap{
	text-align: center
}
.txt__cnt{
	display: inline-flex;
	flex-flow: column;
	/*border:1px solid #f00;*/
	text-align: left

}

@media screen and (max-width:480px){
	.txt__cnt__wrap{
		width: 100%
	}
	.txt__cnt{
		display: block;
	}
	.txt__box {
	padding-left: 10px;
	padding-right: 10px;
	}
	.txt__box p,.txt__cnt p {
		font-size: 3vw;
	}
	.txt__box p,.txt__cnt p {
		font-size: 3vw;}
}

/* 言語選択 */
.lang-box {position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
/*    border:1px solid #f00;*/
}

.lang-btn {
    display: none;
}
.lang-nav {
    display:flex;
    flex-flow: row;
}
.lang-nav li{
    font-size: min(4vw,16px)
}
.lang-nav li a{
	color:#fff;
	text-decoration:none;
	padding:2px 10px;
}
.lang-nav li a.select {position: relative; color:#eac687;}
.lang-nav li a.select::before {
    content: "\f0da";
	font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    top:50%;
    left: .1em;
    transform: translateY(-50%)
    
}
.lang-nav li a:hover {
	color:#eac687;
/*	background: #eac687;*/
}
@media (max-width:1100px){
    .lang-box {position: absolute;
    left: 45%;
    transform: translateX(-45%);
    display: block;
/*    border:1px solid #f00;*/
}
}
@media (max-width:768px){
    .lang-box{
        position: absolute;
        right:-20px;
        left:auto;
        top:25px;
    }
    .lang-btn {
        display: block;
        border:1px solid #eac687;
        padding:5px 10px
    }
    .lang-btn:hover {
        cursor: pointer;
    }
    .lang-nav {
        display: none;
        background: #333;
        padding: 10px;
    }
    .lang-nav li {
        margin: 10px 0;
    }
    .lang-nav.active {
        display: block;
    }
}
@media (max-width:600px){
        h1 img {
        width:45vw;
        height: auto;
            margin-left: 10px;
    }
}

.days {
	margin-left: 1em;
}

/*
.footFixBnr {
height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  width: 660px;
		margin-bottom: 20px;
	}
*/


	#footer {
		padding-bottom: 60px;
	}
	/* footer banner */
	.footFixBnr {
	height: 60px;
  margin-right: auto;
  margin-left: auto;
  bottom: 0px;
  background-color: #000;
  width: 100%;
  left: 0px;
  position: fixed;
  right: 0px;
  display: block;
  margin-bottom: 0px;
		display: flex;
		align-items: center
	}
	
/* lang 2025-09-09 */
.lang-wrap {
	position: fixed;
	bottom:60px;
	right: 20px;
	background: #fff;
	box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
	color:#000;
	box-sizing: border-box;
		font-size: 16px;
}
@media (max-width:600px){
	.lang-wrap {
		bottom:80px;
	}
}

.arrow {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.4s ease;
}

.lang-wrap.open .arrow {
  transform: rotate(180deg);
}


.custom-lang-select {
  position: relative;
  width: 100px;
  cursor: pointer;
  user-select: none;
}

.selected {
  border: 1px solid #ccc;
  padding: 7px 10px;
  background: white;
  display: flex;
  align-items: center;
/*  justify-content: space-between;*/
}

.selected img {
/*
  width: 16px;
  height: 12px;
*/
  margin-right: 10px;
	border:1px solid #ccc
}

.dropdown {
  position: absolute;
bottom: 100%; /* ← ここがポイント */
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background: white;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 10;
		box-sizing: border-box
}

.dropdown li {
  padding: 5px 10px;
  display: flex;
flex-flow: row;
  align-items: center;
	box-sizing: border-box
}

.dropdown li img {
/*
  width: 16px;
  height: 12px;
*/
  margin-right: 10px;
	border:1px solid #ccc	
}

.dropdown li:hover {
  background: #eee;
}