body {
  color: #fff;
  background-color:#000;
  opacity: 0.9;
  font-family: serif;
  overflow-x: hidden;
  letter-spacing: 1px;
}

a {
  text-decoration:none;
  color: #fff;
}


/* --------------------------------------------------------------------header----------------------------------------------------------------------------- */
:root {
  --background-navbar: rgba(55, 55, 55, 0.98);
}

.header {
  position: fixed;
  width: 100%;
  height: 52px;
  z-index: 9003;
  opacity: 1;
  animation: fadein 2.2s ease-out forwards;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  padding: 0 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0 15px 25px;
  margin: 0 54px;
  opacity: 0s;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1000;
}

.navicon {
  background: #fff;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  font-size: 20px;
}

header .mobile-gradient {
  display: none;
}

.instagram {
  position: fixed;
  top: 70px;
  left: 24px;
}

.facebook {
  position: fixed;
  top: 110px;
  left: 24px;
}
/* -------------------------------------------------------TOP----------------------------------------------------- */
.link {
  padding: 10px;
}

.container{
  width: 100%;
}

.image{
  width: 100%;
  height: 800px;
  opacity: 0;
  animation: slide-out-anim 4s ease-out forwards;
}

@keyframes slide-out-anim {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(-200%);
  }
}

.boxbackground {
    width: 100%;
    height: 800px;
    background: url("./img/top.webp");
    background-size: cover;
    background-attachment: fixed;
  }

  .box1 {
    position: absolute;
    top: 500px;
    width:17%;
    margin: 0 auto;
    text-align: center;
  }

  .backgroundrogo {
    width: 15%;
    height: 300px;
    background: url(./img/rogo01.png) no-repeat;
    position: absolute;
    top: 20%;
    left: 52%;
    transform: translate(-52%);
  }
  
  .container {
    animation: fadein 2.2s ease-out forwards;
  }
  
  @keyframes fadein {
    0% {opacity: 0}
    80% {opacity: 0}
    100% {opacity: 1}
  }

  .button-029 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin:auto;
    padding: .5em 2em;
    overflow: hidden;
    color: #4d4d4d;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 0.9;
}

.button-029::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    content: '';
    transition: width .3s ease;
}

.english {
  position: absolute;
  top: 690px;
  padding-left: 47%;
  font-weight: 600;
}

.english a {
    text-decoration: none;
    color: #fff;
}

.fadein {
  width: 17%;
  margin: 0 auto;
  animation: fadein .2s linear;
  animation-duration: 2s;
}

#slider {
  display: none;
}

/* ----------------------------------------------------title-------------------------------------------- */
#title {
    text-align: center;
    color: #333;
    background: #fff;
    font-size: small;
}

/* ----------------------------------------------------messege------------------------------------------ */
#message {
  width: 100%;
  height: 420px;
  margin: 50px 60px 20px 0;
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  font-size: 20px;
  background: url(./img/message-pc.webp);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position:140px 0px;
}

h2 {
  font-size: 25px;
}

#message p {
  margin-right: 30px;
}

.heading-001 {
  padding: .5em .7em;
  border-left: 2px solid #fff;
  color: #fff;
}

#message img {
  width: 750px;
}

/* ----------------------------------------------------food---------------------------------------------- */
#food {
  width: 100%;
}

.backgroundfood {
  width: 100%;
  height: 300px;
  margin-top: 600px;
  background: url(./img/food.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.food-title {
  width: 100%;
  height: 300px;
  writing-mode: vertical-rl;
  font-size: 30px;
  background-color: rgba(0,0,0,0.3);
}

#food h2 {
  padding-right: 49%;
  color: #fff;
  text-align: center;
}

.food-text {
  text-align: center;
}

.food-text span {
  display: inline-block;
  position: relative;
  padding: 0 .4em .2em;
  margin: 40px;
  color: #fff;
  font-size: 25px;
}

.food-text span::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
}

.food-message {
  width: 90%;
  margin: 0 auto 100px;
  text-align: center;
  font-size: 15px;
}

