/* ==========================================================
   長崎検番
   モバイルファースト：スマホ → PC
========================================================== */

.kemban-page {
	--kemban-brown: #875938;
	--kemban-dark-brown: #6f4229;
	--kemban-red: #a74f56;
	--kemban-gold: #bd9959;
	--kemban-border: #ddd5cc;
	--kemban-text: #332d29;
	--kemban-bg: #faf8f5;

	overflow: hidden;
	background: #fff;
	color: var(--kemban-text);
	font-family:
		"Yu Mincho",
		"YuMincho",
		"Hiragino Mincho ProN",
		"Hiragino Mincho Pro",
		"Noto Serif JP",
		serif;
}

.kemban-page *,
.kemban-page *::before,
.kemban-page *::after {
	box-sizing: border-box;
}

.kemban-page img {
	display: block;
	width: 100%;
	height: auto;
}

.kemban-container {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}

.kemban-section {
	padding: 45px 0 !important;
}


/* ==========================================================
   本文
========================================================== */

.kemban-text {
	color: #3e3834;
	font-size: 15px;
	font-weight: 400;
	line-height: 2.05;
	letter-spacing: 0.025em;
}

.kemban-text p {
	margin: 0;
}

.kemban-text p + p {
	margin-top: 13px;
}


/* ==========================================================
   メインビジュアル
========================================================== */

.kemban-hero {
	position: relative;
	background: #161616;
	color: #fff;
}

.kemban-hero__image {
	position: relative;
	height: 390px;
}

.kemban-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 64% center;
}

.kemban-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.04) 0%,
			rgba(0, 0, 0, 0.22) 48%,
			rgba(0, 0, 0, 0.93) 100%
		);
}

.kemban-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: -155px;
	padding: 0 5% 24px;
}

.kemban-hero__copy {
	width: 100%;
	margin-bottom: 22px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.kemban-hero__lead {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.08em;
}

.kemban-hero__title {
	margin: 0;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

.kemban-hero__title span,
.kemban-hero__title strong {
	display: block;
}

.kemban-hero__title span {
	font-size: clamp(24px, 7.2vw, 34px);
	font-weight: 400;
}

.kemban-hero__title strong {
	font-size: clamp(30px, 9vw, 42px);
	font-weight: 400;
}


/* ==========================================================
   メインビジュアル内アイコン
========================================================== */

.kemban-feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kemban-feature-list__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 94px;
	padding: 12px 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.96);
	color: #29231f;
	text-align: center;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.kemban-feature-list__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	margin-bottom: 7px;
	color: var(--kemban-gold);
}

.kemban-feature-list__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kemban-feature-list__text {
	font-family:
		"Yu Gothic",
		"YuGothic",
		"Hiragino Kaku Gothic ProN",
		sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.kemban-feature-list__text small {
	font-size: 11px;
}


/* ==========================================================
   導入
========================================================== */

.kemban-intro {
	padding-top: 48px;
	padding-bottom: 32px;
}

.kemban-intro__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}

.kemban-intro__body {
	order: 2;
}

.kemban-catch {
	margin: 0 0 20px;
	color: #4a3b33;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.035em;
}

.kemban-intro__image {
	order: 1;
	margin: 0;
	overflow: hidden;
}

.kemban-intro__image img {
	aspect-ratio: 4 / 2.65;
	object-fit: cover;
}


/* ==========================================================
   長崎検番とは
========================================================== */

.kemban-about {
	padding-top: 15px;
}

.kemban-about__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

.kemban-heading {
	position: relative;
	margin: 0 0 21px;
	padding: 15px 0 5px 18px;
	color: var(--kemban-brown);
	font-size: 23px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.07em;
}

.kemban-heading::before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	opacity: 0.35;
	background:
		repeating-radial-gradient(
			circle at center,
			rgba(181, 150, 112, 0.25) 0,
			rgba(181, 150, 112, 0.25) 1px,
			transparent 1px,
			transparent 5px
		);
}

.kemban-heading span {
	position: relative;
	z-index: 1;
}

.kemban-about__gallery {
	display: grid;
	grid-template-columns: 1fr 1.18fr;
	gap: 7px;
	align-items: stretch;
}

.kemban-about__image {
	margin: 0;
	overflow: hidden;
}

.kemban-about__image img {
	width: 100%;
	height: 100%;
	min-height: 170px;
	object-fit: cover;
}


/* ==========================================================
   共通見出し
========================================================== */

.kemban-section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 25px;
	color: var(--kemban-brown);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.kemban-section-title span {
	flex-shrink: 0;
}

.kemban-section-title::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--kemban-brown);
}


