@font-face {
    font-family: 'Brother 1816 Regular';
    src: url("../fonts/Brother-1816-Regular.ttf");
}
@font-face {
    font-family: 'Brother 1816 Printed Bold';
    src: url("../fonts/Brother1816Printed-Bold.ttf");
}

body {
    margin: 0;
    font-family: "Brother 1816 Regular";
}

#hamburger-menu {
    width: 100%;
    height: 100%;
    z-index: 900;
}
    #nav-open {
        left: 25px;
        top: 25px;
        position: fixed;
        z-index: 900;
        cursor: pointer;
    }
    #nav-open img {
        width: 60px;
        height: 60px;
    }
    #nav-input:checked ~ #nav-close {
        display: block;
        opacity: .5;
    }
    #nav-open span {
        top: 26px;
    }
    #nav-open span:before {
        bottom: -10px;
    }
    #nav-open span:after {
        bottom: -20px;
    }
    #nav-close {
        display: none;
        position: fixed;
        z-index: 899;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
    }
    .nav-unshown {
        display:none;
    }

    /* --------[menu]-------- */
    #nav-input:checked ~ .menu-choice {
        -webkit-transform: translateX(0%);
        transform: translateX(0px);
        box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
    .menu-choice {
        transform: translateX(-100%);
        transition: .5s ease-in-out;
        width: 450px;
        height: 100%;
        background-color: #F08300;
        position: fixed;
        left: 0;
        z-index: 910;
        overflow-y: auto;
    }
    @media screen and (max-width: 700px) {
        .menu-choice {
            width: 100%;
        }
    }
    #nav-menu-close {
        width: auto;
        height: auto;
        margin: 0 auto;
        margin-top: 5%;
        display: flex;
        justify-content: flex-end;
    }
    .batsu{
        display: block;
        width: 50px;
        height: 50px;
        position: relative;
        cursor: pointer;
        margin-right: 15px;
    }
    .batsu::before, .batsu::after{
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #f5f5f5;
        transform: rotate(45deg);
        transform-origin:0% 50%;
        position: absolute;
        top: calc(14% - 5px);
        left: 14%;
    }
    .batsu::after{
        transform: rotate(-45deg);
        transform-origin:100% 50%;
        left: auto;
        right: 14%;
    }
    .menu_choice_list {
        width: 50%;
        height: 80%;
        padding: 3%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .menu-choice .menu_choice_list ul {
        list-style: none;
        text-align: center;
        height: auto;
        padding-left: 0;
    }
    .menu-choice .menu_choice_list ul li {
        padding-top: 1px;
        padding-bottom: 1px;
        font-size: 25px;
        opacity: 1;
        overflow-y: auto;
        padding-left: 0;
    }
    .menu-choice .menu_choice_list ul li a {
        color: #FFFFFF;
        text-decoration: none;
        font-family: "Brother 1816 Printed Bold";
    }
    .menu-choice .menu_choice_list ul li a:hover {
        color: #4D4840;
        text-decoration: underline;
    }
    .menu-choice .menu_choice_list ul li img {
        width: 20px;
        height: auto;
        animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    }
    @keyframes fuwafuwa {
        0% {
            transform:translate(0, 0) rotate(-7deg);
        }
        50% {
            transform:translate(0, -7px) rotate(0deg);
        }
        100% {
            transform:translate(0, 0) rotate(7deg);
        }
    }
    .menu-choice .menu_choice_list ul li label a {
        display: block;
    }
    /* ------------------------ */
    
#recruit-icon {
    width: auto;
    height: auto;
    z-index: 900;
}
    #recruit-icon a {
        display: block;
        width: auto;
        height: 50px;
        left: 100px;
        top: 30px;
        position: fixed;
        z-index: 900;
    }
    #recruit-icon a img {
        width: auto;
        height: 100%;
        z-index: 900;
    }
    #recruit-icon a img:hover {
        opacity: 0.7;
    }

#playlist-icon {
    width: auto;
    height: auto;
    z-index: 900;
}
    #playlist-icon a {
        display: block;
        width: auto;
        height: 50px;
        left: 208px;
        top: 30px;
        position: fixed;
        z-index: 900;
    }
    #playlist-icon a img {
        width: auto;
        height: 100%;
        z-index: 900;
    }
    #playlist-icon a img:hover {
        opacity: 0.7;
    }
 
