@charset "UTF-8";

/* reset.css */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, 
p, a, img, dl, dt, dd, ol, ul, li, label, table, 
tbody, tr, th, td,figure,figcaption{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-weight: normal;
	vertical-align: baseline;
	box-sizing: border-box;
}

address {
	font-style: normal;
}

body {
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	color:#212529;
	overflow-x: hidden;
}

ol,ul {
	list-style: none;
	font-size:0;
}

li {
	font-size:16px;
}

table, td, th {
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: none;
	text-decoration: none;
	display:block;
	color:#434242;
}

a:hover {
	text-decoration: none;
}

img {
	max-width:100%;
	vertical-align: top;
}

input[type="search"],input[type="button"],input[type="text"],input[type="submit"],[type="reset"],input[type="tel"],input[type="email"] {
	-webkit-appearance: none;
	border-radius:0;
	border: none;
	padding: 0;
	cursor: pointer;
}
/*Smartphone only call*/
@media screen and (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;}}

/*＝＝＝＝＝＝common＝＝＝＝＝＝＝＝*/

.sp {
	display: none!important;
}

.tb {
	display: none;
}

.floatL {
	float:left;
}

.floatR {
	float:right;
}

.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.topAlignment{
	align-items: flex-start!important;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a:hover {
	opacity: 0.7;
}

/*＝＝＝＝＝＝header＝＝＝＝＝＝＝＝*/
.header {
	position: fixed;
	background-color: #fff;
	width: 100%;
	padding: 0px 0 10px;
	z-index: 998;
	color: #000;
}
.headerWrap {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
}
.headerWrap .head_logo {
	max-width: 290px;
	width: 100%;
	margin: 10px auto 0px 18px;
}

/*予告*/
/*header .yokoku_info{
	max-width: 125px;
	margin: auto 30px;
}
header .yokoku_info .yokoku_h2{
	width: 125px;
	height: 14px;
	margin-bottom: 0;
	font-size: 12px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .yokoku_info .yokoku_p{
	margin-top: 3%;
	font-size: 7px;
	line-height: 1.1;
	text-align: justify;
	letter-spacing: -.5px;
}*/
.headerWrap .headerNav {
	display: flex;
}
.headerWrap .headerNav .gnavi {
	display: flex;
/*	align-items: center;*/
	max-width: 1200px;
}
.headerWrap .headerNav .gnavi li.outline,
.headerWrap .headerNav .gnavi li.map {
	display: none;
}
.headerWrap .headerNav .gnavi li{
	width: 170px;
	padding: 0.5em 1em;
	border-right: solid 1px #ccc;
	text-align: center;
	font-size: min(0.85vw,12px);
	color: #999;
}
.headerWrap .headerNav .gnavi li a {
/*	padding: 0.5em 1em;*/
	color: #222;
}
.headerWrap .headerNav .gnavi li.current a {
	color: #C9AB49;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
}
.headerWrap .headerNav .gnavi li.soon a {
	color: #ccc;
	pointer-events: none;
}
.headerWrap .headerNav .gnavi li span.en {
	font-size: 10px;
	font-size: min(1vw,14px);
	display: block;
}
.headerWrap .headerNav .gnavi li:first-child {
	border-left: solid 1px #ccc;
}
.headerWrap .headerNav .gnavi li:last-child {
	border-right: none;
}
.headerWrap .btnBlock {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.headerWrap .btnBlock .head_btnOther li:nth-child(1) {
	margin-bottom: 0.5em;
}
.headerWrap .btnBlock .head_btnOther li a {
	display: flex;
	align-items: center;
	color: #222;
}
.headerWrap .btnBlock .head_btnOther li a img {
	width: 30px;
	height: 20px;
}
.headerWrap .btnBlock .head_btnOther li a span {
	font-size: 14px;
}
.headerWrap .btnBlock .head_btnWrap a {
	background: #ccc;
	color: #fff;
	padding: 0.75em 2em;
}
.headerWrap .btnBlock .head_btnWrap a.request {
	background: #fff;
	border: 2px solid #b09800;
	width: 150px;
	margin: auto 10px;
	color: #b09800;
	font-weight: 800;
}
.headerWrap .btnBlock .head_btnWrap a.reserve {
	background: #b09800;
	border: 2px solid #b09800;
	width: 150px;
	margin: auto 10px;
	font-weight: 800;
}
.headerWrap .nav-sp {
	display: none;
}

.headerWrap .btnBlock .head_btnWrap .soon a.reserve {
	filter: brightness(0.7);
	pointer-events: none;
}

/*＝＝＝＝＝＝main＝＝＝＝＝＝＝＝*/
main {
	padding-top: 142px;
	overflow: hidden;
}
/*
main .note {
	margin: 60px auto;
}
main .note p {
	font-size: 12px;
	max-width: 1200px;
	margin: 0 auto;
}
*/
.underPage section {
	margin-top: 100px;
	padding: 100px 0;
	position: relative;
}
.underPage .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.underPage .mainVisual {
	position: relative;
}
.underPage .mainVisual .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,1);
}
.underPage .mainVisual .text .en {
	font-family: 'Lora', serif;
	font-size: 60px;
	line-height: 1.2
}
.underPage .mainVisual .text span {
	display: block;
	white-space: nowrap;
}
.underPage .leadText {
	text-align: center;
	margin: 100px auto;
}
.underPage .leadText h2 {
	color: #749885;
	font-size: 28px;
	margin-bottom: 0.5em;
     font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝＝＝*/
footer .bgColor {
    background: #fff;
    padding: 4rem 0;
}
footer .bgColor .innerBox {
	width: 96%;
    max-width: 1120px;
    margin: 0 auto;
}
#aboutSoken {
	margin: 0 auto;
}
#aboutSoken h2 {
    font-size: 42px;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
    text-align: center;
}
#aboutSoken .flexBox {
    justify-content: center;
	flex-wrap: unset;
}
#aboutSoken .flexBox li {
	width: 258px;
    margin: 0 15px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
}



