@charset "UTF-8";
/***

メニューボタン

***/
@media print, screen and (max-width: 750px) {
#nv_box{
	width:100%;
	height:100%;
	position:fixed;
	top: 0;
	left: 0;

	z-index:9999;
	display:none;
	background-color: #fff;
	
/*
	background: #a1d8e2;
	background-image: linear-gradient( 0, #a1d8e2 0, #72c7cd 100%);
*/
	
	
}
}
@media print, screen and (min-width: 751px) {
#nv_box{
	display:none;
}
}



.nv_flex-center{
	clear: both;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	
	
}
@media print, screen and (min-width: 751px) {
.nv_flex-center{
	display: none;
	
}
}

.nv_box840{
	clear: both;
	width: 87.5%;/*420*/
	width: 91.667%;/*440*/
	max-width: 840px;
	height: 100%;
	height: calc( 100% - 90px );
	height: auto;
	margin: 0 auto;
	padding: 0;
/*	background: rgba(170,171,109,1.00);*/
}
@media print, screen and (min-width: 1001px) {
.nv_box840{
	height: calc( 100% - 110px );
}	
}


.nv_flex1{
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	/*align-content複数行にした時の揃え*/
	align-content: center;
	align-content: space-between;
/*	align-content: flex-start;*/
	/*align-items垂直方向の揃え*/
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	
/*	background: rgba(120,210,167,1.00);*/
}
@media print, screen and (min-width: 801px) {
.nv_flex1{
	align-content: center;
/*	background:rgba(152,168,97,1.00);*/
}
}


.nv_btn1{
	clear: both;
	width: 47.728%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	
/*	background: rgba(208,130,224,1.00);*/
}
.nv_btn1.m01{
	width: 100%;
}
.nv_btn1.off{
	opacity: 0.3;
	pointer-events: none; /* クリック無効化 */
}
.nv_btn1.on{
	background:rgba(235,235,235,0.6);
}
.nv_btn1.on .nv_txt1,
.nv_btn1.on .nv_txt2{
	color: rgba(128,4,0,1.00);
	color:rgba(0,71,98,1.00);
}
.nv_btn2{
	clear: both;
	width: calc(( 100% - 2px ) / 3 );
	height: auto;
	margin: 0;
	padding: 0;
	
	border: none;
	border-right: 1px solid #fff;
	
/*	background: rgba(208,130,224,1.00);*/
}
.nv_btn2.m01{
	border-right: none;
}
.nv_btn3{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,1.00);
}
.nv_btn1 a,
.nv_btn2 a,
.nv_btn3 a{
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	position: relative;
}
@media print, screen and (min-width: 801px) {
.nv_btn1,
.nv_btn3{
	clear: both;
	width: 47.62%;
	max-width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
}
.nv_btn3{
	background: rgba(255,255,255,1.00);
}
.nv_btn3.reserve01{
	width: 100%;
	max-width: 1100px;
}
	
}
.nv_hr{
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-bottom: none;
	border-top: 1px solid #fff;
	border-top: 1px solid #999;
	border-collapse: collapse;
	font-size: 0;
}
.nv_space1{
	clear: both;
	width: 100%;
	height: 3vh;
	height: 2vh;
	height: 3.2vh;
	margin: 0;
	padding: 0;
}
.nv_space2,
.nv_space3{
	clear: both;
	width: 100%;
	height: 4vh;
	height: 2.8vh;
	height: 2.0vh;
	margin: 0;
	padding: 0;
}
.nv_space3{
	height: 1.6vh;
}
.nv_space4{
	clear: both;
	width: 100%;
	height: 1vh;
	margin: 0;
	padding: 0;
}
.nv_space5{
	clear: both;
	width: 100%;
	height: 1.8vh;
	margin: 0;
	padding: 0;
}
.nv_txt1,
.nv_txt2{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}

.nv_txt1{
	height: 30px;
	height: 4vh;
	height: 3vh;
/*	font-family: 'Minion Pro Regular';*/
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-size: 22px;
	font-size: 5.5vw;
	font-size: 5.1vw;
	font-size: 3.85vw;
	font-size: 3.65vw;
	
	font-style: normal;
   font-weight: normal;
	
	line-height: 100.1%;
	text-align: center;
	color: #515151;
	font-feature-settings: "palt";/*（自動カーニング）*/
	letter-spacing: 0.15em;
}
.nv_txt1.c01{
	height: 30px;
	height: 4vh;
	color: #bc7977;
	font-size: 4.5vw;
}
.nv_txt1.c02{
	height: 30px;
	height: 4vh;
	color: #66baa8;
}
.nv_txt1.c03{
	height: 30px;
	height: 4vh;
	color: #9D1416;
}
.nv_txt2{
	height: 30px;
	height: 26px;
	height: 4vh;
/*	height: 3vh;*/
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-size: 14px;
	font-size: 3.5vw;
	font-size: 3vw;
	font-size: 2.65vw;
	
	font-style: normal;
    font-weight: normal;
	
	line-height: 100.1%;
	text-align: center;
	color: #888;
	font-feature-settings: "palt";/*（自動カーニング）*/
	letter-spacing: 0.01em;
}
.nv_txt2.c01{
	height: auto;
	color: #bc7977;
}
.nv_txt2.c02{
	height: auto;
	color: #66baa8;
}
.nv_txt2.c03{
	height: auto;
	color: #9D1416;
}


@media print, screen and (min-width: 801px) {
.nv_space1{
	height: 30px;
}
.nv_space2{
	height: 50px;
	height: 30px;
}
.nv_space3{
	height: 40px;
	height: 30px;
}


.nv_txt1{
	font-size: 26px;
}
.nv_txt1.c01{
	color: #bc7977;
}
.nv_txt1.c02{
	color: #66baa8;
}
.nv_txt2{
	font-size: 16px;
	height: 30px;
}
.nv_txt2.c01{
	height: auto;
	color: #bc7977;
}
.nv_txt2.c02{
	height: auto;
	color: #66baa8;
}
}

.nv_btn1.on1 .nv_txt1,
.nv_btn1.on1 .nv_txt2,
.nv_btn2.on1 .nv_txt1,
.nv_btn2.on1 .nv_txt2{
	color: #FFFF88;
	color: rgba(138,0,2,1.00);
	color: #000;
	color: rgba(0,51,68,1.00);
}

.sns_box1{
	clear: both;
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
}
.sns_btn1{
	width: 36px;
	height: auto;
	margin: 0 9px;
	padding: 0;
}
@media print, screen and (min-width: 1001px) {
.nv_fr2{
	float: right;
}
.nv_fr2 .sns_box1{
	width: 129px;
	height: auto;
	justify-content: space-between;
}

.nv_fr2 .sns_btn1{
	margin: 0;
	padding: 0;
}
}



.nav_newbg{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -1.7em;
	top: -0.8em;
	left: 0;
}
.nav_new{
	width: 15%;
	height: auto;
	margin: 0 auto;
	padding: 3px 12px 3px 10px;
	
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-weight: 700;
	text-align:center;
	
	font-size:12px;
	font-size:2.1vw;
	line-height:100.1%;
	color:#fff;
	background: #800000;
	letter-spacing: 0.2em;
	
}

@media print, screen and (min-width: 801px) {
.nav_newbg{
	top: 0;
	top: -0.8em;
	left: 0;
}
.nav_new{
	font-size:11px;
}
}




