@charset "UTF-8";


/******************************************************
 container
******************************************************/
.sttnMap {
    width: 820px;
	margin: 0 auto 80px;
}
@media screen and (max-width: 768px){
	.sttnMap {
		width: 100%;
		margin-bottom: 60px; 
	}
}




/******************************************************
 Image GALLERY
******************************************************/
.positionSlide {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
}
.positionSwiper {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.positionSwiper .swiper-slide {
	position: relative;
	text-align: center;
}
.positionSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.positionPagination {
	margin-top: 20px;
	text-align: center;
}
/* 非アクティブ */
.positionPagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 0;
	background: #c2c2c2;
	opacity: 1;
	margin: 0 4px;
}

/* アクティブ */
.positionPagination .swiper-pagination-bullet-active {
	background: #8f8578;
}

@media screen and (max-width:768px){
	.positionSlide {
		padding: 30px 0;
	}
	.positionSwiper {
		width: 96%;
	}
	.positionPagination {
		margin-top: 15px;
	}
	.positionPagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}




/******************************************************
 tab
******************************************************/
.lifestyleTab {
	width: 100%;
}
.lifeTab {
	margin: 0 auto 60px;
}
.lifeTabNav {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	gap: 4px;
}
.lifeTabNav ul {
	background: #b8b6bc;
}
.lifeTabNav li {
	flex:1;
}
@media screen and ( max-width:768px ) {
	.lifeTab {
		margin: 0 auto;
	}
	.lifeTabNav {
		width: 100%;
	}
}

.lifeTabNav 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;
}
.lifeTabNav button:hover {
	background:#a99b8b;
	color:#fff;
}
.lifeTabNav button.active {
	background: #a99b8b;
	color:#fff;
}
.lifeTabContents {
	width: 100%;
}
.lifeTabContent {
	display: none;
}
.lifeTabContent.active {
	display: block;
}
@media screen and ( max-width:768px ) {
	.lifeTabNav button {
		height: 50px;
		font-size: 3.8vw;
	}
	.lifeTabContents {
		padding: 40px 0;
	}
}



/******************************************************
 Life Style
******************************************************/
.lifeCtnr1 {
	width: 1000px;
	margin: 0 auto 50px;
}
.lifeCtnr2 {
	width: 860px;
	margin: 0 auto;
}

.lifeClrCtnr1,
.lifeClrCtnr2, 
.lifeClrCtnr3 {
	width: 100%;
	margin-bottom: 50px;
	padding: 60px 0 50px;
}
.lifeClrCtnr1 {background: #d2dfe7;}
.lifeClrCtnr2 {background: #e5d7db;}
.lifeClrCtnr3 {background: #d3dec6;}

.lifeClmTtl {
    font-size: 48px;
    line-height: 1em;
    text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	color: #fff;
	letter-spacing: .08em;
    margin-bottom: 30px;
}
.lifeClmTtlBdy {
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
	letter-spacing: 0em;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.lifeCtnr1 {
		width: 92%;
		margin: 0 auto 40px;
	}
	.lifeCtnr2 {
		width: 90%;
	}
	.lifeClrCtnr1,
	.lifeClrCtnr2, 
	.lifeClrCtnr3 {
		margin-bottom: 0;
		padding: 40px 0;
	}
	.lifeClmTtl {
		font-size: 7vw;
		margin-bottom: 30px;
	}
	.lifeClmTtlBdy {
		font-size: 4vw;
		text-align: justify;
		margin-bottom: 30px;
	}
}