/* ==========================================================
   お座敷体験
========================================================== */

.kemban-experience {
	padding-top: 40px;
	padding-bottom: 40px;
	background:
		linear-gradient(
			180deg,
			#fff 0%,
			#fdfbf8 100%
		);
}

.kemban-experience__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.kemban-experience__image {
	margin: 0;
	overflow: hidden;
}

.kemban-experience__image img {
	aspect-ratio: 1.65 / 1;
	object-fit: cover;
}

.kemban-experience-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kemban-experience-list__item {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px dotted #cfc5bc;
}

.kemban-experience-list__item:first-child {
	padding-top: 0;
}

.kemban-experience-list__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.kemban-experience-list__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--kemban-red);
	color: #fff;
	font-size: 14px;
}

.kemban-experience-list__body h3 {
	margin: 0 0 5px;
	color: #453730;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.035em;
	text-align: left;
}

.kemban-experience-list__body p {
	margin: 0;
	color: #403a36;
	font-family:
		"Yu Gothic",
		"YuGothic",
		"Hiragino Kaku Gothic ProN",
		sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75;
}


/* ==========================================================
   貸切公演
========================================================== */

.kemban-information {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.kemban-information__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.kemban-information__table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #37322f;
	font-family:
		"Yu Gothic",
		"YuGothic",
		"Hiragino Kaku Gothic ProN",
		sans-serif;
	font-size: 13px;
	line-height: 1.7;
}

.kemban-information__table th,
.kemban-information__table td {
	padding: 10px 9px;
	border: 1px solid #d9d1c9;
	vertical-align: middle;
}

.kemban-information__table th {
	width: 72px;
	background: #f3eee7;
	color: #6f5c4d;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
}

.kemban-information__table td {
	background: #fff;
	font-weight: 400;
	text-align: left;
}

.kemban-cancel {
	display: block;
	margin-top: 18px;
	padding: 11px 10px;
	border: 1px solid #d87474;
	color: #3d3733;
	font-family:
		"Yu Gothic",
		"YuGothic",
		"Hiragino Kaku Gothic ProN",
		sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	text-align: center;
}

.kemban-cancel strong,
.kemban-cancel span {
	display: block;
}

.kemban-cancel strong {
	font-weight: 600;
}

.kemban-information__notes {
	color: #403a36;
	font-family:
		"Yu Gothic",
		"YuGothic",
		"Hiragino Kaku Gothic ProN",
		sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.85;
}

.kemban-information__notes ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kemban-information__notes li {
	position: relative;
	padding-left: 17px;
}

.kemban-information__notes li + li {
	margin-top: 11px;
}

.kemban-information__notes li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	height: 7px;
	background: #a98958;
}


/* ==========================================================
   お問合せ
========================================================== */

.kemban-contact {
	padding: 12px 0 30px !important;
}

.kemban-contact__box {
	display: grid;
	grid-template-columns: 1fr;
	gap: 11px;
	align-items: center;
	padding: 24px 15px;
	border-radius: 6px;
	background:
		linear-gradient(
			90deg,
			#f3eee7 0%,
			#fff 48%,
			#f3eee7 100%
		);
	text-align: center;
}

.kemban-contact__title {
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 0.07em;
}

.kemban-contact__office,
.kemban-contact__tel {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #332d29;
	text-decoration: none;
}

.kemban-contact__office {
	font-size: 18px;
}

.kemban-contact__tel {
	font-size: 26px;
	letter-spacing: 0.04em;
	white-space: nowrap;
}
		 a.kemban-contact__tel:hover{
			text-decoration: none;
		}
.kemban-contact__office-icon,
.kemban-contact__tel-icon {
	font-family: serif;
	font-size: 27px;
	line-height: 1;
}


/* ==========================================================
   小さいスマートフォン
========================================================== */

@media (max-width: 420px) {

	.kemban-hero__image {
		height: 340px;
	}

	.kemban-feature-list__text {
		font-size: 11px;
	}

	.kemban-about__gallery {
		grid-template-columns: 1fr;
	}

	.kemban-about__image img {
		min-height: auto;
		aspect-ratio: 1.55 / 1;
	}

	.kemban-section-title {
		font-size: 20px;
	}

	.kemban-information__table {
		font-size: 12px;
	}

	.kemban-information__table th {
		width: 66px;
	}

}


/* ==========================================================
   メインビジュアル：スマホ調整
   写真は100%表示／テキストは写真下部に少しだけ重ねる
========================================================== */

