@charset "UTF-8";

/*
▼英字▼
font-family: "adobe-garamond-pro", serif;
font-weight: 400;
font-style: italic;

font-family: "adobe-garamond-pro", serif;
font-weight: 400;
font-style: normal;

font-family: "adobe-garamond-pro", serif;
font-weight: 600;
font-style: italic;

▼日本語明朝体▼
font-family: "a-otf-ryumin-pr6n", serif;
font-weight: 300;
font-style: normal;
*/

/*---------------------------
共通
---------------------------*/
body {
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	color: #231815;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}

p {
	padding: 0;
	margin: 0 auto;
}

ul {
	padding: 0;
	margin: 0;
}

.br-pc {
	display: block;
}

.br-sp {
	display: none;
}


/* sp */
@media only screen and (max-width: 768px) {
	.br-pc {
		display: none;
	}

	.br-sp {
		display: block;
	}
}


/* Link */
a {
	color: #0093e2;
	text-decoration: none;
}

a:link {
	color: #0093e2;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a[href^="tel:"] {
	cursor: default;
}

.section {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}



/* 画像注釈 */
.imageCap {
	position: relative;
}

.imageCap .cap_n {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #231815;
	font-size: 12px;
	padding: 5px;
	line-height: 1.4;
	z-index: 99;
	letter-spacing: 1px;
}

.imageCap .cap_n.wh {
	color: #FFF;
	text-shadow: 0px 0px 4px #231815, 0px 0px 4px #231815;
}

.imageCap .cap_n.cap_l {
	bottom: 0;
	left: 0;
	text-align: left;
}

.imageCap .cap_n.cap_r {
	bottom: 0;
	right: 0;
	text-align: right;
}

.imageCap .cap_n.cap_r-2 {
	bottom: 0;
	right: 10%;
	text-align: right;
}

@media only screen and (max-width:1170px) {
	.section {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
}

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

	/* 画像注釈 */
	.imageCap .cap_n {
		font-size: 10px;
		padding: 3px 5px;
	}
}

/*---------------------------
メインビジュアル
---------------------------*/
#top_mainimg {
	position: relative;
	width: 96%;
	/*max-width: 1450px;*/
	overflow: hidden;
	margin: 0 auto;
}

#top_mainimg .mainimg {
	display: inline-block;
	width: 100%;
	z-index: 10;
}

#top_mainimg .mainimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top left;
	opacity: 0;
	animation: main_img 1s ease-in-out 0s forwards;
}

#top_mainimg .mainTtl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: content-box;
	z-index: 20;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#top_mainimg .mainTtl>p {
	opacity: 0;
	animation: main_copy 2s ease 1s forwards;
}

#top_mainimg .mainTtl>.jp {
	display: inline-block;
	font-size: 40px;
	line-height: 1;
	color: #fff;
	text-align: center;
	letter-spacing: 0.25em;
	text-shadow: 0px 0px 11px #ffffff9e;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
}

@keyframes main_img {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes main_copy {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#top_mainimg .cap {
	position: absolute;
	bottom: 5px;
	right: 0;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 1px;
	padding: 0 10px 10px 0;
	text-align: right;
	margin-top: 0.1em;
	z-index: 10;
}

#top_mainimg .cap.wh {
	color: #fff;
	text-shadow: 0px 0px 4px #231815, 0px 0px 4px #231815;
}

/* Tab */
@media screen and (max-width: 1170px) {}

/* sp */
@media only screen and (max-width: 768px) {
	#top_mainimg .mainTtl {
		width: 90%;
	}

	#top_mainimg .mainTtl>.jp {
		/*font-size: 40px;*/
		font-size: 7.552vw;
	}

	#top_mainimg .cap {
		font-size: 10px;
		padding: 3px 5px;
	}
}


/*---------------------------
FV下のコピー
---------------------------*/
#topCon {
	width: 100%;
	background: url(../images/common/topcon_bg_pc.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	padding: 4em 0;
}

.conTxt {
	padding: 0;
}

.conTxt p {
	text-align: center;
}

.conTxt .ttl {
	font-size: 22px;
	line-height: 1.8;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
}

.conTxt .txt {
	font-size: 14px;
	line-height: 2.0;
	margin-bottom: 1.5em;
	letter-spacing: 0.07em;
}

.conTxt .txt span.sup {
	font-size: 11px;
	vertical-align: top;
}

