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


.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.inner_l {
  max-width: 1200px;
  padding: 0 40px;
}

.inner_s {
  padding: 0 40px;
}


.btn {
  width: 155px;
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.7;
}

.section-title__cover {
  display: flex;
}

.section-title__cover .section-title {
  margin-right: 13%;
}


/* headerーーーーーーーーーーーーーーーー */
.header {
  height: 95px;
	background: rgba(255,255,255,0.8);
}

.header__inner {
  margin: 0 40px;
}

.header__logo a {
  font-size: 36px;
  font-weight: 600;
	text-transform:none;
}
.header__logo a span {
  font-size: 16px;
  font-weight: 400;
}

.nav__items {
  margin-left: 13px;
}

.nav__item {
  margin-left: 23px;
}

.nav__item a {
  transition: 0.3s;
}

.nav__item a:hover {
  opacity: 0.6;
}

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

.header__tel {
  text-align: center;
  margin-right: 26px;
}

.hamburger {
  display: none;
}

.mobile__nav__cover {
  display: none;
}

.reserve__link {
  width: 118px;
  transition: 0.3s;
  padding: 13px 20px;
}

@media (max-width: 1200px) {
  .header__inner {
    margin: 0 30px;
  }

  .nav__item {
    margin-left: 1vw;
  }

  .header__logo a {
    font-size: 3vw;
  }

  .reserve__link {
    width: 105px;
    padding: 10px 15px;
  }
}

/* TOP ーーーーーーーーーーーーーーーー */
/* main */
.main .swiper {
  max-height: 860px;
}

.main__text__title {
  font-size: 80px;
  margin-bottom: 58px;
}

@media (max-width: 1200px) {
  .main__text__title {
    font-size: 5.2vw;
  }
}

/* about */
.top-about {
  padding: 120px 0;
}
.top-about .inner_l {
	position: relative;	
}
.top-about__inner {
  display: flex;
}

.top-about__img__main {
  margin-right: 7%;
  width: 100%;
}

.top-about .section-title {
  margin-left: 20px;
}

.top-about__title {
  font-size: 32px;
  margin-bottom: 78px;
  margin-left: 20px;
  letter-spacing: -0.07em;
}

.top-about__text {
  margin-left: 20px;
  margin-bottom: 90px;
  line-height: 2;
}
.top-about .staffTxt {
	position: absolute;
	bottom: 200px;
	left: 100px;
}
/* top-menu */
.top-menu {
  padding: 120px 0;
}

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

.top-menu__item {
  width: 32.75%;
  height: 600px;
}

.top-menu__item a:hover .top-menu__cover {
  background-color: rgba(0,0,0,0.5);
}

.top-menu__item:nth-child(n+2) {
  margin-left: 0.91%;
}

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

.top-menu__cover {
  padding: 120px 0;
  height: 600px;
	box-sizing: border-box;
}


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

.top-shop__bg {
	height: 600px;
}

.top-shop__bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
	height: 600px;
	background-image: linear-gradient(180deg, transparent 0 60%, #D9D9D9 100%);
}

.top-shop .section-title__cover {
  position: absolute;
  width: 100%;
  top: 61%;
  left: 50%;
  transform: translateX(-50%);
	z-index: 100;
}

@media (max-width: 1200px) {
  .top-shop .section-title__cover {
    width: 90%;
  }
}


/* under-main ーーーーーーーーーーーーーーーー */
.under__main .section-title {
  font-size: 160px;
  padding-top: 290px;
}

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

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

@media (max-width: 1200px) {
  .menu_01 .menu__items:nth-child(2) .menu__item:last-child {
    flex-wrap: wrap;
  }
  .menu_01 .menu__items:nth-child(2) .menu__item:last-child .menu__dot {
    display: none;
  }
  .menu__item {
    flex-wrap: wrap;
  }
  .menu__item__flex {
    width: 90%;
  }
}

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

.menu__item__img1 {
  width: 48%;
	margin-top: -20px;
}
.menu__item__img1 img {
  width: 100%;
}


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

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

/* footer ーーーーーーーーーーーーーーーー */
.footer__inner {
  display: flex;
  align-items: center;
  height: 527px;
}


.map__iframe {
  width: 56.25%;
  margin-right: 6.35%;
}

.footer__copyright__cover {
  height: 93px;
}

.footer__copyright {
  line-height: 93px;
}