@charset "utf-8";

/* ===================================================
	Home CSS
====================================================== */

/* ---------------------------------------------------
	Loading
------------------------------------------------------ */
#load {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	padding-right: 100px;
	pointer-events: none;
	opacity: 0;
}
#load .logo {
	position: relative;
	width: 201px;
	height: auto;
}
#load .logo .logo_vertical,
#load .logo .logo_horizontal,
#load .logo .logo_txt {
	opacity: 0;
}

@keyframes logoAnime {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.loading #load {
	z-index: 999;
	background: #fff;
	opacity: 1;
	transition: 1s opacity 1.5s ease-in-out;
}
.loading #load .logo .logo_vertical {
	transition: opacity 1.2s ease-in-out;
}
.loading #load .logo .logo_horizontal {
	transition: opacity 1.2s 1.5s ease-in-out;
}
.loading #load .logo .logo_txt {
	transition: opacity 1.2s 2.8s ease-in-out;
}
.loadStart #load .logo .logo_vertical,
.loadStart #load .logo .logo_horizontal,
.loadStart #load .logo .logo_txt {
	opacity: 1;
}
.loadEnd #load {
	opacity: 0;
}

@media screen and (max-width: 600px) {
	#load {
		height: 100dvh;
		padding-right: 0;
		transition: height 0.5s;
	}
	#load .logo {
		width: 30vw;
	}
}

/* ---------------------------------------------------
	Main_img
------------------------------------------------------ */
#main_img {
	padding: 0;
}
#main_img .ofi {
	width: 110%;
	max-width: none;
	transition: transform 8s linear;
}
#main_img .slick_main {
	z-index: 0;
	height: 100%;
}
#main_img .slick_main .active .ofi {
	transform: translateX(-5%);
}
#main_img #main_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	transform: translate(-50%, -50%);
}
#main_img #main_youtube {
	position: absolute;
	bottom: 45px;
	left: 40px;
	height: auto;
}
#main_img #main_youtube a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 8px 15px;
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#main_img #main_youtube a .arrow {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
}
#main_img #main_youtube a .arrow::before {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	content: "";
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #fff;
	transform: translate(-50%, -50%);
}
#movie_area {
	position: fixed;
	z-index: 10000;
	display: none;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	background: #000;
}
#movie {
	position: static;
	top: 0;
	left: 0;
	width: 100% !important;
	height: calc(100% - 140px);
	margin: 70px 0;
	overflow: hidden;
}
#movie_close {
	position: fixed;
	top: 20px;
	right: 20px;
}
#movie_close img {
	width: 50px;
}

@media screen and (max-width: 600px) {
	#main_img {
		height: 100svh;
		transition: height 0.5s;
	}
	#main_img .ofi {
		height: 100svh;
	}
	#main_img #main_logo {
		width: 30vw;
		height: auto;
	}
	#main_img #main_youtube {
		bottom: 30px;
		left: 50%;
		width: min(250px, 80%);
		transform: translateX(-50%);
	}
	#main_img #main_youtube a {
		justify-content: center;
		padding: 8px 12px;
		font-size: 12px;
	}
	#main_img #main_youtube a .arrow {
		width: 17px;
		height: 17px;
		margin-right: 7px;
	}
	#main_img #main_youtube a .arrow::before {
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 5px solid #fff;
	}
}

