@charset "utf-8";

/*------------------------------
▼共通デザイン（モバイル向け）mobile.css
-------------------------------*/
:root{
    --color01:#f4f0eb;
    --color02:#ffd600;
    --color03:#2f2f2f;
    --color04:#1A1A1A;
    --color05:#f4f0eb;
    --color06:#4d4d4d;
    --color07:#f4f0eb;
    --color08:#ff7567;
    --font01:'游ゴシック';
}

html,body{
    font-family: var(--font01),sans-serif;
    font-size: 10px;
    color: #1A1A1A;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}

header{
    height: 60px;
}

p{
    line-height: 2;
}

a{
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.m10b{
    margin-bottom: 10px;
}

.white{
    color: #fff;
}

.btn01{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 30px;
    margin: 20px 0;
    transition: all .3s ease;
}

.btn01::before{
    position: absolute;
    content: "";
    margin: auto;
    top: -2px;
    bottom: 0;
    right: 16%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    transform: rotate(45deg);
    transition: all .3s ease;
}

.btn01::after{
    content: "";
    margin: auto;
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 16%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    transition: all .3s ease;
}

.btn01:hover{
    background: var(--color02);
}


.btn01.st1{
    background:#fff;
}

.btn01.st1:hover{
    color: #fff;
    background: var(--color04);
}

.btn01.st1:hover::before{
    border-top: 2px solid #fff;
}

.btn01.st1:hover::after{
    border-right: 2px solid #fff;
}

.btn01.st2{
    background:var(--color07);
}

.btn01.st3{
    color: var(--color02);
    background:var(--color04);
}

.btn01.st3:hover{
    color: var(--color04);
    background:var(--color02);
}

.btn01.st4{
    color:#fff;
    background:var(--color04);
    transition: all .3s ease;
}

.btn01.st4::before{
    border-top: 2px solid #fff;
}

.btn01.st4::after{
    border-right: 2px solid #fff;
}

.btn01.st4:hover{
    color:var(--color04);
    background:#fff;
    transition: all .3s ease;
}

.btn01.st4:hover::before{
    border-top: 2px solid var(--color04);
}

.btn01.st4:hover::after{
    border-right: 2px solid var(--color04);
}

.btn01.st5{
    width: 80%;
    color: var(--color04);
    background: var(--color02);
    height: 40px;
    transition: all .3s ease;
}

.btn01.st5:hover{
    background: #fff;
    transition: all .3s ease;
}

.btn01.st5:hover::before{
    border-top: 2px solid var(--color04);
}

.btn01.st5:hover::after{
    border-right: 2px solid var(--color04);
}

.contact_ct{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--color02);
    padding: 40px 0;
}

.contact_ct > span{
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .1em;
}

.contact_ct > span::before{
    content: "＼";
}

.contact_ct > span::after{
    content: "／";
}

.contact_ct .btn01{
    position: relative;
    width: 90%;
    height: 80px;
    margin-bottom: 0;
    font-size: 1.6rem;
    border-radius: 40px;
}

.contact_ct .btn01::before{
    border-top: 2px solid #fff;
}

.contact_ct .btn01:hover::before{
    border-top: 2px solid var(--color04);
}

.contact_ct .btn01:hover::after{
    border-right: 2px solid var(--color04);
}

.contact_ct .btn01::after{
    border-right: 2px solid #fff;
}

.contact_ct .btn01:hover{
    color: var(--color04);
    background:#fff;
}

/*------------------------------
header
-------------------------------*/
.header_ct{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background-color:rgba(255,255,255,0.8);
    z-index: 90;
}

.header_bx01{
    position: relative;
    width: 60px;
    height: inherit;
    background-color:rgba(244,240,235,0.8);
}

.header_bx02 a{
    font-family: var(--font01),sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5;
}

.header_bx03{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: inherit;
    background-color:rgba(0,0,0,0.8);
}

.header_hb_bx{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
}

.header_hb_btn, .header_hb_btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.header_hb_btn {
    position: relative;
    width: 22px;
    height: 34px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
}

.header_hb_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
}

