@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;
    font-size: 40px;
    color: #fff;
}
#main_img .slide_txt span {
	display: inline-block;
	margin-top: 2em;
}

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


/* ---------------------------------------------------
	#search_col
------------------------------------------------------ */
#search_489ban {
	flex-grow: 1;
}
#search_489ban form {
	display: flex;
	gap: 10px;
}
#search_489ban input[type="text"],
#search_489ban select,
#search_489ban button {
	font-size: 26px;
	margin: 0;
    appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    outline: none;
}
#search_489ban input[type="text"]:disabled,
#search_489ban select:disabled {
	color: #888;
	opacity: 1;
}
#search_489ban input[type="text"] {
	height: 85px;
	border-right: 1px dashed var(--color-gry);
	text-align: center;
}
#search_489ban input[type="checkbox"] {
	margin: 0 3px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #aaa;
    position: relative;
    vertical-align: text-bottom;
    border-radius: 0;
    height: 15px;
    width: 15px;
}
#search_489ban input[type="text"]:disabled+label input[type="checkbox"]::after {
	content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 3px;
    width: 5px;
    height: 10px;
    transform: rotate(40deg);
    border-bottom: 3px solid var(--color-02);
    border-right: 3px solid var(--color-02);
}
#search_489ban form>[class$="_489ban"] {
	flex: 1;
	position: relative;
}
#search_489ban form>[class$="_489ban"] dt {
	position: absolute;
	top: 8px;
	left: 15px;
	z-index: 1;
	font-size: 14px;
	letter-spacing: 0.04em;
}
#search_489ban .stay_489ban dd {
	position: relative;
	font-size: 26px;
}
#search_489ban .stay_489ban select {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-size: 16px;
    opacity: 0;
}
#search_489ban form>.date_489ban {
	flex: 2;
	background-color: #fff;
}
#search_489ban form>.date_489ban dd {
	display: flex;
    align-items: center;
}
#search_489ban form>.date_489ban dd input[type="text"] {
	width: 55%;
	background: url(../img/icon_cal.svg)no-repeat center right 10%/20px;
}
#search_489ban form>.date_489ban label {
	width: 45%;
    text-align: center;
}
.select_label {
	min-width: 120px;
	height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: url(../img/select_stay.svg)no-repeat center right 10%/7px #fff;
}
#search_489ban button {
	padding: 0;
	flex: 1;
	font-size: 20px;
	color: #fff;
	background-color: var(--color-01);
	transition: background-color 0.5s;
}

#search_col {
	padding: 50px 0 70px;
	background: url(../img/pattern_02.webp);
}
#search_col h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 15px;
	font-size: 36px;
	color: var(--color-tit);
}
#search_col h2::before {
	content: url(../../img/icon_bestrate.svg);
	display: block;
	width: 70px;
	margin-top: 15px;
	aspect-ratio: 1/1;
}
#search_form {
	display: flex;
}
#search_form .tit {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	font-size: 22px;
}
#search_form .tit::before {
	content: url(../img/icon_search.svg);
	display: inline-block;
	width: 21px;
	aspect-ratio: 1/1;
	margin-right: 12px;
}
#search_col .reserve {
	display: flex;
	gap: 12px 2.5%;
	margin-top: 35px;
}
#search_col .reserve .arrow {
	font-size: 18px;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#search_489ban button:hover {
		background-color: var(--color-hov-01);
	}
}
@media screen and (min-width: 601px) {
	#search_form .tit {
		width: 155px;
		height: 85px;
	}
	#search_489ban form>.date_489ban dd input[type="text"] {
		min-width: 250px;
	}
}
@media screen and (max-width: 600px) {
	#search_489ban {
		margin-top: 12px;
	}
	#search_489ban select {
		font-size: 22px;
	}
	#search_489ban form {
		flex-wrap: wrap;
	}
	#search_489ban form>.date_489ban {
		flex: auto;
		width: 100%;
	}
	#search_489ban form>.date_489ban dd input[type="text"] {
		flex: auto;
		width: 60%;
		height: 65px;
		padding-right: 10px;
		font-size: 18px;
		background-size: 15px;
		background-position: center right 6%;
	}
	#search_489ban form>.date_489ban dd label {
		flex: auto;
		font-size: 14px;
		padding: 0 10px;
	}
	#search_489ban form>[class$="_489ban"] dt {
		top: 5px;
		left: 10px;
		font-size: 13px;
	}
	#search_489ban .stay_489ban dd {
		font-size: 22px;
	}
	.select_label {
		height: 65px;
	}
	#search_489ban button {
		height: 65px;
		font-size: 16px;
	}

	#search_col {
		padding: 40px 0 50px;
	}
	#search_col h2 {
		gap: 0 10px;
		font-size: min(6.4vw, 24px);
	}
	#search_col h2::before {
		width: min(14.6vw, 55px);
		margin-top: 10px;
	}
	#search_form {
		flex-direction: column;
		margin-top: 20px;
	}
	#search_form .tit {
		justify-content: center;
		width: 100%;
		font-size: 18px;
	}
	#search_form .tit::before {
		width: 16px;
		margin: 3px 8px 0 0;
	}
	#search_col .reserve {
		flex-wrap: wrap;
		gap: 10px 2%;
		margin-top: 25px;
	}
	#search_col .reserve li:nth-of-type(odd) {
		width: 150px;
	}
	#search_col .reserve .arrow {
		display: inline-block;
		font-size: min(4vw, 15px);
	}
}
@media screen and (min-width: 401px) and (max-width: 600px) {
	#search_col .reserve li:nth-of-type(even) {
		width: calc(98% - 150px);
	}
}