/* ---------------------------------------------------
	Sec_search
------------------------------------------------------ */
#sec_search {
	padding: 75px 0 0;
	border-image-source: linear-gradient(#fff, #fff); /* 色 */
	border-image-slice: 0 fill; /* 変更しない */
	border-image-outset: 0 100vw; /* どれだけはみ出すか上下左右 */
}
#sec_search .bestrate {
	font-size: 20px;
	text-align: center;
}
#sec_search .bestrate span:not([class]) {
	font-size: 34px;
}
#sec_search .search_col {
	display: flex;
	align-items: center;
	padding: 45px 4.5% 55px;
	margin-top: 40px;
	background: var(--color-bg01);
}
#sec_search .search_col h2 {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	height: 45px;
	padding-right: 30px;
	margin-right: 2.5%;
	font-size: 18px;
	letter-spacing: 0.1em;
	border-right: 1px solid rgba(var(--color-border02-rgb), 0.3);
}
#search_489ban {
	flex-grow: 1;
	max-width: 715px;
}
#search_489ban form {
	display: flex;
	justify-content: space-between;
}
#search_489ban dl {
	position: relative;
	display: flex;
}
#search_489ban dt {
	position: absolute;
	top: -20px;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0;
}
#search_489ban input[type="text"],
#search_489ban .select_label,
#search_489ban button[name="searchButton489ban"] {
	box-sizing: border-box;
	min-width: 0;
	height: 45px;
	padding: 10px 15px;
	margin: 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 17px;
	color: var(--color-txt01);
	letter-spacing: 0;
	appearance: none;
	background: #fff;
	border: 1px solid var(--color-border01);
	border-radius: 0;
	outline: none;
	box-shadow: none;
}
#search_489ban input[type="text"]:disabled {
	color: #ccc;
	opacity: 1;
	-webkit-text-fill-color: #ccc;
}
#search_489ban .date_489ban:has(input[type="text"]:disabled) + .inbox_489ban .stay_489ban .select_label {
	color: #ccc;
}
#search_489ban .date_489ban:has(input[type="text"]:disabled) + .inbox_489ban .stay_489ban select {
	pointer-events: none;
}
#search_489ban .date_489ban {
	width: 47.5%;
}
#search_489ban .date_489ban dd {
	display: flex;
	width: 100%;
}
#search_489ban .date_489ban input[type="text"] {
	width: calc(100% - 85px);
	padding: 5px 50px 5px 20px;
	background: #fff url(../../img/search_calendar.svg) no-repeat right 25px center;
}
#search_489ban .date_489ban dd label {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: 5px 0 5px 10px;
	font-size: 13px;
	letter-spacing: 0;
}
#search_489ban .inbox_489ban {
	width: 18.2%;
	margin-left: 10px;
}
#search_489ban .stay_489ban dd {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: auto;
	width: 100%;
}
#search_489ban .select_label {
	display: flex;
	grid-row: 1;
	grid-column: 1;
	align-items: center;
	pointer-events: none;
	background: #fff url(../../img/search_arrow.svg) no-repeat right 10px center;
}
#search_489ban select {
	grid-row: 1;
	grid-column: 1;
	font-size: 16px;
	appearance: none;
	opacity: 0;
}
#search_489ban button[name="searchButton489ban"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28%;
	margin-left: auto;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(to right, var(--color-gradation));
	border: none;
	transition: opacity 0.5s;
}
#sec_search .link_col {
	flex-shrink: 0;
	margin-top: -8px;
	margin-left: 35px;
}
#sec_search .link_col a {
	position: relative;
	padding-left: 17px;
	font-size: 13px;
	letter-spacing: 0.13em;
}
#sec_search .link_col a::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 1px;
	content: "";
	background: rgba(var(--color-border02-rgb), 0.3);
	transition: background 0.5s;
}

@media screen and (hover: hover) {
	#sec_search .link_col a:hover {
		opacity: 1;
	}
	#sec_search .link_col a:hover::before {
		background: var(--color-border02);
	}
}
@media screen and (max-width: 600px) {
	#sec_search {
		padding-top: 60px;
	}
	#sec_search .bestrate {
		font-size: 14px;
		text-align: center;
	}
	#sec_search .bestrate span:not([class]) {
		font-size: 20px;
	}
	#sec_search .search_col {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 6%;
		margin-top: 20px;
	}
	#sec_search .search_col h2 {
		justify-content: center;
		width: 100%;
		padding: 0 0 5px;
		margin: 0 0 15px;
		font-size: 17px;
		line-height: 1.5;
		text-align: center;
		border-right: none;
		border-bottom: 1px solid rgba(var(--color-border02-rgb), 0.3);
	}
	#search_489ban {
		flex-grow: 1;
		max-width: none;
	}
	#search_489ban form {
		flex-wrap: wrap;
	}
	#search_489ban dl {
		flex-direction: column;
	}
	#search_489ban dt {
		position: static;
		margin-bottom: 10px;
	}
	#search_489ban input[type="text"],
	#search_489ban .select_label,
	#search_489ban button[name="searchButton489ban"] {
		height: 40px;
		padding: 5px 10px;
		font-size: 16px;
	}
	#search_489ban .date_489ban {
		flex-grow: 1;
		flex-shrink: 0;
		width: auto;
		margin: 0 10px 0 0;
	}
	#search_489ban .date_489ban dd {
		flex-direction: column;
	}
	#search_489ban .date_489ban dd label {
		padding: 5px 0;
	}
	#search_489ban .date_489ban input[type="text"] {
		width: 140px;
		min-width: 100%;
		max-width: 100%;
		padding: 5px 35px 5px 10px;
		background-position: right 15px center;
	}
	#search_489ban .inbox_489ban {
		flex-grow: 0;
		width: 100px;
		margin-left: 0;
	}
	#search_489ban button[name="searchButton489ban"] {
		width: 100%;
		margin: 10px 0 0;
	}
	#sec_search .link_col {
		margin-top: 10px;
		margin-left: 0;
	}
}

