@charset "utf-8";

/*============================
MV
============================*/
#mv {
	width: 100%;
	height: 80vh;
	min-height: 6.00rem;
	max-height: 9.00rem;
	background: url(../img/top/mv_pc.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

@media screen and (max-width: 640px) {
	#mv {
		min-height: 5.00rem;
		max-height: 5.00rem;
	}
}

#mv::before {
	content: "";
	width: 100%;
	height: 30%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	#mv::after {
		content: "";
		width: 100%;
		height: 30%;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
}

/* ムービー */
#mv .mov_wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#mv .mov_wrap video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mv .in {
	width: 100%;
	height: 100%;
	z-index: 2;
}

#mv .text_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
	#mv .text_wrap {
		top: auto;
		bottom: 0.20rem;
		left: 0.20rem;
		transform: translate(0);
	}
}

#mv .text_wrap .lead {
	margin:0 auto 0.30rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#mv .text_wrap .lead {
		width: 2.10rem;
		margin: 0;
		padding-bottom: 0.20rem;
		text-align: left;
	}
}

#mv .text_wrap .lead img {
	display: block;
	margin: auto;
}

#mv .text_wrap .text {
	font-size: 0.16rem;
	font-weight: 600;
	letter-spacing: 0.10em;
	line-height: 1.91;
	color: #FFF;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#mv .text_wrap .text {
		font-size: 0.13rem;
		line-height: 1.875;
		text-align: left;
	}
}

/*============================
お知らせ
============================*/
#news .list {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	#news .news_list_wrap {
		overflow-y: hidden;
		overflow-x: scroll;
		padding-bottom: 0.20rem;
		margin:0 -0.20rem;
	}
	#news .news_list_wrap .list {
		width: 7.00rem;
	}
	/*スクロールバー全体の高さ*/
	#news .news_list_wrap::-webkit-scrollbar {
  height: 4px;
	}
	/*スクロールバー全体の背景*/
	#news .news_list_wrap::-webkit-scrollbar-track {
		background: #eee;
	}
	/*スクロールバーの動く部分*/
	#news .news_list_wrap::-webkit-scrollbar-thumb {
		background: #aaa;
		border: none;
	}
}

#news .list .item {
	width: 22%;
}

@media screen and (max-width: 640px) {
	#news .list .item {
		width: 1.50rem;
	}
}

#news .list .item:not(:first-child) {
	margin-left:4%; 
}

@media screen and (max-width: 640px) {
	#news .list .item {
		margin-left:0.20rem; 
	}
	#news .list .item:not(:first-child) {
		margin-left:0.20rem; 
	}
}

#news .list .item a {
	color: #000;
}

#news .list .item a:hover {
	opacity: 0.7;
}

#news .list .item a .ph_wrap {
	width: 100%;
	height: 1.46rem;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	#news .list .item a .ph_wrap {
		height: 30vw;
	}
}

#news .list .item a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#news .list .item a .title {
	font-size: 0.15rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 0.05rem;
}

@media screen and (max-width: 640px) {
	#news .list .item a .title {
		font-size: 0.14rem;
	}
}

#news .list .item a .date {
	font-size: 0.12rem;
}

/* ボタン */
#news .btn_common {
	text-align: center;
	margin-top: 0.50rem;
}

@media screen and (max-width: 640px) {
	#news .btn_common {
		margin: 0.30rem auto 0;
		width: 100%;
		max-width: 2.60rem;
	}
}

#news .btn_common a {
	margin: auto;
}

/* バナー */
#news .bnr_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 0.20rem;
	width: 12.00rem;
	margin-left: -1.00rem;
}
@media screen and (max-width: 640px) {
	#news .bnr_wrap {
		display: block;
		padding-top: 0.30rem;
		width: 100%;
		margin: auto;
	}
}

#news .bnr {
	margin-top: 0.50rem;;
	text-align: center;
	width: 49%;
}
@media screen and (max-width: 640px) {
	#news .bnr {
		margin-top: 0.20rem;;
		width: 100%;
	}
}

#news .bnr a:hover {
	opacity: 0.7;
}

