@charset "UTF-8";


/******************************************************
 container
******************************************************/
.photoCaption {
    font-size: 14px;
	line-height: 1.2em;
    text-align: right;
    letter-spacing: 0em;
	margin-top: 15px;
}
@media screen and (max-width: 768px){
	.photoCaption {
		font-size: 2.6vw;
		text-align: left;
		margin-top: 10px;
	}
}




/******************************************************
 Image GALLERY 1
******************************************************/
.locationSlide {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}
.locationSwiper {
	width: 100%;
}
.locationSwiper .swiper-slide {
	text-align: center;
}
.locationSwiper .swiper-slide img {
	width: 1000px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* Arrow Base */
.locationPrev,
.locationNext {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	cursor: pointer;
	transition: opacity .3s ease;
}
.locationPrev:hover,
.locationNext:hover {
	opacity: .6;
}

/* Arrow Position / PC時は画像外へ配置 */
.locationPrev {left: 40px;}
.locationNext {right: 40px;}
.locationPrev,
.locationNext {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	z-index: 50;
	cursor: pointer;
	background: rgba(255,255,255,.7);
	border-radius: 50%;
}

/* Arrow Shape */
.locationPrev::after,
.locationNext::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 #555;
}
/* 左矢印 */
.locationPrev::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

/* 右矢印 */
.locationNext::after {
	transform: translate(-50%, -50%) rotate(-90deg);
}


.locationPagination {
	margin-top: 20px;
	text-align: center;
}
/* 非アクティブ */
.locationPagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 0;
	background: #bcbcbc;
	opacity: 1;
	margin: 0 6px;
}
/* アクティブ */
.locationPagination .swiper-pagination-bullet-active {background: #333;}

@media screen and (max-width:768px){
	.locationSlide {
		padding: 40px 0;
	}
	.locationSwiper .swiper-slide img{
		width: 84%;
	}
	.locationPrev {
		left: 5px;
	}
	.locationNext {
		right: 5px;
	}
	.locationPrev,
	.locationNext {
		width: 26px;
		height: 26px;
	}
	.locationPrev::after,
	.locationNext::after {
		width: 8px;
		height: 8px;
	}
}




/******************************************************
 Image GALLERY 2
******************************************************/
.parkSlide {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 60px;
}
.parkSwiper {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.parkSwiper .swiper-slide {
	park: relative;
	text-align: center;
}
.parkSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.parkPagination {
	margin-top: 20px;
	text-align: center;
}
/* 非アクティブ */
.parkPagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 0;
	background: #c2c2c2;
	opacity: 1;
	margin: 0 4px;
}

/* アクティブ */
.parkPagination .swiper-pagination-bullet-active {
	background: #8f8578;
}

@media screen and (max-width:768px){
	.parkSlide {
		padding: 0 0 20px;
	}
	.parkSwiper {
		width: 96%;
	}
	.parkPagination {
		margin-top: 15px;
	}
	.parkPagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}





/******************************************************
 Area Tab
******************************************************/
.lctAreaTab {
	width: 100%;
	background-color: #e5e5e5;
	padding: 100px 0 2px;
}
.areaTab {
	margin: 0 auto 100px;
}
.areaTabNav {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	gap: 4px;
}
.areaTabNav ul {
	background: #b8b6bc;
}
.areaTabNav li {
	flex:1;
}
@media screen and ( max-width:768px ) {
	.lctAreaTab {
		padding: 60px 0 2px;
	}
	.areaTab {
		margin: 0 auto 50px;
	}
	.areaTabNav {
		width: 100%;
	}
}

.areaTabNav button {
	width: 100%;
	height: 70px;
	border: 1px solid #a99b8b;
	background: #f7f6f4;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 400;
	cursor: pointer;
	transition:.25s;
}
.areaTabNav button:hover {
	background:#a99b8b;
	color:#fff;
}
.areaTabNav button.active {
	background: #a99b8b;
	color:#fff;
}
.areaTabContents {
	width: 100%;
	background: #a0a0a5;
	padding: 60px 0;
}
.tabContent {
	display: none;
}
.tabContent.active {
	display: block;
}
@media screen and ( max-width:768px ) {
	.areaTabNav button {
		height: 50px;
		font-size: 3.2vw;
	}
	.areaTabContents {
		padding: 40px 0 20px;
	}
}


.areaTabContents .ttl {
	position: relative;
	width: 100%;
	font-size: 32px;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}
.areaTabContents .ttl::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
}
.areaTabContents .head {
	width: 100%;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 20px 0 40px;
}
.tabContentBx {
	width: 50%;
}
.tabContentBx .imgCapOutside {
	color: #fff;
}
@media screen and ( max-width:768px ) {
	.areaTabContents .ttl {
		font-size: 6vw;
		padding-bottom: 12px;
	}
	.areaTabContents .head {
		font-size: 4.6vw;
		padding: 15px 0 30px;
	}
}





/******************************************************
 
******************************************************/