/* ---------------------------------------------------
	Sec_lead
------------------------------------------------------ */
#sec_lead {
	padding: 140px 0 70px;
	background: linear-gradient(to bottom, #fff 0%, var(--color-bg01) 100%);
}
#sec_lead .txt {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin-bottom: 105px;
	line-height: 2.5;
	color: #948c77;
}
#sec_lead .txt h2 {
	margin: 0 0 0 50px;
	font-size: 32px;
	line-height: 1.8;
	color: var(--color-point);
}
#sec_lead .txt p + p {
	margin: 0 35px 0 0;
}
#sec_lead .txt p.link {
	margin-right: 60px;
	font-size: 11px;
	color: #948c77;
}
#sec_lead .txt p.link a {
	display: inline-flex;
	align-items: center;
}
#sec_lead .txt p.link a::before {
	width: 1px;
	height: 100px;
	margin: 0 0 5px;
	content: "";
	background: rgba(var(--color-border02-rgb), 0.3);
	transition: background 0.5s;
}
#sec_lead .img01 {
	margin: 0 clamp(3.125rem, -15.625rem + 25vw, 6.25rem) 120px 0;
}
#sec_lead .img01 img {
	width: 100%;
}
#sec_lead .img02 {
	display: flex;
	margin: 0 0 0 clamp(3.125rem, -15.625rem + 25vw, 6.25rem);
}
#sec_lead .img02 > div,
#sec_lead .img02 img {
	width: 100%;
}

@media screen and (hover: hover) {
	#sec_lead .txt p.link a:hover {
		opacity: 1;
	}
	#sec_lead .txt p.link a:hover::before {
		background: var(--color-border02);
	}
}
@media screen and (max-width: 600px) {
	#sec_lead {
		padding: 60px 0;
	}
	#sec_lead .v_rl {
		writing-mode: horizontal-tb;
	}
	#sec_lead .txt {
		display: block;
		margin-bottom: 70px;
		line-height: 2;
	}
	#sec_lead .txt h2 {
		margin: 0 0 15px;
		font-size: 24px;
		line-height: 1.6;
	}
	#sec_lead .txt p + p {
		margin: 15px 0 0;
	}
	#sec_lead .txt p.link {
		margin: 30px 0 0;
		text-align: right;
	}
	#sec_lead .txt p.link a::before {
		width: 40px;
		height: 1px;
		margin: 0 10px 0 0;
	}
	#sec_lead .img01 {
		margin: 0 0 30px;
	}
	#sec_lead .img02 {
		margin-left: 0;
	}
}

/* ---------------------------------------------------
	Common Parts
------------------------------------------------------ */
.sec_tit {
	display: flex;
	flex-direction: column;
	line-height: 1.5;
}
.sec_tit .main {
	position: relative;
	z-index: 0;
	margin: 0 0 10px;
	font-size: 45px;
	line-height: 1;
}
.sec_tit .main::before {
	position: absolute;
	z-index: 0;
	content: "";
	background: rgba(var(--color-border02-rgb), 0.5);
}
.sec_tit .sub {
	opacity: 0.8;
}
.slick_con .ofi {
	width: 100%;
}

@media screen and (max-width: 600px) {
	.sec_tit .main {
		font-size: 28px;
	}
}

/* ---------------------------------------------------
	温泉
------------------------------------------------------ */
#sec01 {
	padding: 150px 0 140px;
}
#sec01 .sec_tit {
	align-items: center;
	margin: 0 0 60px;
	text-align: center;
}
#sec01 .sec_tit .main::before {
	position: absolute;
	top: -150px;
	left: 50%;
	width: 1px;
	height: 115px;
}
#sec01 .txt {
	text-align: center;
}

