<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

/*-----------------------------------------------------------
	Global Header
-----------------------------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #ffffff;
}

.header .top-header {
	position: relative;
	width: 90.75%;
	margin: 0 auto;
	padding: 35px 0 0;
}

.header .top-header .logo_area {
	width: 100%;
	max-width: 194px;
}

.header .top-header .logo_area .logo {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.header .top-header .logo_area .logo a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.header .top-header .logo_area .logo img {
	width: 100%;
}

.header .top-header .gnav-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.header .top-header .g_menu {
	/* width: 67.58494031221304%; */
	margin: 0 auto;
}

.header .top-header nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 20px;
}

.header .top-header nav ul li {
	padding: 0 4px;
	transition: opacity 0.3s;
}

.header .top-header nav ul li a {
	z-index: 10;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5px 0;
	color: #000000;
	font-size: 1em;
	/* letter-spacing: 0.05em; */
	line-height: 1.21875;
	text-align: center;
	transition: 0.5s;
}

.header .top-header nav ul li a {
	opacity: 0.4;
	pointer-events: none;
}

.header .top-header nav ul li a.new {
	position: relative;
}

.header .top-header nav ul li a:hover {
	text-decoration: none;
}

.header .top-header nav ul li a span {
	display: block;
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	padding: 1px 4px;
	background-color: #d71d3b;
	color: #fff;
	font-size: 11px;
}

.header .top-header nav ul li .valid {
	opacity: 1;
	pointer-events: auto;
}

.header .top-header nav ul li .valid:hover {
	opacity: 0.7;
}

.header .top-header .link_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .top-header .link_area .btn {
	margin: 0 12.5px;
	transition: 0.5s;
}

.header .top-header .link_area .btn:first-child,
header .top-header .link_area .btn:last-child {
	margin: 0 12.5px 0 0;
}

/* .header .top-header .link_area .btn.req,
header .top-header .link_area .btn.res {
} */
.header .top-header .link_area .btn.req a,
header .top-header .link_area .btn.res a {
	border: 1px solid #000000;
	padding: 5px;
}

.header .top-header .link_area .btn a:hover {
	opacity: 0.5;
	text-decoration: none;
}

.header .top-header .link_area .btn a {
	height: 100%;
	width: 100%;
	margin: 0;
	color: #000000;
	font-size: 0.875em;
	text-align: center;
	letter-spacing: 0.1em;
}

.header .top-header .g_nav_btn {
	display: none;
}

@media only screen and (max-width: 1100px) {
	.header .top-header .logo_area {
		max-width: 160px;
	}

	.header .top-header nav ul li a {
		font-size: 0.75em;
	}

	.header .top-header .link_area .btn a {
		font-size: 0.75em;
	}
}

