/*
Theme Name: avexbeachparadise
*/

@font-face {
    font-family: "AppleChancery";
    src: url("./fonts/AppleChancery.woff2") format("woff2"), url("./fonts/AppleChancery.woff") format("woff"), url("./fonts/AppleChancery.ttf") format("truetype");
}

@font-face {
    font-family: "SuperClarendon";
    src: url("./fonts/SuperClarendon.woff2") format("woff2"), url("./fonts/SuperClarendon.woff") format("woff"), url("./fonts/SuperClarendon.ttf") format("truetype");
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
figure,
a,
table,
tr,
th,
td,
address,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    border-style: none;
    vertical-align: middle;
}

.pc_only {
    display: none;
}

.pcbr {
    display: none;
}

/*==========================

全体設定

===========================*/

html {
    font-size: 62.5%;
    touch-action: manipulation;
}

body {
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: Helvetica, Arial, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    color: #004cad;
    background: #fff url(./img/background.png) top center;
}

body.noscroll {
    overflow: hidden;
}

span {
    font-weight: inherit;
}

.superclarendon {
    font-family: "SuperClarendon";
}

.apple-chancery {
    font-family: "AppleChancery";
}

/* インナー
--------------------------------------- */

.inner {
    max-width: 100%;
    margin: 0 auto;
    padding-inline: 6%;
}

/* ページコンテンツ
--------------------------------------- */

.content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content.content--top .content__main {
    margin-top: 0;
}

.content__two-column {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 40px;
    justify-content: space-between;
}

.content__main {
    margin-top: 40px;
}

.content__two-column .content__main {
    width: 100%;
    margin-top: 0;
}

.content__two-column .content__side {
    width: 100%;
}

/* パンくず 
--------------------------------------- */

.breadcrumb {
    padding-bottom: 40px;
    display: none;
    color: rgba(0, 76, 173, 0.6);
    font-family: "SuperClarendon";
    font-size: 10px;
    font-style: italic;
}

.breadcrumb>span {
    margin-inline: 5px;
}

.breadcrumb>span:first-child {
    margin-left: 0;
}

.breadcrumb span {
    font-style: inherit;
}

.breadcrumb a {
    font-style: inherit;
    color: #004cad;
}

/* 共通パーツ 
--------------------------------------- */

