@charset "utf-8";

/* ========================================
   Base
======================================== */

.ooedoSite {
	background: #f5efe3;
	color: #2b241f;
	font-family:
		"Noto Serif JP",
		"Yu Mincho",
		"YuMincho",
		"Hiragino Mincho ProN",
		serif;
}

.ooedoSite img {
	max-width: 100%;
	height: auto;
	display: block;
}

.ooedoSite .container {
	max-width: 1200px;
	margin: 0 auto;
}


/* ========================================
   HERO
======================================== */

.ooedoHero {
	position: relative;
	height: 620px;
	overflow: hidden;
	background: #2d2925;
	margin-bottom: 0;
}


/* 背景 */
.ooedoHero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}


/* 右側の暗いグラデーション */
.ooedoHero__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(
		to right,
		rgba(30, 22, 16, 0) 58%,
		rgba(30, 22, 16, .25) 72%,
		rgba(30, 22, 16, .65) 88%,
		rgba(30, 22, 16, .85) 100%
	);
}


/* Splide */
.ooedoHero__slider,
.ooedoHero__slider .splide__track,
.ooedoHero__slider .splide__list,
.ooedoHero__slider .splide__slide {
	width: 100%;
	height: 100%;
}

.ooedoHero__slider .splide__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ooedoHero__slider .splide__slide {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ooedoHero__slider .splide__slide::marker {
	content: "";
}


/* 背景写真 */
.ooedoHero__slider .splide__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: sepia(.28) brightness(.7);
}


/* 中央ロゴ */
.ooedoHero__logo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 430px;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.ooedoHero__logo img {
	width: 100%;
	display: block;
}


/* 右側コピー */
.ooedoHero__copy {
	position: absolute;
	right: 52px;
	top: 48px;
	z-index: 3;
	writing-mode: vertical-rl;
	text-orientation: upright;
	color: #fff;
	font-size: 30px;
	line-height: 3.2;
	letter-spacing: .15em;
}


/* ========================================
   市場への想い
======================================== */

.ooedoMessage {
	position: relative;
	z-index: 2;
	background-image: url("../img/top/message_bg.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	overflow: visible;
	height: 946px;
	margin: 0;
	padding: 0;
}

.ooedoMessage__inner {
	position: relative;
	max-width: 1280px;
	height: 100%;
	margin: 0;
}

/* 本文 */
.ooedoMessage__text {
	position: absolute;
	top: 190px;
	left: 28%;
	font-size: clamp(16px, 1.05vw, 18px);
	line-height: 2.2;
	letter-spacing: .08em;
	color: #30261d;
	font-weight: 600;
}

.ooedoMessage__text p {
	margin: 0 0 26px;
}

/* 縦タイトル */
.ooedoMessage__title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* 「想」 */
.ooedoMessage__title small {
	margin-bottom: 12px;
	color: #a51f24;
	font-size: 15px;
}

/* 市場への想い */
.ooedoMessage__title span {
	writing-mode: vertical-rl;
	font-size: 30px;
	line-height: 1.7;
	letter-spacing: .18em;

	border-left: 2px solid #a51f24;
	padding-left: 40px;
}


/* ========================================
   Feature 共通
======================================== */

.ooedoHistory,
.ooedoCommitment {
	background: #f5efe3;
}

.ooedoHistory {
	position: relative;
	z-index: 1;
	margin-top: -140px;
	/*padding: 0 0 70px;*/
}

.ooedoHistory .container {
	width: calc(100% - 80px);
	max-width: 1500px;
}

.ooedoFeature--history {
	display: grid;
	grid-template-columns: 35% 65%;
	align-items: stretch;
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

.ooedoFeature--history .ooedoFeature__text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 125px 60px 60px 85px;
	background: #e7d3b2;
}

/* 左側の赤い縦線 */
.ooedoFeature--history .ooedoFeature__text::before {
	content: "";
	position: absolute;
	left: 45px;
	top: 95px;
	width: 3px;
	height: 360px;
	background: #a51f24;
}


.ooedoFeature--history .ooedoFeature__image {
	min-height: 430px;
}

.ooedoFeature--history .ooedoFeature__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ooedoFeature--history .ooedoFeature__small {
	margin-bottom: 18px;
	font-size: 13px;
	letter-spacing: .1em;
}

.ooedoFeature--history .ooedoFeature__text h2 {
	margin-bottom: 28px;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: 800;
	letter-spacing: 0.2em;
}

.ooedoFeature--history .ooedoFeature__text > p:last-child {
	font-size: clamp(16px, 1.05vw, 18px);
	line-height: 2.2;
	letter-spacing: 0.15em;
	font-weight: 600;
}

/* ========================================
   こだわりボタン
======================================== */

.ooedoCommitment__button,
.ooedoMenu__button {
	text-align: center;
	margin-top: 10px;
}

/* こだわりボタンだけ位置調整 */
.ooedoCommitment__button {
	position: relative;
	z-index: 2;
	transform: translateY(30px);
}

.ooedoBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 360px;
	min-height: 65px;
	border: 2px solid #a52328;
	color: #8e1f24;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: .12em;
	background: transparent;
	transition:
		background .25s ease,
		color .25s ease;
	border-radius: 10px;
	font-weight: 700;
}