.conTxt .txt span.bot_tx {
	display: block;
	font-size: 11px;
	margin-top: 1em;
	letter-spacing: 0.05em;
	color: #949495;
}

/* Tab */
@media screen and (max-width: 1170px) {
	.conTxt .ttl {
		/*font-size: 22px;*/
		font-size: 1.880vw;
	}

	.conTxt .txt {
		/*font-size: 14px;*/
		font-size: 1.196vw;
	}

	.conTxt .txt span.sup {
		font-size: 10px;
	}

	.conTxt .txt span.bot_tx {
		/*font-size: 11px;*/
		font-size: 0.940vw;
	}
}

/* sp */
@media only screen and (max-width: 768px) {
	#topCon {
		background: url(../images/common/topcon_bg_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center top;
		padding: 2em 0;
	}

	.conTxt .ttl {
		/*font-size: 22px;*/
		font-size: 3.906vw;
	}

	.conTxt .txt {
		/*font-size: 14px;*/
		font-size: 3.125vw;
	}

	.conTxt .txt span.bot_tx {
		/*font-size: 11px;*/
		font-size: 2.885vw;
	}
}

/*---------------------------
フッター注釈
---------------------------*/
.footer_sub {
	margin: 0 auto;
	padding: 4em 0;
}

.footer_sub p {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}

/* Tab */
@media screen and (max-width: 1170px) {}

/* sp */
@media only screen and (max-width: 768px) {
	.footer_sub {
		padding: 3em 0;
	}

	.footer_sub p {
		font-size: 10px;
	}
}


/*---------------------------
エントリーボタン共通
---------------------------*/
.btn_entryLink a,
.footer_BtnLink .btn_entryLink a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.8em;
	width: 100%;
	padding: 0.9em 1em;
	background-color: #1a3b6b;
	background-image: none;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.08em;
	border-radius: 6px;
	box-sizing: border-box;
	transition: opacity 0.4s;
}

.btn_entryLink a:hover,
.footer_BtnLink .btn_entryLink a:hover {
	opacity: 0.75;
}

.click_badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #c4a86b;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding: 3px 8px;
	border-radius: 3px;
	font-family: "adobe-garamond-pro", serif;
	font-style: italic;
}

/* sp */
@media only screen and (max-width: 768px) {

	.btn_entryLink a,
	.footer_BtnLink .btn_entryLink a {
		font-size: 4.3vw;
		padding: 1.1em 1em;
		border-radius: 4px;
	}

	.click_badge {
		font-size: 2.8vw;
	}
}

/*---------------------------
ページトップボタン
---------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	background-color: rgba(26, 59, 107, 0.8);
	color: #fff !important;
	border-radius: 50%;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding-top: 14px;
	box-sizing: border-box;
	z-index: 9999;
	transition: opacity 0.3s;
	font-family: "adobe-garamond-pro", serif;
}

.pagetop:hover {
	opacity: 0.75;
}

@media only screen and (max-width: 768px) {
	.pagetop {
		bottom: 72px;
		right: 14px;
		width: 76px;
		height: 76px;
		padding-top: 0;
		background-color: #9acfd4;
		box-shadow: none;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 6px;
		font-size: 0;
		line-height: 1;
	}

	.pagetop br {
		display: none;
	}

	.pagetop::before {
		content: "TOP";
		font-size: 16px;
		letter-spacing: 0.03em;
		color: #fff;
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
		font-weight: 400;
	}

	.pagetop::after {
		content: "";
		width: 18px;
		height: 18px;
		border-left: 3px solid #fff;
		border-top: 3px solid #fff;
		transform: rotate(45deg);
	}
}

/*---------------------------
フッター
---------------------------*/
footer {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 90;
	background-color: #FFF;
}

/*  */
.footer_BtnLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2em;
	padding-top: 6em;
}

.footer_BtnLink.plan_detail {
	padding-top: 4em;
}

.footer_BtnLink li {
	width: 468px;
	z-index: 0;
	list-style: none;
}

.footer_BtnLink .btn_planLink a {
	background-color: #deb887;
}

.footer_BtnLink .btn_reseLink a {
	background-color: #08559d;
}

.footer_BtnLink .btn_reqLink a {
	background-color: #B0385D;
}

.footer_BtnLink .btn_limitedLink a {
	background-color: #B0385D;
}

