@charset "utf-8";

/* -------------------- FONT -------------------- */
html{
    font-size: 16px;
    scroll-behavior: smooth;
}



/* -------------------- ALL -------------------- */
body {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #fff;
}

main{
    width: 430px;
    margin: 0 auto;
    background-color: #fff;
}

.wrapper {
    width: 400px;
    margin: 0 auto;
}

.section-title {
    width: 90%;
    margin: 0 auto 40px auto;
    color: #009fd1;
    font-weight: 700;
    text-align: center;
    font-size: 1.4rem;
}

.section-title span{
    display: block;
    font-size: 0.8rem;
    padding-top: 5px;
}

#game,#benefits,#point,#seating,#price,#contact,#attention,#info{
    margin-top: 60px;
}

@media screen and (min-width: 747px){
    body{
            min-width: 1200px;
            background-image: url(../img/bg_pc.jpg);
            background-attachment: fixed;
            background-size: cover;
    }
}

@media screen and (max-width: 747px) {
    main{
        width: 100%;
    }

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

    .section-title {
        margin: 0 auto 20px auto;
    }
}


/* -------------------- HEADER -------------------- */




/* -------------------- FV -------------------- */
#fv{
    width: 100%;
    height: auto;
    z-index: 100;
    position: relative;
}



/* -------------------- m-nav -------------------- */

.m-nav{
    position: fixed;
    top: 50%;
    right: 595px;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 10;
}

.m-nav a{
    margin-top: 30px;
    font-weight: 500;
    color: #009fd1;
    font-size: 0.8rem;
    padding-left: 1em;
    font-weight: 900;
    text-shadow: 0 0px 10px #fff;
}

.m-nav a::before{
    content: "▶︎";
    color: #009fd1;
    width: 0.8rem;
    padding-right: 4px;
    margin-left: -1em;
}




/* -------------------- concept -------------------- */
#concept{
    background: url(../img/concept-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 0;
}

#concept h3{
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}

#concept p{
    font-size: 0.8rem;
    line-height: 1.4;
    padding-top: 20px;
    font-weight: 700;
}

/* -------------------- game -------------------- */

#game .ex{
    display: block;
    margin: 10px auto 0;
}


/* -------------------- BENEFITS -------------------- */
#benefits h3{
    color: #009fd1;
    font-size: 0.8rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 10px;
}

#benefits .list{
    width: 95%;
    display: block;
    margin: 20px auto;
}

#benefits .list img{
    margin-top: 20px;
}

/* -------------------- point -------------------- */
#point .sub{
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
}

#point .sub i{
    color: #e95699;
    font-style: normal;
}

#point .sub span{
    display: block;
    font-weight: 500;
    font-size: 0.8rem;
}

#point .wrapper{
    margin-top: 20px;
}

#point .point-list{
    margin-top: 30px;
}

#point h4{
    font-weight: 500;
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 10px;
}

#point h4 span{
    padding: 5px;
    background-color: #009fd1;
    display: inline-block;
    width: 90%;
}

#point h4 .num{
    padding: 5px 0;
    background-color: #e95699;
    width: 10%;
    text-align: center;
}

#point .point-01 img,#point .point-02 img{
    margin-top: 10px;
}

/* -------------------- seating -------------------- */
#seating .seatlist{
    display: flex;
    row-gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

#seating .seatlist .seatlistex{
    width: 48%;
    height: auto;
}

#seating .seatlist .seatlistex h3{
    padding: 5px 0;
    text-align: center;
    font-weight: 500;
    font-size: 0.8rem;
}

#seating .seatlist .seatlistex img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}

#seating .seatlist .seatlistex p{
    font-size: 0.8rem;
    line-height: 1.6;
}

#seating .seatlist .seatlist-01 h3{
    background-color: #ee846d;
}

#seating .seatlist .seatlist-02 h3{
    background-color: #f7b86d;
}

#seating .seatlist .seatlist-03 h3{
    background-color: #fddc78;
}

#seating .seatlist .seatlist-04 h3{
    background-color: #b4d580;
}

#seating .seatlist .seatlist-05 h3{
    background-color: #78c3a0;
}

#seating .seatlist .seatlist-06 h3{
    background-color: #82cbd1;
}

#seating .seatlist .seatlist-07 h3{
    background-color: #7dccf3;
}

#seating .seatlist .seatlist-08 h3{
    background-color: #94b6e0;
}

#seating .seatlist .seatlist-09 h3{
    background-color: #c5b6d8;
}

#seating .seatlist .seatlist-10 h3{
    background-color: #f5bed6;
}

/* -------------------- price -------------------- */
#price .pricelist{
    overflow-x: auto;
    margin: 0 20px 20px;
}

#price .pricelist img{
    display: block;
    width: auto;
    max-width: 800px;
}

#price h3{
    color: #eb64a0;
    font-weight: 700;
    margin-bottom: 10px;
}

#price p{
    font-size: 0.8rem;
    margin-bottom: 10px;

}

/* -------------------- contact -------------------- */
#contact{
    padding: 30px 0;
}

#contact .section-title{
    color: #000;
    font-weight: 500;
}