#news .bnr img {
	display: block;
	margin: auto;
	box-shadow: 0 0.02rem 0.08rem rgba(0,0,0,0.3);
}

/*============================
トップバナー
============================*/
#top_bnr {
	padding: 0.50rem 0 0;
}

#top_bnr .bnr {
	padding: 0.10rem;
	width: 100%;
	max-width: 7.00rem;
}
@media screen and (max-width: 640px) {
	#top_bnr .bnr {
		max-width: 3.00rem;
	}
}

#top_bnr .bnr img {
	display: block;
	box-shadow: 0 0.04rem 0.08rem rgba(0,0,0,0.2);
}

/*============================
コンセプト
============================*/
#concept {
	background: rgb(255, 255, 255, 0.5);
	margin-top: 1.2rem;
	padding-bottom: 0.80rem;
}

#concept .cont_wrap {
	display: flex;
	flex-wrap: wrap;
}

#concept .cont_wrap .text_wrap {
	width: 50%;
	box-sizing: border-box;
	padding-right: 0.40rem;
	padding-top: 0.40rem;
}

@media screen and (max-width: 640px) {
	#concept .cont_wrap .text_wrap {
		width: 100%;
		padding-right: 0;
		padding-top: 0;
	}
}

#concept .cont_wrap .text_wrap .text {
	font-size: 0.17rem;
	letter-spacing: 0.075em;
	line-height: 2.21;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	#concept .cont_wrap .text_wrap .text {
		font-size: 0.15rem;
		letter-spacing: 0.05em;
		line-height: 1.875;
		text-align: justify;
		padding-bottom: 0.30rem;
	}
}

#concept .cont_wrap .ph_wrap {
	width: 50%;
	position: relative;
}

@media screen and (max-width: 640px) {
	#concept .cont_wrap .ph_wrap {
		width: 100%;
	}
}

#concept .cont_wrap .ph_wrap img {
	z-index: 1;
	border-radius: 0.10rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	#concept .cont_wrap .ph_wrap img {
		border-radius: 0.06rem;
	}
}

#concept .cont_wrap .ph_wrap::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #B49F86;
	opacity: 0.4;
	top: 0.10rem;
	left: 0.10rem;
	border-radius: 0.10rem;
	z-index: 0;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	#concept .cont_wrap .ph_wrap::after {
		border-radius: 0.06rem;
	}
}

/* バナー */
#concept .bnr_wrap {
	margin-top: 0.60rem;
}

@media screen and (max-width: 640px) {
	#concept .bnr_wrap {
		margin-top: 0.40rem;
	}
}

#concept .bnr_wrap .list {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 640px) {
	#concept .bnr_wrap .list {
		flex-wrap: wrap;
	}
}

#concept .bnr_wrap .list .item {
	margin: 0 0.20rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#concept .bnr_wrap .list .item:nth-child(1) {
		width: 100%;
		margin: 0 0.10rem 0.30rem;
		text-align: center;
	}
}

#concept .bnr_wrap .list .item a {
	color: #000;
}

#concept .bnr_wrap .list .item a:hover {
	opacity: 0.7;
}

#concept .bnr_wrap .list .item span {
	display: block;
	font-size: 0.11rem;
	margin-top: 0.10rem;
}

/*============================
お部屋
============================*/
#guestroom {
	padding-bottom: 0.80rem;
}

@media screen and (max-width: 640px) {
	#guestroom {
		padding-bottom: 0;
	}
}

#guestroom .cont_wrap {
	display: flex;
	flex-wrap: wrap;
}

#guestroom .cont_wrap .text_wrap {
	width: 50%;
	box-sizing: border-box;
	padding-left: 0.40rem;
	padding-top: 0.40rem;
}

@media screen and (max-width: 640px) {
	#guestroom .cont_wrap .text_wrap {
		width: 100%;
		padding: 0;
	}
}

#guestroom .cont_wrap .text_wrap .cont_title {
	font-size: 0.25rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	line-height: 1.6;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	#guestroom .cont_wrap .text_wrap .cont_title {
		font-size: 0.20rem;
		text-align: center;
	}
}

