@charset "UTF-8";


/******************************************************
 container
******************************************************/
.plnPointCtnr {
	width: 1280px;
	margin: 0 auto;
	padding: 50px 0 80px;
}
.plnIllustCtnr {
	width: 1200px;
	margin: 0 auto;
}
.plnZmnAnchor {
	padding: 80px;
}
@media screen and ( max-width:768px ) {
	.plnPointCtnr {
		width: 84%;
		padding: 30px 0 50px;
	}
	.plnIllustCtnr {
		width: 90%;
	}
	.plnZmnAnchor {
		padding: 60px;
	}
}

.plnHanrei img {
	width: 194px;
	height: auto;
	margin-bottom: 10px;
}
@media screen and ( max-width:768px ) {
	.plnHanrei img {
		width: 53%;
		margin-bottom: 7px;
	}
}



/******************************************************
 Image GALLERY
******************************************************/
#thumbnail {
	position: relative;
	width: 100%;
	text-align: center;
	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%
	);
}
@media screen and (max-width:768px){
	#thumbnail::before,
	#thumbnail::after {
		width: 60px;
	}
}

.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;
}
@media screen and (max-width:768px){
	.thumbnailSwiper {
		width: 100%;
	}
	.thumbnailSwiper .swiper-slide img {
		width: 100%;
		height: auto;
	}
}

/* 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);
}
@media screen and (max-width:768px){
	.thumbnailPrev {
		left: 10px;
	}
	.thumbnailNext {
		right: 10px;
	}
	.thumbnailPrev,
	.thumbnailNext {
		width: 40px;
		height: 40px;
	}
}

/* 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;
}
@media screen and (max-width:768px){
	.thumbnailPagination {
		margin-top: 25px;
	}
}




/******************************************************
 zumen
******************************************************/
#zmn .zmnCtnr {
	width: 100%;
	background: #ebe9e8;
	margin: 150px 0 60px;
	padding-bottom: 60px;
}
#zmn .zmnTtlCtnr {
	width: 100%;
	background: #8e7e76;
	padding: 30px 0;
}
#zmn .zmnTtlCtnr .ttl {
	max-width: 1000px;
	font-size: 40px;
	font-family: "Garamond", "Times New Roman PMingLiU", "typesquare", "Georgia", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", serif;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	color: #fff;
	margin: 0 auto;
}
#zmn .zmnTtlCtnr strong {
	font-size: 150%;
	font-weight: normal;
}
#zmn .zmnSpecCtnr {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background: #796a63;
	padding: 40px 0;
}
#zmn .zmnSpecCtnr .zmnSpecInner {
	width: 100%;
	max-width: 1000px;
	color: #fff;
	margin: 0 auto;
}
@media screen and (max-width:768px){
	#zmn .zmnCtnr {
		margin: 80px 0 50px;
		padding-bottom: 50px;
	}
	#zmn .zmnTtlCtnr {
		padding: 20px 0;
	}
	#zmn .zmnTtlCtnr .ttl {
		font-size: 8vw;
	}
	#zmn .zmnSpecCtnr {
		display: flex;
		justify-content: space-between;
		width: 100%;
		background: #796a63;
		padding: 30px 0 20px;
	}
	#zmn .zmnSpecCtnr .zmnSpecInner {
		width: 90%;
	}
}

#zmn .zmnSpecCtnr .zmnSpecInner p {
	width: 50%;
	margin: 0;
}
#zmn .zmnSpecCtnr .zmnSpecInner p.spec {
	font-size: 38px;
	line-height: 0.7em;
	padding-top: 10px;
}
#zmn .zmnSpecCtnr .zmnSpecInner p.spec strong {
	font-size: 160%;
	font-weight: normal;
}
#zmn .zmnSpecCtnr .zmnSpecInner p.spec span {
	font-size: 55%;
}
#zmn .zmnSpecCtnr .zmnSpecInner p.spec span.sub {
	font-size: 52%;
}
#zmn .zmnSpecCtnr .zmnSpecInner p.area {
	font-size: 18px;
	line-height: 1.5em;
}
#zmn .zmnSpecCtnr .zmnSpecInner p.area strong {
	font-size: 160%;
}
#zmn .zmnSpecCtnr .zmnSpecInner p.area span {
	font-size: 80%;
}
@media screen and (max-width:768px){
	#zmn .zmnSpecCtnr .zmnSpecInner p {
		width: 100%;
	}
	#zmn .zmnSpecCtnr .zmnSpecInner p.spec {
		font-size: 6.8vw;
		line-height: 0.7em;
		border-bottom: 1px solid rgba(255,255,255,.65);
		margin-bottom: 20px;
		padding-top: 0;
		padding-bottom: 20px;
	}
	#zmn .zmnSpecCtnr .zmnSpecInner p.area {
		font-size: 4vw;
	}
	#zmn .zmnSpecCtnr .zmnSpecInner p.area span {
		font-size: 60%;
	}
}

#zmn .zmnBx {
	width: 100%;
	max-width: 1200px;
	margin: 60px auto 50px;
}
@media screen and (max-width:768px){
	#zmn .zmnBx {
		width: 94%;
		margin: 50px auto 40px;
	}
}

#zmn .pageCaption {
	max-width: 1000px;
	margin: 50px auto 120px;
}
@media screen and (max-width:768px){
	#zmn .pageCaption {
		max-width: auto;
		margin: 40px auto 90px;
	}
}



