/* =========================
   ABOUT PHOTO
========================= */

.about-photo{
	padding: 120px 20px;
	background: #ffffff;
}

.about-photo-inner{
	width: min(1200px, 88%);
	margin: 0 auto;
}

.about-photo img{
	width: 100%;
	height: auto;
	display: block;
}

.photo-caption{
	margin-top: 22px;

	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.22em;
	color: #888;

	text-align: left;
}

@media only screen and (max-width: 40em){

	.about-photo{
		padding: 80px 20px;
	}

	.about-photo-inner{
		width: 92%;
	}

	.photo-caption{
		font-size: 10px;
		letter-spacing: 0.16em;
	}
}
/* =========================
   ABOUT PAGE
========================= */

.page-header{
	width: 100%;
	height: 130px;
	background: #111;
}

.about-hero{
	padding: 180px 20px 130px;
	background: #f8f8f5;
	text-align: center;
}

.about-label,
.section-label{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.35em;
	color: #999;
	margin-bottom: 45px;
}

.about-hero h1,
.about-message h2,
.about-philosophy h2,
.about-business h2,
.about-next h2{
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #222;
}

.about-hero h1{
	font-size: clamp(38px, 6vw, 72px);
}

.about-inner{
	width: min(920px, 88%);
	margin: auto;
}

.about-message,
.about-philosophy,
.about-history,
.about-business,
.about-next{
	padding: 130px 20px;
	background: #ffffff;
	text-align: left;
}

.about-message h2,
.about-philosophy h2,
.about-business h2,
.about-next h2{
	font-size: clamp(32px, 5vw, 58px);
	margin-bottom: 60px;
}

.about-message p,
.about-philosophy p,
.business-card p,
.history-item p{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 2.25;
	letter-spacing: 0.04em;
	color: #444;
	font-weight: normal;
}

.signature{
	margin-top: 70px;
	text-align: right;
}

.about-philosophy{
	background: #f8f8f5;
}

.history-list{
	border-top: 1px solid #ddd;
}

.history-item{
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 45px;
	padding: 38px 0;
	border-bottom: 1px solid #ddd;
}

.history-item span{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.18em;
	color: #777;
}

.history-item p{
	margin: 0;
}

.business-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-top: 70px;
}

.business-card{
	border: 1px solid #ddd;
	padding: 38px 30px;
	min-height: 240px;
}

.business-card h3{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 0.22em;
	color: #777;
	margin-bottom: 28px;
}

.about-next{
	background: #111;
	text-align: center;
}

.about-next .section-label{
	color: #888;
}

.about-next h2{
	color: #f3f2ed;
}

.about-next .about-link{
	color: #ddd;
	border-bottom-color: #777;
}

.about-next .about-link:hover{
	color: #fff;
	border-bottom-color: #fff;
}

@media only screen and (max-width: 40em){

	.page-header{
		height: auto;
		padding-bottom: 20px;
	}

	.about-hero{
		padding: 130px 20px 100px;
	}

	.about-message,
	.about-philosophy,
	.about-history,
	.about-business,
	.about-next{
		padding: 90px 20px;
	}

	.about-message p,
	.about-philosophy p,
	.business-card p,
	.history-item p{
		font-size: 16px;
		line-height: 2.1;
	}

	.history-item{
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.business-grid{
		grid-template-columns: 1fr;
	}

	.signature{
		text-align: left;
	}
}
/* =========================
   BUSINESS PAGE
========================= */

.business-page .page-hero{
	padding: 180px 20px 130px;
	background: #f8f8f5;
	text-align: center;
}

.business-page .page-hero h1{
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 6vw, 72px);
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #222;
}

.business-page .page-hero p{
	margin-top: 20px;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.35em;
	color: #999;
}

.business-section{
	padding: 130px 20px;
	background: #ffffff;
}

.business-section .inner{
	width: min(1100px, 88%);
	margin: 0 auto;
}

.business-block{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
	margin-bottom: 130px;
}

.business-block:last-child{
	margin-bottom: 0;
}

.business-block:nth-child(even) .business-image{
	order: 2;
}

.business-block:nth-child(even) .business-text{
	order: 1;
}

.business-image img{
	width: 100%;
	height: auto;
	display: block;
}

