/* ===========================
   ページ個別の設定
   =========================== */

/* all */
.sp-only { display: none;}

@media (max-width: 809px) {
	.pc-only { display: none;}
	.sp-only { display: block;}
}

.subheading {
	display: flex;
	justify-content: center;
	align-items: center;
    gap: 11px;
}
.subheading::before,
.subheading::after {
	content: "";
	display: block;
	width: 28px;
	height: 3px;
	background-color: var(--color-accent);
	flex-shrink: 0;
}
@media (max-width: 809px) {
	.subheading {
		justify-content: left;
		align-items: flex-start;
	    padding-right: 20px;
	    line-height: 1.6;
	}
	.subheading::before {
		width: 3px;
		height: 24px;
        margin-top: 9px;
	}
	.subheading::after {
		content: none;
	}
}
/* /all */

/* contents */
.content__lead {
    padding-bottom: 64px;
}
.content__lead p {
	font-family: 'Zen Old Mincho', serif;
	max-width: 780px;
	margin-inline: auto;
	font-size: 18px;
	line-height: 1.9;
    padding-bottom: 23px;
	color: var(--color-key);
}
.content__hotel-tags ul {
	width: 487px;
	height: 26px;
	margin-inline: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: rgb(255 255 255 / .75);
}
.content__hotel-tags li {
	font-size: 13px;
	line-height: 2;
	color: #7D7872;
    padding-inline: 12px
}
@media (max-width: 809px) {
	.content__lead {
		padding-bottom: 40px;
	}
	.content__lead p {
		max-width: 100%;
		font-size: 17px;
		line-height: 1.6;
		padding-inline: 24px;
	}
	.content__hotel-tags li {
		font-size: 12px;
        padding-inline: 0 16px;
	}
}
@media (max-width: 535px) {
	.content__hotel-tags {
		padding-inline: 24px;
	}
	.content__hotel-tags ul {
		width: 100%;
		height: auto;
		justify-content: left;
		padding-left: 24px;
	    padding-block: 8px 10px;
	}
}
/* /contents */

/* swiperカルーセル */
.carousel-section {
	background-color: #FFF;
    padding-top: 35px;
    padding-left: 40px;
}
.carousel-section:nth-of-type(even) {
	background-color: unset;
    padding-block: 94px 41px;
}
.carousel-section .carousel-caption {
	font-family: 'Zen Old Mincho', serif;
	font-size: 17px;
	line-height: 1.6;
	text-align: center;
	color: var(--color-key);
    padding: 24px 24px 42px;
}
.carousel-section .swiper_carousel {
    width: 100%;
    padding-block: 30px 59px;
    overflow: hidden;
    position: relative;
}
.carousel-section .swiper-wrapper {
	cursor: grab;
}
.carousel-section .swiper-wrapper:active {
	cursor: grabbing;
}
.carousel-section .swiper_carousel .swiper-slide {
    width: 360px;
    height: 260px;
}
.carousel-section .swiper-button-next,
.carousel-section .swiper-button-prev {
    width: 18px;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: unset;
    position: absolute;
    z-index: 10;
    opacity: 1;
	transition: opacity .25s ease-in-out;
}

.carousel-section .swiper-button-next:hover,
.carousel-section .swiper-button-prev:hover {
    opacity: .65;
    text-decoration: none;
}

.carousel-section .swiper-button-prev,
.carousel-section .swiper-button-next,
.carousel-section .swiper-rtl .swiper-button-prev,
.carousel-section .swiper-rtl .swiper-button-next {
    top: unset;
    bottom: 1px;
}
.carousel-section .swiper-button-prev,
.carousel-section .swiper-rtl .swiper-button-next,
.carousel-section .swiper-button-next,
.carousel-section .swiper-rtl .swiper-button-prev {
    width: 40px;
    height: 26px;
	background-color: rgb(44 74 63 / .85);
}
.carousel-section .swiper-button-prev,
.carousel-section .swiper-rtl .swiper-button-next {
    left: auto;
    right: 108px;
}
.carousel-section .swiper-button-next,
.carousel-section .swiper-rtl .swiper-button-prev {
    right: 40px;
    left: auto;
}
.carousel-section .swiper-button-next::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: var(--color-accent);
	position: absolute;
	top: 0;
    left: -14px;
}
.carousel-section .swiper-button-prev::after,
.carousel-section .swiper-button-next::after {
    content: "";
    display: block;
    width: 8px;
	height: 8px;
	border-top: 1px solid var(--color-text_light);
	border-right: 1px solid var(--color-text_light);
	transform: rotate(45deg);
    margin-left: -3px;
}
.carousel-section .swiper-button-prev::after {
    transform: rotate(-135deg);
    margin-left: 3px;
}
.carousel-section .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
}
.carousel-section .swiper-horizontal > .swiper-pagination-bullets,
.carousel-section .swiper-pagination-bullets.swiper-pagination-horizontal,
.carousel-section .swiper-pagination-custom,
.carousel-section .swiper-pagination-fraction {
    bottom: 4px;
}
.carousel-section .swiper-pagination-bullet {
    background: var(--color-accent);
    opacity: .2;
}
.carousel-section .swiper-pagination-bullet-active {
    background: var(--color-accent);
    opacity: 1;
}
.carousel-section .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.carousel-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}
.carousel-section .swiper-pagination {
	padding-right: 40px;
}

.carousel-section.gallery {
    padding-left: unset;
}
.carousel-section.gallery:nth-of-type(even) {
    padding-block: 85px 41px;
}
.carousel-section.gallery .swiper-pagination {
	padding-right: unset;
}
.carousel-section.gallery .subheading {
	display: flex;
	justify-content: left;
	align-items: center;
    gap: 11px;
}

