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

/* ---------------------------------------------------
	#main_img
------------------------------------------------------ */
#main_img .slick .active img {
	transform: scale(1.1);
	transition: transform 7.5s linear;
}
#main_img .slide_txt {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
    text-shadow: 0 0 12px rgba(0, 0, 0, 1);
	filter: drop-shadow(0px 0px 22px black);
    line-height: 1.8;
	padding: 0 3%;
    font-size: 40px;
    color: #fff;
	text-align: center;
}
#main_img .slide_txt span {
	display: inline-block;
	margin-top: 2em;
}

@media screen and (max-width: 600px) {
	#main_img .slide_txt {
		font-size: min(7.4vw, 28px);
	}
}


/* ---------------------------------------------------
	#sec_lead
------------------------------------------------------ */
#sec_lead {
	padding: 100px 0;
	background: url(/common/img/bg_pat_01.webp)no-repeat top right max(-50px, calc(50vw - 800px))/835px, url(/common/img/pattern_01.webp);
}
#sec_lead h2 {
	font-size: 34px;
	color: var(--color-06);
}
#sec_lead h2 span{
	color: var(--color-02);
}
#sec_lead .txt_col {
	position: relative;
	margin: 0 auto;
}
#sec_lead .txt_col p {
	line-height: 2;
}
#sec_lead .txt_col p::after {
	content: '';
	position: absolute;
	right: -4%;
	bottom: 0;
	display: block;
	width: 240px;
	aspect-ratio: 1/1;
	background: url(/common/img/logo_clear.webp)no-repeat center/contain;
}
#sec_lead .photo_2 {
	display: flex;
	margin-top: 5px;
}
#sec_lead .photo_2 .ofi {
	width: 100%;
}

@media screen and (min-width: 601px) {
	#sec_lead .inner_lg {
		display: flex;
		flex-wrap: wrap;
		gap: 0 3%;
	}
	#sec_lead .txt_col {
		order: 2;
		flex-shrink: 0;
		width: 34.7%;
	}
	#sec_lead .txt_col p {
		padding-top: 1.25em;
		line-height: 2.2;
	}
	#sec_lead .photo_1 {
		order: 1;
		width: min(calc(100% - 525px), 59.3%);
		height: 630px;
	}
	#sec_lead .photo_1 .ofi {
		width: 100%;
		height: 100%;
	}
	#sec_lead .photo_2 {
		order: 3;
		flex-direction: row-reverse;
		gap: 5px 3%;
		width: 100%;
		margin-top: 50px;
	}
	#sec_lead .photo_2 p:nth-child(1) {
		order: 1;
		margin-top: -80px;
	}
	#sec_lead .photo_2 p:nth-child(2) {
		order: 3;
	}
	#sec_lead .photo_2 p:nth-child(3) {
		order: 2;
		margin-top: 70px;
	}
	:lang(en) #sec_lead .txt_col {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 600px) {
	#sec_lead {
		padding: 50px 0;
		background-size: 100%;
		background-position: top center;
	}
	#sec_lead .v_rl {
		writing-mode: horizontal-tb;
	}
	#sec_lead h2 {
		font-size: 24px;
		text-align: center;
	}
	#sec_lead .txt_col p {
		margin-top: 20px;
	}
	#sec_lead .txt_col p::after {
		transform: none;
		right: -3%;
		width: min(40vw, 160px);
	}
	#sec_lead .photo_1 {
		margin-top: 30px;
	}
	#sec_lead .photo_2 {
		flex-wrap: wrap;
		gap: 5px;
	}
	#sec_lead .photo_2 p:nth-child(1) {
		transition-delay: 0s;
	}
	#sec_lead .photo_2 p:nth-child(2),
	#sec_lead .photo_2 p:nth-child(3) {
		flex: 1;
	}
	#sec_lead .photo_2 p:nth-child(3) {
		transition-delay: 0.8s;
	}
}