.business-text .number{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.25em;
	color: #999;
	margin-bottom: 18px;
}

.business-text .en{
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.06em;
	color: #222;
	margin-bottom: 18px;
}

.business-text h2{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.16em;
	color: #333;
	margin-bottom: 34px;
}

.business-text p{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	line-height: 2.25;
	letter-spacing: 0.04em;
	color: #444;
}

.business-data{
	margin-top: 38px;
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

.business-data-item{
	border-left: 1px solid #bbb;
	padding-left: 18px;
}

.business-data-item .label{
	display:block;

	font-size:11px;
	letter-spacing:0.25em;
	color:#888;

	background:none;
	padding:0;
	margin-bottom:8px;
}

.business-data-item .value{
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	letter-spacing: 0.06em;
	color: #222;
}

/* SP */
@media only screen and (max-width: 40em){

	.business-page .page-hero{
		padding: 130px 20px 100px;
	}

	.business-section{
		padding: 90px 20px;
	}

	.business-section .inner{
		width: 92%;
	}

	.business-block{
		display: block;
		margin-bottom: 90px;
	}

	.business-image{
		margin-bottom: 38px;
	}

	.business-text .en{
		font-size: 30px;
	}

	.business-text h2{
		font-size: 18px;
		margin-bottom: 26px;
	}

	.business-text p{
		font-size: 16px;
		line-height: 2.1;
	}

	.business-data{
		gap: 24px;
	}

	.business-data-item .value{
		font-size: 24px;
	}
}/* ======================================
   MAISON FUJIYA
====================================== */

/* HERO */

.maison-hero{
	position: relative;
	overflow: hidden;
	background: #111;
}

.maison-hero-image img{
	width: 100%;
	height: 78vh;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.maison-hero::after{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.43);
	z-index: 1;
}

.maison-hero-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;

	width: 90%;
	text-align: center;
	color: #fff;
	text-shadow: 0 4px 22px rgba(0,0,0,.55);
}

.maison-hero-title .sub{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: .38em;
	text-transform: uppercase;
	margin-bottom: 22px;
	color: #fff;
}

.maison-hero-title h1{
	margin: 0;

	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: clamp(42px, 6vw, 78px);
	letter-spacing: .12em;
	line-height: 1.25;
	color: #fff;
}

.maison-hero-title .lead{
	margin-top: 24px;

	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: .22em;
	color: #fff;
}


/* INTRO */

.maison-intro{
	padding: 130px 20px 110px;
	background: #fff;
}

.maison-intro .inner{
	width: min(900px, 88%);
	margin: 0 auto;
}

.maison-intro p{
	text-align: center;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 2.45;
	letter-spacing: .05em;
	color: #444;

	margin-bottom: 42px;
}

.maison-intro p:last-child{
	margin-bottom: 0;
}


/* SECTION */

.maison-section{
	padding: 0 20px 140px;
	background: #fff;
}

.maison-section .inner{
	width: min(1180px, 88%);
	margin: 0 auto;
}


/* BLOCK */

.maison-block{
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: 78px;
	align-items: center;

	margin-bottom: 150px;
}

.maison-block:last-child{
	margin-bottom: 0;
}

.maison-block.reverse{
	grid-template-columns: .92fr 1.08fr;
}

.maison-block.reverse .maison-image{
	order: 2;
}

.maison-block.reverse .maison-text{
	order: 1;
}


/* IMAGE */

.maison-image img{
	width: 100%;
	height: 520px;
	object-fit: cover;
	object-position: center center;
	display: block;

	box-shadow: 0 24px 50px rgba(0,0,0,.08);
}

/* 写真ごとの微調整 */
.maison-block:nth-child(1) .maison-image img{
	object-position: center center;
}

.maison-block:nth-child(2) .maison-image img{
	object-position: center center;
}

.maison-block:nth-child(3) .maison-image img{
	object-position: center center;
}

.maison-block:nth-child(4) .maison-image img{
	object-position: center center;
}

.maison-block:nth-child(5) .maison-image img{
	height: auto;
	object-fit: contain;
	object-position: center center;
	box-shadow: none;
}

/* TEXT */

.maison-text .number{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .28em;
	color: #999;
	margin-bottom: 20px;
}