#guestroom .cont_wrap .text_wrap .text {
	font-size: 0.15rem;
	letter-spacing: 0.075em;
	line-height: 2;
	font-weight: 400;
	margin-bottom: 0.30rem;
}

#guestroom .cont_wrap .ph_wrap {
	width: 50%;
	height: 3.60rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	#guestroom .cont_wrap .ph_wrap {
		width: 100%;
		height: 60vw;
		margin-bottom: 0.30rem;
	}
}

#guestroom .cont_wrap .ph_wrap img {
	z-index: 1;
	border-radius: 0.10rem;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 640px) {
	#guestroom .cont_wrap .ph_wrap img {
		border-radius: 0.06rem;
	}
}

#guestroom .cont_wrap .ph_wrap::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #B49F86;
	opacity: 0.4;
	top: 0.10rem;
	left: -0.10rem;
	border-radius: 0.10rem;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	#guestroom .cont_wrap .ph_wrap::after {
		border-radius: 0.06rem;
	}
}

/* バナー */
#guestroom .bnr_wrap {
	margin-top: 0.40rem;
}

@media screen and (max-width: 640px) {
	#guestroom .bnr_wrap {
		margin-top: 0.20rem;
	}
}

#guestroom .bnr_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#guestroom .bnr_wrap .list .item {
	width: 32%;
}

@media screen and (max-width: 640px) {
	#guestroom .bnr_wrap .list .item {
		width: 100%;
		padding-top: 0.20rem;
	}
}

#guestroom .bnr_wrap .list .item a {
	display: flex;
	background: rgba(196, 175, 150, 0.5);
	border-radius: 0.05rem;
	overflow: hidden;
	color: #000;
	align-items: center;
	position: relative;
}

#guestroom .bnr_wrap .list .item a:hover {
	opacity: 0.7
}


#guestroom .bnr_wrap .list .item a::before {
	display: block;
	content: '';
	width: calc(100% - 0.10rem);
	height: calc(100% - 0.10rem);
	border: 1px solid #fff;
	position: absolute;
	top: 0.05rem;
	left: 0.05rem;
	border-radius: 0.05rem;
	box-sizing: border-box;
}


#guestroom .bnr_wrap .list .item a .ph_wrap {
	width: 0.90rem;
	height: 1.00rem;
}

#guestroom .bnr_wrap .list .item a .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#guestroom .bnr_wrap .list .item a .text_wrap {
	box-sizing: border-box;
	padding-left: 0.20rem;
}

#guestroom .bnr_wrap .list .item a .text_wrap .lead {
	font-size: 0.12rem;
	margin-bottom: 0.10rem;
}

#guestroom .bnr_wrap .list .item a .text_wrap .title {
	font-size: 0.23rem;
}

/* 2024.6 愛犬バナー */
#guestroom .bnr_202406 {
	margin: 0.50rem auto 0;
	text-align: center;
}

#guestroom .bnr_202406 a:hover {
	opacity: 0.7;
}

/*============================
SPECIALITY FLOOR
============================*/
#special {
	background: url(../img/top/special_bg.jpg) no-repeat center;
	background-size: cover;
	margin-top: 0.80rem;
}

@media screen and (max-width: 640px) {
	#special {
		background: none;
		position: relative;
	}
	#special::before {
		content: "";
		width: calc(100% - 0.20rem);
		height: 0.20rem;
		position: absolute;
		right: 0;
		bottom: 0;
		background-image: url(../img/top/special_bg.jpg);
		background-size: cover;
	}
}

#special .in {
	background: url(../img/top/special_img_01.jpg) no-repeat center;
	background-size: cover;
	max-width: 10.00rem;
	padding: 0;
	position: relative;
	top: -0.60rem;
}

@media screen and (max-width: 640px) {
	#special .in {
		padding-top: 70vw;
		background-position: center top;
		background-size: auto 100vw;
		top: -0.20rem;
	}
}


#special .title {
	font-size: 0.24rem;
	font-weight: 600;
	background: #006837;
	color: #fff;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0.25rem 0;
	position: absolute;
	bottom: 0.50rem;
	left: -0.40rem;
	letter-spacing: 0.20em;
}