.ooedoBtn:hover {
	background: #a52328;
	color: #fff;
}


/* ========================================
   MENU
======================================== */

.ooedoMenu {
	position: relative;
	padding: 100px 0 110px;
	background: #f7f1e7;
	overflow: hidden;
}

.ooedoMenu::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 95px;

	background:
		radial-gradient(circle at 0 100%, transparent 22px, rgba(155, 117, 71, .08) 23px, transparent 24px)
		0 0 / 44px 23px;
}

.ooedoMenu__heading {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 40px;
}

.ooedoMenu__small {
	margin-bottom: 10px;
	color: #a52328;
	font-size: clamp(16px, 1vw, 18px);
	letter-spacing: .12em;
}

.ooedoMenu__heading h2 {
	margin-bottom: 16px;
	font-size: clamp(28px, 2vw, 36px);
	font-weight: 800;
	letter-spacing: 0.2em;
}

.ooedoMenuCard > p {
	margin: 0;
	font-size: 13px;
	line-height: 1.8;
}

.ooedoMenu__heading > p:last-child {
	font-size: clamp(14px, 1vw, 17px);
	line-height: 1.9;
	letter-spacing: .08em;
	font-weight: 600;
}

.ooedoMenu__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px;
	max-width: 1360px;
	margin: 0 auto;
	align-items: start;
}

.ooedoMenuCard {
	text-align: center;
}

.ooedoMenuCard__image {
	width: 100%;
	margin: 0 auto 18px;
}

.ooedoMenuCard__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* ========================================
   MENU どんぶりアニメーション
======================================== */

.ooedoMenuCard__image {
	overflow: visible;
}

.ooedoMenuCard__image img {
	opacity: 0;
	transform: translateY(35px) scale(.92);

	transition:
		opacity .7s ease,
		transform .9s cubic-bezier(.22, 1, .36, 1);

	will-change: transform, opacity;
}


/* 登場 */
.ooedoMenuCard.is-show .ooedoMenuCard__image img {
	opacity: 1;
	transform: translateY(0) scale(1);

	animation: bowlFloat 5s ease-in-out infinite;
}


/* 2つ目は少しタイミングをずらす */
.ooedoMenuCard:nth-child(2).is-show .ooedoMenuCard__image img {
	animation-delay: .6s;
}


/* 3つ目はさらにずらす */
.ooedoMenuCard:nth-child(3).is-show .ooedoMenuCard__image img {
	animation-delay: 1.2s;
}


/* ゆっくり浮遊 */
@keyframes bowlFloat {

	0%,
	100% {
		transform:
			translateY(0)
			translateX(0)
			scale(1)
			rotate(0deg);
	}

	25% {
		transform:
			translateY(-8px)
			translateX(-4px)
			scale(1.03)
			rotate(-1.5deg);
	}

	50% {
		transform:
			translateY(-3px)
			translateX(3px)
			scale(.98)
			rotate(1deg);
	}

	75% {
		transform:
			translateY(-10px)
			translateX(4px)
			scale(1.025)
			rotate(1.5deg);
	}

}


/* 動きを減らす設定をしているユーザー向け */
@media (prefers-reduced-motion: reduce) {

	.ooedoMenuCard__image img,
	.ooedoMenuCard.is-show .ooedoMenuCard__image img {
		opacity: 1;
		transform: none;
		transition: none;
		animation: none;
	}

}





