* {
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    font-family: 'Kaisei Opti', serif;
    background-color: 	rgb(245,237,231);
    background-image: url("../image/bg.png");
    background-size: contain;
    background-repeat: repeat;
}
.js-fadein {
    opacity: 0; 
    visibility: hidden;
    transform: translateY(100px);
    transition: all 1.5s;
}
  .js-fadein.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: #51261c;
    z-index: 20;
}
  #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 200px;
    margin-top: -100px;
    margin-left: -150px;
    text-align: center;
    z-index: 21;
}
  #loader img {
    position: relative;
    top: -10%;
    width: 200px;
    height: 224px;
}
  #loader p {
    position: relative;
    top: 0%;
    color: #fff;
    font-size: 28px;
}
.ph {
    display: none;
}

/*----------header----------*/
.header {
    position: relative;
    height: 100vh;
    width: 100%;
}
.header .slideshow img {
    position: absolute;
    z-index: 8;
    opacity: 0;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.header .slideshow img.active {
    z-index: 10;
    opacity: 1;
}
.header .slideshow img.last-active {
    z-index: 9;
}
.header .logo {
    text-align: center;
}
.header .logo img {
    position: absolute;
    top: 20%;
    left: 42%;
    width: auto;
    height: 250px;
    z-index: 11;
}
.header .title {
    position: absolute;
    top: 60%;
    height: 150px;
    width: 100%;
    z-index: 11;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.header .title .main {
    font-weight: lighter;
    font-size: 50px;
}
.header .title .sub {
    font-size: 28px;
    line-height: 50px;
    font-weight: lighter;
}
.header .container {
    position: absolute;
    top: 85%;
    height: 50px;
    width: 100%;
    z-index: 11;
}
.header .container .contents {
    display: flex;
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
}
.header .container .contents .link {
    text-align: center;
    margin: 0 auto;
}
.header .container .contents .link a {
    text-decoration: none;
    text-align: center;
    color: #fff;
    margin: 0 20px;
}
.header .container .contents .link a:hover {
    border-bottom: 2px solid #fff;
}


/*----------mood----------*/
.mood {
    position: relative;
    height: 100vh;
    width: 100%;
}
.mood .container {
    position: absolute;
    top: 2%;
    height: 96vh;
    width: 100%;
    margin: 0 auto;
}
.mood .container .imgbg video {
    height: 96vh;
    width: 100%;
}
.mood .container .char {
    position: relative;
    top: -100vh;
    left: 10%;
    width: 70%;
    font-size: 20px;
    color: #fff;
    z-index: 1;
}
.mood .container .char .exp {
    margin: 10% 5%;
    text-shadow: 3px 3px 2px #000;
}
.mood .container .char .exp .char1 {
    margin-bottom: 7%;
    font-size: 32px;
}
.mood .container .char .exp .char2 {
    margin-bottom: 5%;
}


/*----------menu----------*/
.menu {
    position: relative;
    height: 240vh;
    width: 100%;
}
.menu .container .title {
    text-align: center;
    font-size: 40px;
}
.menu .container .drink {
    margin: 0 auto;
    width: 85%;
}
.menu .container .food {
    margin: 0 auto;
    width: 85%;
}
.menu .container .main {
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 32px;
}
.menu .container .nomal {
    display: flex;
}
.menu .container .reverse {
    display: flex;
    flex-flow: row-reverse;
}
.menu .container .left {
    font-size: 24px;
    line-height: 48px;
    text-align: left;
}
.menu .container img{
    height: auto;
    width: 100%;
}
.menu .container .half {
    width: calc(100%/2);
    text-align: center;
    vertical-align: middle;
}


/*----------news----------*/
.news {
    position: relative;
    height: 110vh;
    width: 100%;
}
.news .container {
    border: double 5px #000;
    width: 75%;
    padding: 1%;
    margin: 0 auto;
}
.news .container .title p {
    text-align: center;
    font-size: 32px;
    margin: 0 0 2% 0;
}



/*----------access----------*/
.access {
    position: relative;
    height: 90vh;
    width: 100%;
    line-height: 56px;
}
.access p {
    text-align: center;
    font-size: 42px;
    margin-bottom: 3%;
  }
.access .container {
    width: 85%;
    margin: 0 auto;
    display: flex;
  }
.access .container .char {
    width: calc(100%/2);
    
  }
.access .container .char p {
    font-size: 28px;
    text-align: left;
    margin: 0;
  }
.access .container .map {
    width: calc(100%/2);
  }




  @media screen and (max-width: 670px) {
    body {
        background-image: url("../image/bg.png");
        background-size: contain;
        background-repeat: repeat;
    }
    .js-fadein {
        opacity: 0; 
        visibility: hidden;
        transform: translateY(100px);
        transition: all 1.5s;
    }
      .js-fadein.is-show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
    .pc {
        display: none;
    }
    .ph {
        display: block;
    }
    
    #loader-bg {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0px;
        left: 0px;
        z-index: 20;
    }
      #loader {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 300px;
        height: 200px;
        margin-top: -100px;
        margin-left: -150px;
        text-align: center;
        z-index: 21;
    }
      #loader img {
        position: relative;
        top: -10%;
        width: 200px;
        height: 224px;
    }
      #loader p {
        position: relative;
        top: 0%;
        font-size: 28px;
    }
    
    /*----------header----------*/
    .header {
        position: relative;
        height: 800px;
        width: auto;
    }
    .header .slideshow img {
        position: absolute;
        z-index: 8;
        opacity: 0;
        height: 100vh;
        width: 100%;
        object-fit: cover;
    }
    .header .slideshow img.active {
        z-index: 10;
        opacity: 1;
    }
    .header .slideshow img.last-active {
        z-index: 9;
    }
    .header .logo {
        text-align: center;
    }
    .header .logo img {
        position: absolute;
        top: 20%;
        left: 18%;
        width: auto;
        height: 250px;
        z-index: 11;
    }
    .header .title {
        position: absolute;
        top: 70%;
        height: 150px;
        width: 100%;
        z-index: 11;
        text-align: center;
        letter-spacing: 3px;
    }
    .header .title .main {
        font-weight: lighter;
        font-size: 24px;
    }
    .header .title .sub {
        font-size: 16px;
        line-height: 50px;
        font-weight: lighter;
    }
    .header .container {
        position: absolute;
        top: 90%;
        height: 50px;
        width: 100%;
        z-index: 11;
    }
    .header .container .contents {
        display: flex;
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
    }
    .header .container .contents .link {
        text-align: center;
        margin: 0 auto;
    }
    .header .container .contents .link a {
        text-decoration: none;
        text-align: center;
        margin: 0 5px;
    }
    .header .container .contents .link a:hover {
        border-bottom: 2px solid #fff;
    }
    
    
    /*----------mood----------*/
    .mood {
        position: relative;
        height: 800px;
        width: 100%;
    }
    .mood .container {
        position: absolute;
        top: 2%;
        height: 96vh;
        width: 100%;
        margin: 0 auto;
    }
    .mood .container .imgbg video {
        height: 96vh;
        width: 100%;
    }
    .mood .container .char {
        position: relative;
        top: -100vh;
        width: 85%;
        font-size: 16px;
        margin-top: 28%;
        z-index: 1;
    }
    .mood .container .char .exp {
        margin: 10% 5%;
        text-shadow: 3px 3px 2px #000;
    }
    .mood .container .char .exp .char1 {
        margin-bottom: 12%;
        font-size: 24px;
    }
    .mood .container .char .exp .char2 {
        margin-bottom: 13%;
    }
    
    
    /*----------menu----------*/
    .menu {
        position: relative;
        height: 2480px;
        width: 100%;
    }
    .menu .container .title {
        text-align: center;
        font-size: 28px;
    }
    .menu .container .drink {
        margin: 0 auto;
        width: 90%;
    }
    .menu .container .food {
        margin: 0 auto;
        width: 90%;
    }
    .menu .container .main {
        text-align: center;
        margin-top: 2vh;
        margin-bottom: 2vh;
        font-size: 20px;
    }
    .menu .container .nomal {
        display: unset;
    }
    .menu .container .reverse {
        display: unset;
    }
    .menu .container .left {
        font-size: 16px;
        line-height: 28px;
        text-align: left;
    }
    .menu .container img{
        height: auto;
        width: 80%;
        margin: 0 auto;
    }
    .menu .container .half {
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }
    
    
    /*----------news----------*/
    .news {
        position: relative;
        height: 520px;
        width: 100%;
    }
    .news .container {
        border: double 5px #000;
        width: 75%;
        padding: 1%;
        margin: 0 auto;
    }
    .news .container .title p {
        text-align: center;
        font-size: 24px;
        margin: 0 0 2% 0;
    }
    
    
    
    /*----------access----------*/
    .access {
        position: relative;
        height: 640px;
        width: 100%;
        line-height: 32px;
    }
    .access p {
        text-align: center;
        font-size: 24px;
        margin-bottom: 3%;
      }
    .access .container {
        width: 85%;
        margin: 0 auto;
      }
    .access .container .char {
        width: 100%;
        
      }
    .access .container .char p {
        font-size: 15px;
        text-align: left;
        margin: 0;
      }
    .access .container .map {
        position: absolute;
        left: 2%;
        bottom: 0;
        width: 80%;
      }
  }