.food-box {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.food-menu {
  width: 33%;
}

.food-background {
  width: 30%;
  height: 333px;
  overflow: hidden;
}

.food-background img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.food-background:hover img {
  transform: scale(1.1); /* 拡大 */
}

.drink-background {
  width: 30%;
  height: 333px;
  overflow: hidden;
}

.drink-background img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.drink-background:hover img {
  transform: scale(1.1); /* 拡大 */
}

.course-background {
  width: 30%;
  height: 333px;
  overflow: hidden;
}

.course-background img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.course-background:hover img {
  transform: scale(1.1); /* 拡大 */
}

.food-subtitle {
  width: 100%;
  display: flex;
  justify-content: space-around;

}

.button-food {
  padding: 10px 50px;
  margin: 30px 0 80px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.button-food:hover {
  border: 0.5px solid #000;
  background: #fff;
  color: #000;
  transition: 0.5s;
} 

/* ----------------------------------------------------inside------------------------------------------------ */
#inside {
  width: 100%;
}

.background-inside {
  width: 100%;
  height: 300px;
  background: url(./img/inside.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inside-title {
  width: 100%;
  height: 300px;
  writing-mode: vertical-rl;
  font-size: 30px;
  background-color: rgba(0,0,0,0.3);
}

#inside h2 {
  padding-right: 49%;
  color: #fff;
  text-align: center;
}

.inside-text {
  text-align: center;
}

.inside-text span {
  display: inline-block;
  position: relative;
  padding: 0 .4em .2em;
  margin: 40px;
  color: #fff;
  font-size: 25px;
}

.inside-text span::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
}

.inside-message {
  width: 90%;
  margin: 0 auto 100px;
  text-align: center;
  font-size: 15px;
}

.gallery-cell {
  width: 600px;
  height: 400px;
  margin-right: 10px;
  background: #fff;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* ----------------------------------------------------staff------------------------------------------------ */
#staff {
  width: 100%;
  height: 600px;
  display: flex;
  margin-top: 200px;
  background:#fff;
  background-size: cover;
  
}

#staff img {
  width: 350px;
  height: 500px;
  margin-top: 50px;
  margin-left: 150px;
}

.staff-title {
  font-size: 16px;
  font-weight: lighter;
  color: #646363;
  margin: 70px 20px 0 20px;
}

.staff-title p {
  margin: 0px 20px 0 20px;
}

.staff-title span {
  font-size: 30px;
}

.staff-name {
  font-size: 16px;
  font-weight: lighter;
  color: #646363;
  margin: 70px 20px 0 20px;
}

.staff-name span {
  font-size:  30px;
}

.staff-name strong {
  font-size: 25px;
}

/* ----------------------------------------------------store------------------------------------------------ */
#store {
  display: flex;
  background: url(./img/gallery6.webp);
  background-size: cover;
}

.store-text {
  padding: 70px 40px 40px 60px;
  background-color: rgba(0,0,0,0.8);
}

.fa-solid {
  margin-right: 5px;
}

/* ----------------------------------------------------footer------------------------------------------------ */

.footer {
  height: 450px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 25px 10px 10px;
  background:#fff;
}

.footer__logo {
  width: 130px;
  height: 30px;
  margin: 30px auto 10px;
}

.footer-address {
  margin: 30px 0;
  color: #000
}

.footer-map a {
  color: #000;
}

.footer-flex {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.online-btn {
  width: 300px;
  padding: 16.5px;
  margin: 0px 30px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
}

.online-btn:hover {
  border: 1px solid #fff;
  background: #505050;
  color: #fff;
  transition: 0.7s;
}

.tel-btn {
  width: 300px;
  padding: 5px;
  margin: 0px 30px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
}

.tel-btn:hover {
  border: 1px solid #fff;
  background: #505050;
  color: #fff;
  transition: 0.7s;
}

.footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.5em;
  list-style-type: none;
  margin: 30px 0 .5em;
  padding: .5em;
}

.footer__list a {
  color: #333;
}


.footer__link {
  color: #000;
  font-weight: 200;
  text-decoration: none;
}

.footer__copyright {
  margin: 0;
  color: #000;
  font-weight: 200;
  font-size: .8em;
}
/* ------------------------------------------------------------------------------display-none---------------------------------------------------------------------------------------- */
@media (min-width: 500px) {

}