.title {
    text-align: center;
    font-family: "SuperClarendon";
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title::before {
    content: "";
    width: 160px;
    height: 100px;
    background-image: url(img/title_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.title::after {
    content: "beach paradise";
    font-family: "AppleChancery";
    display: inline-block;
    text-transform: capitalize;
    font-size: 0.67em;
    padding-top: 3px;
    letter-spacing: 0;
}

h1.title {
    font-size: 16px;
    padding: 15px 0;
}

h1.title::before {
    width: 180px;
    top: -5px;
}

h1.title::after {
    padding-top: 0px;
}

.title img {
    width: 80%;
}

.sns-list {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* ヘッダー 
--------------------------------------- */

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #004cad;
    z-index: 20;
}

.header__inner {
    padding-block: 18px;
    padding-inline: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header__logo a {
    display: block;
}

.header__logo img {
    width: 264px;
}

.header__menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 40;
    overflow: auto;
}

.header__menu.open {
    display: block;
}

/* ハンバーガーメニュー 
--------------------------------------- */

.menu-btn {
    width: 25px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 41;
}

.menu-btn__icon {
    width: 100%;
    height: 100%;
    position: relative;
}

.menu-btn__icon-bar {
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    background-color: #fff;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}

.menu-btn__icon-bar:nth-of-type(1) {
    top: 0;
}

.menu-btn__icon-bar:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.menu-btn__icon-bar:nth-of-type(3) {
    bottom: 0;
}

.menu-btn.open .menu-btn__icon-bar:nth-of-type(1) {
    top: 50%;
    transform: rotate(-45deg);
}

.menu-btn.open .menu-btn__icon-bar:nth-of-type(2) {
    opacity: 0;
}

.menu-btn.open .menu-btn__icon-bar:nth-of-type(3) {
    top: 50%;
    transform: rotate(45deg);
}

.nav__list {
    width: 80%;
    max-width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav__list li {
    margin-block: 10px;
}

.nav__list a {
    padding-block: 10px;
    display: block;
    font-family: "SuperClarendon";
    font-size: 11px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #000;
    background-color: #fff;
}

.nav-sns {
    padding-bottom: 3px;
    display: none;
}

.nav-sns a {
    display: block;
}

/* モーダル 
--------------------------------------- */

.modal {
    padding: 10px 10px 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    display: none;
    z-index: 50;
}

.modal__close-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(43, 46, 56, 0.9);
}

.modal__content {
    max-width: 700px;
    margin-inline: auto;
    margin-bottom: 10px;
    padding: 35px;
    position: relative;
    background-color: #fff;
}

.modal__close-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    outline: 0;
    background: transparent;
    color: #95979c;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}

.modal__close-btn::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    content: "×";
}

.modal__close-btn:hover,
.modal__close-btn:focus {
    color: #2b2e38;
}

/* ATTENTION */

.attention {
    padding-inline: 45px;
    font-size: 13px;
    line-height: 1.7;
}

.attention p {
    margin-block: 1em;
}

.attention__title {
    margin-bottom: 1em;
    font-family: "SuperClarendon";
    font-size: 18px;
    font-style: italic;
}

.attention__list {
    margin: 30px 0;
    padding-left: 1.2em;
    list-style-type: disc;
}

.attention__ph {
    text-align: right;
}

.attention__ph img {
    width: 80px;
}

/* CONTACT */

.contact {
    width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact__ph img {
    width: 100%;
}

.contact__title {
    margin-top: 25px;
    font-size: 18px;
    font-family: "SuperClarendon";
    letter-spacing: 0.06em;
    text-align: center;
}

.contact__subtitle {
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 0.06em;
    text-align: center;
}

.contact__box-wrap {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px 10px;
}

.contact__box {
    padding: 5px 10px;
    border: solid 2px #004cad;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
}

.contact__box span {
    font-size: 15px;
}

.contact__box a {
    text-decoration: underline;
}

.contact__box a:hover {
    color: #147bff;
    text-decoration: none;
}

.contact__text {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
}

/* フッター 
--------------------------------------- */

.footer {
    padding-block: 10px;
}

.footer__top {
    width: 48px;
    margin-left: auto;
}

.footer__copy {
    margin-top: 5px;
    font-size: 10px;
    font-family: "SuperClarendon";
    text-align: center;
}

.footer__copy small {
    font: inherit;
}

/* トップページ
--------------------------------------- */

.top-section {
    position: relative;
    padding-top: 10%;
    padding-bottom: 2%;
}

.top-section:first-child {
    padding-top: 0;
}

.top-section .title img {
    width: 60%;
}

.top-section__link-more {
    width: 20%;
    /* position: absolute; */
    /* top: 71px; */
    /* right: 0; */
    text-align: center;
    margin: 30px auto;
}

.top-information__list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 60px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.top-information__list li {
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.top-information__list a {
    display: block;
}

.top-information__list-date {
    margin-right: 15px;
    font-size: 18px;
    font-family: "AppleChancery";
}

.top-information__list-title {
    font-size: 12px;
    text-decoration: underline;
}

.top-information__no-post {
    margin: 70px auto;
    font-size: 12px;
    text-align: center;
}

.top-shopinfo__box {
    max-width: 750px;
    margin: 10px auto 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
}

.top-shopinfo__info {
    padding: 10px;
    /* border-bottom: solid 1px #004cad; */
}

.top-shopinfo__title {
    margin: 0.5em 0;
    font-size: 15px;
    font-weight: bold;
}

.top-shopinfo__title span {
    margin-left: 20px;
    font-family: "SuperClarendon";
    font-size: 10px;
}

.top-shopinfo__infotext {
    font-size: 10px;
}

.top-shopinfo__infotext p {
    margin: 5px 0;
}

.top-shopinfo__infotext-link {
    text-decoration: underline;
}

.top-shopinfo__other {
    text-align: center;
    padding-top: 18px;
}

.top-shopinfo__other-title {
    font-family: "SuperClarendon";
    font-size: 16px;
    letter-spacing: 0.1em;
}

.top-shopinfo__other-title span {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    background-image: url(./img/title_arrow_first.png), url(./img/title_arrow_second.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
}

.top-shopinfo__other-banner {
    margin-top: 18px;
}

.top-menu {
    padding-bottom: 60px;
}

.menu-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    margin-top: 10px;
}

.top-menu .title img {
    width: 45%;
}

.top-sponsor .title img {
    width: 45%;
}

.side-nav {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 10;
}

.side-nav__item {
    margin-block: 15px;
}

.side-nav__link {
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    border-radius: 8px;
    background: #d6d6d6;
    text-indent: -999px;
}

.side-nav__link.current {
    background: #004cad;
}

/* スポンサー 
--------------------------------------- */

.sponsor-box {
    max-width: 720px;
    margin-top: 30px;
    margin-inline: auto;
    padding: 5px;
    background: rgba(255, 255, 255, 0.8);
}

.sponsor-box__inner {
    padding: 24px 30px 50px;
    color: #004cad;
    background: url(./img/sponsor_thanks.png) no-repeat center bottom 20px/90%;
    border: solid 1px #004cad;
}

.sponsor-box__title {
    font-size: 14px;
    font-family: "SuperClarendon";
}

.sponsor-box__list {
    margin-top: 20px;
}

.sponsor-box__list.primary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.sponsor-box__list.primary li img {
    width: 50vw;
    max-width: 250px;
}

.sponsor-box__list.secondary {
    display: grid;
    grid-template-columns: repeat(2, 40%);
    justify-content: space-around;
    row-gap: 25px;
}

.sponsor-box__list.secondary li {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}


.sponsor-box__list.secondary li img {
    max-height: 70px;
    width: auto;
}

/* 記事一覧・詳細 
--------------------------------------- */

.content--information {
    background-image: url(./img/information_bg.png);
    background-position: right 6% top 170px;
    background-size: 20%;
    background-repeat: no-repeat;
}

.archive__list li {
    padding-bottom: 25px;
    border-bottom: solid 1px #004cad;
}

.archive__list li+li {
    margin-top: 25px;
}

.archive__title {
    font-size: 16px;
    font-weight: bold;
}

.archive__published {
    margin-top: 3px;
    color: rgba(0, 76, 173, 0.6);
    font-family: "SuperClarendon";
    font-size: 10px;
}

.archive__thumbnail {
    margin-top: 15px;
}

.archive__excerpt {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.7;
}

.archive__more {
    margin-top: 15px;
    text-align: right;
}

.article {
    padding-bottom: 25px;
}

.article__title {
    font-size: 16px;
    font-weight: bold;
}

.article__published {
    margin-top: 3px;
    color: rgba(0, 76, 173, 0.6);
    font-family: "SuperClarendon";
    font-size: 10px;
}

.article__thumbnail {
    margin-top: 15px;
}

.article__share {
    margin-top: 8px;
}

.article__content {
    margin-top: 15px;
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 1.7;
    border-bottom: solid 1px #004cad;
}

.article__content p:not(:first-child) {
    margin-top: 1.7em;
}

.article__content a {
    text-decoration: underline;
}

/* サイドバー 
--------------------------------------- */

.sidebar {
    display: flex;
    gap: 30px 10%;
}

.sidebar-block {
    width: 45%;
}

.sidebar-block__title {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #004cad;
    font-size: 14px;
    font-weight: bold;
    font-family: "SuperClarendon";
    font-style: italic;
}

.sidebar-block__list li+.sidebar-block__list li {
    margin-top: 5px;
}

.sidebar-block__list a {
    color: #004cad;
    font-size: 12px;
    font-family: "SuperClarendon";
}

/* お店情報 
--------------------------------------- */

.content--shopinfo {
    /* background-image: url(./img/shopinfo_bg.png); */
    background-position: left 6% top 210px;
    background-size: 30%;
    background-repeat: no-repeat;
}

.shopinfo-ph {
    max-width: 800px;
    margin-top: 40px;
    margin-inline: auto;
}

.shopinfo-box {
    max-width: 880px;
    margin-top: 40px;
    margin-inline: auto;
    padding: 10px;
}

.shopinfo-box__title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

.shopinfo-box__title span {
    margin-top: 5px;
    display: block;
    font-size: 10px;
}

.shopinfo-box__content {
    margin-top: 12px;
    padding-bottom: 40px;
    border-bottom: solid 1px #004cad;
}

.shopinfo-box__infotext {
    font-size: 14px;
    line-height: 1.8;
}

.shopinfo-box__infotext p {
    margin-bottom: 1.25em;
    line-height: 1.6;
}

.shopinfo-box a {
    text-decoration: underline;
}

.shopinfo-box__table {
    font-size: 12px;
    line-height: 1.9;
}

.shopinfo-box__table th {
    font-weight: bold;
    text-align: left;
}

.shopinfo-box__infotext_link {
    text-decoration: underline;
}

.shopinfo-box__other {
    text-align: center;
    padding-top: 50px;
}

.shopinfo-box__other-title {
    font-family: "SuperClarendon";
    font-size: 16px;
    letter-spacing: 0.1em;
}

.shopinfo-box__other-title span {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    background-image: url(./img/title_arrow_first.png), url(./img/title_arrow_second.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
}

.shopinfo-box__other-banner {
    margin-top: 18px;
}

/* メニュー 
--------------------------------------- */

.menu-area {
    margin-top: 30px;
}

.menu-area+.menu-area {
    margin-top: 60px;
}

.menu-area__title {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    background: #004cad;
    text-align: center;
    /* cursor: pointer; */
    color: #fff;
    font-family: "SuperClarendon";
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 600;
    font-size: 20px;
    border-radius: 8px;
}

.menu-area__title::after {
    /* content: "menu"; */
    font-family: "AppleChancery";
    display: block;
    text-transform: capitalize;
    font-size: 0.67em;
    letter-spacing: 0;
}

.menu-area__title-icon {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.menu-area__title-icon::before,
.menu-area__title-icon::after {
    /* content: ""; */
    position: absolute;
    display: block;
    background: #fff;
    transition: all, 0.3s;
}

.menu-area__title-icon::before {
    width: 22px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.menu-area__title-icon::after {
    width: 2px;
    height: 22px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.menu-area__title.is-open .menu-area__title-icon::after {
    opacity: 0;
}

.menu-area__content {
    margin-top: 40px;
    /* display: none; */
}

.menu-area__block+.menu-area__block {
    margin-top: 40px;
}

.menu-area__annotation {
    margin-top: 10px;
    font-size: 10px;
}

.menu-box__title01 {
    font-family: "SuperClarendon";
    font-size: 18px;
    letter-spacing: 0.1em;
}

.menu-box__title02 {
    font-size: 17px;
    font-weight: bold;
}

.menu-box__title02 span {
    padding-bottom: 2px;
    border-bottom: solid 1px #004cad;
}

.menu-box__list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.menu-box__list-item {
    /* padding-left: 10%; */
    display: flex;
    align-items: center;
    ;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    font-size: 14px;
}

.menu-box__list-img {
    max-width: 150px;
    min-width: 150px;
}

.menu-box__list-price {
    flex-shrink: 0;
}

.menu-box__info {
    margin-top: 30px;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    border: solid 1px #004cad;
}

.menu-box__info-text {
    font-size: 13px;
}

/* FAQ 
--------------------------------------- */

.content--faq {
    background-image: url(./img/faq_bg.png);
    background-position: right 6% top 140px;
    background-size: 20%;
    background-repeat: no-repeat;
}

.faq-box {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.8;
}

.faq-box__title {
    font-weight: bold;
}

.faq-box__title span {
    padding-bottom: 5px;
    border-bottom: solid 1px #004cad;
}

.faq-box__text {
    margin-top: 15px;
}

/* ローディングアニメーション 
--------------------------------------- */

.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./img/background.png) top center;
    z-index: 100;
}

.loading__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loading__logo-year {
    margin-top: 20px;
}

/* COMING SOON
--------------------------------------- */
.soon {
    text-align: center;
    font-size: 1.25em;
    padding: 1em 0;
    font-family: "SuperClarendon";
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .sponsor-box__inner .soon {
        padding-top: 3.2em;
    }
}

@media (hover: hover) {

    .nav__list a:hover {
        opacity: 0.5;
    }

    .nav-sns a:hover {
        opacity: 0.5;
    }

    .top-section__link-more a:hover {
        opacity: 0.5;
    }

    .top-information__list a:hover {
        opacity: 0.5;
    }

    .top-shopinfo__infotext-link:hover {
        text-decoration: none;
    }

    .top-shopinfo__other-banner a:hover {
        opacity: 0.5;
    }

    .menu-gallery a:hover {
        filter: brightness(110%);
    }

    .article__content a:hover {
        color: #147bff;
        text-decoration: none;
    }

    .shopinfo-box__infotext_link:hover {
        text-decoration: none;
    }

    .shopinfo-box__other-banner a:hover {
        opacity: 0.5;
    }

    .menu-area__title:hover {
        /* filter: brightness(115%); */
        /* transition: .2s; */
    }

}

@media screen and (min-width: 768px) {

    [href*="tel:"] {
        pointer-events: none;
    }

    a,
    a:hover {
        transition: 0.2s;
    }

    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }

    .pcbr {
        display: block;
    }

    .spbr {
        display: none;
    }

    .content.content--top {
        padding-top: 120px;
    }

    .breadcrumb {
        display: block;
    }

    .title {
        font-size: 20px;
    }

    .title::before {
        width: 210px;
        top: -25px;
        bottom: 0;
    }

    .title::after {
        font-size: 0.6em;
    }

    h1.title {
        font-size: 24px;
        padding: 15px 0;
    }

    h1.title::before {
        width: 240px;
        top: -40px;
    }

    .title img {
        width: auto;
    }

    .contact__box-wrap {
        margin-top: 25px;
        flex-direction: row;
        justify-content: center;
    }

    .contact__box {
        padding: 5px 40px;
        font-size: 32px;
    }

    .contact__box span {
        font-size: 30px;
    }

    .contact__text {
        margin-top: 25px;
    }

    .footer__top {
        width: 60px;
    }

    .top-section .title img {
        width: auto;
    }

    .top-section__link-more {
        width: auto;
        top: 172px;
    }

    .top-information__list {
        row-gap: 20px;
    }

    .top-shopinfo__box {
        margin: 30px auto 50px;
    }

    .top-shopinfo__info {
        background: url(./img/top_info_bg.png) no-repeat right 0px bottom 10px;
    }

    .top-shopinfo__title {
        font-size: 23px;
    }

    .top-shopinfo__title span {
        font-size: 12px;
    }

    .top-shopinfo__infotext {
        font-size: 12px;
    }

    .top-shopinfo__other-title {
        font-size: 18px;
    }

    .top-menu {
        padding-bottom: 90px;
    }

    .menu-gallery {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 4px;
        margin-top: 30px;
    }

    .top-menu .title img {
        width: auto;
    }

    .top-sponsor .title img {
        width: auto;
    }

    .sponsor-box__inner {
        padding-bottom: 110px;
        background-size: 94.2253521127%;
    }

    .sponsor-box__list.secondary {
        grid-template-columns: repeat(4, 24%);
        justify-content: space-between;
    }

    .content--information {
        background-position: right 50px top 210px;
        background-size: 162px;
    }

    .content--shopinfo {
        background-position: left top 320px;
        background-size: 353px;
    }

    .shopinfo-box__title {
        font-size: 23px;
    }

    .shopinfo-box__title span {
        display: inline-block;
        margin-left: 20px;
        font-size: 12px;
    }

    .shopinfo-box__content {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .shopinfo-box__table th {
        font-weight: normal;
    }

    .shopinfo-box__other-title {
        font-size: 18px;
    }

    .menu-area__title {
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 30px;
    }

    .menu-box__title01 {
        font-size: 23px;
    }

    .menu-box__title02 {
        padding-left: 50px;
        font-size: 20px;
    }

    .menu-box__list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .menu-box__list-item {
        width: 47%;
        padding-left: 50px;
        font-size: 16px;
    }

    .menu-box__info {
        justify-content: space-between;
    }

    .menu-box__info-text {
        font-size: 16px;
    }

    .content--faq {
        background-position: right 50px top 130px;
        background-size: 200px;
    }

}

@media screen and (min-width: 1030px) {

    .inner {
        width: 1030px;
        padding-inline: 40px;
    }

    .content__two-column {
        margin-top: 60px;
    }

    .content__two-column .content__main {
        width: 620px;
        order: 2;
    }

    .content__two-column .content__side {
        width: 230px;
        order: 1;
    }

    .header__inner {
        max-width: 1200px;
        margin-inline: auto;
    }

    .header__logo img {
        width: 352px;
    }

    .header__btn {
        display: none !important;
    }

    .header__menu {
        position: relative;
        display: flex !important;
        align-items: center;
        -moz-column-gap: 20px;
        column-gap: 20px;
        flex-shrink: 0;
        background-color: transparent;
    }

    .nav__list {
        width: auto;
        max-width: none;
        position: static;
        transform: translate(0);
        display: flex;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .nav__list li {
        margin-block: 0;
    }

    .nav__list li.current-menu-item a,
    .nav__list li.current_page_parent a {
        opacity: 0.5;
    }

    .nav__list a {
        color: #fff;
        background-color: transparent;
    }

    .nav-sns {
        display: block;
    }

    .attention__ph img {
        width: 108px;
    }

    .content--information {
        background-position: right calc(50% - 400px) top 210px;
    }

    .archive__more {
        text-align: left;
    }

    .article {
        padding-bottom: 0;
    }

    .sidebar {
        flex-direction: column;
    }

    .sidebar-block {
        width: 100%;
    }

    .content--shopinfo {
        background-position: left calc(50% - 300px) top 320px;
    }

    .content--faq {
        background-position: right calc(50% - 382px) top 220px;
    }

}

@media (max-width: 1029px) {

    .header__inner {
        padding-right: 60px;
    }

}

@media (max-width: 767px) {

    .top-sponsor .sponsor-box {
        margin-top: 10px;
    }

    .side-nav {
        display: none;
    }

    .menu-area--drink .menu-box__list-item {
        padding-left: 0;
    }

}

@media (max-width: 575px) {

    .shopinfo-box__table th {
        display: block;
    }

    .shopinfo-box__table td {
        display: block;
    }

    .shopinfo-box__table td br {
        display: none;
    }

    .menu-area__title img {
        width: 50%;
    }

    .faq-box__text br {
        display: none;
    }
}