@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: #fffbde;
    font-family: Kiwi Maru;
    font-size: 2.5vw;
    color: #775635;
}


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

.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: 5%;
}

nav.NavMenu ul li a{
	display: block;
    font-family: Slackside One;
    font-size: 9vw;
    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
}

/* ----------------------menu start -------------------------------------------------------------- */
/* ----------------------menu common start -------------------------------------------------------------- */
h2 {
    text-align: center;
    padding-top: 7%;
    font-family: Slackside One;
    font-size: 9vw;
    font-weight: normal;
}

.lunch-menu {
    font-weight: normal;
    font-family: Slackside One;
    font-size: 16vw;
    color: rgba(208, 166, 129, 0.4);
}

.img-menu-title {
    display: flex;
    margin-top: 1%;
    font-size: 2.8vw;
}

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

.menu-title:nth-of-type(1) {
    margin-top: 9%;
}

/* ----------------------menu common finish --------------------------------------------------- */

/* ----------------------menu relative start --------------------------------------------------- */
.menu-wraper-set {
    position: relative;
    display: block;
    margin-top: 16%;
}

.menu-wraper-curry,.menu-wraper-bakery {
    position: relative;
    display: block;
    margin-top: 25%;
}

.menu-wraper-pizza {
    position: relative;
    display: block;
    margin-top: 50%;
}
/* ----------------------menu relative finish --------------------------------------------------- */

/* ----------------------menu left-img start --------------------------------------------- */
.lunch-menu-left-set {
    position: absolute;
    top: -24%;
    right: 0;
}

.lunch-menu-left {
    position: absolute;
    top: -26%;
    right: 0;
}

.left-img-box {
    width: 70%;
    margin-right: 30%;
}

.left-img-box img {
    width: 100%;
}

.right-text-box {
    width: 53%;
    margin-left: 17%;
    margin-right: 30%;
}

/* ----------------------menu left-img finish --------------------------------------------- */
/* ----------------------menu right-img start --------------------------------------------- */
.lunch-menu-right {
    position: absolute;
    top: -44%;
    left: 0;
}
.right-img-box {
    width: 70%;
    margin-left: 30%;
}

.right-img-box img {
    width: 100%;
}

.left-text-box {
    position: absolute;
    bottom: -54%;
    left: 30%;
}
/* ----------------------menu right-img finish --------------------------------------------- */
/* ----------------------set menu start --------------------------------------------- */
.img-menu-title1 p:nth-of-type(1) {
    width: fit-content;
    margin-left: 32%;
}

.img-menu-title1 p:nth-of-type(2) {
    width: fit-content;
    margin-left: auto;
}

.kome {
    width: fit-content;
    font-size: 1.5vw;
}

.left-img-box .kome {
    margin-left: auto;
}

.right-text-box .kome {
    padding-right: 5%;
}

.menu-title-hamburg::after {
    content: "・・・・・・・・・";
}

.menu-title-nikomihamburg::after {
    content: "・・・・・・";
}

.menu-title-guratan::after {
    content: "・・・・・";
}
/* ----------------------set menu finish --------------------------------------------- */
/* ----------------------curry start --------------------------------------------- */
.img-menu-title2 p:nth-of-type(2) {
    width: fit-content;
    margin-left: 8%;
}

.menu-title-hamburgcurry::after {
    content: "・・・・・・・・";
}

.menu-title-curry::after {
    content: "・・・・・・・・";
}

.menu-title-kathucurry::after {
    content: "・・・・・・・・・・・";
}

.menu-title-yakicurry::after {
    content: "・・・・・・・・・・・";
}
/* ----------------------curry finish --------------------------------------------- */
/* ----------------------pizza start --------------------------------------------- */
.menu-title-shi-du-dopizza::after {
    content: "・・・・・・・・・・";
}

.menu-title-kinokopizza::after {
    content: "・・・・・・・・・・・・";
}

.menu-title-mixpizza::after {
    content: "・・・・・・・・・・・";
}

.menu-title-saladapizza::after {
    content: "・・・・・・・・・・・・";
}
/* ----------------------pizza finish--------------------------------------------- */
/* ----------------------bakery start--------------------------------------------- */
.menu-title-kathusand::after {
    content: "・・・・・・・・・・・・";
}

.menu-title-pocketsand::after {
    content: "・・・・・・・・・・";
}

.menu-title-pocketburger::after {
    content: "・・・・・・・・・";
}

.menu-title-benchtoastset::after {
    content: "・・・・・・・";
}
/* ----------------------bakery finish--------------------------------------------- */
/* ----------------------drink dessert start--------------------------------------------- */
.drink-bg {
    margin-top: 40%;
    padding-bottom: 8%;
    background-image: url(../images/drink-bg.png);
    background-position: top center;
    background-size: cover;
    color: #ffffff;
}

.lunch-menu-center {
    padding-top: 10%;
    text-align: center;
    color: rgba(255, 251, 222, 0.5);
}

.menu-wraper-center {
    position: relative;
    display: block;
    margin-top: 3%;
}

.img-menu-title3 p:nth-of-type(1) {
    width: fit-content;
    margin-left: 60%;
}

.img-menu-title3 p:nth-of-type(2) {
    width: fit-content;
    margin-left: auto;
}

.menu-title-milke::after {
    content: "・・・・・・・・・・・・";
}

.menu-title-coffee::after {
    content: "・・・・・・・・・";
}

.menu-title-cafeore::after {
    content: "・・・・・・・・・・・・";
}

.menu-title-lemontea::after {
    content: "・・・・・・・";
}

.lunch-menu-dessert {
    padding-top: 7%;
    text-align: center;
    color: rgba(255, 251, 222, 0.5);
}
.menu-title-yo-guruto::after {
    content: "・・・・・・・・・・・・";
}

.menu-title-monaka::after {
    content: "・・・・・・";
}

.menu-title-ringopizza::after {
    content: "・・・・・・・・・・・・";
}
/* ----------------------drink dessert finish--------------------------------------------- */

/* ---------------------cta start--------------------------------------------- */
.cta a {
    display: block;
    width: 23%;
    margin-top: 35%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Comic Neue;
    font-size: 3vw;
    line-height: 2;
    color: #ffffff;
    border-radius: 20px;
    border: 1px solid #ffffff;
    transition: 1s;
}

.cta a:hover {
    color: #d0a681;
    background-color: #ffffff;
    transition: 1s;
}
/* ---------------------cta finish--------------------------------------------- */
/* ----------------------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: block;
    position: relative;
}

.footer-logo {
    width: 25%;
    padding-right: 15%;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    left: 0;
}

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

.footer-addressbox {
    width: 60%;
    margin-left: 30%;
}

.footer-timebox {
    width: 60%;
    margin-top: 5%;
    margin-left: 30%;
}

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

.footer-text p {
    padding-left: 8%;
    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;
}