@media screen and (max-width: 600px) {
	#sec01 {
		padding: 80px 0;
	}
	#sec01 .sec_tit {
		margin-bottom: 30px;
	}
	#sec01 .sec_tit .main::before {
		top: -80px;
		height: 70px;
	}
	#sec01 .txt {
		text-align: left;
	}
}

/* ---------------------------------------------------
	お料理〜館内
------------------------------------------------------ */
.sec_con {
	display: flex;
	align-items: center;
	margin: 0 0 130px;
}
.sec_con .slick_con {
	z-index: 0;
	width: 68.5%;
	max-width: calc(100% - 345px);
	overflow: hidden;
}
.sec_con .slick_con .slick-list {
	padding: 0 0 0 clamp(3.125rem, -15.625rem + 25vw, 6.25rem);
	margin: 0 -20px 0 0;
}
.sec_con .slick_con .slick-slide {
	padding: 0 20px;
}
.sec_con .slick_con .slick-dots {
	justify-content: flex-end;
}
.sec_con .txt {
	position: relative;
	z-index: 5;
	width: 285px;
	margin: 0 auto;
}
.sec_con .txt .sec_tit {
	align-items: flex-start;
	margin: 0 0 35px;
}
.sec_con .txt .sec_tit .main::before {
	top: 50%;
	left: -20px;
	z-index: 0;
	width: calc(((100vw - 100px) * 0.315 - 285px) / 2 + 160px);
	height: 1px;
	transform: translateX(-100%);
}
.sec_con .txt .link {
	margin: 35px 0 0;
}
.sec_con.txt_l {
	flex-direction: row-reverse;
}
.sec_con.txt_l .slick_con .slick-list {
	padding: 0 clamp(3.125rem, -15.625rem + 25vw, 6.25rem) 0 0;
	margin: 0 0 0 -20px;
}
.sec_con.txt_l .slick_con .slick-dots {
	justify-content: flex-start;
}
.sec_con.txt_l .txt .sec_tit .main {
	background: var(--color-bg01);
}
.sec_con.txt_l .txt .sec_tit .main::before {
	right: -20px;
	left: auto;
	width: calc(((100vw - 100px) * 0.315 - 285px) / 2 + 160px + (285px - 100%));
	transform: translateX(100%);
}

@media screen and (max-width: 600px) {
	.sec_con {
		display: block;
		margin-bottom: 60px;
	}
	.sec_con .slick_con {
		z-index: 10;
		width: 100%;
		max-width: none;
	}
	.sec_con .slick_con .slick-list {
		padding: 0 !important;
		margin: 0 !important;
	}
	.sec_con .slick_con .slick-slide {
		padding: 0;
	}
	.sec_con .slick_con .slick-dots {
		justify-content: center !important;
	}
	.sec_con .txt {
		width: 86%;
		margin-top: 25px;
	}
	.sec_con .txt .sec_tit {
		align-items: center;
		margin-bottom: 20px;
		text-align: center;
	}
	.sec_con .txt .sec_tit .main::before {
		content: none;
	}
	.sec_con .txt .link {
		margin-top: 15px;
		text-align: center;
	}
}

/* ---------------------------------------------------
	おすすめプラン
------------------------------------------------------ */
#sec05 {
	width: 92%;
	padding: 100px 0 90px;
	margin: 0 auto;
	background: var(--color-bg02);
}
#sec05 .cmn_tit02 {
	justify-content: center;
	margin-bottom: 65px;
	color: #fff;
}
#recommend_489ban {
	margin: 0 auto 40px;
}
#recommend_489ban .slick-track {
	display: flex;
}
#recommend_489ban .slick-list {
	margin: 0 -10px;
}
#recommend_489ban .slick-slide {
	height: auto !important;
	padding: 0 10px;
}
#recommend_489ban .slick-slide > div {
	height: 100%;
}
#recommend_489ban .PlanView {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 60px 55px;
	background: #fff;
}
#recommend_489ban .PlanView .picture {
	flex-shrink: 0;
}
#recommend_489ban .PlanView .ofi {
	width: 500px;
	height: 370px;
}
#recommend_489ban .PlanView .explan {
	width: 540px;
	margin: 0 0 0 40px;
}
#recommend_489ban .PlanView .plan {
	margin: 0 0 25px;
	font-weight: bold;
}
#recommend_489ban .PlanView .comment {
	display: -webkit-box;
	margin: 0 0 15px;
	overflow: hidden;
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 行数指定 */
}
#recommend_489ban .PlanView .planlist {
	text-align: right;
}
#recommend_489ban .slick-dots li button::before {
	background: #fff;
}
#sec05 > .link {
	text-align: center;
}
#sec05 > .link .cmn_link {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
}
#sec05 > .link .cmn_link::after {
	background: #fff;
}

