
@charset "utf-8";
html{
	font-family:"Kaisei Tokumin","游明朝" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
}
body{
	width:100%;
	color:#534741;
}
.sp{display:block;}
.pc{display:none;}
a{
	color:#534741;
	text-decoration:underline;
}
img {
	border:0;
	vertical-align:top;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
em{
	font-style:normal;
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}
.img100{
	width:100%;
}
.w1400{
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
}
.w1200{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.w1000{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.w900{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
.w80{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.w90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.w96{
	width:96%;
	margin-left:auto;
	margin-right:auto;
}
.fGo{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media (min-width:768px) {
	.sp{display:none;}
	.pc{display:block;}
	a{
		transition:0.3s;
	}
	a:hover{
		opacity: 0.7;
	}
	a[href^="tel:"] {
	    pointer-events: none;
	}
}
/* base */


/*ヘッダー*/
.anchor{
	display:block;
	margin-top:-60px;
	padding-top:60px;
}
header{
	position:fixed;
	z-index:101;
	width:100%;
	height:60px;
	margin:0 auto;
	top:0;
	background-color: #fff;
}
main{
	margin-top: 60px;
	overflow: hidden;
}
@media (min-width:768px) {
	.anchor{
		display:block;
		margin-top:-100px;
		padding-top:100px;
	}
	header{
		height:100px;
	}
	main{
		margin-top: 100px;
	}
}
.hWrap01{
	position: fixed;
	top:20px;
	left: 20px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.hLogoSite img{
	width: 150px;
}
.hLang{
	margin-left: 10px;
}
.hLang a{
	color: #fff;
	padding-right: 3px;
	padding-left: 3px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	border-right: 1px solid #fff;
	font-size: 1.2rem;
}
.hLang a:last-of-type{
	border-right:0;
}
.hLang a.current{
	font-weight: bold;
	text-decoration: none;
}
@media (min-width:768px) {
	.hWrap01{
		align-items: center;
		top:30px;
		left: 2.5%;
	}
	.hLogoSite img{
		width: 225px;
	}
	.hLang{
		margin-left: 20px;
	}
	.hLang a{
		padding-right: 10px;
		padding-left: 10px;
	}
}


/*ハンバーガーボタン*/	
#hBtnMenu{
	position:fixed;
	top:5px;
	right:0;
	width:60px;
	height:50px;
	padding-top:0;
	text-align:center;
	z-index:10;
cursor: pointer;
}
#hBtnMenu span {
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
	width: 30px; /* 横幅 */
	height: 2px; /* 1本辺りの高さ */
	background: #fff; /* 線の色 */
	transition: all 0.3s ease-out;
}

#hBtnMenu .hbBar01 { top: 10px; }
#hBtnMenu .hbBar02 { top: 15px; }
#hBtnMenu .hbBar03 { top: 20px; }
#hBtnMenu p {
	position: absolute;
	text-align: center;
	top: 25px;
	width: 60px;
	color: #fff;
}

#hBtnMenu.open span{
	background: #fff; /* 線の色 */
}

/* 最上部の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar01 {
  top: 15px; /* 上から2番目の線の位置に変更 */

  /* 線を45度回転 */
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* 上から2番目の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar02 {
  opacity: 0; /* 不透明度を下げて線を消す */
}

/* 最下部の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar03 {
  top: 15px; /* 上から2番目の線の位置に変更 */
  /* 線を135度回転 */
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
}

@media (min-width:768px) {
	#hBtnMenu{
		width:80px;
		height:80px;
		right: 20px;
	}
	#hBtnMenu span {
		width: 60px;
		left: 10px;
		height: 3px;
	}
	#hBtnMenu .hbBar01 { top: 20px; }
	#hBtnMenu .hbBar02 { top: 30px; }
	#hBtnMenu .hbBar03 { top: 40px; }
	#hBtnMenu p {
		width: 80px;
		top: 50px;
		font-size: 1.6rem;
	}
	#hBtnMenu.open .hbBar01,
	#hBtnMenu.open .hbBar03 {
	  top: 30px; /* 上から2番目の線の位置に変更 */
	}
}

