img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media screen and (min-width: 768px), print {
	.main::before {
		top: 800px;
	}
}
.p-firstview {
	position: relative;
	z-index: 2;
	margin: 30px 0 0;
}
.p-firstview__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.p-firstview__heading span {
	white-space: nowrap;
}
.p-firstview__heading span > * {
	display: inline-block;
	opacity: 0;
	transform: skew(50deg, 30deg) rotate(-40deg) translate(20px, 40px) scale(0.8, 0.8);
	transition: 0.5s 0.15s ease-in;
}
.p-firstview.active .p-firstview__heading span span {
	opacity: 1;
	transform: none;
}
.p-firstview__text {
	margin: 40px 0 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.9;
	opacity: 0;
	transition: opacity 0.6s ease-in;
}
.p-firstview.active .p-firstview__text {
	opacity: 1;
}
@media (max-width: 767px) {
	.p-firstview__block {
		flex: 0 0 100%;
		width: 100%;
		padding: 0 20px;
	}
	.p-firstview__heading span {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.p-firstview.active .p-firstview__heading,
	.p-firstview.active .p-firstview__text {
		opacity: 1;
		transform: none;
	}
	.p-firstview__image {
		flex: 0 0 100%;
		width: 100%;
	}
	.p-firstview__image picture {
		display: block;
		width: 0;
		overflow: hidden;
		transition: width 1s ease-out;
	}
	.p-firstview__image img {
		width: 100vw;
		max-width: none;
	}
	.p-firstview.active .p-firstview__image picture {
		width: 100%;
	}
}
@media screen and (min-width: 768px), print {
	.p-firstview {
		margin: 40px 0 0;
	}
	.p-firstview__block {
		order: 2;
		flex: 1 1 567px;
		width: 567px;
	}
	.p-firstview__image {
		order: 1;
		position: relative;
		flex: 1 1 712px;
		width: 100vw;
		min-width: 100%;
		height: 345px;
	}
	.p-firstview__image picture {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 0;
		overflow: hidden;
		transition: width 0.6s ease-in;
	}
	.p-firstview__image img {
		width: max(100%, 100vw);
		max-width: none;
	}
	.p-firstview.active .p-firstview__image picture {
		width: max(1033px, 100%);
	}
	.p-firstview__heading {
		width: 188px;
		margin: -50px auto;
		writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		text-orientation: upright;
	}
	.p-firstview__heading span {
		position: relative;
		font-size: 60px;
	}
	.p-firstview.active .p-firstview__heading {
		opacity: 1;
		transform: none;
	}
	.p-firstview__text {
		margin: 120px 0 0;
		text-align: center;
		font-size: 20px;
		white-space: nowrap;
	}
}
.p-anchors {
	margin: 30px 0 0;
}
.p-anchors__list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.p-anchors__item {
	flex: 1 1 25%;
}
.p-anchors__item a {
	position: relative;
	display: block;
}
.p-anchors__item a::before {
	content: '';
	position: absolute;
	z-index: 1;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: opacity 0.4s ease-out;
}
.p-anchors__item span {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
	text-align: center;
}
.p-anchors__item--current {
	position: relative;
}
.p-anchors__item--current::before {
	content: '';
	position: absolute;
	z-index: 1;
	inset: 0;
	opacity: 0.5;
	background-color: #002972;
}
.p-anchors__item--current a {
	pointer-events: none;
}
@media (max-width: 767px) {
	.p-anchors__list {
		flex-wrap: wrap;
	}
	.p-anchors__item {
		flex: 1 1 25%;
		width: 25%;
	}
	.p-anchors__item picture {
		display: block;
		height: 25vw;
	}
	.p-anchors__item picture img {
		height: 100%;
	}
}
@media screen and (min-width: 768px), print {
	.p-anchors {
		margin: 50px 0 0;
	}
	.p-anchors__item span {
		font-size: 16px;
	}
	.p-anchors__item a:hover::before {
		opacity: 0;
	}
	.p-anchors__item a:hover img {
		transform: scale(1.1);
	}
	.p-anchors__item--current a:hover::before {
		opacity: 1;
	}
	.p-anchors__item picture {
		display: block;
		overflow: hidden;
	}
	.p-anchors__item picture img {
		height: 242px;
		transition: transform 0.4s ease-out;
	}
}
.p-concept {
	margin: 50px 0 0;
}
.p-concept__image {
	display: block;
	width: 100%;
	height: auto;
}
.p-concept__image img {
	display: block;
	width: 100%;
	height: auto;
}
.p-concept__heading {
	margin: 30px 0 0;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.p-concept__decoration {
	position: relative;
	display: inline-block;
	margin: 30px 0 0;
	color: #838383;
	font-size: 12px;
	/* font-family: var(--wf-notosans); */
	line-height: 100%;
	letter-spacing: 0.1em;
}
.p-concept__decoration::after {
	content: '';
	position: absolute;
	right: -110px;
	top: 6px;
	width: 100px;
	border-top: 1px #838383 solid;
}
.p-concept__title {
	margin: 20px 0 0;
	color: #02328d;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}
.p-concept__text {
	margin: 20px 0 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
}
@media screen and (min-width: 768px), print {
	.p-concept {
		margin: 100px 0 0;
	}
	.p-concept__inner {
		width: 1000px;
	}
	.p-concept__heading {
		margin: 50px 0 0;
		font-size: 28px;
	}
	.p-concept__decoration {
		margin: 50px 0 0;
		font-size: 16px;
	}
	.p-concept__decoration::after {
		top: 8px;
	}
	.p-concept__title {
		margin: 40px 0 0;
		font-size: 24px;
	}
	.p-concept__text {
		margin: 40px 0 0;
		font-size: 14px;
		line-height: 2;
	}
}
.p-facility {
	padding: 100px 0;
	margin: 100px 0 0;
	background-color: #f1f3f9;
}
.p-facility__heading {
	position: relative;
	padding: 0px 0px 37px 0px;
}
.p-facility__heading::after {
	content: '';
	width: 100px;
	border-top: 2px #02328d solid;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 0px;
}
.p-facility__heading span,
.p-facility__heading small {
	display: block;
	text-align: center;
}
.p-facility__heading span {
	/* font-family: var(--wf-notosans); */
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 14px;
}
.p-facility__heading small {
	font-size: 14px;
	font-weight: 500;
	margin: 20px 0 0;
}
.p-facility__list {
	margin: 50px 0 0;
}
.p-facility__item-title {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 700;
}
.p-facility__item-text {
	margin: 20px 0 0;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2;
}
.p-facility__item-title + .p-facility__item-text {
	margin: 10px 0 0;
}
.p-facility__madori {
	width: 1000px;
	padding: 50px;
	margin: 50px auto 0;
	background-color: #fff;
}
.p-facility__madori-list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 20px 0 0;
}
.p-facility__madori-list li {
	flex: 1 1 25%;
	font-size: 14px;
}
@media (max-width: 767px) {
	.p-facility__item + .p-facility__item {
		margin: 50px 0 0;
	}
}
@media screen and (min-width: 768px), print {
	.p-facility__list {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 50px;
		width: 1000px;
		margin: 50px auto 0;
	}
	.p-facility__item {
		flex: 0 0 475px;
	}
	.p-facility__item-title {
		font-size: 16px;
	}
	.p-facility__item-text {
		font-size: 14px;
	}
}
.p-access {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.p-access__block {
	padding: 50px 5% 50px 5%;
	background-color: #002972;
	color: #fff;
}
.p-access__heading {
	position: relative;
	padding: 0 0 37px;
	text-align: center;
}
.p-access__heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100px;
	border-top: 2px solid #838383;
}
.p-access__heading span,
.p-access__heading small {
	display: block;
}
.p-access__heading span {
	font-size: 30px;
	/* font-family: var(--wf-notosans); */
	letter-spacing: 0.1em;
	line-height: 14px;
}
.p-access__heading small {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.p-access__text {
	margin: 40px 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2;
}
.p-access__map {
	height: 300px;
}
.p-access__map iframe {
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.p-access {
		flex-wrap: wrap;
	}
	.p-access__block {
		order: 2;
		flex: 0 0 100%;
	}
	.p-access__map {
		order: 1;
		flex: 0 0 100%;
	}
}
@media screen and (min-width: 768px), print {
	.p-access__block {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1 1 33.33%;
		padding: 50px 5% 50px 5%;
		background-color: #002972;
		color: #fff;
	}
	.p-access__text {
		text-align: left;
		font-size: 14px;
	}
	.p-access__map {
		flex: 1 1 66.66%;
		height: 500px;
	}
}
.p-reserve {
	margin: 60px 0 0;
}
.p-reserve__heading {
	position: relative;
	padding: 0 0 10px;
	text-align: center;
	color: #002972;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 26px;
}
.p-reserve__heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 60px;
	height: 1px;
	background-color: #002972;
}
.p-reserve__list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	margin: 40px 0 0;
}
.p-reserve__item {
	width: calc(50% - 5px);
}
.p-reserve__item a {
	display: block;
	padding: 10px 0;
	border: 1px solid #002972;
	color: #002972;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
}
.p-reserve__item--current a {
	background-color: #002972;
	color: #fff;
}
.p-reserve__block {
	margin: 50px 0 0;
}
.p-reserve__title {
	position: relative;
	width: 100%;
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 2px #ebebeb solid;
	font-size: 18px;
	font-weight: 700;
}
.p-reserve__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 125px;
	border-top: 2px #02328d solid;
}
.p-reserve__text {
	font-size: 12px;
	line-height: 2;
}
.p-reserve__calendar {
	margin: 60px 0 0;
}
@media screen and (min-width: 768px), print {
	.p-reserve {
		padding: 120px 0;
		margin: 60px 0 0;
		background-color: #f1f3f9;
	}
	.p-reserve__inner {
		width: 1000px;
		padding: 100px 4%;
		background-color: #fff;
	}
	.p-reserve__heading {
		padding: 0 0 20px;
		font-size: 36px;
		line-height: 1.3;
	}
	.p-reserve__heading::after {
		width: 120px;
	}
	.p-reserve__list {
		justify-content: center;
		gap: 20px;
		margin: 60px 0 0;
	}
	.p-reserve__item {
		position: relative;
		z-index: 1;
		width: calc(25% - 15px);
	}
	.p-reserve__item::before {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background-color: #002972;
		transition: width 0.2s ease-out;
	}
	.p-reserve__item a {
		transition: color 0.2s ease-out;
	}
	.p-reserve__item:hover::before {
		width: 100%;
	}
	.p-reserve__item:hover a {
		color: #fff;
	}
	.p-reserve__item--current {
		pointer-events: none;
	}
	.p-reserve__block {
		margin: 40px 0 0;
	}
	.p-reserve__text {
		font-size: 14px;
	}
}
#booking-package input,
#booking-package select,
#booking-package textarea,
#booking_package_verificationCodeContent input {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	outline: none;
}
.p-reserve .p-modelhouse {
	padding-top: 0;
}
.p-reserve .p-modelhouse__wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 40px 0;
}
.p-reserve .p-modelhouse__list {
	padding: 0;
}
.p-reserve .p-modelhouse__item {
	flex: 0 0 50%;
	opacity: 1;
}
.p-reserve .p-modelhouse__item .c-modelhouse-item__image {
	height: auto;
}
@media screen and (min-width: 768px), print {
	.p-reserve__inner {
		width: 100%;
		max-width: 1000px;
	}
	.p-reserve .p-modelhouse {
		padding-top: 0;
	}
	.p-reserve .p-modelhouse__inner {
		width: 100%;
		max-width: 1000px;
	}
	.p-reserve .p-modelhouse__container {
		width: 100%;
		max-width: 1000px;
	}
	.p-reserve .p-modelhouse__item {
		flex: 1 1 25%;
	}
	.p-reserve .p-modelhouse__item .c-modelhouse-item__image {
		height: 180px;
	}
	.p-reserve .p-modelhouse__item .c-modelhouse-item__heading span {
		font-size: 17px;
	}
	.p-reserve .p-modelhouse__item .c-modelhouse-item__title,
	.p-reserve .p-modelhouse__item .c-modelhouse-item__text {
		font-size: 15px;
		line-height: 15px;
	}
	.p-reserve .p-modelhouse__item .c-modelhouse-item__tel span {
		font-size: 26px;
	}
}
