@charset "utf-8";

/* スライドショー */
#top_photo_wrap {
	overflow: hidden;
}
#top_photo {
	/* width: 1080px; */
	margin: 0px auto 0px;
}

#top_photo_list {
	position: relative;
}
#top_photo_list .photo img {
	/* width: 100%; */
	/* height: auto; */
	vertical-align: top;
	width: 100%;
	height: 570px;
	object-fit: cover;
	object-position: center center;
}
#top_photo_list .photo a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#top_photo_list .photo span.photo_caption {
	display: block;
	background: #333333;
	color: #ffffff;
	padding: 5px 20px;
}
#top_photo_list .photo span.photo_caption:empty {
	padding: 0px;
}
#top_photo_list .photo span.photo_caption span {
	color: inherit !important;
}

/* スライドコントロールボタン */
#top_photo_list .top_slide_control_wrap{
	position: absolute;
	z-index: 10;
	bottom: 10px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
}

#top_photo_list .slide_control_box1 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	width: min(1080px,96vw);
	margin-inline: auto;
}

#top_photo_list button[class^="slide_control_"]{
	display: block;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 34px;
	height: 34px;
	border-radius: 0%;
	background: no-repeat center center transparent;
}

#top_photo_list .slide_control_box1 button.slide_control_stop {
	background-image: url(/img/top/slide/btn-stop.png);
}
#top_photo_list .slide_control_box1 button.slide_control_play {
	background-image: url(/img/top/slide/btn-play.png);
}


#top_photo_list .slide_control_box2 button.slide_control_prev {
	/* margin-left: 10px; */
	background-image: url(/img/top/slide/btn-prev.png);
}

#top_photo_list .slide_control_box2 button.slide_control_next {
	/* margin-right: 10px; */
	background-image: url(/img/top/slide/btn-next.png);
}

#top_photo_list .slide_control_box2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}
#top_photo_list .slide_control_box2 button {
	display: block;
	width: auto;
	min-width: 34px;
	height: 34px;
	border: none;f
	margin: 0px;
	padding: 0px;
	background: no-repeat center center transparent;
}

#top_photo_list .slide_control_box2 button:is(.slide_control_stop,.slide_control_play).is-active{
	display: none;
}

#top_photo_list .slide_pagination {
	/* position: absolute; */
	bottom: 10px;
	z-index: 2;
	/* width: 100%; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	gap: 5px;
	align-items: center;
	/* display: block; */
}
#top_photo_list .slide_pagination .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	margin: 0px;
	background: url(/img/top/slide/dot.png) no-repeat center center transparent;
	opacity: 1;
	position: relative;
	box-sizing: content-box;
}
#top_photo_list .slide_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-image: url(/img/top/slide/dot-active.png)
}

/* 広告スライド */
div#top_banner_2_list2 .swiper-wrapper {
	width: 100%;
	height: 300px;
}

:where(#top_banner_2_list,#top_banner_2_list2) .slide_control_box1 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}
:where(#top_banner_2_list,#top_banner_2_list2) .slide_control_box1 button {
	width: auto;
	height: 30px;
	border: none;
}
:where(#top_banner_2_list,#top_banner_2_list2) .slide_control_box1 button.is-active {
	display: none;
}
:where(#top_banner_2_list,#top_banner_2_list2) .slide_control_box1 .slide_pagination {
	margin-left: auto;
	margin-right: 0px;
	width: fit-content;
}


/* ==================================================
スマートフォン
================================================== */
@media (max-width: 1100px) {

	/* スライドショー */
	#top_photo_wrap{
		width: 100vw;
	}
	#top_photo {
		width: auto;
		margin: 0px 0px 0px;
	}
	#top_photo_list .photo img{
		width: 100vw;
		height: 200px;
	}


}
/* ==================================================
スマートフォン ここまで
================================================== */