@media only screen and (max-width: 1000px) {
	.header .top-header {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: none;
		padding: 10px 20px;
		align-items: center;
	}

	.top .header .top-header {
		padding: 20px 40px;
	}

	.header .top-header .logo_area {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		max-width: none;
	}

	.header .top-header .logo_area .logo {
		margin: 0;
		max-width: 150px;
	}

	.top .header .top-header .logo_area .logo {
		width: 400px;
		max-width: initial;
	}

	/* .header .top-header .logo_area .residence {
    font-size: 10px;
    } */
	.header .top-header nav {
		opacity: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background: #fff;
		transform: translate(100%, 0);
		transition: 1s;
	}

	.header .top-header nav:before {
		position: relative;
	}

	.header .top-header nav.active {
		overflow-y: scroll;
		opacity: 1;
		width: 100%;
		margin: 0;
		transform: translate(0, 0);
	}

	.header .top-header nav ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		border-top: 1px solid #000;
	}

	.top .header .top-header nav ul {
		top: 100px;
	}

	.header .top-header nav ul li {
		position: relative;
		width: calc(100% / 2);
		padding: 0;
		/* border: 1px solid rgba(0, 0, 0, 0.5); */
		box-shadow: 1px 1px 0 0 #000;
		color: #000;
	}

	.top .header .top-header nav ul li {
		font-size: 45px;
	}

	.header .top-header nav ul li.active {
		background: #000;
	}

	.header .top-header nav ul li.active a {
		color: #fff;
	}

	.header .top-header nav ul li a {
		display: block;
		padding: 15px 0;
		font-size: 0.75em;
		color: #000;
		transition: 0.5s;
	}

	.header .top-header nav ul li a.new {
		padding: 20px 0 10px;
	}

	.top .header .top-header nav ul li a {
		padding: 40px 0;
	}

	.header .top-header nav ul li a span {
		top: 5px;
		left: 50%;
		transform: translateX(-50%);
	}

	.header .top-header .link_area {
		display: none;
	}

	.header .top-header .sp_link_area {
		width: 100%;
		box-shadow: none;
	}

	.header .top-header .sp_link_area a {
		opacity: 1;
		pointer-events: auto;
	}

	.top .header .top-header .g_menu .sp_link_area .lo-btn {
		margin: 150px auto 30px;
	}

	.header .top-header .g_menu .sp_link_area .lo-btn {
		margin: 50px auto 10px;
	}

	.top .header .top-header .sp_link_area .link-btn {
		width: 60.8%;
		height: auto;
		margin: 30px auto;
	}

	.header .top-header .sp_link_area .link-btn {
		display: block;
		width: 305px;
		height: 50px;
		margin: 10px auto;
		border: 1px solid #000000;
		box-shadow: 7px 7px 4px rgba(0, 0, 0, 0.08);
		color: #000000;
		font-size: 1.5em;
		line-height: 50px;
	}

	.top .header .top-header .sp_link_area .bot-btn {
		width: 60.8%;
		height: auto;
		margin: 30px auto;
	}

	.header .top-header .sp_link_area .bot-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 230px;
		height: 50px;
		margin: 10px auto;
		background-color: #544d31;
		font-size: 1.5em;
	}

	.header .top-header .sp_link_area .bot-btn a {
		color: #fff;
	}

	.header .top-header .g_nav_btn {
		display: block;
		position: relative;
		width: 40px;
		height: 20px;
	}

	.top .header .top-header .g_nav_btn {
		width: 65px;
		height: 35px;
	}

	.header .top-header .g_nav_btn.active span {
		width: 100%;
	}

	.header .top-header .g_nav_btn.active span:nth-of-type(1) {
		top: 48%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.header .top-header .g_nav_btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.header .top-header .g_nav_btn.active span:nth-of-type(3) {
		bottom: 48%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.header .top-header .g_nav_btn span {
		position: absolute;
		left: 50%;
		width: 100%;
		height: 1px;
		background: #806813;
		transition: 1s;
	}

	.header .top-header .g_nav_btn span:nth-of-type(1) {
		top: 0;
		transform: translate(-50%, 0);
	}

	.header .top-header .g_nav_btn span:nth-of-type(2) {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.header .top-header .g_nav_btn span:nth-of-type(3) {
		bottom: 0;
		transform: translate(-50%, 0);
	}
}

/*-----------------------------------------------------------
	layout
-----------------------------------------------------------*/
#container {
}

#container &gt; #main &gt; #contents {
}

#container &gt; #global-footer {
}

/*-----------------------------------------------------------
	Common Parts
-----------------------------------------------------------*/

.for-pc {
	display: block;
}

.for-sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.for-pc {
		display: none;
	}

	.for-sp {
		display: block;
	}
}

/*-----------------------------------------------------------
    request btn
-----------------------------------------------------------*/
.cvarea {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.requests {
	padding: 50px 0;
}

.requests .flex-center {
	padding: 5px 0 3px;
	border-top: solid 1px #544d31;
	border-bottom: solid 1px #544d31;
}

.flex-center {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.requests .bot-title {
	margin: 0;
	font-size: 2.5em;
}

.requests .bot-desc {
	font-size: 1em;
	line-height: 1.7;
}

.requests .bot-desc p {
	margin: 0;
	font-size: 0.9375em;
}

.requests .bot-button {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	width: 260px;
	height: 46px;
	color: #fff;
	background-color: #544d31;
	font-size: 1.125em;
}

.requests .bot-button:hover {
	text-decoration: none;
}

@media only screen and (min-width: 769px) {
	.requests {
		padding: 50px 0;
	}

	.requests &gt; p {
		padding-top: 25px;
	}
}

@media screen and (max-width: 768px) {
	.requests .flex-center {
		justify-content: center;
		padding: 1vw 0 3vw;
		text-align: center;
	}

	.requests .bot-title {
		font-size: 5.8vw;
		letter-spacing: 5px;
	}

	.requests .bot-desc {
		width: 100%;
		font-size: 2.5vw;
		letter-spacing: 3px;
	}

	.requests .bot-button {
		width: 85vw;
		max-width: 316px;
		height: 9vw;
		max-height: 44px;
		margin-top: 3vw;
		/* font-size: 2.8vw; */
		font-size: 2vw;
		letter-spacing: 7px;
	}
}

/*----------------------------------------
	Contents
------------------------------------------*/
@media only screen and (min-width: 1000px) {
	.sp {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	h2 {
		font-size: 1.625em;
		margin: 0;
		padding: 7vw 0;
	}
}

.co_1000 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.co_1000 {
		padding: 0 10px;
	}
}

#page-loading {
	/* display: flex;
    justify-content: center;
    align-items: center; */
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	height: -webkit-fill-available;
	pointer-events: none;
	background-color: #fff;
	z-index: 1000;
	transition: background-color 0.3s ease;
}

#page-loading .message {
	position: absolute;
	top: 180px;
	left: 50%;
	display: block;
	width: 540px;
	height: 72px;
	background: url(../images/loading_message.svg) center center no-repeat transparent;
	background-size: contain;
	transform: translate(-50%, 0);
	opacity: 0;
}