/* ---------------------------------------------------
	#sec_lead
------------------------------------------------------ */
#sec_lead {
	padding: 100px 0;
	background: url(../img/bg_pat_01.webp)no-repeat top right max(-50px, calc(50vw - 800px))/835px, url(../img/pattern_01.webp);
}
#sec_lead h2 {
	font-size: 34px;
	color: var(--color-06);
	letter-spacing: 0.08em;
	line-height: 1.75;
}
#sec_lead h2 span{
	color: var(--color-02);
}
#sec_lead .txt_col {
	margin: 0 auto;
}
#sec_lead .txt_col p {
	position: relative;
	line-height: 2;
}
#sec_lead .txt_col p::after {
	content: '';
	position: absolute;
	right: -200px;
	bottom: -10px;
	display: block;
	width: 240px;
	aspect-ratio: 1/1;
	background: url(../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;
	}
	#sec_lead .txt_col {
		order: 2;
		flex-shrink: 0;
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		gap: 0 25px;
	}
	#sec_lead .txt_col p {
		padding-top: 1.25em;
		line-height: 2.8;
	}
	#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;
	}
}
@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;
	}
}


/* ---------------------------------------------------
	.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(../img/bg_pat_01.webp)no-repeat top left max(-50px, calc(50vw - 800px))/835px #fff; */
	background: url(../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;
	text-align: justify;
}
.cmn_layout .cmn_btn_01 {
	margin-top: 45px;
}
.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(../img/bg_pat_01.webp) no-repeat top right max(-50px, calc(50vw - 800px)) / 835px, url(../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 .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
------------------------------------------------------ */
#sec_facility {
	display: block;
	padding: 95px 5% 0;
}
#sec_facility .tit {
	font-size: 30px;
	color: var(--color-06);
	text-align: center;
}
#sec_facility .tit br {
	display: none;
}
#sec_facility .item_wrap {
	display: flex;
	gap: 0 3%;
	margin-top: 45px;
}
#sec_facility .item {
	width: 100%;
}
#sec_facility .item dt {
	padding: 15px 0 10px;
	font-size: 24px;
	color: var(--color-06);
}
#sec_facility .item dd {
	line-height: 1.8;
}
#sec_facility .cmn_btn_01 {
	margin: 45px auto 0;
}

@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%;
	}
	#sec_facility {
		padding: 50px 0 0
	}
	#sec_facility .tit {
		font-size: 24px;
	}
	#sec_facility .item_wrap {
		flex-direction: column;
		gap: 30px 0;
		margin-top: 30px;
	}
	#sec_facility .item {
		width: min(100%, 320px);
		margin: 0 auto;
	}
	#sec_facility .item dt {
		font-size: 20px;
	}
	#sec_facility .item .photo img {
		width: 100%;
	}
}
@media screen and (max-width: 460px) {
	#sec_facility .tit br {
		display: inline;
	}
}


/* ---------------------------------------------------
	#sec_plan
------------------------------------------------------ */
#sec_plan {
	padding: 80px 0 100px;
	background: url(../img/pattern_02.webp);
}
#sec_plan .cmn_tit {
	text-align: center;
}
#recommend_489ban {
	max-width: 88%;
	margin: 30px auto 0
}
#recommend_489ban .slick-track {
	display: flex !important;
}
#recommend_489ban .slick-slide {
	height: auto;
	margin: 0 15px;
	background-color: #fff;
}
#recommend_489ban img {
	width: 100%;
	aspect-ratio: 38 / 25;
	transition: opacity 0.5s;
	object-fit: cover;
}
.PlanView {
	line-height: 1.65;
}
.PlanView .explan {
	padding: 20px 30px 30px;
}
.PlanView .plan a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.PlanView .planlist li {
	text-align: right;
}
.PlanView .arrow {
	display: inline-block;
	margin-top: 12px;
	/* color: var(--color-06); */
}
.PlanView .arrow::after {
	transition: right 0.5s;
}