.header_hb_btn span:nth-of-type(1) {
    top: 9px;
}

.header_hb_btn span:nth-of-type(2) {
    top: 15px;
}

.header_hb_btn span:nth-of-type(3) {
    bottom: 10px;
}

.header_overlay{
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--color07);
    text-align: center;
    padding: 40px 20px;
    transition: all .5s ease;
    transform: translateX(100vw);
}

.header_overlay.open{
    transform: translateX(0);
}

.header_overlay .btn01{
    width: 100%;
    height: 80px;
    border-radius: 50px;
}

.gnav_sp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gnav_sp li{
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px solid var(--color04);
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.header_hb_btn.active span:nth-of-type(1) {
    transition: all .2s ease-in;
    transform: rotate(45deg);
    top: 16px;
}

.header_hb_btn.active span:nth-of-type(2) {
    transition: all .2s ease-out;
    opacity: 0;
}

.header_hb_btn.active span:nth-of-type(3) {
    transition: all .2s ease-in;
    transform: rotate(-45deg);
    bottom: 15px;
}

.header_ct .btn01::before{
    border-top: 2px solid var(--color02);
}

.header_ct .btn01::after{
    border-right: 2px solid var(--color02);
}

.header_ct .btn01:hover::before{
    border-top: 2px solid var(--color04);
}

.header_ct .btn01:hover::after{
    border-right: 2px solid var(--color04);
}

.header_aside_ct{
    position: fixed;
    right: 55px;
    bottom: 10px;
    z-index: 10;
}

.header_aside_ct a{
    color: #fff;
    transition: all .3s ease;
}

.header_aside_ct a:hover{
    color: var(--color02);
    transition: all .3s ease;
}

.back_to_top{
    position: absolute;
    content: "";
    bottom: 0;
}

.back_to_top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--color04);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header_ttl_span02{
    position: relative;
    font-size: 1.4rem;
}

.header_ttl_span02::before{
    position: absolute;
    content: '';
    top: 1px;
    left: -18px;
    width: 15px;
    height: 15px;
    background: url(/images/bbq/ttl_ico_shop.svg) no-repeat;
}

/*------------------------------
mv
-------------------------------*/

.mv_bx01{
    position: relative;
    height: 345px;
}

.mv_bx01::before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 345px;
    background: url("/images/bbq/shibuya/mv.webp") no-repeat center;
    background-size: cover;
    filter: brightness(.4);
}

.mv_bx01_txt{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    line-height: 1.5;
}

.mv_bx01_ttl_bx{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.mv_ttl{
    text-align: center;
}

.mv_bx01_txt01{
    line-height: 2;
    font-size: 1.9rem;
    font-weight: bold;
}

.mv_bx01_txt02{
    line-height: 1;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: .1em;
}

.mv_bx01_txt03{
    line-height: 1;
    font-size: 3.2rem;
    font-weight: bold;
}

.mv_bx01_txt04{
    line-height: 1.5;
    font-size: 3.6rem;
    font-weight: bold;
}

.mv_bx01_txt05{
    line-height: 1.5;
    font-size: 1.4rem;
}

.mv_bx02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 0 ;
}

.mv_bx02::before{
    content: none;
}

.mv_bx02 img{
    width: 100%;
    object-fit: cover;
}

.mv_desc{
    font-size: 1.6rem;
    font-weight: bold;
    font-family: var(--font01),sans-serif;
    margin: 20px 0;
}

.mv_desc_aside{
    display: inline-block;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 2;
    margin-top: 10px;
}
/*------------------------------
business_hour
-------------------------------*/
.business_hour_bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 40px;
}

.business_hour_ttl_bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 20px;
}

.business_hour_ttl{
    display: inline-block;
    font-family: var(--font01),sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 10px 0;
    border-bottom: 5px solid var(--color04);
}