@media screen and (max-width: 640px) {
	#special .title {
		width: 100%;
		max-width: 3.55rem;
		font-size: 0.22rem;
		padding: 0.20rem;
		color: #fff;
		display: block;
		bottom: auto;
		top: 55vw;
		left: 0;
	}
}

#special .title span {
	font-size: 0.12rem;
	font-weight: 600;
	padding-right: 0.20rem;
	letter-spacing: 0.14em;
	font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 640px) {
	#special .title span {
		font-size: 0.12rem;
		display: block;
		font-weight: 600;
		padding-right: 0;
		padding-bottom: 0.10rem;
		letter-spacing: 0.14em;
	}
}

#special .cont_wrap {
	width: 50%;
	margin-left: auto;
	margin-right: 0;
	text-align: center;
	padding: 0.30rem 0 0.25rem;
	background-color: rgba(0,0,0,0.8);
}

@media screen and (max-width: 640px) {
	#special .cont_wrap {
		width: 100%;
		margin: 0;
		padding: 0.30rem 0 0.25rem;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 100%);
	}
}

#special .cont_wrap .cont_title {
	font-size: 0.24rem;
	font-weight: 600;
	color: #fff;
}

@media screen and (max-width: 640px) {
	#special .cont_wrap .cont_title {
		font-size: 0.22rem;
		padding-top: 0.20rem;
	}
}

#special .cont_wrap .lead {
	font-size: 0.16rem;
	font-weight: 600;
	line-height: 1.75;
	color: #fff;
	padding-top: 0.20rem;
}

@media screen and (max-width: 640px) {
	#special .cont_wrap .lead {
		font-size: 0.14rem;
		padding-top: 0.15rem;
	}
}

#special .cont_wrap .note {
	font-size: 0.12rem;
	font-weight: 600;
	line-height: 1.75;
	color: #fff;
	padding-top: 0.20rem;
	display: inline-block;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 0.10rem 0.50rem;
	border-radius: 0.10rem;
	margin-top: 0.20rem;
}

#special .btn_list {
	margin-top: 0.30rem;
}

#special .btn_list .item {
	margin-bottom: 0.20rem;
}

#special .btn_list .item .btn_common a {
	margin: auto;
	background-image: url(../img/top/sproom_btn_bg.jpg);
	background-size: 100% 100%;
	font-weight: 600;
	text-shadow: 0 0 0.06rem rgba(0,0,0,0.6);
}

#special .btn_list .item .btn_common a::before {
	opacity: 0.3;
	background-color: #AE272D;
}

/*============================
お料理
============================*/
#food {
	padding-bottom: 0.80rem;
}

#food .cont_wrap {
	display: flex;
	flex-wrap: wrap;
}

#food .cont_wrap .text_wrap {
	width: 50%;
	box-sizing: border-box;
	padding-right: 0.40rem;
}

@media screen and (max-width: 640px) {
	#food .cont_wrap .text_wrap {
		width: 100%;
		padding-right: 0;
	}
}

#food .cont_wrap .text_wrap .cont_title {
	font-size: 0.25rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	line-height: 1.6;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	#food .cont_wrap .text_wrap .cont_title {
		font-size: 0.20rem;
		text-align: center;
		margin-bottom: 0.10rem;
	}
}

#food .cont_wrap .text_wrap .text {
	font-size: 0.15rem;
	letter-spacing: 0.075em;
	line-height: 2;
	font-weight: 400;
	margin-bottom: 0.30rem;
}

#food .cont_wrap .text_wrap .bnr_wrap {
	margin-left: -0.20rem;
	max-width: 3.90rem;
}

@media screen and (max-width: 640px) {
	#food .cont_wrap .text_wrap .bnr_wrap {
		margin-left: 0;
	}
}

#food .cont_wrap .text_wrap .bnr_wrap a {
	display: block;
}

@media screen and (max-width: 640px) {
	#food .cont_wrap .text_wrap .bnr_wrap a {
		text-align: center;
		margin: auto;
	}
}

#food .cont_wrap .text_wrap .bnr_wrap a:hover {
	opacity: 0.7;
}