.footer_BtnLink li a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0.9em 1em;
	font-size: 20px;
	border-radius: 10px;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
	/*
	display: flex;
	justify-content: space-between;
	align-items: center;*/
	transition: all 0.6s;
}

.footer_BtnLink li a:hover {
	opacity: 0.6;
}

.footer_BtnLink li a div {
	display: flex;
	align-items: center;
}

.footer_BtnLink li:active {
	transform: scale(0.95);
}

/*  */
.footerArea .telArea {
	background: #1a3b6b;
	padding: 2.5em 0;
}

.footerArea .telArea .tel_ttl {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 0.5em;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.85);
}

.footerArea .telnumber {
	/*font-size: 54px;*/
	font-size: 60px;
	line-height: 1.0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.1em;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
	color: #fff;
}

.footerArea .telnumber .icon {
	width: 70px;
	margin-right: 5px;
}

.footerArea .telnumber a {
	color: #fff;
	text-decoration: none;
}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

.footerArea .teikyu {
	font-size: 11px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.75);
}

/* 企業ロゴ */
.footer_dev {
	width: 100%;
	max-width: 500px;
	padding: 3em 0;
	margin: 0 auto;
	text-align: center;
}

.footer_dev .uriagemain {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0.8em;
	color: #666;
}

.footer_dev .logo01 {
	width: 407px;
	margin: 0 auto;
}

.footer_dev .logo02 {
	width: 144px;
	margin: 0 auto;
}

/* コピーライト */
.copyright {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	padding: 0 0 2em;
}

/* Tab */
@media screen and (max-width: 1170px) {
	/*.footer_BtnLink li {
		width: 45%;
	}*/
}


/* sp */
@media only screen and (max-width: 768px) {
	footer {
		padding-bottom: 50px;
	}

	.footer_BtnLink {
		gap: 1em;
		padding-top: 3em;
	}

	.footer_BtnLink li {
		width: 100%;
		/* padding: 1.5em 1em; */
	}

	.footer_BtnLink li a {
		padding: 1.3em 1em;
		/*font-size: 25px;*/
		font-size: 4.296vw;
		border-radius: 6px;
	}

	/*  */
	.footerArea .telArea {
		padding: 2em 0;
	}

	.footerArea .telnumber {
		/*font-size: 60px;*/
		font-size: 8.854vw;
		margin-bottom: 0.3em;
	}

	.footerArea .telnumber .icon {
		width: 40px;
	}

	/* 企業ロゴ */
	.footer_dev {
		width: 90%;
		padding: 2em 0;
		margin: 0 auto;
		display: block;
	}

	.footer_dev .logo01 {
		/*width: 690px;*/
		width: 81.25vw;
		margin: 0 auto 0.5em;
	}

	.footer_dev .logo02 {
		/*width: 243px;*/
		width: 28.64vw;
		margin: 0 auto;
	}

	/* コピーライト */
	.copyright {
		font-size: 10px;
		padding: 0 0 1.5em;
	}

	.footerArea .telArea .closed_cap {
		font-size: 12px;
	}

	.footerArea .teikyu {
		line-height: 1.5;
	}
}




/*---------------------------
テキスト※印
---------------------------*/
sup {
	position: relative;
	font-size: 12px;
	top: -0.5rem;
	left: -0.125rem;
}

/* Tab */
@media screen and (max-width: 1170px) {
	sup {
		top: -0.6153846154vw;
		left: -0.1538461538vw;
	}
}

@media (max-width: 768px) {
	sup {
		top: -1.5037593985vw;
		left: -0.7518796992vw;
	}
}

/*---------------------------
ヘッダー
---------------------------*/
header {
	position: sticky;
	top: 0;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	background: #FFF;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	z-index: 99999;
}

#header_fix {
	width: 100%;
	/* position: fixed; */
	/* top: 0; */
	/* left: 0; */
	background: #FFF;
	z-index: 999;
}

#header_wrap {
	position: relative;
	width: 100%;
	max-width: 1170px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

h1 {
	width: 100%;
	max-width: 1170px;
	font-size: 10px;
	text-align: left;
	color: #868686;
	margin: 1.7em auto 0;
}

h2 {
	width: 280px;
	margin: 0;
}

#primary_navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#primary_navi li {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	margin-right: 10px;
}

#primary_navi li:last-child {
	margin-right: 0;
}