.footerInner {
	margin-top: 60px;
	padding: 0 0;
}
.footerInner .operator_info{
	width: 100%;
	max-width: 1200px;
	padding: 0 3%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap:30px;
	color: #b09800;
}
.footerInner .operator_info .tel{
}
.footerInner .operator_info .tel .tel_image img{
	width: 500px;
}
.time{
	text-align: right;
	margin-top: 10px;
}
.footerInner .operator_info .footer_logo{
	display: flex;
	gap:35px;
	justify-content: space-between;
}
.soken_logo_image img{
	width: 300px;
	display: block;
}
.sotodannetsu img{
	width:160px;
	display: block;
}

.footerInner .note {
	font-size: 10px;
	width: 96%;
	max-width: 1200px;
	margin: 20px auto;
	color: #b09800;
}

.copy {
	font-size: 16px;
	font-weight: 800;
	background: #b09800;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px;
	margin: auto ;
}
.fixBtn {
	display: none;
}

.yokoku_info{
	width: 96%;
	max-width: 1200px;
	margin: 30px auto;
}

.yokoku_info .yokoku_h2 {
    font-size: 10px;
    border: 1px solid #000;
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 3px;
    letter-spacing: 3px;
}

.yokoku_info .yokoku_p{
	font-size: 10px;
}


/***フッター資料請求、来場予約***/

.page_under_button {
    background: #ffffff;
    padding: 50px 10px;
    margin: 0; 
}

.request_bunner {
	width: 100%;
	max-width: 840px;
	margin: 0 auto 30px;
	text-align: center;
}
.request_bunner img {
    width: 100%;
}
.request_bunner a {
    display: inline-flex;
}

.topfoot_btnWrap {
       display: flex; 
    justify-content:center;
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
}

.topfoot_btnWrap li {
    width: 50%;
}
.topfoot_btnWrap  a {
    display: block;
    background: #ccc;
    color: #fff;
    text-align: center;
    padding: 0.75em 2em;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.topfoot_btnWrap a.request {
    background: #cc063a;
}
.topfoot_btnWrap a.reserve {
    background: #5cb506;
}

.topfoot_btnWrap .soon a.reserve {
    filter:brightness(0.7);
	pointer-events: none;
}


/*reserve*/
.reserve_box {
	background: #C9AB49;
	transition: all 0.3s;
	margin-top: 0px;
}

.reserve_box .inner {
	width: 90%;
	margin: 0 auto;
}

.reserve_box:hover {
	background: #C1910A;
}

.reserve_box:hover a {
	opacity: 1;
}

.reserveBlock {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.reserve_box .e-en img {
	width: 100%;
}

.reserve_box .e-jp {
	font-size: min(3.3vw,40px);
	font-weight: bold;
	color: #fff;
	padding-right: 163px;
	position: relative;
}

.reserve_box .e-jp:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 143px;
	height: 16px;
	background: url("../image/common/reserve_arrow.svg") no-repeat center/contain;
	transition: all 0.3s;
}

.reserve_box:hover .e-jp:after {
	right: -20px;
}


/*＝＝＝＝＝＝header＝＝＝＝＝＝＝＝*/
.headerWrap .headerNav {
	display: flex;
	flex-direction: column-reverse;
	align-items: end;
	gap: 10px;
/*		margin-bottom: 10px;*/
}
.headerWrap .btnBlock .head_btnOther, .headerWrap .btnBlock .head_btnWrap {
	display: flex;
	text-align: center;
}
.headerWrap .btnBlock .head_btnOther {
	gap: 10px;
}
.headerWrap .btnBlock .head_btnWrap a {
	padding: 0.5em 1em;
}
.headerWrap .headerNav .gnavi li ,
.headerWrap .headerNav .gnavi li a{
	font-size: 12px;
}

#page_top {
	display: none;
	clear: both;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 70%;
	z-index: 99;
	cursor: pointer;
}









@media screen and (max-width: 1465px) {
/*＝＝＝＝＝＝main＝＝＝＝＝＝＝＝*/
	.underPage .inner {
		width: 90%;
		margin: 0 auto;
	}
/*
	main .note {
		width: 90%;
	}
*/
}

@media screen and (max-width: 1120px) {
	.headerWrap .headerNav .gnavi li {
		font-size: 12px;
	}
}



