<?php
/**
* Template Name: LP(月と小屋)生成り版
*
* テーマのヘッダー・フッターを使わない独立LPテンプレート。
*/
add_filter( 'show_admin_bar', '__return_false' );
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title><?php wp_title( '—', true, 'right' ); ?> 月と小屋 — 野草カフェ&サウナ|熊本・菊池</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Noto+Serif+JP:wght@300;400;500&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--bg: #f4efe6;
--bg2: #fbf7f0;
--bg3: #efe7dc;
--text: #2c2620;
--text2: #3a332d;
--text3: #4c443c;
--muted: #6f675f;
--green: #4b6153;
--green2: #5f7664;
--green3: #7f9a83;
--earth: #8b6c4c;
--sand: #c8aa7a;
--line: rgba(120,104,84,0.18);
--line2: rgba(120,104,84,0.10);
--white: #fffdfa;
--shadow: 0 18px 44px rgba(60,45,28,0.08);
}
html { scroll-behavior: smooth; }
body {
background: var(--bg);
color: var(--text);
font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
line-height: 1.9;
letter-spacing: 0.06em;
cursor: none;
overflow-x: hidden;
}
.cursor {
position: fixed;
width: 10px; height: 10px;
background: var(--green3);
border-radius: 50%;
pointer-events: none;
z-index: 99999;
transform: translate(-50%, -50%);
transition: width 0.3s, height 0.3s, background 0.3s;
mix-blend-mode: multiply;
}
.cursor-ring {
position: fixed;
width: 36px; height: 36px;
border: 1px solid rgba(127,154,131,0.5);
border-radius: 50%;
pointer-events: none;
z-index: 99998;
transform: translate(-50%, -50%);
transition: width 0.3s, height 0.3s, border-color 0.3s;
}
.cursor.expand { width: 20px; height: 20px; }
.cursor-ring.expand { width: 60px; height: 60px; border-color: rgba(127,154,131,0.9); }
body::after {
content: '';
position: fixed; inset: 0;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='.03'/%3E%3C/svg%3E");
pointer-events: none;
z-index: 9000;
opacity: 0.35;
}
img, video { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.eyebrow {
font-family: 'Cormorant Garamond', serif;
font-style: italic;
font-size: 11px;
letter-spacing: 0.32em;
color: var(--green2);
text-transform: uppercase;
display: flex;
align-items: center;
gap: 16px;
}
.eyebrow::before {
content: '';
display: block;
width: 32px; height: 1px;
background: var(--green2);
flex-shrink: 0;
}
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { display: none; }
.w { width: min(100% - 48px, 1100px); margin: 0 auto; }
.sec { padding: 110px 0; }
.sec-sm { padding: 76px 0; }
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: 10px;
height: 52px; padding: 0 28px;
border: 1px solid transparent;
font-family: 'Shippori Mincho', serif;
font-size: 13px; letter-spacing: 0.12em;
cursor: none;
transition: background 0.35s, border-color 0.35s, color 0.35s, transform 0.25s;
}
.btn:hover { transform: translateY(-2px); }
.btn-koke { background: var(--green); color: var(--white); }
.btn-koke:hover { background: var(--green2); }
.btn-line { background: #06c755; color: #fff; }
.btn-ghost { background: rgba(255,255,255,0.76); border-color: var(--line); color: var(--text2); }
.btn-ghost:hover { border-color: var(--green2); color: var(--text); background: var(--white); }
.btn-washi { background: var(--white); color: var(--text); }
.btn-washi:hover { background: #fff; }
.btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.nav {
position: fixed; top: 0; left: 0; right: 0;
z-index: 1000;
padding: 24px 0;
transition: padding 0.5s, background 0.5s, border-color 0.5s;
border-bottom: 1px solid transparent;
}
.nav.stuck {
padding: 16px 0;
background: rgba(244,239,230,0.92);
backdrop-filter: blur(18px) saturate(1.2);
border-color: var(--line2);
}
.nav-inner {
width: min(100% - 48px, 1100px); margin: 0 auto;
display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
font-family: 'Shippori Mincho', serif;
font-weight: 700; font-size: 18px;
letter-spacing: 0.2em; color: var(--text);
}
.nav-logo span {
font-size: 11px; font-weight: 400; color: var(--muted);
margin-left: 10px; letter-spacing: 0.1em;
font-family: 'Cormorant Garamond', serif; font-style: italic;
}
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
font-size: 11px; letter-spacing: 0.2em; color: var(--muted);
transition: color 0.3s; position: relative;
}
.nav-links a::after {
content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
height: 1px; background: var(--green2);
transform: scaleX(0); transform-origin: left; transition: transform 0.3s;
}
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-btn {
height: 40px; padding: 0 20px;
background: rgba(255,255,255,0.7); border: 1px solid rgba(127,154,131,0.4);
color: var(--green); font-family: 'Shippori Mincho', serif;
font-size: 12px; letter-spacing: 0.14em; cursor: none;
transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.nav-btn:hover { background: var(--green); border-color: var(--green); color: var(--white); }
.hero {
position: relative; min-height: 100svh;
display: flex; overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after {
content: ''; position: absolute; inset: 0;
background:
linear-gradient(to bottom, rgba(18,16,14,0.38) 0%, rgba(18,16,14,0.08) 40%, rgba(18,16,14,0.56) 100%),
linear-gradient(to right, rgba(18,16,14,0.28) 0%, transparent 60%);
}
.hero-kanji {
position: absolute; right: -0.05em; bottom: -0.1em;
font-family: 'Shippori Mincho', serif; font-weight: 800;
font-size: clamp(240px, 34vw, 500px); line-height: 1;
color: transparent;
-webkit-text-stroke: 1px rgba(120,104,84,0.12);
pointer-events: none; z-index: 2; user-select: none;
animation: kanjiDrift 18s ease-in-out infinite alternate;
}
@keyframes kanjiDrift {
from { transform: translateY(0) rotate(-1deg); }
to { transform: translateY(-20px) rotate(0deg); }
}
.hero-content {
position: relative; z-index: 3;
width: min(100% - 48px, 1100px); margin: 0 auto;
display: flex; flex-direction: column; justify-content: flex-end;
padding-bottom: 80px; padding-top: 160px;
}
.hero-tag {
font-family: 'Cormorant Garamond', serif;
font-style: italic; font-weight: 300;
font-size: 13px; letter-spacing: 0.36em;
color: rgba(255,248,240,0.76); margin-bottom: 28px;
opacity: 0; animation: fadeSlide 1s ease 0.3s forwards;
}
.hero-h1 {
font-family: 'Shippori Mincho', serif; font-weight: 800;
font-size: clamp(52px, 9vw, 108px);
line-height: 1.08; letter-spacing: -0.01em;
color: #fffaf3;
text-shadow: 0 4px 40px rgba(0,0,0,0.25);
}
.hero-h1 .l1 { display: block; opacity: 0; animation: fadeSlide 1s ease 0.55s forwards; }
.hero-h1 .l2 { display: block; opacity: 0; animation: fadeSlide 1s ease 0.75s forwards; }
.hero-sub {
margin-top: 28px; font-size: 15px;
color: rgba(255,248,240,0.78); max-width: 500px; line-height: 2;
opacity: 0; animation: fadeSlide 1s ease 1s forwards;
}
.hero-meta {
margin-top: 16px;
font-family: 'Cormorant Garamond', serif; font-style: italic;
font-size: 13px; letter-spacing: 0.2em; color: rgba(255,248,240,0.62);
opacity: 0; animation: fadeSlide 1s ease 1.15s forwards;
}
.hero-btns-row {
margin-top: 40px; display: flex; flex-wrap: wrap; gap: 14px;
opacity: 0; animation: fadeSlide 1s ease 1.3s forwards;
}
.hero-card {
position: absolute; right: 48px; bottom: 80px; z-index: 3; width: 320px;
background: rgba(250,246,239,0.88);
border: 1px solid var(--line);
backdrop-filter: blur(24px) saturate(1.2);
padding: 28px;
box-shadow: var(--shadow);
opacity: 0; animation: fadeSlide 1s ease 1.5s forwards;
}
.hcard-title {
font-size: 14px; font-weight: 600; letter-spacing: 0.14em;
margin-bottom: 18px; padding-bottom: 14px;
border-bottom: 1px solid var(--line);
display: flex; align-items: center; gap: 10px;
color: var(--text);
}
.hcard-title::before {
content: ''; width: 4px; height: 14px;
background: var(--green2); display: block; flex-shrink: 0;
}
.qi {
display: flex; align-items: center; gap: 12px;
padding: 10px 0; border-bottom: 1px solid var(--line2);
font-size: 12px; letter-spacing: 0.1em; color: var(--muted);
}
.qi:last-of-type { border-bottom: none; }
.qdot { width: 5px; height: 5px; border-radius: 50%; background: var(--green2); flex-shrink: 0; }
.hero-card .btns { margin-top: 20px; flex-direction: column; gap: 8px; }
.hero-card .btn { width: 100%; height: 46px; font-size: 12px; }
.scroll-ind {
position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 10px;
color: rgba(255,248,240,0.46);
font-family: 'Cormorant Garamond', serif; font-style: italic;
font-size: 10px; letter-spacing: 0.3em;
opacity: 0; animation: fadeSlide 1s ease 2s forwards;
}
.scroll-line {
width: 1px; height: 52px;
background: linear-gradient(to bottom, rgba(127,154,131,0.7), transparent);
animation: scrollDown 2.2s ease-in-out infinite;
}
@keyframes scrollDown {
0% { transform: scaleY(0); transform-origin: top; opacity: 1; }
50% { transform: scaleY(1); transform-origin: top; opacity: 1; }
51% { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
100% { transform: scaleY(0); transform-origin: bottom; opacity: 0.3; }
}
@keyframes fadeSlide {
from { opacity: 0; transform: translateY(22px); }
to { opacity: 1; transform: translateY(0); }
}
.ruled {
width: min(100% - 48px, 1100px); margin: 0 auto;
height: 1px;
background: linear-gradient(to right, transparent, var(--line), transparent);
}
.concept-sec { background: var(--bg2); }
.concept-grid {
display: grid; grid-template-columns: 1fr 1fr;
gap: 64px; align-items: center;
}
.concept-photos {
display: grid;
grid-template-columns: 1.15fr 0.85fr;
grid-template-rows: 240px 220px; gap: 12px;
}
.concept-photos img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.95) saturate(0.92); transition: filter 0.5s; }
.concept-photos img:hover { filter: brightness(1) saturate(1); }
.cp1 { grid-row: 1 / 3; }
.concept-text h2 {
font-size: clamp(28px, 3.5vw, 46px); font-weight: 700;
line-height: 1.35; margin-top: 20px; letter-spacing: 0.04em;
}
.concept-text p { margin-top: 24px; color: var(--muted); font-size: 15px; line-height: 2; }
.sec-head { text-align: center; margin-bottom: 64px; }
.sec-head h2 { font-size: clamp(28px, 3.5vw, 46px); font-weight: 700; margin-top: 18px; letter-spacing: 0.04em; }
.sec-head p { margin-top: 16px; color: var(--muted); font-size: 15px; }
.lunch-sec { background: var(--bg); }
.feat3.feat4 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2px;
border: 1px solid var(--line);
}
.feat3.feat4 .feat-item {
position: relative;
overflow: hidden;
aspect-ratio: 4 / 4.2;
}
.feat3.feat4 .feat-item img {
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(0.78) saturate(0.92);
transition: transform 0.7s ease, filter 0.5s ease;
}
.feat3.feat4 .feat-item:hover img {
transform: scale(1.06);
filter: brightness(0.9) saturate(1);
}
.feat3.feat4 .feat-overlay {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 28px;
background: linear-gradient(to top, rgba(32,27,22,0.72) 0%, transparent 55%);
}
.feat3.feat4 .feat-num {
font-family: 'Cormorant Garamond', serif;
font-style: italic;
font-size: 11px;
letter-spacing: 0.3em;
color: #d9c19a;
margin-bottom: 8px;
}
.feat3.feat4 .feat-overlay h3 {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.08em;
margin-bottom: 8px;
color: var(--white);
line-height: 1.6;
}
.feat3.feat4 .feat-overlay p {
font-size: 12px;
color: rgba(255,248,240,0.78);
line-height: 1.8;
}
.menu2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.menu-item { border: 1px solid var(--line); overflow: hidden; transition: border-color 0.3s; background: var(--white); box-shadow: var(--shadow); }
.menu-item:hover { border-color: rgba(127,154,131,0.45); }
.menu-img { overflow: hidden; }
.menu-img img {
width: 100%; aspect-ratio: 16/9; object-fit: cover;
filter: brightness(0.92) saturate(0.92);
transition: transform 0.6s ease, filter 0.4s;
}
.menu-item:hover .menu-img img { transform: scale(1.04); filter: brightness(1) saturate(1); }
.menu-body { padding: 24px; }
.menu-body h3 { font-size: 19px; font-weight: 700; letter-spacing: 0.1em; }
.menu-body p { margin-top: 8px; font-size: 13px; color: var(--muted); }
.flow-wrap { margin-top: 20px; border: 1px solid var(--line); padding: 36px; background: var(--white); box-shadow: var(--shadow); }
.flow-head {
font-size: 16px; font-weight: 600; letter-spacing: 0.12em;
margin-bottom: 28px; display: flex; align-items: center; gap: 14px;
}
.flow-head::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.flow3 {
display: grid; grid-template-columns: repeat(3, 1fr);
gap: 1px; background: var(--line);
border: 1px solid var(--line); margin-bottom: 28px;
}
.flow3 > div { background: var(--bg2); padding: 22px; }
.f-num {
font-family: 'Cormorant Garamond', serif; font-style: italic;
font-size: 34px; color: rgba(127,154,131,0.35);
line-height: 1; margin-bottom: 10px;
}
.flow3 p { font-size: 13px; color: var(--muted); line-height: 1.75; }
.sauna-sec { background: var(--bg2); position: relative; overflow: hidden; }
.sauna-sec::before {
content: ''; position: absolute;
top: -200px; right: -200px; width: 700px; height: 700px;
border-radius: 50%;
background: radial-gradient(circle, rgba(75,97,83,0.12) 0%, transparent 70%);
pointer-events: none;
}
.sauna-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; align-items: start; }
.sauna-img-wrap { position: relative; overflow: hidden; box-shadow: var(--shadow); }
.sauna-img-wrap img {
width: 100%; aspect-ratio: 4/5; object-fit: cover;
filter: brightness(0.9) saturate(0.9); transition: transform 1s ease;
}
.sauna-img-wrap:hover img { transform: scale(1.04); }
.sauna-img-label {
position: absolute; bottom: 24px; left: 24px;
font-family: 'Cormorant Garamond', serif; font-style: italic;
font-size: 48px; font-weight: 300;
color: rgba(255,253,248,0.3); line-height: 1; pointer-events: none;
}
.sauna-right { display: grid; gap: 16px; }
.sauna-block { border: 1px solid var(--line); padding: 26px; background: var(--white); box-shadow: var(--shadow); }
.sauna-block h3 {
font-size: 16px; font-weight: 600; letter-spacing: 0.12em;
margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line2);
}
.sauna-pts { display: grid; gap: 10px; }
.sauna-pt {
font-size: 13px; color: var(--muted); padding: 12px 14px;
background: rgba(244,239,230,0.8);
border-left: 2px solid rgba(127,154,131,0.45); line-height: 1.75;
}
.time-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 4px; }
.time-chip {
padding: 11px 14px; border: 1px solid var(--line);
font-family: 'Cormorant Garamond', serif; font-style: italic;
font-size: 16px; letter-spacing: 0.1em; color: var(--text2);
text-align: center; transition: border-color 0.3s, color 0.3s, background 0.3s;
background: var(--bg2);
}
.time-chip:hover { border-color: var(--green2); color: var(--text); background: var(--white); }
.work-sec { background: var(--bg); }
.work2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.work-card { border: 1px solid var(--line); overflow: hidden; transition: border-color 0.35s; background: var(--white); box-shadow: var(--shadow); }
.work-card:hover { border-color: rgba(127,154,131,0.5); }
.work-card-img { overflow: hidden; }
.work-card-img img {
width: 100%; aspect-ratio: 3/2; object-fit: cover;
filter: brightness(0.9) saturate(0.9); transition: transform 0.7s ease, filter 0.4s;
}
.work-card:hover .work-card-img img { transform: scale(1.05); filter: brightness(1) saturate(1); }
.work-body { padding: 28px; }
.work-tag {
font-family: 'Cormorant Garamond', serif; font-style: italic;
font-size: 11px; letter-spacing: 0.28em; color: var(--green2);
display: block; margin-bottom: 12px;
}
.work-body h3 { font-size: 20px; font-weight: 700; letter-spacing: 0.08em; }
.work-body p { margin-top: 10px; font-size: 13px; color: var(--muted); line-height: 1.85; }
.ig-sec { background: var(--bg2); }
.ig-grid {
display: grid; grid-template-columns: repeat(4, 1fr);
gap: 3px; margin: 40px 0 32px;
}
.ig-item {
aspect-ratio: 1; background-size: cover; background-position: center;
overflow: hidden; position: relative;
filter: brightness(0.88) saturate(0.9); transition: filter 0.4s, transform 0.4s;
}
.ig-item::after { content: ''; position: absolute; inset: 0; background: rgba(75,97,83,0); transition: background 0.4s; }
.ig-item:hover { filter: brightness(1) saturate(1); transform: scale(1.02); z-index: 1; }
.ig-item:hover::after { background: rgba(75,97,83,0.12); }
.info-sec { background: var(--bg); }
.info-layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; }
.info-box, .faq-box { border: 1px solid var(--line); padding: 36px; background: var(--white); box-shadow: var(--shadow); }
.info-box h2, .faq-box h2 {
font-size: 22px; font-weight: 700; letter-spacing: 0.1em;
margin-top: 16px; margin-bottom: 28px;
padding-bottom: 20px; border-bottom: 1px solid var(--line);
}
.info-row { display: flex; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line2); font-size: 14px; }
.info-row:last-child { border-bottom: none; }
.info-label {
font-family: 'Cormorant Garamond', serif; font-style: italic;
font-size: 11px; letter-spacing: 0.22em; color: var(--green2);
flex: 0 0 80px; padding-top: 2px;
}
.info-val { color: var(--muted); line-height: 1.75; }
.map-wrap { margin-top: 24px; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 320px; border: none; display: block; filter: grayscale(0.35) sepia(0.14) contrast(0.95); }
.faq-item { padding: 20px 0; border-bottom: 1px solid var(--line2); }
.faq-item:first-child { padding-top: 0; }
.faq-item:last-child { border-bottom: none; }
.faq-q {
font-size: 14px; font-weight: 600; color: var(--text);
letter-spacing: 0.08em; margin-bottom: 8px;
display: flex; gap: 12px; align-items: flex-start;
}
.faq-q::before {
content: 'Q'; font-family: 'Cormorant Garamond', serif;
font-style: italic; font-size: 18px; color: var(--green2);
flex-shrink: 0; line-height: 1.2;
}
.faq-a { font-size: 13px; color: var(--muted); padding-left: 24px; line-height: 1.85; }
.cta-sec { background: var(--green); position: relative; overflow: hidden; }
.cta-sec::before {
content: '月'; position: absolute; right: -0.1em; bottom: -0.2em;
font-family: 'Shippori Mincho', serif; font-weight: 800;
font-size: clamp(200px, 30vw, 420px); line-height: 1;
color: rgba(255,255,255,0.06); pointer-events: none;
}
.cta-inner {
position: relative; z-index: 1;
text-align: center; padding: 100px 0;
}
.cta-inner h2 {
font-size: clamp(30px, 4.5vw, 56px); font-weight: 700;
line-height: 1.4; letter-spacing: 0.06em; color: var(--white);
}
.cta-inner p { margin-top: 18px; font-size: 15px; color: rgba(255,255,255,0.7); line-height: 2; }
.cta-inner .btns { justify-content: center; }
.cta-sec .btn-ghost { border-color: rgba(255,255,255,0.35); color: rgba(255,255,255,0.75); background: transparent; }
.cta-sec .btn-ghost:hover { border-color: var(--white); color: var(--white); }
.float-nav { position: fixed; right: 20px; bottom: 20px; z-index: 8000; display: flex; flex-direction: column; gap: 10px; }
.fpill {
display: flex; align-items: center; gap: 10px;
height: 50px; padding: 0 20px;
font-family: 'Shippori Mincho', serif; font-size: 12px; letter-spacing: 0.12em; color: #fff;
box-shadow: 0 8px 28px rgba(0,0,0,0.2); cursor: none;
transition: transform 0.3s, box-shadow 0.3s;
}
.fpill:hover { transform: translateX(-4px); box-shadow: 0 14px 40px rgba(0,0,0,0.26); }
.fpill.f-line { background: #06c755; }
.fpill.f-koke { background: var(--green); border: 1px solid rgba(255,255,255,0.16); }
.fpill svg { width: 18px; height: 18px; flex-shrink: 0; }
footer {
background: var(--bg2); border-top: 1px solid var(--line2);
padding: 40px 0 60px;
}
.footer-inner {
width: min(100% - 48px, 1100px); margin: 0 auto;
display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.f-logo { font-family: 'Shippori Mincho', serif; font-weight: 700; font-size: 20px; letter-spacing: 0.18em; color: var(--text); }
.f-en { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 12px; letter-spacing: 0.28em; color: var(--muted); }
.f-info { font-size: 12px; color: rgba(111,103,95,0.8); letter-spacing: 0.1em; text-align: center; line-height: 2; }
.f-copy { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 11px; color: rgba(111,103,95,0.45); letter-spacing: 0.2em; margin-top: 8px; }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.9s ease, transform 0.9s ease; }
.reveal.on { opacity: 1; transform: none; }
.rd1 { transition-delay: 0.1s; }
.rd2 { transition-delay: 0.22s; }
.rd3 { transition-delay: 0.34s; }
@media (max-width: 1024px) { .hero-card { right: 24px; bottom: 60px; } }
@media (max-width: 860px) {
.hero-card { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 36px; }
.hero-content { flex-direction: column; justify-content: flex-end; }
.concept-grid, .sauna-grid, .info-layout { grid-template-columns: 1fr; }
.menu2, .work2 { grid-template-columns: 1fr 1fr; }
.ig-grid { grid-template-columns: repeat(2, 1fr); }
.flow3, .feat3.feat4 { grid-template-columns: 1fr; }
.nav-links { display: none; }
}
@media (max-width: 560px) {
.sec { padding: 80px 0; }
.menu2, .work2, .feat3.feat4 { grid-template-columns: 1fr; }
.btns .btn { width: 100%; }
.hero-h1 { font-size: clamp(42px, 12vw, 64px); }
.hero-kanji { font-size: clamp(180px, 55vw, 320px); }
.float-nav { right: 12px; bottom: 12px; }
.fpill { height: 46px; padding: 0 16px; font-size: 11px; }
}
</style>
<?php wp_head(); ?>
<style>
#wpadminbar { display:none !important; }
html { margin-top:0 !important; }
body { padding-top:0 !important; }
</style>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<div class="cursor" id="cur"></div>
<div class="cursor-ring" id="curR"></div>
<nav class="nav" id="nav">
<div class="nav-inner">
<a class="nav-logo" href="<?php echo esc_url( home_url( '/' ) ); ?>">月と小屋 <span>Tsuki to Koya</span></a>
<ul class="nav-links">
<li><a href="#lunch">ランチ</a></li>
<li><a href="#sauna">サウナ</a></li>
<li><a href="#workshop">体験</a></li>
<li><a href="#access">アクセス</a></li>
</ul>
<a class="nav-btn" href="https://lin.ee/N3h0T34" target="_blank" rel="noopener noreferrer">予約する</a>
</div>
</nav>
<section class="hero">
<div class="hero-media">
<video autoplay muted loop playsinline poster="https://sheephorus.com/wp-content/uploads/2026/03/20250430-tsukitokoya-047.jpg">
<source src="https://sheephorus.com/wp-content/uploads/2026/03/月と小屋ホームページメイン1.mp4" type="video/mp4">
</video>
</div>
<div class="hero-kanji" aria-hidden="true">月</div>
<div class="hero-content w">
<div>
<p class="hero-tag">Kikuchi, Kumamoto — 野草カフェ&プライベートサウナ</p>
<h1 class="hero-h1">
<span class="l1">心と体を、</span>
<span class="l2">そっとゆるめる。</span>
</h1>
<p class="hero-sub">野草と発酵のごはん。<br>古民家の静けさ。<br>貸切でととのうサウナ。</p>
<p class="hero-meta">熊本県菊池市隈府1610-3 | ランチ 11:00–14:00 | サウナ予約制</p>
<div class="hero-btns-row">
<a class="btn btn-line" href="https://lin.ee/N3h0T34" target="_blank" rel="noopener noreferrer">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" width="18" height="18" aria-hidden="true"><path d="M12 4.2c-4.6 0-8.3 3-8.3 6.8 0 3.4 2.9 6.3 6.8 6.8l-.5 2.8c-.1.4.3.7.7.5l3.3-2.4h.1c4.6 0 8.3-3 8.3-6.8S16.6 4.2 12 4.2Z" stroke-linejoin="round"/></svg>
LINEでランチ予約
</a>
<a class="btn btn-ghost" href="#sauna">サウナ予約を見る</a>
</div>
</div>
<div class="hero-card">
<div class="hcard-title">すぐ予約する</div>
<div class="qi"><span class="qdot"></span>ランチ予約 — LINEで簡単受付</div>
<div class="qi"><span class="qdot"></span>サウナ — 完全貸切・予約制</div>
<div class="qi"><span class="qdot"></span>ワークショップ — 季節の体験</div>
<div class="btns">
<a class="btn btn-line" href="https://lin.ee/N3h0T34" target="_blank" rel="noopener noreferrer">LINEでランチ予約</a>
<a class="btn btn-koke" href="https://tukikoya3511.square.site" target="_blank" rel="noopener noreferrer">サウナ予約</a>
<a class="btn btn-ghost" href="#workshop">体験を見る</a>
</div>
</div>
</div>
<div class="scroll-ind">
<div class="scroll-line"></div>
<span>scroll</span>
</div>
</section>
<section class="sec concept-sec" id="concept">
<div class="w">
<div class="concept-grid">
<div class="concept-photos reveal">
<img class="cp1" src="https://sheephorus.com/wp-content/uploads/2026/03/20250430-tsukitokoya-014.jpg" alt="外観">
<img src="https://sheephorus.com/wp-content/uploads/2026/03/20250430-tsukitokoya-017.jpg" alt="入口">
<img src="https://sheephorus.com/wp-content/uploads/2026/03/20250430-tsukitokoya-022.jpg" alt="庭">
</div>
<div class="concept-text reveal rd2">
<span class="eyebrow">Concept</span>
<h2>毎日の途中で、<br>呼吸を深くする場所。</h2>
<p>月と小屋は、熊本県菊池市にある古民家カフェ&プライベートサウナです。野草、発酵、地元の食材、やわらかな庭の景色。派手さではなく、暮らしを静かに整えてくれるものを大切にしています。</p>
<div class="btns">
<a class="btn btn-koke" href="https://lin.ee/N3h0T34" target="_blank" rel="noopener noreferrer">ランチ予約する</a>
<a class="btn btn-ghost" href="#access">アクセスを見る</a>
</div>
</div>
</div>
</div>
</section>
<div class="ruled"></div>
<section class="sec lunch-sec" id="lunch">
<div class="w">
<div class="sec-head reveal">
<span class="eyebrow center">Lunch & Cafe</span>
<h2>体がほっとする、<br>やさしいごはん。</h2>
<p>野草、発酵、地元の食材を大切にしながら、食べたあとまで心地いい一皿を。</p>
</div>
<div class="feat3 reveal feat4">
<div class="feat-item">
<img src="https://sheephorus.com/wp-content/uploads/2026/03/DSC09759-scaled.jpg" alt="一汁一菜膳">
<div class="feat-overlay">
<div class="feat-num">01</div>
<h3>季節をいただく</h3>
<p>地元の野菜やお米を中心に、季節の食材を丁寧に使っています。</p>
</div>
</div>
<div class="feat-item">
<img src="https://sheephorus.com/wp-content/uploads/2026/03/unnamed-1-2.jpg" alt="野草と発酵">
<div class="feat-overlay">
<div class="feat-num">02</div>
<h3>野草と発酵を、やさしく</h3>
<p>昔ながらの知恵を、今の暮らしになじむ形で取り入れています。</p>
</div>
</div>
<div class="feat-item">
<img src="https://sheephorus.com/wp-content/uploads/2026/03/20250430-tsukitokoya-199-scaled.jpg" alt="あいがけカレー">
<div class="feat-overlay">
<div class="feat-num">03</div>
<h3>満たされて、軽やか</h3>
<p>しっかり食べても、あと味はやさしく軽やかです。</p>
</div>
</div>
<div class="feat-item">
<img src="https://sheephorus.com/wp-content/uploads/2026/03/20250430-tsukitokoya-105.jpg" alt="お弁当">
<div class="feat-overlay">
<div class="feat-num">04</div>
<h3>持ち帰りでも、月と小屋</h3>
<p>月と小屋のやさしいごはんを、お弁当でも味わっていただけます。</p>
</div>
</div>
</div>
<div class="menu2 reveal">
<div class="menu-item">
<div class="menu-img">
<img src="https://sheephorus.com/wp-content/uploads/2026/03/DSC09759-scaled.jpg" alt="一汁一菜膳">
</div>
<div class="menu-body">
<h3>一汁一菜膳</h3>
<p>季節の恵みを、やさしく味わう一膳です。</p>
</div>
</div>
<div class="menu-item">
<div class="menu-img">
<img src="https://sheephorus.com/wp-content/uploads/2026/03/20250430-tsukitokoya-199-scaled.jpg" alt="あいがけカレー">
</div>
<div class="menu-body">
<h3>あいがけカレー</h3>
<p>素材のやさしさとスパイスが重なる、人気の一皿です。</p>
</div>
</div>
<div class="menu-item">
<div class="menu-img">
<img src="https://sheephorus.com/wp-content/uploads/2026/03/自家製ベーコンと豆乳の野草麺1-scaled.jpg" alt="自家製ベーコンと豆乳の野草麺">
</div>
<div class="menu-body">
<h3>自家製ベーコンと豆乳の野草麺</h3>
<p>豆乳のまろやかさと旨みが広がる、やさしい一杯です。</p>
</div>
</div>
<div class="menu-item">
<div class="menu-img">
<img src="https://sheephorus.com/wp-content/uploads/2026/03/20250430-tsukitokoya-140.jpg" alt="せいろランチ">
</div>
<div class="menu-body">
<h3>せいろランチ</h3>
<p>湯気までごちそうに感じる、やさしい蒸し料理です。</p>
</div>
</div>
</div>
<div class="flow-wrap reveal">
<div class="flow-head">ランチ予約はかんたんです</div>
<div class="flow3">
<div><div class="f-num">01</div><p>LINEを開く</p></div>
<div><div class="f-num">02</div><p>カフェ予約を押して必要事項を送る</p></div>
<div><div class="f-num">03</div><p>スタッフ返信で予約確定</p></div>
</div>
<div class="btns">
<a class="btn btn-line" href="https://lin.ee/N3h0T34" target="_blank" rel="noopener noreferrer">LINEでランチ予約する</a>
<a class="btn btn-ghost" href="tel:0968413511">電話で空席確認</a>
</div>
</div>
</div>
</section>
<div class="ruled"></div>
<section class="sec sauna-sec" id="sauna">
<div class="w">
<div class="sec-head reveal">
<span class="eyebrow center">Private Sauna</span>
<h2>貸切だからこそ、<br>本当に力が抜ける。</h2>
<p>人目を気にせず、会話の量も温まり方も、自分たちのペースで。</p>
</div>
<div class="sauna-grid">
<div class="sauna-img-wrap reveal">
<img src="https://sheephorus.com/wp-content/uploads/2026/03/20250430-tsukitokoya-063.jpg" alt="サウナ室">
<div class="sauna-img-label">Sauna</div>
</div>
<div class="sauna-right">
<div class="sauna-block reveal rd1">
<h3>選ばれる理由</h3>
<div class="sauna-pts">
<div class="sauna-pt">貸切だから、話しても静かにしても自由。自分たちのペースで楽しめます。</div>
<div class="sauna-pt">古民家と庭の空気まで含めて、ただ熱いだけではない“整う時間”があります。</div>
<div class="sauna-pt">ランチと組み合わせれば、食べる・休む・ととのうが一度に叶います。</div>
</div>
</div>
<div class="sauna-block reveal rd2">
<h3>予約枠</h3>
<div class="time-grid">
<div class="time-chip">9:30 – 11:30</div>
<div class="time-chip">12:00 – 14:00</div>
<div class="time-chip">14:30 – 16:30</div>
<div class="time-chip">17:00 – 19:00</div>
</div>
</div>
<div class="sauna-block reveal rd3">
<h3>サウナを予約する</h3>
<p style="font-size:13px;color:var(--muted)">Squareから予約できます。ランチを合わせたい方はLINEからご相談ください。</p>
<div class="btns">
<a class="btn btn-koke" href="https://tukikoya3511.square.site" target="_blank" rel="noopener noreferrer">サウナ予約はこちら</a>
<a class="btn btn-ghost" href="https://lin.ee/N3h0T34" target="_blank" rel="noopener noreferrer">LINEで相談する</a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="ruled"></div>
<section class="sec work-sec" id="workshop">
<div class="w">
<div class="sec-head reveal">
<span class="eyebrow center">Workshop</span>
<h2>月と小屋でひらく、<br>季節の体験。</h2>
<p>気になる体験があれば、そのままお申し込みいただけます。</p>
</div>
<div class="work2">
<div class="work-card reveal">
<a class="work-card-img" href="https://docs.google.com/forms/d/e/1FAIpQLSe6j2xHhvniNka-dYfHOl3iiAiltU2vxfBUW1PnI_DBV6__mg/viewform" target="_blank" rel="noopener noreferrer">
<img src="https://sheephorus.com/wp-content/uploads/2026/03/1.jpg" alt="春の花茶を愉しむ会">
</a>
<div class="work-body">
<span class="work-tag">Workshop — Spring</span>
<h3>春の花茶を愉しむ会</h3>
<p>花やハーブの香りにふれながら、自分をゆるめるやさしい時間を楽しむ会です。</p>
<div class="btns"><a class="btn btn-koke" href="https://docs.google.com/forms/d/e/1FAIpQLSe6j2xHhvniNka-dYfHOl3iiAiltU2vxfBUW1PnI_DBV6__mg/viewform" target="_blank" rel="noopener noreferrer">お申し込みはこちら</a></div>
</div>
</div>
<div class="work-card reveal rd2">
<a class="work-card-img" href="https://docs.google.com/forms/d/e/1FAIpQLScPwGeGsIRXLEqBOWwPJYLqgY5E0NYAcsVgzAUXC-U8Upi3Pg/viewform" target="_blank" rel="noopener noreferrer">
<img src="https://sheephorus.com/wp-content/uploads/2026/03/2.jpg" alt="哲学対話">
</a>
<div class="work-body">
<span class="work-tag">Workshop — Dialogue</span>
<h3>哲学対話</h3>
<p>答えを急がずに、感じたことや考えたことをゆっくり言葉にしていく対話の時間です。</p>
<div class="btns"><a class="btn btn-koke" href="https://docs.google.com/forms/d/e/1FAIpQLScPwGeGsIRXLEqBOWwPJYLqgY5E0NYAcsVgzAUXC-U8Upi3Pg/viewform" target="_blank" rel="noopener noreferrer">お申し込みはこちら</a></div>
</div>
</div>
</div>
</div>
</section>
<div class="ruled"></div>
<section class="sec-sm ig-sec" id="instagram">
<div class="w">
<div class="sec-head reveal" style="margin-bottom:0">
<span class="eyebrow center">Instagram</span>
<h2>日々の風景</h2>
<p>料理、庭、サウナ、季節の体験。</p>
</div>
<div class="ig-grid reveal">
<a class="ig-item" style="background-image:url('https://sheephorus.com/wp-content/uploads/2026/03/462737156_894008658899603_7216607623349245096_n.jpg')" href="https://www.instagram.com/tuki_koya/" target="_blank" rel="noopener noreferrer" aria-label="Instagram"></a>
<a class="ig-item" style="background-image:url('https://sheephorus.com/wp-content/uploads/2026/03/20250430-tsukitokoya-199-scaled.jpg')" href="https://www.instagram.com/tuki_koya/" target="_blank" rel="noopener noreferrer" aria-label="Instagram"></a>
<a class="ig-item" style="background-image:url('https://sheephorus.com/wp-content/uploads/2026/03/20250430-tsukitokoya-063.jpg')" href="https://www.instagram.com/tuki_koyasauna/" target="_blank" rel="noopener noreferrer" aria-label="Instagram"></a>
<a class="ig-item" style="background-image:url('https://sheephorus.com/wp-content/uploads/2026/03/584311492_17858421792551292_5881685473055038249_n-1.jpg')" href="https://www.instagram.com/tuki_koyasauna/" target="_blank" rel="noopener noreferrer" aria-label="Instagram"></a>
</div>
<div class="btns reveal" style="justify-content:center;margin-top:24px">
<a class="btn btn-ghost" href="https://www.instagram.com/tuki_koya/" target="_blank" rel="noopener noreferrer">カフェ Instagram</a>
<a class="btn btn-ghost" href="https://www.instagram.com/tuki_koyasauna/" target="_blank" rel="noopener noreferrer">サウナ Instagram</a>
</div>
</div>
</section>
<div class="ruled"></div>
<section class="sec info-sec" id="access">
<div class="w">
<div class="info-layout">
<div class="info-box reveal">
<span class="eyebrow">Information</span>
<h2>ご利用案内</h2>
<div class="info-row"><span class="info-label">所在地</span><span class="info-val">熊本県菊池市隈府1610-3<br>(菊池神社そば)</span></div>
<div class="info-row"><span class="info-label">電話</span><span class="info-val">0968-41-3511</span></div>
<div class="info-row"><span class="info-label">営業時間</span><span class="info-val">ランチ 11:00〜14:00<br>カフェ 14:00〜15:00<br>サウナ 予約制</span></div>
<div class="info-row"><span class="info-label">定休日</span><span class="info-val">金曜日</span></div>
<div class="info-row"><span class="info-label">駐車場</span><span class="info-val">5台 + 近隣公共駐車場あり</span></div>
<div class="btns" style="margin-top:28px">
<a class="btn btn-line" href="https://lin.ee/N3h0T34" target="_blank" rel="noopener noreferrer">LINEでランチ予約</a>
<a class="btn btn-ghost" href="tel:0968413511">電話で問い合わせる</a>
</div>
<div class="map-wrap">
<iframe src="https://www.google.com/maps?q=%E7%86%8A%E6%9C%AC%E7%9C%8C%E8%8F%8A%E6%B1%A0%E5%B8%82%E9%9A%88%E5%BA%9C1610-3&z=16&output=embed" loading="lazy" allowfullscreen referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<div class="faq-box reveal rd2">
<span class="eyebrow">FAQ</span>
<h2>よくある質問</h2>
<div class="faq-item"><div class="faq-q">ひとりでも入りやすいですか?</div><div class="faq-a">はい。おひとりで静かに過ごされる方も多いです。気を張らず、どうぞそのままでお越しください。</div></div>
<div class="faq-item"><div class="faq-q">ランチは予約した方がいいですか?</div><div class="faq-a">予約なしでもご利用いただけますが、席数に限りがあるため、土日や複数名でのご来店は事前予約がおすすめです。</div></div>
<div class="faq-item"><div class="faq-q">サウナだけ、ランチだけでも利用できますか?</div><div class="faq-a">どちらも可能です。サウナの前後にランチを組み合わせて、ゆっくり半日過ごしていただくのもおすすめです。</div></div>
<div class="faq-item"><div class="faq-q">当日でも予約や問い合わせはできますか?</div><div class="faq-a">はい。当日はお電話でのお問い合わせがスムーズです。ランチ予約はLINEでも受け付けています。</div></div>
</div>
</div>
</div>
</section>
<section class="cta-sec">
<div class="cta-inner w reveal">
<span class="eyebrow center">Last Message</span>
<h2>今日は少し、<br>自分を大切にする日にしませんか。</h2>
<p>ランチ予約はLINEから受付中。<br>LINEを開いて「カフェ予約」からご予約ください。</p>
<div class="btns">
<a class="btn btn-washi" href="https://lin.ee/N3h0T34" target="_blank" rel="noopener noreferrer">LINEでランチ予約する</a>
<a class="btn btn-ghost" href="https://tukikoya3511.square.site" target="_blank" rel="noopener noreferrer">サウナ予約ページへ</a>
<a class="btn btn-ghost" href="#workshop">ワークショップ申込</a>
</div>
</div>
</section>
<div class="float-nav">
<a class="fpill f-line" href="https://lin.ee/N3h0T34" target="_blank" rel="noopener noreferrer">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M12 4.2c-4.6 0-8.3 3-8.3 6.8 0 3.4 2.9 6.3 6.8 6.8l-.5 2.8c-.1.4.3.7.7.5l3.3-2.4h.1c4.6 0 8.3-3 8.3-6.8S16.6 4.2 12 4.2Z" stroke-linejoin="round"/></svg>
LINE予約
</a>
<a class="fpill f-koke" href="https://tukikoya3511.square.site" target="_blank" rel="noopener noreferrer">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><rect x="4" y="5" width="16" height="15" rx="2"/><path d="M8 3.8v3.2M16 3.8v3.2M4 9.2h16M8 13h3M8 16h5" stroke-linecap="round"/></svg>
サウナ予約
</a>
</div>
<footer>
<div class="footer-inner">
<div class="f-logo">月と小屋</div>
<div class="f-en">Tsuki to Koya — Kikuchi, Kumamoto</div>
<div class="f-info">熊本県菊池市隈府1610-3(菊池神社そば)<br>Tel: 0968-41-3511 | ランチ 11:00–14:00 | 定休日:金曜日</div>
<div class="f-copy">© <?php echo date('Y'); ?> 月と小屋 All Rights Reserved.</div>
</div>
</footer>
<script>
const cur = document.getElementById('cur');
const curR = document.getElementById('curR');
let mx = 0, my = 0, rx = 0, ry = 0;
document.addEventListener('mousemove', e => { mx = e.clientX; my = e.clientY; });
(function raf() {
rx += (mx - rx) * 0.18;
ry += (my - ry) * 0.18;
if (cur && curR) {
cur.style.left = mx + 'px';
cur.style.top = my + 'px';
curR.style.left = rx + 'px';
curR.style.top = ry + 'px';
}
requestAnimationFrame(raf);
})();
document.querySelectorAll('a, button, .feat-item, .menu-item, .ig-item, .time-chip').forEach(el => {
el.addEventListener('mouseenter', () => {
cur.classList.add('expand');
curR.classList.add('expand');
});
el.addEventListener('mouseleave', () => {
cur.classList.remove('expand');
curR.classList.remove('expand');
});
});
const nav = document.getElementById('nav');
window.addEventListener('scroll', () => {
nav.classList.toggle('stuck', window.scrollY > 80);
}, { passive: true });
const ro = new IntersectionObserver(entries => {
entries.forEach(e => {
if (e.isIntersecting) {
e.target.classList.add('on');
ro.unobserve(e.target);
}
});
}, { threshold: 0.1, rootMargin: '0px 0px -48px 0px' });
document.querySelectorAll('.reveal').forEach(el => ro.observe(el));
</script>
<?php wp_footer(); ?>
</body>
</html>