html {
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #F9F2E8;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  align-items: center;
  display: grid;
  justify-items: center;
  padding: 12rem 0 0;
  place-items: center;
  opacity: 1;
}

.footer__logo {
  width: 100%;
  background-color: #161412;
  text-align: center;
  padding: 78px 0;
  opacity: 1;
}
.footer__logo:hover {
  opacity: 1;
}

.footer__logo img {
    width: 256px;
    margin: 0 auto;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  background: #fff;
  bottom: 0;
  height: 8.8rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 136rem;
  padding: 0 8rem;
  position: relative;
}

.header__switch {
  max-width: 2.4rem;
}

.header__logo {
  left: 50%;
  max-width: 10.3rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.header__btn {
  flex: 1;
  max-width: 19.7rem;
}

.header__btn a {
  align-items: center;
  background: #E9E611;
  display: flex;
  gap: 0.8rem;
  height: 5.6rem;
  justify-content: center;
}

.header__btn a::after {
  background: url(./../images/btn_arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  filter: brightness(0) invert(0);
  height: 1.1rem;
  width: 1.1rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 136rem;
  padding: 0 8rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  margin-top: 8.8rem;
  overflow: hidden;
}

/*
 * c-float
 * -------------------------------------------------------------
 */

.c-float {
  align-items: center;
  background: #E9E611;
  bottom: 0;
  display: grid;
  font-size: 1.6rem;
  font-weight: 600;
  height: 6.4rem;
  justify-items: center;
  opacity: 0;
  place-items: center;
  position: fixed;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 10;
}

.c-float:hover {
  background: #f5f339;
}

.c-float:active {
  background: #dcd910;
}

.c-float a {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
}

.c-float a::after {
  background: url(./../images/btn_arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  filter: brightness(0) invert(0);
  height: 1rem;
  width: 1rem;
}

.c-float__btn {
  align-items: center;
  display: grid;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
  justify-items: center;
  line-height: 1.8;
  place-items: center;
  text-align: center;
  width: 100%;
}

.c-float:hover .c-float__btn {
  opacity: 1;
}

.c-float--visible {
  opacity: 1;
}

/*
 * c-secTtl
 * -------------------------------------------------------------
 */

.c-secTtl {
  font-family: "bely-display", sans-serif;
  font-size: 6.4rem;
  line-height: 1.3;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
  padding-top: 12rem;
}

.about__inner {
  grid-gap: 4rem 3.2rem;
  align-items: flex-end;
  display: grid;
  gap: 4rem 3.2rem;
  grid-template-areas: "left right""foot foot";
}

.about__head {
  grid-area: left;
}

.about__img {
  margin-top: 3.2rem;
  max-width: 48.1rem;
}

.about__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.about__body {
  grid-area: right;
  padding-bottom: 2.95rem;
}

.about__logo {
  max-width: 15.7rem;
}

.about__logo img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.about__text {
  line-height: 1.8;
  margin-top: 1rem;
}

.about__links {
  display: flex;
  gap: 3.2rem;
  grid-area: foot;
  justify-content: space-between;
}

.about__link {
  align-items: center;
  background: #E9E611;
  display: flex;
  font-weight: 600;
  gap: 0.8rem;
  height: 5.6rem;
  justify-content: center;
  max-width: 58.4rem;
  overflow: hidden;
  position: relative;
  transition: background 0.2s color 0.2s;
  width: 100%;
}

.about__link.--wht {
  background: #fff;
}

.about__link::after {
  background: url(./../images/btn_arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  filter: brightness(0) invert(0);
  height: 1rem;
  width: 1rem;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  background: url(./../images/fv.webp) no-repeat center/cover;
  background-attachment: fixed;
  height: 85.5rem;
  padding: 7.6rem 0 14.7rem;
  position: relative;

}

.fv::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 12.2rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
}

.fv__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}

.fv__logo img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.fv__ttl {
  color: #FFFFFF;
  font-family: "bely-display", sans-serif;
  font-size: 12.8rem;
  letter-spacing: -0.02em;
  line-height: 86%;
  margin-top: 5.2rem;
  text-align: center;
  text-transform: lowercase;
}

.fv__text {
  color: #FFFFFF;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 12.6rem;
  text-align: center;
}

.fv__text span.a {
  display: block;
  font-family: "arboria", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-align: center;
}
.fv__text span.b {
    padding: 0 0 0 20px;
}

/*
 * info
 * -------------------------------------------------------------
 */

.info {
  padding-top: 12rem;
}

.info__inner {
  align-items: flex-end;
  display: flex;
  gap: 3.3rem;
  justify-content: space-between;
}

.info__table {
  flex: 1;
}

.info__table dt {
  font-family: "arboria", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2.4rem;
}

.info__table dd {
  line-height: 1.8;
  margin-top: 0.8rem;
}

.info__table dd span {
  color: #757575;
}

.info__map {
  aspect-ratio: 1/1;
  height: 100%;
  max-width: 58.4rem;
  width: 100%;
}

.info__map iframe {
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
  background: #161412;
  padding: 3.6rem 0 8.1rem;
}

.nav__head {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.8rem;
}

.nav__head img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.nav__text {
  color: #FFFFFF;
  line-height: 1.8;
  margin-top: 1.6rem;
  text-align: center;
}

.nav__list {
  grid-gap: 0.8rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 4rem;
  padding: 0 4.8rem;
}

.nav__link {
  display: flex;
  flex-direction: column;
  height: 31rem;
  justify-content: flex-end;
  padding: 1.7rem;
}

.nav__link.--nav1 {
  background: url(./../images/nav1.webp) no-repeat center/cover;
}

.nav__link.--nav2 {
  background: url(./../images/nav2.webp) no-repeat center/cover;
}

.nav__link.--nav3 {
  background: url(./../images/nav3.webp) no-repeat center/cover;
}

.nav__link.--nav4 {
  background: url(./../images/nav4.webp) no-repeat center/cover;
}

.nav__link.--nav5 {
  background: url(./../images/nav5.webp) no-repeat center/cover;
}

.nav__link.--nav6 {
  background: url(./../images/nav6.webp) no-repeat center/cover;
}

.nav__ttl {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-family: "arboria", sans-serif;
  font-size: 2rem;
  justify-content: space-between;
  line-height: 1.3;
  text-transform: uppercase;
}

.nav__ttl::after {
  background: url(./../images/nav_arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1.3rem;
  margin-top: 0.4rem;
  width: 1.3rem;
}

/*
 * offer
 * -------------------------------------------------------------
 */

.offer {
  padding-top: 8rem;
}

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

.offer__head {
  flex: 1;
  min-width: 56.5rem;
}

.offer__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1.4rem;
}

.offer__body {
  background: url(./../images/offer_img.webp) no-repeat center/cover;
  color: #FFFFFF;
  flex: 2;
  line-height: 1.8;
  max-width: 58.5rem;
  padding: 3.1rem 2.2rem 2.6rem 2.9rem;
}

.offer__bodyTtl {
  font-size: 2.4rem;
}

.offer__text {
  margin-top: 1rem;
}

.offer__btns {
  display: flex;
  gap: 1.6rem;
  justify-content: flex-end;
  margin-top: 3.1rem;
}

.offer__btn {
  align-items: center;
  border: 1px solid #fff;
  display: flex;
  flex: 1;
  font-weight: 600;
  gap: 0.8rem;
  height: 5.6rem;
  justify-content: center;
  max-width: 17.6rem;
}

.offer__btn::after {
  background: url(./../images/btn_arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1.1rem;
  width: 1.1rem;
}

.offer__btn:hover {
  opacity: 1;
}

/*
 * section
 * -------------------------------------------------------------
 */

.section__head {
  align-items: flex-end;
  display: flex;
  min-height: 64rem;
  position: relative;
}

.section__mainImg {
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  width: 100vw;
}

.section__mainImg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.section__headGroup {
  color: #fff;
  padding-bottom: 3.5rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.section__headGroup.--right {
  text-align: right;
}

.section__ttl {
  font-family: "bely-display", sans-serif;
  font-size: 8.8rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-transform: lowercase;
}

.section__lead {
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.8rem;
}

.section__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 99rem;
  padding: 4.8rem 0 9.6rem;
}

.section__cards {
  grid-gap: 2.4rem;
  display: grid;
  gap: 2.4rem;
}

.section__cards.--col3 {
  grid-template-columns: repeat(3, 1fr);
}

.section__cards.--col2 {
  grid-template-columns: repeat(2, 1fr);
}

.section__cardImg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.section__cardDetails {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.section__cardTtl {
  font-family: "arboria", sans-serif;
  font-size: 2.3rem;
  line-height: 1.4;
  text-transform: capitalize;
}

.section__cardText {
  line-height: 1.8;
}

.section__info {
  background: #fff;
  margin-top: 4.8rem;
  padding: 3.2rem;
}

.section__infoTtl {
  font-family: "arboria", sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}

.section__tableFlex {
  display: flex;
}

.section__table {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.6rem;
  width: 50%;
}

.section__tableRow {
  display: flex;
  gap: 2.4rem;
}

.section__table dt {
  color: #757575;
  line-height: 1.8;
  min-width: 12.8rem;
}

.section__table dd {
  line-height: 1.8;
}

/* -------------------------------------------
	eatDrink
--------------------------------------------*/

.eatDrink {
  background: #161412;
}

.eatDrink__body {
  color: #fff;
  padding: 5.6rem 0 9.6rem;
}

.seatDrink__info {
  background: rgba(255, 255, 255, 0.1);
  margin-top: 5.6rem;
}

.eatDrink__table dt {
  color: #B0B0B0;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

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

  html {
    font-size: 0.78125vw;
  }

}

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

  html {
    font-size: 10px;
  }

  body {
    font-size: 1.4rem;
  }

  .footer {
    padding: 8rem 0 1rem;
  }

  .header {
    height: 6rem;
  }

  .header__inner {
    max-width: 100%;
    padding: 0 2.2rem;
  }

  .header__switch {
    max-width: 2rem;
  }

  .header__logo {
    max-width: 7.5rem;
  }

  .header__btn {
    display: none;
  }

  .l-inner {
    max-width: 55rem;
    padding: 0 1.6rem;
  }

  .l-main {
    margin-top: 6rem;
  }

  .c-secTtl {
    font-size: 4.8rem;
  }

  .about {
    padding-top: 8rem;
  }

  .about__inner {
    display: block;
  }

  .about__img {
    margin-top: 2.4rem;
    max-width: 100%;
  }

  .about__body {
    margin-top: 1.6rem;
    padding-bottom: 2.4rem;
  }

  .about__logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
  }

  .about__text {
    margin-top: 1.6rem;
  }

  .about__links {
    flex-direction: column;
    gap: 0.8rem;
  }

  .about__link {
    font-size: 1.6rem;
    height: 4.8rem;
    max-width: 100%;
  }

  .fv {
    aspect-ratio: 390/686;
    background: url(./../images/sp/fv.webp) no-repeat center/cover;
    height: auto;
    padding: 12.41vw 0 26.15vw;
  }

  .fv::after {
    height: 21.28vw;
  }

  .fv__logo {
      padding: 0 30px;
  }

  .fv__ttl {
    font-size: 21.54vw;
    margin-top: 14.6vw;
  }

  .fv__text {
    font-size: 7.18vw;
    margin-top: 34.1vw;
  }

  .fv__text span.a {
    font-size: 8.2vw;
  }

  .info {
    padding-top: 8rem;
  }

  .info__inner {
    flex-direction: column;
    gap: 1.6rem;
  }

  .info__table {
    flex: auto;
  }

  .info__table dt {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }

  .info__table dt:not(:nth-child(1)) {
    margin-top: 2.4rem;
  }

  .info__map {
    aspect-ratio: 350/238;
    margin-top: 0;
    max-width: 100%;
    max-width: 100%;
  }

  .nav {
    padding: 3.4rem 0 4.7rem;
  }

  .nav__inner {
    padding: 0 1.3rem;
  }

  .nav__head {
    max-width: 25.8rem;
  }

  .nav__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.2rem;
    padding: 0;
  }

  .nav__link {
    aspect-ratio: 364/120;
    height: auto;
    padding: 1.3rem;
  }

  .nav__link.--nav1 {
    background: url(./../images/sp/nav1.webp) no-repeat center/cover;
  }

  .nav__link.--nav2 {
    background: url(./../images/sp/nav2.webp) no-repeat center/cover;
  }

  .nav__link.--nav3 {
    background: url(./../images/sp/nav3.webp) no-repeat center/cover;
  }

  .nav__link.--nav4 {
    background: url(./../images/sp/nav4.webp) no-repeat center/cover;
  }

  .nav__link.--nav5 {
    background: url(./../images/sp/nav5.webp) no-repeat center/cover;
  }

  .nav__link.--nav6 {
    background: url(./../images/sp/nav6.webp) no-repeat center/cover;
  }

  .offer {
    padding-top: 3.2rem;
  }

  .offer__inner {
    display: block;
  }

  .offer__head {
    min-width: auto;
  }

  .offer__lead {
    font-size: 1.4rem;
  }

  .offer__body {
    background: url(./../images/sp/offer_img.webp) no-repeat center/cover;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    height: 48rem;
    margin-top: 3.2rem;
    max-width: 100%;
    padding: 2.2rem;
  }

  .offer__text {
    font-weight: 500;
  }

  .offer__btns {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: auto;
  }

  .offer__btn {
    flex: auto;
    font-size: 1.6rem;
    height: 4.8rem;
    max-width: 100%;
  }

  .section__head {
    min-height: 60.8rem;
  }

  .section__headGroup {
    margin: 0 calc(50% - 50vw);
    padding: 0 2rem 2.4rem 1.1rem;
    width: 100vw;
  }

  .section__headGroup.--right {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    padding: 0 1.6rem 2.4rem 1.1rem;
  }

  .section__ttl {
    font-size: 6rem;
  }

  .section__lead {
    max-width: 34.2rem;
  }

  .section__body {
    max-width: 100%;
    padding: 2.4rem 0 6.4rem;
  }

  .section__cards {
    gap: 4rem;
  }

  .section__cards.--col3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .section__cards.--col2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .section__cardTtl {
    font-size: 1.8rem;
  }

  .section__info {
    margin-top: 2.4rem;
    padding: 2.4rem;
  }

  .section__infoTtl {
    font-size: 2.4rem;
  }

  .section__tableFlex {
    flex-direction: column;
  }

  .section__table {
    font-size: 1.4rem;
    width: 100%;
  }

  .section__table dt {
    min-width: 9.6rem;
  }

  .eatDrink__body {
    padding: 2.4rem 0 6.4rem;
  }

  .seatDrink__info {
    margin-top: 3.2rem;
  }

  .eatDrink__table dt {
    min-width: 11.2rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

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

  html {
    font-size: 2.564vw;
  }

  .offer__bodyTtl {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.5;
  }

}


/*# sourceMappingURL=style.css.map */

/* ews-20260118 */
@media screen and (max-width: 767px) {
    .section__lead {
        width: 100%;
        max-width: inherit;
    }
  .fv {
    background: none; /* SPは通常背景を消す */
  }

  .fv::before {
    content: "";
    position: fixed;      /* 画面に固定 = fixed風 */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    background: url(./../images/fv.webp) no-repeat center/cover;

    z-index: -1;          /* fvの背面に置く */
    transform: translateZ(0); /* iOSでの描画安定用 */
    -webkit-transform: translateZ(0);
  }
  section {background-color: #F9F2E8;}
  footer {background-color: #F9F2E8;}
}

@media screen and (min-width: 768px) {
    .fv {
        padding: 4.6rem 0 14.7rem;
    }
    .fv__text {
        margin-top: 7.6rem;
    }
    .header__btn a {
        font-weight: bold;
    }
    .re-bk {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.3);
        z-index: 999;
    }
}