@media screen and (max-width: 1200px) {
/*＝＝＝＝＝＝header＝＝＝＝＝＝＝＝*/
    
	.header{
		padding-bottom: 0;
	}

	.headerWrap .head_logo {
		max-width: 300px;
		width: 30%;
		margin: 20px auto 10px 18px;
	}
	.headerWrap .headerNav .gnavi {
		display: none;
	}
	.headerWrap .nav-sp {
		display: block;
		background-color: #C9AB49;
	}

	.headerWrap .headerNav .gnavi li a span.en {
		font-size: 14px;
	}

	.headerWrap .btnBlock .head_btnWrap a.reserve,
	.headerWrap .btnBlock .head_btnWrap a.request{
		width: 100px;
	}


	.nav-sp, .navbar-header {
		width: 45px;
		height: 45px;
		margin: 20px 30px auto;
		display:none;
	}
	.navbar-toggle {
		display: block;
		position: relative;
		float: right;
		padding: 0;
		margin: 26%;
		background-color: transparent;
		background-image: none;
		border: none;
		border-radius: 0;
		width: 20px;
		height: 15px;
		z-index: 999;
	}
	.glyphicon-menu-hamburger {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		transform: translate(0, -50%);
		border-top: 2px solid #FFF;
	}
	.glyphicon-menu-hamburger:nth-child(2) {
		top: 50%;
		border-top: 2px solid #FFF;
	}
	.glyphicon-menu-hamburger:nth-child(3) {
		top: 100%;
		border-top: 2px solid #FFF;
	}
	.glyphicon-menu-hamburger::before {
		content: '';
	}
	.glyphicon-remove::before {
		content: '';
	}
	.navbar-toggle .glyphicon-menu-hamburger:nth-of-type(1) {
		-webkit-transform: rotate(0) scale(1, 1);
		transform: rotate(0) scale(1, 1);
		top: 0;
		border-top: 2px solid #FFF;
	}
	.navbar-toggle .glyphicon-menu-hamburger:nth-of-type(2) {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.navbar-toggle .glyphicon-menu-hamburger:nth-of-type(3) {
		-webkit-transform: rotate(0) scale(1, 1);
		transform: rotate(0) scale(1, 1);
		top: 100%;
		border-top: 2px solid #FFF;
	}
	.header.open .headerWrap .headerNav .gnavi {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		background-color: #FFF;
		position: fixed;
		z-index: 999;
		margin-top: 100px;
		top: -15px !important;
		left: 0;
		padding-right: 0;
		border: 1px solid #9b9b9b;
	}
	.header.open .headerWrap .headerNav .gnavi::before {
		content: "";
		background-color:#fff;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 200vh;
		height: 100vh;
		z-index: -1;
	}
	.header.open .headerWrap .headerNav .gnavi li {
		width: 50%;
		margin: auto;
		border-bottom: 1px solid #9b9b9b;
		padding: .5em;
		font-size: 14px;
	}
	.header.open .headerWrap .headerNav .gnavi li:nth-child(2),
	.header.open .headerWrap .headerNav .gnavi li:nth-child(4),
	.header.open .headerWrap .headerNav .gnavi li:nth-child(6),
	.header.open .headerWrap .headerNav .gnavi li:nth-child(8){
/*		border-right: 1px solid #9b9b9b;*/
/*		border-left: 1px solid #9b9b9b;*/
/*		border-right: none;*/
		
	}
	.header.open .headerWrap .headerNav .gnavi li.column1 {
		width: 100%;
		border-bottom: 1px solid #9b9b9b;
/*		border-left: 1px solid #9b9b9b;*/
		padding: .5em;
		font-size: 14px;
		border-right: none;
	}
	.header.open .headerWrap .headerNav .gnavi li a {
		font-size: 14px;
	}

	.header.open .headerWrap .headerNav .gnavi li.outline, 
	.header.open .headerWrap .headerNav .gnavi li.map {
		display: block;
	}

	.header.open .headerWrap .headerNav .gnavi li:first-child{
		border-left: none;
	}
	.header.open .headerWrap .headerNav .gnavi li:nth-child(even) {
		border-right: none;
	}
	
	.header.open .headerWrap .headerNav .gnavi li span.en{
		font-size: 14px;
	}
	
	.header.open .navbar-toggle .glyphicon-menu-hamburger:nth-of-type(1) {
		-webkit-transform: rotate(45deg) scale(1, 1);
		transform: rotate(45deg) scale(1, 1);
		top: 50%;
		transition-duration: .3s;
	}
	.header.open .navbar-toggle .glyphicon-menu-hamburger:nth-of-type(2) {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		transition-duration: .3s;
	}
	.header.open .navbar-toggle .glyphicon-menu-hamburger:nth-of-type(3) {
		-webkit-transform: rotate(-45deg) scale(1, 1);
		transform: rotate(-45deg) scale(1, 1);
		top: 50%;
		transition-duration: .3s;
	}
	.headerWrap .headerNav {
		margin-bottom: 0;
	}
	.headerWrap .btnBlock .head_btnOther, 
	.headerWrap .btnBlock .head_btnWrap {
		/*display: block;*/
	}
	.headerWrap .btnBlock .head_btnOther{
		display: none;
	}
	.headerWrap .btnBlock .head_btnWrap a {
		padding: 0.6em 1em;
	}
	
	/*予告*/
	header .yokoku_info{
		max-width: 110px;
		margin: auto 30px;
		position: absolute;
		top: 30%;
		left: 320px;
	}
	header .yokoku_info .yokoku_h2{
		width: 110px;
		height: 14px;
		font-size: 10px;
		border: 1px solid #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header .yokoku_info .yokoku_p{
		margin-top: 1%;
		font-size: 10px;
		line-height: 1.1;
		text-align: justify;
	}

}






@media screen and (max-width: 768px) {
/*＝＝＝＝＝＝common＝＝＝＝＝＝＝＝*/
	body {
		overflow-x: hidden;
	}
	.pc {
		display: none!important;
	}
	.tb {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	.sp, .tb {
		display: block!important;
	}
	p.spLeft {
		text-align: left;
	}

/*＝＝＝＝＝＝header＝＝＝＝＝＝＝＝*/
	.header {
		height: 45px;
		background-color: #fff;
	}
	
	.headerWrap .head_logo {
		max-width: 145px;
		margin: 10px auto 0px 18px;
}
	.headerWrap .btnBlock {
		display: none;
	}
	.nav-sp, .navbar-header {
		margin: 8px 30px auto;
		margin: 0px 0px auto;
	}
	.header.open .headerWrap .headerNav .gnavi {
		margin-top: 45px;
	}

/*＝＝＝＝＝＝main＝＝＝＝＝＝＝＝*/
	
	main {
		padding-top: 40px;
	}

	
	.underPage section {
		margin-top: 80px;
		padding: 60px 0;
	}
	.underPage .mainVisual .text .en {
		font-size: 8vw;
	}
	.underPage .leadText {
		margin: 60px auto;
	}
	.underPage .leadText p {
		text-align: left;
	}
	
/*＝＝＝＝＝＝footer＝＝＝＝＝＝＝＝*/
	footer {
		margin-bottom: 70px;
	}
	footer .bgColor {
		padding: 2rem 0;
	}
	#aboutSoken h2 {
		margin: 0 auto 1rem;
		font-size: 120%;
	}
	#aboutSoken .flexBox li {
		width: 32%;
		margin: 0 2% 2% 0;
		box-sizing: border-box;
	}

	/*footerInner*/
	.footerInner .operator_info{
		flex-direction: column;
		text-align: center;
	}
	.tel_image{
		margin: 3% 5%;
	}
	.time{
		text-align: center;
		font-size: 13px;
	}
	.footerInner .operator_info .tel .tel_image img{
		max-width: 500px;
		width: 100%;
	}
	.footerInner .operator_info .footer_logo{
		flex-wrap: wrap;
		justify-content: center;
		width: 65%;
		margin: auto;
	}
	.footerInner .note{
		margin: 5%;
		line-height: 1.2;
		width: auto;
	}
	.copy{
		font-size: 12px;
	}
	
	.yokoku_info{
		width: 90%;
		margin: 40px auto 0;
	}

	.yokoku_info .yokoku_h2 {
		padding: 0px 15px;
	}
	
	
/*
	.footerInner .tel span {
		font-size: 10vw;
	}
    
    .footerInner .tel a {
    pointer-events: auto;
}
    
	.footerInner ul {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
	}
	.footerInner ul li {
		margin: 1.5em 0.2em 0.5em;
        width: 65%;
	}
    .footerInner ul li.year {
		margin: 1.5em 1em 0.5em;
        width: 30%;
	}
    
    .footerInner ul.year li {
    margin: 1.5em 0 0.5em;
    width: 100%;
}
*/
    
	.spNav {
		margin: 30px auto 0;
		width: 94%;
		position: relative;
		z-index: 0;
	}
	.spNav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 0 10px;
	}
	.spNav ul li {
		width: calc(100% / 2);
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		border-top: none;
		padding: 0;
		color: #fff;
		min-height: unset;
		position: relative;
	}
	.spNav ul li a {
		font-size: 14px;
		padding: 0;
		letter-spacing: -1px;
		text-indent: 0;
		height: auto;
		display: block;
		color: #fff;
	}
	.spNav ul li.soon a {
		pointer-events: none;
	}
    
	.spNav ul li:nth-child(1) a, .spNav ul li:nth-child(2) a, .spNav ul li:nth-child(4) a, .spNav ul li:nth-child(6) a, .spNav ul li:nth-child(8) a {
		padding: 0;
	}
	.spNav ul li figure {
		position: relative;
		overflow: hidden;
		margin: 0;
	}
	.spNav ul li figcaption {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		-webkit-transition: .3s;
		transition: .3s;
	}
	.spNav ul li figcaption p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
        width: 100%;
		text-align: center;
		font-size: 3.5vw;
		letter-spacing: 0.05em;
	}
	.spNav ul li figcaption p span {
		display: block;
		font-size: 10px;
		letter-spacing: 0;
		margin-top: 3%;
	}
	.spNav ul li.soon a {
		color: #a39797;
	}
	.spNav ul li.soon figcaption {
		background: rgba(0, 0, 0, 0.6);
	}
	.fixBtn {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.fixBtn ul {
		display: flex;
	}
	.fixBtn ul li {
		width: calc(100% / 4);
	}
	.fixBtn ul li:nth-child(2) {
		background: #808080;
	}
	.fixBtn ul li:nth-child(1) {
		background: #C9AB49;
	}
	.fixBtn ul li:nth-child(3),
	.fixBtn ul li:nth-child(4) {
		background: #fff;
	}
	.fixBtn ul li:nth-child(3) a,
	.fixBtn ul li:nth-child(4) a {
		color: #222;
		border-right: solid 1px #ccc;
	}
	.fixBtn ul li a {
		color: #fff;
		text-align: center;
		padding: 0.5em;
		border-right: solid 1px #fff;
	}
	.fixBtn ul li:last-child a {
		border-right: none;
	}
	.fixBtn ul li a span {
		display: block;
		font-size: 12px;
	}
	.fixBtn ul li a img {
		width: 30px;
		margin-bottom: 0.25em;
	}
	
	.fixBtn ul li.soon {
		filter: brightness(0.7);
	}
	
	.fixBtn ul li.soon a {
		pointer-events: none;
	}
	
	/*reserve*/
	.reserve_box {
		margin-top: 0px;
	}

	.reserve_box .inner {
		width: 90%;
	}

	.reserveBlock {
		height: 54px;
	}

	.reserve_box .e-en img {
		max-width: 158px;
	}

	.reserve_box .e-jp {
		font-size: min(4vw,30px);
		padding-right: 61px;
	}

	.reserve_box .e-jp:after {
		width: 51px;
		height: 6px;
	}

	.reserve_box:hover .e-jp:after {
		right: -3%;
	}

	.topfoot_btnWrap {
		display: block;
		width: 80%;
		max-width: inherit;
		margin: 0 auto;
	}
	.topfoot_btnWrap li {
		width: 100%;
		margin-bottom: 20px;
	}
	.topfoot_btnWrap a {
		font-size: 18px;
	} 

	#page_top {
		bottom: 8em;
	}
	
	/*予告*/
	header .yokoku_info{
		max-width: 110px;
		margin: auto 30px;
		position: absolute;
		top: 5%;
		right: auto;
		left: 30%;
	}
	header .yokoku_info .yokoku_h2{
		width: 110px;
		height: 14px;
		font-size: 10px;
		border: 1px solid #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header .yokoku_info .yokoku_p{
		margin-top: 1%;
		font-size: 6px;
		line-height: 1.1;
		text-align: justify;
	}

	.header.open .headerWrap .headerNav .gnavi {
		top: 0px !important;
	}




}