#primary_navi .h_Btn_request,
#primary_navi .h_Btn_reserve,
#primary_navi .h_Btn_member {
	width: 118px;
}

#primary_navi a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 36px;
	color: #231815;
	transition: all 0.5s ease 0s;
	box-sizing: border-box;
}

#primary_navi .arrow_s,
#primary_navi_sp .arrow_s {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}

#primary_navi .arrow_s:before,
#primary_navi_sp .arrow_s:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

#primary_navi .h_Btn_map,
#primary_navi .h_Btn_outline {
	margin-right: 22px;
}

#primary_navi .h_Btn_map a,
#primary_navi .h_Btn_outline a {
	width: auto;
	height: auto;
}

#primary_navi .h_Btn_request a,
#primary_navi .h_Btn_reserve a,
#primary_navi .h_Btn_member a {
	padding: 0 10px;
}

#primary_navi .h_Btn_request a {
	position: relative;
	width: auto;
	background: linear-gradient(150deg, #e79053, #c01f20 88%, #c01f20 100%);
	color: #fff;
	overflow: hidden;
}

#primary_navi .h_Btn_entry a {
	position: relative;
	width: auto;
	background: #1a3b6b;
	color: #fff;
	overflow: hidden;
	padding: 0 14px;
	font-size: 13px;
}

#primary_navi .h_Btn_entry {
	width: auto;
}

#primary_navi .h_Btn_reserve a {
	position: relative;
	width: auto;
	/*background: linear-gradient(120deg, #D5EDE6, #75BED8 88%);*/
	/*background: linear-gradient(150deg, #DE7285, #951B58 88%, #951B58 100%);*/
	background: linear-gradient(150deg, #1688c1, #08559d 88%, #08559d 100%);
	color: #fff;
	overflow: hidden;
}

#primary_navi .h_Btn_member a {
	position: relative;
	width: auto;
	background: #145984;
	color: #FFF;
	overflow: hidden;
}

#primary_navi a:hover {
	transition: 0.5s ease;
	opacity: 0.5;
}

#menuArea {
	width: 100%;
	text-align: center;
	padding: 0.95em 0 0.65em;
}

#menuArea #navi .gNav_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 0.5rem;
	align-items: center;
	width: 100%;
	max-width: 1170px;
	margin: auto;
	/*  */
	list-style: none;
	box-sizing: border-box;
}

#menuArea #navi .gNav_wrap li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% / 8);
	height: 26px;
	padding: 0;
}

/* NEWマーク - 現在は非表示 */
/*
#menuArea #navi .gNav_wrap li:nth-child(n)::after {
	content: "NEW";
	position: absolute;
	top: -8px;
	right: 5px;
	padding: 1px 3px;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	color: #FFF;
	z-index: 999;
}
*/

/* NEWマーク */
.nav_new {
	display: inline-block;
	vertical-align: super;
	font-size: 9px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.08em;
	color: #fff;
	background: #e03030;
	padding: 2px 4px;
	line-height: 1;
	margin-left: 4px;
}


#menuArea #navi .gNav_wrap li a {
	position: relative;
	display: block flex;
	justify-content: center;
	align-items: center;
	width: 93.5%;
	height: 36px;
	font-size: 13px;
	line-height: 1.17;
	color: #231815;
	overflow: hidden;
	/*  */
	text-decoration: none;
	background: linear-gradient(to right, rgba(124, 227, 202, 0.18), rgba(0, 167, 207, 0.18));
	background-size: 0% 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s cubic-bezier(.25, .46, .45, .94), color .6s;
}

#menuArea #navi .gNav_wrap li a.soon {
	color: #CECECE;
}

#menuArea #navi .gNav_wrap li a::after {
	content: '';
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	width: 100%;
	height: 4.5px;
	display: block;
	background: linear-gradient(to right, #7CE3CA, #00A7CF 88%);
	position: absolute;
	bottom: -1%;
	left: 0;
	z-index: -1;
	opacity: 0;
}

#menuArea #navi .gNav_wrap li a.soon::after {
	display: none;
}

#menuArea #navi .gNav_wrap li a:not(.soon)::before {
	background-color: #a8d8ef;
}

