@charset "utf-8";
/*==========================
common
==========================*/

html {
    font-size: 62.5%;
}

body {
    font-family:
        "Shippori Mincho", 
        'Noto Sans JP',
        Arial,
        serif;
    font-weight: 400;
    font-style: normal;
    color: var(--primary-black, #333A3A);
    background-color: var(--primary-white, #FDFDFD);
    line-height: 1.5;
}

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


/* header */

.header_flex {
    display: flex;
    flex-direction: column; /* 要素を縦に並べる */
    align-items: center;
    /* justify-content: center; */
    position: relative;
    width: 100%;
    height: 100vh;    
    /* 画面いっぱいに表示 */
    background-size: cover;
    background-position: center;
}

.background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* .header_flex .top_rogo_wh {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
} */

.lang_wh {
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 14px;
    width: auto;
}

.top_rogo_wh {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_rogo_wh {
    width: 300px; /* 適宜調整 */
}

/* テキストエリア */
.header_txt {
    text-align: center;
    color: #FFF;
    margin-top: 40px; /* 必要に応じて調整 */
}

.top__txt {
    font-size: 30px;
    line-height: 1.8;
}

.mainCaption__txt {
    font-size: 14px;
    line-height: 2.0;
    margin-top: 20px;
}

/* main */
.topic {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    background-color: #9F2624;
    width: 100%;
    height: auto;
    padding: 10px;
    /* margin-top: 0!important; */
}

.omoi,
.info {
    margin-top: 20px;
}
.section--master {
    text-align: center;   
}

.master__shopmaster {
    color: #9F2624;
    font-size: 16px;
    margin-top: 20px;
}
h3 {
    color: #9F2624;
    font-size: 30px;
    line-height: 2.0;
}
.master__txt,
h4 {
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}
.gaikou {
    width: 60%;
    margin-top: 20px;
}

.omoi_top {
    text-align: center;
    margin-top: 20px;
}

.omoi_img {
    margin-top: 20px;
    width: 100vw;
    height: auto;
    margin:0 auto;
}

.shop_info,
.footer {
    background-color: #474141;
    text-align: center;
    /* padding: 10px; */
}



/* .nav初期表示 */
.nav {
    background-color: #474141;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;  
}

.nav__header {
    padding: 10px 4.2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__list {
    margin-top: 30px;
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 16px;

}

.nav__item {
    color: #FFF;
    font-size: 2.0rem;
    line-height: 2;
    margin-left: 40px;
    display: flex;
    align-items: center;
}
.nav__item:hover {
    opacity: 0.7;
    color: white;
}
/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: block;
    width: 28px;
    height: auto;
}
.sns_icon {
    margin: 20px;
}


/* pc */
@media screen and (min-width:751px) {

    .map {
        width: 100%;
        margin-top: 20px;
        height: 600px;
    }
    .sp_only,
    .nav__list,
    .header__btn {
        display: none;
    }
    .article__header {
        display: flex;
        justify-content: space-between;
    }
    .pc_nav {
        background: rgba(255, 255, 255, 0.2);
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 5px 50px;
        margin-top: 20px;
        position: absolute; /* 絶対配置に変更 */
        /* top: 0; 上端に配置 */
        left: 0; /* 左端に配置 */
        width: 100%; /* 幅を100%に */
        /* z-index: 10; 他の要素より前面に表示 */
    }
    .nav__item {
        margin: 0 40px;

    }
    .top_head {
        display: flex;
        /* margin: 20px; */
        align-items: flex-end;
        flex-direction: row-reverse;
        justify-content: space-evenly; /* 要素を左右に配置 */
        max-width: 1280px; /* 最大幅を設定 */
        width: 100%;
        margin: 20px auto; /* 中央寄せ */
    }
    .lang_wh {
        /* display: flex; lang_whを横並びにする */
        gap: 10px; /* lang_whの間隔を調整 */
    }
    .top__txt {
        font-size: 50px;
        writing-mode: vertical-rl;
        /* margin: auto; */
        padding: 60px 300px 0 0;
        text-align: left;
      
    }
    .top__txtch {
        font-size: 46px;
        writing-mode: vertical-rl;
        /* margin: auto; */
        padding: 60px 300px 0 0;
        text-align: left;
      
    }
    .top__txten {
        font-size: 42px;
        writing-mode: vertical-rl;
        /* margin: auto; */
        padding: 60px 300px 0 0;
        text-align: left;
      
    }

    .mainCaption__txt {
        font-size: 18px;
        writing-mode: vertical-rl;
        text-align: left;
        margin-top: 60px;

    }
    .gaikou {
        width: 40%;
        margin-top: 40px;
    }
    .omoi_txt {
        font-size: 30px;
        margin: 20px;
    }
    .shop_info {
        background-color: #474141;
        text-align: center;
        padding: 0;
    }
    .shop_info_list {
        max-width: 1280px;
        margin: 80px auto ;
        padding: 0 40px;
        display: flex;
        justify-content: flex-start;
        /* gap: 10px; */
    }
    .shop_rogo {
        width: 80%;
    }
    .note {
        color: #FFF;
        text-align: left;
        font-size: 30px;
        font-weight: 400;
        line-height: 1.8; /* 200% */
        padding-bottom: 16px;
    }
    .allergy {
        font-size: 20px;
    }
    .address {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5; /* 200% */
        margin-top: 20px;
        padding-bottom: 16px;
    }
    .address_image{
        width: 60px;
        margin-right: 6px;
        transform: translate(0, -15%);
    }

    .tell {
        font-size: 60px;
        font-weight: 400;
    }


    .topic {
        color: #FFF;
        text-align: center;
        font-size: 40px;
        background-color: #9F2624;
        width: 100%;
        height: auto;
        padding: 10px;
        /* margin-top: 40px; */
    }
    .take_sp {
        margin-top: 30px;
    }
    .master_txt {
        font-size: 16px;
        margin: 20px auto 40px;
    }
    .pc_footer {
        display: flex; /* フレックスボックスを適用 */
        align-items: center; /* 縦方向中央揃え */
        justify-content: center; /* 要素間に均等なスペースを配置 */
        padding: 40px; /* 必要に応じてパディングを追加 */
        max-width: 1280px; /* 必要に応じて最大幅を設定 */
        margin: 0 auto; /* 中央寄せ */
        
    }

    .footer_rogo {
        width: 100%; /* ロゴの幅を調整 */
        max-width: 300px; /* ロゴの最大幅を調整 */
        height: auto;
    }

    .pc_footer h4 {
        text-align: left; /* テキストを左寄せ */
        font-size: 16px;
        line-height: 1.5;
        color: #FFF;
        margin-left: 40px;
        border-top: none;
    }
    .copy {
        margin-top: 20px;
    }
    
}

/* sp */
@media screen and (max-width:750px) {
    .pc_footer,
    .pc_headdernav {
        display: none;
    }
    .head_rogo_wh {
        width: 60%; /* 適宜調整 */
        margin: 0 auto;
    }
    
    .top_head {
        display: flex;
        margin: 20px;
        align-items: center;

    }

    .header__btn {
        display: block;
        width: 20px;
        height: 20px;
    }
    .nav__btn {
        width: 20px;
        height: auto;
    }
    .omoi_top {
        text-align: center;
        margin-top: 10px;
        font-size: 20px;
    }
    .omoi_img {
        width: 100vw;
        height: auto;
        margin:20px auto 6px;
    }
    
    .master_txt,
    .omoi_txt {
        font-size: 20px;
        /* margin-top: 10px; */
    }
    .shop_rogo {
        padding: 10px;
    }

    .map {
        width: 100%;
        margin-top: 0;
        height: 400px;
    }
    .shop_inforogo {
        margin-top: 50px;
    }
    
    .address {
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5; /* 200% */
        margin-top: 20px;
        padding-bottom: 16px;
        margin-bottom: -2px;
    }

    .note {
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5; /* 200% */
        padding-bottom: 16px;
    }

    .tell {
        font-size: 40px;
    }
    .sns_icon {
        margin: 20px;
    }
    .address_image{
        width: 40px;
        margin-right: 6px;
        transform: translate(0, -15%);
    }

    .footer {
        text-align: center;
        padding: 10px 0; /* 上下にパディングを追加 */
        line-height: 2.0; /* 行間を調整 */
        padding-top: 0;


    }
    .footer_rogo {
        width: 50%;
    }
    .copy {
        font-size: 1.2rem;
        color: #FFF;
        text-align: center;
        background-color: #474141;
        margin-top: 60px;
        padding: 10px 0; /* 上下にパディングを追加 */
        line-height: 2.0; /* 行間を調整 */
        padding-top: 0;
    }

}