@media screen and (min-width:320px) and ( max-width:767px) {
	.underPage .leadText h2 {
		font-size: 7vw;
	}
}


/*----------------------------------------
SNSボタン
----------------------------------------*/



@media screen and (max-width: 1200px) {
	
.header.open .headerWrap .headerNav .gnavi li.navSns {
    text-align: center;
	margin-top: 50px;
	width: 100%;
	border: none;
}

.header.open .headerWrap .headerNav .gnavi li.navSns h3 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
    border: none;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: bold;
	line-height: 1;
	color: #222;
}
       
.header.open .headerWrap .headerNav .gnavi li.navSns h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #222;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.header.open .headerWrap .headerNav .gnavi li.navSns h3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #222;
    border-radius: 3px;
    transform: rotate(25deg);
}

.header.open .headerWrap .headerNav .gnavi li.navSns ul {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}
	
.header.open .headerWrap .headerNav .gnavi li.navSns ul li,.headerWrap .headerNav .gnavi li.navSns ul li {
	padding: 0 20px;
	width: auto;
	border: none;
	margin: 0;
}

.header.open .headerWrap .headerNav .gnavi li.navSns ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 5px;
}
	
.header.open .headerWrap .headerNav .gnavi li.navSns ul li.snsYoutube img {
	width: 50px;
}