/* .map_col */
.map_col {
	padding-top: 100px;
}
.map_col .inner_md {
	display: flex;
	align-items: flex-start;
}
.map_col .detail {
	z-index: 1;
}
.map_col .wide {
	position: relative;
	padding-left: 3%;
}
.map_col .wide::before {
	position: absolute;
	left: 0;
	bottom: 25%;
	z-index: 1;
	content: '';
	display: block;
	width: 80px;
	aspect-ratio: 8/3;
	background: url(/lg_common/img/map_arrow.svg);
}
.map_col .wide .txt {
	position: absolute;
	top: 25px;
	left: 40px;
	line-height: 2;
	font-size: 18px;
	color: #927935;
	counter-reset: list 0;
	text-shadow: 0 0 3px #eeebe3, 0 0 3px #eeebe3, 0 0 3px #eeebe3, 0 0 2px #eeebe3, 0 0 2px #eeebe3;
}
.map_col .wide .txt p {
	font-size: 20px;
}
.map_col .wide .txt li {
	position: relative;
	padding-left: 23px;
}
.map_col .wide .txt li::before {
	position: absolute;
	top: 9px;
	left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #927935;
	counter-increment: list 1;
	content: counter(list) '';
	text-shadow: none;
}
.map_col .desc {
	gap: 20px 6.25%;
	margin-top: 50px;
}
.map_col .desc p {
	line-height: 1.8;
	font-size: 20px;
	color: var(--color-06);
}
.map_col .cmn_btn_01 {
	background-color: rgba(255,255,255,0.5);
}

@media screen and (min-width: 601px) {
	.map_col .map {
		width: 1400px;
		max-width: 100%;
	}
	.map_col .detail {
		width: 64.2%;
	}
	.map_col .detail .ofi {
		height: 520px;
		object-position: 100% 0;
	}
	.map_col .cmn_btn_01 {
		width: 360px;
	}
}
@media screen and (max-width: 600px) {
	.map_col {
		padding-top: 50px;
	}
	.map_col .inner_md {
		flex-direction: column;
	}
	.map_col .wide {
		width: 100%;
		padding-top: 30px;
	}
	.map_col .wide::before {
		transform: translate(-50%, 100%) rotate(90deg);
		top: -5px;
		bottom: auto;
		left: 50%;
		width: min(8.5vw,50px);
	}
	.map_col .wide {
		z-index: 0;
	}
	.map_col .wide>p {
		text-align: center;
	}
	.map_col .wide>p img {
		width: min(100%, 368px);
	}
	.map_col .wide .txt {
		top: 30px;
		left: 2%;
		font-size: 14px;
	}
	.map_col .wide .txt p {
		font-size: 16px;
	}
	.map_col .wide .txt li::before {
		top: 4.5px;
	}
	.map_col .desc {
		margin-top: 20px;
	}
	.map_col .desc p {
		font-size: 17px;
	}
}


/* ---------------------------------------------------
	.cmn_layout
------------------------------------------------------ */
.cmn_tit .en {
	margin-bottom: 10px;
	color: var(--color-02);
}
.cmn_tit h2 {
	font-size: 30px;
	color: var(--color-06);
	line-height: 1.65;
}
.cmn_layout {
	padding: 100px 0;
	background: url(/common/img/bg_pat_01.webp)no-repeat top left max(-50px, calc(50vw - 800px))/835px;
}
.cmn_layout .inner_lg {
	display: flex;
	flex-wrap: wrap;
}
.cmn_layout .txt_col>p {
	margin-top: 20px;
	line-height: 1.8;
}
.cmn_layout .cmn_btn_01 {
	width: 100%;
	margin-top: 45px;
	background-color: rgba(255,255,255,0.5);
}
.cmn_layout [class^="photo_"] .ofi {
	width: 100%;
	height: 100%;
}
.cmn_layout .photo_2 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.cmn_layout.col2 {
	background: url(/common/img/bg_pat_01.webp) no-repeat top right max(-50px, calc(50vw - 800px)) / 835px, url(/common/img/pattern_01.webp);
}

