/*==========================
common調整
==========================*/
.st-Header {
	display: none;
}
.footer_wrap .st-Footer .sw-Lnav {
	display: none;
}

@media screen and (max-width: 767px) {
	.footer_wrap {
		width: 100%;
	}
}

/*==========================
基本CSS
==========================*/

.sp_cont_wrap {
	width: fit-content;
	position: relative;
	margin: 0 auto ;
	/* padding-top: 65px; */
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.sp_cont_wrap {
    max-width: 7.2rem;
    width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.sp_cont_wrap {
		padding-left: 0;
		margin: 0;
		width: 100%;
	}
}

.sp_cont_wrap .in {
	position: relative;
}

.sp_cont_wrap .sp_cont {
	width: 100%;
	max-width: 7.2rem;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.sp_cont_wrap .sp_cont {
		max-width: 100%;
	}
}

/* SP画像 */

#sp_cont_header {
	position: relative;
}

@media screen and (min-width: 768px){
	.sp_cont a:hover {
		opacity: 0.75;
	}
}

.sp_img img {
	display: block;
}

.reserve_btn {
	margin: 8% 0;
}

.reserve_btn a {
	display: flex;
	justify-content: center;
}

.reserve_btn img {
	width: calc(100% - 12.5%);
}


/*==================================
スライダー
==================================*/

.sp_cont_wrap .sp_cont .slide_wrap {
	position: relative;
	margin-top: -16%;
	margin-bottom: 22%;
}
@media screen and (max-width: 767px) {

}

.sp_cont_wrap .sp_cont .slide_wrap .slick-list {
	margin: 0 -15px;
}
@media screen and (max-width: 767px) {
	.sp_cont_wrap .sp_cont .slide_wrap .slick-list {
		margin: 0 -10px;
	}
}

.sp_cont_wrap .sp_cont .slide_item {
	margin: 0 15px;
}
@media screen and (max-width: 767px) {
	.sp_cont_wrap .sp_cont .slide_item {
		margin: 0 10px;
	}
}

.sp_cont_wrap .sp_cont .slide_wrap .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2%;
	list-style: none;
	padding: 0;
	margin: 6% 0 0;
	width: 100%;
	bottom: -36px;
}
@media screen and (max-width: 767px) {
	.sp_cont_wrap .sp_cont .slide_wrap .slick-dots {
		bottom: -24px;
	}
}

.sp_cont_wrap .sp_cont .slide_wrap .slick-dots li {
	width: 10.6%;
	height: 16px;
	margin: 0;
	padding: 0;
	line-height: 0;
}
@media screen and (max-width: 767px) {
	.sp_cont_wrap .sp_cont .slide_wrap .slick-dots li {
		height: 8px;
	}
}

.sp_cont_wrap .sp_cont .slide_wrap .slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #ccc;
	font-size: 0;
	line-height: 0;
	color: transparent;
	cursor: pointer;
	appearance: none;
}
.sp_cont_wrap .sp_cont .slide_wrap .slick-dots li.slick-active button {
	background: #6B0869;
}
.sp_cont_wrap .sp_cont .slide_wrap .slick-dots li button:before {
	content: none;
}


/* #map {
	display: flex;
	flex-direction: column;
	align-items: center;
	iframe {
		max-width: 7.2rem;
		width: calc(100% - 0.4rem);
		height: auto;
		aspect-ratio: 1 / 0.75;
	}
} */

/*==================================
フローティングバナー
==================================*/
.floating_bnr {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 7.2rem;
	display: flex;
	z-index: 2;
	padding-bottom: env(safe-area-inset-bottom);
	background-color: #fff;
}
.floating_bnr a {
	width: 50%;
}


.floating_bnr img {
	display: block;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.floating_bnr {
		width: 100%;
		right: auto;
	}

	.floating_bnr img {
		width: 100%;
	}
}