.carousel-section.gallery .subheading::after {
	content: none;
}
.carousel-section.gallery .swiper_carousel .swiper-slide {
    width: 340px;
    height: 240px;
	overflow: hidden;
}
.carousel-section.gallery .swiper_carousel .swiper-slide img {
	width: 100%;
}
.carousel-section.gallery .swiper_carousel {
    padding-block: 33px 59px;
}
@media (min-width: 810px) {
	.carousel-section.gallery .subheading::before {
		transform: rotate(90deg);
		margin-inline: -11px;
	}
}
@media (max-width: 809px) {
    .carousel-section {
        padding-top: 31px;
	    padding-left: 24px;
	}
	.carousel-section:nth-of-type(even) {
    	padding-block: 28px 0px;
	}
	.carousel-section .swiper_carousel {
	    padding-block: 11px 41px;
	}
	.carousel-section .swiper_carousel .swiper-slide,
	.carousel-section.gallery .swiper_carousel .swiper-slide {
		width: 315px;
		height: 230px;
	}
	.carousel-section.gallery {
		padding-left: 24px;
	}
	.carousel-section .swiper-pagination {
		text-align: left;
		margin-left: -7px;
	}
	.carousel-section .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.carousel-section .carousel-caption {
		font-size: 15px;
		text-align: left;
		padding: 17px 24px 39px 0px;
	}
	.carousel-section .swiper-pagination-bullet-active {
    	background: var(--color-accent);
    	opacity: 1;
	}
	.carousel-section .swiper-pagination {
		padding-right: unset;
	}
	.carousel-section .swiper-button-next,
	.carousel-section .swiper-rtl .swiper-button-prev {
	    right: 24px;
	}
	.carousel-section .swiper-button-prev,
	.carousel-section .swiper-rtl .swiper-button-next {
    	right: 92px;
	}
	.carousel-section.gallery .subheading::before {
        margin-top: 5px;
	}
	.carousel-section .swiper-horizontal>.swiper-pagination-bullets,
	.carousel-section .swiper-pagination-bullets.swiper-pagination-horizontal,
	.carousel-section .swiper-pagination-custom,
	.carousel-section .swiper-pagination-fraction {
	    left: 2px;
	}
	.carousel-section .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.carousel-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	    margin: 0px 5px;
	}
	.carousel-section.gallery .swiper_carousel {
		padding-block: 11px 42px;
	}
	.carousel-section.gallery:nth-of-type(even) {
	    padding-block: 38px 41px;
	}
}
/* /swiperカルーセル */

/* address */
address {
	padding-inline: 24px;
	padding-bottom: 80px;
}
address dl {
	width: 720px;
	margin-inline: auto;
	border: 1px solid var(--color-accent);
	display: flex;
	font-style: normal;
}
address dt {
	width: 240px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--color-accent);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E3ECE9;
}
address dd {
	width: 480px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
    padding-block: 27px;
}
address dd ul {
	width: 400px;
}
address dd li {
	font-size: 14px;
	line-height: 1.6;
	color: var(--color-key);
	text-indent: -1em;
	padding-left: 1em;
}
@media (min-width: 810px) {
	address li {
		cursor: text;
	}
	address .tel-num {
		pointer-events: none;
		color: var(--color-key);
		text-decoration: none;
	}
}
@media (max-width: 809px) {
	address {
        padding-bottom: 48px;
	}
	address dl {
        width: 100%;
        max-width: 480px;
		display: block;
	}
	address dt {
		width: 100%;
		padding-block: 16px;
	}
	address dd {
	    width: 100%;
	    padding-block: 22px;
        padding-inline: 14px;
	}
	address dd ul {
		width: fit-content;
	}
	address .tel-num {
		color: var(--color-accent)!important;
	}
}
/* /address */

/* recommended-hotels */
.recommended-hotels {
    background-color: var(--color-ui-sub);
    padding-block: 35px 42px;
    padding-inline: 30px
}
.recommended-hotels .subheading {
	padding-bottom: 30px;
}
.recommended-hotels ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recommended-hotels li {
	width: 360px;
}
.recommended-hotels .hotel-name {
	text-align: center;
	padding-top: 13px;
}
.recommended-hotels picture {
	width: 100%;
	overflow: hidden;
}
.recommended-hotels a {
	color: var(--color-key);
}
.recommended-hotels a:hover {
	text-decoration: none;
}
.recommended-hotels a picture img {
	transition: transform 0.4s ease, opacity 0.4s ease;
}
.recommended-hotels a:hover picture img {
	transform: scale(1.05);
	opacity: 0.7;
}
@media (max-width: 1179px) {
	.recommended-hotels ul {
		gap: 28px;
	}
}
@media (max-width: 809px) {
	.recommended-hotels {
        max-width: 650px;
        padding-block: 38px 47px;
		padding-inline: 16px;
		margin-inline: auto;
	}
	.recommended-hotels .subheading {
        padding-left: 0;
		padding-bottom: 17px;
	}
	.recommended-hotels li {
		width: 295px;
	}
}
@media (max-width: 650px) {
    .recommended-hotels {
        max-width: 100%;
        margin-inline: 24px;
    }
	.recommended-hotels ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.recommended-hotels .hotel-name {
	    text-align: left;
		padding-top: 9px;
	}
	.recommended-hotels ul {
        gap: 23px;
    }
}
@media (max-width: 375px) {
	.recommended-hotels li {
        width: 100%;
    }
	.recommended-hotels picture {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 0.5695;
		display: flex;
		align-items: center;
	}
}
/* /recommended-hotels */