.business_hour_table_bx{
    width: 90%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.business_hour_table_bx table{
    width: 100%;
}

.business_hour_table_bx th,
.business_hour_table_bx td{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 2rem;
}

.business_hour_table_bx td {
    flex-direction: column;
}

.business_hour_table_bx td span {
    font-size: 14px;
}

.business_hour_table_bx th{
    color: #fff;
    background-color: var(--color03);
}

.business_hour_table_bx td{
    background-color: var(--color05);
    font-weight: bold;
    border-bottom: 1px solid #000;
}



/*------------------------------
price
-------------------------------*/
.price{
    position: relative;
    width: 100%;
    height: 620px;
}

.price::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(.4);
    z-index: -1;
    background: url("/images/bbq/shibuya/price_bg.webp") no-repeat;
    background-size: cover;
}

.price_bx01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: inherit;
    margin: 20px;
}

.price_bx01 p{
    line-height: 1.5;
}

.price_bx01_txt{
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: var(--font01),sans-serif;
}

.price_bx01_txt02{
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
    font-family: var(--font01),sans-serif;
}

.price_bx01_txt03{
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: var(--font01),sans-serif;
}

/* planの横長内部リンクボタン */
.price_list {
    display: grid;
    width: 100%;
    margin-top: 10px;
    gap: 2em;
}

.price_list_plan {
    display: grid;
    align-items: center;
    grid-template-columns: 30% 67% 5%;
    min-height: 80px;
    background: #fff;
    border-radius: 10px;
}

.price_list_plan_icon {
    display: grid;
    grid-template-rows: 3fr auto;
    justify-content: center;
    align-items: flex-end;
}
.plan_icon_img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.price_list_plan_icon img {
    width: 30px;
    height: 30px;
    margin: 4px;
}

.plan_icon_img_wrap .icon,
.arrow-down .icon {
    width: 10px;
    height: 10px;
}