/*ナビゲーション*/
#gNav{
	display:none;
	width:100%;
	height: 100vh;
	position:absolute;
	top:0;
	left:0;
	background-color: rgba(24,8,0,0.7);
	padding: 20px;
}
#gNav a{
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size:2rem;
	padding:10px 0;
	text-decoration: none;
	color: #fff !important;
}
@media (min-width:768px) {
	#gNav{
		width: 50%;
		height: auto;
		position:fixed;
		left: auto;
		right: 2.5%;
		top: 0;
		background-color: transparent;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
	}
	#gNav a{
		width: auto;
		display: inline;
		margin-left: 20px;
		margin-right: 0;
		font-size: 1.6rem;
		padding:15px 0;
	}
	#gNav a.rsvbtn{
		width: auto;
		display: inline;
		margin-left: 0;
		margin-right: 0;
		font-size: 1.6rem;
		padding:15px 0;
	}
	#hBtnMenu{
		display: none;
	}
}







/*footer*/
footer{}
.footer01{
	background-image: url(../images/index/bg_base.jpg);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: repeat-y;
	padding: 80px 0;
}
.footer01 .flogo{
	width: 274px;
	margin: 0 auto 30px;
}
.footer02{
	padding: 20px 0;
}
.footer02 .hLang{
	margin-left: 0;
	margin-bottom: 10px;
}
.footer02 .hLang a{
	color: #534741;
	border-right: 1px solid #534741;
}
.footer02 .hLang a:last-of-type{
	border-right:0;
}

/*text*/
.fs50{font-size: 50%;}
.fs75{font-size: 75%;}
.fs110{font-size: 110%;}
.fs120{font-size: 120%;}
.fs130{font-size: 130%;}
.fs140{font-size: 140%;}
.fs150{font-size: 150%;}
.fs160{font-size: 160%;}
.lh1{line-height:1;}
.lh15{line-height:1.5;}
.lh2{line-height:2;}
.txt14r{font-size:1.4rem;font-size:clamp(1.2rem, 1.4vw, 1.4rem);}
.txt16r{font-size:1.6rem;font-size:clamp(1.4rem, 1.6vw, 1.6rem);}
.txt18r{font-size:1.8rem;font-size:clamp(1.6rem, 1.8vw, 1.8rem);}
.txt20r{font-size:2.0rem;font-size:clamp(1.8rem, 2.0vw, 2.0rem);}
.txt22r{font-size:2.2rem;font-size:clamp(1.8rem, 2.2vw, 2.2rem);}
.txt24r{font-size:2.4rem;font-size:clamp(2.0rem, 2.4vw, 2.4rem);}
.txt28r{font-size:2.8rem;font-size:clamp(2.2rem, 2.8vw, 2.8rem);}
.txt30r{font-size:3rem;font-size:clamp(2.5rem, 3vw, 3rem);}
.txt35r{font-size:3.5rem;font-size:clamp(2.8rem, 3.5vw, 3.5rem);}
.ls01{letter-spacing: 0.1em}
.ls02{letter-spacing: 0.2em}
.ls03{letter-spacing: 0.3em}
.tcGold01{color: #90782c}

/*section responsive*/
.sec80r{
	padding-top: clamp(50px,8vw,80px);
	padding-bottom: clamp(50px,8vw,80px);
}
.sec80rt{
	padding-top: clamp(50px,8vw,80px);
}
.sec80rb{
	padding-bottom: clamp(50px,8vw,80px);
}
.sec60r{
	padding-top: clamp(40px,6vw,60px);
	padding-bottom: clamp(40px,6vw,60px);
}
.sec60rt{
	padding-top: clamp(40px,6vw,60px);
}
.sec60rb{
	padding-bottom: clamp(40px,6vw,60px);
}
.sec40r{
	padding-top: clamp(30px,4vw,40px);
	padding-bottom: clamp(30px,4vw,40px);
}
.mar150rt{margin-top: clamp(75px,15vw,150px);}
.mar150rb{margin-bottom: clamp(75px,15vw,150px);}
.mar80rt{margin-top: clamp(50px,8vw,80px);}
.mar80rb{margin-bottom: clamp(50px,8vw,80px);}
.mar60rt{margin-top: clamp(40px,6vw,60px);}
.mar60rb{margin-bottom: clamp(40px,6vw,60px);}

/*ttl*/
.cTtl01{
  font-size: clamp(2rem,3vw,3rem);
}

/*button*/
.cBtn01{
	display: block;
	text-decoration: none;
	color: #fff;
  background :#992927;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  font-size: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}



/*非表示*/
.hLang{
	display: none;
}
a[href*="reserve"]{
	display: none !important;
}