@media (max-width: 767px) {

	.kemban-hero {
		min-height: 0;
		padding-bottom: 20px;
		background: #161616;
	}

	/* 写真をトリミングせず100%表示 */
	.kemban-hero__image {
		position: relative;
		height: auto;
	}

	.kemban-hero__image img {
		width: 100%;
		height: auto;
		object-fit: contain;
		object-position: center;
	}

	/* 写真下部のみ文字が読みやすい程度に暗くする */
	.kemban-hero__overlay {
		background:
			linear-gradient(
				180deg,
				rgba(0, 0, 0, 0) 0%,
				rgba(0, 0, 0, 0) 55%,
				rgba(0, 0, 0, 0.18) 75%,
				rgba(0, 0, 0, 0.65) 100%
			);
	}

	/* 写真とテキストを少しだけ重ねる */
	.kemban-hero__inner {
		position: relative;
		z-index: 2;
		width: 100%;
		margin-top: -70px;
		padding: 0 5%;
	}

	.kemban-hero__copy {
		width: 100%;
		margin: 0 0 20px;
		text-shadow:
			0 2px 5px rgba(0, 0, 0, 0.8),
			0 0 10px rgba(0, 0, 0, 0.35);
	}

	.kemban-hero__lead {
		margin: 0 0 9px;
		font-size: 13px;
		line-height: 1.75;
		letter-spacing: 0.055em;
	}

	.kemban-hero__title {
		margin: 0;
		line-height: 1.3;
	}

	.kemban-hero__title span {
		font-size: clamp(25px, 7vw, 30px);
	}

	.kemban-hero__title strong {
		margin-top: 2px;
		font-size: clamp(31px, 8.5vw, 38px);
	}

	/* 特徴4項目は写真の下に配置 */
	.kemban-feature-list {
		width: 100%;
		gap: 8px;
		margin: 0;
	}

	.kemban-feature-list__item {
		min-height: 92px;
		padding: 10px 6px;
		border-radius: 4px;
		background: rgba(255, 255, 255, 0.97);
		box-shadow: none;
	}

	.kemban-feature-list__icon {
		width: 31px;
		height: 31px;
		margin-bottom: 6px;
	}

	.kemban-feature-list__text {
		font-size: 11px;
		line-height: 1.4;
	}

	.kemban-feature-list__text small {
		font-size: 10px;
	}
}

@media (max-width: 390px) {
	.kemban-hero__inner {
		margin-top: -58px;
	}

	.kemban-hero__lead {
		font-size: 12px;
	}

	.kemban-hero__title span {
		font-size: 24px;
	}

	.kemban-hero__title strong {
		font-size: 30px;
	}
}


/* ==========================================================
   タブレット・PC
========================================================== */

