@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Slackside One;
    src: url(../font/SlacksideOne/SlacksideOne-Regular.ttf);
}

@font-face {
    font-family: Kiwi Maru;
    src: url(../font/kiwiMaru/KiwiMaru-Medium.ttf);
}

@font-face {
    font-family: Comic Neue;
    src: url(../font/comic/ComicNeue-Bold.ttf);
}

ul {
    list-style-type: none;
}

a {
    display: block;
    text-decoration: none;
}

body {
    background-color: #d0a681;
    font-family: Kiwi Maru;
    font-size: 1.3vw;
    color: #775635;
}

h2 {
    text-align: center;
    font-family: Slackside One;
    font-size: 4.5vw;
    font-weight: normal;
}

.cta a {
    display: block;
    width: 13%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Comic Neue;
    font-size: 1.5vw;
    line-height: 2;
    color: #775635;
    border-radius: 20px;
    border: 1px solid #775635;
    transition: 1s;
}

.cta a:hover {
    color: #ffffff;
    background-color: #775635;
    transition: 1s;
}
/* ----------------------header start -------------------------------------------------------------- */
.mainvisual {
    width: 100%;
    height: 60vw;
    background-image: url(../images/mainvisual.jpg);
    background-size: cover;
}

.NavMenu,.Toggle {
    display: none;
}

header {
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1%;
}

h1 {
    width: 7%;
    padding-left: 4%;
}

h1 a img {
    width: 100%;
    vertical-align: bottom;
}

nav {
    width: 50%;
    padding-right: 4%;
}

nav ul {
    display: flex;
}

nav ul li {
    width: 20%;
    text-align: center;
}

nav ul li a {
    line-height: 1.6;
    color: #ffffff;
    font-family: Slackside One;
    font-size: 2.4vw;
    transition: 0.3s;
}

nav ul li a:hover {
    opacity: 0.6;
    transform: translateY(2px);
    transition: 0.3s;
}
/* ----------------------header start -------------------------------------------------------------- */

/* ----------------------section news start -------------------------------------------------------------- */

.section-news {
    width: 80%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/news-bg.png);
    background-size: 100% 100%;
}

.section-news h2 {
    margin-bottom: 3%;
    padding-top: 7%;
}

.section-news-text {
    width: 60%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1%;
    padding-left: 8%;
    border-bottom: 1px solid #d0a681;
}

.section-news-text time {
    display: block;
    padding-top: 1%;
    font-family: Comic Neue;
}

.section-news-cta {
    padding-bottom: 9.8%;
    margin-bottom: 15%;
}
/* ----------------------section news finish -------------------------------------------------------------- */

.section-shop-content-bg {
    width: 100%;
    background-image: url(../images/main-bg.png);
    background-position: top center;
    background-size: 100% 100%;
}

