@charset "utf-8";

/* ----------------------------
          Default Styling
------------------------------- */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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

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

body {
    background-color: #222222;
    color: #F6F6F6;
    font-family: "Kosugi Maru", sans-serif;
}

section {
    padding-top: 20px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

p {
    line-height: 1.6;
}

button {
    background-color: transparent;
    border-color: transparent;
}

address {
    font-style: normal;
}

h1 {
    font-size: 1.25rem;
}

h2 {
    font-size: 2.5rem;
    padding-left: 1.56rem;
    margin-bottom: 1.875rem;
}

h3 {
    font-size: 2rem;
}

h1,
h2,
.nav-list {
    font-family: "Bevan", "Dela Gothic One", sans-serif;
}

h1,
h2 {
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}

small {
    font-size: 10px;
}

/* ----------------------------
          Reusable Classes
------------------------------- */
.bac {
    background-color: rgba(34, 34, 34, 0.8);
}

.logo {
    width: 4.8em;
}

/*-------- Header --------*/
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

/* burger-menu */
.burger-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    background-color: #222222;
    transition: ease .4s;
    z-index: -1;
    padding: 40px;
}

.burger-menu.active {
    transform: translateX(0);
}

.header-main,
.burger-menu,
.nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-main {
    justify-content: space-around;
    height: 70vh;
}

.nav-list {
    font-size: 2.25rem;
}

.nav-list li {
    padding-bottom: 50px;
}

.burger-menu a {
    color: #F6F6F6;
}

.burger-menu button {
    font-size: 32px;
    margin-bottom: 30px;
}

.arrow {
    position: relative;
    display: inline-block;
    width: 15.3px;
    height: 26.6px;
    margin-left: 1em;
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 20px;
    height: 4px;
    border-radius: 9999px;
    background-color: #f6f6f6;
    transform-origin: calc(100% - 2px) 50%;
}

.arrow::before {
    transform: rotate(45deg);
}

.arrow::after {
    transform: rotate(-45deg);
}

.burger-menu p {
    font-size: 13px;
}

.burger-menu .tel {
    font-size: 24px;
}

/* hamburger-menu */
.header-hamburger {
    width: 30px;
    margin-right: 20px;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background-color: #f6f6f6;
    position: relative;
    transition: ease .4s;
    display: block;
    font-size: 21px;
}

.hamburger span:nth-child(1),
.hamburger span:nth-child(3) {
    top: 0;
}

.hamburger span:nth-child(2) {
    margin: 10px 0;
}

/* header-nav.active */
.hamburger.active span:nth-child(1) {
    top: 0;
    transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    display: none;
}

.hamburger.active span:nth-child(3) {
    top: -3px;
    transform: rotate(-45deg);
}

/*-------- Main --------*/
/* ---top--- */
.top {
    width: 100vw;
    height: 100vh;
    background-image: url(../img/main-view.webp);
    background-position: center;
    display: flex;
    background-repeat: no-repeat;
}

h1 {
    margin: auto 0;
}

.top p {
    display: inline-block;
    padding: 1rem;
    padding-left: 1.25rem;
    margin-bottom: 0.8em;
    font-weight: normal;
}

.name {
    font-size: 1.5rem;
}

.top span {
    font-size: 2.25rem
}

.top .sp-1,
.top .sp-2 {
    display: inline-block;
    font-size: 1em;
}

.top .sp-2 {
    float: right;
}

/* ---event--- */
.event {
    text-align: center;
    /* テキストの配置設定 */
    padding: 5rem 1.5rem 10rem;
    /* 外枠の余白の設定 */
}

.event h3 {
    margin-bottom: 2.5rem;
    /* イベント名の下の余白の設定 */
}

/* イベント名の文字のサイズ変更 */
/* .event h3 {
    font-size: ;
} */


.event p {
    max-width: 1100px;
    /* イベント内容の文字のサイズ変更 */
    /* font-size: ; */
}

/* ---about--- */
.about {
    background: linear-gradient(rgba(34, 34, 34, 0.85), rgba(34, 34, 34, 0.85)), url(../img/about.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-text {
    display: inline-block;
    font-size: 0.75rem;
    padding: 2rem 0.625rem;
    margin-bottom: 86px;
}

.about-text.bac {
    background-color: transparent;
}

.about-div {
    text-align: center;
}

.about h3 {
    font-size: 1.5rem;
}

.about h4 {
    font-size: 1.25rem;
}

.about-text div {
    padding-bottom: 2em;
}

.about-text div:first-of-type {
    padding-top: 2em;
}

/* -store-info- */
.store-info {
    background: linear-gradient(rgba(34, 34, 34, 0.85), rgba(34, 34, 34, 0.85)), url(../img/store-info.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    font-size: 0.875rem;
}

.model-list,
.seat-text {
    padding: 2.5rem 1.25rem;
}

.model-list li,
.seat-text,
.seat-list li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.model-list li,
.seat-list li {
    width: 40vw;
}

/* model */
.model-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: .5rem;
    padding-right: 1rem;
}

.model-img img {
    width: 5.8rem;
    margin-top: -6rem;
}


.model-list {
    margin-bottom: 100px;
    margin-top: -11.5rem;
}

.model-list li,
.seat-list li {
    padding-bottom: 1em;
}

.model-list li:nth-child(2) {
    margin-bottom: 1em;
}

.model-list li:nth-child(3) {
    padding-bottom: 0;
}

/* seat */
.seat img {
    width: 100vw;
    object-fit: cover;
}

.seat-text p {
    font-size: 1.25rem;
}

/* ---menu--- */
.dart,
.karaoke,
.drink,
.goods {
    height: 570px;
    background-repeat: no-repeat;
    background-size: cover;
}

.dart-div,
.karaoke-div,
.drink-div,
.goods-div {
    display: block;
}

.dart p,
.karaoke p,
.goods p {
    white-space: nowrap;
}

.menu .bac {
    display: inline-block;
    width: 18rem;
}

.menu-text {
    text-align: left;
    padding: 21px;
}

.dart-div,
.karaoke-div,
.goods-div {
    padding-top: 359px;
}

.drink {
    text-align: center;
}

.drink .bac {
    margin-top: 30px;
    padding: 40px;
}

/* --dart-- */
.dart {
    background-image: linear-gradient(rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3)), url(../img/dart.webp);
    background-position: right top;
    margin-top: -106px;
}

.dart-div,
.goods-div {
    text-align: right;
}


/* --karaoke-- */
.karaoke {
    background-image: linear-gradient(rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3)), url(../img/karaoke.webp);
    background-position: center;
}

