@charset "UTF-8";


/******************************************************
 container
******************************************************/
.plnIllustCtnr {
	width: 570px;
	margin: 0 auto 60px;
}
.plnPnlCtnr p {
	margin-bottom: 40px;
}
.plnLabel {
	width: 460px;
	margin: 80px auto 0;
}
@media screen and ( max-width:768px ) {
	#plan .contentsTtlSubBdy {
		text-align: center;
	}
	.plnIllustCtnr {
		width: 100%;
		margin: 0 auto 30px;
	}
	.plnPnlCtnr p {
		margin-bottom: 20px;
	}
	#plan .bx2 {
		width: 100%;
	}
	.plnLabel {
		width: 60%;
		margin: 50px auto 0;
	}
}



/******************************************************
 Image GALLERY
******************************************************/
#thumbnail {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	z-index: 2;
}
#thumbnail::before,
#thumbnail::after {
	content: "";
	position: absolute;
	top: 0;
	width: 240px;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}
#thumbnail::before {
	left: 0;
	background: linear-gradient(
		to right,
		rgba(255,255,255,1) 0%,
		rgba(255,255,255,0) 100%
	);
}
#thumbnail::after{
	right: 0;
	background: linear-gradient(
		to left,
		rgba(255,255,255,1) 0%,
		rgba(255,255,255,0) 100%
	);
}
.thumbnailArea {
	padding: 0;
}
.thumbnailSwiper {
	max-width: 1800px;
	margin: 0 auto;
	overflow: hidden;
}
.thumbnailSwiper .swiper-slide {
	width: 540px;
	opacity: .15;
	transition: opacity .4s ease;
	pointer-events: none;
	flex-shrink: 0;
}
.thumbnailSwiper .swiper-slide-active {
	opacity: 1;
	pointer-events: auto;
}
.thumbnailSwiper .swiper-slide-prev,
.thumbnailSwiper .swiper-slide-next {
	opacity: .3;
}
/* 全リンクを無効 */
.thumbnailSwiper .swiper-slide a {
	pointer-events: none;
}
/* 中央だけ有効 */
.thumbnailSwiper .swiper-slide-active a {
	pointer-events: auto;
}
.thumbnailSwiper .swiper-slide img {
	width: 540px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.thumbnailPrev.swiper-button-disabled,
.thumbnailNext.swiper-button-disabled {
    opacity: .25;
    cursor: default;
    pointer-events: none;
}

/* Arrow */
.thumbnailPrev,
.thumbnailNext {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	z-index: 50;
	cursor: pointer;
	background: rgba(200,200,200,.7);
	border-radius: 50%;
}
.thumbnailPrev {
	left: 40px;
}
.thumbnailNext {
	right: 40px;
}
.thumbnailPrev::after,
.thumbnailNext::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #333;
}
.thumbnailPrev::after {
	transform: translate(-50%,-50%) rotate(90deg);
}
.thumbnailNext::after {
	transform: translate(-50%,-50%) rotate(-90deg);
}

/* Pagination */
.thumbnailPagination {
	margin-top: 40px;
	text-align: center;
}
.thumbnailPagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 0;
	background: #bcbcbc;
	opacity: 1;
	margin: 0 6px;
}
.thumbnailPagination .swiper-pagination-bullet-active {
	background: #333;
}


/******************************************************
 Image GALLERY / SP
******************************************************/
@media screen and (max-width:768px){
	.thumbnailSwiper {
		width: 100%;
	}
	/* .thumbnailSwiper .swiper-slide {
		width: 75vw;
	} */
	.thumbnailSwiper .swiper-slide img {
		width: 90%;
		height: auto;
	}
	.thumbnailPrev {
		left: 10px;
	}
	.thumbnailNext {
		right: 10px;
	}
	.thumbnailPrev,
	.thumbnailNext {
		width: 40px;
		height: 40px;
	}
	.thumbnailPagination {
		margin-top: 25px;
	}
	#thumbnail::before,
	#thumbnail::after {
		width: 60px;
	}
}



/******************************************************
 zumen
******************************************************/
.zmnCtnr {
	width: 1000px;
	margin: 0 auto 60px;
	padding-top: 180px;
}
.zmnTtlCtnr {
	width: 400px;
}
.zmnBx {
	width: 600px;
	text-align: center;
}
@media screen and (max-width:768px){
	.zmnCtnr {
		width: 96%;
		margin: 0 auto 40px;
		padding-top: 100px;
	}
	.zmnTtlCtnr {
		width: 100%;
	}
	.zmnBx {
		width: 100%;
	}
}

.typeNeme {
	width: 100%;
	font-size: 52px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background: #85715c;
	padding: 20px 0 15px;
	border-bottom: 2px solid rgba(255,255,255,1);
}
.typeNeme span {
    font-size: 60%;
}
.typeSpec {
	width: 100%;
	text-align: left;
	color: #000;
	background: #eeeae4;
	padding: 20px;
}
.typeSpec .spec {
	font-size: 34px;
	line-height: 1em;
	border-bottom: 1px solid #8c7e75;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.typeSpec .spec span {
	font-size: 65%;
}
.typeSpec .area {
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0;
}
.typeSpec .area span {
	font-size: 120%;
}
@media screen and (max-width:768px){
	.typeNeme {
		font-size: 8vw;
		padding: 15px 0 10px;
	}
	.typeSpec {
		margin-bottom: 40px;
	}
	.typeSpec .spec {
		font-size: 6vw;
	}
	.typeSpec .area {
		font-size: 3.8vw;
	}
}