.ooedoMenuCard h3 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .08em;
}

.ooedoMenuCard p {
	margin: 0;
	font-size: clamp(13px, .95vw, 16px);
	line-height: 1.8;
	letter-spacing: .04em;
	font-weight: 600;
}

.ooedoMenuCard__title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 0 0 14px;
}

.ooedoMenuCard__number {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;

	width: 40px;
	height: 40px;
	flex-shrink: 0;

	color: #fff;
	font-size: 15px;
	z-index: 1;
}

.ooedoMenuCard__number::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #a51f24;
	transform: rotate(45deg);
	z-index: -1;
}

/* 商品名文字 */
.ooedoMenuCard__title > span:last-child {
	display: flex;
	align-items: center;
	min-height: 2.8em;
	font-size: clamp(18px, 1.25vw, 22px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.12em;
}

/* メニューボタン */
.ooedoMenu__button {
	margin-top: 115px;
}


/* メニューセクション下部 */
.ooedoMenu {
	padding: 70px 0 80px;
}

/* ========================================
   営業日カレンダー / 店舗情報
   粋のやに合わせる
======================================== */

.ooedoSite .section--info {
	position: relative;
	padding: 80px 0 90px;
	background-color: #f1e8d8;
	background-image: url("../img/top/info_bg_top.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.ooedoSite .section--info .container {
	width: calc(100% - 80px);
	max-width: 1200px;
	margin: 0 auto;
}

/* カレンダー＋店舗情報 */
.ooedoSite .infoGrid {
	display: grid;
    grid-template-columns: 685px 1fr;
    gap: 40px;
    align-items: start;
}

.ooedoSite .infoGrid > .card:nth-child(2) {
	margin-top: 70px;
}

/* 共通カード */
.ooedoSite .section--info .card {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

/* 見出し */
.ooedoSite .card__title {
	margin: 0 0 25px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: .12em;
}

/* Googleカレンダー */
.ooedoSite .calendarBox {
	max-width: 750px;
}

.ooedoSite .calendarBox iframe {
	display: block;
	width: 100%;
	height: 520px;
	border: 0;
}




/* ========================================
   店舗情報
======================================== */

.ooedoSite .infoList {
	margin: 0;
}

.ooedoSite .infoList__row {
	margin-bottom: 30px;
}

.ooedoSite .infoList__row:last-child {
	margin-bottom: 0;
}

.ooedoSite .infoList__row dt {
	margin-bottom: 9px;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: .08em;
}

.ooedoSite .infoList__row dd {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: .05em;
}

.ooedoSite .infoList__row a {
	text-decoration: underline;
	text-underline-offset: 3px;
}


/* SNS */
.ooedoSite .snsWrap {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 8px;
}

.ooedoSite .instagramBtn {
	display: block;
}

.ooedoSite .instagramBtn img {
    width: 100%;
    display: block;
    object-fit: contain;
}


/* ========================================
   ACCESS
======================================== */

.section--access {
	position: relative;
	background-color: #f1e8d8;
	background-image: url("../img/top/access_bg_bottom.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding: 80px 0 70px;
}

.accessTitle {
	margin-bottom: 45px;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: .16em;
}

.accessLayout {
    display: grid;
    grid-template-columns: 530px 580px;
    gap: 42px;
    align-items: start;
}

.accessItem {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 24px;
	align-items: start;
	margin-bottom: 28px;
}

.accessLabel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 18px;
    border: 1px solid #111;
    background: rgba(255, 255, 255, .25);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .12em;
}

.accessIcon {
    font-size: 15px;
    line-height: 1;
}

.accessDesc {
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.8;
    letter-spacing: .06em;
    font-family: "UD デジタル 教科書体 N", "UD Digi Kyokasho N-R", "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}

.accessMap img {
	width: 100%;
    max-width: 560px;
    height: auto;
    display: block;
}

.num {
    color: #c94b4b;
    font-weight: 600;
    margin-right: 4px;
}

/* ========================================
   GOOGLE MAP
======================================== */

.ooedoGoogleMap {
	padding: 30px 0 110px;
	background: #f4ecdf;
}

.ooedoGoogleMap iframe {
	display: block;
	width: 100%;
	height: 450px;
	border: 0;
}

.topMap {
	background-color: #eee3d0;
	padding-bottom: 50px;
}

.ooedoSite .container.topMap__inner {
	width: min(1380px, calc(100% - 80px));
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

/* ========================================
   こだわり
   毎朝、市場で目利き ～ 一杯に込める心
======================================== */

.ooedoCommitment {
	position: relative;
	padding: 70px 0 0px;
	background-color: #f8f2e5;
	background-image: url("../img/common/asanoha.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: 90px auto;
}

.ooedoCommitment .container {
	width: 100%;
	/*max-width: none;*/
	margin: 0 auto;
	max-width: 1440px;
}


/* ----------------------------------------
   各こだわりブロック共通
---------------------------------------- */

.ooedoCommitment .ooedoFeature {
	width: calc(100% - 20px);
	max-width: none;
	margin: 0 auto 90px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}


/* 写真 */
.ooedoCommitment .ooedoFeature__image {
	width: 100%;
	min-height: 0;
}

.ooedoCommitment .ooedoFeature__image img {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: cover;
}


/* テキスト */
.ooedoCommitment .ooedoFeature__text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 360px;
	padding: 55px 65px 55px 90px;
	background: transparent;
}


/* 赤い縦線 */
.ooedoCommitment .ooedoFeature__text::before {
	content: "";
	position: absolute;
	left: 38px;
	top: 45px;
	width: 3px;
	height: 265px;
	background: #a51f24;
}


/* 「こだわり」 */
.ooedoCommitment .ooedoFeature__small {
	/*margin: 0 0 10px;*/
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: .1em;
}


/* タイトル */
.ooedoCommitment .ooedoFeature__text h2 {
	margin: 0 0 22px;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0.2em;
}


/* 本文 */
.ooedoCommitment .ooedoFeature__text > p:last-child {
	margin: 0;
	font-size: clamp(16px, 1.05vw, 18px);
	line-height: 2.2;
	letter-spacing: .06em;
	font-weight: 600;
}


/* ========================================
   01 毎朝、市場で目利き
   PSD：文章左 / 写真右
======================================== */

.ooedoCommitment .ooedoFeature--reverse:first-child
.ooedoFeature__image {
	grid-column: 2;
	grid-row: 1;
}

.ooedoCommitment .ooedoFeature--reverse:first-child
.ooedoFeature__text {
	grid-column: 1;
	grid-row: 1;
}


/* ========================================
   02 職人の技
   PSD：写真左 / 文章右
======================================== */

.ooedoCommitment .ooedoFeature:nth-child(2)
.ooedoFeature__image {
	grid-column: 1;
	grid-row: 1;
}

.ooedoCommitment .ooedoFeature:nth-child(2)
.ooedoFeature__text {
	grid-column: 2;
	grid-row: 1;
}


/* ========================================
   03 一杯に込める心
   PSD：文章左 / 写真右
======================================== */

.ooedoCommitment .ooedoFeature:nth-child(3)
.ooedoFeature__text {
	grid-column: 1;
	grid-row: 1;
}

.ooedoCommitment .ooedoFeature:nth-child(3)
.ooedoFeature__image {
	grid-column: 2;
	grid-row: 1;
}


/* ========================================
   こだわりボタン
======================================== */

.ooedoCommitment__button {
	margin-top: 10px;
	text-align: center;
}

.ooedoCommitment .ooedoBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 65px;
	border: 2px solid #a51f24;
	background: transparent;
	color: #8d2427;
	font-size: 16px;
	letter-spacing: .12em;
	text-decoration: none;
	transition: .25s ease;
	border-radius: 10px;
	font-weight: 700;
}

.ooedoCommitment .ooedoBtn:hover {
	background: #a51f24;
	color: #fff;
}



/* PCが少し狭くなった場合 */
@media screen and (max-width: 1500px) {

	.ooedoMessage {
		height: 1100px;
	}

	.ooedoHistory {
		margin-top: -60px;
	}

}


/* さらに狭いPC・タブレット横 */
@media screen and (max-width: 1200px) {

	.ooedoMessage {
		height: 1000px;
	}

	.ooedoHistory {
		margin-top: 0;
	}
}


/* ========================================
   SP
======================================== */

@media screen and (max-width: 767px) {

	.ooedoSite .container {
		width: calc(100% - 36px);
	}

	/* HERO */
	.ooedoHero {
		height: 560px;
	}

	.ooedoHero__logo {
		width: 280px;
	}

	.ooedoHero__copy {
		right: 16px;
		top: 26px;
		font-size: clamp(15px, 4vw, 17px);
		line-height: 1.9;
	}

		/* 市場への想い */
	.ooedoMessage {
		position: relative;
		height: auto;
		padding: 0 0 60px;

		background-size: auto 360px;
		background-position: center top;
		background-repeat: no-repeat;
	}

	/* 本文全体 */
	.ooedoMessage__inner {
		position: relative;
		height: auto;
	}

	.ooedoMessage__photo {
		margin-bottom: 30px;
	}

	.ooedoMessage__text {
		position: relative;
		top: auto;
		left: auto;

		width: calc(100% - 48px);
		margin: 0 auto;

		/* 背景ビジュアル分の高さを確保 */
		padding-top: 365px;

		font-size: clamp(15px, 3.8vw, 16px);
		line-height: 2;
		letter-spacing: .04em;
		font-weight: 500;
	}

	/* 最初の挨拶だけ背景内へ */
	.ooedoMessage__text p:first-child {
	        position: absolute;
	        top: 108px;
	        left: 53px;
	        width: 200px;
	        margin: 0;
	        font-size: clamp(15px, 3.8vw, 16px);
	        line-height: 2;
	        font-weight: 700;
	}

	/* 2段落目以降 */
	.ooedoMessage__text p:not(:first-child) {
		margin: 0 0 24px;
	}

	.ooedoMessage__text p {
		margin: 0 0 20px;
	}

	.ooedoMessage__text p:last-child {
		margin-bottom: 0;
	}

	/* SPではPC用のbrを解除 */
	.ooedoMessage__text br {
		display: none;
	}

	/* 市場への想い */
	.ooedoMessage__title {
		position: absolute;
		top: 78px;
		right: 34px;
		z-index: 3;

		margin: 0;
		padding-left: 13px;

		writing-mode: vertical-rl;
		text-orientation: upright;

		font-size: clamp(18px, 4.8vw, 20px);
		line-height: 1.7;
		letter-spacing: .14em;
	}


	/* Feature */
	.ooedoHistory {
		padding: 0;
	}

	.ooedoHistory .ooedoFeature--history {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0;
	}

	/* 写真を上 */
	.ooedoHistory .ooedoFeature__image {
		order: 1;
		width: 100%;
	}

	.ooedoHistory .ooedoFeature__image img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1.5 / 1;
		object-fit: cover;
	}

	/* 文章を下 */
	.ooedoHistory .ooedoFeature__text {
		order: 2;
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		min-height: 0;
		padding: 42px 28px 48px 52px;
	}

	/* 赤い縦線 */
	.ooedoHistory .ooedoFeature__text::before {
		content: "";
		position: absolute;
		left: 24px;
		top: 36px;
		width: 2px;
		height: 112px;
		background: #a51f24;
	}

	.ooedoHistory .ooedoFeature__text h2 {
		margin: 0 0 22px;
		font-size: clamp(26px, 7vw, 30px);
		line-height: 1.55;
		letter-spacing: .12em;
	}

	.ooedoHistory .ooedoFeature__text > p:last-child {
		margin: 0;
		font-size: clamp(15px, 4vw, 17px);
		line-height: 2;
		letter-spacing: .04em;
		font-weight: 500;
	}

	/* PC用brはSPでは自然に折り返す */
	.ooedoHistory .ooedoFeature__text > p:last-child br {
		display: none;
	}

	.ooedoHistory .ooedoFeature__image {
		min-height: 0;
		height: auto;
	}

	.ooedoHistory .ooedoFeature__image img {
		width: 100%;
		height: auto;
		aspect-ratio: 1.5 / 1;
		object-fit: cover;
		display: block;
	}

	.ooedoCommitment {
		padding: 0 0 70px;
	}

	.ooedoCommitment .container {
		width: calc(100% - 36px);
		max-width: none;
	}
	
	.ooedoCommitment .ooedoFeature,
	.ooedoCommitment .ooedoFeature--reverse {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0 auto 60px;
	}

	/* PCのgrid-column / row を解除 */
	.ooedoCommitment .ooedoFeature--reverse:first-child .ooedoFeature__image,
	.ooedoCommitment .ooedoFeature--reverse:first-child .ooedoFeature__text,
	.ooedoCommitment .ooedoFeature:nth-child(2) .ooedoFeature__image,
	.ooedoCommitment .ooedoFeature:nth-child(2) .ooedoFeature__text,
	.ooedoCommitment .ooedoFeature:nth-child(3) .ooedoFeature__image,
	.ooedoCommitment .ooedoFeature:nth-child(3) .ooedoFeature__text {
		grid-column: auto;
		grid-row: auto;
	}
	
	.ooedoCommitment .ooedoFeature__image {
		order: 1;
		width: 100%;
		min-height: 0;
	}

	.ooedoCommitment .ooedoFeature__image img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1.45 / 1;
		object-fit: cover;
	}

	.ooedoCommitment .ooedoFeature__text {
		order: 2;
		position: relative;
		display: block;
		width: 100%;
		min-height: 0;
		padding: 34px 24px 38px 48px;
	}

	.ooedoFeature__image {
		order: 1;
	}

	.ooedoCommitment .ooedoFeature__text::before {
		left: 22px;
		top: 34px;
		width: 2px;
		height: 100px;
	}

	.ooedoCommitment .ooedoFeature__small {
		margin: 0 0 8px;
		font-size: clamp(15px, 4vw, 17px);
		line-height: 1.6;
	}

	.ooedoCommitment .ooedoFeature__text h2 {
		margin: 0 0 18px;
		font-size: clamp(24px, 6.5vw, 28px);
		line-height: 1.5;
		letter-spacing: .12em;
	}

	.ooedoCommitment .ooedoFeature__text > p:last-child {
		margin: 0;
		font-size: clamp(15px, 4vw, 17px);
		line-height: 2;
		letter-spacing: .04em;
		font-weight: 500;
	}
	
	.ooedoFeature__text p:not(.ooedoFeature__small) {
		font-size: clamp(15px, 4vw, 17px);
		line-height: 2;
		letter-spacing: .04em;
		font-weight: 500;
	}

	.ooedoFeature__text p:not(.ooedoFeature__small) br {
		display: none;
	}

	.ooedoBtn {
		min-width: 0;
		width: 100%;
		min-height: 54px;
	}

	/* MENU */
	.ooedoMenu {
		padding: 75px 0 80px;
	}

	.ooedoMenu__heading h2 {
		font-size: 26px;
	}

	.ooedoMenu__list {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.ooedoMenuCard__image {
		width: 85%;
		margin: 0 auto 18px;
	}

	/* Calendar / Info */
	.ooedoSite .section--info .container {
		width: calc(100% - 36px);
		max-width: none;
		margin: 0 auto;
	}

	.ooedoSite .infoGrid {
		display: block;
	}

	.ooedoSite .card__title {
		font-size: clamp(22px, 5.8vw, 26px);
		margin-bottom: 24px;
	}

	.ooedoSite .calendarBox {
		width: 100%;
		overflow: hidden;
	}

	.ooedoSite .calendarBox iframe {
		width: 100%;
		min-width: 0;
		height: 480px;
		display: block;
	}

	/* Access */
	.section--access {
		padding: 70px 0 40px;
	}

	.accessTitle {
		font-size: clamp(22px, 5.8vw, 26px);
		font-family: serif;
        font-weight: 600;
	}

	.accessLayout {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.accessItem {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.ooedoGoogleMap {
		padding-bottom: 70px;
	}

	.ooedoGoogleMap iframe {
		height: 320px;
	}
	.ooedoSite .container.topMap__inner {
		width: calc(100% - 20px);
		margin-left: auto;
		margin-right: auto;
	}
   .ooedoCommitment .ooedoBtn {
       display: inline-flex;
       align-items: center;
       justify-content: center;
       width: 100%;
       height: 65px;
       border: 2px solid #a51f24;
       background: transparent;
       color: #8d2427;
       font-size: 16px;
       letter-spacing: .12em;
       text-decoration: none;
       transition: .25s ease;
       border-radius: 10px;
       font-weight: 700;
   }
}