@media screen and (min-width: 601px) {
	.cmn_layout .txt_col {
		flex-shrink: 0;
		width: max(380px, 25.625%);
		margin: 0 auto;
	}
	.cmn_layout .txt_col>p {
		text-align: justify;
	}
	.cmn_layout .photo_1 {
		width: min(calc(100% - 525px), 59.3%);
	}
	.cmn_layout .photo_2 {
		width: 100%;
		gap: 5px 3%;
		margin-top: 50px;
		padding: 0 3%;
	}
	.cmn_layout .photo_2 p:nth-child(2) {
		margin-top: 50px;
	}
	.cmn_layout.col2 .inner_lg {
		flex-direction: row-reverse;
	}
	.cmn_layout.col2 .photo_2 {
		flex-direction: row-reverse;
	}
}
@media screen and (max-width: 600px) {
	.cmn_tit h2 {
		font-size: 24px;
	}
	.cmn_tit .en {
		margin-bottom: 0;
	}
	.cmn_layout {
		padding: 50px 0;
		background-size: 100%;
		background-position: top center;
	}
	.cmn_layout.col2 {
		background-size: 100%;
		background-position: top center;
	}
	.cmn_layout .cmn_tit .en {
		margin-bottom: 10px;
	}
	.cmn_layout .cmn_btn_01 {
		margin-top: 30px;
	}
	.cmn_layout .photo_1 {
		margin-top: 30px;
	}
	.cmn_layout .photo_2 {
		flex-wrap: wrap;
		gap: 5px;
		margin-top: 5px;
	}
	.cmn_layout .photo_2 p {
		width: calc(50% - 2.5px);
	}
	.cmn_layout .photo_2 p:nth-child(1) {
		width: 100%;
	}
}


/* ---------------------------------------------------
	Contents
------------------------------------------------------ */
@media screen and (min-width: 601px) {
	#sec_hotspring .txt_col {
		padding-bottom: 100px;
	}
	#sec_hotspring .photo_2 {
		margin-top: 0;
	}
	#sec_hotspring .photo_2 p:nth-child(1) {
		margin-top: -50px;
		transition-delay: 0.5s;
	}
}
@media screen and (max-width: 600px) {
	#sec_room {
		background-size: 100%;
		background-position: top center;
	}
	#sec_hotspring .photo_2 p {
		width: 100%;
	}
}
@media screen and (max-width: 460px) {
}


/* ---------------------------------------------------
	#sec_summary
------------------------------------------------------ */
#sec_summary {
	padding: 90px 0 100px;
	background: url(/common/img/pattern_01.webp);
}
#sec_summary .cmn_tit_01 {
	text-align: center;
}
#sec_summary .cmn_table {
	margin-top: 35px;
}

@media screen and (max-width: 600px) {
	#sec_summary {
		padding: 50px 0;
	}
	#sec_summary .cmn_table {
		margin-top: 25px;
	}
}


/* ---------------------------------------------------
	#sec_access
------------------------------------------------------ */
#sec_access {
	padding: 100px 0 150px;
}
#sec_access .cmn_tit_01 {
	text-align: center;
}
#sec_access .link_arrow {
	margin: 0;
}
#sec_access .link_arrow::before {
	transform: scaleX(0);
	transform-origin: left;
	background-color: var(--color-02);
}
#sec_access .link_arrow span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 10px;
}
#sec_access .link_arrow span::before {
	flex-shrink: 0;
	content: '';
	display: block;
	width: 18px;
	height: 23px;
}
#sec_access .link_arrow .pin::before {
	background: url(/common/img/icon_pin.svg)no-repeat center/contain;
}
#sec_access .link_arrow .web::before {
	background: url(/common/img/icon_web_red.svg)no-repeat center/contain;
}
#sec_access .link_arrow .mail::before {
	width: 28px;
	background: url(/lg_common/img/icon_mail.svg)no-repeat center/contain;
}
#sec_access .google_map {
	margin-top: 50px;
}
#sec_access .google_map iframe {
	width: 100%;
}
#sec_access section {
	line-height: 1.8;
	padding-top: 70px;
}
#sec_access h3 {
	display: flex;
	align-items: center;
	gap: 10px 0;
	line-height: 1.35;
	font-size: 30px;
	color: var(--color-06);
}
#sec_access h3::before {
	content: '';
	width: 35px;
	height: 30px;
}
#sec_access h3 .cap {
	display: inline-block;
	margin-right: 20px;
	padding: 4px 20px;
	font-size: 20px;
	color: #fff;
	background-color: var(--color-02);
}
#sec_access h3:has(.cap) {
	flex-wrap: wrap;
}
#sec_access h3+p {
	margin-top: 12px;
}
#sec_access h3+p a {
	display: inline-block;
	padding: 0 5px;
	color: var(--color-02);
	text-decoration: underline;
}
#sec_access .link_col {
	display: flex;
	justify-content: flex-end;
	gap: 0 50px;
	margin-top: 20px;
}
#sec_access .note {
	margin-top: 1.25em;
	color: var(--color-02);
}
#sec_access .note_col {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 40px;
	margin-top: 1.25em;
	color: var(--color-02);
}