@media screen and (hover: hover) and (min-width: 601px) {
	.PlanView:has(.picture:hover) a,
	.PlanView:has(.plan a:hover) a,
	.PlanView:has(.arrow:hover) a,
	.PlanView:has(.link_run:hover) a {
		opacity: 0.7;
	}
	.PlanView:has(.picture:hover) .arrow::after,
	.PlanView:has(.plan a:hover) .arrow::after ,
	.PlanView .arrow:hover::after {
		right: 0;
	}
	.PlanView:has(.picture:hover) .link_run::before,
	.PlanView:has(.plan a:hover) .link_run::before ,
	.PlanView .arrow:hover::before {
		transform: scale(1);
	}
}
@media screen and (min-width: 601px) {
	#recommend_489ban {
		width: 1230px;
		transform: translateX(-15px);
		margin: 45px auto 0;
	}
	#sec_plan h2 {
		font-size: 36px;
	}
	#sec_plan .btn .cmn_btn_01 {
		margin: 40px auto 0;
	}
}
@media screen and (max-width: 600px) {
	#sec_plan {
		padding: 55px 0 45px;
	}
	#sec_plan .inner_md {
		max-width: 88%;
	}
	#sec_plan .btn .cmn_btn_01 {
		width: calc(100% - 30px);
		margin-top: 20px;
	}
	.PlanView .explan {
		padding: 15px;
	}
}


/* ---------------------------------------------------
	#sec_info
------------------------------------------------------ */
#sec_info {
	padding: 80px 0 100px;
	/* background: url(../img/pattern_03.webp); */
}
#sec_info .cmn_tit {
	text-align: center;
}
#feed_col {
	display: flex;
	flex-wrap: wrap;
	gap: 0 3.75%;
	margin-top: 45px;
}
#feed_col h3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	font-size: 32px;
	color: var(--color-06);
}
#feed_col h3::before {
	content: '';
	display: block;
	width: 36px;
	height: auto;
	aspect-ratio: 1/1;
	background: url(../img/logo_red.svg)no-repeat center/contain;
}
#feed_col p:has(.arrow) {
	width: 100%;
	margin-top: 15px;
    text-align: right;
}
#feed {
	flex-grow: 1;
	display: flex;
	gap: 10px 4%;
    max-width: calc(96% - 48px);
}
#feed li {
	width: 100%;
	line-height: 1.65;
}
#feed li span {
	display: block;
}
#feed .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media screen and (min-width: 601px) {
	#sec_info h2 {
		font-size: 36px;
	}
	#feed li p:has(.date) {
		margin-top: 10px;
	}
}
@media screen and (max-width: 600px) {
	#sec_info {
		padding: 45px 0 50px;
	}
	#feed_col {
		flex-direction: column;
		margin-top: 30px;
	}
	#feed_col h3 {
		writing-mode: horizontal-tb;
		font-size: 20px;
	}
	#feed_col h3::before {
		width: 22px;
	}
	#feed {
		flex-direction: column;
		max-width: 100%;
		margin-top: 15px;
	}
	#feed li a {
		display: flex;
		gap: 0 15px;
	}
	#feed .photo {
		flex-shrink: 0;
		width: min(33vw, 170px);
	}
	#feed .date {
		color: var(--color-06);
	}
}

/* #bnr_col */

#bnr_col {
	margin-top: 65px;
}
#bnr_col>ul {
	display: flex;
	gap: 20px 5%;
}
#bnr_col .slick_dot {
	margin-top: 30px;
}
#bnr_col .slick_dot .slick-slide {
	margin: 0 15px;
}

@media screen and (min-width: 601px) {
	#bnr_col .slick_dot {
		width: 1230px;
		max-width: calc(100% + 30px);
		transform: translateX(-15px);
		margin-top: 60px;
	}
}
@media screen and (max-width: 600px) {
	#bnr_col {
		margin-top: 40px;
	}
	#bnr_col>ul {
		flex-direction: column;
	}
	#bnr_col .slick img {
		width: 100%;
	}
}


/* ---------------------------------------------------

------------------------------------------------------ */

@media screen and (max-width: 600px) {}