.header.open .headerWrap .headerNav .gnavi li.navSns ul li.snsInsta img{
	width: 45px;
}

.header.open .headerWrap .headerNav .gnavi li.navSns ul li.snsTiktok img {
	width: 45px;
}
	
	
	

	
	
}

@media screen and (min-width: 1201px) {

	.headerWrap .headerNav .gnavi li.navSns {
		display: none;
	}
	
}

/* ---------------
 * arrow
 * --------------- */
.u-arrow {
	display: inline-block;
	position: relative;
	height: 7px;
	overflow: hidden;
}

.u-arrow_mask {
	display: inline-block;
	z-index: 9;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% + 7px);
	height: 7px;
	transform: translateX(-100%);
	background-color: inherit;
}

.u-arrow_mask:before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-width: 7px 0 0 9px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	content: '';
}

a:hover .u-arrow_mask {
	animation: u-arrow 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	will-change: transform;
}

.u-arrow:before {
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #fff 0, #fff calc(100% - 8px), #fff 50%, #fff);
	background-size: 100% 100%;
}

.u-arrow:after,
.u-arrow:before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	content: '';
}

.u-arrow:after {
	right: 0;
	width: 0;
	height: 0;
	border-width: 7px 0 0 9px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

@keyframes u-arrow {
	0% {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(calc(100% - 16px));
	}
}



/*来場予約・資料請求　2024.05.27*/

.underContactUs {
    margin: 80px auto;
}


.underContactUs h4 img,.ContactUs h4 img {
	height: 51px;
	width: auto;
}

.underContactUs h4,.ContactUs h4 {
    margin-bottom: 25px;
}

.underContactUs .textBig {
    margin-bottom: 40px;
}

.underContactUs .textBig span,.contactUs .textBig span {
    text-align: center;
    font-size: 40px;
	position: relative;
	font-weight: 900;
}

.underContactUs .textBig span:before,.contactUs .textBig span:before {
	content:"";
	position: absolute;
	width: 110%;
	height: 18px;
	bottom:2px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.underContactUs li,.contactUs li {
	text-align: center;
	width: 50%;
}

.underContactUs li a,.contactUs li a {
	display: block;
}

.underContactUs li a:hover,.contactUs li a:hover {
    opacity: 0.9;
    filter: brightness(1.1);
}

.underContactUs li a .borderBox,.contactUs li a .borderBox {
	border: 1px solid #fff;
	margin: 20px;
	padding: 56px 20px 30px;
}

.underContactUs li a .borderBox .flexBox,.contactUs li a .borderBox .flexBox {
	max-width: 630px;
	width: 90%;
	margin: 0 auto 35px;
	align-items: center;
}

.underContactUs li.contactReserve,.contactUs li.contactReserve {
	background: #979797;
	background-image: url(../image/common/bg02.png);
	background-size: 96px 90px;
}

.underContactUs li.contactReserve a,
.contactUs li.contactReserve a,
.underContactUs li.contactRequest a,
.contactUs li.contactRequest a {
	color: #fff;
}

.underContactUs li.contactRequest,.contactUs li.contactRequest {
	background: #ad9a7f;
	background-image: url(../image/common/bg04.png);
	background-size: 96px 90px;
	color: #fff;
}

.underContactUs li h5,.contactUs li h5 {
	font-size: 38px;
	margin-bottom: 10px;
	line-height: 1;
	color: #fff;
}

.underContactUs li .en,.contactUs li .en {
    font-size: 24px;
    font-weight: bold;
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothicM', 'YuGothicM', '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'ＭＳ ゴシック', sans-serif;
	width: 70%;
    margin: 5px auto;
}
@media(max-width: 768px){
	.underContactUs li .en,.contactUs li .en {
	    font-size: 12px;
	}
}

.underContactUs li .l-button_arrow,.contactUs li .l-button_arrow {
    max-width: 360px;
	width: 60%;
    margin: -32px auto 0;
}


@media screen and (max-width: 768px) {
	
	
	.underContactUs {
		margin-bottom: 40px;
	}
	
	.underContactUs h4,.contactUs h4 {
		margin-bottom: 0;
	}

	.underContactUs h4 img {
			height: 30px;
			width: auto;
	}
	
	.underContactUs .textBig,.contactUs .textBig {
		margin-bottom: 20px;
	}

	.underContactUs .textBig span,.contactUs .textBig span {
		font-size: 24px;
	}
	
	.underContactUs .textBig span:before,.contactUs .textBig span:before {
		height: 10px;
	}
	
	.underContactUs li,.contactUs li {
		width: 100%;
	}

	.underContactUs li a,.contactUs li a {
		text-align: center;
		padding: 0;
	}
	
	.underContactUs li a .borderBox,.contactUs li a .borderBox {
		margin: 10px;
		padding: 15px;
	}
	
	.underContactUs li a .borderBox .flexBox,.contactUs li a .borderBox .flexBox {
		width: 100%;
		margin: 0 auto 0;
		justify-content: space-between;
	}
	
	.underContactUs li a .borderBox .flexBox div,.contactUs li a .borderBox .flexBox div {
		width: 25%;
	}
	
	.underContactUs li .l-button_arrow,.contactUs li .l-button_arrow {
		width: 60%;
		margin: -22px auto 0;
	}
	
	.u-arrow:before {
		height: 1px;
	}
	
	.underContactUs li h5,.contactUs li h5 {
		font-size: 18px;
		letter-spacing: 2px;
		margin-bottom: 0;
	}	
	
	.underContactUs li .en,.contactUs li .en {
		width: 55px;
		line-height: 1;
		margin-bottom: 5px;
	}
	
}


@media screen and (min-width: 769px)and (max-width: 1120px) {
	
	.underContactUs li h5, .contactUs li h5 {
		font-size: 28px;
	}

	.underContactUs li .l-button_arrow, .contactUs li .l-button_arrow {
		width: 50%;
	}	
	
	
	
}


/*未コンテンツリンク　クリックできないように*/
/*
.gnavi .landplan a{
	pointer-events: none;
	opacity: 0.3;
}
.contents_wrapp.pc a[href*="landplan"]{
	pointer-events: none;
	opacity: 0.4;
}
.contents_wrapp.sp a[href*="landplan"]{
	pointer-events: none;
}
.contents_wrapp.sp a[href*="landplan"] img{
	opacity: 0.4;
}

.spNav.sp a[href*="landplan"]{
	pointer-events: none;
	opacity: 0.5;
}
*/
/* Container----------------------------------- */
.w90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.w1000{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.w1200{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.sec60{
	padding-top:60px;
	padding-bottom:60px;
}
/* Title----------------------------------- */
.cTtl01{
	text-align:center;
	color:#5F73A9;
	font-size:clamp(27px,4vw,54px);
	font-family: "Philosopher", sans-serif;
	font-weight: 400;
	margin-bottom:0.5em;
	letter-spacing: 0.05em;
}

.cCopy01{
	font-weight: bold;
	font-size:33px;
	font-size:clamp(22px,3.3vw,33px);
}
.cCopy01 span{
	font-weight: bold;
	font-size:130%;
}
.cCopy02{
	font-weight: bold;
	font-size:24px;
	font-size:clamp(18px,2.4vw,24px);
}
.cCopy02 span{
	font-weight: bold;
	font-size:120%;
}
.cCopy03{
	font-weight: bold;
	font-size:28px;
	font-size:clamp(18px,2.4vw,28px);
}



.txt26r{
	font-size:26px;
	font-size:clamp(17px,2.6vw,26px);
}

.txt21r{
	font-size:21px;
	font-size:clamp(15px,2.1vw,21px);
}

.txt20r{
	font-size:20px;
	font-size:clamp(15px,2.0vw,20px);
}
.txt14r{
	font-size:14px;
	font-size:clamp(12px,1.4vw,14px);
}
.textBold{
	font-weight: bold;
}

.center {
	text-align: center;
}
.center img {
	margin-left: auto;
	margin-right: auto;
}
.right {
	text-align: right;
}
.mb05 {
	margin-bottom: 0.5rem;
}
.mb1 {
	margin-bottom: 1rem;
}
.mb2 {
	margin-bottom: 2rem;
}
.mb4 {
	margin-bottom: 4rem;
}
.mb6 {
	margin-bottom: 6rem;
}
.mb8 {
	margin-bottom: 8rem;
}


.cBtn01{
	background-color:#fff;
	color:#3B94D0;
	border:1px solid #3B94D0;
	font-weight: bold;
	width:300px;
	height:50px;
	line-height:50px;
	border-radius:25px;
	display:block;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	font-size:21px;
	text-align:center;
	transition-duration:0.3s;
}



.anchor{
	display:block;
	position: relative;
	margin-top:-40px;
	padding-top:40px;
}
@media(min-width:900px){
	.anchor{
		display:block;
		position: relative;
		margin-top:-90px;
		padding-top:90px;
	}
}
@media(min-width:1200px){
	.anchor{
		display:block;
		position: relative;
		margin-top:-120px;
		padding-top:120px;
	}
}


.cBg01{
	background-color:#F7F7F4;
}




/*OTHER LINEUP*/
.lineup{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0 130px 0;
	background: url("../image/common/bg05.png") repeat;
}

.lineup_inner{
	width: 100%;
	max-width: 1150px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.lineup h2{
	font-size: 42px;
	line-height: 1.5;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	padding: 80px;
	letter-spacing: 2px;
	text-align: center;
	color: #222;
}

.lineup_slide{
	width: 100%;
	margin: 0 auto 0px auto;
	padding-bottom: 0px;
	position: relative;
}

.lineup_slide div.slide_box{
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.bx-controls-direction,
.bx-controls{
	display: none;
}

.lineup_slide .slick-slide {
    margin: 0 10px;
}

.lineup .arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0 0;
  position: relative;
}

.lineup .prev-arrow,
.lineup .next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position:relative;
}

.lineup .prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}

.lineup .prev-arrow::before,
.lineup .next-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #2e303d;
  border-top: 2px solid #2e303d;
  top:0;
  bottom:0;
  left: -2px;
  right: 2px;
  margin:auto;
  transform:rotate(45deg);
}


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

	/*OTHER LINEUP*/
	.lineup{
		padding: 0 0 70px 0;
	}
	.lineup h2{
		font-size: 24px;
		line-height: 1.5;
		padding: 50px 10px 30px;
	}
	
	.lineup_inner{
		width: 100%;
	}
	
	.lineup_slide_sp{
		width: 100%;
		margin: 0 auto 0px auto;
		padding-bottom: 50px;
		position: relative;
	}
	
	.lineup .slick-slide_sp img{
		width: 80%;
		margin: auto;
	}
	
	.lineup_slide div.slide_box{
		padding: 50px 10px;
		width: 285px;
	}
	
	.lineup_slide{
		width: 100%!important;
	}
	
	.lineup .slick-slide {
		margin: 0 10px;
	}
		
	.lineup .arrow_box {
    margin: 10px 0 0;
  }

	.lineup .prev-arrow,.lineup .next-arrow {
    width: 35px;
    height: 35px;
  }
	
	
}


/*Other Lineup 20250509~ --------------------------------*/
.otherWrap{
	margin-top:40px;
	padding:40px 0;
	background-color:#f3f3e0;
}
.otherWrap h2{
	font-size: 42px;
	font-size:clamp(24px,3vw,42px);
	line-height: 1.5;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	padding: 0 0 40px 0;
	letter-spacing: 2px;
	text-align: center;
	color: #222;
}

.otherSlide{}
.otherSlide .slick-prev,
.otherSlide .slick-next{
	position:absolute;
	z-index:100;
}
.otherSlide .slick-slide{
	margin:0 10px;
}
.otherSlide .slick-prev{
	top:-30px;
	right:50px;
	left:auto;
}
.otherSlide .slick-next{
	top:-30px;
	right:20px;
	left:auto;
}
.otherSlide .slick-next:before,
.otherSlide .slick-prev:before {
	content:"";
	left:0;
	top:0;
	display:block;
	border:1px solid #222;
	width:20px;
	height:20px;
	border-radius:10px;
	background-color:#fff;
}
.otherSlide .slick-prev:after,
.otherSlide .slick-next:after{
	content:"";
	display:block;
	position:absolute;
	top:6px;
	width: 0;
	height: 0;
	border-style: solid;
}
.otherSlide .slick-prev:after{
	left:8px;
	border-color: transparent #222 transparent transparent;
	border-width: 5px 5px 5px 0;
}
.otherSlide .slick-next:after{
	left:10px;
	border-color: transparent transparent transparent #222;
	border-width: 5px 0px 5px 5px;
}
@media(min-width:800px){
	.otherSlide .slick-prev{
		top:-50px;
		right:140px;
		left:auto;
	}
	.otherSlide .slick-next{
		top:-50px;
		right:80px;
		left:auto;
	}
	.otherSlide .slick-next:before,
	.otherSlide .slick-prev:before {
		width:40px;
		height:40px;
		border-radius:20px;
	}
	.otherSlide .slick-prev:after,
	.otherSlide .slick-next:after{
		top:13px;
	}
	.otherSlide .slick-prev:after{
		left:15px;
		border-color: transparent #222 transparent transparent;
		border-width: 8px 8px 8px 0;
	}
	.otherSlide .slick-next:after{
		left:17px;
		border-color: transparent transparent transparent #222;
		border-width: 8px 0px 8px 8px;
	}
	.otherWrap{
		margin-top:80px;
		padding:80px 0;
	}
	.otherSlide .slick-slide{
		margin:0 20px;
	}
}

@media screen and (max-width : 430px) {
	
	/*OTHER LINEUP*/
	.lineup{
		padding: 0 0 70px 0;
	}
	.lineup h2{
		font-size: 24px;
		line-height: 1.5;
		padding: 50px 10px 30px;
	}
	
	.lineup_inner{
		width: 100%;
	}
	.lineup_slide_sp{
		width: 100%;
		margin: 0 auto 0px auto;
		padding-bottom: 50px;
		position: relative;
	}
	.lineup .slick-slide_sp img{
		width: 100%;
		margin: auto;
	}
	
	.lineup_slide div.slide_box{
		padding: 50px 10px;
		width: 285px;
	}
	
	.lineup_slide{
		width: 100%!important;
	}
}

/*スマホナビ20250131~*/
.header.open .headerWrap .headerNav .gnavi {
	display:none;/*20250131スマホナビ追加*/
}

/*SNS------------------------------*/
.snswrap{
	padding:0 5% 40px;
}
.snswrap .wrap01{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom:5px;
}
.snswrap .wrap01 img{
	width:auto;
	height:35px;
	margin:0 10px;
}
.snswrap p{
	text-align:center;
	color:#1B3784;
	font-weight: bold;
	font-size:clamp(16px,2.4vw,30px);
	margin-bottom:10px;
}
@media(min-width:640px){
	.snswrap .wrap01 img{
		height:70px;
		margin:0 20px;
	}
}
@media(min-width:1000px){
	.snswrap{
	}
	.snswrap .wrap01{
		margin-bottom:0;
	}
}

/*色設定*/
.gnavSp{
  --spcolor01: #B09800;
  --spcolor02: #808080;
  --spcolor03: #B09800;
}
.gnavSp .color01 .ttl01{
	color:var(--spcolor01);
}
.gnavSp .color01 .navbtn01,
.gnavSp .color01 .navbtn03{
	border-color:var(--spcolor01);
}
.gnavSp .color01 .navbtn01{
	background-color: #F3F0D9;
}
.gnavSp .color02 .ttl01{
	color:var(--spcolor02);
}
.gnavSp .color02 .navbtn01,
.gnavSp .color02 .navbtn03{
	border-color: var(--spcolor02);
}

.headerWrap .nav-sp {
    z-index:1000;
}
.fixBtn {
	z-index:900;
}
.header .gnavSp{
	display:block;
	position:fixed;
	top:0;
	right:0;
	width:320px;
	height:100vh;
	height:100svh;
	background-color: #eee;
	background-image:url(../image/common/spmenubg.jpg);
	background-size:100% 100%;
	transition-duration:0.3s;
	transform:translateX(320px);
	padding:70px 20px 80px 20px;
	z-index:990;
	overflow-y: scroll;
}
.header.open .gnavSp{
	transform:translateX(0);
}
.header.open .gnavSpBg{
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background-color: rgba(255,255,255,0.5);
	z-index:980;
	overflow-x: fixed;
}
body.open {/*スマホナビオープン時　背景スクロール不可*/
  height: 100%;
  overflow: hidden;
}

.gnavSp .ttl01{
	font-weight: bold;
	text-align:left;
	font-size:14px;
	margin-bottom:10px;
}
.gnavSp .navbtn01{
	border:1px solid;
	background-color:#EAEAEA;
	display:flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom:10px;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.gnavSp .navbtn01 .img01,
.gnavSp .navbtn01 .img01 img{
	width:80px;
	height:57px;
}
.gnavSp .navbtn01 .txtwrap{
	width:calc(100% - 80px);
	padding:0 10px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.gnavSp .navbtn01 .txtwrap .txt01{
	font-size:10px;
	font-weight: bold;
	line-height: 1.3;
	font-feature-settings: "palt"
}
.gnavSp .navbtn01 .txtwrap .txt02{
	font-size:16px;
	font-weight: bold;
	line-height: 1.3;
	font-feature-settings: "palt"
}
/*アコーディオン部分*/
.gnavSp .toggle {
	display: none;
}
.gnavSp .navbtn01.acordion{
	position:relative;
	cursor: pointer;
	transition: all 0.3s;
}
.gnavSp .navbtn01.acordion::before,
.gnavSp .navbtn01.acordion::after{
	content:"";
	position: absolute;
	display:block;
	width:15px;
	height:1px;
	background-color:#1B3784;
	right:10px;
	top:50%;
}
.gnavSp .navbtn01.acordion::after{
	transform:rotate(90deg);
}
.gnavSp .acordionWrap {
	transition: all 0.3s;
	height:0;
	padding:0 ;
	overflow: hidden;
	width:calc(100% - 80px);
	margin-left:80px;
}
.gnavSp .toggle:checked + .acordion + .acordionWrap {/*開閉時*/
	height: auto;
	padding:0 0 20px 0;
}
.gnavSp .acordionWrap a{
	display:block;
	border-bottom:1px solid #fff;
	margin-bottom:5px;
	font-size:12px;
	position:relative;
	font-weight: bold
}
.gnavSp .acordionWrap a::before,
.gnavSp .acordionWrap a::after{
	content:"";
	position: absolute;
	display:block;
	width:15px;
	height:1px;
	background-color:#1B3784;
	right:5px;
	top:50%;
}
.gnavSp .acordionWrap a::after{
	transform:rotate(45deg);
	width:6px;
	height:1px;
	right:5px;
	top:calc(50% - 2px);
}

/*スペシャルコンテンツ*/
.gnavSp .navbtn02{
	background-color:#B09800;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom:10px;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	padding:10px;
}
.gnavSp .navbtn02 .img01,
.gnavSp .navbtn02 .img01 img,
.gnavSp .navbtn02 .img02,
.gnavSp .navbtn02 .img02 img{
	width:35px;
}
.gnavSp .navbtn02 .txtwrap{
	width:calc(100% - 70px);
	padding:0;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.gnavSp .navbtn02 .txtwrap .txt01,
.gnavSp .navbtn02 .txtwrap .txt02{
	font-weight: bold;
	line-height: 1.3;
	color:#fff;
}
.gnavSp .navbtn02 .txtwrap .txt01{
	font-size:16px;
}
.gnavSp .navbtn02 .txtwrap .txt02{
	font-size:10px;
	opacity:0.3;
}

/*物件概要・現地案内図*/
.gnavSp .navbtn03Wrap{
	display:flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom:10px;
}
.gnavSp .navbtn03{
	width:48%;
	border:1px solid;
	background-color:#f7f4f0;
	display:block;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	text-align:center;
	padding:5px 0;
	font-size:14px;
	font-weight: bold;
}

/*来場予約・資料請求*/
.gnavSp .navbtn04Wrap{
	display:flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom:10px;
	margin-top:25px;
}
.gnavSp .navbtn04{
	width:48%;
	background-color:#f7f4f0;
	color:#fff;
	display:block;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	text-align:center;
	padding:3px 0 0 3px;
	border-radius:5px;
	position: relative;
	margin:0;
}
.gnavSp .navbtn04 .wrap01{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	padding:15px 5px 15px 0;
}
.gnavSp .navbtn04 .txt01{
	font-size:16px;
	font-weight: bold;
}
.gnavSp .navbtn04 .txt02{
	font-size:10px;
	font-weight: bold;
}
.gnavSp .navbtn04 .txt03{
	position:absolute;
	display:flex;
	justify-content: center;
	align-items: center;
	width:80px;
	height:30px;
	background-color:#fff;
	font-size:10px;
	line-height: 1.2;
	font-feature-settings: "palt";
	border-radius:40%;
	z-index:100;
	left:-10px;
	top:-15px;
	padding:0;
	margin:0;
}
.gnavSp .navbtn04 .txt03::before{
	position:absolute;
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  right:0;
  bottom:0;
  transform:rotate(-30deg);
}
.gnavSp .navbtn04.rsvBtn{
	background-color:var(--spcolor03);
}
.gnavSp .navbtn04.rsvBtn .txt03{
	color:var(--spcolor03);
}
.gnavSp .navbtn04.reqBtn{
	background-color:var(--spcolor02);
}
.gnavSp .navbtn04.reqBtn .txt03{
	color:var(--spcolor02);
}

.gnavSp .snswrap{
	padding:0;
}
.gnavSp .snswrap p{
	color:#000;
	font-weight: normal;
	font-size:14px;
	margin-bottom:5px;
}
.gnavSp .snswrap .wrap01 img{
	width:auto;
	height:35px;
	margin:0 10px;
}

/*スマホメニュー高さ調整*/
@media screen and (max-width: 1200px) {
    .nav-sp,
    .navbar-header {
        margin: 15px 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .nav-sp,
    .navbar-header {
        margin: 0px 0px auto;
    }
	.header .gnavSp{;
		padding-top:50px;
	}
}

/*SEOリンク*/
.copy p:last-child {
	display: block;
	text-align: right;
}

a.seoLink {
    font-size: 14px;
	display: inline-block;
	color: #fff;
}

@media screen and (max-width : 768px) {
	.copy p:last-child {
		display: block;
		text-align: center;
	}
}