header #menuArea #navi .gNav_wrap li a:hover::after,
#index #menuArea #navi .gNav_wrap li:nth-child(1) a::after,
#location #menuArea #navi .gNav_wrap li:nth-child(2) a::after,
#access #menuArea #navi .gNav_wrap li:nth-child(3) a::after,
#plan #menuArea #navi .gNav_wrap li:nth-child(4) a::after,
#design #menuArea #navi .gNav_wrap li:nth-child(5) a::after,
#quality #menuArea #navi .gNav_wrap li:nth-child(6) a::after,
#select #menuArea #navi .gNav_wrap li:nth-child(7) a::after,
#modelroom #menuArea #navi .gNav_wrap li:nth-child(8) a::after {
	opacity: 1;
	transform: scaleX(1);
}

/*
@keyframes bgappear {
	0% {
		width: 0%;
	}

	50% {
		width: 100%;
	}

	100% {
		width: 100%;
		background: linear-gradient(to right, #7CE3CA, #00A7CF 88%);
	}
}*/

header #menuArea #navi .gNav_wrap li a:hover {
	z-index: 1;
	background-size: 100% 100%;
}

header #menuArea #navi .gNav_wrap li a.soon:hover {
	background-size: 0% 100%;
}

/*  */
#menuArea #navi .gNav_wrap li a::before,
#menuArea #navi .gNav_wrap li p::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 4.5px;
	background-color: #e0e0e0;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

/*
#menuArea #navi .gNav_wrap li:nth-child(1) a::before {
	content: none;
}*/

#menuArea #navi .gNav_wrap li p {
	font-size: 14px;
	line-height: 1.17;
	letter-spacing: 1px;
	color: #bfbfbf;
}

#menuArea #primary_navi_sp {
	display: none;
}


/* Tab */
@media screen and (max-width: 1170px) {
	h1 {
		width: 98%;
	}

	#header_wrap {
		width: 98%;
	}

	#menuArea {
		width: 98%;
		margin: 0 auto;
	}
}