.skip {
	position: fixed;
	bottom: 10px;
	left: 30px;
	z-index: 1500;
	padding: 4px 8px;
	border: 1px solid #ffffff4d;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	opacity: 0;
}

.skip:hover {
	opacity: 0.8;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	#page-loading {
		padding: 0 40px;
	}
	#page-loading .message {
		top: 25vh;
		width: calc(100% - 80px);
	}
	.skip {
		left: 10px;
		font-size: 10px;
	}
}

/* 譯� 閭梧勹 */
#container {
	overflow: hidden;
	/* background: url(../images/bg_cherry_back.jpg) center 1500px repeat-y #fff; */
	background-size: 100% auto;
	transition: background 1.2s 0s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* 譯� 蜑埼擇 */
#bg_cerry_front {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	pointer-events: none;
	z-index: 50;
}

#bg_cerry_front span {
	display: block;
	width: 100%;
	/* height: 6000px; */
	/* background: url(../images/bg_cherry_front.png) center top repeat-y transparent; */
	background-size: 100% auto;
	transition: transform 1.2s 0s cubic-bezier(0.075, 0.82, 0.165, 1);
	opacity: 0.75;
}

/* Main Visual */
#main-visual {
	position: relative;
	padding-top: 175px;
	height: 100vh;
	/* background: url(../images/mv.jpg) center bottom no-repeat transparent; */
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: cover;
	text-align: center;
	z-index: 100;
}

#main-visual #slideImage {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 200;
}

#main-visual #mv_cherry {
	position: fixed;
	background-color: #fff;
}

#main-visual #mv_cherry video {
	height: 100%;
}

#main-visual #aerial01,
#main-visual #aerial02,
#main-visual #aerial03 {
	position: fixed;
	width: 100vw;
	height: 100vh;
}

#main-visual #top01,
#main-visual #top02 {
	position: fixed;
	width: 100vw;
	height: calc(100vh - 130px);
	top: 130px;
}

#main-visual #aerial01 {
	background: url(../images/aerial_01.png) center bottom / 100% auto no-repeat transparent;
	opacity: 0;
	z-index: 10;
}

#main-visual #aerial02 {
	background: url(../images/aerial_02.png) center bottom / 100% auto no-repeat transparent;
	opacity: 0;
	z-index: 20;
}

#main-visual #aerial03 {
	background: url(../images/aerial_03.png) center bottom / 100% auto no-repeat transparent;
	opacity: 0;
	z-index: 30;
}

#main-visual #top01 {
	background: url(../images/top_01.jpg) center bottom/ cover no-repeat transparent;
	opacity: 0;
	z-index: 40;
}

#main-visual #top02 {
	background: url(../images/top_02.jpg) center bottom / cover no-repeat transparent;
	opacity: 0;
	z-index: 50;
}

#main-visual #top01 .slide-title,
#main-visual #top02 .slide-title {
	position: absolute;
	top: 44px;
	font-size: clamp(20px, 1.875vw, 36px);
	color: #fff;
}

#main-visual #top01 .slide-title {
	left: 50px;
}

#main-visual #top02 .slide-title {
	right: 50px;
}

#main-visual .caption {
	opacity: 0;
}

#main-visual .caption img {
	max-width: 444px;
	vertical-align: top;
}

#main-visual .title {
	margin: 5px 0;
	line-height: 1;
	opacity: 0;
}

#main-visual .title img {
	max-width: 444px;
	vertical-align: top;
}

#main-visual p.disc {
	position: absolute;
	bottom: 5px;
	right: 10px;
	margin: 0;
	color: #fff;
	font-size: 0.625em;
}

