@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.8vw;
    color: #775635;
}

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

.cta a {
    display: block;
    width: 18%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Comic Neue;
    font-size: 2.3vw;
    line-height: 2;
    color: #775635;
    border-radius: 24px;
    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;
}

.nav-pc {
    display: none;
}

nav.NavMenu{
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
    width: 100%;
    height: 100vh;
	text-align: center;
    background-color: #d0a681;
	transform: translateY(-100%);
	transition: all 0.6s;
}

nav.NavMenu ul{
	width: 100%;
    
}

nav.NavMenu ul li{
	font-size: 30px;
	width: 100%;
}

nav.NavMenu ul li {
    margin-top: 3%;
}

nav.NavMenu ul li a{
	display: block;
    font-family: Slackside One;
    font-size: 5vw;
    line-height: 1.7;
	color: #ffffff;
    transition: 0.3s;
}

nav.NavMenu ul li a:hover {
    opacity: 0.6;
    transform: translateY(2px);
    transition: 0.3s;
}

nav.NavMenu.active {
	transform: translateY(0%);
}


.Toggle {
	position: fixed;
	right: 2%;
	top: 2%;
	width: 45px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
}

.Toggle span {
	display: block;
	position: absolute;
	width: 38px;
	border-bottom: solid 3px #775635;
	transition: 0.35s ease-in-out;
	left: 6px;
}

.Toggle span:nth-child(1) {
	top: 10px;
}

.Toggle span:nth-child(2) {
	top: 21px;
}

.Toggle span:nth-child(3) {
	top: 32px;
}

.Toggle p {
    position: absolute;
    top: 38px;
    width: 32px;
    font-size: 12.5px;
    font-family: OpenSans M;
    color: #9dd6d4;
    left: 6px;
    transition: 0.5s;
}

.Toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	transform: rotate(-45deg);
    border-bottom: solid 3px #ffffff
}

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	transform: rotate(45deg);
    border-bottom: solid 3px #ffffff
}

/* ----------------------header start -------------------------------------------------------------- */

/* ----------------------section news start -------------------------------------------------------------- */
.section-news {
    width: 80%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/tab-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.7%;
    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,
.section-access {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

/* ----------------------section concept start -------------------------------------------------------------- */
.pc-sp-shop-photo1,.pc-sp-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: 45%;
    margin-right: 5%;
}

.tab-shop-photo1 {
    width: 100%;
}

.section-concept-photo-childbox {
    width: 57%;
    position: absolute;
    bottom: 8%;
    right: -9%;
}

.tab-shop-photo2 {
    width: 100%;
}

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

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

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

.section-concept-text-parentbox p {
    padding-top: 3%;
    line-height: 1.7;
}

.concept-tab-br {
    display: block;
    padding-top: 2%;
}
/* ----------------------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: calc((100% - 4%) / 3);
    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: 2%;
    margin-right: 2%;
    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: 3vw;
    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: 9%;
    left: 0;
}

.section-shop-photo-right {
    position: absolute;
    top: 9%;
    right: 0;
}

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

.section-shop-text {
    width: 64%;
    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;
}

.section-access {
    width: 70%;
    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: 60%;
    margin-right: 5%;
}

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

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

.section-access-cta a{
    width: 64%;
    color: #ffffff;
    border-radius: 24px;
    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: 90%;
    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: 8%;
    margin-left: 8%;
}

.footer-timebox {
    width: 29%;
}

.footer-text h3{
    padding-left: 5%;
    padding-bottom: 2%;
    font-weight: normal;
    font-size: 2.5vw;
    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;
}