#food .cont_wrap .ph_wrap {
	width: 50%;
	position: relative;
	height: 3.60rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	#food .cont_wrap .ph_wrap {
		width: 100%;
    height: 60vw;
    margin-bottom: 0.30rem;
	}
}

#food .cont_wrap .ph_wrap img {
	z-index: 1;
	border-radius: 0.10rem;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 640px) {
	#food .cont_wrap .ph_wrap img {
		border-radius: 0.06rem;
	}
}

#food .cont_wrap .ph_wrap::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #B49F86;
	opacity: 0.4;
	top: 0.10rem;
	right: -0.10rem;
	border-radius: 0.10rem;
	z-index: 0;
}

/*============================
お食事処
============================*/
#oshokuji {
	/* background: url(../img/top/oshokuji_back.png) no-repeat center;
	background-size: cover; */
	padding-bottom: 1.00rem;
	position: relative;
}

#oshokuji::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #B49F86;
	opacity: 0.4;
	top: 0;
	left: 0;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	#oshokuji {
		background: none;
		position: relative;
	}

	#oshokuji::before {
		content: "";
		position: absolute;
		width: 100%;
		height: calc(100% + 0.22rem);
		background-color: #B49F86;
		opacity: 0.3;
		z-index: 0;
		top: -0.22rem;
		left: 0;
	}
}

/* #oshokuji .in {
	top: -0.95rem;
	padding: 0;
} */

#oshokuji .title_wrap {
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	#oshokuji .title_wrap {
		padding-bottom: 0;
		padding-top: 0.30rem;
	}
}

#oshokuji .lead {
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.01em;
	text-align: center;
	margin-bottom: 0.40rem;
}

#oshokuji .lead span {
	border-bottom: 1px solid #000;
}

#oshokuji .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	#oshokuji .list {
		margin: 0 -0.20rem;
	}
}

#oshokuji .list .item {
	width: 31%;
}

@media screen and (max-width: 640px) {
	#oshokuji .list .item {
		max-width: 3.05rem;
		padding: 0 0.10rem;
		box-sizing: border-box;
	}
}

#oshokuji .list .item .ph_wrap {
	width: 100%;
	height: 2.10rem;
	margin-bottom: 0.15rem;
	border-radius: 0.10rem;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	#oshokuji .list .item .ph_wrap {
		height: 55vw;
		border-radius: 0.06rem;
	}
}

#oshokuji .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#oshokuji .list .item .list_title {
	font-size: 0.20rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.15rem;
}

#oshokuji .list .item .list_title span {
	font-size: 0.13rem;
}

#oshokuji .list .item .text {
	font-size: 0.13rem;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 0.15rem;
}


#oshokuji .list .item .btn_common a {
	font-size: 0.13rem;
	width: 2rem;
	padding: 0.15rem 0;
	margin: auto;
}

#oshokuji .slick-dots {
	bottom: -0.45rem;
}

/*============================
温泉
============================*/
#onsen {
	background: rgb(255, 255, 255, 0.5);
	padding-bottom: 0.80rem;
}

#onsen .cont_wrap {
	display: flex;
	flex-wrap: wrap;
}

#onsen .cont_wrap .text_wrap {
	width: 50%;
	box-sizing: border-box;
	padding-left: 0.40rem;
	padding-top: 0.40rem;
}

@media screen and (max-width: 640px) {
	#onsen .cont_wrap .text_wrap {
		width: 100%;
		padding: 0;
	}
}

#onsen .cont_wrap .text_wrap .cont_title {
	font-size: 0.25rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	line-height: 1.6;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	#onsen .cont_wrap .text_wrap .cont_title {
		font-size: 0.20rem;
		text-align: center;
		margin-bottom: 0.10rem;
	}
}


#onsen .cont_wrap .text_wrap .text {
	font-size: 0.15rem;
	letter-spacing: 0.075em;
	line-height: 2;
	font-weight: 400;
	margin-bottom: 0.30rem;
}

#onsen .cont_wrap .ph_wrap {
	width: 50%;
	position: relative;
}

@media screen and (max-width: 640px) {
	#onsen .cont_wrap .ph_wrap {
		width: 100%;
		margin-bottom: 0.30rem;
	}
}