.price_list_plan_icon p {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.price_list_plan_title_wrap {
    display: grid;
    grid-template-rows: 2fr max-content;
    justify-content: flex-start;
    font-weight: bold;
    text-align: left;
    gap: 5px;
    padding: 5px 0;
}

.price_list_plan_title {
    font-size: 15px;
}

.price_list_plan_title_wrap div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.price_list_plan_title_add {
    padding: 2px 1em;
    margin-right: 1em;
    border-radius: 10px;
    background: #F4F0EB;
    white-space: nowrap;

}

.price_icon {
    padding: 4px;
    border-radius: 50%;
}

.icon_sun {
    background-color: var(--color08);
}

.icon_skewer,
.icon_meat {
    background-color: #DF741B;
}

img.icon_meat{
    padding: 0 5px;
}

.icon_family {
    background: var(--color02);
}

.icon_night {
    background: #7F8EE3;
}

.arrow-down {
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: var(--color02);
    border-radius: 0 10px 10px 0;
}
/* .price_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.price_list li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-family: var(--font01),sans-serif;
    font-size: 1.4rem;
    border-radius: 10px;
    background-color: #fff;
    color: var(--color04);
    text-align: center;
}

.price_list li{
    width: 48%;
    margin-bottom: 10px;
}

.price_list li::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.price_list li:nth-of-type(1)::before {
    background:url(/images/bbq/ico_meat.svg) no-repeat;
    background-size: contain;
}

.price_list li:nth-of-type(2)::before {
    background:url(/images/bbq/ico_cutlery.svg) no-repeat;
    background-size: contain;
}

.price_list li:nth-of-type(3)::before {
    background:url(/images/bbq/shibuya/ico_shrimp.svg) no-repeat;
    background-size: contain;
}

.price_list li:nth-of-type(4)::before {
    background:url(/images/bbq/ico_drink.svg) no-repeat;
    background-size: contain;
}

.price_list li:nth-of-type(5)::before {
    background:url(/images/bbq/shibuya/ico_cake.svg) no-repeat;
    background-size: contain;
}

.price_list li:nth-of-type(6)::before {
    background:url(/images/bbq/ico_clock.svg) no-repeat;
    background-size: contain;
} */

.price_list_it{
    font-weight: bold;
}
/*------------------------------
menu_plan freedrink ボタン
-------------------------------*/
.choice_btn_menu_freedrink{
    padding: 30px 20px;
    background-color: var(--color02);
}

.choice_btn_menu_freedrink a{
    background-color: #fff;
    font-size: 2rem;
}
.choice_btn_menu_freedrink a.btn01:first-of-type::before,
.choice_btn_menu_freedrink a.btn01:first-of-type::after{
    transform: rotate(135deg);
}
.choice_btn_menu_freedrink a.btn01:nth-of-type(2){
    padding-right: 20px;
}
.choice_btn_menu_freedrink a.btn01:nth-of-type(2)::before,
.choice_btn_menu_freedrink a.btn01:nth-of-type(2)::after{
    right: 10%;
    transform: rotate(135deg);
}
.choice_btn_menu_freedrink a.btn01:hover{
    background-color: #fff;
    opacity: .6;
    transition: all .3s ease;
}

/*------------------------------
about_pr_bbq
-------------------------------*/
.about_pr_bbq_ttl_bx{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px auto 30px;
}

.about_pr_bbq_ttl{
    font-family: var(--font01),sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 10px 0;
    display: inline-block;
    border-bottom: 5px solid var(--color04);
}

.about_pr_bbq_sub_ttl{
    line-height: 1.5;
    margin-bottom: 20px;
}

.about_pr_bbq_sub_desc{
    font-family: var(--font01),sans-serif;
    font-size: 1.4rem;
}

.bx_bgc:nth-of-type(2n+1){
    height: 435px;
    background-color: var(--color03);
    color: #fff;
    font-size: 2.4rem;
    font-family: var(--font01),sans-serif;
    font-weight: bold;
}

.bx_bgc:nth-of-type(2n){
    height: 435px;
    background-color: var(--color05);
    color: var(--color04);
    font-size: 2.4rem;
    font-family: var(--font01),sans-serif;
    font-weight: bold;
}

.bx_bgc:nth-of-type(2n+1) .bx_it{
    position: relative;
    background-color: var(--color03);
}

.bx_bgc:nth-of-type(2n) .bx_it{
    position: relative;
    background-color: var(--color05);
    height: auto;
}

.about_pr_bbq .bx_it{
    padding: 30px;
    height: 50%;
}

.bx_bgc{
    position: relative;
}

.about_pr_bbq_bx05.bx_bgc{
    height: 500px;
}

.bx_bgc::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.about_pr_bbq_bx01::before,
.about_pr_bbq_bx02::before,
.about_pr_bbq_bx03::before,
.about_pr_bbq_bx04::before,
.about_pr_bbq_bx06::before{
    height: 50%;
}

.about_pr_bbq_bx05::before{
    height: 180px;
}

.about_pr_bbq_bx01::before{
    background: url("/images/bbq/shibuya/about_pr_bbq_img01.webp") center no-repeat;
}

.about_pr_bbq_bx02::before{
    background: url("/images/bbq/shibuya/about_pr_bbq_img02.webp") center no-repeat;
}

.about_pr_bbq_bx03::before{
    background: url("/images/bbq/shibuya/about_pr_bbq_img03.webp") center no-repeat;
}

.about_pr_bbq_bx04::before{
    background: url("/images/bbq/shibuya/about_pr_bbq_img04.webp") center no-repeat;
}

.about_pr_bbq_bx05::before{
    background: url("/images/bbq/shibuya/about_pr_bbq_img05.webp") center no-repeat;
}

.about_pr_bbq_bx06::before{
    background: url("/images/bbq/shibuya/about_pr_bbq_img06.webp") center no-repeat;
}

.about_pr_bbq_bx01::before,
.about_pr_bbq_bx02::before,
.about_pr_bbq_bx03::before,
.about_pr_bbq_bx04::before,
.about_pr_bbq_bx05::before,
.about_pr_bbq_bx06::before{
    background-size: cover;
}

@media screen and (min-width: 600px) and (max-width: 768px){
    .about_pr_bbq_bx01::before,
    .about_pr_bbq_bx02::before,
    .about_pr_bbq_bx03::before,
    .about_pr_bbq_bx04::before,
    .about_pr_bbq_bx05::before,
    .about_pr_bbq_bx06::before{
        background-size: cover;
    }
}


.about_pr_bbq_bx01 .bx_it::after,
.about_pr_bbq_bx03 .bx_it::after,
.about_pr_bbq_bx05 .bx_it::after{
    position: absolute;
    right: 20px;
    bottom: -55px;
    font-family: var(--font01),sans-serif;
    font-size: 9rem;
}

.about_pr_bbq_bx05 .bx_it::after{
    bottom: -88px;
}

.about_pr_bbq_bx02 .bx_it::after,
.about_pr_bbq_bx04 .bx_it::after,
.about_pr_bbq_bx06 .bx_it::after{
    position: absolute;
    left: 20px;
    bottom: -55px;
    font-family: var(--font01),sans-serif;
    font-size: 9rem;
}

.about_pr_bbq_bx01 .bx_it::after{
    content: "01";
    color: #fff;
}

.about_pr_bbq_bx02 .bx_it::after{
    content: "02";
    color: var(--color06);
}

.about_pr_bbq_bx03 .bx_it::after{
    content: "03";
    color: #fff;
}

.about_pr_bbq_bx04 .bx_it::after{
    content: "04";
    color: var(--color06);
}

.about_pr_bbq_bx05 .bx_it::after{
    content: "05";
    color: #fff;
}

.about_pr_bbq_bx06 .bx_it::after{
    content: "06";
    color: var(--color06);
}

.about_pr_bbq_bx02 .bx_it,
.about_pr_bbq_bx04 .bx_it,
.about_pr_bbq_bx06 .bx_it{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.about_pr_bbq_bx02 .bx_it .about_pr_bbq_sub_desc,
.about_pr_bbq_bx06 .bx_it .about_pr_bbq_sub_desc{
    width: 70%;
}

.about_pr_bbq_bx04 .bx_it .about_pr_bbq_sub_desc{
    width: 80%;
}

.about_pr_bbq_bx04 .bx_it .about_pr_bbq_sub_ttl,
.about_pr_bbq_bx06 .bx_it .about_pr_bbq_sub_ttl{
    position: absolute;
    top: 30px;
    right: 30px;
    height: max-content;
    writing-mode: vertical-rl;
}

.about_pr_bbq_bx02 .bx_it .about_pr_bbq_sub_ttl {
  position: absolute;
  top: 18px;
  right: 30px;
  height: max-content;
  writing-mode: vertical-rl;
}

.about_pr_bbq_sub_aside{
    font-size: 1.2rem;
    font-weight: normal;
}

/*------------------------------
point
-------------------------------*/
.point{
    background: url("/images/bbq/point_bg.webp") no-repeat;
    background-size: cover;
}

.point_ttl_bx{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 30px;
}

.point_ttl{
    display: inline-block;
    font-family: var(--font01),sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 10px 0;
    border-bottom: 5px solid var(--color04);
}

.point_bx{
    display: flex;
    flex-direction: column;
    height: 530px;
    background: var(--color03);
    border-radius: 10px;
    margin: 0 20px 20px;
    color: #fff;
}

.point_sub_ttl{
    font-family: var(--font01),sans-serif;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    margin: 15px 0;
}

.point_it{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0 10px;
}

.point_desc{
    font-size: 1.4rem;
    font-weight: bold;
    padding: 20px;
}

.point_img{
    width: 100%;
    object-fit: cover;
}


/*------------------------------
recommend
-------------------------------*/

.recommend_ttl_bx{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 20px;
}

.recommend_ttl{
    display: inline-block;
    font-family: var(--font01),sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 10px 0;
    border-bottom: 5px solid var(--color04);
}

.recommend_bx{
    padding: 20px;
}

.recommend_bx img{
    width: 100%;
    object-fit: cover;
}

.recommend_bx_it{
    position: relative;
    padding: 20px;
    background: var(--color01);
}

.recommend_bx_it_ttl{
    font-size: 2.4rem;
    font-weight: bold;
    padding: 30px 0 20px 25px;
}

.recommend_bx_it_desc{
    font-size: 1.4rem;
}

.recommend_bx_it::before{
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    width:30px;
    height:60px;
    border-radius:0 30px 30px 0;
    background:var(--color08);
}

.recommend_bx_it::after{
    position: absolute;
    top: 30px;
    left: 46px;
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--color08);
    letter-spacing: .1em;
}

.recommend_bx01 .recommend_bx_it::after{
    content: 'POINT 1';
}

.recommend_bx02 .recommend_bx_it::after{
    content: 'POINT 2';
}

.recommend_bx03 .recommend_bx_it::after{
    content: 'POINT 3';
}

.recommend_aside{
    font-size: 1.2rem;
    padding: 0 20px 40px;
}




/*------------------------------
plan
-------------------------------*/
.plan_ttl_bx{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 20px;
}

.plan_ttl{
    display: inline-block;
    font-family: var(--font01),sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 10px 0;
    border-bottom: 5px solid var(--color04);
}

.plan_ttl_desc{
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 0 20px;
    text-align: center;
    line-height: 1.5;
}

.plan_bx01,.plan_bx02,.plan_bx03{
    margin-top: 40px;
    padding: 40px 20px;
    background: var(--color05);
}

.plan_bx01:nth-child(even){
    background: #fff;
}

.plan_img{
    width: 100%;
    height: auto;
}

.plan_txt01{
    font-family: var(--font01),sans-serif;
    margin-top: 20px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.plan_sub_txt01,.plan_sub_txt02{
    display: inline-block;
    width: 80px;
    line-height: 1.5;
    margin-right: 10px;
    color: #fff;
    border-radius: 20px;
    font-weight: bold;
    background-color: rgb(255, 117, 103);
}

.plan_sub_txt02{
    background-color: #ffd600;
}

.plan_sub_txt03{
    display: inline-block;
}

/* .plan_bx02 .plan_sub_txt01{
    background: var(--color02);
    color: var(--color04);
} */

.plan_txt02{
    color: var(--color04);
    font-family: var(--font01),sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin: 10px 0;
}

.plan_txt03{
    font-family: var(--font01),sans-serif;
    font-size: 1.4rem;
}

.plan_price{
    margin-bottom: 40px;
}

.plan_price_ttl{
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.plan_price_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #000;
}

.plan_price_list li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.plan_price_list li:nth-of-type(2n+1){
    width: 30%;
    color: #fff;
    font-size: 1.4rem;
    background-color: var(--color06);
}

.plan_price_list li:nth-of-type(2n){
    width: 70%;
    font-size: 3.6rem;
    font-weight: bold;
    background: #fff;
}

.plan_price_list li:nth-of-type(2n) .sub_txt01{
    font-size: 1.2rem;
    margin-top: 15px;
    margin-left: 10px;
}

.plan_price_aside{
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 5px;
}

.plan_menu{
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.plan_menu:last-of-type{
    border-bottom: none;
}

.plan_menu .menu_ttl{
    font-size: 1.6rem;
    font-weight: bold;
}

.plan_menu .menu_ttl > li::before{
    content: "■";
}

.plan_menu  .menu_list{
    margin-top: 10px;
}

.plan_menu  .menu_list li{
    font-size:1.4rem;
}

.plan_menu_aside{
    line-height: 1.5;
}

.plan .menu_list{
display: flex;
flex-wrap: wrap;
margin-top: 10px;
padding-left: 0.5em;
}

.menu_list.drink_list li{
    display: inline;
}

.menu_list.drink_list li:not(:last-child):after{
    content: "／";
}

.plan .btn_freedrink_menu{
    padding-right: 20px;
}

.plan_bx01 .btn_freedrink_menu,
.plan_bx03 .btn_freedrink_menu{
    background-color: #fff;
}

.plan_bx02 .btn_freedrink_menu{
    background-color: #fff;
}

.plan .btn_freedrink_menu.btn01::before,
.plan .btn_freedrink_menu.btn01::after{
    transform: rotate(135deg);
}

.plan .btn_freedrink_menu.btn01:hover{
    background-color: var(--color02);
    transition: all .3s ease;
}

.plan .freedrink_menu_ttl_bx{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 20px;
}

.plan .freedrink_menu_ttl{
    display: inline-block;
    font-family: var(--font01),sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 10px 0;
    border-bottom: 5px solid var(--color04);
}

.plan .freedrink_menu_ttl_desc{
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 0 20px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 40px;
}

.plan .freedrink_bx01{
    padding: 40px 20px;
    background-color: var(--color05);
}

.plan .freedrink_txt02{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
}

.plan .freedrink_menu_desc{
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.plan .freedrink_menu_txt02_bx{
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid;
}

.freedrink_menu_txt02{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.freedrink_menu_aside{
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
}

.freedrink_menu_txt02_bx .drink_menu_ttl {
    display: flex;
    font-size: 2rem;
    font-weight: bold;
}

.freedrink_menu_txt02_bx .drink_menu_ttl::before {
    content: "■";
}

.freedrink_menu_txt02_bx .drink_menu_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0.5em;
}

.freedrink_menu_txt02_bx .drink_menu_list li {
    font-size: 1.6rem;
    font-weight: bold;
    word-break: keep-all;
}

/* .freedrink_menu_txt02_bx .drink_menu_list li:not(:last-child):after {
    content: "／";
} */

.freedrink_menu_txt02_bx .drink_menu_list:last-of-type {
    padding-bottom: 20px;
    border-bottom: 1px solid;
}

/*------------------------------
access
-------------------------------*/
.access_bx{
    width: 100%;
    padding: 20px;
    background-color: var(--color02);
    border-top: 1px solid var(--color04);
}

.access_ttl{
    margin: 20px auto;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}

.accesss_dl_it{
    display: flex;
}

.access_img{
    width: 100%;
    height: auto;
}

.access_ct .btn01:hover{
    color: var(--color02);
    background: var(--color04);
}

.access_ct .btn01:hover::before{
    border-top: 2px solid var(--color02);
}

.access_ct .btn01:hover::after{
    border-right: 2px solid var(--color02);
}

.access_aside{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.access_aside_txt{
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 5px solid var(--color04);
}

.access_list li{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 2.5em;
}

.access_list li:last-child{
    margin-bottom: 40px;
}

.access_list li::before{
    position: absolute;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    background: url("/images/bbq/shibuya/ico_check_mark.svg") no-repeat;
    background-size: contain;
}

/*------------------------------
faq
-------------------------------*/
.faq_ttl_bx{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 20px;
}

.faq_ttl{
    display: inline-block;
    font-family: var(--font01),sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 10px 0;
    border-bottom: 5px solid var(--color04);
}

.faq_list{
    padding:0 20px 60px;
}

.faq_list > li{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

.faq ul li p{
    line-height: 1.5;
}

.faq_txt01{
    position: relative;
    display: flex;
    align-items: center;
    height: 24px;
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 2em;
    margin-bottom: 5px;
}

.faq_txt02{
    position: relative;
    font-size: 1.4rem;
    padding-left: 2.3em;
    padding-top: 5px;
}

.faq_txt03{
    display: inline-block;
    font-size: 1.2rem;
}

.faq_txt03:nth-child(1){
    margin-top: 10px;
}

.faq_txt01::before{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: "Q.";
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    color: #fff;
    background:rgb(255, 117, 103);
    margin-right: 10px;
    border-radius: 5px;
    font-family: system-ui,sans-serif;
    font-size: 1.2rem;
    padding-left: 3px;
}

.faq_txt02::before{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: "A.";
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    color: rgb(255, 117, 103);
    background:var(--color01);
    margin-right: 10px;
    border-radius: 5px;
    font-family: system-ui,sans-serif;
    font-size: 1.2rem;
    padding-left: 3px;
}

.faq_span_txt{
    display: inline-block;
    margin-top: 20px;
}

div.faq_txt02{
    line-height: 1.5;
}

.faq_list02 li{
    position: relative;
    padding-left: 2em;
    text-indent: -1em;
}

.faq_list02 li::before{
    position: absolute;
    content: '・';
    font-weight: bold;
}

/*------------------------------
locations
-------------------------------*/

.locations{
    background: var(--color01);
}

.locations_ttl_bx{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 20px;
}

.locations_ttl{
    display: inline-block;
    font-family: var(--font01),sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 10px 0;
    border-bottom: 5px solid var(--color04);
}

.locations_bx{
    padding: 20px 20px 60px;
}

.locations_bx img{
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.locations_sub_ttl{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0;
}

.locations_table_bx{
    line-height: 1.5;
}

.locations_table_bx table{
    font-size: 1.4rem;
}

.locations_table_bx table th{
    width: 32%;
}

.locations_table_bx table th,
.locations_table_bx table td{
    border-bottom: 1px solid var(--color04);
    padding: 20px 0;
}

.locations_table_bx table tr:first-of-type th,
.locations_table_bx table tr:first-of-type td{
    border-top: 1px solid var(--color04);
}

.locations_table_bx table tr.border_none,
.locations_table_bx table tr.border_none td {
    border-top: none;
    border-bottom: none;
}

.locations_table_bx table tr.border_top_none,
.locations_table_bx table tr.border_top_none td {
    border-top: none;
}

.locations_table_bx table tr.border_bottom_none,
.locations_table_bx table tr.border_bottom_none td {
    border-bottom: none;
}

.locations_txt01{
    font-size: 1.2rem;
    margin-top: 10px;
}

.border_b{
    border-bottom: 1px solid var(--color04);
}

.google_map_bx iframe{
    width: 100%;
}

.locations_bx .btn01{
    height: 80px;
    padding: 20px;
    border-radius: 50px;
}

.locations table a{
    color: var(--color08);
}

.locations table a:hover{
    opacity: .6;
    transition: all .3s ease;
}

.locations_aside{
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
}

.locations_nowrap{
    display: flex;
}



/*------------------------------
footer
-------------------------------*/
.footer_ct{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    height: 290px;
    background-color: var(--color03);
}

.footer_txt01{
    line-height: 1;
    font-family: var(--font01),sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
}

.footer_txt02{
    line-height: 1;
    font-family: var(--font01),sans-serif;
    font-size: 8.8rem;
    font-weight: bold;
    letter-spacing: 1.6rem;
}

.footer_txt03{
    font-family: var(--font01),sans-serif;
    font-size: 1rem;
    flex-wrap: wrap;
    margin-top: 30px;
    text-align: center;
}

.footer_txt04{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--font01),sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .1em;
}


.footer_txt04 img{
    margin-right: 4px;
}
/*------------------------------
パンくず
--------------------------------------*/
#breadcrumbs{
    padding: 10px 0;
    font-size: 12px;
    overflow: scroll;
}

#breadcrumbs ol{
    display: flex;
    white-space: nowrap;
}

#breadcrumbs ol li{
    display: flex;
}

#breadcrumbs ol li::after{
    content: '>';
    padding:0 4px;
}

#breadcrumbs ol li:last-of-type:after{
    content: none;
}
