@charset "UTF-8";

/* store
---------------------------------------------------------------------------*/
.contents {
	padding-right: 100px;
}

.slider-common {
	margin-bottom: 70px;
}

.sec-native p,
.sec-store .inner > p {
	margin-bottom: 15px;
	font-size: 15px;
	text-align: justify;
	letter-spacing: 0.06em;
	line-height: 2;
}

.sec-store .inner > p.size-s {
	font-size: 13px;
}

.sec-native p,
.sec-store p,
.sec-store-sub p {
	color: #555555;
}


/* .sec-native
---------------------------------------------------------------------------*/
.sec-native {
	display: -webkit-box;
	display: flex;
	margin-bottom: 100px;
}

.sec-native figure {
	width: 486px;
	min-width: 486px;
	margin-top: 25px;
}

.sec-native .txt {
	padding: 0 53px 0 76px;
}

.sec-native h2 {
	margin-bottom: 20px;
	font-size: 23px;
	line-height: 1.7;
	letter-spacing: 0.08em;
}

.sec-native p {
/* 	line-height: 1.8; */
	letter-spacing: 0.06em;
}


/* .sec-store
---------------------------------------------------------------------------*/
.sec-store {
	margin-bottom: 180px;
}

.sec-store:last-of-type {
	margin-bottom: 0;
}

.sec-store > .inner {
	position: relative;
	padding: 0 10px 0 250px;
}

.sec-store .inner > h2 {
	position: absolute;
	top: 2px;
	left: 0;
	white-space: nowrap;
}

.sec-store h2 strong {
	display: block;
	margin-bottom: 0px;
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.sec-store h2 em {
	display: block;
	color: #AAAAAA;
	font-size: 11px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.sec-store .inner > h2 em {
	margin-top: 10px;
}

.sec-store.terasakitei h2 em {
	letter-spacing: 0.1em;
}

.sec-store .inner > h3 {
	margin-bottom: 25px;
	font-size: 23px;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

/* .store-info
------------------------------------*/
.store-info {
	display: -webkit-box;
	display: flex;
	margin-top: 55px;
}

.store-info .map {
	width: 340px;
	min-width: 340px;
	height: 340px;
}

.store-info .map iframe {
	width: 100%;
	height: 100%;
}

.store-inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0 49px;
}

.store-inner h2 {
	margin-bottom: 20px;
}

.store-inner h2 strong {
	margin-bottom: 4px;
	margin-left: -1px;
	font-size: 18px;
}

.store-inner h2 em {
	padding-left: 1px;
}

.store-inner dl > div,
.store-inner dl p {
	font-size: 14px;
	line-height: 1.8;
}

.store-inner dl p span {
	font-size: 11px;
	padding-bottom: 4px;
	line-height: 2;
}

.store-inner dl > div {
	display: -webkit-box;
	display: flex;
	margin-bottom: 6px;
}

.store-inner dl.mb > div {
	margin-bottom: 6px;
}

.store-inner dl > div:last-of-type {
	margin-bottom: 0;
}

.store-inner dt {
	width: 65px;
	min-width: 65px;
	padding-top: 1px;
	letter-spacing: 0.12em;
}

.store-inner dd {
	padding-top: 1px;
	padding-left: 15px;
	white-space: nowrap;
}

.store-inner dd p {
	letter-spacing: 0.06em;
}

.store-inner dl.mb dd p {
	line-height: 1.6;
}

.store-inner .btn-set {
	position: absolute;
	bottom: 0;
	left: 45px;
	width: 85%;
}


/* .sec-management
---------------------------------------------------------------------------*/
.sec-management {
	border-top: 1px solid #EAEAEA;
	margin-bottom: 140px;
	padding: 20px 0 0;
}

.sec-management > h2 {
	margin-bottom: 80px;
	font-size: 18px;
	letter-spacing: 0.1em;
}

.sec-store-sub {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
	padding: 0 0 0 20px;
}

.sec-store-sub .img {
	position: relative;
	width: 47.5%;
	min-width: 47.5%;
}

.sec-store-sub .slider-common .slick-dots {
	display: none !important;
}

.sec-store-sub .map {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 360px);
}

.sec-store-sub .txt {
	padding: 33px 3% 0 7.2%;
}

.sec-store-sub .txt h3 {
	margin-bottom: 20px;
	font-size: 13px;
	letter-spacing: 0.11em;
}

.sec-store-sub .txt h4 {
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 1.65;
	letter-spacing: 0.12em;
}

.sec-store-sub .txt > p {
	margin-bottom: 10px;
	font-size: 15px;
	letter-spacing: 0.06em;
	text-align: justify;
}

.sec-store-sub .store-inner {
	margin-top: 50px;
	padding-left: 0;
}

.sec-store-sub .store-inner dd {
	white-space: initial;
}

.sec-store-sub .store-inner .btn-set {
	position: static;
	width: 100%;
	margin-top: 45px;
}

.sec-store-sub .store-inner .btn-set div {
	width: auto;
}

.sec-store-sub .store-inner .btn-set div:nth-child(even) {
	float: left;
	margin-left: 15px;
}

.sec-store-sub .store-inner .btn-set div a {
	padding-right: 49px;
	padding-left: 52px;
}


/* media query
---------------------------------------------------------------------------*/
@media (max-width: 1380px) {
	.contents {
		padding-right: 60px;
	}
	.sec-native .txt {
		padding: 0 25px 0 70px;
	}
	/*.store-info .map {
		width: 320px;
		min-width: 320px;
		height: 320px;
	}*/
	.terasakitei .store-inner h2 {
		margin-bottom: 16px;
	}
	.store-inner h2 strong {
		font-size: 18px;
	}
	.store-inner h2 em {
		font-size: 11px;
	}
	.terasakitei .store-inner dl > div {
		margin-bottom: 7px;
	}
	.store-inner dl > div,
	.store-inner dl p {
		font-size: 13px;
		letter-spacing: 0.06em;
	}
	.store-inner dd {
		padding-left: 12px;
	}
}