#onsen .cont_wrap .ph_wrap img {
	z-index: 1;
	border-radius: 0.10rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	#onsen .cont_wrap .ph_wrap img {
		border-radius: 0.06rem;
		overflow: hidden;
	}
}

#onsen .cont_wrap .ph_wrap::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #B49F86;
	opacity: 0.4;
	top: 0.10rem;
	left: -0.10rem;
	border-radius: 0.10rem;
	z-index: 0;
}

/* 案内 */
#onsen .guidance {
	margin-top: 0.60rem;
	display: flex;
	align-items: center;
	background: rgba(196, 175, 150, 0.3);
	box-sizing: border-box;
	padding: 0.30rem 0;
	position: relative;
}

@media screen and (max-width: 640px) {
	#onsen .guidance {
		padding: 0.20rem 0 0.35rem;
		margin-top: 0.30rem;
		flex-wrap: wrap;
	}
}

#onsen .guidance::before {
    display: block;
    content: '';
    width: calc(100% - 0.1rem);
    height: calc(100% - 0.1rem);
    border: 1px solid #fff;
    position: absolute;
    top: 0.05rem;
    left: 0.05rem;
    box-sizing: border-box;
}

#onsen .guidance .left_box .title {
	font-size: 0.23rem;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#onsen .guidance .left_box .title {
		font-size: 0.20rem;
	}
}

#onsen .guidance .left_box {
	width: 30%;
	text-align: center;
	border-right: 1px solid #736357;
	padding: 0.10rem 0;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	#onsen .guidance .left_box {
		width: calc(100% - 0.50rem);
		border-right: 0;
		border-bottom: 1px solid #736357;
		margin: auto;
		padding-bottom: 0.15rem;
	}
}

#onsen .guidance .left_box .title {
	font-size: 0.23rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	#onsen .guidance .left_box .title {
		font-size: 0.18rem;
		margin-bottom: 0.10rem;
	}
}

#onsen .guidance .left_box .text {
	font-size: 0.15rem;
	font-weight: 600;
	line-height: 1.66;
}

@media screen and (max-width: 640px) {
	#onsen .guidance .left_box .text {
		font-size: 0.14rem;
	}
}

#onsen .guidance .center_box {
	width: 50%;
	box-sizing: border-box;
	padding:0  0.35rem;
}

@media screen and (max-width: 640px) {
	#onsen .guidance .center_box {
		width: 100%;
		padding:0.15rem 0.25rem;
	}
}

#onsen .guidance .center_box .text {
	font-size: 0.15rem;
	line-height: 2;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 640px) {
	#onsen .guidance .center_box .text {
		font-size: 0.13rem;
		line-height: 1.875;
		letter-spacing: 0.05em;
	}
}

#onsen .guidance .right_box{
	width: 20%;
}

@media screen and (max-width: 640px) {
	#onsen .guidance .right_box{
		width: 100%;
		max-width: 2.20rem;
		margin: auto;
	}
}

#onsen .guidance .right_box .btn_common a{
	width: 90%;
	font-size: 0.13rem;
	background-color: #4E3838;
}

@media screen and (max-width: 640px) {
	#onsen .guidance .right_box .btn_common a{
		width: 100%;
		font-size: 0.13rem;
		padding: 0.15rem 0 0.17rem;
	}
}


/*============================
ぬくもりリラックス
============================*/
#nukumori {
	padding-bottom: 1.20rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	#nukumori {
		padding-bottom: 0.60rem;
		overflow: hidden;
	}
}

#nukumori::before {
	content: "";
	background-color: #b6893c;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#nukumori .title_wrap {
	padding-bottom: 0.20rem;
}

#nukumori .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

#nukumori .list::before {
	content: '';
	position: absolute;
	display: block;
	width: calc(100% + 0.40rem);
	height: calc(100% - 0.20rem);
	background-color: #B49F86;
	opacity: 0.4;
	top: 0.30rem;
	left: -0.20rem;
	border-radius: 0.1rem;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	#nukumori .list::before {
		content: none;
	}
}

