@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: かんりん（立川バー）向け SWELL 子テーマ
    Version: 1.2.9
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url('https://fonts.googleapis.com/css2?family=Adamina&display=swap');

/*------------------------------------------
  SWELL LP layout (transparent for fixed bg)
------------------------------------------*/
.l-content.l-container,
.l-mainContent,
.l-mainContent__inner,
.post_content {
    max-width: none !important;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent !important;
}

.l-content {
    padding-top: 0 !important;
}

.post_content > * {
    margin-bottom: 0;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

.post_content h2::before,
.post_content h3::before,
.post_content h4::before,
.post_content h5::before,
.post_content h6::before,
.post_content h2::after,
.post_content h3::after,
.post_content h4::after,
.post_content h5::after,
.post_content h6::after {
    content: none;
    background: none;
}

.post_content p:not(.wp-caption-text) {
    line-height: 1.6;
    margin: 0;
}

.post_content img {
    height: auto;
    margin-top: 0;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #FFF;
    margin: 0;
}

body {
    background-color: #111;
}

#contents {
    background-color: transparent;
    margin-top: 0;
    padding: 0;
    width: 100%;
}

/*-----------ボタン----------------*/
@media(min-width: 768px) {
    .btn {
        width: calc(300px + 2vw);
        max-width: 30%;
        padding: 10px 0;
        display: block;
        background-color: transparent;
        border: 1px solid #FFF;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 2rem;
        text-align: center;
        text-decoration: none;
        color: #FFF;
        box-sizing: border-box;
        transition: all 300ms ease;
        margin: 5px auto;
    }

    .post_content #contents a {
        color: #FFF;
    }

    .btn a {
        color: #FFF;
    }

    .btn:hover,
    .btn:active,
    .btn:focus {
        background: #FFF;
        color: #000 !important;
        cursor: pointer;
    }

    .btn a:hover,
    .btn a:active,
    .btn a:focus {
        background: #FFF;
        color: #000 !important;
        cursor: pointer;
        z-index: 99999;
    }
}

@media(max-width: 767px) {
    .btn {
        width: calc(300px + 2vw);
        max-width: 75%;
        padding: 10px 0;
        display: block;
        background-color: transparent;
        border: 1px solid #FFF;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 2rem;
        text-align: center;
        text-decoration: none;
        color: #FFF;
        box-sizing: border-box;
        transition: all 300ms ease;
        margin: 5px auto;
    }

    .post_content #contents a {
        color: #FFF;
    }

    .btn a {
        color: #FFF;
    }

    .btn:hover,
    .btn:active,
    .btn:focus {
        background: #FFF;
        color: #000 !important;
        cursor: pointer;
    }

    .btn a:hover,
    .btn a:active,
    .btn a:focus {
        background: #FFF;
        color: #000 !important;
        cursor: pointer;
        z-index: 99999;
    }
}