.maison-text .en{
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(32px, 4vw, 50px);
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: .06em;
	color: #222;
	margin-bottom: 20px;
}

.maison-text h2{
	font-size: 20px;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: .16em;
	color: #333;
	margin-bottom: 36px;
}

.maison-text p{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	line-height: 2.25;
	letter-spacing: .04em;
	color: #444;
	margin-bottom: 24px;
}


/* LINKS */

.maison-links,
.reserve-link{
	margin-top: 48px;
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.maison-links a,
.reserve-link a{
	display: inline-block;

	padding: 16px 32px;
	border: 1px solid #222;

	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .22em;
	color: #222;
	text-decoration: none;

	transition: all .35s ease;
}

.maison-links a:hover,
.reserve-link a:hover{
	background: #222;
	color: #fff;
}


/* MOVIE */

.maison-movie-section{
	padding: 130px 20px 140px;
	background: #f8f8f5;
}

.maison-movie-section .inner{
	width: min(1000px, 88%);
	margin: 0 auto;
}

.section-title{
	text-align: center;
	margin-bottom: 42px;
}

.section-title .en{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .34em;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 16px;
}

.section-title h2{
	margin: 0;

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(32px, 5vw, 54px);
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: .08em;
	color: #222;
}

.movie-lead{
	text-align: center;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	line-height: 2.2;
	letter-spacing: .04em;
	color: #444;

	margin-bottom: 56px;
}

.maison-movie{
	width: 100%;
	margin: 0 auto;
}

.maison-movie video{
	width: 100%;
	display: block;

	box-shadow: 0 24px 50px rgba(0,0,0,.08);
}

.reserve-link{
	justify-content: center;
}


/* SP */

@media only screen and (max-width: 40em){

	.maison-hero-image img{
		height: 62vh;
	}

	.maison-hero-title{
		width: 88%;
	}

	.maison-hero-title .sub{
		font-size: 10px;
		letter-spacing: .26em;
		margin-bottom: 18px;
	}

	.maison-hero-title h1{
		font-size: 38px;
		letter-spacing: .08em;
	}

	.maison-hero-title .lead{
		font-size: 13px;
		letter-spacing: .14em;
	}

	.maison-intro{
		padding: 80px 20px 70px;
	}

	.maison-intro .inner{
		width: 92%;
	}

	.maison-intro p{
		font-size: 16px;
		line-height: 2.15;
		text-align: left;
	}

	.maison-section{
		padding: 0 20px 90px;
	}

	.maison-section .inner{
		width: 92%;
	}

	.maison-block,
	.maison-block.reverse{
		display: block;
		margin-bottom: 95px;
	}

	.maison-block.reverse .maison-image,
	.maison-block.reverse .maison-text{
		order: initial;
	}

	.maison-image{
		margin-bottom: 38px;
	}

	.maison-image img{
		height: auto;
	}

	.maison-text .en{
		font-size: 31px;
	}

	.maison-text h2{
		font-size: 18px;
		line-height: 1.7;
		margin-bottom: 28px;
	}

	.maison-text p{
		font-size: 16px;
		line-height: 2.1;
	}

	.maison-links{
		display: block;
	}

	.maison-links a{
		display: block;
		text-align: center;
		margin-bottom: 14px;
	}

	.maison-movie-section{
		padding: 85px 20px 90px;
	}

	.maison-movie-section .inner{
		width: 92%;
	}

	.movie-lead{
		text-align: left;
		font-size: 16px;
		line-height: 2.1;
	}

	.reserve-link a{
		width: 100%;
		text-align: center;
	}
}.official-link{
	margin-top: 48px;
}

.official-link a{
	display: inline-block;

	padding: 16px 32px;

	border: 1px solid #222;

	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .22em;

	color: #222;
	text-decoration: none;

	transition: all .35s ease;
}

.official-link a:hover{
	background: #222;
	color: #fff;
}/* ======================================
   CUISINE GALLERY
====================================== */

.cuisine-gallery{
	width:100%;
}

.main-photo{
	margin-bottom:18px;
}

.main-photo img{
	width:100%;
	display:block;
}

.sub-photos{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:18px;
}

.sub-photos img{
	width:100%;
	display:block;
}

@media only screen and (max-width:40em){

	.sub-photos{
		grid-template-columns:1fr;
	}

}