@charset "utf-8";

/*============================
MV
============================*/
.mv {
	background-image: url(../img/terrace/mv_pc.jpg);
}

/*============================
イントロ
============================*/

.intoroduction .intro_box {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	max-width: 10.80rem;
	margin: 0 auto 1.30rem;
	position: relative;
}
.intoroduction .intro_box:nth-child(even) {
	flex-direction: row;
	margin: 0 auto 0.80rem;
}


.intoroduction .intro_box::before {
	content: "";
	width: calc(100% + 2.50rem);
	height: calc(100%);
	min-height: calc(100% - 2.50rem);
	background-color: rgba(226, 218, 184, 0.4);
	position: absolute;
	right: 0;
	top: 0.50rem;
	z-index: 0;
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_box::before {
		width: 100vw;
		height: 85%;
		top: 20%;
		transform: translateY(0);
		left: -0.2rem;
	}
}


.intoroduction .intro_box:nth-child(even)::before {
	content: "";
	width: calc(100% + 2.50rem);
	height: calc(100%);
	min-height: calc(100% - 2.50rem);
	background-color: rgba(200, 214, 163,0.2);
	left: 0;
	right: auto;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_box:nth-child(even)::before {
		height: calc(100% - 0.30rem);
		left: -0.2rem;
	}
}


.intoroduction .intro_box .ph_wrap {
	width: 100%;
	max-width: 6.30rem;
	position: relative;
	margin-right: -0.60rem;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_box .ph_wrap {
		margin-right: 0rem;
	}
}


.intoroduction .intro_box:nth-child(even) .ph_wrap {
	margin-left:-0.60rem;
	margin-right:0;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_box:nth-child(even) .ph_wrap {
		margin-left: 0;
	}
}


.intoroduction .intro_box .ph_wrap .ph_box {
	border-radius: 0.10rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_box .ph_wrap.multi .ph_box {
		margin-bottom: 0;
		width:100%;
		height: 2rem;
	}

	.intoroduction .intro_box .ph_wrap.multi .ph_box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}


.intoroduction .intro_box .textbox {
	width: 100%;
	max-width: 4.60rem;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	z-index: 1;
	padding-top: 0.50rem;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_box .textbox {
		padding-top: 0.22rem;
	}
}

.intoroduction .intro_box .textbox .title {
	font-size: 0.26rem;
	font-weight: 600;
	color: #264526;
	line-height: 1.65;
	padding: 0.50rem 0 0.20rem;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_box .textbox .title {
		font-size: 0.18rem;
		padding-top: 0;
		padding-bottom: 0.10rem;
	}
}


.intoroduction .intro_box .textbox .text {
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_box .textbox .text {
		font-size: 0.14rem;
	}
}


/*============================
店舗情報
============================*/
.information .in::after {
	background-image: url(../img/terrace/info_illust.png);
}