/*主な共通部分は省略*/
.button {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem 1rem 6rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-border {
    border: 2px solid #f0f0f0;
    border-radius: 0;
    background: #fff;
    color: #333 !important;
}

a.btn-border:hover {
    color: #fff !important;
    background: #333 !important;
}

.fa-ps-left {
    position: absolute;
    top: calc(50% - .5em);
    left: 30px;
}

/*----------------------------------------*/
/*  LP背景（JSが .lp-backgrounds を生成）  */
/*---------------------------------------*/
.lp-backgrounds {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.lp-bg {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.lp-bg.is-active {
    opacity: 1;
}

/* 旧HTMLに残った #*_bg は非表示（JS側レイヤを使う） */
.lp-section .background,
.contents .background {
    display: none !important;
}

/*----------------------------------------*/
/*  LPセクション（統一余白）               */
/*---------------------------------------*/
.lp-section,
.contents {
    position: relative;
    z-index: 1;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-block: clamp(3rem, 8vh, 6rem);
}

/* スクロールを少し長くしたいセクション用（任意） */
.lp-section--tall {
    min-height: 120svh;
}

.lp-section > .swell-block-fullWide__inner,
.contents > .swell-block-fullWide__inner,
.lp-section .wrap,
.contents .wrap {
    position: relative;
    z-index: 2;
    width: min(100%, 70rem);
    margin-inline: auto;
    padding-inline: clamp(1rem, 3vw, 2rem);
    box-sizing: border-box;
}

/* Gallery / Access の背景位置微調整 */
.lp-bg[data-bg-for="Gallery"] {
    background-position: center center;
}

@media (max-width: 768px) {
    .lp-bg[data-bg-for="Gallery"] {
        background-position: top left 70%;
    }

    .lp-bg[data-bg-for="Access"] {
        background-position: top right;
    }
}

/*----------------------------------------*/
/*  セクション見出し（旧 htitle 相当）     */
/*  見出しブロックに追加クラス: htitle     */
/*---------------------------------------*/
.lp-section h2.htitle,
.contents h2.htitle,
.lp-section .wp-block-heading.htitle,
.contents .wp-block-heading.htitle,
h2.htitle.wp-block-heading {
    color: #fff !important;
    font-family: 'Adamina', serif !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.04em;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    padding: 0 0 0 0.25em !important;
    border: none !important;
    background: none !important;
}

/* SWELL の section_ttl 装飾を打ち消し */
.lp-section h2.htitle::before,
.lp-section h2.htitle::after,
.contents h2.htitle::before,
.contents h2.htitle::after,
.lp-section .wp-block-heading.htitle::before,
.lp-section .wp-block-heading.htitle::after,
.contents .wp-block-heading.htitle::before,
.contents .wp-block-heading.htitle::after {
    content: none !important;
    display: none !important;
}

@media (min-width: 768px) {
    .lp-section h2.htitle,
    .contents h2.htitle,
    .lp-section .wp-block-heading.htitle,
    .contents .wp-block-heading.htitle,
    h2.htitle.wp-block-heading {
        font-size: clamp(2.75rem, 5vw, 5rem) !important;
    }
}

@media (max-width: 767px) {
    .lp-section h2.htitle,
    .contents h2.htitle,
    .lp-section .wp-block-heading.htitle,
    .contents .wp-block-heading.htitle,
    h2.htitle.wp-block-heading {
        font-size: 2.5rem !important;
    }
}

/* SWELL「セクション用見出し」スタイル（サイズはエディタ側に任せる） */
.lp-section h2.is-style-section_ttl:not(.htitle),
.contents h2.is-style-section_ttl:not(.htitle),
.lp-section h2.wp-block-heading.is-style-section_ttl:not(.htitle),
.contents h2.wp-block-heading.is-style-section_ttl:not(.htitle) {
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #fff !important;
}

/*----------------------------------------*/
/*  SWELLボタン（白枠・透過 → ホバー反転） */
/*---------------------------------------*/
.lp-section .swell-block-button .swell-block-button__link,
.contents .swell-block-button .swell-block-button__link {
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    text-shadow: none !important;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.lp-section .swell-block-button .swell-block-button__link span,
.contents .swell-block-button .swell-block-button__link span {
    color: inherit !important;
}

.lp-section .swell-block-button .swell-block-button__link:hover,
.lp-section .swell-block-button .swell-block-button__link:focus,
.lp-section .swell-block-button .swell-block-button__link:active,
.contents .swell-block-button .swell-block-button__link:hover,
.contents .swell-block-button .swell-block-button__link:focus,
.contents .swell-block-button .swell-block-button__link:active {
    background-color: #fff !important;
    background-image: none !important;
    border-color: #fff !important;
    color: #000 !important;
}

/* shiny スタイルの光沢演出をオフ */
.lp-section .swell-block-button.is-style-btn_shiny .swell-block-button__link::before,
.lp-section .swell-block-button.is-style-btn_shiny .swell-block-button__link::after,
.contents .swell-block-button.is-style-btn_shiny .swell-block-button__link::before,
.contents .swell-block-button.is-style-btn_shiny .swell-block-button__link::after {
    content: none !important;
    display: none !important;
}

/* （背景画像URLは js/scroll-background.js の BG_MAP で管理） */

/*----------------------------------*/
/*      Home　コンテンツ設定         */
/*----------------------------------*/
@media(min-width: 768px) {
    #Home .wrap {
        max-width: 1300px;
        margin: 0 auto;
        padding: 35vh 0 65vh;
    }

    #Home .wrap .text-box {
        padding: 10px 25px;
        width: 70%;
        margin: 0 auto;
        background: none;
        color: #fff;
    }

    #Home .wrap .text-box img {
        width: 30%;
        margin: 0 35% 25px;
    }

    #Home .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.3rem;
        text-align: center;
        color: #FFF;
    }
}

