/* CSS Document */


.p-photo_single_slide{
	position: relative;
}
.p-photo_single_slide .c-img--radius{
	border-radius: 8px;
}

.p-photo_single_slide .swiper-container{
	width: 100%;
	margin: 0px;
	z-index: inherit;
	overflow: hidden;
}
.p-photo_single_slide .swiper-button-next,
.p-photo_single_slide .swiper-button-prev {
	height: 36px;
	width: 20px;
	margin-top: -18px;
	top: 50%;
	background-color: rgba(255,255,255,1);
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: 52% 50%;
	border-radius: 18px 0 0 18px;
	z-index: 2;
	border: none;
	outline: none;
	transition: background-color 0.3s, opacity 0.3s, transform 0.3s;
}
.p-photo_single_slide .swiper-button-prev{
	border-radius: 0 18px 18px 0;
}
.p-photo_single_slide .swiper-button-next.swiper-button-disabled,
.p-photo_single_slide .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}
.p-photo_single_slide .swiper-button-next.swiper-button-disabled{
	transform: translateX(10px);
}
.p-photo_single_slide .swiper-button-prev.swiper-button-disabled{
	transform: translateX(-10px);
}
.sp .p-photo_single_slide .swiper-button-next,
.sp .p-photo_single_slide .swiper-button-prev {
	display: none;
}
.p-photo_single_slide .swiper-button-next {
	right: -8px;
}
.p-photo_single_slide .swiper-button-next::after,
.p-photo_single_slide .swiper-button-prev::after {
	content: "";
	display: block;
	width: 9px; height: 9px;
	border: #14885a 2px solid;
	border-top: none; border-left: none;
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -6px;
	opacity: 0.8;
	transition: opacity 0.3s;
}
.p-photo_single_slide .swiper-button-next::after{
	transform: rotate(-45deg);
	margin-left: -3px;
}
.p-photo_single_slide .swiper-button-prev::after{
	transform: rotate(135deg);
	margin-left: -9px;
}
.p-photo_single_slide .swiper-button-prev {
	left: -8px;
}
.p-photo_single_slide .swiper-button-next:hover,
.p-photo_single_slide .swiper-button-prev:hover{
	transform: scale(110%);
}
.p-photo_single_slide .swiper-button-next:hover::after,
.p-photo_single_slide .swiper-button-prev:hover::after {
	opacity: 1;
}

@media screen and ( max-width:1159px) {
	.p-photo_single_slide .swiper-button-next {
		right: -8px;
	}
	.p-photo_single_slide .swiper-button-prev {
		left: -8px;
	}
}

.p-photo_single_slide .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 12px;
	z-index: 1;
}
.p-photo_single_slide .swiper-pagination-bullet {
	background: #fff;
	border: #b4dce0 2px solid;
	opacity: 1;
	width: 12px;
	height: 12px;
	transition: all 0.3s;
}
.p-photo_single_slide .swiper-pagination-bullet:hover {
	border-color: #14885a;
}
.p-photo_single_slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #14885a;
}

