@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

p {
    font-family: "Baskervville SC", serif;
}

a,a:visited {
    color: #000000;
}

h1 {
    font-family: "Merienda", cursive;
}

h2 {
    margin-top: 2vw;
    color: #920404;
    font-family: "Baskervville SC", serif;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5.5vw;
    z-index: 10;
}

.header.change-color {
    background-color: #bde8f1;/*スクロールしたあとのヘッダー背景色*/
    transition: 0.5s; /*滑らかに*/
}

.header-inner {
    width: 95%;
    margin: 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
}

.header-inner h1 {
    font-size: 3vw;
    margin-left: 1%;
}

.header-nav {
    width: 50%;
    margin-left: auto;
    margin-right: 2vw;
}

.header-nav-list {
    display: flex;
    font-family: "Merienda", cursive;
}

.header-nav-item {
    width: calc(100% /5);
}

.drop {
    position: relative;
}

.drop ul {
    position: absolute;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
}

.drop ul li {
    display: block;
    text-align: center;
    box-sizing: border-box;
    height: 2.5vw;
    font-size: 1.5vw;
    background-color: #bde8f1;
}
.drop ul li:first-child {
    margin-top: 1.2vw;
}

.drop:hover ul {
    height: 11vw;
}

.header-nav-item-link {
    display: block;
    line-height: 1.8;
    font-size: 1.5vw;
    text-align: center;
}

.header-nav-item-link2 {
    display: block;
}

header div img {
    width: 5%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    margin-left: 1%;
}

.header-nav-item-link {
    color: #000000d0;
    text-decoration: none;
}

nav ul li a:hover {
    opacity: 0.5;
    transition: 1.0s;
}

.menu-wrap1 {
    position: relative;
    width: 90%;
    height: 40vw;
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/menu-item1.jpg);
    background-size: 100% 330%;
    background-repeat: no-repeat;
    animation: parallax linear both;
    animation-timeline: view();
}

@keyframes parallax {
  from {
    background-position: center 0;
  }

  to {
    background-position: center -300px;
  }

}

.menu-wrap1 h1 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: 2vw;
    margin-left: 82vw;
    font-size: 8vw;
    font-weight: 400;
    background: linear-gradient(60deg, #920404 0%, #e93c3c 35%, #E8E8E8 50%, #e93c3c 65%, #920404 90% 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yen {
    margin-left: auto;
}

.tax {
    margin-top: 3vw;
}

.drink {
    text-align: center;
}

.drink p {
    margin-top: 1vw;
    color: rgb(70, 70, 70);
    font-size: 3vw;
}

.drinku-menu {
    margin-top: 2vw;
}

.coffee-wrap {
    width: 80%;
    margin-left:auto;
    margin-right: auto;
    border-top: 1px solid #e93c3c;
}

.menu-coffee1 {
    display: flex;
}

.menu-coffee2 {
    display: flex;
}

.menu-coffee3 {
    display: flex;
}

.menu-coffee4 {
    display: flex;
}

.juice-wrap {
    width: 80%;
    margin-left:auto;
    margin-right: auto;
    border-top: 1px solid #e93c3c;
}

.menu-juice1 {
    display: flex;
}

.menu-juice2 {
    display: flex;
}

.menu-juice3 {
    display: flex;
}

.menu-juice4 {
    display: flex;
}

.menu-wrap2 {
    position: relative;
    width: 90%;
    height: 40vw;
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/menu-item2.jpg);
    background-size: 100% 250%;
    background-repeat: no-repeat;
    animation: parallax linear both;
  animation-timeline: view();
}

@keyframes parallax {
  from {
    background-position: center 0;
  }

  to {
    background-position: center -300px;
  }

}

.menu-wrap2 h1 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: 2vw;
    margin-left: 82vw;
    font-size: 8vw;
    font-weight: 400;
    background: linear-gradient(60deg, #920404 0%, #e93c3c 35%, #E8E8E8 50%, #e93c3c 65%, #920404 90% 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pasta {
    text-align: center;
}

.pasta p {
    margin-top: 1vw;
    color: rgb(70, 70, 70);
    font-size: 3vw;
}

.pasta-menu {
    margin-top: 2vw;
}

.pasta-wrap {
    width: 80%;
    margin-left:auto;
    margin-right: auto;
    border-top: 1px solid #e93c3c;
}

