/*
Theme Name: mellow CMS
Theme URI: https://mellow-soine.com/
Author: Manus AI
Description: 日本橋 添い寝リフレ「mellow」専用。主要コンテンツを管理画面から更新できる長期運用型WordPressテーマ。
Version: 1.0.11
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: mellow-cms
*/

:root { --mellow-pink: #ee5ba8; --mellow-pink-light: #ffd8eb; --mellow-sky: #59c9e6; --mellow-sky-light: #e7faff; --mellow-ink: #4c5362; --mellow-white: #fff; --mellow-cream: #fffafd; --mellow-border: #bdebf1; --mellow-shadow: 0 12px 32px rgba(65, 183, 216, .16); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--mellow-ink); background: var(--mellow-cream); font-family: "Noto Sans JP", sans-serif; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.mellow-shell { overflow: hidden; }
.mellow-container { width: min(1280px, calc(100% - 40px)); margin: 0 auto; }
.mellow-topbar { background: linear-gradient(90deg, #58c7e2, #ed79b7, #58c7e2); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-align: center; padding: 4px 16px; }
.mellow-header { background: rgba(255,255,255,.96); border-bottom: 3px solid #d2f5f8; position: sticky; top: 0; z-index: 30; }
.mellow-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mellow-brand { width: 150px; min-width: 100px; }
.mellow-brand-text { display: inline-block; font: 800 35px/1 "M PLUS Rounded 1c", sans-serif; color: var(--mellow-pink); text-shadow: 2px 2px 0 #cceef7; letter-spacing: -.05em; }
.mellow-nav { display: flex; align-items: center; gap: 6px; }
.mellow-nav ul { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; }
.mellow-nav a { display: flex; flex-direction: column; align-items: center; gap: 1px; padding: 8px 13px; font-size: 12px; font-weight: 800; line-height: 1.15; transition: .2s; }
.mellow-nav a small { color: #4d5564; font-size: 11px; font-weight: 900; letter-spacing: .07em; }
.mellow-nav a span { color: #2e3948; font-size: 13px; }
.mellow-nav a:hover small, .mellow-nav a:hover span { color: var(--mellow-pink); }
.mellow-nav a:hover { color: var(--mellow-pink); }
.mellow-header-actions { display: flex; gap: 8px; }
.mellow-button { appearance: none; display: inline-flex; justify-content: center; align-items: center; min-height: 44px; border: 0; border-radius: 999px; padding: 10px 22px; color: #fff; background: linear-gradient(135deg, #f986bd, #df45a1); box-shadow: 0 7px 20px rgba(232, 81, 164, .27); cursor: pointer; font: 800 14px/1 "M PLUS Rounded 1c", sans-serif; transition: transform .2s, box-shadow .2s; }
.mellow-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(232,81,164,.35); }
.mellow-button--line { background: linear-gradient(135deg, #11c75d, #05a343); }
.mellow-button--sky { background: linear-gradient(135deg, #77d8eb, #3abedb); }
.mellow-hero { position: relative; isolation: isolate; background: repeating-linear-gradient(90deg, rgba(111,219,235,.15) 0 32px, rgba(255,255,255,.62) 32px 64px), repeating-linear-gradient(0deg, rgba(255,186,213,.12) 0 32px, transparent 32px 64px); }
.mellow-hero::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 14% 8%, rgba(255,170,207,.58), transparent 25%), radial-gradient(circle at 84% 84%, rgba(103,213,233,.48), transparent 30%); content: ""; }
.mellow-hero-inner { min-height: min(92vh, 760px); display: grid; grid-template-columns: 1fr minmax(360px,.9fr); align-items: center; gap: clamp(30px,5vw,82px); padding: 56px 0; }
.mellow-hero-logo { width: min(100%, 500px); margin-bottom: 22px; }
.mellow-hero-title { margin: 0; color: #a43f79; font: 800 clamp(24px,3vw,38px)/1.35 "M PLUS Rounded 1c", sans-serif; }
.mellow-hero-copy { margin: 14px 0 22px; font-size: 16px; }
.mellow-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.mellow-info-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.mellow-pill { background: rgba(255,255,255,.88); border: 1px solid rgba(245,132,184,.42); border-radius: 999px; padding: 4px 12px; font-size: 12px; font-weight: 700; }
.mellow-hero-image { border: 6px solid #fff; border-radius: 28px; box-shadow: var(--mellow-shadow), 0 0 0 8px rgba(189,235,241,.62); overflow: hidden; }
.mellow-section { padding: 72px 0; }
.mellow-section--white { background: #fff; }
.mellow-section--sky { background: linear-gradient(180deg, #effdff, #fff); }
.mellow-section-heading { margin: 0 0 30px; text-align: center; font: 800 clamp(25px,3vw,35px)/1.3 "M PLUS Rounded 1c", sans-serif; color: #a93c7c; }
.mellow-section-heading small { display: block; color: #46bed9; font-size: 13px; letter-spacing: .14em; }
.mellow-grid { display: grid; gap: 20px; }
.mellow-grid--cast { grid-template-columns: repeat(5, minmax(0,1fr)); }
.mellow-grid--three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.mellow-card { background: #fff; border: 2px solid var(--mellow-border); border-radius: 20px; box-shadow: 0 8px 22px rgba(72,189,215,.12); overflow: hidden; }
.mellow-card-image { aspect-ratio: 4 / 5; background: #e9f9fb; overflow: hidden; }
.mellow-card-image img { width: 100%; height: 100%; object-fit: cover; }
.mellow-card-body { padding: 15px; }
.mellow-card-title { margin: 0; color: #b43c81; font: 800 20px/1.3 "M PLUS Rounded 1c", sans-serif; }
.mellow-meta { color: #637184; font-size: 12px; }
.mellow-x { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; margin-left: 7px; border-radius: 50%; color: #fff; background: #111; font-size: 13px; }
.mellow-schedule-row { display: grid !important; grid-template-columns: minmax(128px, 160px) minmax(96px, 1fr) max-content; align-items: center; column-gap: 18px; row-gap: 7px; padding: 14px 16px; border-bottom: 1px solid #dff4f7; }
.mellow-schedule-row:last-child { border-bottom: none; }
.mellow-schedule-date { min-width: 0; color: #37afca; font-weight: 800; white-space: nowrap; word-break: keep-all; }
.mellow-schedule-cast { min-width: 0; font-weight: 800; white-space: nowrap; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; }
.mellow-schedule-time { display: inline-flex; width: max-content; max-width: 100%; justify-self: end; padding: 4px 10px; border-radius: 99px; color: #168aa3; background: #d8f8fc; font-size: 13px; font-weight: 800; white-space: nowrap; word-break: keep-all; }
.mellow-schedule-row small { grid-column: 2 / -1; width: auto !important; margin: -2px 0 2px; color: #637184; white-space: normal; }
.mellow-list-card { padding: 20px; }
.mellow-list-card h3 { margin: 0 0 7px; color: #ac4280; font: 800 19px/1.35 "M PLUS Rounded 1c", sans-serif; }
.mellow-list-card p { margin: 0; font-size: 14px; }
.mellow-archive-head { padding: 56px 0; background: linear-gradient(135deg, #d9f8fc, #fff1f8); text-align: center; }
.mellow-archive-head h1 { margin: 0; color: #a63e7d; font: 800 clamp(28px,4vw,42px)/1.3 "M PLUS Rounded 1c", sans-serif; }
.mellow-prose { max-width: 820px; margin: 0 auto; }
.mellow-prose h1, .mellow-prose h2, .mellow-prose h3 { color: #a63e7d; font-family: "M PLUS Rounded 1c", sans-serif; }
.mellow-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.mellow-gallery img { aspect-ratio: 1; width: 100%; object-fit: cover; border-radius: 15px; }
.mellow-faq-item { border-bottom: 1px solid #cceef3; }
.mellow-faq-question { display: flex; width: 100%; justify-content: space-between; gap: 16px; padding: 17px 0; border: 0; color: #a53d7d; background: transparent; text-align: left; font: 800 16px/1.45 "M PLUS Rounded 1c", sans-serif; cursor: pointer; }
.mellow-faq-answer { display: none; padding: 0 0 18px; }
.mellow-faq-item.is-open .mellow-faq-answer { display: block; }
.mellow-footer { padding: 45px 0 24px; color: #eefcff; background: linear-gradient(135deg, #52c6df, #68b9d8); }
.mellow-footer-inner { display: flex; justify-content: space-between; gap: 30px; }
.mellow-footer .mellow-brand-text { color: #fff; text-shadow: 2px 2px 0 rgba(222,87,160,.55); }
.mellow-footer-copy { margin-top: 28px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.4); font-size: 12px; text-align: center; }
.mellow-age-gate { position: fixed; z-index: 99999; inset: 0; display: grid; place-items: center; padding: 24px; background: linear-gradient(145deg, #e2fbff, #fff3fa 55%, #dcf8fb); }
.mellow-age-gate[hidden] { display: none; }
.mellow-age-panel { width: min(100%, 410px); text-align: center; }
.mellow-age-mark { color: #e961aa; font: 800 52px/1 "M PLUS Rounded 1c",sans-serif; text-shadow: 3px 3px 0 #c5eff6; }
.mellow-age-box { margin: 28px 0 18px; padding: 22px; border: 2px solid #afe9f1; border-radius: 22px; background: rgba(255,255,255,.86); }
.mellow-age-box h1 { margin: 0 0 7px; color: #a74380; font: 800 20px/1.3 "M PLUS Rounded 1c",sans-serif; }
.mellow-age-box p { margin: 0; font-size: 13px; }
.mellow-age-actions { display: grid; gap: 12px; }
.mellow-age-under { border: 2px solid #afe9f1; background: rgba(255,255,255,.9); color: #338ba0; box-shadow: none; }
.mellow-menu-toggle { display: none; }

/* 既存mellowのページ別レイアウト */
.mellow-page-hero { padding: 88px 0 86px; text-align: center; background: linear-gradient(135deg, rgba(106,217,233,.78), rgba(255,255,255,.76) 48%, rgba(255,191,217,.55)), repeating-linear-gradient(90deg, rgba(104,211,228,.13) 0 30px, rgba(255,255,255,.34) 30px 60px); }
.mellow-page-hero--compact { padding: 54px 0; }
.mellow-page-kicker { display: inline-block; padding: 8px 30px; border-radius: 999px; color: #fff; background: linear-gradient(135deg,#1fc3d7,#2eb6d1); font-size: 14px; font-weight: 900; letter-spacing: .22em; line-height: 1; }
.mellow-page-hero h1 { margin: 22px 0 8px; color: #b33379; font: 900 clamp(34px,4vw,56px)/1 "M PLUS Rounded 1c",sans-serif; }
.mellow-page-hero p { margin: 20px 0 0; color: #4f5967; font-weight: 700; }
.mellow-page-divider { display: flex; align-items: center; justify-content: center; gap: 14px; }
.mellow-page-divider i { width: 86px; height: 2px; background: #aee6eb; }
.mellow-page-divider b { width: 12px; height: 12px; border-radius: 50%; background: #f07ab2; }
.mellow-schedule-page, .mellow-price-page, .mellow-diary-page { padding: 64px 0 94px; background: #fff; }
.mellow-date-tabs { display: flex; justify-content: center; gap: 16px; overflow-x: auto; padding: 0 0 20px; }
.mellow-date-tab { display: flex; min-width: 94px; min-height: 94px; flex-direction: column; align-items: center; justify-content: center; border: 2px solid #b7e6ea; border-radius: 19px; background: #fff; box-shadow: 0 5px 12px rgba(61,192,214,.08); }
.mellow-date-tab span { color: #596170; font-size: 15px; font-weight: 800; }
.mellow-weekday { margin-top: 2px; color: #374251; font-size: 30px; line-height: 1; }
.mellow-weekday--0 { color: #ee4e5d; }.mellow-weekday--6 { color: #368dce; }
.mellow-date-tab.is-active { border-color: transparent; background: linear-gradient(135deg,#64cee2,#f27cb6); box-shadow: 0 8px 19px rgba(194,81,164,.27); }.mellow-date-tab.is-active span,.mellow-date-tab.is-active strong { color:#fff; }
.mellow-selected-date { display: flex; align-items: center; gap: 15px; margin: 16px 0 32px; padding: 16px 28px; border: 2px solid #b9e8eb; border-radius: 20px; background: linear-gradient(90deg,#c7f1f4,#fff1f8); }.mellow-selected-date span { color:#2aaabe; font-size:27px; }.mellow-selected-date h2 { margin:0; color:#b33379; font:900 29px/1.2 "M PLUS Rounded 1c",sans-serif; }
.mellow-schedule-cards { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:22px; }.mellow-schedule-cast-card { overflow:hidden; border:2px solid #b8e8ea; border-radius:22px; background:#fff; box-shadow:0 7px 19px rgba(61,192,214,.13); }.mellow-schedule-card-image { position:relative; display:block; aspect-ratio:3/4; overflow:hidden; background:#dff9fb; }.mellow-schedule-card-image img { width:100%; height:100%; object-fit:cover; }.mellow-schedule-card-image--empty { display:grid; place-items:center; color:#ed78b4; font-size:52px; }.mellow-schedule-card-image::after { position:absolute; inset:50% 0 0; background:linear-gradient(transparent,rgba(0,0,0,.66)); content:""; }.mellow-schedule-card-image em { position:absolute; z-index:2; top:10px; left:10px; padding:5px 9px; border-radius:999px; color:#fff; background:#ec5da8; font-size:11px; font-style:normal; font-weight:900; }.mellow-schedule-card-name { position:absolute; z-index:2; right:0; bottom:0; left:0; padding:13px; color:#fff; }.mellow-schedule-card-name strong,.mellow-schedule-card-name small { display:block; text-shadow:0 1px 3px rgba(0,0,0,.5); }.mellow-schedule-card-name strong { font-size:17px; }.mellow-schedule-card-body { padding:14px; }.mellow-schedule-card-time { margin:0; padding:7px 5px; border-radius:999px; color:#168ca4; background:#cff5f8; text-align:center; font-size:13px; font-weight:900; white-space:nowrap; }.mellow-schedule-card-note { min-height:22px; margin:10px 0 0; color:#687384; text-align:center; font-size:12px; }.mellow-card-reserve,.mellow-price-reserve { display:block; margin-top:10px; padding:11px 8px; border-radius:999px; color:#fff; background:linear-gradient(135deg,#fa93bd,#e544a1); box-shadow:0 5px 13px rgba(230,68,161,.23); text-align:center; font-weight:900; }.mellow-empty-state { padding:70px 20px; color:#84909d; text-align:center; }.mellow-empty-state span { display:block; margin-bottom:9px; color:#ed78b4; font-size:46px; }
.mellow-price-list { max-width:970px; }.mellow-price-card { position:relative; display:grid; grid-template-columns:1fr auto; gap:18px; margin-bottom:20px; padding:30px; border:2px solid #b8e8ea; border-radius:22px; background:#fff; box-shadow:0 7px 19px rgba(61,192,214,.12); }.mellow-price-card.is-popular { margin-top:38px; border-color:#ec67ad; }.mellow-popular-badge { position:absolute; top:-19px; left:22px; padding:8px 16px; border-radius:999px; color:#fff; background:linear-gradient(135deg,#ed76b2,#dc429c); box-shadow:0 5px 13px rgba(230,68,161,.22); font-size:13px; font-weight:900; }.mellow-price-card h2 { margin:0; color:#303a49; font:900 26px/1.25 "M PLUS Rounded 1c",sans-serif; }.mellow-price-duration { margin:6px 0 0; color:#778394; font-weight:800; }.mellow-price-description { margin-top:12px; color:#596474; font-size:14px; }.mellow-price-amount { align-self:center; text-align:right; }.mellow-price-amount strong { display:block; color:#b33379; font:900 40px/1 "M PLUS Rounded 1c",sans-serif; }.mellow-price-amount small { color:#8b96a5; }.mellow-price-reserve { grid-column:1/-1; margin-top:0; background:linear-gradient(135deg,#75d3e4,#36b9d1); }.mellow-price-reserve.is-pink { background:linear-gradient(135deg,#fa93bd,#e544a1); }
.mellow-diary-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }.mellow-diary-card { overflow:hidden; border:2px solid #b8e8ea; border-radius:20px; background:#fff; box-shadow:0 7px 19px rgba(61,192,214,.12); }.mellow-diary-image { position:relative; display:grid; aspect-ratio:1; place-items:center; overflow:hidden; color:#eb70ad; background:#dff9fb; font-size:48px; }.mellow-diary-image img { width:100%; height:100%; object-fit:cover; }.mellow-diary-image::after { position:absolute; inset:50% 0 0; background:linear-gradient(transparent,rgba(0,0,0,.67)); content:""; }.mellow-diary-image div { position:absolute; z-index:1; right:0; bottom:0; left:0; padding:13px; color:#fff; font-size:14px; }.mellow-diary-body { padding:14px; }.mellow-diary-body h2 { overflow:hidden; margin:0; color:#313b4b; font-size:15px; text-overflow:ellipsis; white-space:nowrap; }.mellow-diary-body time { color:#8b96a5; font-size:12px; }.mellow-diary-single { padding:60px 0 90px; background:#fff; }.mellow-diary-single .mellow-container { max-width:860px; }.mellow-diary-single header { padding-bottom:22px; border-bottom:1px solid #d7f0f2; }.mellow-diary-single header p { margin:0; color:#2daec2; font-weight:900; }.mellow-diary-single h1 { margin:7px 0; color:#b33379; font:900 clamp(25px,4vw,38px)/1.3 "M PLUS Rounded 1c",sans-serif; }.mellow-diary-single time { color:#84909d; font-size:13px; }.mellow-diary-single-image { margin:25px 0; }.mellow-diary-single-image img { width:100%; border-radius:20px; }.mellow-diary-single-content { color:#404b5a; }.mellow-diary-single-content img { max-width:100%; height:auto; margin:18px 0; border-radius:16px; }.mellow-back-link { margin-top:40px; text-align:center; }.mellow-back-link a { color:#2baec2; font-weight:900; }
.mellow-header-phone { display:flex; flex-direction:column; min-width:118px; color:#16a8c2; line-height:1.05; }.mellow-header-phone small { color:#6b7583; font-size:10px; font-weight:800; }.mellow-header-phone strong { font-size:17px; letter-spacing:.02em; }
.mellow-section--gingham,.mellow-footer-main { position:relative; overflow:hidden; background-color:#f7ffff; background-image:linear-gradient(90deg,rgba(145,221,234,.22) 50%,transparent 50%),linear-gradient(rgba(145,221,234,.22) 50%,transparent 50%); background-size:44px 44px; }.mellow-section--gingham::before,.mellow-footer-main::before { position:absolute; inset:0; background:linear-gradient(135deg,rgba(255,255,255,.3),rgba(255,198,220,.1)); content:""; pointer-events:none; }.mellow-section--gingham>.mellow-container,.mellow-footer-main>.mellow-container { position:relative; z-index:1; }.mellow-section-cta { margin:28px 0 0; text-align:center; }
.mellow-home-schedule-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:20px; }.mellow-home-schedule-card { overflow:hidden; border:2px solid #b8e8ea; border-radius:21px; background:#fff; box-shadow:0 7px 19px rgba(61,192,214,.13); }.mellow-home-schedule-image { position:relative; aspect-ratio:3/4; overflow:hidden; background:#dff9fb; }.mellow-home-schedule-image>img { width:100%; height:100%; object-fit:cover; }.mellow-home-schedule-image>span { display:grid; width:100%; height:100%; place-items:center; color:#e96daa; font-size:50px; }.mellow-home-schedule-image::after { position:absolute; inset:50% 0 0; background:linear-gradient(transparent,rgba(0,0,0,.65)); content:""; }.mellow-home-schedule-image>div { position:absolute; z-index:1; right:0; bottom:0; left:0; padding:13px; color:#fff; }.mellow-home-schedule-image strong,.mellow-home-schedule-image small { display:block; text-shadow:0 1px 3px rgba(0,0,0,.65); }.mellow-home-schedule-image strong { font-size:17px; }.mellow-home-schedule-card>p { margin:11px 10px 3px; padding:7px 5px; border-radius:999px; color:#168ca4; background:#cff5f8; text-align:center; font-size:13px; font-weight:900; white-space:nowrap; }.mellow-home-schedule-note { display:block; min-height:30px; padding:4px 12px 12px; color:#738094; text-align:center; font-size:12px; }
.mellow-grid--cast-rich { grid-template-columns:repeat(5,minmax(0,1fr)); gap:24px; }.mellow-cast-rich-card { position:relative; overflow:hidden; border:2px solid #b8e8ea; border-radius:21px; background:#fff; box-shadow:0 7px 19px rgba(61,192,214,.13); transition:.2s; }.mellow-cast-rich-card:hover { transform:translateY(-3px); box-shadow:0 12px 27px rgba(61,192,214,.2); }.mellow-cast-rich-image { position:relative; display:grid; aspect-ratio:3/4; place-items:center; overflow:hidden; color:#e96daa; background:#dff9fb; font-size:48px; }.mellow-cast-rich-image>img { width:100%; height:100%; object-fit:cover; }.mellow-cast-rich-image::after { position:absolute; inset:48% 0 0; background:linear-gradient(transparent,rgba(0,0,0,.73)); content:""; }.mellow-cast-rich-overlay { position:absolute; z-index:1; right:0; bottom:0; left:0; padding:13px; color:#fff; }.mellow-cast-rich-overlay strong,.mellow-cast-rich-overlay small { display:block; text-shadow:0 1px 3px rgba(0,0,0,.7); }.mellow-cast-rich-overlay strong { font-size:19px; }.mellow-cast-rich-overlay small { margin-top:4px; font-size:12px; line-height:1.45; }.mellow-cast-rich-image em { position:absolute; z-index:2; top:10px; left:10px; padding:5px 10px; border-radius:999px; color:#fff; background:#ea5aa4; font-size:11px; font-style:normal; font-weight:900; }.mellow-cast-rich-body { padding:12px; }.mellow-cast-rich-body h3 { margin:0 0 9px; color:#bd3a7d; font:900 18px/1 "M PLUS Rounded 1c",sans-serif; }.mellow-cast-stat-tags { display:flex; flex-wrap:wrap; gap:6px; }.mellow-cast-stat-tags span { padding:5px 8px; border-radius:999px; color:#178da4; background:#d9f6f8; font-size:12px; font-weight:900; }.mellow-cast-stat-tags span.is-pink { color:#c94e88; background:#ffe1ef; }.mellow-card-x { position:absolute; z-index:3; top:10px; right:10px; display:grid; width:30px; height:30px; place-items:center; border-radius:50%; color:#fff; background:#171717; font-weight:900; }
.mellow-home-diary-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:16px; }.mellow-home-diary-card { overflow:hidden; border:2px solid rgba(255,255,255,.9); border-radius:19px; background:#dff9fb; box-shadow:0 7px 17px rgba(42,153,170,.16); }.mellow-home-diary-card>a>div { position:relative; display:grid; aspect-ratio:1; place-items:center; overflow:hidden; color:#e96daa; font-size:42px; }.mellow-home-diary-card img { width:100%; height:100%; object-fit:cover; }.mellow-home-diary-card>a>div::after { position:absolute; inset:48% 0 0; background:linear-gradient(transparent,rgba(0,0,0,.72)); content:""; }.mellow-home-diary-card p { position:absolute; z-index:1; right:0; bottom:0; left:0; margin:0; padding:9px; color:#fff; }.mellow-home-diary-card strong,.mellow-home-diary-card small { display:block; overflow:hidden; text-overflow:ellipsis; text-shadow:0 1px 3px rgba(0,0,0,.7); white-space:nowrap; }.mellow-home-diary-card strong { font-size:13px; }.mellow-home-diary-card small { margin-top:2px; font-size:11px; }
.mellow-contact-section { position:relative; overflow:hidden; padding:72px 0; background-color:#f7ffff; background-image:linear-gradient(90deg,rgba(145,221,234,.22) 50%,transparent 50%),linear-gradient(rgba(145,221,234,.22) 50%,transparent 50%); background-size:44px 44px; }.mellow-contact-card { position:relative; overflow:hidden; padding:55px 30px; border-radius:30px; color:#fff; background:linear-gradient(135deg,#25bdd7,#a18ce8 52%,#ef6baa); box-shadow:0 22px 50px rgba(120,105,211,.33); text-align:center; }.mellow-contact-card::before { position:absolute; inset:0; opacity:.14; background-image:linear-gradient(90deg,rgba(255,255,255,.8) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.8) 1px,transparent 1px); background-size:22px 22px; content:""; }.mellow-contact-card>* { position:relative; }.mellow-contact-card>span { display:block; margin-bottom:10px; font-size:44px; }.mellow-contact-card h2 { margin:0; font:900 clamp(30px,4vw,46px)/1.2 "M PLUS Rounded 1c",sans-serif; }.mellow-contact-card p { font-size:18px; font-weight:700; }.mellow-contact-card>div { display:flex; flex-wrap:wrap; justify-content:center; gap:16px; margin-top:28px; }.mellow-contact-phone,.mellow-contact-reserve { min-width:240px; padding:16px 26px; border:2px solid rgba(255,255,255,.72); border-radius:999px; color:#fff; font-size:18px; font-weight:900; }.mellow-contact-phone { color:#b43e7b; background:#fff; }
.mellow-footer { padding:0; color:#404b5b; background:none; }.mellow-footer-main { border-top:4px solid #b7eef3; }.mellow-footer-rich { display:grid; grid-template-columns:1.15fr 1fr .9fr 1fr; gap:34px; padding:55px 0; }.mellow-footer-brand img { width:auto; height:110px; filter:drop-shadow(0 4px 8px rgba(82,126,142,.16)); }.mellow-footer-brand p { color:#e35798; font-weight:900; line-height:1.8; }.mellow-footer-reserve,.mellow-footer-line-button { display:inline-block; padding:12px 20px; border-radius:999px; color:#fff; background:linear-gradient(135deg,#fa8dbc,#e54aa2); box-shadow:0 5px 12px rgba(229,74,162,.22); font-size:13px; font-weight:900; }.mellow-footer-info h3,.mellow-footer-line h3,.mellow-footer-links h3 { margin:3px 0 18px; font:900 19px/1.2 "M PLUS Rounded 1c",sans-serif; }.mellow-footer-info h3 { color:#32b6cd; }.mellow-footer-line h3 { color:#07a947; }.mellow-footer-links h3 { color:#e35798; }.mellow-footer-info a,.mellow-footer-info p { display:block; margin:0 0 13px; color:#427d91; font-weight:900; }.mellow-footer-line img { display:block; width:112px; height:112px; margin-bottom:12px; border-radius:12px; box-shadow:0 4px 11px rgba(50,90,100,.18); }.mellow-footer-line-button { background:linear-gradient(135deg,#06c755,#06a844); }.mellow-footer-links nav { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }.mellow-footer-links a { padding:7px 10px; border:1.5px solid #f3abc9; border-radius:999px; color:#df5797; background:rgba(255,255,255,.72); font-size:13px; font-weight:900; text-align:center; }.mellow-footer-copy { margin:0; padding:13px 12px; border:0; color:#fff; background:linear-gradient(90deg,#78d6e6,#a68de5,#f18abb); font-size:12px; font-weight:900; text-align:center; }
.mellow-cast-detail-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); align-items:start; gap:44px; }.mellow-cast-detail-copy { margin:0; }.mellow-cast-catchphrase { margin:0 0 10px; color:#32aebf; font-size:16px; font-weight:900; }.mellow-cast-detail-copy h2 { margin:0; color:#b33379; font:900 clamp(30px,4vw,44px)/1.2 "M PLUS Rounded 1c",sans-serif; }.mellow-cast-detail-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }.mellow-cast-detail-tags span { padding:7px 11px; border:2px solid #bce9ed; border-radius:999px; color:#3b8292; background:#effdff; font-size:13px; font-weight:700; }.mellow-cast-detail-tags b { color:#bc3e7e; }.mellow-cast-introduction { margin-top:24px; padding:20px; border-radius:16px; background:#fff6fb; color:#4c5664; }
.mellow-post-tags { display:flex; flex-wrap:wrap; gap:5px; margin-top:9px; }.mellow-post-tags span { padding:3px 8px; border:1px solid #c4eaee; border-radius:999px; color:#249bb1; background:#effdff; font-size:11px; font-weight:800; }.mellow-home-diary-card .mellow-post-tags { padding:0 8px 8px; margin-top:0; background:rgba(255,255,255,.82); }.mellow-home-diary-card .mellow-post-tags span { color:#b84a87; border-color:#f3c1d9; background:#fff5fa; }
@media (max-width: 1080px) { .mellow-grid--cast,.mellow-schedule-cards,.mellow-home-schedule-grid,.mellow-grid--cast-rich { grid-template-columns: repeat(4, minmax(0,1fr)); } .mellow-home-diary-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } .mellow-footer-rich { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width: 880px) { .mellow-header-inner { min-height: 66px; } .mellow-nav, .mellow-header-actions { display: none; } .mellow-menu-toggle { display: inline-flex; } .mellow-nav.is-open { display: block; position: absolute; top: 66px; left: 0; right: 0; padding: 14px 16px; background: #fff; border-bottom: 2px solid var(--mellow-border); } .mellow-nav.is-open ul { display: grid; grid-template-columns: repeat(2,1fr); } .mellow-hero-inner { grid-template-columns: 1fr; padding: 42px 0 56px; text-align: center; } .mellow-hero-logo { margin: 0 auto 18px; } .mellow-hero-actions, .mellow-info-pills { justify-content: center; } .mellow-grid--cast,.mellow-schedule-cards,.mellow-home-schedule-grid,.mellow-grid--cast-rich { grid-template-columns: repeat(2, minmax(0,1fr)); } .mellow-grid--three, .mellow-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); } .mellow-page-hero { padding:62px 0; }.mellow-date-tabs { justify-content:flex-start; gap:10px; }.mellow-date-tab { min-width:76px; min-height:78px; }.mellow-weekday { font-size:24px; }.mellow-selected-date { padding:14px 17px; }.mellow-selected-date h2 { font-size:22px; }.mellow-diary-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.mellow-home-diary-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }.mellow-footer-rich { grid-template-columns:repeat(2,minmax(0,1fr)); }.mellow-header-phone { display:none; } }
@media (max-width: 520px) { .mellow-section { padding: 50px 0; } .mellow-grid--cast { gap: 12px; } .mellow-card-title { font-size: 17px; } .mellow-schedule-row { grid-template-columns: minmax(98px,1fr) max-content; column-gap: 10px; } .mellow-schedule-cast { grid-column: 1; grid-row: 2; } .mellow-schedule-time { grid-column: 2; grid-row: 1 / span 2; align-self: center; } .mellow-schedule-row small { grid-column: 1 / -1; } .mellow-footer-inner { display: grid; } .mellow-schedule-cards,.mellow-home-schedule-grid,.mellow-grid--cast-rich { grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px; }.mellow-schedule-card-body { padding:10px; }.mellow-schedule-card-time { font-size:11px; }.mellow-schedule-card-name strong { font-size:15px; }.mellow-price-card { grid-template-columns:1fr; padding:23px 19px; }.mellow-price-amount { text-align:left; }.mellow-price-amount strong { font-size:34px; }.mellow-home-diary-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }.mellow-contact-section { padding:44px 0; }.mellow-contact-card { padding:38px 18px; border-radius:24px; }.mellow-contact-card p { font-size:15px; }.mellow-contact-phone,.mellow-contact-reserve { min-width:unset; width:100%; font-size:16px; }.mellow-footer-rich { grid-template-columns:1fr; gap:28px; padding:40px 0; text-align:center; }.mellow-footer-brand img { height:92px; }.mellow-footer-line img { margin-right:auto; margin-left:auto; }.mellow-footer-links nav { max-width:370px; margin:0 auto; } }