/*.top-message {
    margin: 0;
    padding: 50px 0 101px;
    text-align: center;
}

.top-message p {
    margin: 0;
}

.top-message p:last-of-type {
    margin-top: 51px;
}

.top-message p:last-of-type img{
    max-width: 825px;
}

.top-message .upper-message {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: left;
}

.top-message .upper-message p {
    margin: 0;
}

.top-message .upper-message &gt; p {
    margin-right: 30px;
    margin-left: 11px;
    line-height: 1;
    font-size: 45px;
}

.top-message .upper-message div {
    position: relative;
}

.top-message .upper-message div &gt; p:first-child {
    position: absolute;
    top: 24px;
    line-height: 1;
    margin-left: 18px;
    font-size: 10px;
}

.top-message .upper-message div &gt; p:last-child {
    line-height: 1;
    margin-top: 8px;
    font-size: 27px;
}

.top-message .upper-message div .vertical {
    writing-mode: vertical-rl;
    font-size: 12px;
}

.top-message .upper-message div .letter-space {
    margin-left: -14px;
    letter-spacing: -0.2em;
}

.top-message .upper-message div .large {
    color: #A98320;
    font-size: 60px;
}

@media screen and (max-width: 768px) {
    .top-message .upper-message &gt; p {
        margin: 0;
        font-size: 26px;
    }

    .top-message .upper-message div &gt; p:last-child {
        font-size: 14px;
    }

    .top-message .upper-message div .large {
        font-size: 38px;
    }
}

.top-message .bottom-message {
    margin-top: 48px;
}

.top-message .bottom-message p {
    line-height: 1.2;
    margin: 0;
    font-size: 40px;
}

.top-message .bottom-message .tentative {
    font-size: 21px;
}

.top-message .bottom-message .large {
    margin-left: -18px;
    font-size: 45px;
}

.top-message .bottom-message .letter-space {
    letter-spacing: -0.2em;
    margin-right: 10px;
}

.top-message a {
    display: inline-block;
    width: 498px;
    height: 68px;
    line-height: 68px;
    margin-top: 51px;
    color: #111;
    font-size: 1.25em;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    border: 1px solid #444;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
    transition: background .2s ease-out;
} */

#pop-up {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#pop-up a,
#pop-up-sp a {
	pointer-events: all;
	display: flex;
	background-color: unset;
}
#pop-up .model-room {
	position: absolute;
	right: 0;
	top: 168.8px;
	width: 300px;
	height: fit-content;
}
#pop-up .security,
#pop-up-sp .security {
	position: relative;
	width: 100%;
	max-width: 520px;
}
#pop-up .security {
	position: absolute;
	bottom: 0;
	left: 0;
	aspect-ratio: 30 / 32;
}
/* #pop-up .security &gt; div {
	width: 100%;
	height: 100%;
}
#pop-up .security figure {
	width: 100%;
	height: 100%;
}
#pop-up .security img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right top;
} */
@media screen and (max-width: 1100px) {
	#pop-up .model-room {
		top: 152px;
	}
}
@media screen and (max-width: 1000px) {
	#pop-up .model-room {
		top: 51.7px;
	}
}
#pop-up-sp {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin: 0 0 0 auto;
}

#pop-up img,
#pop-up-sp img {
	width: 100%;
}

#pop-up .close,
#pop-up-sp .close {
	position: absolute;
	width: 36px;
	top: -2px;
	left: 0;
	padding: 0;
	border: 0;
	background-color: unset;
	cursor: pointer;
	z-index: 100;
}

#pop-up .close svg,
#pop-up-sp .close svg {
	fill: #fff;
}

#pop-up a {
	transition: filter 200ms;
}

#pop-up a:hover {
	filter: brightness(1.25);
	opacity: unset;
}

.fixed-banner {
	display: none;
}

.eyecatch {
	position: relative;
	width: 100%;
	z-index: 99;
}

.eyecatch img {
	width: 100%;
}

.eyecatch1 {
	/* background: linear-gradient(to right, #5a5a5a, #000000, #5a5a5a);
	background-image: radial-gradient(circle, #f5ef9e, #b49241 80%) */
	background-color: #173d24;
	max-width:;
}

.eyecatch2 {
	/* background: linear-gradient(to bottom, #6d1517, #3f1517); */
	/* color: #fff; */
	background-color: #effff5;
	display: flex;
	justify-content: center;
	gap: 16px;
	font-size: 22px;
	align-items: flex-end;
	padding: 24px 16px;
	flex-wrap: wrap;
}

.eyecatch1 figure,
.eyecatch2 figure {
	max-width: 760px;
	padding: 20px 10px;
	width: 100%;
	margin: 0 auto;
}

.eyecatch2 p {
	margin: 0;
}

.eyecatch2 .access {
	display: flex;
	align-items: center;
	text-align: center;
	line-height: 1.2;
	gap: 8px;
}

.eyecatch2 .access &gt; div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.eyecatch2 .access .line {
	font-size: 0.7em;
}

.eyecatch2 .access .min {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	line-height: 1;
}

.eyecatch2 .access .min p:first-child {
	font-size: 1.8em;
}

.eyecatch2 .cost {
	display: flex;
	align-items: flex-end;
	gap: 8px;
}
.eyecatch2 .cost &gt; div {
	display: flex;
	align-items: flex-end;
}

.eyecatch2 .cost .plan {
	border: #fff solid 1px;
	height: fit-content;
	padding: 0 16px;
}

.eyecatch2 .cost .plan p:nth-child(2) {
	font-size: 0.7em;
	transform: translateY(-2px);
}

.eyecatch2 .loan {
	line-height: 1;
	transform: translateY(-4px);
	font-size: 1.5em;
}

.eyecatch2 .loan p:nth-child(2) {
	font-size: 2em;
	line-height: 0.8;
}

.eyecatch2 .loan p:nth-child(4) {
	font-size: 0.4em;
}

