@charset "utf-8";
/* ===================================================
	Home CSS
====================================================== */

/* Common parts */
#g_header {
	opacity: 0;
}
#g_header.show {
	opacity: 1;
}

/* __ title __ */
h2 .en {
	color: var(--color1);
}
.cmn_sq {
	padding: 10px 0;
	font-size: 24px;
}
.cmn_sq::before {
	content: '■';
	margin-right: 5px;
	color: var(--color1);
	font-size: 16px;
}

/* __ table __ */
.cmn_table {
	border-top: 1px solid #aaa;
}
.cmn_table>div {
	border-bottom: 1px solid #aaa;
}
.cmn_table>div>dt {
	padding: 24px 20px;
	background-color: #eee;
}
.cmn_table>div>dd {
	padding: 24px 35px;
}
.cmn_table dd div+div {
	margin-top: 10px;
}
.cmn_table dd ol {
	counter-reset: list 0;
	line-height: 2;
}
.cmn_table dd li {
	padding-left: 1.25em;
    text-indent: -1.25em;
}
.cmn_table dd li::before {
	counter-increment: list 1;
	content: counter(list) '.';
	margin-right: 5px;
}
@media screen and (min-width: 601px) {
	.cmn_table div {
		display: flex;
	} 
	.cmn_table>div>dt {
		flex-shrink: 0;
		width: 210px;
	}
	.cmn_table dd {
		line-height: 1.5;
	}
	.cmn_table dd dt {
		flex-shrink: 0;
		width: 125px;
	}
	[lang="en"] .cmn_table dd dt {
		width: auto;
	}
	[lang="en"] .cmn_table dd div {
		flex-direction: column;
	}
}
@media screen and (max-width: 600px) {
	.cmn_table>div>dt {
		padding: 12px 1em;
	}
	.cmn_table>div>dd {
		padding: 12px 2em;
	}
}



/* ---------------------------------------------------
	#main_img
------------------------------------------------------ */
#main_img h1 {
	position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0.001deg);
	transform-origin: left;
	opacity: 1;
	filter: drop-shadow(0px 0px 30px #000) drop-shadow(0px 0px 25px #000);
}
/* Safari */
_::-webkit-full-page-media, _:future, #main_img h1 {
	filter: drop-shadow(0px 0px 30px #000) drop-shadow(0px 0px 30px #000) drop-shadow(0px 0px 22px #000);
}
#main_img h1 span {
	position: relative;
	overflow: hidden;
	display: block;
	width: 0;
	transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.2s;
}
#main_img h1.show span {
	width: 100%;
}
#main_img h1 img {
	width: 318px;
	max-width: none;
}
#main_img .slick {
    margin: 0 auto;
	opacity: 0;
	transition: opacity 0.5s linear;
}
#main_img .slick.slick-initialized {
	opacity: 1;
}
#main_img .slick .ofi {
	height: 100vh;
	min-height: 380px;
	transition: transform 8s linear;
	object-position: center bottom;
}
#main_img .slick .active .ofi {
	transform: scale(1.1);
}
@media screen and (max-width: 600px) {
	#main_img h1 img {
		width: max(150px, 48vw);
	}
	#main_img .slick .ofi {
		height: 100svh;
		min-height: 0;
	}
}


/* ---------------------------------------------------
	#sec_lead
------------------------------------------------------ */
#sec_lead {
	position: relative;
	z-index: 0;
	line-height: 2.5;
	padding: 70px 0 95px;
	color: #000;
	background: url(../../img/lead_bg.webp)no-repeat center/cover;
	text-align: center;
	font-size: 22px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1);
}
#sec_lead h2 {
	font-size: 20px;
}
#sec_lead .tit {
	line-height: 1.55;
	margin: 15px 0 20px;
	font-size: 32px;
}
#sec_lead p+p {
	margin-top: 0.5em;
}
#sec_lead::after {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, transparent 5%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 600px) {
	#sec_lead {
		padding: 60px 0 75px;
		font-size: 17px;
		background-size: auto 70%;
		background-position: center top;
	}
	#sec_lead h2 {
		font-size: 16px;
	}
	#sec_lead .tit {
		font-size: 24px;
	}
	[lang="en"] #sec_lead {
		line-height: 1.8;
	}
	[lang="en"] #sec_lead .tit {
		line-height: 1.4;
	}
	[lang="en"] #sec_lead p+p {
		margin-top: 0.75em;
	}
}


/* ---------------------------------------------------
	#sec_rooms
------------------------------------------------------ */
#sec_rooms h3 {
	font-size: 26px;
	color: #000;
}
#sec_rooms h3 .en {
	margin-right: 0.35em;
	font-size: 32px;
}
#sec_rooms .detail {
	display: flex;
	padding: 20px 0 95px;
}
#sec_rooms .cmn_bg_lr {
	margin-top: 1em;
}
#sec_rooms .slick {
	margin-bottom: 0;
}
#sec_rooms .slick-slide img {
	border-radius: 10px;
}

