@charset "UTF-8";
/****************************************

目次 
1.ベース
2.ヘッダー
3.フッター
4.トップページ

*****************************************/
/*レスポンシブ*/
/*フォントサイズ*/
/*Webフォント*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://use.typekit.net/nob3pzu.css");
/****************************************


1.ベース


*****************************************/
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0 none;
  font-size: clamp(13px, 1.3vw, 16px);
  font-style: normal;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: top;
  font-family: "Shippori Mincho", 'Noto Serif JP', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 500;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: auto;
  color: #2C2619;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.1em; }

body {
  background: #F4F5F4;
  overflow-x: hidden; }

a, input[type=submit], botton {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out; }

.inner {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }
  @media all and (max-width: 1280px) {
    .inner {
      width: 90%; } }
  @media all and (max-width: 1024px) {
    .inner {
      width: 100%;
      padding-left: 5%;
      padding-right: 5%; } }

.innerS {
  width: 80%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }
  @media all and (max-width: 1280px) {
    .innerS {
      width: 90%;
      max-width: 90%; } }
  @media all and (max-width: 1024px) {
    .innerS {
      width: 100%;
      max-width: 100%;
      padding-left: 5%;
      padding-right: 5%; } }

.innerL {
  width: 95%;
  margin: 0 auto; }
  @media all and (max-width: 1024px) {
    .innerL {
      width: 90%; } }

.pc {
  display: block; }
  @media all and (max-width: 1024px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media all and (max-width: 1024px) {
    .sp {
      display: block !important; } }

/*インビュー関連*/
.inview {
  opacity: 0;
  transition: all 3000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform,opacity; }
  .inview.left {
    transform: translateX(-30px); }
  .inview.right {
    transform: translateX(30px); }
  .inview.bottom {
    transform: translateY(20px); }
  .inview.action {
    opacity: 1;
    transform: translate(0px); }

.center {
  text-align: center; }

.under {
  text-decoration: underline; }

b, stlong, .bold {
  font-weight: bold; }

.postCn {
  font-size: clamp(16px, 1.6vw, 16px);
  line-height: 2; }
  .postCn * {
    font-size: clamp(16px, 1.6vw, 16px);
    line-height: 2; }
  .postCn h1 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 .75rem; }
  .postCn h2 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 .66rem 0; }
  .postCn h3 {
    font-size: 1.17em;
    line-height: 1.8;
    font-weight: bold;
    margin: 0 0 .66rem 0; }
  .postCn h4 {
    font-size: 1em;
    line-height: 2;
    font-weight: bold;
    margin: 0 0 .66rem 0; }
  .postCn h5 {
    font-size: 0.83em;
    line-height: 2;
    font-weight: bold;
    margin: 0 0 .66rem 0; }
  .postCn h6 {
    font-size: 0.67em;
    line-height: 2;
    font-weight: bold;
    margin: 0 0 .66rem 0; }
  .postCn p {
    margin-bottom: 20px; }
    @media all and (max-width: 1024px) {
      .postCn p {
        padding: 0 5%; } }
  .postCn strong {
    font-weight: bold; }
    .postCn strong * {
      font-weight: bold; }
  .postCn em {
    font-style: italic; }
    .postCn em * {
      font-style: italic; }
  .postCn a {
    color: #e94b4b;
    display: inline;
    transition: 0.5s; }
    .postCn a * {
      color: #e94b4b; }
    .postCn a:hover {
      color: #e94b4b;
      text-decoration: underline; }
  .postCn img {
    margin-bottom: 20px; }
  .postCn iframe {
    margin-bottom: 20px; }
  .postCn ul {
    margin-bottom: 20px; }
    .postCn ul li {
      list-style: circle;
      list-style-position: inside; }
  .postCn ol {
    margin-bottom: 20px; }
    .postCn ol li {
      list-style-type: decimal;
      list-style-position: inside; }
  .postCn table {
    margin-bottom: 20px; }

/*テキスト関連*/
.en {
  font-family: "aw-conqueror-didot", serif; }

/*背景関連*/
.bg {
  background: url("img/bg.webp") top center no-repeat;
  background-size: cover; }

/*スライド*/
.scaleSlide,
.defaultSlide {
  padding-bottom: 80px;
  overflow: visible; }
  @media all and (max-width: 1024px) {
    .scaleSlide,
    .defaultSlide {
      padding-bottom: 50px; } }
  .scaleSlide .swiper-button-next,
  .scaleSlide .swiper-button-prev,
  .defaultSlide .swiper-button-next,
  .defaultSlide .swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10; }
  .scaleSlide .swiper-button-next,
  .defaultSlide .swiper-button-next {
    left: 50%;
    bottom: 0;
    top: auto;
    transform: translateX(100px);
    background-image: url("img/iconNextB.svg"); }
  .scaleSlide .swiper-button-prev,
  .defaultSlide .swiper-button-prev {
    left: 50%;
    bottom: 0;
    top: auto;
    transform: translateX(-140px);
    background-image: url("img/iconPrevB.svg"); }
  .scaleSlide .swiper-button-next::after,
  .scaleSlide .swiper-button-prev::after,
  .defaultSlide .swiper-button-next::after,
  .defaultSlide .swiper-button-prev::after {
    display: none; }
  .scaleSlide .swiper-slide,
  .defaultSlide .swiper-slide {
    overflow: hidden;
    border-radius: 10px; }