.menu-pasta1 {
    display: flex;
}

.menu-pasta2 {
    display: flex;
}

.menu-pasta3 {
    display: flex;
}

.menu-pasta4 {
    display: flex;
}

.panne-wrap {
    width: 80%;
    margin-left:auto;
    margin-right: auto;
    border-top: 1px solid #e93c3c;
}

.menu-penne1 {
    display: flex;
}

.menu-penne2 {
    display: flex;
}

.menu-wrap3 {
    position: relative;
    width: 90%;
    height: 40vw;
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/menu-item3.jpg);
    background-size: 100% 200%;
    background-repeat: no-repeat;
    animation: parallax linear both;
  animation-timeline: view();
}

@keyframes parallax {
  from {
    background-position: center 0;
  }

  to {
    background-position: center -300px;
  }

}

.menu-wrap3 h1 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: 2vw;
    margin-left: 82vw;
    font-size: 8vw;
    font-weight: 400;
    background: linear-gradient(60deg, #920404 0%, #e93c3c 35%, #E8E8E8 50%, #e93c3c 65%, #920404 90% 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pizza {
    text-align: center;
}

.pizza p {
    margin-top: 1vw;
    color: rgb(70, 70, 70);
    font-size: 3vw;
}

.pizza-menu {
    margin-top: 2vw;
}

.pizza-wrap1 {
    width: 80%;
    margin-left:auto;
    margin-right: auto;
    border-top: 1px solid #e93c3c;
}

.pizza-wrap2 {
    width: 80%;
    margin-left:auto;
    margin-right: auto;
}

.menu-pizza1 {
    display: flex;
}

.menu-pizza2 {
    display: flex;
}


.menu-pizza3 {
    display: flex;
}

.menu-pizza4 {
    display: flex;
}


.menu-wrap4 {
    position: relative;
    width: 90%;
    height: 40vw;
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/menu-item4.jpg);
    background-size: 100% 200%;
    background-repeat: no-repeat;
    animation: parallax linear both;
  animation-timeline: view();
}

@keyframes parallax {
  from {
    background-position: center 0;
  }

  to {
    background-position: center -300px;
  }

}

.menu-wrap4 h1 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: 2vw;
    margin-left: 82vw;
    font-size: 8vw;
    font-weight: 400;
    background: linear-gradient(60deg, #920404 0%, #e93c3c 35%, #E8E8E8 50%, #e93c3c 65%, #920404 90% 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sweets {
    text-align: center;
}

.sweets p {
    margin-top: 1vw;
    color: rgb(70, 70, 70);
    font-size: 3vw;
}

.sweets-menu {
    margin-top: 2vw;
}

.sweets-wrap1 {
    width: 80%;
    margin-left:auto;
    margin-right: auto;
    border-top: 1px solid #e93c3c;
}

.sweets-wrap2 {
    width: 80%;
    margin-left:auto;
    margin-right: auto;
}

.menu-sweets1 {
    display: flex;
}

.menu-sweets2 {
    display: flex;
}


.menu-sweets3 {
    display: flex;
}

.menu-sweets4 {
    display: flex;
}

footer{
    width: 100%;
    margin-top: 5vw;
    background-color: #bde8f1;
    font-family: "Baskervville SC", serif;
}

.under {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.under ul {
    display: flex;
}

.under ul li {
    width: 150px;
}

.under ul li a {
    font-size: 1.2vw;
    display: block;
    line-height: 3;
    color: #3b3b3b;
    text-align: center;
    text-decoration-line: none;
}

.under ul li a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

footer p {
    font-size: 1.1vw;
    color: #3b3b3b;
    text-align: center;
}

/* 背景グラデーション */
body {
    width: 100%;
    height: fit-content;
    background-image: repeating-linear-gradient(
        to bottom right,
        hsl(195deg, 65%, 65%),
        hsl(195deg, 80%, 80%),
        hsl(195deg, 95%, 95%),
        hsl(195deg, 80%, 80%),
        hsl(195deg, 70%, 70%),
        hsl(195deg, 55%, 55%),
        hsl(195deg, 65%, 65%) 50%
    );
    background-size: 1000% 1000%;
    animation: colorRotation 180s linear 0s infinite;
}

@keyframes colorRotation {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 500% 500%;
	}
  }