/* =====================================================================
   SimpleLP — minimal, block-theme-ready HTML/CSS
   Author: Seika Oda
   ===================================================================== */

/* --------------------- Reset --------------------- */
* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

img,
video {
    max-width: 100%;
    height: auto;
}

/* --------------------- Base --------------------- */
html {
    font-size: 16px;
    scroll-behavior: smooth;
}

:target {
    scroll-margin-top: 5px;
}

/* Look */
.pc {
    display: block;
}

.sp {
    display: none;
}

/* 	pcのみ改行 */
.br-pc:after {
    content: "\A";
    white-space: pre;
}

.clear {
    clear: both;
}

/* ---------------- 共通変数 ---------------- */
:root {
    --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Kosugi Maru", sans-serif;
    --font-heading: "Kosugi Maru", var(--font-body);
    --color-text: #56350d;
    --color-bg: #fff;
    --color-theme: #f4a6b6;
    /* Pink theme */
    --color-pink: #f9d7e8;
    /* Mapping to pink for existing classes */
    --radius: 10px;
    --container-width: 1280px;
    --space-1: 0.5rem;
}

body {
    font-family: var(--font-body);
    color: var(--color-text);
    line-height: 2.5;
    background: var(--color-bg);
}


.bg1 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(images/bg.png) no-repeat 50% 50%;
    background-size: cover;
    z-index: -1;
    /* コンテンツの下に配置 */
}

header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    width: 100%;
}

main {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    background: var(--color-pink);
}

.mainImage {
    height: 100vh;
    background: url(images/shop.png) center center;
    background-size: cover;
    /*テキスト*/
    display: flex;
    /* 子要素を中央寄せするために追加 */
    justify-content: center;
    /* 左右中央 */
    align-items: center;
    position: relative;
}

/* 画像を少し暗くして文字を見やすくする */
.mainImage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.mv-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.mv-new {
    font-family: 'Great Vibes', cursive;
    font-size: 3rem;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    transform: rotate(-5deg);
    color: #fff;
}

.mv-title {
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    line-height: 1;
}

.mv-sub {
    font-size: 1rem;
    letter-spacing: 0.2em;
    font-family: var(--font-body);
    color: #fff;
}

section {
    padding: 30px 0;
}

.content {
    padding: 0 20px;
}

#special {
    background-color: #ffffff;
}

#concept {
    background-color: #f5d9e8;
    text-align: center;
    padding-bottom: 60px;
}

.section-sub-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    color: var(--color-text);
    margin-bottom: 0.5rem;
}

.section-title {
    font-family: var(--font-heading);
    font-size: 2rem;
    margin-bottom: 2rem;
}

.concept-image-box {
    width: 100%;
    margin-bottom: 2rem;
}

.concept-image-box img {
    width: 100%;
    height: auto;
    border-radius: 50% 50% 0 0 / 40% 40% 0 0;
    /* Arch shape */
    display: block;
}

.concept-text {
    text-align: left;
    max-width: 90%;
    margin: 0 auto;
    line-height: 2.5;
}

.insta-btn-container {
    text-align: center;
    margin-top: 2rem;
}

.insta-btn {
    display: inline-block;
    padding: 10px 30px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: opacity 0.3s;
}

.insta-btn:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.insta-btn i {
    margin-right: 8px;
    font-size: 1.3rem;
    vertical-align: middle;
}

#menu {
    background-color: #fff;
    background-image: linear-gradient(#f5d9e8 2px, transparent 2px),
        linear-gradient(90deg, #f5d9e8 2px, transparent 2px);
    background-size: 40px 40px;
    text-align: center;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 2rem;
}

.menu-item {
    background: #fff;
    padding: 20px;
    border-radius: var(--radius);
    text-align: left;
    border: 3px solid #f5d9e8;
}

.menu-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: var(--radius);
    margin-bottom: 1rem;
}

.menu-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--color-text);
}

.menu-item .price {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-theme);
    margin-bottom: 0.5rem;
}

.menu-item .desc {
    font-size: 0.9rem;
    line-height: 1.8;
}

#access {
    background-color: #f9d7e8;
    text-align: center;
}

.mail-link {
    color: var(--color-text);
    transition: opacity 0.3s;
    font-size: 60px;
    display: inline-block;
    /* Ensure size applies correctly usually, though font-size works on inline */
}

.mail-link:hover {
    opacity: 0.7;
    color: var(--color-theme);
}

footer {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    background: var(--color-pink);
    padding: 20px;
}

/* タイポグラフィ */
h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    line-height: 1.25;
}

h3 {
    font-weight: 700;
    font-size: 1.25rem;
}

p,
li {
    color: var(--color-text);
}

a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: .08em;
    text-underline-offset: .18em;
}

a:hover {
    opacity: .85;
}

:where(a, button, input, textarea, select):focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/*==================================================
ボタン
===================================================*/
.navi {
    background: #ffe0e6;
    /* position:absolute だと右側にブラウザを超えて余白ができてしまう*/
    position: fixed;
    z-index: 9980;
    top: -120%;
    right: 0;
    height: 100vh;
    width: 100%;
    transition: .5s;
}

.navi.open {
    top: 0;
}

li {
    list-style: none;
    padding: 15px;
    font-size: 18px;
    border-bottom: 1px dotted var(--color-text);
    box-sizing: border-box;
}

.navi li a {
    display: block;
    /*リンク全体がクリック対象になる*/
    text-decoration: none;
}


/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    cursor: pointer;
    right: 0px;
    top: 0px;
    padding: 50px;
    z-index: 9999;
    /* background: rgba(255, 255, 255, 0.5); */
}

/*ボタン内側*/
.openbtn4 span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 50px;
}


.openbtn4 span:nth-of-type(1) {
    top: 30px;
}

.openbtn4 span:nth-of-type(2) {
    top: 45px;
}

.openbtn4 span:nth-of-type(3) {
    top: 60px;
}

.openbtn4 span:nth-of-type(3)::after {
    content: "Menu";
    /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: 2px;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn4.active span:nth-of-type(1) {
    top: 30px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50px;
}

.openbtn4.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn4.active span:nth-of-type(3) {
    top: 42px;
    left: 20px;
    transform: translateY(-6px) rotate(45deg);
    width: 50px;
}

.openbtn4.active span:nth-of-type(3)::after {
    content: "Close";
    /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 10px;
    left: 30px;
}

/* ==============================================================
ページトップ
   ============================================================== */
/* page-top */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    z-index: 9999;
}

#page-top a {
    width: 50px;
    height: 50px;
    display: flex;
    /* ← 変更 */
    align-items: center;
    /* 垂直中央揃え */
    justify-content: center;
    /* 水平中央揃え */
    font-size: 20px;
    background: #ff832a;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
}

#page-top a:hover {
    text-decoration: none;
    background: #ffb7c5;
    color: #fff;
}

#page-top a i {
    display: block;
    margin: 0;
    line-height: normal;
}



/* ==============================================================
   スマホ用（767px以下）
   ============================================================== */
@media screen and (max-width: 767px) {
    html {
        font-size: 14px;
    }

    /* body Look */
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* 	spのみ改行 */
    .br-sp:after {
        content: "\A";
        white-space: pre;
    }

    .logo {
        display: none;
    }

    h2 {
        font-size: 1.8rem;
    }

}