/* restaurant4: Noto Serif JP・シンプルヘッダー/フッター・動画FV */

/* Elementor キット（post-3）の Roboto / Plus Jakarta を CSS 変数で上書き */
body.elementor-kit-3,
.elementor-kit-3 {
	--e-global-typography-primary-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-secondary-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-text-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-accent-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-86a8036-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-1294f9b-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-a032dc7-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-d3dd1a2-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-200d72f-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-cfdcf85-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-127145d-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-efdd486-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-a2d2829-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-c1becca-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-17fc666-font-family: "Noto Serif JP", serif !important;
	--e-global-typography-35e7d21-font-family: "Noto Serif JP", serif !important;
}

html {
	font-family: "Noto Serif JP", serif;
}

body,
body.elementor-default,
.elementor-widget-container,
.elementor-heading-title,
.elementor-tab-title,
.elementor-counter-number,
.ekit-heading--title,
.elementskit-accordion-title,
.elementskit-post-body,
.elementor-button-text,
.elementor-icon-list-text,
.elementskit-section-title,
.entry-title,
.elementskit-btn-link {
	font-family: "Noto Serif JP", serif !important;
}

p,
li,
td,
th,
label,
input,
textarea,
select,
button.r4-header__toggle {
	font-family: "Noto Serif JP", serif !important;
}

/* Elementor の見出し・本文（個別指定を上書き） */
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor,
.elementor-widget-n-tabs .e-n-tab-title-text {
	font-family: "Noto Serif JP", serif !important;
}

/* ----- ヘッダー ----- */
.r4-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
	font-family: "Noto Serif JP", serif;
}

.r4-header__bar {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0.75rem 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.r4-header__logo {
	display: block;
	line-height: 0;
}

.r4-header__logo img {
	height: 40px;
	width: auto;
	max-width: 200px;
	object-fit: contain;
}

.r4-header__toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}

.r4-header__toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: #333;
	margin: 0 auto;
}

/* Elementor キットの .elementor-kit-3 button（茶色・ピル型・太い padding）がトグルに乗り、線が見えない／消えるのを防ぐ */
body.elementor-kit-3 .r4-header button.r4-header__toggle {
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

.r4-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 1.5rem;
}

.r4-nav__list > li {
	position: relative;
}

.r4-nav__list a {
	color: #222;
	text-decoration: none;
	font-size: 0.9375rem;
	font-weight: 500;
	padding: 0.35rem 0;
	display: block;
}

.r4-nav__list a:hover {
	color: #8b4513;
}

.r4-nav__sub {
	list-style: none;
	margin: 0;
	padding: 0.5rem 0;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 180px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}

.r4-nav__has-sub:hover .r4-nav__sub {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.r4-nav__sub a {
	padding: 0.4rem 1rem;
	font-weight: 400;
	font-size: 0.875rem;
}

@media (max-width: 900px) {
	.r4-header__toggle {
		display: flex;
	}

	body.elementor-kit-3 .r4-header button.r4-header__toggle {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px !important;
		width: 44px !important;
		height: 44px !important;
		min-width: 44px !important;
		padding: 0 !important;
		border: 1px solid #c9a088 !important;
		border-radius: 8px !important;
		background: #fff !important;
		background-color: #fff !important;
		color: transparent !important;
		font-size: 0 !important;
		line-height: 0 !important;
		flex-shrink: 0;
	}

	body.elementor-kit-3 .r4-header button.r4-header__toggle:hover,
	body.elementor-kit-3 .r4-header button.r4-header__toggle:focus-visible {
		background: #fff8f4 !important;
		background-color: #fff8f4 !important;
		color: transparent !important;
		border-color: #8d6a4a !important;
		outline: none;
	}

	body.elementor-kit-3 .r4-header button.r4-header__toggle span {
		display: block !important;
		width: 22px !important;
		height: 2px !important;
		min-height: 2px !important;
		background: #4a3228 !important;
		background-color: #4a3228 !important;
		margin: 0 auto !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 1px !important;
		flex-shrink: 0 !important;
	}

	.r4-nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #fff;
		border-bottom: 1px solid #e8e8e8;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.35s ease;
	}

	.r4-nav.is-open {
		max-height: 480px;
		overflow-y: auto;
	}

	.r4-nav__list {
		flex-direction: column;
		align-items: stretch;
		padding: 1rem 1.25rem 1.25rem;
		gap: 0;
	}

	.r4-nav__list a {
		padding: 0.65rem 0;
		border-bottom: 1px solid #f0f0f0;
	}

	.r4-nav__sub {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		border: none;
		padding-left: 1rem;
		display: none;
	}

	.r4-nav__has-sub.is-sub-open .r4-nav__sub {
		display: block;
	}
}

/* ----- ファーストビュー動画 ----- */
.r4-fv {
	position: relative;
	min-height: min(100vh, 900px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	font-family: "Noto Serif JP", serif;
}

.r4-fv__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.r4-fv__video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.r4-fv__video--sp {
	display: none;
}

@media (max-width: 767px) {
	.r4-fv__video--pc {
		display: none;
	}
	.r4-fv__video--sp {
		display: block;
	}
}

/* 動画用コンテナ（Elementor）に付いていた背景画像を表示しない */
.elementor-667 .elementor-element.elementor-element-5d1a2663:not(.elementor-motion-effects-element-type-background),
.elementor-667 .elementor-element.elementor-element-5d1a2663 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: none !important;
	background-color: transparent !important;
}