@media(max-width: 767px) {
    #Home .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 30vh 0 35vh;
    }

    #Home .wrap .text-box {
        padding: 10px 0;
        width: 93%;
        margin: 0 auto;
        background: none;
        color: #fff;
    }

    #Home .wrap .text-box img {
        width: 30%;
        margin: 0 35%;
    }

    #Home .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.1rem;
        text-align: center;
        color: #FFF;
    }
}

#Home .wrap .text-box label {
    font-family: "Honoka", "游明朝", "Sawarabi Mincho";
    color: #FFF;
    padding: 10px 5px 15px;
    display: block;
    margin: 1px auto;
    width: 70%;
    text-align: center;
    font-size: 1.3rem;
}

#Home .wrap .text-box input[type="checkbox"].on-off {
    display: none;
}

#Home .wrap .text-box input[type="checkbox"].on-off+ul {
    height: 0;
    overflow: hidden;
}

#Home .wrap .text-box input[type="checkbox"].on-off:checked+ul {
    height: auto;
}
.logo_margin{
    padding-top: 60px!important;
}
/*----------------------------------*/
/*      Charge　コンテンツ設定       */
/*----------------------------------*/
@media(min-width: 768px) {
    #Charge .wrap {
        max-width: 1300px;
        margin: 0 auto;
        padding: 15vh 0 5vh;
    }

    #Charge .wrap .text-box {
        padding: 20px 25px 50px 70px;
        width: 70%;
        margin: 0 auto 40px;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
    }

    #Charge .wrap .text-box img {
        width: 30%;
        margin: 0 35%;
    }

    #Charge .wrap .text-box .ryokin {
        margin: 0 0 10px;
        font-size: 2em;
        text-align: left;
        color: #FFF;
    }

    #Charge .wrap .couponImg {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
}

@media(min-width: 768px) and (max-width: 1120px) {
    #Charge .wrap .text-box {
        padding: 50px 25px 50px 50px;
        width: 70%;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
    }
}

@media(max-width: 767px) {
    #Charge .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 10vh 0 35vh;
    }

    #Charge .wrap .text-box {
        padding: 25px 0px 25px 15px;
        width: 85%;
        margin: 0 auto 20px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

    #Charge .wrap .text-box .ryokin {
        margin: 0 0 10px;
        font-size: 1.5em;
        text-align: left;
        color: #FFF;
    }
}

/*----------------------------------*/
/*     Whisky,OtherDrink共通設定    */
/*----------------------------------*/
@media(min-width: 768px) {
    .WB_Flex {
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
    }

    .WB_Nest {
        width: 50%;
        /* margin: 0 auto;*/
    }

    .WB_thum {
        width: 95%;
        margin-bottom: 10px;
        display: flex;
        justify-content: flex-start;
    }

    .WB_thumR {
        width: 320px;
        margin-bottom: 10px;
        margin-right: 10px;
        display: flex;
        justify-content: flex-start;
    }

    .WB_pic {
        width: 100%;
        margin: 0 auto;
    }

    .WB_thum_pic {
        width: 18%;
        margin: 0;
    }

    .BT_thum_pic {
        width: 18%;
        margin-bottom: 10px;
    }

    .WB_thum_F {
        width: 75%;
        height: auto;
    }

    .WB_T {
        width: 75%;
    }

    .text {
        width: 100%;
        margin: 0 auto;
        padding-left: 5px;
        padding-top: 20px;
        color: #FFF;
    }

    .text h3 {
        font-size: 1rem;
        line-height: 25px;
        text-align: left;
        color: #FFF;
    }

    .title {
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {
    .WB_Flex {
        display: block;
        margin: 20px 0;
    }

    .WB_Nest {
        width: 90%;
        margin: 0 auto;
    }

    .WB_thum {
        width: 97%;
        margin: 0 auto 10px;
        display: flex;
        justify-content: space-between;
    }

    .WB_thumR {
        width: 95%;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .WB_pic {
        width: 100%;
        margin: 0 auto;
    }

    .WB_thum_pic {
        width: 20%;
        margin: 0;
    }

    .BT_thum_pic {
        width: 18%;
        margin-bottom: 10px;
    }

    .WB_thum_F {
        width: 75%;
    }

    .WB_T {
        width: 75%;
    }

    .text {
        width: 90%;
        margin: 0 auto;
        padding-left: 5px;
        padding-top: 20px;
        color: #FFF;
    }

    .text h3 {
        font-size: 1rem;
        line-height: 25px;
        text-align: left;
    }

    .text p {
        font-size: 0.8rem;
    }

    .title {
        margin-bottom: 10px;
    }
}

/*----------------------------------*/
/*      Whisky　コンテンツ設定       */
/*----------------------------------*/
@media(min-width: 768px) {
    #Whisky .wrap {
        max-width: 1300px;
        margin: 0 auto;
        padding: 5vh 0 70vh;
    }

    #Whisky .wrap .text-box {
        padding: 10px 25px;
        width: 70%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        height: 100%;
    }

    #Whisky .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.3rem;
        text-align: center;
        color: #FFF;
    }

    #Whisky .wrap .text-box h3 {
        color: #FFF;
        font-size: 1em !important;
    }

}

