/* デモなので簡易的なリセット */
* {
    margin: 0;
    padding: 0;
}
*::after,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    width:100%;
}
body {
    font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    background: #fff;
    width:100%;
    text-align: center;
}
article {
    height: auto;
    line-height: 1.9;
    font-size: 14px;
    background: #fff;
}
a {
    color: #0b8793;
}
#main-visual img{
    width: 100%;
}

footer {
    padding:50px 0;
    text-align: center;
    background: #BFE0F7;
}
footer a {
    text-decoration: none;
    color: #fff;
}
#shoplist li{
    margin: 0 10px;
    display: inline-block;
}
#shoplist img{
    width: 80px;
}
#gotop {
    display: none;
}
#gotop img{
    position: fixed;
    width: 36px;
    right: 15px;
    bottom: 20px;
    margin-right: 10px;
    z-index: 1;
}

/* ▲▲▲ここまではナビゲーションに関係ない設定▲▲▲ */

.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
/* header */
#top-head {
    font-size: 14px;
    top: -80px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 20px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #666;
    text-decoration: none;
}
#top-head .inner {
    position: relative;  
}
#global-nav {
    text-align: center;
    width: 100%;
}
#global-nav ul {
    list-style: none;
    display: inline-block;
    bottom: 0;
    font-size: 17px;
    font-family: "Nico Moji", sans-serif;
}
#global-nav ul li {
    display: inline-block;
    position: relative;
}
#global-nav ul li a {
    padding: 0 2.5vw;
}
/* Btn Hover */
#global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    bottom: -10px;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}
#global-nav ul li:hover:after {
    background: #fff;
    bottom: -20px;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    color: #333;
    position: fixed;
    padding-top: 22px;
    height: 55px;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
    color: #666;
    padding: 0 1.8VW;
}
#top-head.fixed #global-nav ul li:after {
    bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
    background: #EEE;
    bottom: -20px;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 15px;
    top: 14px;
    width: 28px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #444;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

h1.title {
    letter-spacing: 7px;
    display: inline-block;
    font-size: 36px;
    color: #FFF;
    width: 100%;
    background: #c0e0f7;
    padding: 120px 0 90px;
    position: relative;
}
h1.title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    display: block;
    background: url("images/cutline.png") 0 0 / 100% 129px no-repeat;
    width: 100%;
    height: 129px;
}

#system {
    background: #fff;
    background: url("images/index.png") repeat;
    background-size: 1600px;
    padding: 50px 0;
    margin: 0;
    background-attachment: fixed;
}

.content {
    padding: 30px 20px 50px;
}

/* =========================================================
   新しいテキストメニュー用スタイル
========================================================= */

.system-shop {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.shop-milpla {
    --accent: #5caed6;
    --accent-light: #f1f9fc;
}

/* 店舗タイトル部 */
.shop-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    border-bottom: 2px solid var(--accent);
    padding-bottom: 15px;
}

.shop-number {
    display: flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid var(--accent);
    border-radius: 50%;
    color: var(--accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
}

.shop-en {
    margin: 0;
    color: var(--accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    letter-spacing: .22em;
}

.shop-title h2 {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: .12em;
    color: #333;
    background: transparent;
    width: auto;
    max-width: none;
    line-height: 1.2;
}

/* インフォメーションブロック */
.shop-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.info-block {
    width: 100%;
}

.info-block h3 {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    color: var(--accent);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .15em;
}

.info-block h3::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    margin-right: 10px;
    background: var(--accent);
}

.info-block > p {
    margin: 6px 0;
    font-size: 15px;
    color: #444;
}

/* 価格行 */
.price-list {
    width: 100%;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
}

.price-row strong {
    color: var(--accent);
    font-size: 16px;
    font-weight: bold;
}

.shop-note {
    margin-top: 10px;
    color: #888;
    font-size: 12px;
}

/* ご新規セットカード */
.set-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.set-card {
    background: var(--accent-light);
    border-top: 3px solid var(--accent);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.set-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.set-head span {
    color: var(--accent);
    font-weight: bold;
    font-size: 16px;
}

.set-head strong {
    color: var(--accent);
    font-size: 17px;
}

.set-card p {
    margin: 6px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
}

.set-card small {
    display: block;
    margin-top: 10px;
    color: #888;
    font-size: 11px;
}

/* スマホ表示対応 (780px以下) */
@media screen and (max-width: 780px) {
    .inner {
        width: 100%;
        padding: 0;
    }

    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }

    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }

    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }

    #global-nav {
        position: absolute;
        width: 100%;
        opacity: .95;
        height: 100vh;
        top: -200vh;
        background: #c0e0f7;
        text-align: center;
        padding: 60px 0 10px;
        transition: .5s ease-in-out;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        font-size: 16px;
        width: 100%;
        padding: 0;
    }

    /* 縦並びにするキーポイント */
    #global-nav ul li {
        display: block;
        position: static;
        width: 100%;
    }

    #global-nav ul li:after {
        display: none;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #444;
        padding: 18px 0;
        margin-bottom: 0;
    }

    #nav-toggle {
        display: block;
    }

    /* ハンバーガーアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        transform: rotate(-315deg);
        -webkit-transform: rotate(-315deg);
    }
    .open #global-nav {
        transform: translateY(200vh);
        -webkit-transform: translateY(200vh);
    }

    h1.title {
        padding: 80px 0 50px;
        font-size: 24px;
    }
    h1.title::after {
        background: url("images/cutline.png") 0 0 / 100% 60px no-repeat;
        height: 60px;
    }

    .system-shop {
        padding: 25px 15px;
    }

    .shop-title h2 {
        font-size: 20px;
    }

    .set-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}