#nukumori .list .item {
	width: 32%;
	position: relative;
	background-color: #FFF;
	margin-bottom: 0.15rem;
	border-radius: 0.05rem;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	#nukumori .list .item {
		width: 100%;
		border-radius: 0.06rem;
	}
}

#nukumori .list .item a {
	display: block;
}

#nukumori .list .item .ph_wrap {
	width: 100%;
	height: 2.50rem;
}

@media screen and (max-width: 640px) {
	#nukumori .list .item .ph_wrap {
		height: 57vw;
	}
}

#nukumori .list .item .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

#nukumori .list .item a:hover .ph_wrap img {
	transform: scale(1.06);
	opacity: 0.7;
}

#nukumori .list .item .text_wrap {
	position: absolute;
	bottom: 0.20rem;
	left: 50%;
	transform: translate(-50%);
	color: #fff;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#nukumori .list .item .text_wrap {
		bottom: 0.30rem;
		text-shadow: 0 2px 0.08rem rgba(0,0,0,0.6);
	}
}

#nukumori .list .item .text_wrap .title {
	font-size: 0.22rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	#nukumori .list .item .text_wrap .title {
		font-size: 0.20rem;
	}
}

#nukumori .list .item .text_wrap span {
	font-size: 0.13rem;
	letter-spacing: 0;
	line-height: 1.65;
}

@media screen and (max-width: 640px) {
	#nukumori .list .item .text_wrap span {
		font-size: 0.12rem;
	}
}

#nukumori .btn_common {
	margin-top: 0.50rem;
}

@media screen and (max-width: 640px) {
	#nukumori .btn_common {
		margin-top: 0.20rem;
	}
}

#nukumori .list .item .btn_common a {
	font-size: 0.13rem;
	width: 2rem;
	padding: 0.15rem 0;
	margin: auto;
}

@media screen and (max-width: 640px) {
	#nukumori .list .item .btn_common a {
		width: 2.80rem;
		padding: 0.15rem 0;
		margin: auto;
	}	
}

#nukumori .btn_common a {
	margin: auto;
}

@media screen and (max-width: 640px) {
	#nukumori .btn_common a {
		font-size: 0.13rem;
	}
}

/*============================
“ふる川”の定山渓時間
============================*/
#facilities {
	background: rgb(255, 255, 255, 0.5);
	padding-bottom: 0.80rem;
}

@media screen and (max-width: 640px) {
	#facilities {
		padding-bottom: 0.30rem;
	}
}

#facilities .lead_wrap {
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 640px) {
	#facilities .lead_wrap {
		margin-bottom: 0.30rem;
	}
}

#facilities .lead_wrap .lead_title {
	font-size: 0.24rem;
	font-weight: 600;
	letter-spacing: 0.10em;
	line-height: 1.66;
	text-align: center;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	#facilities .lead_wrap .lead_title {
		font-size: 0.20rem;
		margin-bottom: 0.20rem;
	}
}

#facilities .lead_wrap .text {
	font-size: 0.15rem;
	letter-spacing: 0.05em;
	line-height: 1.66;
	text-align: center;
}

#facilities .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#facilities .list .item {
	width: 32%;
}

@media screen and (max-width: 640px) {
	#facilities .list .item {
		width: 100%;
		margin-bottom: 0.40rem;
	}
}

#facilities .list .item a {
	display: block;
	position: relative;
}

#facilities .list .item a:hover {
	opacity: 0.7;
}

#facilities .list .item .ph_wrap {
	width: 100%;
	height: 2.00rem;
	margin-bottom: 0.15rem;
	border-radius: 0.05rem;
	overflow: hidden;
}

#facilities .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#facilities .list .item .btn {
	position: absolute;
	left: 50%;
	bottom: -0.30rem;
	transform: translate(-50%);
	color: #fff;
	width: 100%;
	text-align: center;
}

#facilities .list .item .btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 2.5rem;
	width: 100%;
	background: #4E3838;
	font-size: 0.15rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	margin: auto;
	line-height: 1.4;
	height: 0.60rem;
	padding-right: 0.20rem;
}