/* template */
.common_block01 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-bottom: 50px;
    color: #4D4840;
}

.common_block02 {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    margin: 0 auto;
}

.common_block03 {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    margin: 0 auto;
}

.common_block04 {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
    margin: 0 auto;
}

h1 {
    width: 80%;
    height: 80px;
    font-size: 50px;
    font-family: 'Brother 1816 Printed Bold';
    text-align: center;
    padding-top: 45px;
    margin: 0 auto;
}

.comingsoon {
    width: 60%;
    height: auto;
}

.button {
    background-color: #FFFFFF;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    width: 200px;
    height: 50px;
    margin: 0 auto;
    transition: .4s;
}
.button:hover {
    box-shadow: none;
    background-color: #4D4840;
}
.button a {
    color: #4D4840;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}
.button a:hover {
    color: #FFFFFF;
}
/* ------------------------ */


#top {
    width: 100%;
    height: 100vh;
    background-image: url(../images/webtop9-min2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 30%;
}
    #top #logo {
        position: relative;
        left: 100px;
        top: calc(50% - 140px);
        width: 450px;
        height: auto;
        z-index: 1;
    }

    /* iPad Pro */
    @media screen and (min-width: 800px) and (max-width: 1050px) {
        #top {
            background-size: 1050px;
            background-position: 100% 100%;
        }
        #top #logo {
            width: 40%;
            left: 30%;
        }
    }

    /* iPad, Surface Duo */
    @media screen and (min-width: 500px) and (max-width: 800px) {
        #top {
            background-size: 800px;
            background-position: 100% 100%;
        }
        #top #logo {
            width: 40%;
            left: 30%;
        }
    }

    /* Pixel 2, Pixel 2 XL, iPhone 6/7/8 Plus */
    @media screen and (min-width: 400px) and (max-width: 500px) {
        #top {
            background-image: url(../images/webtop10-min2.png);
            background-size: 500px;
            background-position: 100% 100%;
        }
        #top #logo {
            width: 55%;
            left: 22.5%;
        }
    }

    /* Moto G4, Galaxy S5, iPhone 5/SE, iPhone 6/7/8, iPhone X */
    @media screen and (max-width: 399px) {
        #top {
            background-image: url(../images/webtop10-min2.png);
            background-size: 399px;
            background-position: 100% 100%;
        }
        #top #logo {
            width: 55%;
            left: 22.5%;
        }
    }
    @media screen and (min-width: 1450px) {
        #top #background {
            width: 100%;
        }
    }







#concept {
    height: auto;
    background-color: #F08300;
    z-index: 100;
}
    #concept h1 {
        border-bottom: 3px solid #FFFFFF;
        color: #FFFFFF;
        z-index: 100;
    }
        #concept .common_block02 p {
            font-size: 16px;
            text-align: center;
            color: #FFFFFF;
            line-height: 2;
            z-index: 100;
        }
        
    .gallery {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 20px 0;
    }
        .gallery img {
            width: 40%;
            height: auto;
        }


#about {
    height: auto;
    background-color: #FFFFFF;
}
    #about h1 {
        border-bottom: 3px solid #4D4840;
    }
        #about .common_block02 p {
            font-size: 16px;
            text-align: center;
            line-height: 2;
            width: calc(60% + 70px);
        }