@media(max-width: 767px) {
    #Whisky .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 35vh;
    }

    #Whisky .wrap .text-box {
        padding: 10px 0;
        width: 93%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

    #Whisky .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.1rem;
        text-align: center;
        color: #FFF;
    }

    #Whisky .wrap .text-box h3 {
        color: #FFF;
        font-size: 0.8em !important;
    }

}

/*----------------------------------*/
/*      OtherDrink　コンテンツ設定       */
/*----------------------------------*/
@media(min-width: 768px) {
    #OtherDrink .wrap {
        max-width: 1300px;
        margin: 0 auto;
        padding: 1vh 0 70vh;
    }

    #OtherDrink .wrap .text-box {
        padding: 10px 25px;
        width: 70%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        height: 100%;
    }

    #OtherDrink .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.3rem;
        text-align: center;
        color: #FFF;
    }

}

@media(max-width: 767px) {
    #OtherDrink .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 35vh;
    }

    #OtherDrink .wrap .text-box {
        padding: 10px 0;
        width: 93%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

    #OtherDrink .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.1rem;
        text-align: center;
        color: #FFF;
    }
}

/*----------------------------------*/
/*      Food　コンテンツ設定       */
/*----------------------------------*/
@media(min-width: 768px) {
    #Food .wrap {
        max-width: 1300px;
        margin: 0 auto;
        padding: 5vh 0 70vh;
    }

    #Food .wrap .text-box {
        padding: 10px 25px;
        width: 80%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        height: 90vh;
    }

    #Food .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.3rem;
        text-align: center;
        color: #FFF;
    }

    .Food_Flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 20px 0;
    }

    .Food_Nest {
        width: 50%;
        margin: 0 auto;
    }

    .Food_thum {
        width: 98%;
        margin-bottom: 10px;
        display: flex;
        justify-content: flex-start;
    }

    .Food_thumR {
        width: 285px;
        margin-bottom: 10px;
        margin-right: 10px;
        display: flex;
        justify-content: flex-start;
    }

    .Food_pic {
        width: 100%;
        margin: 0 auto;
    }

    .Food_thum_pic {
        width: 25%;
        margin: 0;
    }

    .Food_thum_F {
        width: 70%;
    }

    .Food_T {
        width: 285px;
    }

    .text {
        width: 80%;
        margin: 0;
        padding-left: 5px;
        padding-top: 20px;
        color: #FFF;
    }

    .text h3 {
        font-size: 1rem;
        line-height: 25px;
        text-align: left;
    }

    .title {
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {
    #Food .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 30vh;
    }

    #Food .wrap .text-box {
        padding: 10px 0;
        width: 93%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

    #Food .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.1rem;
        text-align: center;
        color: #FFF;
    }

    .Food_Flex {
        display: block;
        margin: 20px 0;
    }

    .Food_Nest {
        width: 90%;
        margin: 0 auto;
    }

    .Food_thum {
        width: 98%;
        margin: 0 auto 10px;
        display: flex;
        justify-content: space-between;
    }

    .Food_thumR {
        width: 95%;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .Food_pic {
        width: 100%;
        margin: 0 auto;
    }

    .Food_thum_pic {
        width: 25%;
        margin: 0;
    }

    .Food_thum_F {
        width: 75%;
    }

    .Food_T {
        width: 285px;
    }

    .text {
        width: 98%;
        margin: 0 auto;
        padding-left: 5px;
        padding-top: 20px;
        color: #FFF;
    }

    .text h3 {
        font-size: 1rem;
        line-height: 25px;
        text-align: left;
    }

    .text p {
        font-size: 0.94em !important;
        margin-bottom: 1em !important;
    }

    .title {
        margin-bottom: 10px;
    }

}

