.sp{
    display: none;
}

.menu{
    display: none !important;
}

html{
    font-size: 18px;
}

section[class^="sec_"]{
    padding-bottom: 120px;
}


.heading2{
    margin-bottom: 60px;
    font-size: 26px;
}

.inner_sec, .inner_sec_pc{
    margin: auto;
    width: 968px;
}


/* gnav */


.list_gnav_pc {
    list-style: none;
    display: flex;
    padding: 0;
}

.list_gnav_pc>li {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.list_gnav_pc>li+li {
    border-left: 1px solid #000;
}

.list_gnav_pc>li>a {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}


/* 繧ｳ繝ｳ繝�Φ繝� */

.sec_rsv{
    padding: 80px 0;
}

.fv .desc{
    font-weight: 700;
    font-size: 20px;
}

.list_news{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.list_news>li{
    width: calc((100% - 30px) / 2);
}

.facility, .list_playroom{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 960px;
}

.facility > li{
    width: calc((100% - 60px) / 3);
}

.list_playroom>li{
    width: calc((100% - 30px) / 2);
}

.desc_rsv{
    text-align: center;
}

.link_price{
    display: flex;
    gap: 30px;
}

.sec_price > .inner_sec{
    width: 630px;
}

.sec_foodmenu{
    margin-top: 60px;
}

.list_food{
    gap: 30px;
}

.list_food > li{
    width: calc((100% - 60px) / 3);
}

.list_food > li:nth-child(1), .list_food > li:nth-child(2),.list_food > li:nth-child(3),.list_food > li:nth-child(4){
    width: calc((100% - 30px) / 2);
}

.wrap_shopinfo{
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.img_shopinfo{
    width: 468px;
}

.table_shopinfo{
    margin: 0;
    width: calc(100% - 468px - 30px);
}

.table_shopinfo th, .table_shopinfo td{
    font-size: 18px;
}

.table_price .ex, .table_price th.ex{
    background-color: #e3e3e3;
}

.evening td{
    width: 245px;
}

.gmap{
    position: relative;
    width: 960px;
    height: 316px;
}

.wrap_movie_babycar{
    display: flex;
    gap: 40px;
}

.movie_babycar{
    width: calc((100% - 80px) / 3);
}


.plan{
    margin-left: auto;
    margin-right: auto;
    width: 630px;
}

.list_groupshop{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.list_groupshop>li{
    width: calc((100% - 100px) / 6);
}

.wrap_btn_job_opening{
    display: flex;
    justify-content: center;
    gap: 30px;
}