#menu {
    height: auto;
    background-color: #F08300;
    font-family: 'Brother 1816 Printed Bold';
}
    #menu h1 {
        border-bottom: 3px solid #FFFFFF;
        color: #FFFFFF;
    }
      .eevl {
          margin-bottom: 50px;
      }
      
      .eevl a {
          display: flex;
          justify-content: center;
      }
      .eevl a img {
          width: 400px;
          box-shadow: 
          0 1.9px 2.5px rgba(0, 0, 0, 0.057),
          0 5px 6.1px rgba(0, 0, 0, 0.076),
          0 10.1px 11.4px rgba(0, 0, 0, 0.086),
          0 19.2px 19.8px rgba(0, 0, 0, 0.092),
          0 38.4px 34.8px rgba(0, 0, 0, 0.1),
          0 101px 74px rgba(0, 0, 0, 0.13);
      }
      .eevl a img:hover {
          box-shadow: none;
      }
      @media screen and (max-width: 600px) {
        .eevl h2 {
            font-size: 10px;
        }
        #food-drink-menu img {
            width: 500px;
        }
      }
      @media screen and (max-width: 450px) {
        .eevl a img {
            width: 300px;
        }
        .eevl h2 {
            font-size: 10px;
        }
        #food-drink-menu img {
            width: 400px;
        }
      }
      @media screen and (max-width: 320px) {
        .eevl a img {
            width: 200px;
        }
        .eevl h2 {
            font-size: 10px;
        }
        #food-drink-menu img {
            width: 300px;
        }
      }
      .eevl h2 {
          font-size: 20px;
          width: 100%;
          text-align: center;
          color: #FFFFFF;
          font-family: 'Brother 1816 Printed Bold';
      }
      .eevl h3 {
          font-size: 15px;
          width: 100%;
          text-align: center;
          color: #FFFFFF;
          font-family: 'Brother 1816 Printed Bold';
      }
      .modal-wrapper {
        z-index: 999;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 60px 10px;
        text-align: center
      }
      
      .modal-wrapper:not(:target) {
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s;
      }
      
      .modal-wrapper:target {
        opacity: 1;
        visibility: visible;
        transition: opacity .4s, visibility .4s;
      }
      
      .modal-wrapper::after {
        display: inline-block;
        height: 100%;
        margin-left: -.05em;
        vertical-align: middle;
        content: ""
      }
      
      .modal-wrapper .modal-window {
        box-sizing: border-box;
        display: inline-block;
        z-index: 20;
        position: relative;
        width: 90%;
        padding: 30px 30px 15px;
        border-radius: 2px;
        background: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, .6);
        vertical-align: middle
      }
      
      .modal-wrapper .modal-window .modal-content {
        max-height: 80vh;
        overflow-y: auto;
      }
      
      .modal-overlay {
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .8)
      }
      
      .modal-wrapper .modal-close {
        z-index: 20;
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        color: #95979c!important;
        font-size: 20px;
        font-weight: 700;
        line-height: 35px;
        text-align: center;
        text-decoration: none;
        text-indent: 0
      }
      
      .modal-wrapper .modal-close:hover {
        color: #2b2e38!important
      }

      #menu-box {
          width: 100%;
          height: 150px;
          display: flex;
          align-items: center;
      }
      #menu-box-seasonal {
        width: 100%;
        height: 150px;
        display: flex;
        align-items: center;
        margin-bottom: 50px;
      }  
      #food-drink-menu {
          width: 60%;
          margin: 0 auto;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
      }
      #food-drink-menu a {
          margin: 0 auto;
          margin-bottom: 20px;
      }
      a.cp_btn {
        display: block;
        width: 160px;
        padding: 0.8em;
        text-align: center;
        text-decoration: none;
        color: #FFFFFF;
        border: 2px solid #FFFFFF;
        border-radius: 3px;
        transition: .4s;
    }
    a.cp_btn:hover {
        background: #FFFFFF;
        color: #F08300;
    }
    a.cp_btn_blk {
        width: 160px;
        padding: 0.8em;
        text-align: center;
        text-decoration: none;
        color: #4D4840;
        border: 2px solid #4D4840;
        border-radius: 3px;
        transition: .4s;
        display:block;
        justify-content:space-between;
    }
    a.cp_btn_blk:hover {
        background: #4D4840;
        color: #F08300;
    }


#products {
    height: auto;
    background-color: #FFFFFF;
}
    #products h1{
        border-bottom: 3px solid #4D4840;
    }


#members {
    height: auto;
    background-color: #F08300;
}
    #members h1 {
        border-bottom: 3px solid #FFFFFF;
        color: #FFFFFF;
    }
    .member-block02 {
        flex-direction: column;
    }


    .member-block02 .flex{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 60px;
        list-style: none;
        max-width: 1000px;
        width: 90%;
        padding: 0;
    }
    .member-block02 .flex li{
        width: 45%;
    }




/* 
    #members .profile {
        width: 40%;
        height: auto;
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 30px;
        padding-bottom: 30px;
    } */
    @media screen and (max-width: 700px) {
        #members .profile {
            width: 80%;
        }
    }
        #members .profile p {
            text-align: center;
            font-size: 18px;
            color: #FFFFFF;
        }
        #members .common_block02 .profile img {
            width: 100%;
            height: auto;
            margin: 0 auto;
            aspect-ratio: 3/2;
            object-fit: cover;
        }