@media screen and (min-width: 768px) {
	.eyecatch2 {
		font-size: 28px;
	}
}

.announce2 {
	max-width: 980px;
	margin: 78px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.announce2 &gt; p {
	margin: 0;
	font-size: 2.5em;
}
.announce2 .announce-detail {
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 2em;
}
.announce2 .announce-detail p {
	margin: 0;
}

.announce {
	max-width: 1020px;
	margin: 0 auto;
	padding: 48px 16px 0;
}

.announce img {
	width: 100%;
}

.announce .announce-detail {
	/* background: radial-gradient(ellipse at top, rgba(255, 251, 164, 1) 0%, rgba(173, 131, 45, 1) 100%); */
	background-color: #861d10;
	padding: 2rem;
	gap: 32px;
	outline: 1px solid rgba(255 255 255 /0.5);
	outline-offset: -8px;
}

.announce .announce-detail p {
	color: #ffffff;
	margin: 0;
	text-align: center;
	font-size: clamp(1.7rem, 0.4752rem + 3.3058vw, 2.5rem);
}

.announce .announce-detail p span.min {
	font-size: 0.75em;
}

.form-button {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1020px;
	padding: 0 20px;
	gap: 2rem;
	margin: 51px auto 0;
}

.form-button a {
	display: inline-block;
	width: 498px;
	height: 80px;
	line-height: 80px;
	color: #111;
	font-size: 1.25em;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	border: 1px solid #444;
	box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
	transition: background 0.2s ease-out;
}

@media screen and (min-width: 1440px) {
	#main-visual {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 1100px) {
	#main-visual #top01,
	#main-visual #top02 {
		height: calc(100vh - 105px);
		top: 105px;
	}

	#main-visual #top01 {
		background: url(../images/top_01.jpg) center bottom / cover no-repeat transparent;
	}

	#main-visual #top02 {
		background: url(../images/top_02.jpg) center bottom / cover no-repeat transparent;
	}
}

@media screen and (max-width: 1000px) {
	#main-visual #top01,
	#main-visual #top02 {
		height: 100vh;
		top: 0;
	}

	#main-visual #top01 .slide-title,
	#main-visual #top02 .slide-title {
		top: 100px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 768px) {
	#main-visual {
		padding-top: 20vh;
		height: 100vh;
		background-image: url(../images/mv_sp.jpg);
		background-size: cover;
	}

	#main-visual #mv_cherry {
		height: 100vh;
	}

	#main-visual #aerial01 {
		background: url(../images/aerial_sp_01.png) center bottom / contain no-repeat transparent;
	}

	#main-visual #aerial02 {
		background: url(../images/aerial_sp_02.png) center bottom / contain no-repeat transparent;
	}

	#main-visual #aerial03 {
		background: url(../images/aerial_sp_03.png) center bottom / contain no-repeat transparent;
	}

	#main-visual #top01 {
		/* background: url(../images/top_01_sp.jpg) center bottom / cover no-repeat transparent; */
	}

	#main-visual #top02 {
		/* background: url(../images/top_02_sp.jpg) center bottom / cover no-repeat transparent; */
	}

	#main-visual #top01 .slide-title,
	#main-visual #top02 .slide-title {
		font-size: clamp(20px, 5.33333334vw, 28px);
	}

	#main-visual #top01 .slide-title {
		left: 20px;
		text-align: left;
	}

	#main-visual #top02 .slide-title {
		right: 20px;
		text-align: right;
	}

	#main-visual .title,
	#main-visual .caption {
		padding: 0 60px;
		margin: 0 auto;
		max-width: 500px;
	}

	#main-visual .title {
		margin: 15px auto;
	}

	#main-visual .title img,
	#main-visual .caption img {
		width: 100%;
	}

	#main-visual .caption {
		padding: 0 80px;
	}

	#main-visual .caption-small {
		padding: 0 130px;
	}

	.top-message {
		padding: 45px 20px 75px;
	}

	.top-message img {
		width: 100%;
	}

	.top-message p:last-of-type {
		margin-top: 15px;
	}

	.top-message a {
		width: 280px;
		margin-top: 45px;
		font: 1.125em;
	}
	#pop-up {
		display: none;
	}

	.fixed-banner {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}

	.fixed-banner ul {
		display: flex;
		align-items: center;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.fixed-banner ul li {
		width: calc(100% / 3);
		list-style: none;
	}

	.fixed-banner ul li img {
		width: 100%;
	}

	.announce2 {
		margin: 30px auto 0;
		padding: 0 27.5px;
	}

	.announce2 .announce-detail {
		margin: 0 auto;
		font-size: 1em;
	}

	.announce {
		margin: 0 auto;
		padding: 32px 27.5px;
	}

	.announce2 p {
		font-size: 1.25em;
	}
	.announce p {
		font-size: 1.25em;
	}

	.announce img {
		max-width: 650px;
		margin: 5px auto 0;
	}

	.announce .announce-detail {
		padding: 1rem;
		flex-direction: column;
		gap: 8px;
	}

	.announce .announce-detail p span.date {
		display: inline-block;
		padding: 0.25rem 1.5rem;
	}

	.form-button a {
		width: 280px;
		height: 68px;
		line-height: 68px;
		font-size: 1.125em;
	}

	.form-button {
		margin: 30px auto 0;
		flex-direction: column;
		gap: 1rem;
	}

	.eyecatch1 figure,
	.eyecatch2 figure {
		max-width: 355px;
	}
}

