@charset "UTF-8";
/*
  File Name   : sp_responsive.css
  Description : SP共通
*/

/* 共通ーーーーーーーーーーーーーーーー */
body {
  font-size: 14px;
}

.is-pc {
  display: none;
}

.is-sp {
  display: block;
}

.inner_l {
  max-width: 710px;
  padding: 0 20px;
}

.inner_s {
  padding: 0 20px;
}

.section-title {
  font-size: 42px;
}

.btn {
  width: 120px;
}

.section-title__cover .section-title {
  margin-bottom: 30px;
}

/* headerーーーーーーーーーーーーーーーー */
.header {
  height: 80px;
  background-color:rgba(5,15,28,0.5);
}

.header__inner {
  padding: 0 0 0 25px;
}

.header__logo a {
  font-size: 32px;
}

.header__nav__cover {
  display: none;
}

.header__right {
  display: none;
}

.header__tel {
  display: none;
}

.reserve__link {
  padding: 18px 45px;
}

/* hamburger ーーーーーーーーーーーーーーーー */
.hamburger {
  display: block;
  padding: 25px 20px;
  z-index: 500;
  cursor: pointer;
}
.hamburger span {
  position: relative;
  display: block;
  height: 4px;
  width: 40px;
  background: #fff;
  border-radius: 3px;
  transition: ease 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 7px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* is-open時の動き */
.hamburger.is-open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  top: -12px;
  transform: rotate(-45deg);
}

/* mobile nav */
.mobile__nav__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #050f1c;
  padding-top: 80px;
  padding-bottom: 60px;
  transform: translateX(100%);
  transition: ease 0.3s;
  z-index: 400;
  box-shadow: 0px 10px 25px -12px rgba(0, 0, 0, 0.2);
}

.mobile__nav__cover.is-open {
  display: block;
  transform: translateX(0);
}

.mobile__nav .nav__items {
  display: block;
  text-align: center;
}

.mobile__nav .nav__items .nav__item {
  padding: 3.5vh 0;
  margin: 0;
}

.mobile__nav .nav__items .nav__item a {
  font-size: 24px;
}

.mobile__tel__cover {
  text-align: center;
  margin: 30px 0;
}

.mobile__tel .tel-info a {
  font-size: 36px;
}

.mobile__tel .tel-info span {
  font-size: 22px;
}

.mobile__tel p {
  font-size: 14px;
}

.mobile__tel__cover .reserve__btn {
  padding-top: 30px;
}

.mobile__tel__cover .reserve__btn .reserve__link {
  padding: 18px 60px;
}

/* TOP ーーーーーーーーーーーーーーーー */
/* main */
.main {
  display: block;
  margin-top: 80px;
}

.main__text {
  top: 72%;
}

.main__text__title {
  font-size: 5vw;
}

/* about */
.top-about {
  padding: 80px 0;
}

.top-about__img__main {
  margin: 0 auto;
  width: 80%;
}

.top-about__title {
  font-size: 18px;
  margin-bottom: 20px;
}

.top-about__text {
  margin-bottom: 50px;
}



.media__inner {
  display: block;
}

.media__img {
  width: 100%;
}

.media__text__box {
  padding: 40px 3% 0;
}

.media__title {
  font-size: 28px;
}

/* top-menu */
.top-menu {
  padding: 80px 0;
}

.top-menu__inner .section-title__cover {
  margin-bottom: 50px;
}

.top-menu__items {
  display: block;
}

.top-menu__item {
  width: 100%;
  height: 570px;
}

.top-menu__item + .top-menu__item {
  margin-top: 30px;
}

.top-menu__item__text {
  padding: 0 10px;
}

.top-menu__title {
  font-size: 28px;
}

.top-menu__cover {
  padding: 50px 0;
  height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* top-shop */
.top-shop {
  padding-bottom: 80px;
}

.top-shop__bg {
  margin-bottom: 50px;
}

.top-shop .section-title__cover {
  max-width: 710px;
  padding: 0 20px;
  margin: 0 auto;
}

/* under-main ーーーーーーーーーーーーーーーー */
.under__main__menu,
.under__main__shop {
  height: 350px;
}

.under__main .section-title {
  font-size: 60px;
  padding-top: 270px;
}

/* menu ーーーーーーーーーーーーーーーー */
.menu {
  padding: 80px 0;
}

.menu .media__img {
  margin: 0 auto;
}

.menu .media__img img {
  width: 95%;
}

.menu__item__cover {
  display: block;
}

.menu__items:first-child {
  margin-bottom: 30px;
}

.menu__items {
  width: 91%;
  margin: 0 auto;
  padding: 0 3%;
}

.menu .swiper-slide {
  margin: 0 auto;
}

.menu .swiper-horizontal>.swiper-pagination-bullets,
.menu .swiper-pagination-bullets.swiper-pagination-horizontal,
.menu .swiper-pagination-custom, .menu .swiper-pagination-fraction {
  left: 87%;
}

@media (max-width: 500px) {
  .menu__item {
    display: block;
    white-space: normal;
  }
  .menu__name {
    white-space: normal;
  }
  .menu__dot {
    display: none;
  }
  .menu .swiper-horizontal>.swiper-pagination-bullets,
  .menu .swiper-pagination-bullets.swiper-pagination-horizontal,
  .menu .swiper-pagination-custom, .menu .swiper-pagination-fraction {
    left: 80%;
  }
}


/* shop ーーーーーーーーーーーーーーーー */
.shop__content__cover {
  padding: 80px 0;
}

.shop__content .section-title {
  font-size: 52px;
}

/* footer ーーーーーーーーーーーーーーーー */
.footer__inner {
  flex-direction: column-reverse;
}

.access__cover {
  max-width: 710px;
  padding: 50px 20px;
  margin: 0 auto;
}

.footer__copyright__cover {
  height: 50px;
}

.footer__copyright {
  line-height: 50px;
}