@charset "utf-8";

h1 {
	display: none;
}

header {
	width: 100%;
	background-color: rgba(10, 15, 58, 0.3);
	background-image: url(../images/common/bg_header.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 100%;
	/*position: fixed;*/
	position:relative;
	top: 0;
	left: 0;
	right: 0;
	height: 180px;
	z-index: 100;
}

header::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	display: block;
	background: -webkit-linear-gradient(left, rgba(10, 15, 57, 1) 0%, rgba(10, 15, 57, 1) 50%, rgba(10, 15, 57, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(10, 15, 57, 1)), color-stop(50%, rgba(10, 15, 57, 1)), to(rgba(10, 15, 57, 0)));
	background: -o-linear-gradient(left, rgba(10, 15, 57, 1) 0%, rgba(10, 15, 57, 1) 50%, rgba(10, 15, 57, 0) 100%);
	background: linear-gradient(to right, rgba(10, 15, 57, 1) 0%, rgba(10, 15, 57, 1) 50%, rgba(10, 15, 57, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0f39', endColorstr='#000a0f39', GradientType=1);
	z-index: 0;
}

header::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	display: block;
	z-index: 1;
	height: 1px;
	background: rgb(233, 230, 226);
	background: -webkit-linear-gradient(left, rgba(233, 230, 226, 1) 0%, rgba(139, 134, 137, 1) 26%, rgba(233, 230, 226, 1) 52%, rgba(139, 134, 137, 1) 88%, rgba(233, 230, 226, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(233, 230, 226, 1)), color-stop(26%, rgba(139, 134, 137, 1)), color-stop(52%, rgba(233, 230, 226, 1)), color-stop(88%, rgba(139, 134, 137, 1)), to(rgba(233, 230, 226, 1)));
	background: -o-linear-gradient(left, rgba(233, 230, 226, 1) 0%, rgba(139, 134, 137, 1) 26%, rgba(233, 230, 226, 1) 52%, rgba(139, 134, 137, 1) 88%, rgba(233, 230, 226, 1) 100%);
	background: linear-gradient(to right, rgba(233, 230, 226, 1) 0%, rgba(139, 134, 137, 1) 26%, rgba(233, 230, 226, 1) 52%, rgba(139, 134, 137, 1) 88%, rgba(233, 230, 226, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e6e2', endColorstr='#e9e6e2', GradientType=1);
}

div.header {
	margin: 0 auto;
	position: relative;
	z-index: 1;
	max-width: 1500px;
	padding: 0 20px;
	height: 120px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

div.header h2 {
	position: absolute;
	top: 10px;
	left: 20px;
	line-height: 0;
	font-size: 0;
width:35%;
}
header .alpha .vsp{
		display:none;
	}
ul.headnavi {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 0;
	line-height: 0;
	max-width: 60%;
	width: 525px;
}
ul.headnavi li{
width:22.5%;
}

ul.headnavi .mgmg{
	    float: left;
    margin-right: 15px;
}
ul.headnavi .mgmg{
line-height:49px;
font-size:15px;
color:#fff;
}

ul.headnavi .reservation {
	float: left;
	margin-right: 15px;
	/*width: 47.05882352941176%;*/
	margin-bottom: 15px;
	/*pointer-events: none;
	opacity: 0.5;*/
	background-color: #000;
}

ul.headnavi .request {
	float: left;
	/*width: 47.05882352941176%;*/
	margin-bottom: 15px;
}

ul.headnavi .tel {
	clear: both;
	width: 100%;
	text-align: right;
}

.nav_btn {
	position: absolute;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	top: 16px;
	right: 10px;
	width: 35px;
	height: 24px;
	display: none;
	cursor: pointer;
}

/*.nav_btn:after {
	content: "MENU";
	display: block;
	font-size: 10px;
	width: 100%;
	position: absolute;
	bottom: -20px;
	right: 0;
	color: #fff;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
}*/

.nav_btn hr {
	width: 35px;
	background: #fff;
	height: 1px;
	position: absolute;
	border: none;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: top 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0s;
	transition: top 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0s;
	-o-transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s;
	transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s;
	transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

.nav_btn.opened hr {
	-webkit-transition: top 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0.3s;
	transition: top 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0.3s;
	-o-transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s;
	transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s;
	transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0.3s;
}

.nav_btn hr:nth-child(1) {
	top: 0;
}

.nav_btn hr:nth-child(2) {
	top: 12px;
}

.nav_btn hr:nth-child(3) {
	top: 24px;
}

.nav_btn.opened hr:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}

.nav_btn.opened hr:nth-child(2) {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	top: 10px;
}

.nav_btn.opened hr:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
}

nav.gnavi_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
}

nav.gnavi_wrap .gnavi {
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 20px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 100%;
}

nav.gnavi_wrap .gnavi li {
	float: left;
	height: 100%;
	width:10%;
	text-align: center;
}

nav.gnavi_wrap .gnavi li span{
/*border-right:1px solid #fff;*/
width:100%;
}
nav.gnavi_wrap .gnavi li:last-child{
border-right:0;
}

nav.gnavi_wrap .gnavi li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	font-size: 16px;
	line-height: 1.25;
	color: #fff;
	position: relative;
	overflow: hidden;

}

nav.gnavi_wrap .gnavi li.comingsoon a {
	pointer-events: none;
	opacity: 0.3;
}

nav.gnavi_wrap .gnavi li a::before {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33ffffff', GradientType=0);
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

nav.gnavi_wrap .gnavi li a.cr::before, body:not(.mobile) nav.gnavi_wrap .gnavi li a:hover::before {
	top: 0;
}




div.contents_wrap {
	/*padding-top: 180px;*/
	background-color: #060a21;
	overflow: hidden;
}

div.container {}

footer {
	width: 100%;
	background-color: rgba(10, 15, 58, 0.3);
	background-image: url(../images/common/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
}

footer::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	display: block;
	background: -webkit-linear-gradient(left, rgba(10, 15, 57, 0) 0%, rgba(10, 15, 57, 1) 35%, rgba(10, 15, 57, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(10, 15, 57, 0)), color-stop(35%, rgba(10, 15, 57, 1)), to(rgba(10, 15, 57, 1)));
	background: -o-linear-gradient(left, rgba(10, 15, 57, 0) 0%, rgba(10, 15, 57, 1) 35%, rgba(10, 15, 57, 1) 100%);
	background: linear-gradient(to right, rgba(10, 15, 57, 0) 0%, rgba(10, 15, 57, 1) 35%, rgba(10, 15, 57, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a0f39', endColorstr='#0a0f39', GradientType=1);
	z-index: 0;
}

div.footer {
	position: relative;
	z-index: 1;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 20px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

div.footer .nav {
	float: left;
	padding: 70px 40px;
}

div.footer .nav ul:nth-child(1) {
	float: left;
}

div.footer .nav ul:nth-child(2) {
	float: left;
	margin-left: 50px;
}
div.footer .nav ul:nth-child(3) {
	float: left;
	margin-left: 50px;
}
div.footer .nav ul:nth-child(4) {
	float: left;
	margin-left: 50px;
}

div.footer .nav ul a {
	color: #fff;
	font-size: 12px;
}

div.footer .nav ul .comingsoon a {
	opacity: 0.3;
	pointer-events: none;
}

div.footer .nav ul a:hover {
	opacity: 0.5;
}

div.footer .box {
	clear: both;
	margin-bottom: 60px;
}

div.footer .box .brand {
	float: left;
}

div.footer .box .tel {
	float: right;
	text-align: center;
	letter-spacing: -0.40em;
}

div.footer .box .tel p {
	letter-spacing: normal;
	vertical-align: middle;
	display: inline-block;
}

div.footer .box .tel p:nth-child(2) {
	padding: 0 30px;
}

.copyright {
	color: #fff;
}

address {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 10px 0;
	text-align: center;
	font-style: normal;
	font-size: 11px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.foot_fixed{
	display: none;
}

@media screen and (max-width: 1500px) {
	div.footer .nav {
		float: none;
		margin: 0 auto;
		/*max-width: 260px;*/
		max-width: 475px;
		padding: 30px;
	}
	div.footer .box .brand {
		float: none;
		text-align: center;
		margin: 0 auto 20px;
		width: 100%;
	}
	div.footer .box .tel {
		text-align: center;
		margin: 0 auto;
		float: none;
	}
}

@media screen and (max-width: 1030px) {
	div.footer .box {
		margin-bottom: 20px;
	}
	div.footer .box .tel p {
		display: block;
		width: 100%;
		padding: 0 20px;
		margin-bottom: 30px;
	}
	div.footer .box .tel p:last-child {
		margin-bottom: 0;
	}
	footer::before {
		left: -200px;
	}
}

@media screen and (max-width: 767px) {
	header {
		height: 60px;
		background-color: rgba(10, 15, 58, 1);
	position:fixed;	
	}
	div.header {
		height: 60px;
	}
	div.header h2 {
	left: 10px;
	width: /*180px*/;
	line-height: 40px;
	font-size: 5vw;
	color:#fff;
	width:auto;
	}
	header .alpha .vsp{
	display:block;
	}
	header .alpha .vpc{
	display:none;
	}
	ul.headnavi {
		display: none;
	}
	.nav_btn {
		display: block;
	}
	nav.gnavi_wrap {
		pointer-events: none;
		opacity: 0;
		top: 60px;
		bottom: auto;
		height: calc(100vh - 60px);
		/*display: -webkit-box;*/
		/*display: -ms-flexbox;*/
		/*display: flex;*/
		/*-webkit-box-pack: center;*/
		/*-ms-flex-pack: center;*/
		/*justify-content: center;*/
		/*-webkit-box-align: center;*/
		/*-ms-flex-align: center;*/
		/*align-items: center;*/
		background-color: rgba(10, 15, 58, 1);
		-webkit-transition: 0.5s all ease-in-out;
		-o-transition: 0.5s all ease-in-out;
		transition: 0.5s all ease-in-out;
	}

	.nav_open nav.gnavi_wrap {
		opacity: 1;
		pointer-events: all;
	}

	nav.gnavi_wrap .gnavi {
	margin: 20px auto;
		height: auto;
		width: 100%;
	}
	nav.gnavi_wrap .gnavi li {
		width: 100%;
		float: none;
	}
	nav.gnavi_wrap .gnavi li a{
	padding: 5px 5px;
	}
	div.contents_wrap {
		padding-top: 60px;
	}
	footer {
		background-image: none;
		background-color: #060a21;
		/*margin-bottom: 53px;*/
	}
	footer::before {
		content: none;
	}
	
	
	.foot_fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: inline-block;
    z-index: 9999;
    background-color: rgba(255,255,255,0.5);
}
	.foot_fixed ul {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px auto;
}
	.foot_fixed ul li {
    width: calc(100%/4);
    display: inline;
}
	.foot_fixed ul a:hover{
		opacity: 0.8;
	}
	
	
}

@media screen and (max-width: 600px) {
	.sp_nav li {
		width: 50%;
	}
	.sp_nav li.inq {
		width: 100%;
	}
	div.footer .nav {
		padding: 0;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 40px;
		border-top: solid #fff 1px;
		border-left: solid #fff 1px;
	}
	div.footer .nav ul:nth-child(1) {
		float: none;
		width: 100%;
	}
	div.footer .nav ul:nth-child(2) {
		margin-left: 0;
		float: none;
		width: 100%;
	}
	div.footer .nav ul:nth-child(3) {
		margin-left: 0;
		float: none;
		width: 100%;
	}
	div.footer .nav ul:nth-child(4) {
		margin-left: 0;
		float: none;
		width: 100%;
	}
	div.footer .nav li {
		float: left;
		width: 50%;
		border-right: solid #fff 1px;
		border-bottom: solid #fff 1px;
	}
	div.footer .nav li a {
		padding: 10px;
		text-align: center;
		display: block;
	}
}

@media screen and (max-width: 375px){
	.foot_fixed ul li img{
		width: 20%;
	}
}



.snav {
/*padding: 0 20px;*/
/*margin: 0 auto 60px;*/
width: 100%;
z-index: 1000;
display:none;
background-color: rgba(10, 15, 58, 1);
}

.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
display:block;
height:60px;
}



.s_header_box .alpha .vsp{
display:none;
}
.s_header_box .alpha .vpc{

}
.s_header_box ul.headnavi {
display: none;
}
.s_header_box .nav_btn {
display: block;
}
.s_header_box nav.gnavi_wrap {
	pointer-events: none;
	opacity: 0;
	top: 60px;
	bottom: auto;
	height: calc(100vh - 60px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(10, 15, 58, 1);
	-webkit-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
 .nav_open nav.gnavi_wrap {
	opacity: 1;
	pointer-events: all;
}

.s_header_box nav.gnavi_wrap .gnavi {
	height: auto;
	width: 100%;
}
.s_header_box nav.gnavi_wrap .gnavi li {
	width: 100%;
	float: none;
}
.s_header_box nav.gnavi_wrap .gnavi li a{
padding: 10px 10px;
}


.s_header_box {
	width: 100%;
	background-color: rgba(10, 15, 58, 0.3);
	background-image: url(../images/common/bg_header.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 100%;
height: 60px;
margin:0 auto;
}

.s_header_box::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	display: block;
	background: -webkit-linear-gradient(left, rgba(10, 15, 57, 1) 0%, rgba(10, 15, 57, 1) 50%, rgba(10, 15, 57, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(10, 15, 57, 1)), color-stop(50%, rgba(10, 15, 57, 1)), to(rgba(10, 15, 57, 0)));
	background: -o-linear-gradient(left, rgba(10, 15, 57, 1) 0%, rgba(10, 15, 57, 1) 50%, rgba(10, 15, 57, 0) 100%);
	background: linear-gradient(to right, rgba(10, 15, 57, 1) 0%, rgba(10, 15, 57, 1) 50%, rgba(10, 15, 57, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0f39', endColorstr='#000a0f39', GradientType=1);
	z-index: 0;
}

.s_header_box::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	display: block;
	z-index: 1;
	height: 1px;
	background: rgb(233, 230, 226);
	background: -webkit-linear-gradient(left, rgba(233, 230, 226, 1) 0%, rgba(139, 134, 137, 1) 26%, rgba(233, 230, 226, 1) 52%, rgba(139, 134, 137, 1) 88%, rgba(233, 230, 226, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(233, 230, 226, 1)), color-stop(26%, rgba(139, 134, 137, 1)), color-stop(52%, rgba(233, 230, 226, 1)), color-stop(88%, rgba(139, 134, 137, 1)), to(rgba(233, 230, 226, 1)));
	background: -o-linear-gradient(left, rgba(233, 230, 226, 1) 0%, rgba(139, 134, 137, 1) 26%, rgba(233, 230, 226, 1) 52%, rgba(139, 134, 137, 1) 88%, rgba(233, 230, 226, 1) 100%);
	background: linear-gradient(to right, rgba(233, 230, 226, 1) 0%, rgba(139, 134, 137, 1) 26%, rgba(233, 230, 226, 1) 52%, rgba(139, 134, 137, 1) 88%, rgba(233, 230, 226, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e6e2', endColorstr='#e9e6e2', GradientType=1);
}

.s_header_box .s_header {
	margin: 0 auto;
	position: relative;
	z-index: 1;
	max-width: 1500px;
	/*padding: 0 20px;*/
	/*height: 120px;*/
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
height: 60px;
}

.s_header_box .s_header h2 {
	position: absolute;
	top: 10px;
	left: 20px;
line-height: 40px;
font-size: 30px;
color:#fff;
}
.s_header_box ul.headnavi {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 0;
	line-height: 0;
	max-width: 455px;
	width: 100%;
}

.s_header_box ul.headnavi .mgmg{
	    float: left;
    margin-right: 15px;
}

.s_header_box　ul.headnavi .reservation {
	float: left;
	margin-right: 15px;
	/*width: 47.05882352941176%;*/
	margin-bottom: 15px;
	/*pointer-events: none;
	opacity: 0.5;*/
	background-color: #000;
}

.s_header_box　ul.headnavi .request {
	/*float: right;
	width: 47.05882352941176%;*/
	margin-bottom: 15px;
}

.s_header_box　ul.headnavi .tel {
	clear: both;
	width: 100%;
	text-align: center;
}

.s_header_box　.nav_btn {
	position: absolute;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	top: 10px;
	right: 10px;
	width: 35px;
	height: 24px;
	display: none;
	cursor: pointer;
}

.s_header_box .s_header_p{
	position: absolute;
	top: 10px;
	right: 60px;
}


.s_header_box　.nav_btn:after {
	content: "MENU";
	display: block;
	font-size: 10px;
	width: 100%;
	position: absolute;
	bottom: -20px;
	right: 0;
	color: #fff;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.s_header_box　.nav_btn hr {
	width: 35px;
	background: #fff;
	height: 2px;
	position: absolute;
	border: none;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: top 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0s;
	transition: top 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0s;
	-o-transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s;
	transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s;
	transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

.s_header_box　.nav_btn.opened hr {
	-webkit-transition: top 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0.3s;
	transition: top 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0.3s;
	-o-transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s;
	transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s;
	transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0.3s;
}

.s_header_box　.nav_btn hr:nth-child(1) {
	top: 0;
}

.s_header_box　.nav_btn hr:nth-child(2) {
	top: 12px;
}

.s_header_box　.nav_btn hr:nth-child(3) {
	top: 24px;
}

.s_header_box　.nav_btn.opened hr:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}

.s_header_box　.nav_btn.opened hr:nth-child(2) {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	top: 10px;
}

.s_header_box .nav_btn.opened hr:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
}

.s_header_box　nav.gnavi_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
}

.s_header_box　nav.gnavi_wrap .gnavi {
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 20px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 100%;
}

.s_header_box　nav.gnavi_wrap .gnavi li {
	float: left;
	height: 100%;
	width:10%;
	text-align: center;
}

.s_header_box　nav.gnavi_wrap .gnavi li span{
/*border-right:1px solid #fff;*/
width:100%;
}
.s_header_box　nav.gnavi_wrap .gnavi li:last-child{
border-right:0;
}

.s_header_box　nav.gnavi_wrap .gnavi li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	font-size: 14px;
	line-height: 1.25;
	color: #fff;
	position: relative;
	overflow: hidden;

}

.s_header_box　nav.gnavi_wrap .gnavi li.comingsoon a {
	pointer-events: none;
	opacity: 0.3;
}

.s_header_box　nav.gnavi_wrap .gnavi li a::before {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33ffffff', GradientType=0);
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

.s_header_box　nav.gnavi_wrap .gnavi li a.cr::before, body:not(.mobile) .s_header_box　nav.gnavi_wrap .gnavi li a:hover::before {
	top: 0;
}


.s_contact{
position:fixed;
right:0;
top:180px;
}
.s_contact ul li{
margin-bottom:20px;
}
.s_contact ul li:last-child{
margin-bottom:0;
}



/*new表示 有効で「new表示」*/
/*nav.gnavi_wrap .gnavi li:nth-child(1) a:after,/*トップ*/
/*nav.gnavi_wrap .gnavi li:nth-child(2) a:after,/*アクセス*/
/*nav.gnavi_wrap .gnavi li:nth-child(3) a:after,/*ロケーション
/*nav.gnavi_wrap .gnavi li:nth-child(4) a:after,/*デザイン*/
/*nav.gnavi_wrap .gnavi li:nth-child(5) a:after,/*プラン*/
/*nav.gnavi_wrap .gnavi li:nth-child(6) a:after,/*モデルルーム*/
/*nav.gnavi_wrap .gnavi li:nth-child(7) a:after,/*設備*/
/*nav.gnavi_wrap .gnavi li:nth-child(8) a:after,/*品質*/
/*nav.gnavi_wrap .gnavi li:nth-child(9) a:after,/*分譲実績*/
/*nav.gnavi_wrap .gnavi li:nth-child(10) a:after/*物件概要*/{
content:"更 新";
color:#fff;
background:#9c1e22;
position:absolute;
bottom:0;
left:0;
width:90%;
margin:0 5%;
padding:2px 0 2px;
line-height:1em;
font-size:14px;
box-sizing:border-box;
}

/*.snav nav.gnavi_wrap .gnavi li:nth-child(1) a:after,/*トップ*/
/*.snav nav.gnavi_wrap .gnavi li:nth-child(2) a:after,/*アクセス*/
/*.snav nav.gnavi_wrap .gnavi li:nth-child(3) a:after,/*ロケーション
/*.snav nav.gnavi_wrap .gnavi li:nth-child(4) a:after,/*デザイン*/
/*.snav nav.gnavi_wrap .gnavi li:nth-child(5) a:after,/*プラン*/
/*.snav nav.gnavi_wrap .gnavi li:nth-child(6) a:after,/*モデルルーム*/
/*.snav nav.gnavi_wrap .gnavi li:nth-child(7) a:after,/*設備*/
/*.snav nav.gnavi_wrap .gnavi li:nth-child(8) a:after,/*品質*/
/*.snav nav.gnavi_wrap .gnavi li:nth-child(9) a:after,/*分譲実績*/
/*.snav nav.gnavi_wrap .gnavi li:nth-child(10) a:after,/*物件概要*/
/*.snav nav.gnavi_wrap .gnavi li:nth-child(11) a:after/*工事進捗状況*/{
content:"更 新";
color:#fff;
background:#9c1e22;
position:absolute;
bottom:0;
left:-8%;
width:10%;
margin:0 40%;
padding: 10px 10px;
line-height:1em;
font-size:14px;
box-sizing:border-box;
text-align:center;
}
@media screen and (max-width: 767px) {
/*nav.gnavi_wrap .gnavi li:nth-child(1) a:after,/*トップ*/
/*nav.gnavi_wrap .gnavi li:nth-child(2) a:after,/*アクセス*/
/*nav.gnavi_wrap .gnavi li:nth-child(3) a:after,/*ロケーション
/*nav.gnavi_wrap .gnavi li:nth-child(4) a:after,/*デザイン*/
/*nav.gnavi_wrap .gnavi li:nth-child(5) a:after,/*プラン*/
/*nav.gnavi_wrap .gnavi li:nth-child(6) a:after,/*モデルルーム*/
/*nav.gnavi_wrap .gnavi li:nth-child(7) a:after,/*設備*/
/*nav.gnavi_wrap .gnavi li:nth-child(8) a:after,/*品質*/
/*nav.gnavi_wrap .gnavi li:nth-child(9) a:after,/*分譲実績*/
/*nav.gnavi_wrap .gnavi li:nth-child(10) a:after,/*物件概要*/
/*nav.gnavi_wrap .gnavi li:nth-child(11) a:after/*工事進捗状況*/{
content:"更 新";
color:#fff;
background:#9c1e22;
position:absolute;
bottom:0;
left:-30%;
width:15%;
margin:0 40%;
padding: 5px 0;
line-height:1em;
font-size:14px;
box-sizing:border-box;
text-align:center;
}	
}



/*完売対応*/
/*nav.gnavi_wrap .gnavi li:nth-child(1) a,/*トップ*/
nav.gnavi_wrap .gnavi li:nth-child(2) a,/*アクセス*/
nav.gnavi_wrap .gnavi li:nth-child(3) a,/*ロケーション*/
nav.gnavi_wrap .gnavi li:nth-child(4) a,/*デザイン*/
nav.gnavi_wrap .gnavi li:nth-child(5) a,/*プラン*/
nav.gnavi_wrap .gnavi li:nth-child(6) a,/*モデルルーム*/
nav.gnavi_wrap .gnavi li:nth-child(7) a,/*設備*/
nav.gnavi_wrap .gnavi li:nth-child(8) a,/*品質*/
/*nav.gnavi_wrap .gnavi li:nth-child(9) a,/*分譲実績*/
nav.gnavi_wrap .gnavi li:nth-child(10) a/*物件概要*/{
pointer-events:none;
opacity:0.6;
}
.headnavi a{
pointer-events:none;
opacity:0.6;
}
/*.footer .nav ul:nth-child(1) li:nth-child(1) a,/*トップ*/
.footer .nav ul:nth-child(1) li:nth-child(2) a,/*アクセス*/
.footer .nav ul:nth-child(1) li:nth-child(3) a,/*ロケーション*/

.footer .nav ul:nth-child(2) li:nth-child(1) a,/*デザイン*/
.footer .nav ul:nth-child(2) li:nth-child(2) a,/*プラン*/
.footer .nav ul:nth-child(2) li:nth-child(3) a,/*モデルルーム*/

.footer .nav ul:nth-child(3) li:nth-child(1) a,/*設備*/
.footer .nav ul:nth-child(3) li:nth-child(2) a,/*品質*/
/*.footer .nav ul:nth-child(3) li:nth-child(3) a:after,/*分譲実績*/

.footer .nav ul:nth-child(4) li:nth-child(1) a,/*物件概要*/
.footer .nav ul:nth-child(4) li:nth-child(2) a,/*来場予約*/
.footer .nav ul:nth-child(4) li:nth-child(3) a/*資料請求*/{
pointer-events:none;
opacity:0.6;
}
.snav{
display:none;
}

/*.snav nav.gnavi_wrap .gnavi li:nth-child(1) a,/*トップ*/
.snav nav.gnavi_wrap .gnavi li:nth-child(2) a,/*アクセス*/
.snav nav.gnavi_wrap .gnavi li:nth-child(3) a,/*ロケーション*/
.snav nav.gnavi_wrap .gnavi li:nth-child(4) a,/*デザイン*/
.snav nav.gnavi_wrap .gnavi li:nth-child(5) a,/*プラン*/
.snav nav.gnavi_wrap .gnavi li:nth-child(6) a,/*モデルルーム*/
.snav nav.gnavi_wrap .gnavi li:nth-child(7) a,/*設備*/
.snav nav.gnavi_wrap .gnavi li:nth-child(8) a,/*品質*/
/*.snav nav.gnavi_wrap .gnavi li:nth-child(9) a,/*分譲実績*/
.snav nav.gnavi_wrap .gnavi li:nth-child(10) a,/*物件概要*/
.snav nav.gnavi_wrap .gnavi li:nth-child(11) a/*工事進捗状況*/{
pointer-events:none;
opacity:0.6;
}
@media screen and (max-width: 767px) {
/*nav.gnavi_wrap .gnavi li:nth-child(1) a,/*トップ*/
nav.gnavi_wrap .gnavi li:nth-child(2) a,/*アクセス*/
nav.gnavi_wrap .gnavi li:nth-child(3) a,/*ロケーション*/
nav.gnavi_wrap .gnavi li:nth-child(4) a,/*デザイン*/
nav.gnavi_wrap .gnavi li:nth-child(5) a,/*プラン*/
nav.gnavi_wrap .gnavi li:nth-child(6) a,/*モデルルーム*/
nav.gnavi_wrap .gnavi li:nth-child(7) a,/*設備*/
nav.gnavi_wrap .gnavi li:nth-child(8) a,/*品質*/
/*nav.gnavi_wrap .gnavi li:nth-child(9) a:after,/*分譲実績*/
nav.gnavi_wrap .gnavi li:nth-child(10) a,/*物件概要*/
nav.gnavi_wrap .gnavi li:nth-child(11) a/*工事進捗状況*/{
pointer-events:none;
opacity:0.6;
}


.foot_fixed{
display:none;
}
}

