@charset "UTF-8";
/* 共通ーーーーーーーーーーーーーーーー */
html, body, h1, h2, h3, ul, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

ul {
  list-style: none;
  list-style-type: none;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

body {
  font-size: 16px;
  font-weight: 600;
  background: #050f1c;
  color: #fff;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.6875;
  z-index: -10;
}

img {
  width: 100%;
  height: auto;
  border: none;
}

a {
  text-decoration: none;
}

.inner_l {
  margin: 0 auto;
  box-sizing: content-box;
}

.inner_s {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: content-box;
}

.section-title {
  font-family: 'Cormorant Infant', serif;
  font-size: 100px;
  line-height: 1;
}

.section-title::first-letter {
  color: #856b3f;
}

.section-text {
  line-height: 2;
  margin-bottom: 30px;
}

.btn {
  display: inline-flex;
  justify-content: space-between;
  font-family: 'Montserrat', sans-serif;
  background: #856b3f;
  text-align: center;
  align-items: center;
  border-radius: 4px;
  padding: 15px 22px;
}

.btn__label {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.btn i {
  color: #fff;
}


/* headerーーーーーーーーーーーーーーーー */
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px #fff solid;
  transition: 0.5s;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  height: inherit;
}

.header__left {
  display: flex;
  align-items: center;
}

.header__logo {
  z-index: 500;
}

.header__logo a {
  font-family: 'Cormorant Infant', serif;
  white-space: nowrap;
  color: #fff;
  letter-spacing: 0.04em;
}

.nav__items {
  display: flex;
}

.nav__item a {
  display: block;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  line-height: 1;
}


/* tel */
.tel-info {
  font-family: 'Cormorant Infant', serif;
  margin-bottom: 5px;
}

.tel-info a {
  display: block;
  font-size: 26px;
  color: #fff;
  line-height: 1;
}

.tel-info span {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

.header__tel p {
  font-size: 12px;
}

.reserve__link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #fff;
  border: 1px #fff solid;
  border-radius: 4px;
  white-space: nowrap;
}

.reserve__link:hover {
  color: #050f1c;
  background: #fff;
}


/* TOP ーーーーーーーーーーーーーーーー */
/* main */
.main {
  position: relative;
}

.main__text {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.main__text__title {
  line-height: 1.3;
  font-weight: bold;
  margin-left: 5%;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


/* about */
.top-about__img__main {
  max-width: 480px;
}

.top-about__img__main img {
  aspect-ratio: 12/15;
  object-fit: cover;
  object-position: top;
}

.top-about__text__box {
  width: 100%;
  margin-top: 50px;
}

.top-about .section-title {
  margin-bottom: 40px;
}

.top-about__text {
  max-width: 500px;
  line-height: 2;
}

.top-about__img__sub__cover {
  display: flex;
  justify-content: space-between;
}

.top-about__img__sub:first-child {
  padding-top: 60px;
  margin-right: 20px;
}

.top-about__img__sub img {
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
  max-width: 300px;
}

/* top-menu */
.top-menu {
  background: #03172f;
}

.top-menu__items {
  display: flex;
  justify-content: space-between;
}

.top-menu__item_01 {
  background: url(/_common/img/top-menu_01.jpg) center center / cover;
}

.top-menu__item_02 {
  background: url(/_common/img/top-menu_02.jpg) 67% center / cover;
}

.top-menu__item_03 {
  background: url(/_common/img/top-menu_03.jpg) center center / cover;
}

.top-menu__cover {
  background-color: rgba(0,0,0,0.4);
  backdrop-filter: blur(3px);
}

.top-menu__label {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-bottom: 23px;
}

.top-menu__title {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 33px;
}

.top-menu__item__text {
  max-width: 100%;
  padding: 0 25px;
}


/* top-shop */
.top-shop {
  position: relative;
}

.top-shop__bg {
	position: relative;
  width: 100%;
  overflow: hidden;
}

.top-shop__bg img {
  aspect-ratio: 8 / 3;
  object-fit: cover;
  object-position: center 66%;
}


/* under-main ーーーーーーーーーーーーーーーー */
.under__main {
  position: relative;
}

.under__main__menu {
  background: url(/_common/img/menu.jpg) center 8% / cover;
  height: 500px;
}

.under__main__shop {
  background: url(/_common/img/top-shop_bg.jpg) center 60% / cover;
  height: 500px;
}

.under__main .section-title {
  font-family: 'Cormorant Infant', serif;
  color: #fff;
}

.under__main .section-title::first-letter {
  color: #fff;
}


/* menu ーーーーーーーーーーーーーーーー */
.menu {
  border-bottom: 1px solid #fff;
}

.menu:last-of-type {
  border: none;
}

.media__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu .media__inner {
  margin-bottom: 70px;
}

.menu .media__img {
  position: relative;
  max-width: 600px;
  width: 100%;
}

.menu-swiper-container {
  overflow: hidden;
}

.menu .media__img img {
  aspect-ratio: 6/5;
  object-fit: cover;
}

.media__text__box {
  padding-left: 7%;
  max-width: 500px;
}

.media__label {
  display: inline-block;
  text-transform: uppercase;
  color: #856b3f;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  line-height: 1;
}

.media__title {
  font-size: 40px;
  font-family: 'Cormorant Infant', serif;
  margin-bottom: 30px;
  line-height: 1.2;
}

.menu__item__cover {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.menu__items {
  width: 46%;
}

.menu__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.menu__name {
  white-space: nowrap;
}

.menu__item__flex {
  display: flex;
  width: 100%;
}

.menu__item:last-child {
  margin-bottom: 0;
}

.menu__item span {
  font-weight: 600;
}

.menu__detail {
  font-size: 14px;
  margin-bottom: 25px;
}

.menu_02 .menu__item span {
  font-size: 18px;
}

.menu__dot {
  background-image : linear-gradient(to right, #fff 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left center;
  width: 100%;
  margin: 0 30px;
}

.menu__price {
  white-space: nowrap;
}

.menu__item__line {
  position: absolute;
  content: "";
  width: 0.5px;
  height: 100%;
  background: #fff;
  left: 50%;
}


/* pagination ーーーーーーーーーーーーーーーー */
.swiper-pagination {
  display: inline-block;
  position: absolute;
  border-radius: 50px;
  z-index: 500;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 1px;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #856b3f;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  width: 155px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.menu .swiper-horizontal>.swiper-pagination-bullets,
.menu .swiper-pagination-bullets.swiper-pagination-horizontal,
.menu .swiper-pagination-custom, .menu .swiper-pagination-fraction {
  top: 68px;
  width: 155px;
  height: 3px;
  transform:rotate(90deg); 
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-left: 7px;
}


/* shop ーーーーーーーーーーーーーーーー */
.shop__content__cover {
  border-bottom: 1px solid #fff;
}

.bd_none {
  border: none;
}

.shop__content .section-title {
  text-align: center;
  margin-bottom: 35px;
}

.shop__content__text {
  max-width: 680px;
  margin: 0 auto;
  line-height: 2;
}

.shop__content .swiper-inner {
  position: relative;
  margin-bottom: 50px;
}

.shop__content .swiper-container {
  overflow: hidden;
}

.shop__content .swiper-slide img {
  aspect-ratio: 12 / 5;
  max-width: 1200px;
  object-fit: cover;
  overflow: hidden;
}

.shop__content .swiper-slide_01 img {
  object-position: center 28%;
}

.shop__content .swiper-slide_02 img {
  object-position: center 81%;
}

.shop__content .swiper-slide_03 img {
  object-position: center 50%;
}



/* footer ーーーーーーーーーーーーーーーー */
.footer {
  background: #03162f;
}

.access__cover .section-title {
  margin-bottom: 45px;
}

.address {
  margin-bottom: 30px;
}

.map__cover {
  height: 400px;
}

.map__iframe iframe {
  width: 100%;
}

.info a {
  color: #fff;
}

.footer__copyright__cover {
  background: #050f1c;
}

.footer__copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