.scaleSlide .swiper-slide-active {
  transform: scale(1);
  transition: 0.3s; }
.scaleSlide .swiper-slide-prev {
  transform: translateX(50px) scale(0.8);
  transition: 0.3s; }
  @media all and (max-width: 1024px) {
    .scaleSlide .swiper-slide-prev {
      transform: translateX(30px) scale(0.8); } }
.scaleSlide .swiper-slide-next {
  transform: translateX(-50px) scale(0.8);
  transition: 0.3s; }
  @media all and (max-width: 1024px) {
    .scaleSlide .swiper-slide-next {
      transform: translateX(-30px) scale(0.8); } }

/*フォーム関連*/
input[type=password],
input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=url],
input[type=tel],
textarea,
select {
  border: 0;
  background: #F7F8F9;
  border-radius: 5px;
  color: #3F484C;
  padding: 18px 18px 18px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif; }

.wpcf7-checkbox {
  display: flex;
  flex-direction: column; }
  .wpcf7-checkbox span {
    margin-left: 0;
    margin-bottom: 10px; }
  .wpcf7-checkbox label {
    margin-left: 0; }

textarea {
  min-height: 100%; }

input, select, textarea {
  outline: none; }

input:disabled {
  background: none;
  font-weight: bold; }

input[type="checkbox"] {
  width: 26px;
  height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  transition: all .15s ease-out 0s;
  color: #46ADDF;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border-radius: 0;
  vertical-align: -0.5rem;
  margin: 0 10px 0 0; }

input[type=checkbox]:before,
input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out; }

input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: .2s; }

input[type=checkbox]:checked:before {
  left: 1px;
  top: 12px;
  width: 11px;
  height: 3px; }

input[type=checkbox]:checked:after {
  right: 6px;
  bottom: 2px;
  width: 3px;
  height: 17px; }

input[type=checkbox]:indeterminate:before,
input[type=checkbox]:indeterminate:after {
  width: 10px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0); }

input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px; }

input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px; }

