@charset "utf-8";


/* consept
----------------------------------------------- */

.consept {
}
.consept__outer {
	position: relative;
	z-index: 1;
}
.consept__inner {
	position: relative;
	z-index: 2;
}
.consept__columns {
	display: flex;
	justify-content: space-between;
	margin: 125px 0 0;
}
.consept__column:first-child {
	padding: 12px 0 0;
	width: 47.4%;
}
.consept__column:last-child {
	width: 47%;
}
.consept__image {
	margin: 0 0 0 -140px;
	font-size: 0;
}
.consept__image img {
	width: 100%;
	height: auto;
}
.consept__label {
	position: absolute;
	top: 0;
	left: -140px;
	z-index: 1;
}
.consept__list {
}

/* reverse */

.consept__columns--reverse .consept__column:first-child {
	order: 2;
}
.consept__columns--reverse .consept__image {
	margin: 0 -140px 0 0;
}


/* philosophy
----------------------------------------------- */

.philosophy {
	margin: 50px 0 0;
}
.philosophy__lists {
	display: flex;
	margin: 0 0 0 -48px;
}
.philosophy__list {
	margin: 0 0 0 48px;
	width: calc(33.33% - 48px);
}
.philosophy__header {
	display: flex;
	align-items: center;
}
.philosophy__no {
	margin: 5px 18px 0 0;
	color: #caa26f;
	font-family: 'EB Garamond', serif;
	font-size: 56px;
	opacity: 0.6;
}

/* title */

.philosophy .title--h4 {
	padding: 7px 0 0;
}

/* text */

.philosophy .textline {
	margin: 21px 0 0;
}


/* fourfeatures
----------------------------------------------- */

.fourfeatures {
	margin: 61px 0 0;
	padding: 61px 0 0;
}
.fourfeatures__outer {
	position: relative;
	z-index: 1;
}
.fourfeatures__inner {
	position: relative;
	z-index: 2;
}
.fourfeatures__label {
	position: absolute;
	top: -7px;
	right: 0;
	z-index: 1;
}

/* text */

.fourfeatures .textline {
	margin: 21px 0 0;
}


/* features
----------------------------------------------- */

.features {
}
.features__lists {
	margin: -10px 0 0;
}
.features__list {
	display: flex;
	justify-content: space-between;
	margin: 65px 0 0;
}
.features__image {
	width: 47.4%;
	font-size: 0;
}
.features__image img {
	width: 100%;
	height: auto;
}
.features__main {
	width: 47.5%;
}
.features__header {
	display: flex;
	align-items: center;
	margin: -12px 0 0;
}
.features__no {
	margin: 0 18px 0 0;
	color: #caa26f;
	font-family: 'EB Garamond', serif;
	font-size: 64px;
	opacity: 0.6;
}
.features__link {
	margin: 28px 0 0;
}
.features__more {
	display: none;
}


/* facility
----------------------------------------------- */

.facility {
	    margin: 61px 0 61px;
    padding: 61px 0 61px;
}
.facility__outer {
	position: relative;
	z-index: 1;
}
.facility__inner {
	position: relative;
	text-align: center;
	z-index: 2;
}
.facility__label {
	position: absolute;
	top: -8px;
	left: -150px;
	left: -10px;
	z-index: 1;
}

/* title */

.facility .title--h2 {
	text-align: center;
}


/* gallery
----------------------------------------------- */

.gallery {
	margin: 52px 0 0;
}
.gallery__slide {
	margin: 0 -380px;
}
.gallery__images {
}
.gallery__image {
	position: relative;
	border-left: 1px solid #fff;
	background-color: #000;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
}
.gallery__image span {
	display: block;
	margin: -5px;
	width: 950px;
}
.gallery__image img {
	width: 100%;
	height: auto;
}

.gallery__arrows {
	position: relative;
	margin: -50px auto 0;
	max-width: 950px;
	font-size: 0;
	text-align: right;
	pointer-events: none;
	z-index: 2;
}
.gallery__arrow {
	display: inline-block;
	position: relative;
	margin: 0 1px 0 0;
	width: 48px;
	height: 48px;
	pointer-events: auto;
	background-color: #fff;
	cursor: pointer;
	z-index: 1;
}
.gallery__arrow:last-child {
	margin-right: 5px;
}
.gallery__arrow:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/gallery_arrow.svg);
	background-repeat: no-repeat;
	background-size: 24px 12px;
	z-index: 1;
}
.gallery__arrow--prev:after {
	background-position: 0 0;
}
.gallery__arrow--next:after {
	background-position: -12px 0;
}

.gallery__pages {
	margin: 20px auto 0;
	max-width: 950px;
	font-size: 0;
	text-align: right;
}
.gallery__page {
	display: inline-block;
	margin: 0 0 0 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #cbc8c3;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: 0.2s;
}
.gallery__page--current {
	background-color: #594d3b;
}