.features {
	max-width: 980px;
	margin: 0 auto;
}

.features img {
	width: 100%;
	height: auto;
}

.common-layout {
	position: relative;
}

.common-layout .text {
	position: relative;
	z-index: 10;
}

.common-layout .image {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

.banner-area {
	max-width: 980px;
	margin: 51px auto 78px;
	display: grid;
	gap: 50px;
	place-items: center;
}

.banner-area img {
	width: 100%;
}

.reserve-table-area {
	max-width: 728px;
	margin: 78px auto;
	width: 100%;
}

.reserve-table dl {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background-color: #fff;
	box-shadow: #0000005b 2px 2px 6px;
}

.reserve-table dl * {
	padding: 10px;
	border-top: #000 solid 1px;
	border-right: #cecece solid 1px;
	width: 100%;
	margin: 0;
	text-align: center;
	display: grid;
	place-items: center;
}

.reserve-table dl :nth-child(-n + 4) {
	border-top: none;
	background: #f5e8ed;
}

.reserve-table dl :nth-child(4n) {
	border-right: none;
}

.reserve-table dl :nth-child(4n-3) {
	border-right: #000 solid 1px;
}

.reserve-table-area .title {
	font-size: 1.25em;
	margin: 0;
}

.reserve-table-area .caption {
	font-size: 0.8em;
}

.sec-02 {
	margin-top: 78px;
}
.sec-03 {
	margin-top: 52px;
}
.sec-04 {
	margin-top: 106px;
}
.sec-05 {
	margin-top: 90px;
}
.sec-06 {
	margin-top: 90px;
}

.common-layout .viewmore {
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 5;
}

.common-layout .viewmore p {
	margin: 0;
	color: #000;
	font-size: 1.125em;
}

.common-layout .viewmore img {
	position: relative;
	width: 64px;
	height: 7px;
	left: 5px;
}

.common-layout:hover .viewmore img {
	left: 25px;
	transition: 0.5s;
}

.sec-01 .viewmore {
	bottom: -23px;
}

.sec-02 .viewmore {
	bottom: 0;
}

.sec-03 .viewmore {
	bottom: 16px;
	left: 24%;
}

.sec-04 .viewmore {
	bottom: 10px;
}

.sec-05 .viewmore {
	bottom: -40px;
}

.sec-06 .viewmore {
	bottom: -35px;
	left: 28%;
}

@media screen and (max-width: 768px) {
	.features {
		padding: 0 27.5px;
	}

	.features .anchor {
		font-size: 0.75em;
	}

	.features .anchor img {
		width: 25px;
	}

	.banner-area {
		margin: 30px 0;
		padding: 0 27.5px;
		gap: 30px;
	}

	.banner-area img {
		max-width: 650px;
	}

	.reserve-table-area {
		padding: 0 27.5px;
	}

	.sec-02,
	.sec-04,
	.sec-05,
	.sec-06 {
		margin-top: 50px;
	}
}

.buttons {
	margin-top: 160px;
}

.buttons ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.buttons ul li {
	width: 498px;
	margin: 0 15px;
}

.buttons ul li a {
	display: inline-block;
	width: 498px;
	line-height: 80px;
	color: #111;
	font-size: 1.25em;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	border: 1px solid #444;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	transition: opacity 0.2s ease-out;
}

@media screen and (max-width: 1058px) {
	.buttons ul li {
		width: auto;
	}
	.buttons ul li a {
		width: 350px;
	}
}

@media screen and (max-width: 768px) {
	.buttons {
		margin-top: 100px;
	}
	.buttons ul {
		flex-wrap: wrap;
		row-gap: 16px;
	}
	.buttons ul li a {
		width: 280px;
		font-size: 1.125em;
	}
}

.buttons ul li a:hover {
	/* background-color: #f0f0f0; */
	opacity: 0.7;
}

.buttons ul li.disabled a {
	background-color: #ddd;
}

.annotation-area {
	max-width: 1000px;
	margin: 101px auto 0;
}

.annotation-area p {
	font-size: 10px;
	margin: 0;
}

.annotation-area p + p {
	margin-top: 5px;
}

@media screen and (max-width: 1024px) {
	.annotation-area {
		width: 98%;
		padding: 0 10px;
		margin: 70px auto 40px;
	}
}

/*-----------------------------------------------------------
	Sub-page common
-----------------------------------------------------------*/
.common-mv {
	position: relative;
	width: 100%;
	height: 360px;
	margin-top: 168.8px;
}

@media screen and (max-width: 1000px) {
	.common-mv {
		height: 35.35353535353536vw;
		margin-top: 50.25px;
	}
}

@media screen and (max-width: 768px) {
	.common-mv {
		position: relative;
		height: 300px;
	}
}

/*-----------------------------------------------------------
	Global Footer
-----------------------------------------------------------*/
#global-footer {
	max-width: 1000px;
	width: 98%;
	margin: 0 auto;
	padding: 46px 0 20px 0;
}

