@charset "utf-8";

* {
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  cursor: none !important;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  margin: 0;
  padding: 0;
  position: relative;
}

a {
  color: #111;
  text-decoration: none;
}

.cursor,
.follower {
  border-radius: 50%;
  position: fixed;
  cursor: none;
  pointer-events: none;
}

.cursor {
  width: 8px;
  height: 8px;
  background-color: #000;
  z-index: 1101;
}

.follower {
  width: 40px;
  height: 40px;
  background-color: #CC3399;
  opacity: 0.6;
  z-index: 1100;
}

.is-active {
  transform: scale(2);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-ttl,
.header-toggle-menu-inner-list ul li,
.sp-menu-list-ttl {
  font-family: 'Libre Baskerville', serif;
}

.section-ttl {
  font-size: 2.4rem;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 20px;
  margin-bottom: 100px;
  text-align: center;
  letter-spacing: 10px;
}

.slick01 {
  position: fixed;
  top: 0px;
  width: 100%;
}

.slick-slide img {
  width: 100%;
  height: 750px;
  margin: 0 auto;
  object-fit: cover;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

.header-toggle-menu-inner {
  position: fixed;
  top: 0;
  left: -520px;
  width: 500px;
  height: 100%;
  background-color: #ffffff;
  z-index: 400;
  transition: all .6s;
}

.nav-open .header-toggle-menu-inner {
  left: 0;
}

.header-toggle-menu-inner-list {
  margin: 0 auto;
  width: 200px;
}

.header-toggle-menu-inner-list ul {
  margin-top: 100px;
  text-align: center;
  font-size: 2rem;
}

.header-toggle-menu-inner-list ul li {
  letter-spacing: 10px;
  margin-top: 50px;
}

.navi {
  text-decoration: none;
  color: #111;
}

.menu-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  z-index: 500;
}

.line {
  position: absolute;
  left: 30px;
  width: 30px;
  height: 2px;
  background-color: #3f3f3f;
  transition: all .6s;
}

.line1 {
  top: 30px;
}

.nav-open .line1 {
  top: 40px;
  transform: rotate(45deg);
}

.line2 {
  top: 40px;
}

.nav-open .line2 {
  left: -40px;
  transition: all .3s;
}

.line3 {
  top: 50px;
}

.nav-open .line3 {
  top: 40px;
  transform: rotate(-45deg);
}

.logo {
  position: absolute;
  top: 25px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  max-width: 50%;
  color: #3f3f3f;
}

.logo a img {
  height: 30px;
}

.toggle-menu-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 300;
  visibility: hidden;
  transition: all .6s;
}

.nav-open .toggle-menu-background {
  opacity: 0.7;
  visibility: visible;
}

.inertia-scroll {
  position: relative;
  top: 750px;
  background-color: #fff;
}

/* about */
.about-wrapper {
  width: 100%;
}

.sentence-wrapper {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  line-height: 2.5;
  padding-bottom: 100px;
}

.sentence-wrapper p {
  text-align: center;
  font-size: 1.6rem;
  margin: 0;
}

.menu-wrapper {
  position: relative;
}

.menu-list-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 85%;
  width: 100%;
  margin: 0 auto 100px;
}

.menu-lists {
  width: 30%;
}

.menu-list-image-wrapper {
  position: relative;
  width: 80%;
  margin: 0 auto 20px;
}

.menu-list-image-wrapper img {
  width: 100%;
}

.menu-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111;
  background-size: contain;
  opacity: 0.8;
  z-index: 10;
  display: none;
  pointer-events: auto;
}

.menu-list-ttl {
  position: relative;
  top: 40%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  width: 100%;
}

.sp-menu-list-ttl {
  display: none;
}

.menu-list-ttl img {
  height: 30px;
}

.hover-active {
  display: block;
}

.modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background-color: #111;
  opacity: 0.9;
  z-index: 900;
  display: none;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background-color: #fff;
  z-index: 1000;
  display: none;

}

.menu-modal-list {
  font-size: 1.4rem;
}

.menu-modal-list ul li {
  margin: 0 70px;
  padding: 0 20px;
  line-height: 3.5;
  display: flex;
  justify-content: space-between;
  border-bottom: dotted;
}

.menu-list-sentence-wrapper {
  font-size: 1.4rem;
  width: 80%;
  margin: 0 auto;
}

.change-btn-wrapper {
  position: fixed;
  top: 600px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.change-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 15px;
  margin: 0 auto;
}

.modal-title {
  padding: 30px;
  text-align: center;
}

.modal-title img {
  height: 36px;
}

.access-wrapper {
  width: 100%;
  font-size: 1.8rem;
}

.info-wrapper {
  text-align: center;
  margin-bottom: 100px;
}

.lunch,
.dinner,
.tel,
.address1 {
  padding-bottom: 15px;
}

.lunch img,
.dinner img,
.tel img,
.address1 img {
  height: 24px;
}

.time-info,
.contact-info,
.address-info {
  padding-bottom: 50px;
}

.lunch-time {
  padding-bottom: 20px;
}

.station {
  font-size: 1.4rem;
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 30px;
  height: 90px;
  opacity: 0.6;
  display: none
}

#page-top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
}

#page-top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 2.5rem;
  color: #111;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page-top a::after {
  content: 'PAGE TOP';
  font-size: 1.3rem;
  color: #111;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #111;
}

footer {
  background-color: #708090;
  height: 500px;
  padding-top: 100px;
}

.footer-contents {
  position: relative;
}

.footer-nav-list {
  font-family: 'Libre Baskerville', serif;
  text-align: center;
  font-size: 1.4rem;
}

.footer-nav-list li {
  padding-bottom: 30px;
}

.copyright {
  position: relative;
  bottom: -140px;
  text-align: center;
  font-size: 1.2rem;
  color: #111;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {

  .cursor,
  .follower {
    display: none;
  }

  .menu-list-image-wrapper {
    width: 100%;
  }

  .menu-list-sentence-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {

  .slick-slide img {
    height: 600px;
  }

  .header-toggle-menu-inner {
    width: 80%;
  }

  .header-toggle-menu-inner-list ul {
    font-size: 1.6rem;
  }

  .inertia-scroll {
    top: 600px;
  }

  .section-ttl {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }

  .sentence-wrapper {
    padding: 0 10px 50px;
  }

  .sentence-wrapper p {
    font-size: 1.4rem;
  }

  .modal {
    width: 90%;
  }

  .modal-title img {
    height: 24px;
  }

  .menu-modal-list {
    font-size: 1.2rem;
  }

  .menu-modal-list ul li {
    margin: 0 10px;
    padding: 0 5px;
  }

  .menu-list-container {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .menu-lists {
    width: 100%;
    padding-bottom: 50px;
  }

  .menu-list-image-wrapper {
    width: 80%;
    margin: 0 auto;
  }

  .menu-lists img {
    width: 80vw;
    height: 260px;
    object-fit: cover;
  }

  .menu-list-sentence-wrapper {
    width: 80%;
  }

  .menu-hover {
    display: none;
  }

  .sp-menu-list-ttl {
    width: 80%;
    display: block;
    font-size: 1.6rem;
    padding: 20px 0px;
    margin: 0 auto;
  }

  .info-wrapper {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }

  .lunch,
  .dinner,
  .tel,
  .address1 {
    padding-bottom: 10px;
  }

  .lunch img,
  .dinner img,
  .tel img,
  .address1 img {
    height: 18px;
  }

  .time-info,
  .contact-info,
  .address-info {
    padding-bottom: 30px;
  }
}