@media screen and (min-width: 601px) {
	#sec_rooms .detail [class^="box"] {
		padding: 0 4% 0 5%;
	}
	#sec_rooms .detail .box_l {
		flex-shrink: 0;
		width: 42.5%;
	}
	#sec_rooms .detail .box_r {
		border-left: 1px solid #aaa;
		padding-top: 0.5em;
	}
}
@media screen and (max-width: 600px) {
	#sec_rooms h3 {
		font-size: 20px;
	}
	#sec_rooms h3 .en {
		font-size: 24px;
	}
	#sec_rooms .slick-slide img {
		aspect-ratio: 1.414 / 1;
	}
	#sec_rooms .detail {
		display: block;
		padding: 0 0 60px;
	}
	#sec_rooms .detail [class^="box"] {
		line-height: 2;
		padding: 0 4%;
	}
	#sec_rooms .detail .box_l {
		letter-spacing: 0.04em;
	}
	#sec_rooms .detail .box_r {
		margin-top: 1.5em;
	}
	#sec_rooms .cmn_bg_lr {
		margin-top: 30px;
	}
	#sec_rooms section:last-child .detail {
		padding-bottom: 0;
	}
}


/* ---------------------------------------------------
	#sec_info
------------------------------------------------------ */
#sec_info {
	padding-top: 90px;
}
@media screen and (max-width: 600px) {
	#sec_info {
		padding-top: 50px;
	}
}


/* ---------------------------------------------------
	#sec_overall_view
------------------------------------------------------ */
#sec_overall_view {
	padding-top: 90px;
}
#sec_overall_view .links ul {
	display: flex;
	flex-wrap: wrap;
	width: 540px;
	max-width: 100%;
	margin-top: 1em;
	border: 1px solid #aaa;
	padding: 15px;
	line-height: 2.2;
}
#sec_overall_view .links a {
	text-decoration: underline;
}
[lang="en"] #sec_overall_view .links ul {
	flex-direction: column;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#sec_overall_view .links a:hover {
		text-decoration: none;
	}
}
@media screen and (min-width: 601px) {
	#sec_overall_view .inner_sm {
		position: relative;
	}
	#sec_overall_view .links {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#sec_overall_view .links li:nth-of-type(odd) {
		margin-right: 1em;
	}
	[lang="en"] #sec_overall_view .inner_sm {
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 600px) {
	#sec_overall_view {
		padding-top: 50px;
	}
	#sec_overall_view .links {
		font-size: 13px;
	}
	#sec_overall_view .links p {
		display: flex;
		flex-wrap: wrap;
	}
	#sec_overall_view .links ul {
		flex-direction: column;
	}
}


/* ---------------------------------------------------
	#sec_access
------------------------------------------------------ */
#sec_access {
	padding: 90px 0 140px;
}
#sec_access h2 {
	padding: 10px 0;
}
#sec_access h2 .en {
	margin-right: 0.5em;
	font-size: 32px;
	color: #af995d;
}
#sec_access .map_col {
	display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 0 30px;
    width: 100%;
	padding-bottom: 45px;
}
.gmap {
	filter: grayscale(0.6);
}
.gmap iframe {
	line-height: 1;
	width: 100%;
	margin-bottom: 1em;
	border-radius: 10px;
}
#sec_access .box_l p {
	padding-left: 1em;
	text-indent: -1em;
}
#sec_access .box_l p span {
	text-indent: -1em;
}
#sec_access .pin {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	line-height: 48px;
	border: 1px solid #aaa;
	border-radius: 25px;
	transition: background-color 0.5s;
}
#sec_access .pin::before {
	content: '';
	display: inline-block;
	width: 20px;
	aspect-ratio: 1/1;
	margin-right: 8px;
	background: url(../../img/pin.svg)no-repeat center/contain;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#sec_access .pin:hover {
		opacity: 1;
		background-color: #f5f5f5;
	}
}
@media screen and (min-width: 601px) {
	#sec_access {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sec_access h2,
	.gmap {
		width: 100%;
	}
	#sec_access .map_col {
		flex-direction: row-reverse;
	}
	#sec_access .map_col .map2 {
		position: relative;
	}
	#sec_access .map_col .map2::after {
		position: absolute;
		right: 0;
		bottom: 21.8%;
		transform: translateX(100%);
		background-image: url(../../img/en/map_arrow.svg);
		content: '';
		display: block;
		width: 150px;
		aspect-ratio: 5/1;
	}
}
@media screen and (max-width: 600px) {
	#sec_access {
		padding: 40px 0 80px;
	}
	.gmap iframe {
		height: max(250px, 60vw);
	}
	#sec_access .map_col {
		flex-direction: column;
		gap: 25px 4.5%;
		margin-top: -20px;
		padding: 0 2% 50px;
	}
	/* #sec_access .map_col .map2::after {
		width: 27.2%;
	} */
	#sec_access .box_l p {
		display: flex;
		flex-wrap: wrap;
		text-indent: 0;
	}
	#sec_access .pin {
		margin: 30px auto 0;
	}
}