#global-footer p#footer-text {
	margin: 0 0 4px;
	font-size: 0.8125em;
	line-height: 1.6153846153846154;
	text-align: center;
}

#global-footer dl {
	margin: 0;
	padding: 20px;
	font-size: 0.875em;
	line-height: 1.5;
	text-align: center;
}

#global-footer dl dt {
	max-width: 818px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

#global-footer dl dd {
	margin: 0;
}

#global-footer dl dt a {
	font-size: 0.9285714285714286em;
}

#global-footer dl dt a:hover {
	text-decoration: underline;
}

#global-footer dl dd ul {
	padding: 0;
}

#global-footer dl dd ul li {
	display: inline-block;
	margin-left: 7px;
	margin-bottom: 5px;
	padding-left: 7px;
	border-left: 1px solid #000;
	font-size: 0.9285714285714286em;
	line-height: 1.1;
}

#global-footer ul#policy li {
	font-size: 0.8125em;
}

#global-footer dl dd ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

#global-footer dl dd ul li a:hover,
#global-footer ul#policy li a:hover {
	text-decoration: underline;
}

#global-footer dl dt a,
#global-footer dl dd ul li a,
#global-footer ul#policy li a {
	color: #000000;
}

#global-footer ul#banner,
#global-footer ul#policy {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto 16px;
	padding: 0;
}

#global-footer ul#policy {
	margin-top: 16px;
	justify-content: center;
	column-gap: 16px;
	row-gap: 8px;
}

#global-footer ul#policy li {
	margin: 0 !important;
	height: auto !important;
}

#global-footer ul#banner li,
#global-footer ul#policy li {
	list-style: none;
	width: auto;
	height: 54px;
	margin: 0 auto 5px;
	text-align: center;
}

#global-footer ul#banner li img {
	width: auto;
	height: 100%;
}

#global-footer ul#banner li:nth-child(5) {
	height: 100px;
}

#footerBottom {
	/* display: flex;
    justify-content: space-between; */
	margin: 20px 0 50px;
}

#footerBottom img {
	width: 100%;
}

#footerBottom ul {
	display: flex;
	justify-content: center;
	list-style: none;
	width: 100%;
	padding: 0;
}

#footerBottom ul li:first-child {
	margin-right: 32px;
}

#footerBottom ul .kintetsu img {
	/* width: 205px;
	max-width: 250px; */
	height: 64px;
}

#footerBottom ul .sumitomo img {
	/* width: 260px;
	max-width: 285px; */
	height: 64px;
}

#footerBottom ul .tel {
	margin-left: 64px;
}

#footerBottom ul .tel a {
	text-decoration: none;
}

#footerBottom ul .tel a &gt; span {
	display: block;
	font-size: 10px;
	color: #000;
}

#footerBottom ul .tel img {
	width: 410px;
	max-width: 285px;
}

#footerBottom .footer-right {
	text-align: right;
}

#footerBottom small {
	font-size: 0.75em;
	margin-top: auto;
}