#by_bus h3::before {
	content: none;
}
#by_car h3::before {
	background: url(/common/img/icon_car_red.svg)no-repeat center left/25px;
}
#by_transit h3::before {
	background: url(/common/img/icon_train.svg)no-repeat center left/auto 100%;
}

#by_car h3::before {
	background: url(/common/img/icon_car_red.svg)no-repeat center left/25px;
}
#by_transit h3::before {
	background: url(/common/img/icon_train.svg)no-repeat center left/auto 100%;
}
#sec_access .route {
	margin-top: 20px;
	background-color: rgba(255,255,255,0.5);
}
#sec_access .route {
	border: 1px solid #aaa;
	padding: 30px 45px;
}
#sec_access .route>div {
	padding-bottom: 20px;
}
#sec_access .route>div+div {
	border-top: 1px solid #aaa;
	padding-top: 20px;
}
#sec_access .route>div:last-of-type {
	padding-bottom: 0;
}
#sec_access .route dt {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 18px;
	color: var(--color-06);
}
#sec_access .route dt::before {
	content: '■';
	color: var(--color-02);
}
#sec_access .route dd {
	padding: 0.5em 0 0 1.25em;
}
.info_col {
	margin-top: 80px;
}
.info_col,
.info_col ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
}
.info_col h3 {
	flex-shrink: 0;
}
.info_col h3::before {
	background: url(/common/img/icon_pin.svg)no-repeat center left/auto 100%;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#sec_access .link_arrow:hover::before {
		transform: scaleX(1);
	}
}
@media screen and (min-width: 601px) {
	.info_col {
		align-items: center;
		gap: 20px 30px;
	}
	.info_col h3 {
		position: relative;
		display: block;
		width: 450px;
		padding-left: 35px;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	.info_col h3::before {
		position: absolute;
		top: 8px;
		left: 0;
	}
	.info_col ul {
		flex-wrap: nowrap;
	}
}
@media screen and (max-width: 600px) {
	#sec_access {
		padding: 50px 0 80px;
	}
	#sec_access section {
		padding-top: 50px;
	}
	#sec_access .google_map {
		margin-top: 30px;
	}
	#sec_access	.google_map iframe {
		height: max(250px, 60vw);
	}
	#sec_access h3 {
		align-items: flex-start;
		font-size: 24px;
	}
	#sec_access h3::before {
		width: 28px;
	}
	#sec_access .link_arrow span {
		text-align: center;
	}
	#sec_access .link_arrow .mail::before {
		width: 20px;
	}
	#by_car h3::before {
		background-size: auto 18px;
	}
	#by_transit h3::before {
		background-size: auto 24px;
	}
	#sec_access .link_col {
		flex-direction: column;
		justify-content: stretch;
		margin-top: 10px;
		text-align: center;
	}
	#sec_access .link_col a {
		width: 250px;
		margin: 0 auto;
	}
	:lang(en) #sec_access .link_col a:has(.pin) {
		width: 100%;
	}
	#sec_access .route {
		padding: 20px 4%;
	}
	#sec_access .route dt {
		font-size: 16px;
	}
	.info_col {
		display: block;
		margin-top: 40px;
	}
	.info_col h3::before {
		flex-shrink: 0;
		background-size: auto 22px;
	}
	.info_col ul {
		justify-content: center;
		margin-top: 20px;
	}
}