/*----------------------------------*/
/*      Gallery　コンテンツ設定       */
/*----------------------------------*/
@media(min-width: 768px) {
    #Gallery .wrap {
        max-width: 1300px;
        margin: 0 auto;
        padding: 5vh 0 70vh;
    }

    #Gallery .wrap .text-box {
        width: 90%;
        padding: 10px 25px;
        margin: 0 auto;
        color: #fff;
    }

    .GalleryFlex {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .GalleryFlex .box {
        width: 22%;
        margin: 10px 5px;
    }

    .GalleryFlex .box img {
        width: 200px;
        height: 200px !important;
        object-fit: cover;
        border: 1px solid #FFF;
    }

    #Gallery .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.3rem;
        text-align: center;
        color: #FFF;
    }
}

@media(max-width: 767px) {
    #Gallery .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 35vh;
    }

    #Gallery .wrap .text-box {
        padding: 10px 0;
        width: 93%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

    .GalleryFlex {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .GalleryFlex .box {
        width: 45%;
        margin: 10px 5px;
    }

    .GalleryFlex .box img {
        width: 150px;
        height: 150px !important;
        object-fit: cover;
        border: 1px solid #FFF;
    }

    #Gallery .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.1rem;
        text-align: center;
        color: #FFF;
    }
}

/*----------------------------------*/
/*      Access　コンテンツ設定       */
/*----------------------------------*/

@media(min-width: 768px) {
    #Access .wrap {
        max-width: 1300px;
        margin: 0 auto;
        padding: 5vh 0 70vh;
    }

    #Access .wrap .text-box {
        padding: 10px;
        width: 100%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        height: 100%;
    }

    .mapWrap {
        width: 80%;
        margin: 0 auto 20px;
        text-align: center;
    }

    .mapFlex {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .imgBox {
        width: 45%;
        margin: 0;
    }

    .textBox {
        width: 50%;
        margin: 0;
        text-align: left;
        padding-top: 20px;
        padding-left: 20px;
    }

    .textBox h3 {
        color: #FFF;
        font-size: 1.3em !important;
        font-weight: bold !important;
        margin-bottom: 15px !important;
    }

    .textBox h4 {
        color: #FFF;
        font-size: 1.2em !important;
        line-height: 30px !important;
    }

    #Access .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.3rem;
        text-align: center;
        color: #FFF;
    }

    #Access .wrap .text-box .linkFlex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #Access .wrap .text-box .linkFlex .box {
        width: 35%;
        margin: 20px auto;
        text-align: center;
    }

    #Access .wrap .text-box .linkFlex .box img {
        box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0.3), 0px 0px 5px 3px rgba(255, 255, 255, 0.3) inset;
    }

    #Access .wrap .linkFlex .box .linkText {
        font-size: 1.5em;
    }

    #Access .wrap .linkFlex .box .minitext {
        font-size: 0.8em;
    }

    .newyear {
        width: 80%;
        margin: 40px auto;
        text-align: center;
    }

}