input[type=checkbox] {
  border: 2px solid #ABABAB; }

input[type=checkbox]:checked,
input[type=checkbox]:checked {
  border: 2px solid #E52D2D; }

input[type=checkbox]:checked:after,
input[type=checkbox]:checked:before,
input[type=checkbox]:indeterminate:after,
input[type=checkbox]:indeterminate:before {
  background: #E52D2D; }

label {
  margin-left: 10px; }

.mailform {
  max-width: 600px;
  width: 90%;
  margin: 0 auto; }
  .mailform dl {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px; }
    .mailform dl dt {
      width: 100%;
      display: flex;
      margin-bottom: 10px; }
    .mailform dl > dt p span {
      font-size: 16px;
      font-weight: bold; }
    .mailform dl dd {
      width: 100%;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between; }
      .mailform dl dd p {
        width: 100%; }
      .mailform dl dd .wrap {
        width: calc( ( 100% - 20px ) / 2 ); }
        @media all and (max-width: 1024px) {
          .mailform dl dd .wrap {
            width: calc( ( 100% - 10px ) / 2 ); } }
        .mailform dl dd .wrap span {
          width: 100%;
          padding-bottom: 5px;
          display: block; }
        .mailform dl dd .wrap > div {
          display: flex;
          margin-bottom: 5px; }
          .mailform dl dd .wrap > div p {
            display: inline-block;
            width: auto; }
      @media all and (max-width: 1024px) {
        .mailform dl dd.kibo .wrap:nth-child(1) {
          width: calc( 60% - 10px ); } }
      @media all and (max-width: 1024px) {
        .mailform dl dd.kibo .wrap:nth-child(2) {
          width: 40%; } }
  .mailform input[type="submit"] {
    border: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-appearance: none;
    background: #E52D2D;
    padding: 15px 30px;
    border-radius: 100px;
    margin-top: 40px;
    color: #FFF;
    cursor: pointer; }
  .mailform input[type="submit"][disabled] {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6; }
  .mailform .wpcf7-not-valid-tip {
    margin-top: 10px; }
    .mailform .wpcf7-not-valid-tip span {
      color: #E91C24;
      font-size: 14px;
      display: block; }
  .mailform .naiyo + p {
    display: flex;
    justify-content: center; }
  .mailform .wpcf7-acceptance {
    text-align: center; }
    .mailform .wpcf7-acceptance .wpcf7-list-item {
      margin: 0; }
      .mailform .wpcf7-acceptance .wpcf7-list-item span {
        width: calc( 100% - 36px );
        display: inline-block;
        margin-left: 0;
        font-size: 14px;
        font-weight: bold;
        text-align: left; }
      .mailform .wpcf7-acceptance .wpcf7-list-item label {
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
      .mailform .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
        margin-right: 10px; }
  .mailform .naiyo {
    margin-bottom: 40px; }
  .mailform .textarea dt {
    align-items: flex-start;
    margin-top: 10px; }
  .mailform .hissu p {
    color: #eb3e41; }
  .mailform .cf7-hidden {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important; }
  .mailform .alert {
    font-size: 13px;
    margin-bottom: 20px;
    display: flex; }
  .mailform .select-wrap {
    position: relative;
    display: inline-block;
    width: 100%; }
    .mailform .select-wrap:after {
      content: "";
      position: absolute;
      right: 15px;
      top: 50%;
      width: 7px;
      height: 7px;
      border-right: 1px solid #959595;
      border-bottom: 1px solid #959595;
      transform: translateY(-50%) rotate(45deg);
      transition: transform 0.3s ease;
      pointer-events: none; }
    .mailform .select-wrap p {
      width: 100% !important; }
  .mailform input::placeholder {
    color: #959595; }

.sns {
  margin-bottom: 40px; }
  @media all and (max-width: 1024px) {
    .sns {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .sns li a {
    color: #FFF;
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat; }
  .sns .instagram {
    margin-bottom: 10px; }
    .sns .instagram a {
      background-image: url(img/iconInstagram.svg); }
  .sns .tel a {
    background-image: url(img/iconTel.svg); }

/****************************************


2.ヘッダー


*****************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(44, 38, 25, 0.6);
  width: 100%;
  padding: 20px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000; }
  @media all and (max-width: 1024px) {
    header {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 90px 50px 0;
      overflow-y: auto;
      position: fixed;
      top: 0;
      left: 0;
      width: 90%;
      margin-left: 10%;
      height: 100vh;
      background: #2C261A;
      opacity: 0;
      transition: all .5s ease-in-out;
      visibility: hidden;
      transform: translateX(90%); } }
  @media all and (max-width: 1024px) {
    header.open {
      opacity: 1;
      visibility: visible;
      transform: translateX(0); } }
  header nav ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px; }
    @media all and (max-width: 1024px) {
      header nav ul {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px; } }
    header nav ul li {
      display: flex;
      align-items: center; }
      header nav ul li a {
        line-height: 1;
        color: #FFF;
        font-family: "aw-conqueror-didot", serif;
        letter-spacing: 1px; }
        @media all and (max-width: 1024px) {
          header nav ul li a {
            font-size: 30px; } }
  header .reservationWrap ul {
    display: flex;
    justify-content: center;
    gap: 20px; }
    @media all and (max-width: 1024px) {
      header .reservationWrap ul {
        display: block;
        margin-bottom: 30px; } }
    header .reservationWrap ul .instagramIcon {
      background-image: url("img/iconInsta.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 55%;
      border: 1px solid #FFF;
      border-radius: 50px;
      width: 30px;
      height: 30px; }
    header .reservationWrap ul .reservation {
      border: 1px solid #FFF;
      border-radius: 50px;
      height: 30px;
      position: relative;
      display: flex;
      align-items: center;
      padding: 0 40px 0 20px; }
      @media all and (max-width: 1024px) {
        header .reservationWrap ul .reservation {
          height: 40px; } }
      header .reservationWrap ul .reservation:after {
        content: "";
        background-image: url("img/arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        width: 42px;
        height: 9px;
        display: inline-block;
        position: absolute;
        top: 27%;
        right: -21px;
        transform: translateX(0);
        transition: transform .8s ease-in-out; }
      header .reservationWrap ul .reservation span {
        color: #FFF;
        line-height: 1; }
        @media all and (max-width: 1024px) {
          header .reservationWrap ul .reservation span {
            font-size: 20px; } }
      header .reservationWrap ul .reservation:hover:after, header .reservationWrap ul .reservation:focus-visible:after {
        transform: translateX(5px); }

.navBtn {
  display: none; }
  @media all and (max-width: 1024px) {
    .navBtn {
      display: block;
      position: fixed;
      top: 24px;
      right: 30px;
      width: 30px;
      height: 22px;
      cursor: pointer;
      z-index: 9999; } }
  @media all and (max-width: 1024px) {
    .navBtn span {
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      width: 100%;
      border-radius: 2px;
      background: rgba(255, 255, 255, 0.8);
      transition: transform .3s ease, top .3s ease, opacity .2s ease, background-color .2s ease;
      transform-origin: 50% 50%; } }
  @media all and (max-width: 1024px) {
    .navBtn span:nth-child(1) {
      top: 0; } }
  @media all and (max-width: 1024px) {
    .navBtn span:nth-child(2) {
      top: 10px; } }
  @media all and (max-width: 1024px) {
    .navBtn span:nth-child(3) {
      top: 20px; } }
  @media all and (max-width: 1024px) {
    .navBtn.open span:nth-child(1) {
      top: 10px;
      transform: rotate(45deg);
      background: white; }
    .navBtn.open span:nth-child(2) {
      opacity: 0; }
    .navBtn.open span:nth-child(3) {
      top: 10px;
      transform: rotate(-45deg);
      background: white; } }
  .navBtn .sns {
    margin-bottom: 0; }

/****************************************


3.フッター


*****************************************/
footer {
  padding: clamp(75px, 15vw, 150px) 0;
  background: #2C2619; }
  footer .innerS {
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 1024px) {
      footer .innerS {
        flex-direction: column;
        align-items: center; } }
    @media all and (max-width: 1024px) {
      footer .innerS .footLogo {
        margin-bottom: 60px; } }
    footer .innerS .txtWrap .logoWrap {
      display: flex;
      flex-direction: column; }
      @media all and (max-width: 1024px) {
        footer .innerS .txtWrap .logoWrap {
          align-items: center; } }
      footer .innerS .txtWrap .logoWrap a {
        display: block;
        margin-bottom: 5px; }
      footer .innerS .txtWrap .logoWrap small {
        font-size: 11px;
        color: #FFF; }

#wpfront-scroll-top-container {
  display: none !important; }

/****************************************


4.トップページ


*****************************************/
.topImg {
  position: relative; }
  .topImg .mainSlide {
    width: 100%;
    height: 100vh;
    overflow: hidden; }
    .topImg .mainSlide .swiper-button-next,
    .topImg .mainSlide .swiper-button-prev {
      position: absolute;
      bottom: 20px;
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      z-index: 10; }
      @media all and (max-width: 1024px) {
        .topImg .mainSlide .swiper-button-next,
        .topImg .mainSlide .swiper-button-prev {
          display: none; } }
    .topImg .mainSlide .swiper-button-next {
      right: 50px;
      bottom: 50px;
      left: auto;
      top: auto;
      background-image: url("img/iconNextW.svg"); }
    .topImg .mainSlide .swiper-button-prev {
      right: 140px;
      bottom: 50px;
      left: auto;
      top: auto;
      background-image: url("img/iconPrevW.svg"); }
    .topImg .mainSlide .swiper-button-next::after,
    .topImg .mainSlide .swiper-button-prev::after {
      display: none; }
  .topImg .topImgBg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .topImg .topImgBg.bg1 {
      background-image: url("img/topImg1.webp"); }
      @media all and (max-width: 1024px) {
        .topImg .topImgBg.bg1 {
          background-image: url("img/topImg1Sp.webp"); } }
    .topImg .topImgBg.bg2 {
      background-image: url("img/topImg2.webp"); }
      @media all and (max-width: 1024px) {
        .topImg .topImgBg.bg2 {
          background-image: url("img/topImg2Sp.webp"); } }
    .topImg .topImgBg.bg3 {
      background-image: url("img/topImg3.webp"); }
      @media all and (max-width: 1024px) {
        .topImg .topImgBg.bg3 {
          background-image: url("img/topImg3Sp.webp"); } }
    .topImg .topImgBg.bg4 {
      background-image: url("img/topImg4.webp"); }
      @media all and (max-width: 1024px) {
        .topImg .topImgBg.bg4 {
          background-image: url("img/topImg4Sp.webp"); } }
    .topImg .topImgBg .swiper-button-next,
    .topImg .topImgBg .swiper-button-prev {
      display: none; }
  .topImg .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    transition-delay: 0.7s; }

.cn1 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 820px) minmax(0, 520px) minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 40px;
  row-gap: 32px;
  align-items: start;
  overflow: hidden;
  padding: 100px 0; }
  @media all and (max-width: 1024px) {
    .cn1 {
      grid-template-columns: 5% 90% 5%;
      grid-template-rows: auto auto auto auto;
      column-gap: 0;
      row-gap: 28px;
      padding: 65px 0 0; } }
  .cn1 .img {
    line-height: 0; }
    .cn1 .img img {
      display: block;
      width: 100%;
      height: auto; }
    @media all and (max-width: 1024px) {
      .cn1 .img.imgPc {
        display: none; } }
    .cn1 .img.imgSp {
      display: none; }
      @media all and (max-width: 1024px) {
        .cn1 .img.imgSp {
          display: block; } }
  .cn1 .img1 {
    width: clamp(380px, 38vw, 650px);
    grid-column: 3;
    grid-row: 1 / span 2;
    z-index: 3;
    align-self: start;
    margin-left: -12vw; }
    @media all and (max-width: 1500px) {
      .cn1 .img1 {
        width: clamp(380px, 44vw, 650px); } }
    @media all and (max-width: 1024px) {
      .cn1 .img1 {
        width: 100%;
        grid-column: 2;
        grid-row: 1;
        z-index: 2;
        margin-left: 0; } }
  .cn1 .img2 {
    width: 90%;
    grid-column: 1 / 3;
    grid-row: 1;
    justify-self: start;
    align-self: start;
    margin-top: 105px; }
    @media all and (max-width: 1024px) {
      .cn1 .img2 {
        width: 85%;
        margin-top: 31%; } }
  .cn1 p {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    position: relative;
    z-index: 2;
    line-height: 2;
    letter-spacing: .04em;
    transform: translateY(40%); }
    @media all and (max-width: 1700px) {
      .cn1 p {
        transform: translateY(12vw); } }
    @media all and (max-width: 1500px) {
      .cn1 p {
        transform: translateY(20vw); } }
    @media all and (max-width: 1350px) {
      .cn1 p {
        transform: translateY(25vw); } }
    @media all and (max-width: 1250px) {
      .cn1 p {
        transform: translateY(30vw); } }
    @media all and (max-width: 1024px) {
      .cn1 p {
        grid-column: 2;
        grid-row: 2;
        transform: none; } }
  .cn1 .img3 {
    grid-column: 2 / span 2;
    grid-row: 2;
    align-self: start;
    justify-self: center;
    margin-top: 50px;
    width: 132%;
    z-index: 1; }
    @media all and (max-width: 1024px) {
      .cn1 .img3 {
        grid-column: 2;
        grid-row: 4;
        margin-top: 0;
        transform: translateY(-70px); } }

.cn2 {
  position: relative;
  padding: 80px 0; }
  @media all and (max-width: 1024px) {
    .cn2 {
      padding: 0;
      margin-bottom: 20px; } }
  .cn2 .wrap {
    display: grid;
    grid-template-columns: minmax(20px, 1fr) minmax(0, 600px) minmax(0, 720px) minmax(20px, 1fr);
    column-gap: 40px;
    row-gap: 28px;
    align-items: start;
    margin-bottom: 80px; }
    @media all and (max-width: 1024px) {
      .cn2 .wrap {
        grid-template-columns: 5% 90% 5%;
        grid-template-rows: auto auto auto;
        column-gap: 0;
        row-gap: 20px;
        margin-bottom: 40px; } }
    .cn2 .wrap .img {
      grid-column: 3 / 5;
      grid-row: 1 / span 2;
      justify-self: end;
      align-self: start;
      width: 100%;
      overflow: hidden;
      border-radius: 260px 0 0 0; }
      @media all and (max-width: 1024px) {
        .cn2 .wrap .img {
          width: 85%;
          grid-column: 2 / 4;
          justify-self: end;
          border-radius: 110px 0 0 0; } }
      .cn2 .wrap .img img {
        display: block;
        width: 100%;
        height: auto; }
    .cn2 .wrap h2 {
      grid-column: 2;
      grid-row: 1;
      font-size: clamp(40px, 8vw, 120px);
      line-height: 1;
      letter-spacing: .06em;
      padding-top: 80px;
      z-index: 2; }
      @media all and (max-width: 1024px) {
        .cn2 .wrap h2 {
          grid-column: 2;
          grid-row: 2;
          padding-top: 0;
          transform: translateY(23px); } }
    .cn2 .wrap p {
      grid-column: 2;
      grid-row: 2;
      line-height: 2;
      letter-spacing: .04em;
      z-index: 2; }
      @media all and (max-width: 1024px) {
        .cn2 .wrap p {
          grid-column: 2;
          grid-row: 3;
          padding-top: 23px; } }

.cn3 {
  position: relative;
  padding: 80px 0; }
  @media all and (max-width: 1024px) {
    .cn3 {
      padding: 48px 0; } }
  .cn3 .wrap {
    display: grid;
    grid-template-columns: minmax(20px, 1fr) minmax(0, 600px) minmax(0, 720px) minmax(20px, 1fr);
    column-gap: 40px;
    row-gap: 28px;
    align-items: start;
    margin-bottom: 80px; }
    @media all and (max-width: 1024px) {
      .cn3 .wrap {
        grid-template-columns: 5% 90% 5%;
        grid-template-rows: auto auto auto;
        column-gap: 0;
        row-gap: 20px;
        margin-bottom: 40px; } }
    .cn3 .wrap .img {
      grid-column: 1 / 3;
      grid-row: 1 / span 2;
      justify-self: start;
      align-self: start;
      width: 105%;
      overflow: hidden;
      border-radius: 0 260px 0 0; }
      @media all and (max-width: 1024px) {
        .cn3 .wrap .img {
          width: 85%;
          border-radius: 0 110px 0 0; } }
      .cn3 .wrap .img img {
        display: block;
        width: 100%;
        height: auto; }
    .cn3 .wrap h2 {
      grid-column: 2 / 4;
      grid-row: 1;
      align-self: start;
      transform: translateX(31vw);
      font-size: clamp(40px, 8vw, 120px);
      line-height: 1;
      letter-spacing: .06em;
      z-index: 2; }
      @media all and (max-width: 1024px) {
        .cn3 .wrap h2 {
          grid-column: 2;
          grid-row: 2;
          justify-self: end;
          transform: translateY(62px);
          text-align: right; } }
    .cn3 .wrap p {
      grid-column: 3;
      grid-row: 2;
      line-height: 2;
      letter-spacing: .04em;
      margin-left: 15%;
      z-index: 2; }
      @media all and (max-width: 1024px) {
        .cn3 .wrap p {
          grid-column: 2;
          grid-row: 3;
          text-align: end;
          margin-left: 0;
          padding-top: 70px; } }

.cn4 {
  padding: 100px 0; }
  @media all and (max-width: 1024px) {
    .cn4 {
      padding: 50px 0; } }
  .cn4 .innerS {
    aspect-ratio: 16 / 9; }
    .cn4 .innerS iframe {
      height: 100%;
      width: 100%; }

.cn5 {
  padding: 100px 0; }
  @media all and (max-width: 1024px) {
    .cn5 {
      padding: 50px 0; } }
  .cn5 .titBg {
    background: url(img/cn5Bg.png) no-repeat;
    background-position: center top;
    background-size: 470px;
    padding-top: 150px;
    margin-bottom: 40px; }
    @media all and (max-width: 1024px) {
      .cn5 .titBg {
        background-size: 55%;
        padding-top: 87px; } }
    .cn5 .titBg .tit {
      font-size: clamp(50px, 12vw, 120px);
      text-align: center;
      line-height: 1; }
  .cn5 p {
    text-align: center;
    line-height: 2;
    margin-bottom: 60px; }

.cn6 {
  padding: 100px 0; }
  @media all and (max-width: 1024px) {
    .cn6 {
      padding: 50px 0; } }
  .cn6 .galleryTit {
    font-size: 220px;
    text-align: center;
    line-height: 1; }
    @media all and (max-width: 1024px) {
      .cn6 .galleryTit {
        font-size: 65px; } }
  .cn6 .scaleSlide {
    position: relative;
    z-index: 10;
    transform: translateY(-70px); }
    @media all and (max-width: 1024px) {
      .cn6 .scaleSlide {
        transform: translateY(-20px); } }

.cn7 {
  background: #D6D6D6; }
  .cn7 .titWrap {
    background-image: url(img/reservationImg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
    height: 620px;
    display: flex;
    justify-content: flex-end; }
    @media all and (max-width: 1024px) {
      .cn7 .titWrap {
        background-image: url(img/reservationImg1Sp.webp);
        background-repeat: no-repeat;
        padding: 0;
        height: 500px;
        align-items: center;
        justify-content: center; } }
  .cn7 .txtWrap {
    display: flex;
    align-items: flex-end;
    flex-direction: column; }
    @media all and (max-width: 1024px) {
      .cn7 .txtWrap {
        width: 90%;
        align-items: center; } }
    .cn7 .txtWrap .tit {
      margin-bottom: 40px;
      display: flex;
      flex-direction: column; }
      @media all and (max-width: 1024px) {
        .cn7 .txtWrap .tit {
          align-items: center;
          text-align: center; } }
      .cn7 .txtWrap .tit span:nth-child(1) {
        font-size: clamp(40px, 10vw, 135px);
        line-height: 1;
        text-align: right;
        transform: translateX(12px);
        color: #FFF; }
        @media all and (max-width: 1024px) {
          .cn7 .txtWrap .tit span:nth-child(1) {
            text-align: center;
            transform: translateX(0);
            margin-bottom: 15px; } }
      .cn7 .txtWrap .tit span:nth-child(2) {
        font-weight: bold;
        font-size: 20px;
        text-align: right;
        color: #FFF; }
        @media all and (max-width: 1024px) {
          .cn7 .txtWrap .tit span:nth-child(2) {
            font-size: 15px;
            text-align: center; } }
    .cn7 .txtWrap p {
      line-height: 2;
      text-align: right;
      color: #FFF; }
      @media all and (max-width: 1024px) {
        .cn7 .txtWrap p {
          text-align: center; } }
  .cn7 .mailform {
    padding: clamp(50px, 10vw, 100px) 0; }
  .cn7 #wpfront-scroll-top-container {
    display: none; }

.cn8 {
  padding: clamp(75px, 15vw, 150px) 0;
  background: #F4F5F4; }
  .cn8 .wrap {
    display: flex;
    gap: 50px; }
    @media all and (max-width: 1024px) {
      .cn8 .wrap {
        flex-direction: column;
        gap: 30px;
        align-items: center; } }
    .cn8 .wrap .txtWrap {
      width: 40%; }
      @media all and (max-width: 1024px) {
        .cn8 .wrap .txtWrap {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center; } }
      .cn8 .wrap .txtWrap h2 {
        margin-bottom: 50px; }
        @media all and (max-width: 1024px) {
          .cn8 .wrap .txtWrap h2 {
            display: flex;
            flex-direction: column;
            align-items: center; } }
      .cn8 .wrap .txtWrap .tit {
        margin-bottom: 20px;
        font-size: clamp(24px, 3vw, 30px); }
        @media all and (max-width: 1024px) {
          .cn8 .wrap .txtWrap .tit {
            text-align: center; } }
      .cn8 .wrap .txtWrap .address {
        margin-bottom: 15px;
        font-size: 18px; }
        @media all and (max-width: 1024px) {
          .cn8 .wrap .txtWrap .address {
            text-align: center; } }
      .cn8 .wrap .txtWrap p {
        line-height: 2;
        font-size: 14px; }
        @media all and (max-width: 1024px) {
          .cn8 .wrap .txtWrap p {
            text-align: center;
            font-size: 12px; } }
    .cn8 .wrap .map {
      width: calc( 60% - 50px );
      aspect-ratio: 16 / 9; }
      @media all and (max-width: 1024px) {
        .cn8 .wrap .map {
          width: 100%; } }
      .cn8 .wrap .map iframe {
        height: 100%;
        width: 100%; }

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