/* ----------------------------------------------------mobile--------------------------------------------------------------------------- */
@media (max-width: 500px) {
.menu li {
    padding: 18px 0 18px 15px;
}

.image{
    height: 750px;
}

.boxbackground {
    height: 750px;
    background: url(./img/mobile_top.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: none;
}

.box1 {
  width: 50%;
  position: absolute;
  top: 400px;
}

.backgroundrogo {
    height: 250px;
    width: 40%;
    top: 100px;
    left: 43%;
    transform: translate(-43%);
}

.fadein {
  width: 50%;
  margin: 0 auto;
  animation: fadein .2s linear;
  animation-duration: 2s;
}
  
.button-029 {
    width: 200px;
    font-size: 17px;
}

.english {
  position: absolute;
  top: 450px;
  padding-left: 40%;
}

#message {
  height: 800px;
  margin: 50px auto 0;
  font-size: 20px;
  background: url(./img/message-mobile.png);
  background-size: 414px;
  background-repeat: no-repeat;
  background-position: 0px 390px;
}

h2 {
  font-size: 23px;
}

.heading-001 {
  font-size: 22px;
  height: 368px;
}

#message p {
  margin-right: 0px;
  font-size: 15px;
}

.backgroundfood {
  height: 200px;
  background:none;
  background-position: 0 -70px;
}

#food {
  padding-top: 60px;
}

#food h2 {
  padding-right: 47%;
  font-size: 25px;
}

.food-text span {
  padding: 0 .4em .1em;
  margin: 40px 20px;
  font-weight: 100;
}

.food-title {
  padding-top: 50px;
  height: 200px;
  letter-spacing: 5px;
  font-weight: 100;

}

.food-message {
  margin-bottom: 70px;
}

.food-box {
  width: 100%;
  margin: 0 auto 50px;
  height: 730px;
  display: block;
}

.food-menu {
  width: 100%;
}

.food-background {
  width: 80%;
  height: 240px;
  position: relative;
  left: 70px;
  margin-bottom: 20px;
}

.drink-background {
  width: 80%;
  height: 240px;
  position: relative;
  left: 10px;
  margin-bottom: 20px;
}

.course-background {
  width: 80%;
  height: 240px;
  position: relative;
  left: 70px;
  margin-bottom: 20px;
}

.food-subtitle {
  width: 100%;
  display: block;
  justify-content: center;
}

.button-food {
  width: 80%;
  padding: 15px 40px;
  margin: 30px auto 40px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 15px;
  text-align: center;
}

#inside {
  padding-top: 0px;
}

#inside h2 {
padding-right: 47%;
}

.background-inside {
  height: 150px;
  padding-top: 40px;
  background: none;
}

.inside-title {
  height: 100px;
  padding-right: 10%;
  font-size: 25px;
  font-weight: 100;
  letter-spacing: 5px;
}

.inside-message {
  margin-bottom: 70px;
}

.inside-text span {
  display: inline-block;
  position: relative;
  padding: 0 .4em .2em;
  margin: 40px;
  color: #fff;
  font-size: 25px;
  font-weight: 100;
}

.gallery {
  width: 90%;
  margin-left: 10%;
}

.gallery-cell {
  width: 100%;
  height: 230px;
  margin-left: 0%;
  background: #fff;
}

.gallery-cell img {
  width: 100%;
  height: 250px;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
display: none;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

#staff {
  display: block;
  height: 1050px;
  background: #fff;
  margin-top: 130px;
}

#staff img {
  width: 65%;
  height: auto;
  padding-top: 30px;
  margin: 10px auto;
}

.staff-title {
  margin: 20px 20px 0 20px;
}

.staff-title p {
  margin: 0;
  text-align: center;
}

.staff-title span {
  font-size: 20px;
}

.staff-name {
  font-size: 13px;
  letter-spacing: 2px;
  margin: 20px 30px 0 30px;
}

.staff-name span {
  font-size:  20px;
}

.staff-name strong {
  font-size: 15px;
}

.store-text {
  font-size: 13px;
}

.footer {
  height: 670px;
  background: #fff;
}

.footer__logo {
  margin-bottom: 15px;
}

.footer-address {
  margin: 30px 0;
  color: #000
}

.footer-map a {
  color: #000;
}

.footer-flex {
  display: block;
}

.mobile01 {
  width: 300px;
  margin: 20px auto;
}

.online-btn {
  margin: 20px auto;
}

.tel-btn {
  width: 300px;
  padding: 5px;
  margin: 20px auto;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
}

.tel-btn:hover {
  border: 1px solid #fff;
  background: #505050;
  color: #fff;
  transition: 0.7s;
}

.footer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 1.5em;
  line-height: 45px;
  list-style-type: none;
  padding: .5em;
}

.footer__copyright {
  margin-top: 20px;
}

}