/* sp */
@media only screen and (max-width: 768px) {
	header {
		height: 60px;
		background: #FFF;
		border-bottom: 3px solid #1a4fa3;
	}

	#header_fix {
		background: #fff;
	}

	#header_wrap {
		position: relative;
		width: 100%;
		height: 60px;
		padding: 0 74px 0 8px;
		box-sizing: border-box;
	}

	#header_titleArea {
		width: 100%;
	}

	h1 {
		display: none;
	}

	h2 {
		width: min(88%, 300px);
	}

	#header_titleArea h2 a,
	#header_titleArea h2 img {
		display: block;
		width: 100%;
		height: auto;
	}

	#primary_navi {
		display: none;
	}

	#menuArea {
		padding-top: 0;
		display: contents;
	}

	#menuArea nav {
		margin-bottom: 10px;
		position: fixed;
		right: -100%;
		top: 0;
		width: 100%;
		height: 100vh;
		/* padding-top: 30px; */
		margin-top: 10px;
		margin-bottom: 0;
		background: none;
		transition: all 1s;
		z-index: 200;
		overflow-y: auto;
		/* メニューが多くなったらスクロールできるように */
		opacity: 0;
	}

	#menuArea nav #navi {
		width: 94%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#menuArea #navi .gNav_wrap {
		width: 100%;
		margin-bottom: 2em;
		justify-content: space-between;
		row-gap: 0.5em;
	}

	#menuArea #navi .gNav_wrap li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48%;
		height: auto;
	}

	/* NEWマーク - 現在は非表示 */

	#menuArea #navi .gNav_wrap li:first-child {
		width: 100%;
	}

	#menuArea #navi .gNav_wrap li::before {
		content: none;
	}

	#menuArea #navi .gNav_wrap li a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		font-size: 13px;
		line-height: 1.17;
		color: #231815;
		padding: 1.2rem 0;
		box-sizing: border-box;
	}

	#menuArea #navi .gNav_wrap li p {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		line-height: 1.17;
		padding: 1.2rem 0;
		box-sizing: border-box;
	}

	#menuArea #primary_navi_sp {
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		row-gap: 0.5em;
	}

	#menuArea #primary_navi_sp li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 49%;
		/*width: 100%;*/
		padding: 0;
		/*display: inline-block;*/
		display: flex;
		transform: none;
	}

	#menuArea #primary_navi_sp li:first-child {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1.5em;
		margin-bottom: 0.5em;
	}

	#menuArea #primary_navi_sp li a {
		display: inline-block;
		width: 100%;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 1px;
		text-align: center;
		color: #333;
		padding: 15px 0;
	}

	#menuArea #primary_navi_sp .h_Btn_map a,
	#menuArea #primary_navi_sp .h_Btn_outline a {
		width: auto;
		height: auto;
		padding: 0;
	}

	#menuArea #primary_navi_sp .h_Btn_entry {
		width: 100%;
	}

	#menuArea #primary_navi_sp .h_Btn_entry a {
		position: relative;
		background: #1a3b6b;
		color: #fff;
		overflow: hidden;
	}

	#menuArea #primary_navi_sp .h_Btn_request a {
		position: relative;
		/*background: linear-gradient(120deg, #D5EDE6, #75BED8 88%);*/
		/*background: linear-gradient(150deg, #DE7285, #951B58 88%, #951B58 100%);*/
		background: linear-gradient(150deg, #e79053, #c01f20 88%, #c01f20 100%);
		color: #fff;
		overflow: hidden;
	}

	#menuArea #primary_navi_sp .h_Btn_reserve a {
		position: relative;
		/*background: linear-gradient(120deg, #D5EDE6, #75BED8 88%);*/
		/*background: linear-gradient(150deg, #DE7285, #951B58 88%, #951B58 100%);*/
		background: linear-gradient(150deg, #1688c1, #08559d 88%, #08559d 100%);
		color: #fff;
		overflow: hidden;
	}

	#menuArea #primary_navi_sp .h_Btn_member a {
		position: relative;
		/*background: linear-gradient(120deg, #D5EDE6, #75BED8 88%);*/
		color: #fff;
		background: linear-gradient(150deg, #DE7285, #951B58 88%, #951B58 100%);
		overflow: hidden;
	}

	/* ページごと */
	/*
	#index #navi .gNav_wrap li:nth-child(1) a,
	#location #navi .gNav_wrap li:nth-child(2) a,
	#access #navi .gNav_wrap li:nth-child(3) a,
	#childcare #navi .gNav_wrap li:nth-child(4) a,
	#plan #navi .gNav_wrap li:nth-child(5) a,
	#design #navi .gNav_wrap li:nth-child(6) a,
	#quality #navi .gNav_wrap li:nth-child(7) a,
	#select #navi .gNav_wrap li:nth-child(8) a,
	#modelroom #navi .gNav_wrap li:nth-child(9) a {
	}

	header #menuArea #navi .gNav_wrap li a:hover,
	#index #menuArea #navi .gNav_wrap li:nth-child(1) a,
	#location #menuArea #navi .gNav_wrap li:nth-child(2) a,
	#access #menuArea #navi .gNav_wrap li:nth-child(3) a,
	#childcare #menuArea #navi .gNav_wrap li:nth-child(4) a,
	#plan #menuArea #navi .gNav_wrap li:nth-child(5) a,
	#design #menuArea #navi .gNav_wrap li:nth-child(6) a,
	#quality #menuArea #navi .gNav_wrap li:nth-child(7) a,
	#select #menuArea #navi .gNav_wrap li:nth-child(8) a,
	#modelroom #menuArea #navi .gNav_wrap li:nth-child(9) a {
	}*/

	/* ハンバーガーメニュー */
	#menuArea .nav_btn {
		background: #0b4f82;
		width: 74px;
		height: 60px;
		position: fixed;
		top: 0;
		right: 0;
		cursor: pointer;
		z-index: 999;
	}

	.hamburger_line {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 36px;
		height: 4px;
		background: #fff;
		transition: all 0.6s;
	}

	.hamburger_line1 {
		top: 18px;
	}

	.hamburger_line2 {
		top: 30px;
	}

	.hamburger_line3 {
		top: 42px;
	}

	.nav_bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		/*height: 100vh;*/
		height: 102vh;
		background-color: #FFF;
		opacity: 0;
		visibility: hidden;
		cursor: pointer;
		z-index: 100;
		transition: all 1s;
	}

	.nav_open #menuArea nav {
		right: 0;
		opacity: 1;
		visibility: visible;
	}

	.nav_open .nav_bg {
		opacity: 1;
		visibility: visible;
	}

	.nav_open .hamburger_line1 {
		transform: translateX(-50%) rotate(45deg);
		top: 30px;
	}

	.nav_open .hamburger_line2 {
		width: 0;
		left: 50%;
	}

	.nav_open .hamburger_line3 {
		transform: translateX(-50%) rotate(-45deg);
		top: 30px;
	}
}