@media (min-width: 768px) {

	.kemban-container {
		width: 90%;
		max-width: 1100px;
	}

	.kemban-section {
		padding: 55px 0 !important;
	}

	.kemban-text {
		font-size: 16px;
		line-height: 2.05;
		letter-spacing: 0.025em;
	}

	.kemban-text p + p {
		margin-top: 14px;
	}


	/* ======================================================
	   メインビジュアル
	   PC：写真全面＋右側にテキストを重ねる
	====================================================== */

	.kemban-hero {
		position: relative;
		min-height: 560px;
		background: #111;
		color: #fff;
	}

	.kemban-hero__image {
		position: absolute;
		inset: 0;
		height: auto;
		overflow: hidden;
	}

	.kemban-hero__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

	/* 右側の文字だけ読みやすくするグラデーション */
	.kemban-hero__overlay {
		background:
			linear-gradient(
				90deg,
				rgba(0, 0, 0, 0.00) 0%,
				rgba(0, 0, 0, 0.00) 38%,
				rgba(0, 0, 0, 0.16) 52%,
				rgba(0, 0, 0, 0.52) 72%,
				rgba(0, 0, 0, 0.76) 100%
			);
	}

	.kemban-hero__inner {
		position: relative;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
		width: 90%;
		max-width: 1160px;
		min-height: 560px;
		margin: 0 auto;
		padding: 80px 0 35px;
	}

	.kemban-hero__copy {
		width: 48%;
		max-width: 560px;
		margin: 0 0 28px auto;
		text-align: left;
		text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
	}

	.kemban-hero__lead {
		margin-bottom: 18px;
		font-size: clamp(19px, 1.7vw, 27px);
		line-height: 1.8;
	}

	.kemban-hero__title span {
		font-size: clamp(34px, 3vw, 50px);
	}

	.kemban-hero__title strong {
		font-size: clamp(40px, 3.6vw, 58px);
	}

	.kemban-feature-list {
		width: 48%;
		max-width: 560px;
		margin-left: auto;
	}

	.kemban-feature-list__item {
		background: rgba(255, 255, 255, 0.94);
	}


	/* ======================================================
	   メインビジュアル内アイコン
	====================================================== */

	.kemban-feature-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 7px;
		width: 520px;
	}

	.kemban-feature-list__item {
		min-height: 105px;
	}

	.kemban-feature-list__icon {
		width: 50px;
		height: 50px;
	}

	.kemban-feature-list__text {
		font-size: 13px;
		height: 31px;
	}

	.kemban-feature-list__text small {
		font-size: 11px;
	}


	/* ======================================================
	   導入
	====================================================== */

	.kemban-intro {
		padding-top: 65px;
		padding-bottom: 35px;
	}

	.kemban-intro__grid {
		grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
		gap: 65px;
		align-items: center;
	}

	.kemban-intro__body {
		order: initial;
	}

	.kemban-intro__image {
		order: initial;
	}

	.kemban-catch {
		margin-bottom: 23px;
		font-size: 20px;
		line-height: 1.85;
	}


	/* ======================================================
	   長崎検番とは
	====================================================== */

	.kemban-about {
		padding-top: 30px;
	}

	.kemban-about__grid {
		grid-template-columns: minmax(0, 1fr) minmax(400px, 1fr);
		gap: 55px;
		align-items: center;
	}

	.kemban-heading {
		margin-bottom: 26px;
		padding-left: 30px;
		font-size: 27px;
	}

	.kemban-heading::before {
		left: -15px;
		width: 75px;
		height: 75px;
	}

	.kemban-about__gallery {
		grid-template-columns: 1fr 1.18fr;
		gap: 12px;
	}

	.kemban-about__image img {
		min-height: 245px;
	}


	/* ======================================================
	   共通見出し
	====================================================== */

	.kemban-section-title {
		gap: 20px;
		margin-bottom: 30px;
		font-size: 27px;
	}


	/* ======================================================
	   お座敷体験
	====================================================== */

	.kemban-experience {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.kemban-experience__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.13fr);
		gap: 50px;
		align-items: center;
	}

	.kemban-experience-list__item {
		grid-template-columns: 60px minmax(0, 1fr);
		gap: 19px;
		padding: 15px 0;
	}

	.kemban-experience-list__icon {
		width: 54px;
		height: 54px;
		font-size: 16px;
	}

	.kemban-experience-list__body h3 {
		margin-bottom: 5px;
		font-size: 20px;
		text-align: left;
	}

	.kemban-experience-list__body p {
		font-size: 15px;
		line-height: 1.8;
	}


	/* ======================================================
	   貸切公演
	====================================================== */

	.kemban-information {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}

	.kemban-information__grid {
		grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
		gap: 45px;
		align-items: start;
	}

	.kemban-information__table {
		font-size: 14px;
		line-height: 1.75;
	}

	.kemban-information__table th,
	.kemban-information__table td {
		padding: 11px 14px;
		/* text-align: left; */
	}

	.kemban-information__table th {
		width: 98px;
	}

	.kemban-cancel {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: start;
		gap: 4px 12px;
		padding: 11px 14px;
		font-size: 17px;
	}

	.kemban-cancel strong,
	.kemban-cancel span {
		display: inline;
		font-weight: bold;
	}

	.kemban-cancel span:not(:last-child)::after {
		content: "|";
		margin-left: 12px;
		color: #aaa;
	}

	.kemban-information__notes {
		font-size: 15px;
		line-height: 1.85;
	}

	.kemban-information__notes li + li {
		margin-top: 12px;
	}


	/* ======================================================
	   お問合せ
	====================================================== */

	.kemban-contact {
		padding-bottom: 100px !important;
	}

	.kemban-contact__box {
		grid-template-columns: 1fr 1.4fr 1.2fr;
		gap: 0;
		min-height: 85px;
		padding: 18px 40px;
		text-align: left;
	}

	.kemban-contact__title {
		font-size: 26px;
	}

	.kemban-contact__office {
		font-size: 22px;
	}

	.kemban-contact__tel {
		font-size: 30px;
	}


	.kemban-contact__office-icon,
	.kemban-contact__tel-icon {
		font-size: 30px;
	}

}


/* ==========================================================
   大きめのPC
========================================================== */

@media (min-width: 1200px) {

	.kemban-hero {
		min-height: 590px;
	}

	.kemban-hero__inner {
		min-height: 590px;
		max-width: 1160px;
	}

	.kemban-container {
		max-width: 1160px;
	}

	.kemban-hero__copy,
	.kemban-feature-list {
		width: 47%;
		max-width: 545px;
	}

	.kemban-hero__title span {
		font-size: 55px;
	}

	.kemban-hero__title strong {
		font-size: 58px;
	}

}
