@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Reggae+One&display=swap');
*, ::before, ::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a, .allmenu, .button {
  transition: all 0.3s ease;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html {
  font-size: 62.5%;
  scroll-padding-top: 220px;
}
body {
  line-height: 1.6;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding-top: 10rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.container-menu {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding-right: 2rem;
  padding-left: 2rem;
}
header {
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 5%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
  padding-left: 5%;
}
ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}
nav a {
  margin-left: 40px;
  color: #fff;
  text-decoration: none;
}
nav a:hover {
  color: #C8AD9E;
  text-decoration: underline;
}
nav a.current {
  color: #C8AD9E;
  font-weight: bold;
}
.mv {
  background-image: url(img/mainimage03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%; /* 最初の設定に戻しました */
  height: 90vh;
  min-height: 500px;
  position: relative; /* SCROLLの基準として必要 */
  /* ↓ここを「最初の設定」と同じ数値にします */
  padding-top: 17rem;
  padding-left: 30rem;
  box-sizing: border-box;
}
.mv-text {
  font-size: 3rem;
  color: #fff;
  line-height: 2.5;
  margin: 0;
}
.mv-text span {
  white-space: nowrap;
}
.scroll-en {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  padding-bottom: 60px;
}
.scroll-en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #fff;
  animation: scroll-line 2s infinite;
}
@keyframes scroll-line {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
h1 {
  width: 100px;
  height: auto;
  z-index: 10;
}
h2 {
  font-size: 3.2rem;
  color: #fff;
  background-color: #3F2C23;
  font-weight: normal;
  margin-bottom: 10rem;
}
h3 {
  font-size: 2.8rem;
  margin: 30px 0;
  font-weight: normal;
  text-align: center;
}
h4 {
  font-size: 2.8rem;
  font-weight: normal;
}
h5 {
  font-size: 1.6rem;
  margin-top: 40px;
  font-weight: normal;
}
h5::before {
  content: "●";
}
h5:first-of-type {
  margin-top: 30px;
}
section {
  margin-top: 10rem;
}
dt {
  margin-bottom: 10px;
}
dd {
  margin-bottom: 30px;
}
dd:last-child {
  margin-bottom: 0px;
}
.news {
  margin-top: 0px;
}
.news a {
  color: #000;
}
.campaign .flex-area {
  display: flex;
  justify-content: space-between;
  margin: 0 5rem;
  flex-wrap: nowrap;
}
.campaign .flex-area p {}
.concept .flex-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
  margin-left: 5rem;
  margin-right: 5rem;
}
.concept .flex-box:last-of-type {
  margin-bottom: 0px;
}
.concept .flex-box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.concept .flex-text {
  font-size: 2.2rem;
  text-align: left;
  max-width: 30%;
  vertical-align: top;
  display: inline-block;
}
.menu .flex-area {
  display: flex;
  justify-content: space-between;
  margin: 0 5rem;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.menu .flex-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 30%;
  justify-content: center;
}
.menu .flex-text {
  text-align: left;
  width: 80%;
}
.allmenu {
  color: #fff;
  background-color: #C8AD9E;
  border-radius: 50px;
  /* [disabled]padding: 0 1rem; */
  display: flex;
  align-items: center;
  max-width: 22%;
  margin-top: 5rem;
  justify-content: center;
  margin-left: auto;
  margin-right: 5rem;
}
.allmenu span {
  font-size: 1.8rem;
}
.allmenu a {
  color: #fff;
  text-decoration: none;
}
.allmenu:hover {
  opacity: 0.8;
}
.calendar .flex-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 5rem;
}
.calendar .flex-box {
  max-width: 45%;
}
.access .flex-area {
  display: flex;
  padding: 0 5rem;
  justify-content: space-between;
  align-items: flex-end;
}
.access .flex-text {
  text-align: left;
}
.gotop {
  position: fixed;
  right: 20px;
  bottom: 0px;
  left: auto;
  display: none;
}
.gotop img {
  height: auto;
}
.gotop:hover {
  opacity: 0.6;
}
footer ul {
  justify-content: center;
}
footer {
  padding: 50px 0;
  background-image: url(img/footer.jpg);
  margin-top: 100px;
}
footer a {
  color: #fff;
  text-decoration: none;
  padding-left: 0px;
  margin-left: 100px;
}
footer li:first-of-type a {
  margin-left: 0px;
}
.copyright {
  color: #fff;
  text-align: center;
  margin-top: 150px;
}
.menupage h3 {
  font-size: 1.8rem;
  margin: 1rem 0 0;
  text-align: left;
}
.drinkmenu .flex-area, .foodmenu .flex-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 5rem;
}
.drinkmenu .flex-box, .foodmenu .flex-box {
  width: 30%;
  font-size: 2.4rem;
  text-align: left;
  margin-top: 10rem;
}
.foodmenu .flex-area {
  justify-content: center; /* 中央寄せにする */
  gap: 40px; /* 商品同士の間隔（お好みで調整） */
}
.drinkmenu h2, .foodmenu h2 {
  margin-bottom: 0px;
}
.subnav {
  display: flex;
  font-weight: bold;
  padding-left: 10rem;
  margin-top: 20rem;
}
.subnav li + li::before {
  content: "＞";
  margin: 0 15px;
  display: inline-block;
}
.subnav a {
  text-decoration: none;
  color: #000;
}
.subnav a:hover {
  text-decoration: underline;
  color: #C8AD9E;
}
.price {
  font-weight: bold;
  font-size: 1.8rem;
}
.price::after {
  content: " (税込)";
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 5px;
}
#trial h2 {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 7px;
}
.subtitle {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 7px;
}
.trial {
  background-image: url(img/trial_bg.jpg);
  background-repeat: no-repeat;
  font-size: 1.8rem;
  background-size: cover;
  max-height: 700px;
  background-position: center center;
}
.trial h4 {
  font-size: 2.4rem;
}
.text {
  text-align: left;
  padding: 50px 18%;
  background-color: rgba(255, 255, 255, 0.2);
}
form {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(img/info_bg.jpg);
}
.form-area {
  border-collapse: collapse;
  background-color: #fff;
  margin: auto;
  max-width: 55%;
  display: flex;
  justify-content: flex-start;
  padding: 5%;
  border-radius: 30px;
  flex-direction: column;
}
.form-area label {
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 15px;
}
label::after {
  content: "*";
  color: red;
}
input[type="text"], input[type="email"], textarea {
  border: 2px solid transparent;
  background-color: #ECECEC;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 3rem;
  outline: none;
  transition: all 0.3s;
}
input[type="text"], input[type="email"] {
  max-width: 600px;
}
textarea {
  width: 100%;
  min-height: 200px;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border: 2px solid #C8AD9E;
  background-color: #fff;
}
.button-area input {
  margin-bottom: 0;
  width: auto;
  min-width: 120px;
  cursor: pointer;
}
#Inquiry {
  width: 100%;
}
#info {
  font-size: 1.4rem;
  font-family: "noto sans JP";
}
#submit {
  background-color: #28a745;
  color: #fff;
}
#submit:hover {
  background-color: #218838;
}
#submit:active {
  background-color: #1e7e34;
}
#reset {}
#reset:hover {
  background-color: #D4D4D4;
}
#reset:active {
  background-color: #E0E0E0;
}
.button {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  width: 25%;
  margin: 0 3rem;
  min-width: 120px;
}
.button-area {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.nav-button {
  display: none;
}
.show {
  opacity: 0;
  transform: translateY(100px);
}
.show.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: 1s;
}
.annotation {
  color: red;
  text-align: right;
  margin-right: 7rem;
}
.annotation span {
  border: 2px solid red;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 5px;
  line-height: 1;
}
@media (max-width:1500px) {
  .mv {
    padding-left: 200px;
  }
}
@media (max-width:1200px) {
  html {
    font-size: 0.83vw;
    scroll-padding-top: 18rem;
  }
  section {
    margin-top: 7rem;
  }
  .mv {
    font-size: 3rem;
    padding-left: 15rem;
    height: 80vh;
  }
  .campaign .flex-area p {
    padding: 0 1.5rem;
  }
  #news dl {
    font-size: 14px;
  }
  #concept figure {
    padding: 0 1rem;
  }
  #concept .flex-text {
    padding: 0 1rem;
  }
  #menu .flex-text p {
    font-size: 14px;
  }
  .allmenu {
    max-width: 200px;
  }
  .allmenu span {
    font-size: 14px;
  }
  h2 {
    margin-bottom: 7rem;
  }
  nav a {
    font-size: 14px;
  }
  iframe {
    width: 60%;
    aspect-ratio: 5/4
  }
  .access .flex-text p {
    font-size: 14px;
  }
  .drinkmenu .flex-box, .foodmenu .flex-box {
    margin-top: 7rem;
  }
}
@media (max-width:800px) {
  html {
    font-size: 1.25vw;
    scroll-padding-top: 100px;
  }
  .container {
    max-width: 500px;
    padding-top: 5rem;
  }
  section {
    margin-top: 7rem;
  }
  header {
    padding: 1rem 3rem;
    align-items: center;
  }
  h1 {
    width: 65px;
    height: auto;
  }
  h2 {
    margin-bottom: 5rem;
  }
  h3 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  h5 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  h5:first-of-type {
    margin-top: 2rem;
  }
  .mv {
    padding-top: 10rem;
    height: 60vh;
    padding-left: 10rem;
  }
  .mv-text {
    font-size: 2.4rem;
  }
  .scroll-en {
    bottom: 20px; /* スマホでは少しだけ上げる */
  }
  nav {
    position: fixed;
    top: 0px;
    left: 100%;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: #000;
    transition: 0.5s;
  }
  nav ul {
    display: block;
    height: 100%;
    padding-bottom: 50px;
    overflow: auto;
    text-align: center;
  }
  nav a {
    font-size: 3rem;
    margin-left: 0px;
  }
  nav li {
    padding: 3rem 0;
  }
  dd {
    margin-bottom: 2rem;
  }
  .campaign .flex-area {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .campaign img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .campaign .flex-area p:last-child img {
    margin-bottom: 0px;
  }
  .campaign .flex-area p {
    padding: 0;
  }
  .concept .flex-box {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem;
  }
  #concept .flex-text {
    max-width: 100%;
    padding: 0;
    font-size: 14px;
  }
  #concept figure {
    padding: 0;
    margin-bottom: 2rem;
  }
  .menu .flex-area {
    justify-content: center;
    flex-wrap: wrap;
  }
  .menu .flex-box {
    max-width: 80%;
    margin-bottom: 5rem;
  }
  .menu .flex-text {
    width: 100%;
  }
  .menu figure {
    width: 80%;
  }
  .calendar .flex-area {
    padding: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .calendar .flex-box {
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .calendar .flex-area p:last-child {
    margin-bottom: 0px;
  }
  iframe {
    margin-top: 30px;
    aspect-ratio: 16/9;
    width: 100%;
  }
  .access .flex-area {
    padding: 0px;
    flex-wrap: wrap;
  }
  .access .flex-text {
    padding: 0 2rem;
  }
  footer {
    padding: 3rem 0;
    margin-top: 70px;
  }
  footer a {
    margin-left: 5rem;
  }
  .copyright {
    margin-top: 5rem;
  }
  .nav-button {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 5;
    display: block;
  }
  .nav-button span {
    background-color: #fff;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 10px;
    transition: 0.3s;
  }
  .nav-button span:nth-of-type(1) {
    top: 9px;
  }
  .nav-button span:nth-of-type(2) {
    top: 17px;
  }
  .nav-button span:nth-of-type(3) {
    top: 25px;
  }
  .menu-open .nav-button span:nth-child(1) {
    top: 17px;
    transform: rotate(315deg);
  }
  .menu-open .nav-button span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .menu-open .nav-button span:nth-child(3) {
    transform: rotate(-315deg);
    top: 17px;
  }
  .subnav {
    font-weight: normal;
    padding-left: 5rem;
    margin-top: 15rem;
  }
  .menupage h2 {
    margin-bottom: 2rem;
  }
  .menupage .flex-box h3 {
    font-size: 2.2rem;
    margin: 15px 0 5px;
    text-align: left; /* 商品名は左寄せの方が金額と揃って綺麗です */
  }
  .drinkmenu .flex-area, .foodmenu .flex-area {
    margin: 0 3rem;
    gap: 10px; /* 40pxから10pxくらいに減らす */
    justify-content: space-between;
  }
  .drinkmenu .flex-box, .foodmenu .flex-box {
    width: 48%;
    font-size: 1.8rem;
    padding: 0 1rem;
    margin-top: 3rem;
  }
  .trial {
    font-size: 1.6rem;
  }
  .title {
    font-size: 3.2rem;
  }
  .text {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .gotop {
    right: 0px;
  }
  .gotop {
    width: 120px
  }
  .form-area {
    max-width: 90%;
  }
  form {
    padding: 100px 0;
  }
  .allmenu {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
  input[type="text"], input[type="email"], textarea {
    font-size: 1.6rem; /* スマホで読みやすいサイズに固定 */
  }
  .form-area label {
    font-size: 2rem; /* ラベルも少し大きくして読みやすく */
  }
}
@media (max-width:600px) {
  html {
    font-size: 1.66vw;
  }
  h1 {
    width: 50px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 20px;
  }
  input[type="text"], input[type="email"], textarea {
    margin-bottom: 1.5rem;
    max-width: 100%; /* スマホでは制限を解除 */
  }
  .button {
    margin: 0 1rem;
    min-width: 100px;
  }
  .mv {
    padding-top: 15rem;
    padding-left: 5rem;
    height: 50vh;
  }
  .drinkmenu .flex-box, .foodmenu .flex-box {
    margin-top: 3rem;
  }
  footer {
    margin-top: 50px;
  }
}
.menu-open nav {
  left: 0%;
}