@media(max-width: 767px) {
    #Access .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 35vh;
    }

    #Access .wrap .text-box {
        padding: 10px 0;
        width: 98%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

    .mapWrap {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .mapFlex {
        width: 95%;
        margin: 15px auto;
        display: block;
    }

    .imgBox {
        width: 100%;
        margin: 0 auto;
    }

    .textBox {
        width: 100%;
        margin: 15px auto;
        text-align: left;
    }

    .textBox h3 {
        color: #FFF;
        font-size: 1em !important;
        font-weight: bold !important;
        margin-bottom: 15px !important;
    }

    .textBox h4 {
        color: #FFF;
        font-size: 0.9em !important;
        line-height: 20px !important;
    }

    #Access .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.1rem;
        text-align: center;
        color: #FFF;
    }

    #Access .wrap .text-box .linkFlex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #Access .wrap .text-box .linkFlex .box {
        width: 44%;
        margin: 20px auto;
        text-align: center;
    }

    #Access .wrap .text-box .linkFlex .box img {
        box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0.3), 0px 0px 5px 3px rgba(255, 255, 255, 0.3) inset;
    }

    #Access .wrap .text-box .linkFlex .box .linkText {
        font-size: 0.9em;
        text-align: center;
    }

    #Access .wrap .text-box .linkFlex .box .minitext {
        font-size: 0.8em;
    }

    .newyear {
        width: 90%;
        margin: 20px auto;
        text-align: center;
    }
}

/*----------------------------------*/
/*      Recruit　コンテンツ設定       */
/*----------------------------------*/
@media(min-width: 768px) {
    #Recruit .wrap {
        max-width: 1300px;
        margin: 0 auto;
        padding: 5vh 0 0;
    }

    #Recruit .wrap .text-box {
        padding: 10px 25px;
        width: 90%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        height: 100%;
    }

    #Recruit .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.3rem;
        text-align: center;
        color: #FFF;
    }
}

@media(max-width: 767px) {
    #Recruit .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20vh;
    }

    #Recruit .wrap .text-box {
        padding: 10px 0;
        width: 96%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

    #Recruit .wrap .text-box .catch {
        margin: 0 0 10px;
        font-size: 1.1rem;
        text-align: center;
        color: #FFF;
    }

    #Access .wrap .text-box .linkFlex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #Access .wrap .text-box .linkFlex .box {
        width: 44%;
        margin: 20px auto;
        text-align: center;
    }
}

.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
    text-align: center;
}

.text-box .copy {
    margin: 0;
    line-height: 2;
}

@media(min-width: 768px) {
    .text-box .minitext {
        font-size: 0.8em !important;
        margin: 0;
        line-height: 2;
        color: #FFF;
    }
}

@media(max-width: 767px) {
    .text-box .minitext {
        font-size: 0.9em !important;
        margin: 0;
        line-height: 2;
        color: #FFF;
    }
}

h3 {
    color: #FFF !important;
}

/*----------------------------------------*/
/*  旧vh余白の無効化（新LPセクション優先） */
/*---------------------------------------*/
#Home .wrap,
#Charge .wrap,
#Whisky .wrap,
#OtherDrink .wrap,
#Food .wrap,
#Gallery .wrap,
#Access .wrap,
#Recruit .wrap,
.lp-section .wrap,
.contents .wrap,
.lp-section > .swell-block-fullWide__inner,
.contents > .swell-block-fullWide__inner {
    max-width: 70rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#Whisky .wrap .text-box,
#OtherDrink .wrap .text-box,
#Food .wrap .text-box,
#Access .wrap .text-box,
#Recruit .wrap .text-box {
    height: auto !important;
}

/*----------------------------------------*/
/*  Luminous（画面内に収める）               */
/*---------------------------------------*/
.lum-lightbox-inner {
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden !important;
}

.lum-lightbox-image-wrapper {
    overflow: hidden !important;
    max-width: 100%;
    max-height: 100%;
}

.lum-lightbox-inner img,
.lum-lightbox-inner .lum-img {
    max-width: min(100%, 100vw) !important;
    max-height: min(90vh, 100%) !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

@media (max-width: 460px) {
    .lum-lightbox-inner img,
    .lum-lightbox-inner .lum-img {
        max-width: 100vw !important;
        max-height: 85vh !important;
    }

    .lum-lightbox-image-wrapper {
        overflow: hidden !important;
    }
}

/*----------------------------------------*/
/*  フッター / 直前ウィジェット               */
/*---------------------------------------*/
/* 固定LP背景が透けないよう不透明＋前面に */
#before_footer_widget,
.w-beforeFooter {
    position: relative;
    z-index: 2;
    background-color: var(--color_footer_bg);
    color: var(--color_footer_text);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3em;
    padding-bottom: 2em;
    overflow: hidden;
}

.l-footer {
    position: relative;
    z-index: 2;
    background-color: var(--color_footer_bg);
}

.l-footer__garalia {
    text-align: center;
    margin: 1em auto 0.5em;
}

.l-footer__garalia a {
    display: inline-block;
}

.l-footer__garalia img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
}