@media screen and (max-width: 640px) {
	#facilities .list .item .btn span {
		font-size: 0.13rem;
		box-shadow: 0 2px 0.06rem rgba(0,0,0,0.5);
	}
}

#facilities .list .item .btn span::after {
	content: '';
	width: 0.25rem;
	height: 0.055rem;
	background: url(../img/common/icon_btn_arrow.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0.2rem;
	transform: translateY(-50%);
	display: block;
}

@media screen and (max-width: 640px) {
	#facilities .list .item .btn span::after {
		width: 0.20rem;
		height: 0.05rem;
		right: 0.15rem;
	}
}

/*============================
アクセス
============================*/
#access {
	padding: 0.70rem 0;
}

@media screen and (max-width: 640px) {
	#access {
		background: url(../img/top/access_hokkaido_sp.svg) no-repeat;
		background-size: calc(100% - 0.30rem) auto;
		background-position: right -0.25rem;
	}
}

#access::before {
	content: "";
	width: 100%;
	height: 120%;
	background-image: url(../img/top/access_hokkaido.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: calc(50% + 4.6rem) -1rem;
	position: absolute;
	top: 0;
	left: 0;
}

#access .cont_wrap .logo {
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	#access .cont_wrap .logo{
		max-width: 1.92rem;
		margin-bottom: 0.10rem;
	}
}

#access .cont_wrap address{
	font-size: 0.15rem;
	letter-spacing: 0.075em;
	line-height: 2;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	#access .cont_wrap address{
		font-size: 0.14rem;
		letter-spacing: 0.05em;
		line-height: 1.875;
	}
}

#access .cont_wrap .sns_box {
	display: flex;
}

#access .cont_wrap .sns_box .sns_item:nth-child(2) {
	padding-left: 0.15rem;
}

#access .cont_wrap .sns_box a:hover {
	opacity: 0.7;
}

#access .cont_wrap .list {
	margin-top: 0.30rem;
}

@media screen and (max-width: 640px) {
	#access .cont_wrap .list {
		margin-top: 2.80rem;
	}
}

#access .cont_wrap .list .item {
	font-size: 0.15rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	#access .cont_wrap .list .item {
		font-size: 0.13rem;
		letter-spacing: 0;
	}
}

#access .cont_wrap .list .item span {
	color: #C4AF96;
	padding-right: 0.05rem;
}

#access .cont_wrap .list .item a {
	text-decoration: underline;
	color: #AE272D;
}

#access .cont_wrap .list .item a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#access .btn_common {
	margin-top: 0.20rem;
}

/*============================
アクセス
============================*/
#map iframe {
	width: 100%;
	height: 5.00rem;
}

@media screen and (max-width: 640px) {
	#map iframe {
		width: 100%;
		height: 2.50rem;
	}
}

/*============================
各セクションのタイトル書
============================*/
#news .sec_title_jp img {
	display: block;
	width: 2.00rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#news .sec_title_jp img {
		width: 1.40rem;
	}
}

#concept .sec_title_jp img {
	display: block;
	width: 4.30rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#concept .sec_title_jp img {
		width: 2.90rem;
		padding-top: 0.30rem;
		padding-bottom: 0.10rem;
	}
}

#guestroom .sec_title_jp img {
	display: block;
	width: 1.50rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#guestroom .sec_title_jp img {
		width: 1.10rem;
	}
}

#food .sec_title_jp img {
	display: block;
	width: 1.70rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#food .sec_title_jp img {
		width: 1.30rem;
	}
}

#oshokuji .sec_title_jp img {
	display: block;
	width: 1.90rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#oshokuji .sec_title_jp img {
		width: 1.50rem;
	}
}

#onsen .sec_title_jp img {
	display: block;
	width: 1.30rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#onsen .sec_title_jp img {
		width: 1.00rem;
		padding-top: 0.20rem;
	}
}

#nukumori .sec_title_jp img {
	display: block;
	width: 3.00rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#nukumori .sec_title_jp img {
		width: 2.10rem;
	}
}

#facilities .sec_title_jp img {
	display: block;
	width: 4.00rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#facilities .sec_title_jp img {
		width: 2.60rem;
		padding-top: 0.20rem;
	}
}