.section-concept,
.section-menu,
.section-shop {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.section-access {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}


/* ----------------------section concept start -------------------------------------------------------------- */
.tab-shop-photo1,.tab-shop-photo2 {
    display: none;
}

.section-concept h2 {
    padding-top: 15%;
}

.section-concept-parentbox {
    display: flex;
    margin-top: 4%;
}

.section-concept-photo-parentbox {
    position: relative;
    width: 37%;
    margin-right: 10%;
}

.pc-sp-shop-photo1 {
    width: 100%;
}

.section-concept-photo-childbox {
    width: 70%;
    position: absolute;
    bottom: 0;
    right: -13%;
}

.pc-sp-shop-photo2 {
    width: 100%;
}

.section-concept-text-parentbox {
    width: 53%;
}

.section-concept-text-parentbox h3,
.section-concept-text-parentbox p  {
    white-space: pre-wrap;
}

.section-concept-text-parentbox h3 {
    font-weight: normal;
    font-size: 2.3vw;
    line-height: 1.7;
}

.section-concept-text-parentbox p {
    padding-top: 8%;
    line-height: 1.7;
}
/* ----------------------section concept finish -------------------------------------------------------------- */

/* ----------------------section menu start -------------------------------------------------------------- */
.section-menu h2 {
    margin-top: 9%;
}

.section-menu-parentbox {
    display: flex;
    margin-top: 5%;
}

.color {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20vw;
    background-color: rgba(85,52,38,0.5);
} 

.section-menu-childbox {
    width: 30%;
    height: 20vw;
    background-size: 100% auto;
    background-position: center;
    transition: 1s;
}

.section-menu-childbox:nth-of-type(1) {
    background-image: url(../images/menu-food.jpg);
}

.section-menu-childbox:nth-of-type(2) {
    margin-left: 5%;
    margin-right: 5%;
    background-image: url(../images/menu-drink.jpg);
}


.section-menu-childbox:nth-of-type(3) {
    background-image: url(../images/menu-dessert.jpg);
} 

.section-menu-childbox p{
    font-family: Comic Neue;
    font-size: 2.4vw;
    letter-spacing: 0.1em;
    color: #fefddf;
}

.section-menu-childbox:hover {
    background-size: 110% auto;
    transition: 1s;
}
/* ----------------------section menu finish -------------------------------------------------------------- */
/* ----------------------section shop start -------------------------------------------------------------- */
.section-shop {
    position: relative;
    padding-bottom: 10%;
}

.section-shop-photo{
    width: 23%;
}

.section-shop-photo-left {
    position: absolute;
    top: 5%;
    left: 0;
}

.section-shop-photo-right {
    position: absolute;
    bottom: 20%;
    right: 0;
}

.section-shop h2 {
    margin-top: 9%;
}

.section-shop-text {
    width: 54%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.7;
}

.section-shop-text p:nth-of-type(2),
.section-shop-text p:nth-of-type(3),
.section-shop-text p:nth-of-type(4) {
    margin-top: 4%;
}
/* ----------------------section shop finish -------------------------------------------------------------- */
/* ----------------------section access start -------------------------------------------------------------- */
.section-access-bg {
    width: 100%;
    padding-bottom: 10%;
    background-image: url(../images/access-bg.png);
    background-position: top center;
    background-size: 100% 100%;
    background-color: #fefddf;
    transition: 1s;
}

.section-access {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.section-access h2 {
    padding-top: 15%;
    color: #ffffff;
}

.section-access p {
    font-style: normal;
    white-space: pre-wrap;
    color: #ffffff;
}

.section-access-parentbox {
    display: flex;
    margin-top: 5%;
}

.section-access iframe {
    display: block;
    width: 58%;
    margin-right: 8%;
}

.section-access-text-info {
    width: 34%;
}

.section-access-text {
    line-height: 1.7;
}

.section-access-cta a{
    width: 60%;
    color: #ffffff;
    border-radius: 20px;
    border: 1px solid #ffffff;
    transition: 1s;
}

.section-access-cta a:hover {
    color: #d0a681;
    background-color: #ffffff;
    transition: 1s;
}

/* ----------------------section access finish -------------------------------------------------------------- */

/* ----------------------section footer start -------------------------------------------------------------- */
.footer-bg {
    width: 100%;
    background-color: #a67c57;
}

footer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-bottom: 2%;
    color: #ffffff;
}

.footer-parentbox {
    display: flex;
}

.footer-logo {
    width: 20%;
    vertical-align: bottom;
}

.footer-logo img {
    width: 100%;
}

.footer-addressbox {
    width: 35%;
    margin-right: 10%;
    margin-left: 10%;
}

.footer-timebox {
    width: 25%;
}

.footer-text h3{
    padding-left: 5%;
    padding-bottom: 2%;
    font-weight: normal;
    font-size: 2vw;
    font-family: Comic Neue;
    border-bottom: 1px solid #ffffff;
}

.footer-text p {
    padding-left: 5%;
    padding-top: 1%;
    white-space: pre-wrap;
    line-height: 1.7;
}

.footer-addressbox p {
    font-style: normal;
}

.footer-copyright {
    padding-top: 3%;
    text-align: center;
    font-family: Comic Neue;
    font-style: 1.2vw;
}