.gallery__captions {
	margin: 20px auto 0;
	width: 950px;
}
.gallery__caption {
	text-align: left;
}
.gallery__subject {
	color: #715d3f;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	font-weight: 600;
}
.gallery__summary {
	margin: 15px 0 0;
	font-size: 15px;
	line-height: 30px;
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* gallery
	----------------------------------------------- */

	.gallery__arrow,
	.gallery__arrow--prev:after,
	.gallery__arrow--next:after {
		transition-property: background-color, transform;
		transition-duration: 0.25s;
	}

	/* hover */

	.gallery__arrow:hover {
		background-color: #f6f3f1;
	}
	.gallery__arrow--prev:hover:after {
		transform: translateX(-3px);
	}
	.gallery__arrow--next:hover:after {
		transform: translateX(3px);
	}
	.gallery__page:hover {
		background-color: #594d3b;
	}

	/* slick */

	.gallery__slide .slick-slide img {
		transition-property: opacity;
		transition-duration: 0.5s;
		will-change: opacity;
	}
	.gallery__slide .slick-slide:not(.slick-center) img {
		opacity: 0.6;
	}


	/* retina
	----------------------------------------------- */
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	}


}


/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {


	/* consept
	----------------------------------------------- */

	.consept__columns {
		display: block;
		margin: 65px 0 0;
	}
	.consept__column:first-child {
		padding: 0;
		width: auto;
	}
	.consept__column:last-child {
		padding: 33px 0 0;
		width: auto;
	}
	.consept__image {
		margin: 0 -15px;
	}
	.consept__label {
		top: 647px;
		left: auto;
		right: -45px;
	}
	.consept__label img {
		width: auto;
		height: 287px;
	}

	/* reverse */

	.consept__columns--reverse .consept__image {
		margin: 0 -15px;
	}


	/* philosophy
	----------------------------------------------- */

	.philosophy {
		margin: 0;
	}
	.philosophy__lists {
		display: block;
		margin: 0;
		padding: 25px 0 0;
	}
	.philosophy__list {
		margin: 10px 0 0;
		width: auto;
	}
	.philosophy__header {
		justify-content: space-between;
	}
	.philosophy__no {
		margin: 0;
		font-size: 48px;
		order: 2;
	}

	/* title */

	.philosophy .title--h4 {
		padding: 0;
	}

	/* text */

	.philosophy .textline {
		margin: 3px 0 0;
	}


	/* fourfeatures
	----------------------------------------------- */

	.fourfeatures {
		margin: 27px 0 0;
		padding: 27px 0 0;
	}
	.fourfeatures__label {
		top: 5px;
		left: -55px;
		right: auto;
	}
	.fourfeatures__label img {
		width: auto;
		height: 484px;
	}

	/* title */

	.fourfeatures .title--h2 {
		margin: 0 -5px 0 0;
	}

	/* text */

	.fourfeatures .textline {
		margin: 13px 0 0;
	}


	/* features
	----------------------------------------------- */

	.features__lists {
		margin: -22px 0 0;
	}
	.features__list {
		display: block;
		margin: 45px 0 0;
	}
	.features__image {
		width: auto;
	}
	.features__main {
		width: auto;
	}
	.features__header {
		justify-content: space-between;
		margin: 10px 0 0;
	}
	.features__no {
		margin: 0;
		order: 2;
	}
	.features__body {
		margin: -9px 0 0;
		height: 94px;
		overflow: hidden;
		transition-property: height;
		transition-duration: 0.5s;
	}
	.features__more {
		display: block;
		margin: 20px 0 0;
	}

	/* more */

	.features__more .more {
		cursor: pointer;
	}


	/* facility
	----------------------------------------------- */

	.facility {
		margin: 37px 0;
		padding: 37px 0;
	}
	.facility__inner {
		text-align: left;
	}
	.facility__label {
		top: 0;
		left: -37px;
	}
	.facility__label img {
		width: auto;
		height: 43px;
	}

	/* title */

	.facility .title--h2 {
		text-align: left;
	}


	/* gallery
	----------------------------------------------- */

	.gallery {
		margin: 24px 0 0;
	}
	.gallery__slide {
		margin: 0 -45px;
	}
	.gallery__image span {
		margin: 0;
		width: auto;
	}

	.gallery__arrows {
		margin: -47px -45px 0 0;
		max-width: initial;
	}
	.gallery__arrow {
		margin: 0 0 0 1px;
		width: 45px;
		height: 45px;
	}
	.gallery__arrow:last-child {
		margin-right: 1px;
	}
	.gallery__arrow:after {
		margin: -4px 0 0 -4px;
		width: 9px;
		height: 9px;
		background-image: url(../img/common/gallery_arrow.svg);
		background-size: 18px 9px;
	}
	.gallery__arrow--prev:after {
		background-position: 0 0;
	}
	.gallery__arrow--next:after {
		background-position: -9px 0;
	}
	
	.gallery__pages {
		margin: 17px 0 0 -10px;
		max-width: initial;
		text-align: left;
	}
	.gallery__page {
		margin: 0 0 0 10px;
	}

	.gallery__captions {
		margin: 18px 0 0;
		width: auto;
	}
	.gallery__subject {
		font-size: 24px;
		line-height: 38px;
	}
	.gallery__summary {
		margin: 3px 0 0;
	}


}