/* --drink-- */
.drink {
    background-image: url(../img/drink.webp);
}

.drink-menu {
    background-image: url(../img/drink-menu.png);
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    margin-top: 100px;
}

/* --goods-- */
.goods {
    background-image: url(../img/goods.webp);
}

/* --access-- */
.access-div {
    text-align: center;
}

.access-text {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

iframe {
    margin-bottom: 20px;
}

.access-text p {
    padding-bottom: 1.25em;
}

.tel-num {
    color: #F6F6F6;
}

/* Google Mapを囲う要素 */
.map {
    position: relative;
    width: 85%;
    height: 0;
    padding-top: 75%;
    margin: 0 auto 20px;
    /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---rsv-btn--- */
.rsv-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 220px;
    height: 100px;
    background-image: url(../img/rsv.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.rsv-btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/*-------- Footer --------*/
footer small {
    display: block;
    text-align: center;
    margin-top: -5rem;
}

@media screen and (min-width:600px) {

    /* ----------------------------
          Default Styling
------------------------------- */
    html {
        font-size: min(1.25vw, 24px);
        /* font-size: 24px; */
    }

    h1,
    h2 {
        text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    }

    h1 {
        font-size: 2.08rem;
    }

    h2 {
        font-size: 6.6rem;
        margin-bottom: 7.08rem;
    }

    /* ----------------------------
          Reusable Classes
------------------------------- */
    .logo {
        width: 10.8rem;
    }

    /*-------- Header --------*/
    .burger-menu {
        position: static;
        transform: translateX(0);
        background-color: transparent;
        width: auto;
        height: auto;
        padding: 0;
    }

    .header-main button,
    .burger-menu .access-text,
    .burger-menu small {
        display: none;
    }

    .header-main {
        display: block;
        height: auto;
    }

    .header-nav {
        background-image: url(../img/dart-arrow.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .nav-list {
        flex-wrap: nowrap;
        font-size: 1.5rem;
        padding: 1.4em 7em;
        flex-direction: row;
    }

    .nav-list li {
        padding: 0;
    }

    .nav-list a {
        color: #222222;
        padding-right: 3.3em;
    }

    .nav-list li:last-child a {
        padding-right: 0;
    }

    /* hamburger-menu */
    .header-hamburger {
        display: none;
    }

    /*-------- Main --------*/
    /* ---top--- */
    .top p {
        padding-left: 3em;
    }

    .top span {
        font-size: 2.56em
    }

    /* event */
    .event p {
        margin-left: auto;
        margin-right: auto;
    }

    /* about */
    .about {
        background: linear-gradient(to top, rgba(136, 136, 136, 0) 57%, rgba(34, 34, 34, 1) 95%), url(../img/about.webp);
        background-size: contain;
    }

    .about h2 {
        padding-left: 3.54rem;
        margin-top: 25px;
        margin-bottom: 45px;
    }

    .about-text {
        text-align: center;
        padding: 2.08em 1.6em 2.08em 3.3em;
    }

    .about-text.bac {
        background-color: rgba(34, 34, 34, 0.8);
    }

    .about-div {
        text-align: left;
    }

    .about h3 {
        font-size: 2rem;
    }

    .about h4 {
        font-size: 1.5rem;
    }

    .about-text div {
        padding-bottom: 1em;
    }

    .about-text div:first-of-type {
        padding-top: 1em;
    }

    /* -store-info- */
    .store-info {
        padding-left: 3.5rem;
        padding-bottom: 130px;
    }

    /* model */
    .model-img {
        gap: 2.5rem;
        margin-right: 6.75rem;
    }

    .model-img img {
        width: 10.3rem;
        margin-top: -15rem;
    }

    .model-text {
        padding-left: 4.3rem;
    }

    .model-list {
        font-size: 2.6rem;
    }

    .model-list li:nth-child(2) {
        padding-bottom: 3.75rem;
    }

    .model-list li {
        display: flex;
        justify-content: space-between;
        width: 28rem;
    }

    /* seat */
    .seat {
        display: flex;
        flex-direction: row;
    }

    .seat img {
        height: 28rem;
    }

    .seat-text {
        flex-direction: column;
        padding: 4.8rem 3.75rem;
    }

    .seat-list li {
        width: 20vw;
        font-size: 1.5rem;
    }

    /* ---menu--- */
    .menu h2 {
        margin-top: -45px;
    }

    .dart,
    .karaoke,
    .drink,
    .goods {
        height: 545px;
    }

    .menu_flex-pc {
        display: flex;
    }

    .drink,
    .goods {
        flex: 1;
    }

    /* --dart-- */
    .dart {
        margin-top: -13.49rem;
    }

    /* --access-- */
    .access-div {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 4rem;
    }

    .map {
        width: 30.7rem;
        padding-top: 23.7rem;
        margin: 0;
    }
}