#contact .section-title span{
    font-size: 0.6rem;
    padding-top: 10px;
}

#contact h3{
    background-color: #000;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    margin-top: 30px;
}

#contact h3 span{
    font-weight: 700;
    font-size: 1.4rem;
    vertical-align: text-bottom;
}

#contact .cash{
    display: flex;
    justify-content: center;
    gap:10px;
    padding-top: 20px;
}

#contact .cash li{
    background-color: #e85499;
    color: #fff;
    font-size: 0.8rem;
    padding: 5px 10px;
    border-radius: 5px;
}

#contact img{
    padding-top: 20px;
}

#contact p{
    font-size: 0.6rem;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}

#contact p a{
    display: inline-block;
}

#contact .ex li::before{
    content: '●';
    color: #00a0d2;
    width: 0.7rem;
    padding-right: 5px;
}

#contact .ex li{
    font-size: 0.7rem;
    margin-bottom: 10px;
    line-height: 1.8;
}

#contact .ex li span{
    color: #00a0d2;
}

#contact small{
    font-size: 0.6rem;
    display: block;
    text-align: center;
    padding-top: 5px;
}

#contact h4{
    text-align: center;
}

#contact .shop{
    padding: 20px 0;
}

#contact .deli{
    margin-top: 30px;
    padding: 10px 20px;
    position: relative;
    background-color: #fff;
    border: 2px solid #bc2f29;
}


#contact .deli h4::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 4px;
    z-index: -1;
    display: inline;
}

#contact .deli h4{
    color: #bc2f29;
    font-weight: 700;
    position: absolute;
    top: -12px;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
}

#contact .deli .delilist01{
    font-weight: 700;
    margin: 20px auto;
}

#contact .deli .delilist01 li::before{
    content: '●';
    color: #bc2f29;
    width: 1rem;
    padding-right: 5px;
}

#contact .deli .delilist01 li{
    line-height: 1.6;
}

#contact .deli .delilist01 em{
    font-style: normal;
    color: #bc2f29;
}

#contact .deli .delilist02 li::before{
    content: "◎";
    color: #bc2f29;
    width: 1rem;
    padding-right: 5px;
}

#contact .deli .delilist02 li{
    font-size: 0.6rem;
    margin-bottom: 10px;
    line-height: 1.6;
}

/* -------------------- attention -------------------- */

#attention{
    background-color: #f2fafd;
    padding-bottom: 40px;
}

#attention h2{
    padding-top: 40px;
}

#attention small{
    font-size: 0.6rem;
    text-align: center;
    display: block;
    line-height: 1.8;
}

#attention h3{
    color: #009fd1;
    border: 1px solid #009fd1;
    margin-top: 20px;
    padding: 5px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 0.8rem;
}

#attention .atlist ul{
    margin: 10px 0;
}

#attention .atlist ul li::before{
    content: "●";
    color: #009fd1;
    width: 0.8rem;
    padding-right: 2px;
}

#attention .atlist ul li{
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

#attention .atlist p{
    font-size: 0.8rem;
    margin-top: 10px;
    line-height: 1.6;
}

/* -------------------- info -------------------- */
#info{
    background-color: #ddf0f9;
    padding: 40px 0;
}

#info img{
    width: 80px;
    display: block;
    margin: 0 auto;
}

#info .infobox{
    margin: 30px auto;
}

#info .infobox h2{
    font-weight: 700;
    text-align: center;
    margin: 10px auto;
    line-height: 1.6;
}

#info .infobox h2 i{
    font-size: 0.6rem;
    font-style: normal;
}

#info .infobox h3{
    font-size: 0.8rem;
    text-align: center;
}

#info .infobox p{
    font-size: 0.6rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
}

#info .infobox p a{
    display: inline-block;
}

#info .infobox small{
    font-size: 0.6rem;
    text-align: center;
    display: block;
    margin-top: 10px;
}



/* -------------------- FOOTER -------------------- */
#footer {
    background-color: #00a0d2;
    padding: 40px 0;
}

#footer p{
    text-align: center;
}

#footer small{
    font-size: 0.5rem;
    color: #fff;
}


.fixed a{
    position: fixed;
    background: #ea5499;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    z-index: 100;
}

.fixed a span{
    display: block;
}

@media screen and (min-width: 747px){
    .fixed a{
        right: 10px;
        bottom: 10px;
        height: 80px;
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 5px;
        border: 2px solid #fff;
        transition: .3s;
    }

    .fixed a:hover{
        opacity: .7;
    }

    .fixed a span{
        width: 50px;
        margin-right: 10px;
    }
    [data-device="sp"]{
        display: none!important;
    }
}

@media screen and (max-width: 747px){
    [data-device="pc"]{
        display: none!important;
    }

    .fixed a{
        text-align: center;
        font-size: calc(14/375*100vw);
        right: calc(10/375*100vw);
        bottom: calc(10/375*100vw);
        padding: calc(5/375*100vw) calc(10/375*100vw);
        border: calc(2/375*100vw) solid #fff;
        border-radius: calc(5/375*100vw);;
    }

    .fixed a span{
        width: calc(50/375*100vw);
        margin-right: calc(10/375*100vw);
    }
}