.vacation {
	width: 85%;
	margin: 20px auto 20px;
	padding: 20px 10px;
	background: rgba(255, 255, 255, 0.74);
	border: solid 1px #000;
	line-height: 2;
	max-width: 900px;
	text-align: center;
	color: #000;
	font-size: 15px;
}

.red {
	color: #FF0000;
	font-weight: 600;
}

@media screen and (max-width: 490px) {
	.vacation {
		width: 100%;
		font-size: 12px;
		line-height: 1.6em;
	}
}

/* ここからGC追加 */
.banner {
	width: 100%;
	margin: 20px auto 0;
}

.banner img {
	width: 90%;
	margin: 0 auto;
}


@media screen and (min-width:490px) {
	.banner {
		width: 100%;
		margin: 0 auto;
	}

	.banner img {
		width: 50%;
		margin: 0 auto;
	}

}

/*---------------------------
スマホ 固定 ボタン
---------------------------*/
#sp_bottom_button {
	display: none;
}

@media screen and (max-width: 768px) {
	#sp_bottom_button {
		position: fixed;
		z-index: 99;
		left: 0;
		bottom: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
		background: linear-gradient(96deg, #18a2e8 0%, #235fbe 50%, #23329f 100%);
		border-top: 1px solid rgba(255, 255, 255, 0.28);
		box-shadow: 0 -2px 10px rgba(6, 15, 44, 0.45);
		/**/
		transition: opacity 0.5s ease, visibility 0.5s ease;
		/* ふわっとした動きを追加 */
		opacity: 1;
		/* 初期状態で表示 */
		visibility: visible;
		/* 初期状態で表示 */
	}

	/* スクロール中は完全に非表示 */
	#sp_bottom_button.hidden {
		opacity: 0;
		/* 透明にする */
		visibility: hidden;
		/* 見えない状態にする */
	}

	#sp_bottom_button li {
		position: relative;
		width: 25%;
		height: 72px;
		text-align: center;
		list-style: none;
	}

	#sp_bottom_button li:hover {
		cursor: pointer;
	}

	#sp_bottom_button li:before {
		position: absolute;
		content: "";
		top: 10px;
		left: 0;
		height: calc(100% - 20px);
		width: 1px;
		background-color: rgba(255, 255, 255, 0.28);
	}

	#sp_bottom_button li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		color: #fff;
		text-decoration: none;
	}

	#sp_bottom_button li .sp_nav_icon {
		width: 30px;
		height: 30px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 5px;
	}

	#sp_bottom_button li .sp_nav_icon svg {
		width: 100%;
		height: 100%;
		fill: #fff;
	}

	#sp_bottom_button li .sp_nav_label {
		display: block;
		font-size: 11px;
		line-height: 1;
		letter-spacing: 0.04em;
		color: #fff;
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
		font-weight: 500;
	}

	#sp_bottom_button li.limited_in {
		display: none;
	}
}

/*---------------------------
スクロールフェードエフェクト
---------------------------*/
/* フェードのみ */
.effect {
	opacity: 0;
	transform: translate(0, 0);
	transition: all 1.5s;
}

/* 上からフェード */
.effect_top {
	opacity: 0;
	transform: translate(0, -50px);
	transition: all 1.5s;
}

/* 下からフェード */
.effect_bottom {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1.5s;
}

/* 左からフェード */
.effect_left {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: all 1.5s;
}

/* 右からフェード */
.effect_right {
	opacity: 0;
	transform: translate(50px, 0);
	transition: all 1.5s;
}

/* 左上からフェード */
.effect_tl {
	opacity: 0;
	transform: translate(-50px, -50px);
	transition: all 1.5s;
}

/* 右上からフェード */
.effect_tr {
	opacity: 0;
	transform: translate(50px, -50px);
	transition: all 1.5s;
}

/* 左下からフェード */
.effect_bl {
	opacity: 0;
	transform: translate(-50px, 50px);
	transition: all 1.5s;
}

/* 右下からフェード */
.effect_br {
	opacity: 0;
	transform: translate(50px, 50px);
	transition: all 1.5s;
}

.effect.scrollin,
.effect_top.scrollin,
.effect_bottom.scrollin,
.effect_left.scrollin,
.effect_right.scrollin,
.effect_tl.scrollin,
.effect_tr.scrollin,
.effect_bl.scrollin,
.effect_br.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}