@media screen and (max-width: 1000px) {
	#global-footer {
		padding: 0 0 20px 0;
	}

	#global-footer .pc-only {
		display: none;
	}

	#global-footer ul#banner {
		margin-bottom: 20px;
		flex-direction: column;
	}

	.top #global-footer ul#banner {
		margin-bottom: 70px;
	}

	#global-footer ul#banner li {
		height: 65px;
		text-align: center;
		margin-left: auto;
		margin-bottom: 3.3333333333333335%;
	}

	.top #global-footer ul#banner li {
		height: auto;
	}

	#global-footer.top ul#banner li {
		height: 100px;
	}

	#global-footer ul#banner li {
		width: auto;
	}

	#global-footer ul#banner li:nth-child(4) {
		margin-bottom: 0;
	}

	#global-footer p#footer-text {
		font-size: 0.75em;
		line-height: 1.4;
		margin-bottom: 5%;
	}

	.top #global-footer p#footer-text {
		margin-bottom: 3%;
	}

	.top #global-footer p#footer-text {
		font-size: 1.25em;
	}

	#global-footer dl {
		font-size: 0.75em;
		line-height: 1.4;
		padding: 3.3333333333333335%;
		border: 1px solid #000;
	}

	.top #global-footer dl {
		padding: 0 3.3333333333333335% 3.3333333333333335%;
	}

	#global-footer dl dt {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	#global-footer dl dt a {
		font-size: 1em;
	}

	.top #global-footer dl dt a {
		font-size: 1.25rem;
	}

	.top #global-footer dl dd ul li a {
		font-size: 1.125rem;
	}

	#global-footer dl dd ul li {
		display: block;
		margin-left: 0;
		margin-bottom: 2px;
		padding-left: 0;
		border-left: none;
		font-size: 1em;
	}

	#global-footer dl dd ul li:last-child {
		margin-bottom: 0;
	}

	#footerBottom {
		flex-wrap: wrap;
		margin: 10px 0 0;
		padding-bottom: 20px;
	}

	#footerBottom ul {
		width: 100%;
		max-width: 650px;
		margin: 0 auto;
	}

	#footerBottom ul {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0 40px;
	}

	#footerBottom ul li + li {
		margin-top: 20px;
	}

	#footerBottom ul .tel {
		margin-left: 0;
	}

	#footerBottom ul .tel img,
	#footerBottom ul .kintetsu img,
	#footerBottom ul .sumitomo img {
		width: 100%;
	}

	#footerBottom small {
		margin-top: 4vw;
		width: 100%;
		text-align: center;
		display: block;
	}
}

/*
#global-footer {
    margin-top: 80px;
    padding: 80px 0;
}
#global-footer .banners {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}
#global-footer .banners ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}
#global-footer .banners ul li {
    margin-right: 32px;
}
#global-footer .banners ul li.tel {
    margin-right: 0;
    margin-left: auto;
}
#global-footer .banners ul li a {
    transition: opacity .2s;
}
#global-footer .banners ul li a:hover {
    opacity: 0.75;
}


@media screen and (max-width: 1160px) {
    #global-footer .banners ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    #global-footer .banners ul li {
        margin: 0 16px;
    }
    #global-footer .banners ul li.tel {
        margin: 0 32px;
        margin-top: 16px;
    }
} */

a[href="https://www.kintetsu-re.co.jp/utagwbj/cgi-bin/client/data_form/data_form.cgi?siryou_id=300"]
{
	background: #7e6000;
	border: unset !important;
	color: #fff !important;
}
a[href=" https://airrsv.net/AKR1785438194/calendar?schdlId=s0000A8857"]
{
	background: #861d10;
	border: unset !important;
	color: #fff !important;
}
a[href=" https://airrsv.net/AKR1785438194/calendar?schdlId=s0000A8857"]:hover
{
	text-decoration: none;
}

#banner-modal,
#movie-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 1000;
	padding: 60px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s;
}

#movie-modal {
	opacity: 0;
	pointer-events: none;
}

#banner-modal .container {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	display: flex;
	pointer-events: none;
	width: 100%;
	max-width: 768px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5vmin;
	height: 90dvh;
}

#movie-modal .container {
	position: relative;
	z-index: 10;
	height: fit-content;
	width: 100%;
}

#movie-modal .container &gt; div {
	margin: 0 auto;
	width: auto;
	height: 100%;
	max-height: calc(100dvh - 120px);
	aspect-ratio: 966 / 461;
}

#movie-modal .container &gt; div iframe {
}

#banner-modal img {
	max-width: 100%;
	object-fit: contain;
	width: 100%;
	height: auto;
}

#banner-modal a {
	display: flex;
	pointer-events: all;
	/* height: 36vmin; */
	/* aspect-ratio: 660 / 245; */
	/* background: none !important; */
}

#banner-modal #banner-bg,
#movie-modal #movie-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255 255 255 /0.7);
	z-index: 0;
}

#banner-modal svg,
#movie-modal svg {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 40px;
	height: 40px;
	z-index: 10;
}

#movie-banner {
	border: none;
	background: none;
}

#movie-banner {
	cursor: pointer;
	transition: opacity 0.3s;
}

#movie-banner:hover {
	opacity: 0.7;
}

.main-carousel {
	background-image: url(../images/carousel1_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 51.69px;
	position: relative;
	z-index: 60;
}

.main-carousel figure {
	position: relative;
}

.main-carousel img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.main-carousel figcaption {
	position: absolute;
	font-size: 12px;
	color: #fff;
	text-shadow:
		0 0 4px #000,
		0 0 4px #000,
		0 0 4px #000;
	right: 4px;
	bottom: 4px;
}

@media screen and (min-width: 768px) {
	.main-carousel {
		background-image: url(../images/carousel1_pc.jpg);
	}
}

@media screen and (min-width: 1001px) {
	.main-carousel {
		padding-top: 152px;
	}
}
@media screen and (min-width: 1101px) {
	.main-carousel {
		padding-top: 168.8px;
	}
}
</pre></body></html>