@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;

}
}
@media print, screen and (min-width: 751px) {
#nv_box{
	display: block;
	
}
}

@media print, screen and (max-width: 750px) {
.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: block;
	
	clear: both;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	margin: 0;
	padding: 10px 0 7px;
	padding: 0;
	/* background: #fff; */
	
	font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: bold;
}
}
@media print, screen and (max-width: 750px) {
.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 );
}	
}
*/

@media print, screen and (max-width: 750px) {
.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: 751px) {
.nv_flex1{
	clear: both;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	
	display: flex;
	/*justify-content: space-between; /* 均等配置 */
	justify-content: center; /* センター */
	align-items: center;
	list-style: none;
}
}



@media print, screen and (max-width: 750px) {
.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: 751px) {
.nv_btn3{
	display: none;
}
}


@media print, screen and (min-width: 751px) {
/* 各メニューアイテム */
.nv_btn1 {
	clear: both;
	width: auto;
	height: 70px;
	margin: 0;
	padding: 0;
	/*flex: 1; /* 均等に広げる */
	text-align: center;
	position: relative;
	min-width: 70px; /* 文字が詰まりすぎないように */
	padding: 0 30px;

/*	background: rgba(35,204,141,1.00);*/
}


/* ナビゲーションリンク */
.nv_btn1 a {
	clear: both;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	position: relative;
	
	text-decoration: none;
	color: #000;
	/*	 color: #fff;*/
	font-weight: bold;
	display: flex;
	flex-direction: column;
/*	align-items: center;*/
	justify-content: center;
	font-size: 14px;
	transition: color 0.3s;
}

/* 下線アニメーション */
.gnv_bar3 {
    width: 0;
    height: 2px;
    background-color: #fff;
	 background-color:rgba(183,136,101,1.00);
    position: absolute;
    bottom: -5px; /* テキストの下に配置 */
	 bottom: -7px; /* テキストの下に配置 */
	 bottom: 0;
    left: 50%;
	transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

/* ホバー時 & アクティブ時にバーを100%に */
.nv_btn1:hover .gnv_bar3,
.nv_btn1.on .gnv_bar3 {
    width: 100%;
	 width: 70px;
    left: 0;
	 left: 50%;
	 transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
	 
}
.nv_btn1.off {
    opacity: 0.3;
    pointer-events: none; /* クリック無効化 */
}

}




@media print, screen and (max-width: 750px) {
.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;
}
}
@media print, screen and (min-width: 751px) {
.nv_hr{
	display: none;
}
}

@media print, screen and (max-width: 750px) {
.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;
}
*/
}
@media print, screen and (min-width: 751px) {
.nv_space1,
.nv_space2,
.nv_space3{
	display: none;
}
}






@media print, screen and (max-width: 750px) {
.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: "Zen Old Mincho" , 'ＭＳ Ｐ明朝', '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: "Zen Old Mincho" , 'ＭＳ Ｐ明朝', '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: 751px) {
/* 日本語テキスト */
.nv_txt1{
	font-family: "Zen Old Mincho" , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;

	font-size: 13px;
	font-weight: normal;
}
/* 英語テキスト */
.nv_txt2{
	font-family: "Zen Old Mincho" , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;

	font-size: 11px;
	color: #000;
	/*	color: #fff;*/
	font-weight: normal;
	letter-spacing: 0.12em;
}
}








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



}
*/

/*
.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: "Zen Old Mincho" , 'ＭＳ Ｐ明朝', '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;
}
}




