@charset "utf-8";

.stay-intr-wrap {
	gap: 80px;
}
.stay-intr-wrap .img {
	width: 274px;
}
.stay-intr-wrap .img > div {
	width: 534px;
}
.stay-intr-wrap .img.left > div {
	margin-left: -260px;
}
.stay-intr-wrap .img.right > div {
	margin-right: -260px;
}
.stay-intr-wrap .tx {
	width: 372px;
}
.stay-intr-wrap .tx li {
	background-image: url(../images/stay/bdr.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
.stay-intr-wrap .tx li p.gilda {
	width: 128px;
}
.stay-intr-wrap .tx li a {
	position: relative;
}
.stay-intr-wrap .tx li a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 8px;
	background-image: url(../images/stay/arw.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.line {
	background: url(../images/common/line01_pink.png) no-repeat center bottom;
	padding-bottom:  40px;
	margin-bottom: 24px;
}

.dayarw {
	width: 134px;
	margin-left: auto;
	margin-right: auto;
}

.ovr {
	position: relative;
}
.ovr-img {
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	overflow: hidden;
	width: 100%;
	z-index: 10;
}

.tximg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
}
.tximg-tx {
	width: 380px;
}
.tximg-img {
	width: 629px;
}
.tximg-img > div {
	margin-right: -460px;

}

.btn01.wide {
	width: 372px;
}


.box01.pl80 {
	padding-left: calc(50% + 80px);
}
.box01.pl80 .box01_pic02 ul {
	margin-left: -160px;
}
.top0 {
	top: 0;
}

.box01_pic02 ul li {
	width: calc((100% - 8px) / 2);
}
.box01_pic02 ul li img {
	width: 100%;
	height: 360px;
}


.sightseeing-bana {
	position: relative;
	margin-top: -230px;
	height: 352px;
}
.sightseeing-bana-bg {
	position: absolute;
	background-image: url(../images/stay/sightseeing-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sightseeing-bana-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sightseeing-bana p {
	text-shadow:
		0 0 6px #231815,
		0 0 6px #231815,
		0 0 6px #231815;
}





.view-sp {
	display: none;
}
@media screen and (max-width: 540px) {
	.view-pc {
		display: none;
	}
	.view-sp {
		display: block;
	}
	.stay-intr-wrap {
		gap: 40px;
	}
	.stay-intr-wrap .img {
		width: 100%;
	}
	.stay-intr-wrap .img > div {
		width: calc(100% + 20px);
	}
	.stay-intr-wrap .img.left > div {
		margin-left: -20px;
	}
	.stay-intr-wrap .img.right > div {
		margin-right: -20px;
	}
	.box02.reverse .image,
	.box02 .image {
		width: calc(100% + 20px);
        margin-left: -20px;
        border-top-right-radius: 50px!important;
        border-top-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        overflow: hidden;
	}
	.box02.reverse .image img,
	.box02 .image img {
		height: 275px;
	}
	.dayarw {
		width: 67px;
	}
	.tximg-tx {
		width: 100%;
	}
	.tximg-img {
		display: none;
	}
	.bg01.pt342 {
		padding-top: 80px;
	}
	.spslider .swiper-slide img {
		width: 100%;
		height: 80vw;
		object-fit: cover;
	}
	.bg01.pb256 {
		padding-bottom: 40px;
	}
	.sightseeing-bana {
		margin-top: 40px;
		height: 311px;
	}
	.sightseeing-bana.pt24 {
		padding-top: 72px;
	}
	.sightseeing-bana-bg {
		background-image: url(../images/stay/sightseeing-bg-sp.jpg);
	}
	.sightseeing-bana-ttl {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -16px;
	}
	.sightseeing-bana .title04:before {
		left: -30px;
	}
	.sightseeing-bana p.fz28 {
		font-size: 18px;
		margin-top: 20px;
	}
	.sightseeing-bana p.fz18 {
		font-size: 16px;
	}
	.sightseeing_item_title span.fz24 {
		font-size: 2.8rem;
	}
}



.breakfastlay.bg01::before {
	height: calc(100% - 250px);
}
@media screen and (max-width: 540px) {
	.breakfastlay.bg01::before {
		height: 100%;
	}
}