/*----------------------------------------*/
/*  SNSアイコン（ヘッダー / SP / フッター）   */
/*---------------------------------------*/

/* PCナビ右横（スマホでは SWELL 標準どおりグロナビ非表示） */
@media (min-width: 960px) {
    .c-gnavWrap {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
}

.c-headerSns {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.c-headerSns .c-iconList {
    justify-content: center;
    gap: 0.4em;
    margin: 0;
}

.c-headerSns .c-iconList .c-iconList__link {
    font-size: 24px !important;
    width: 1em;
    height: 1em;
}

/* スマホ開閉メニュー下 */
.p-spMenu__sns {
    margin-top: 1.5em;
    padding: 0 1em 1em;
}

.p-spMenu__sns .c-iconList {
    justify-content: center;
    gap: 0.75em;
    margin: 0;
}

.p-spMenu__sns .c-iconList .c-iconList__link {
    font-size: 30px !important;
    width: 1em;
    height: 1em;
}

.c-headerSns .c-iconList .c-iconList__icon,
.c-headerSns .c-iconList .c-iconList__icon::before,
.p-spMenu__sns .c-iconList .c-iconList__icon,
.p-spMenu__sns .c-iconList .c-iconList__icon::before,
.l-footer__sns .c-iconList .c-iconList__icon,
.l-footer__sns .c-iconList .c-iconList__icon::before,
.l-footer .c-iconList .c-iconList__icon,
.l-footer .c-iconList .c-iconList__icon::before {
    font-size: inherit !important;
    line-height: 1;
}

/* フッターSNS（PC/スマホ共通で表示） */
.l-footer__sns,
.l-footer .c-iconList {
    justify-content: center;
    gap: 0.5em;
    margin-bottom: 0.75em;
}

.l-footer__sns .c-iconList {
    justify-content: center;
    gap: 0.5em;
    margin: 0;
}

.l-footer__sns .c-iconList .c-iconList__link,
.l-footer .c-iconList .c-iconList__link {
    font-size: 30px !important;
    width: 1em;
    height: 1em;
    display: block !important;
}

.l-footer__sns,
.l-footer__sns .c-iconList,
.l-footer .c-iconList {
    display: flex !important;
}

/* 各SNSブランドカラー */
.c-headerSns .c-iconList__item.-facebook .c-iconList__link,
.c-headerSns .c-iconList__item.-facebook .c-iconList__icon::before,
.p-spMenu__sns .c-iconList__item.-facebook .c-iconList__link,
.p-spMenu__sns .c-iconList__item.-facebook .c-iconList__icon::before,
.l-footer__sns .c-iconList__item.-facebook .c-iconList__link,
.l-footer__sns .c-iconList__item.-facebook .c-iconList__icon::before,
.l-footer .c-iconList__item.-facebook .c-iconList__link,
.l-footer .c-iconList__item.-facebook .c-iconList__icon::before {
    color: #1877f2 !important;
}

.c-headerSns .c-iconList__item.-twitter .c-iconList__link,
.c-headerSns .c-iconList__item.-twitter .c-iconList__icon::before,
.p-spMenu__sns .c-iconList__item.-twitter .c-iconList__link,
.p-spMenu__sns .c-iconList__item.-twitter .c-iconList__icon::before,
.l-footer__sns .c-iconList__item.-twitter .c-iconList__link,
.l-footer__sns .c-iconList__item.-twitter .c-iconList__icon::before,
.l-footer .c-iconList__item.-twitter .c-iconList__link,
.l-footer .c-iconList__item.-twitter .c-iconList__icon::before {
    color: #1da1f2 !important;
}

.c-headerSns .c-iconList__item.-twitter-x .c-iconList__link,
.c-headerSns .c-iconList__item.-twitter-x .c-iconList__icon::before,
.p-spMenu__sns .c-iconList__item.-twitter-x .c-iconList__link,
.p-spMenu__sns .c-iconList__item.-twitter-x .c-iconList__icon::before,
.l-footer__sns .c-iconList__item.-twitter-x .c-iconList__link,
.l-footer__sns .c-iconList__item.-twitter-x .c-iconList__icon::before,
.l-footer .c-iconList__item.-twitter-x .c-iconList__link,
.l-footer .c-iconList__item.-twitter-x .c-iconList__icon::before {
    color: #e7e9ea !important;
}

.c-headerSns .c-iconList__item.-instagram .c-iconList__link,
.c-headerSns .c-iconList__item.-instagram .c-iconList__icon::before,
.p-spMenu__sns .c-iconList__item.-instagram .c-iconList__link,
.p-spMenu__sns .c-iconList__item.-instagram .c-iconList__icon::before,
.l-footer__sns .c-iconList__item.-instagram .c-iconList__link,
.l-footer__sns .c-iconList__item.-instagram .c-iconList__icon::before,
.l-footer .c-iconList__item.-instagram .c-iconList__link,
.l-footer .c-iconList__item.-instagram .c-iconList__icon::before {
    color: #e4405f !important;
}

.c-headerSns .c-iconList__item.-youtube .c-iconList__link,
.c-headerSns .c-iconList__item.-youtube .c-iconList__icon::before,
.p-spMenu__sns .c-iconList__item.-youtube .c-iconList__link,
.p-spMenu__sns .c-iconList__item.-youtube .c-iconList__icon::before,
.l-footer__sns .c-iconList__item.-youtube .c-iconList__link,
.l-footer__sns .c-iconList__item.-youtube .c-iconList__icon::before,
.l-footer .c-iconList__item.-youtube .c-iconList__link,
.l-footer .c-iconList__item.-youtube .c-iconList__icon::before {
    color: #ff0000 !important;
}

.c-headerSns .c-iconList__item.-line .c-iconList__link,
.c-headerSns .c-iconList__item.-line .c-iconList__icon::before,
.p-spMenu__sns .c-iconList__item.-line .c-iconList__link,
.p-spMenu__sns .c-iconList__item.-line .c-iconList__icon::before,
.l-footer__sns .c-iconList__item.-line .c-iconList__link,
.l-footer__sns .c-iconList__item.-line .c-iconList__icon::before,
.l-footer .c-iconList__item.-line .c-iconList__link,
.l-footer .c-iconList__item.-line .c-iconList__icon::before {
    color: #06c755 !important;
}

.c-headerSns .c-iconList__item.-tiktok .c-iconList__link,
.c-headerSns .c-iconList__item.-tiktok .c-iconList__icon::before,
.p-spMenu__sns .c-iconList__item.-tiktok .c-iconList__link,
.p-spMenu__sns .c-iconList__item.-tiktok .c-iconList__icon::before,
.l-footer__sns .c-iconList__item.-tiktok .c-iconList__link,
.l-footer__sns .c-iconList__item.-tiktok .c-iconList__icon::before,
.l-footer .c-iconList__item.-tiktok .c-iconList__link,
.l-footer .c-iconList__item.-tiktok .c-iconList__icon::before {
    color: #69c9d0 !important;
}

.c-headerSns .c-iconList__item.-pinterest .c-iconList__link,
.c-headerSns .c-iconList__item.-pinterest .c-iconList__icon::before,
.p-spMenu__sns .c-iconList__item.-pinterest .c-iconList__link,
.p-spMenu__sns .c-iconList__item.-pinterest .c-iconList__icon::before,
.l-footer__sns .c-iconList__item.-pinterest .c-iconList__link,
.l-footer__sns .c-iconList__item.-pinterest .c-iconList__icon::before,
.l-footer .c-iconList__item.-pinterest .c-iconList__link,
.l-footer .c-iconList__item.-pinterest .c-iconList__icon::before {
    color: #e60023 !important;
}

/*----------------------------------------*/
/*  グローバルナビ見出し                     */
/*---------------------------------------*/
.c-gnav > .menu-item > a .ttl {
    font-size: 18px;
}

/*----------------------------------------*/
/*  ギャラリーサムネイル                     */
/*---------------------------------------*/
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    border: 1px solid #FFF;
}