@media screen and (max-width: 600px) {
	#sec05 {
		width: 100%;
		padding: 60px 0;
	}
	#sec05 .cmn_tit02 {
		margin-bottom: 30px;
	}
	#recommend_489ban {
		margin: 0 auto 40px;
	}
	#recommend_489ban .slick-list {
		margin: 0 -5px;
	}
	#recommend_489ban .slick-slide {
		padding: 0 5px;
	}
	#recommend_489ban .PlanView {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 0;
	}
	#recommend_489ban .PlanView .picture {
		flex-shrink: 0;
		width: 100%;
	}
	#recommend_489ban .PlanView .ofi {
		width: 100%;
		height: 50vw;
	}
	#recommend_489ban .PlanView .explan {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		width: 100%;
		padding: 20px 20px 30px;
		margin: 0;
	}
	#recommend_489ban .PlanView .explan > div:not([class]) {
		margin: auto 0 0;
	}
}

/* ---------------------------------------------------
	アクセス
------------------------------------------------------ */
#sec06 {
	padding: 110px 0 150px;
}
#sec06 .map {
	width: 92%;
	margin: 0 auto 110px;
}
#sec06 .map iframe {
	width: 100%;
	filter: grayscale(100%);
}
#sec06 .con .link {
	display: flex;
	justify-content: flex-end;
	margin: 60px 0 0;
}
#sec06 .con .link li + li {
	margin: 0 0 0 15px;
}

@media screen and (max-width: 600px) {
	#sec06 {
		padding: 60px 0;
	}
	#sec06 .map {
		width: 86%;
		margin-bottom: 30px;
	}
	#sec06 .map iframe {
		height: 60vw;
	}
	#sec06 .con .link {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	#sec06 .con .link li {
		margin: 0 0 10px;
	}
}

/* ---------------------------------------------------
	ブログ
------------------------------------------------------ */
#sec07 {
	padding: 130px 0 125px;
	border-image-source: linear-gradient(#fff, #fff); /* 色 */
	border-image-slice: 0 fill; /* 変更しない */
	border-image-outset: 0 100vw; /* どれだけはみ出すか上下左右 */
}
#feed {
	border-top: 1px solid rgba(var(--color-border02-rgb), 0.3);
}
#feed li {
	border-bottom: 1px solid rgba(var(--color-border02-rgb), 0.3);
}
#feed a {
	display: flex;
	align-items: center;
	padding: 30px 25px;
	transition: background 0.5s;
}
#feed a .date {
	flex-shrink: 0;
	margin: 0 55px 0 0;
}
#feed a .tit {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#sec07 .con > .link {
	margin: 25px 0 0;
	text-align: right;
}

@media screen and (hover: hover) {
	#feed a:hover {
		background: #f5f4ef;
		opacity: 1;
	}
}
@media screen and (max-width: 600px) {
	#sec07 {
		padding: 60px 0;
	}
	#feed a {
		display: block;
		padding: 15px 10px;
	}
	#feed a .date {
		display: block;
		margin: 0 0 5px;
	}
	#feed a .tit {
		display: block;
	}
	#sec07 .con > .link {
		margin: 25px 0 0;
		text-align: right;
	}
}

/* ---------------------------------------------------
	Ticker
------------------------------------------------------ */
@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-200%);
	}
}
#ft_ticker,
#ft_ticker ul {
	display: flex;
}
#ft_ticker {
	position: relative;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}
#ft_ticker ul {
	backface-visibility: hidden;
	will-change: transform;
}
#ft_ticker ul:first-child {
	animation: loop 200s -100s linear infinite;
}
#ft_ticker ul:last-child {
	animation: loop2 200s linear infinite;
}
#ft_ticker li {
	position: relative;
	z-index: 0;
	min-width: 50vw;
}
#ft_ticker li img {
	width: 100%;
}

@media screen and (max-width: 600px) {
	#ft_ticker ul:first-child {
		animation: loop 150s -75s linear infinite;
	}
	#ft_ticker ul:last-child {
		animation: loop2 150s linear infinite;
	}
}
