@charset "UTF-8";

/* モバイル */

/* 背景 */
body {
    background-image: url(../../img/bg03.webp);
    color: #333333;
    background-attachment: fixed;
    z-index: 1;
    font-family: 'Noto Sans JP', sans-serif;
    transition: .7s;
    line-height: 1.5;
}

h2 {
    font-family: 'Fugaz One', 'Noto sans jp';
    font-size: 40px;
    text-align: center;
    padding-bottom: 32px;
}

h3 {
    font-family: 'Fugaz One', 'Noto sans jp';
    font-size: 32px;
    padding-top: 8px;
    padding-bottom: 16px;
    text-align: center;
    color: #FF0005;
}


/* ナビ */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    height: 200px;
    z-index: 10;
}

.header-inner {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 0px;
    height: 200px;
    position: relative;
}

.header-logo {
    width: 300px;
    height: auto;
}

.mobile-site-menu,
.toggle-menu-button {
    display: none;
}

.nav_wrapper {
    position: fixed;
    z-index: 5;
    width: 100%;
    top: 50%;
    right: -50px;
    text-align: center;
    transform: translateY(-50%);
}

.nav_list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc((100% - 450px) / 4);
    z-index: 5;
}

.nav_list li {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
    border: solid 5px #FF0005;
}

.nav_list a {
    display: inline-block;
    width: 200px;
    padding: 20px 40px;
    font-weight: 700;
    color: #333;
}

.current {
    background-color: #FF0005 !important;
}

.current a {
    color: #fff !important;
}


/* コンテンツ */

.article {
    background-color: #fff;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.section {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
}


#sec03 h2 {
    letter-spacing: 5%;
    color: #FF7864;
    text-shadow:
        1px 1px 0px #333,
        -1px 1px 0px #333,
        1px -1px 0px #333,
        -1px -1px 0px #333,
        4px 4px 0px rgba(255, 204, 0, 0.8);
}

.shop-contents {
    width: 1080px;
    max-width: 90%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.shop-item {
    flex-grow: 1;
    max-width: 600px;
}

.shop-item h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.shop-item h2::after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background-color: #000000;
    margin-top: 20px;
}

.item-list {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 220px);
    column-gap: 50px;
    row-gap: 50px;
}

.item-list a {
    display: block;

}


.item-list dl {
    margin-top: 20px;
}

.item-list dt {
    font-weight: bold;
}

.item-list dd {
    font-size: 13px;
    margin-top: 10px;
}

.shop-menu {
    flex-shrink: 0;
    margin-right: 60px;
    margin-top: 20px;
}

.shop-menu-inner {
    position: sticky;
    top: 100px;
    left: 0;
    right: 0;
}

.shop-menu-inner h2 {
    font-size: 18px;
    font-weight: bold;
}

.shop-menu-inner ul {
    list-style-type: disc;
    margin-top: 20px;
    margin-left: 20px;
}

.shop-menu-inner li {
    font-size: 14px;
    margin-top: 15px;
}

.item-area {
    margin-top: 20px;
    display: flex;
}

.item-area img {
    width: 50%;
    max-width: 380px;
}

.about-item {
    margin-left: 30px;
}

.about-item .item-text {
    font-size: 14px;
    line-height: 26px;
}

.about-item .item-price {
    font-weight: bold;
    margin-top: 20px;
}

.footer {
    margin-top: 100px;
}

@media (max-width: 800px) {
    .shop-contents {
        display: block;
        max-width: 100%;
        margin-top: 60px;
    }

    .shop-item {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .item-list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 35px;
    }

    .shop-menu {
        background-color: #f8f8f8;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 60px;
        margin-right: 0;
    }

    .shop-menu-inner {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .item-area {
        display: block;
    }

    .item-area img {
        width: 100%;
        max-width: 100%;
    }

    .about-item {
        margin-top: 20px;
        margin-left: 0;
    }

    .about-item a {
        width: 100%;
    }

    .footer {
        margin-top: 0;
    }
}




.footer {
    padding-top: 20px;
    padding-bottom: 8px;
    text-align: center;
    background-color: #23A9E0;
}

.footer img {
    width: 80px;
}

.sns {
    width: 120px;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sns a {
    width: 40px;
}

.copyright {
    color: #fff;
    font-size: 12px;
}

@media screen and (max-width: 500px) {
    h1 {
        padding-top: 650px;
    }
}

@media screen and (max-width: 600px) {
    .article {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 1700px) {
    .nav_wrapper {
        display: none;
    }

    .toggle-menu-button {
        display: block;
        position: fixed;
        top: 20px;
        right: 15px;
        z-index: 30;
        width: 60px;
        height: 60px;
        background-image: url(../../img/site-menu.webp);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline: none;
        cursor: pointer;
    }

    /* メニューが開いているとき：画像を消して×印を表示 */
    .toggle-menu-button.is-open {
        background-image: none;
    }

    .toggle-menu-button.is-open::before,
    .toggle-menu-button.is-open::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 36px;
        height: 4px;
        background-color: #FF0005;
        border-radius: 2px;
    }

    .toggle-menu-button.is-open::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .toggle-menu-button.is-open::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    /* ドロップダウンメニュー */
    .mobile-site-menu {
        display: none;
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        z-index: 20;
        background-color: transparent;
        padding-top: 30px;
        padding-bottom: 50px;
        text-align: center;
    }

    .mobile-site-menu.is-show {
        display: block;
    }

    .mobile-site-menu .site-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-site-menu .site-menu li {
        margin-bottom: 16px;
    }

    .mobile-site-menu .site-menu a {
        display: inline-block;
        width: 200px;
        padding: 14px 0;
        font-weight: 700;
        font-size: 16px;
        color: #333;
        background-color: #fff;
        border-radius: 10px;
        border: solid 4px #FF0005;
        text-decoration: none;
    }

    .mobile-site-menu .site-menu a:hover {
        background-color: #FF0005;
        color: #fff;
    }

}


@media (max-width: 1200px) {


    .header-inner {
        height: 80px;
        padding-left: 10px;

    }


}