#gallery {
    height: auto;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding-bottom: 120px;
}
    #gallery h1 {
        border-bottom: 3px solid #4D4840;
        color: #4D4840;
    }

    #gallery .common_block02 h2 {
        width: 100%;
        height: auto;
        text-align: center;
        color: #4D4840;
        font-size: 18pt;
    }

    #gallery .common_block02 p {
        width: 100%;
        height: auto;
        text-align: center;
        color: #4D4840;
        /* font-size: 16pt; */
        font-size: 15px;
    }

    #gallery .common_block02 img {
        width: 500px;
        height: auto;
        margin: 0 auto;
    }

    .btn{
        /*アニメーションの起点とするためrelativeを指定*/
        position: relative;
      overflow: hidden;
        /*ボタンの形状*/
      text-decoration: none;
      display: inline-block;
        border: 1px solid #4D4840;/* ボーダーの色と太さ */
        padding: 10px 30px;
        text-align: center;
        outline: none;
        /*アニメーションの指定*/   
        transition: ease .2s;
        margin-top: 10px;
        margin-bottom: 10px;
        min-width: 150px;
    }
    
    /*ボタン内spanの形状*/
    .btn span {
      position: relative;
      z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
      color:#4D4840;
    }
    
    .btn:hover span{
      color:#ffffff;
    }

    .btn-w{
        background-color: #fff;
        color: #4D4840;
    }
    
    /*== 背景が流れる（中央から横全体） */
    .bgcenterx:before {
      content: '';
        /*絶対配置で位置を指定*/
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
        /*色や形状*/
      background: #4D4840;
      width: 100%;
      height: 100%;
        /*アニメーション*/
      transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
      transform: scale(0, 1);
      transform-origin: top;
    }
    
    /*hoverした際の形状*/
    .bgcenterx:hover:before{
      transform:scale(1, 1);
    }

    #youtube-embed {
        width: 560px;
        height: 315px;
        margin-top: 10px;
    }
    @media screen and (max-width: 1100px) {
        #youtube-embed {
            width: 500px;
            height: 281.25px;
        }
    }
    @media screen and (max-width: 500px) {
        #youtube-embed {
            width: 300px;
            height: 168.75px;
        }
    }
    

#recruit {
    height: auto;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding-bottom: 120px;
}
    #recruit h1 {
        border-bottom: 3px solid #4D4840;
        color: #4D4840;
    }
    #recruit .common_block02 h2 {
        width: 100%;
        height: auto;
        text-align: center;
        color: #4D4840;
        font-size: 18pt;
    }
    
    #recruit .common_block02 p {
        width: 100%;
        height: auto;
        text-align: center;
        color: #4D4840;
        font-size: 16pt;
    }


#sns {
    height: auto;
    background-color: #FFFFFF;
}
    #sns h1 {
        border-bottom: 3px solid #4D4840;
    }
    @media screen and (max-width: 500px) {
        #sns h1 {
            font-size: 30px;
            height: 50px;
        }
    }
    #sns .common_block02 {
        width: 80%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sns-block {
        width: 400px;
        height: 500px;
        overflow-y: auto;
        margin: 20px auto;
    }
    @media  screen and (max-width: 800px) {
        #sns .common_block02 {
            justify-content: center;
        }
    }


#information {
    background-color: #F08300;
}
    #information h1 {
        border-bottom: 3px solid #FFFFFF;
    }
    #information h1, #information h2, #information p {
        color: #FFFFFF;
    }
    #information-description {
        width: 40%;
        height: auto;
    }
    @media screen and (min-width: 1000px) {
        #information-description {
            padding-right: 10px;
        }
    }
    @media screen and (max-width: 1400px) {
        #information-description {
            width: 100%;
            padding-bottom: 40px;
        }
    }
        #information-description h2, #information-description p {
            text-align: center;
        }
        #information-description h2 {
            font-size: 20pt;
        }
        #information-description p {
            padding-bottom: 10px;
            font-size: 16pt;
        }

    
footer {
    width: 100%;
    height: auto;
    background-color: #4f4f4f;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: small;
    color: #ffffff;
}