/* TOP と同じ MP4 をセクション内に埋め込む（About 付近など） */
.r4-block-video {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	max-height: min(56vw, 480px);
	overflow: hidden;
	background: #1a1a1a;
}

.r4-block-video__media {
	position: absolute;
	inset: 0;
}

.r4-fv__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.r4-fv__inner {
	position: relative;
	z-index: 2;
	max-width: 720px;
	margin: 0 auto;
	padding: 6rem 1.5rem 4rem;
	text-align: center;
	color: #fff;
}

.r4-fv__lead {
	font-size: 0.875rem;
	letter-spacing: 0.15em;
	margin: 0 0 1rem;
	opacity: 0.95;
}

/* Elementor キットの h1（9.1em 等）より優先して小さく */
body.elementor-kit-3 .r4-fv h1.r4-fv__title {
	font-size: clamp(1rem, 2.6vw, 1.375rem) !important;
	font-weight: 600 !important;
	line-height: 1.55 !important;
	margin: 0 0 0.75rem !important;
	letter-spacing: 0.08em !important;
	text-transform: none !important;
	color: #fff !important;
}

.r4-fv__title-big {
	display: block;
	color: #fff !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	text-transform: none !important;
}

.r4-fv__copy {
	font-size: 0.9375rem;
	line-height: 1.85;
	margin: 0 0 1.5rem;
	opacity: 0.92;
}

.r4-fv__circle {
	font-size: 0.8125rem;
	line-height: 1.6;
	margin: 0;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	display: inline-block;
	max-width: 100%;
}

/* ----- 地図（フッター直上） ----- */
.r4-map {
	background: #f5f3f0;
	padding: 2.5rem 1.25rem 2rem;
	border-top: 1px solid #e5e0da;
	font-family: "Noto Serif JP", serif;
}

body.elementor-kit-3 .r4-map h2.r4-map__heading {
	text-align: center;
	font-size: 1.125rem !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	margin: 0 0 1.25rem !important;
	color: #2a2520 !important;
	letter-spacing: 0.06em !important;
	text-transform: none !important;
}

.r4-map__frame {
	max-width: 1200px;
	margin: 0 auto;
	height: min(42vw, 380px);
	min-height: 220px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.r4-map__iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.r4-map__linkwrap {
	text-align: center;
	margin: 1rem 0 0;
	font-size: 0.875rem;
}

.r4-map__link {
	color: #5c4a3a;
	text-decoration: underline;
}

.r4-map__link:hover {
	color: #2a2520;
}

/* ----- フッター ----- */
.r4-footer {
	background: #1a1a1a;
	color: #e5e5e5;
	margin-top: 0;
	font-family: "Noto Serif JP", serif;
}

.r4-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3rem 1.25rem 2rem;
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 2rem;
}

@media (max-width: 900px) {
	.r4-footer__inner {
		grid-template-columns: 1fr;
	}
}

.r4-footer__logo {
	height: 40px;
	width: auto;
	max-width: 200px;
	object-fit: contain;
	margin-bottom: 1rem;
	opacity: 0.95;
}

.r4-footer__col p {
	font-size: 0.875rem;
	line-height: 1.75;
	margin: 0;
	color: #bbb;
}

.r4-footer__label {
	font-weight: 600;
	color: #fff !important;
	margin-bottom: 0.75rem !important;
	font-size: 0.8125rem !important;
	letter-spacing: 0.06em;
}

.r4-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.r4-footer__links li {
	margin-bottom: 0.5rem;
}

.r4-footer__links a {
	color: #ccc;
	text-decoration: none;
	font-size: 0.875rem;
}

.r4-footer__links a:hover {
	color: #fff;
}

.r4-footer__contact {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
	line-height: 1.7;
	color: #bbb;
}

.r4-footer__contact li {
	margin-bottom: 0.35rem;
}

.r4-footer__contact a {
	color: inherit;
	text-decoration: none;
}

.r4-footer__contact a:hover {
	color: #fff;
}

.r4-footer__company {
	font-weight: 600;
	color: #fff;
	margin: 0 0 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.r4-footer__hours {
	font-size: 0.875rem;
	color: #bbb;
	margin: 0;
	line-height: 1.7;
}

.r4-footer__label--spaced {
	margin-top: 1.25rem !important;
}

.r4-footer__addr {
	font-size: 0.8125rem !important;
	color: #999 !important;
	margin: 0 0 0.5rem !important;
	line-height: 1.6;
}

.r4-footer__col .r4-footer__addr:last-of-type {
	margin-bottom: 0 !important;
}

.r4-footer__bar {
	border-top: 1px solid #333;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem 1.25rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	font-size: 0.75rem;
	color: #888;
}

.r4-footer__bar p {
	margin: 0;
}

.r4-footer__legal {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 1.25rem;
}

.r4-footer__legal a {
	color: #888;
	text-decoration: none;
}

.r4-footer__legal a:hover {
	color: #ccc;
}
