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

Theme Name: HIP WEDDING
Theme URI: https://hip-wedding.jp/
Description: HIP WEDDING様専用オリジナルテーマ
Author: Riginal
Author URI: https://riginal.jp/

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

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

*****************************************/
/*レスポンシブ*/
/*フォントサイズ*/
/*Webフォント*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap");
/****************************************


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-style: normal;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: top;
  font-family: "Noto Sans JP","Noto Sans","Yu Gothic",YuGothic,"游ゴシック体","メイリオ",Meiryo,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: clamp(16px, 1.6vw, 16px);
  color: #1A282E;
  -webkit-text-size-adjust: none; }

body {
  background-color: #FFFCF4; }

.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: 768px) {
    .inner {
      width: 100%;
      padding-left: clamp(20px, 6vw, 32px);
      padding-right: clamp(20px, 6vw, 32px); } }

.innerS {
  width: 70%;
  max-width: 1000px;
  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: 768px) {
    .innerS {
      width: 100%;
      max-width: 100%;
      padding-left: clamp(20px, 6vw, 32px);
      padding-right: clamp(20px, 6vw, 32px); } }

.innerL {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box; }
  @media all and (max-width: 1280px) {
    .innerL {
      padding-left: 50px;
      padding-right: 50px; } }
  @media all and (max-width: 768px) {
    .innerL {
      padding-left: clamp(20px, 5vw, 32px);
      padding-right: clamp(20px, 5vw, 32px); } }

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

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

/*ボタン速度関係*/
a,
input[type=submit],
button {
  transition: all .5s ease-in; }
  a:before, a:after,
  input[type=submit]:before,
  input[type=submit]:after,
  button:before,
  button:after {
    transition: inherit; }
  a *,
  input[type=submit] *,
  button * {
    transition: inherit; }
    a *:before, a *:after,
    input[type=submit] *:before,
    input[type=submit] *:after,
    button *:before,
    button *:after {
      transition: inherit; }

/*インビュー関連*/
.inview {
  opacity: 0;
  transition: 1s ease-in .5s; }
  .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: 0.83em;
    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; }
  .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; }

/*フォーム関連*/
.mailform input[type=password],
.mailform input[type=text],
.mailform input[type=date],
.mailform input[type=email],
.mailform input[type=number],
.mailform input[type=url],
.mailform input[type=tel],
.mailform textarea,
.mailform select {
  border: 0;
  background: #F7F8F9;
  border-radius: 5px;
  color: #3F484C;
  padding: 18px 18px 18px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none; }
.mailform textarea {
  min-height: 250px; }
.mailform input, .mailform select, .mailform textarea {
  outline: none; }
.mailform input:disabled {
  background: none;
  font-weight: bold; }
.mailform 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; }
.mailform input[type=checkbox]:before,
.mailform input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out; }
.mailform 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); }
.mailform 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; }
.mailform input[type=checkbox]:checked:before {
  left: 1px;
  top: 12px;
  width: 11px;
  height: 3px; }
.mailform input[type=checkbox]:checked:after {
  right: 6px;
  bottom: 2px;
  width: 3px;
  height: 17px; }
.mailform input[type=checkbox]:indeterminate:before,
.mailform 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); }
.mailform input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px; }
.mailform input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px; }
.mailform input[type=checkbox] {
  border: 2px solid #ABABAB; }
.mailform input[type=checkbox]:checked,
.mailform input[type=checkbox]:checked {
  border: 2px solid #006AB6; }
.mailform input[type=checkbox]:checked:after,
.mailform input[type=checkbox]:checked:before,
.mailform input[type=checkbox]:indeterminate:after,
.mailform input[type=checkbox]:indeterminate:before {
  background: #006AB6; }
.mailform label {
  margin-left: 10px; }
.mailform dl {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media all and (max-width: 768px) {
    .mailform dl {
      display: block;
      padding-top: 20px;
      padding-bottom: 20px; } }
.mailform dl dt {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media all and (max-width: 768px) {
    .mailform dl dt {
      width: 100%;
      display: block; } }
.mailform dl dt .title,
.mailform .selectWrap .title {
  font-weight: bold;
  color: #0D2740; }
.mailform dl dd {
  width: calc(100% - 200px);
  padding-left: 50px;
  box-sizing: border-box; }
  @media all and (max-width: 768px) {
    .mailform dl dd {
      width: 100%;
      padding-left: 0; } }
.mailform dl dd .input {
  width: 100%;
  display: inline-block; }
.mailform .selectWrap {
  margin-top: 50px;
  margin-bottom: 50px; }
.mailform .select {
  display: flex;
  flex-wrap: wrap; }
  @media all and (max-width: 768px) {
    .mailform .select {
      display: block; } }
.mailform .selectWrap .title {
  margin-bottom: 40px; }
.mailform .select li {
  width: calc( 100% / 4 );
  margin-bottom: 15px; }
  @media all and (max-width: 768px) {
    .mailform .select li {
      width: 100%; } }
.mailform .select.doble li {
  width: 100%; }
.mailform .select li .input input {
  margin-top: 10px;
  background: #FFF;
  border: solid 1px #DCDCDC; }
.mailform .submit {
  margin-top: 100px;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none; }
  @media all and (max-width: 768px) {
    .mailform .submit {
      width: 80%;
      margin-top: 40px; } }
.mailform .hissu {
  color: #FFF;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #E91C24;
  font-size: 80%;
  display: inline-block;
  line-height: 20px; }
  @media all and (max-width: 768px) {
    .mailform .hissu {
      margin-left: 20px; } }
.mailform .nini {
  color: #FFF;
  width: 40px;
  height: 20px;
  text-align: center;
  background-color: #6E6E6E;
  font-size: 80%;
  display: inline-block;
  line-height: 20px; }
  @media all and (max-width: 768px) {
    .mailform .nini {
      margin-left: 20px; } }
.mailform .error {
  margin-top: 10px; }
.mailform .error span {
  color: #E91C24;
  font-size: 14px;
  display: block; }
.mailform .acceptance {
  text-align: center; }
.mailform .acceptance input[type=checkbox] {
  margin-right: 10px; }
.mailform .acceptance a {
  text-decoration: underline; }
.mailform .textarea dt {
  align-items: flex-start;
  margin-top: 10px; }

/*フォント*/
.en {
  font-family: "utile-display", sans-serif;
  font-weight: 400;
  font-style: normal; }

/*ボタン*/
.btn {
  background: #FFFCF4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFCF4;
  padding: 7px 60px 7px 15px;
  gap: 30px;
  position: relative; }
  .btn span {
    font-size: clamp(14px, 1.4vw, 14px);
    color: #000000;
    display: inline-block;
    line-height: 1;
    padding-bottom: 2px; }
  .btn::after, .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .btn::after {
    background-image: url("img/iconArrowB.svg");
    opacity: 1; }
  .btn::before {
    background-image: url("img/iconArrowW.svg");
    opacity: 0; }
  .btn:hover {
    background: #000; }
    .btn:hover::after {
      opacity: 0; }
    .btn:hover::before {
      opacity: 1; }
    .btn:hover span {
      color: #FFFCF4; }
  .btn.black {
    background-color: #000000;
    border: solid 1px #000000; }
    .btn.black span {
      color: #FFFCF4; }
    .btn.black:hover {
      background-color: transparent; }
      .btn.black:hover span {
        color: #000; }
    .btn.black:after {
      background-image: url(img/iconArrowW.svg); }
    .btn.black:before {
      background-image: url(img/iconArrowB.svg); }
  .btn.red {
    background-color: #C31F1F;
    border: solid 1px #C31F1F; }
    .btn.red span {
      color: #FFFCF4; }
    .btn.red:hover {
      background-color: transparent; }
      .btn.red:hover span {
        color: #C31F1F; }
    .btn.red:after {
      background-image: url(img/iconArrowW.svg); }
    .btn.red:before {
      background-image: url(img/iconArrowR.svg); }

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


2.ヘッダー


*****************************************/
header {
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.8s; }
  @media all and (max-width: 1024px) {
    header {
      background: rgba(0, 0, 0, 0);
      height: 0;
      display: block;
      box-sizing: border-box; } }
  header.color {
    height: 70px; }
    @media all and (max-width: 1024px) {
      header.color {
        height: 0; } }
  header .inner {
    position: relative; }
    @media all and (max-width: 1024px) {
      header .inner {
        justify-content: flex-start;
        height: 0;
        box-sizing: border-box; } }
  header .navBtn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1001;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #000;
    border-radius: 100px;
    display: none; }
    @media all and (max-width: 1024px) {
      header .navBtn {
        display: inline-flex; } }
    header .navBtn span {
      position: absolute;
      left: 10px;
      right: 10px;
      height: 1px;
      background: #FFFCF4;
      transition: transform .6s,opacity .6s;
      transform-origin: center; }
    header .navBtn span:nth-child(1) {
      transform: translateY(-7px); }
    header .navBtn span:nth-child(2) {
      transform: translateY(0); }
    header .navBtn span:nth-child(3) {
      transform: translateY(7px); }
    @media all and (max-width: 1024px) {
      header .navBtn {
        display: inline-flex; } }
    header .navBtn.open {
      background: #FFFCF4; }
      header .navBtn.open span {
        background: #000; }
        header .navBtn.open span:nth-child(1) {
          transform: translateY(0) rotate(32deg); }
        header .navBtn.open span:nth-child(2) {
          opacity: 0; }
        header .navBtn.open span:nth-child(3) {
          transform: translateY(0) rotate(-32deg); }
  header nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media all and (max-width: 1024px) {
      header nav {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.8);
        padding: 20px;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        transition: opacity .25s,visibility .25s; } }
    header nav.open {
      opacity: 1;
      visibility: visible; }
  header .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    width: 100%; }
    @media all and (max-width: 1024px) {
      header .menu {
        flex-direction: column;
        justify-content: flex-start; } }
    header .menu a {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      color: inherit; }
    header .menu span {
      color: #FFFCF4; }
      header .menu span.en {
        font-size: clamp(16px, 1.6vw, 16px);
        letter-spacing: .1em; }
        @media all and (max-width: 1024px) {
          header .menu span.en {
            font-size: clamp(18px, 3vw, 20px); } }
      header .menu span.ja {
        font-size: clamp(12px, 1.2vw, 12px);
        letter-spacing: .1em; }
    @media all and (max-width: 1024px) {
      header .menu .logo {
        padding-bottom: 10px;
        margin-bottom: 30px;
        position: relative; } }
    @media all and (max-width: 1024px) {
      header .menu .logo:after {
        content: "";
        width: 100px;
        height: 1px;
        background: #FFFFFF;
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%); } }
    header .menu .logo a {
      gap: 10px; }
      header .menu .logo a img {
        width: 140px;
        height: auto;
        display: block; }
    header .menu .contact {
      display: inline-flex;
      align-items: center; }
      @media all and (max-width: 1024px) {
        header .menu .contact {
          flex-direction: column;
          justify-content: center;
          gap: 15px; } }
      header .menu .contact .insta,
      header .menu .contact .tel {
        width: 24px;
        height: 24px; }
        @media all and (max-width: 1024px) {
          header .menu .contact .insta,
          header .menu .contact .tel {
            gap: 6px;
            width: 100%;
            height: auto;
            flex-direction: row;
            justify-content: center; } }
        header .menu .contact .insta .icon,
        header .menu .contact .tel .icon {
          width: 24px;
          height: 24px;
          box-sizing: border-box;
          border: 1px solid #FFFCF4;
          border-radius: 9999px;
          align-items: center;
          justify-content: center;
          padding: 0;
          display: inline-flex;
          background-color: transparent;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 10px auto; }
          @media all and (max-width: 1024px) {
            header .menu .contact .insta .icon,
            header .menu .contact .tel .icon {
              border: 0;
              background-size: 16px auto; } }
      header .menu .contact .insta {
        margin-right: 10px; }
        @media all and (max-width: 1024px) {
          header .menu .contact .insta {
            margin-right: 0; } }
        header .menu .contact .insta .icon {
          background-image: url("img/iconInstagram.svg"); }
          header .menu .contact .insta .icon:hover {
            background-image: url("img/iconInstagramB.svg");
            background-color: #FFFCF4; }
      header .menu .contact .tel {
        margin-right: 40px; }
        @media all and (max-width: 1024px) {
          header .menu .contact .tel {
            margin-right: 0; } }
        header .menu .contact .tel .icon {
          background-image: url("img/iconTel.svg"); }
          header .menu .contact .tel .icon:hover {
            background-image: url("img/iconTelB.svg");
            background-color: #FFFCF4; }
      header .menu .contact .reserve {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 5px 20px 5px;
        border-radius: 9999px;
        background: #A50E0E; }
        @media all and (max-width: 1024px) {
          header .menu .contact .reserve {
            padding: 5px 30px 5px;
            margin-top: 20px; } }
        header .menu .contact .reserve span {
          color: #FFFCF4; }
          header .menu .contact .reserve span:nth-child(1) {
            font-size: clamp(18px, 1.8vw, 18px); }
          header .menu .contact .reserve span:nth-child(2) {
            font-size: clamp(12px, 1.2vw, 12px); }
        header .menu .contact .reserve:hover {
          background: #730808; }
    header .menu li:nth-child(1) {
      order: 4; }
    header .menu li:nth-child(2) {
      order: 1; }
    header .menu li:nth-child(3) {
      order: 2; }
    header .menu li:nth-child(4) {
      order: 3; }
    header .menu li:nth-child(5) {
      order: 5; }
    header .menu .contact {
      order: 6; }
    header .menu .reserve {
      order: 7; }
    @media all and (max-width: 1024px) {
      header .menu li:nth-child(1) {
        order: 0; }
      header .menu li:nth-child(2) {
        order: 0; }
      header .menu li:nth-child(3) {
        order: 0; }
      header .menu li:nth-child(4) {
        order: 0; }
      header .menu li:nth-child(5) {
        order: 0; }
      header .menu .contact {
        order: 0; }
      header .menu .reserve {
        order: 0; } }
  header.is-open .navBtn span:nth-child(1) {
    transform: rotate(45deg); }
  header.is-open .navBtn span:nth-child(2) {
    opacity: 0; }
  header.is-open .navBtn span:nth-child(3) {
    transform: rotate(-45deg); }
  @media all and (max-width: 1024px) {
    header.is-open nav {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }

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


3.フッター


*****************************************/
footer {
  background-color: #000000;
  padding: clamp(70px, 7vw, 100px) 0 clamp(100px, 7vw, 150px); }
  footer * {
    color: #FFFCF4; }
  footer .innerL {
    display: flex;
    gap: 50px; }
    @media all and (max-width: 1024px) {
      footer .innerL {
        flex-direction: column;
        padding-left: 40px;
        padding-right: 40px; } }
    footer .innerL .block:nth-child(1) {
      width: 30%; }
      @media all and (max-width: 1024px) {
        footer .innerL .block:nth-child(1) {
          width: 100%; } }
      footer .innerL .block:nth-child(1) .footLogo {
        margin-bottom: 30px; }
        @media all and (max-width: 1024px) {
          footer .innerL .block:nth-child(1) .footLogo {
            margin-bottom: 0; } }
      footer .innerL .block:nth-child(1) .copy {
        font-size: clamp(12px, 1.2vw, 12px);
        letter-spacing: 0.1em; }
    footer .innerL .block:nth-child(2) {
      width: calc( 70% - 50px );
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      @media all and (max-width: 1024px) {
        footer .innerL .block:nth-child(2) {
          width: 100%;
          align-items: flex-start; } }
      footer .innerL .block:nth-child(2) .footNav {
        display: flex;
        gap: 40px;
        align-items: center;
        justify-content: flex-start;
        list-style: none;
        margin-bottom: 30px; }
        @media all and (max-width: 1024px) {
          footer .innerL .block:nth-child(2) .footNav {
            flex-wrap: wrap;
            gap: 20px 30px; } }
        footer .innerL .block:nth-child(2) .footNav li {
          display: flex;
          align-items: center; }
          @media all and (max-width: 1024px) {
            footer .innerL .block:nth-child(2) .footNav li {
              width: calc(( 100% - 40px ) / 2 ); } }
          footer .innerL .block:nth-child(2) .footNav li a {
            display: flex;
            flex-direction: column;
            color: #fff;
            text-decoration: none; }
            footer .innerL .block:nth-child(2) .footNav li a .en {
              font-size: clamp(14px, 1.4vw, 14px);
              letter-spacing: 0.1em; }
              @media all and (max-width: 1024px) {
                footer .innerL .block:nth-child(2) .footNav li a .en {
                  font-size: 20px; } }
            footer .innerL .block:nth-child(2) .footNav li a .ja {
              font-size: clamp(12px, 1.2vw, 12px);
              margin-top: 2px;
              font-weight: 300; }
              @media all and (max-width: 1024px) {
                footer .innerL .block:nth-child(2) .footNav li a .ja {
                  margin-top: 0; } }
        @media all and (max-width: 1024px) {
          footer .innerL .block:nth-child(2) .footNav li.reserve {
            width: 80%;
            margin-top: 20px; } }
        footer .innerL .block:nth-child(2) .footNav li.reserve a {
          padding: 10px 25px;
          border: 1px solid #FFFCF4;
          border-radius: 9999px;
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 10px;
          color: #FFFCF4; }
          @media all and (max-width: 1024px) {
            footer .innerL .block:nth-child(2) .footNav li.reserve a {
              flex-direction: column;
              justify-content: flex-start;
              align-items: flex-start;
              width: 100%;
              box-sizing: border-box;
              padding: 10px 40px;
              gap: 5px; } }
          footer .innerL .block:nth-child(2) .footNav li.reserve a .en {
            font-size: clamp(16px, 1.6vw, 16px);
            color: #FFFCF4;
            line-height: 1; }
            @media all and (max-width: 1024px) {
              footer .innerL .block:nth-child(2) .footNav li.reserve a .en {
                font-size: 20px; } }
          footer .innerL .block:nth-child(2) .footNav li.reserve a .ja {
            font-size: clamp(12px, 1.2vw, 12px);
            margin: 0;
            position: relative;
            padding-right: 18px;
            color: #FFFCF4;
            line-height: 1; }
          footer .innerL .block:nth-child(2) .footNav li.reserve a .ja::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            width: 10px;
            height: 10px;
            transform: translateY(-50%);
            background-image: url("img/iconArrowW.svg");
            background-repeat: no-repeat;
            background-size: contain; }
          footer .innerL .block:nth-child(2) .footNav li.reserve a:hover {
            background-color: #FFFCF4;
            border-color: #000; }
            footer .innerL .block:nth-child(2) .footNav li.reserve a:hover span {
              color: #000; }
          footer .innerL .block:nth-child(2) .footNav li.reserve a:hover .ja::after {
            background-image: url("img/iconArrowB.svg"); }
      footer .innerL .block:nth-child(2) .footContact {
        display: flex;
        align-items: center;
        gap: 30px;
        list-style: none;
        margin: 0;
        padding: 0; }
        @media all and (max-width: 1024px) {
          footer .innerL .block:nth-child(2) .footContact {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 15px;
            margin-top: 20px; } }
        footer .innerL .block:nth-child(2) .footContact li {
          display: flex;
          align-items: center; }
          footer .innerL .block:nth-child(2) .footContact li a {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            text-decoration: none; }
            footer .innerL .block:nth-child(2) .footContact li a .icon {
              width: 14px;
              height: 14px;
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center; }
            footer .innerL .block:nth-child(2) .footContact li a .txt {
              font-size: clamp(14px, 1.4vw, 14px);
              letter-spacing: 0.1em; }
              @media all and (max-width: 1024px) {
                footer .innerL .block:nth-child(2) .footContact li a .txt {
                  font-size: 18px; } }
        footer .innerL .block:nth-child(2) .footContact li + li {
          position: relative; }
        footer .innerL .block:nth-child(2) .footContact li + li::before {
          content: "";
          position: absolute;
          left: -15px;
          top: 50%;
          width: 1px;
          height: 12px;
          background: #fff;
          transform: translateY(-50%); }
          @media all and (max-width: 1024px) {
            footer .innerL .block:nth-child(2) .footContact li + li::before {
              display: none; } }
        footer .innerL .block:nth-child(2) .footContact .tel .icon {
          background-image: url("img/iconFootTel.svg"); }
        footer .innerL .block:nth-child(2) .footContact .mail .icon {
          background-image: url("img/iconFootMail.svg"); }
        footer .innerL .block:nth-child(2) .footContact .insta .icon {
          background-image: url("img/iconFootInstagram.svg"); }
        @media all and (max-width: 1024px) {
          footer .innerL .block:nth-child(2) .footContact .copy {
            font-size: clamp(12px, 1.2vw, 12px);
            margin-top: 20px; } }

.reservationBtn {
  display: none; }
  @media all and (max-width: 1024px) {
    .reservationBtn {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 999;
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      transition: 0.8s;
      opacity: 0;
      visibility: hidden;
      display: flex;
      gap: 10px; } }
  .reservationBtn__item {
    flex: 1;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8px 0;
    text-decoration: none; }
    .reservationBtn__item span {
      color: #FFFCF4; }
      .reservationBtn__item span.en {
        font-size: clamp(18px, 1.8vw, 18px);
        line-height: 1;
        letter-spacing: 0.1em; }
      .reservationBtn__item span.jp {
        font-size: clamp(12px, 1.2vw, 12px); }
  .reservationBtn__item--reserve {
    background: #A50E0E; }
  .reservationBtn__item--line {
    background: #03C755;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 8px 6px;
    border-radius: 5px;
    text-align: center; }
    .reservationBtn__item--line .icon {
      width: 24px;
      height: auto;
      flex-shrink: 0; }
    .reservationBtn__item--line .textWrap {
      display: flex;
      flex-direction: column;
      line-height: 1.1; }
  @media all and (max-width: 1024px) {
    .reservationBtn.show {
      opacity: 1;
      visibility: visible; } }

.totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  width: 70px;
  height: 70px; }
  @media all and (max-width: 1024px) {
    .totop {
      width: 40px;
      height: 40px;
      bottom: 85px;
      right: 20px; } }
  .totop img {
    width: 100%;
    height: 100%; }
  .totop.show {
    opacity: 1;
    visibility: visible; }

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


4.トップページ


*****************************************/
.home .mainImgCurtain {
  height: 100lvh;
  height: 100lvh;
  position: relative; }
  .home .mainImgCurtain.inview {
    opacity: 1; }
    .home .mainImgCurtain.inview:before {
      content: "";
      position: absolute;
      z-index: 1;
      background-color: #000;
      inset: 0;
      transition: 2s ease-in .5s; }
    .home .mainImgCurtain.inview.action:before {
      background-color: transparent; }
.home .logoSp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100; }
.home .mainImg {
  display: flex;
  height: 100%; }
  .home .mainImg .box {
    width: calc( 100% / 3 );
    height: 100%; }
    @media all and (max-width: 1024px) {
      .home .mainImg .box {
        width: 100%; } }
    .home .mainImg .box img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
.home .cnWrap {
  position: relative; }
  .home .cnWrap .cn {
    position: sticky;
    top: 0;
    height: 100lvh;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 40lvh; }
    @media all and (max-width: 1024px) {
      .home .cnWrap .cn {
        margin-bottom: 0;
        position: relative;
        height: auto;
        height: 700px; } }
    .home .cnWrap .cn:last-child {
      margin-bottom: 0; }
  .home .cnWrap .cn1 {
    z-index: 1; }
  .home .cnWrap .cn2 {
    z-index: 2; }
  .home .cnWrap .cn3 {
    z-index: 3; }
  .home .cnWrap .cn4 {
    z-index: 4; }
  .home .cnWrap .cn5 {
    z-index: 5; }
.home .cnBox {
  padding: clamp(80px, 14vw, 150px) 0 clamp(80px, 14vw, 200px);
  box-sizing: border-box;
  height: 100lvh;
  height: 100lvh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  position: relative; }
  @media all and (max-width: 1024px) {
    .home .cnBox {
      height: 700px; } }
  .home .cnBox:hover .btn {
    background: #000000; }
    .home .cnBox:hover .btn::after {
      opacity: 0; }
    .home .cnBox:hover .btn::before {
      opacity: 1; }
    .home .cnBox:hover .btn span {
      color: #FFFCF4; }
  .home .cnBox .titWrap {
    display: flex;
    justify-content: center; }
    .home .cnBox .titWrap .tit {
      display: inline-block;
      font-size: clamp(26px, 3vw, 32px);
      letter-spacing: 0.2em;
      position: relative;
      padding-bottom: 12px;
      color: #FFFCF4; }
      .home .cnBox .titWrap .tit::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 40px;
        height: 1px;
        background: #FFFCF4;
        transform: translateX(-50%); }
  .home .cnBox .innerL {
    height: 100%;
    position: relative; }
  .home .cnBox .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .home .cnBox .btn {
    position: absolute;
    bottom: 0;
    left: 5%; }
    @media all and (max-width: 1024px) {
      .home .cnBox .btn {
        position: relative;
        margin-top: 20px;
        left: 50%;
        transform: translateX(-50%); } }
  @media all and (max-width: 1024px) {
    .home .cnBox .btn.sp {
      display: inline-flex !important; } }
  .home .cnBox.cn1 {
    background-image: url(img/topImg1.webp); }
    @media all and (max-width: 1024px) {
      .home .cnBox.cn1 {
        background-image: url(img/topImg1Sp.webp); } }
    .home .cnBox.cn1 .innerL .txt {
      top: 70%; }
      @media all and (max-width: 1024px) {
        .home .cnBox.cn1 .innerL .txt {
          top: 50%; } }
  .home .cnBox.cn3 {
    background-image: url(img/topImg3.webp); }
    @media all and (max-width: 1024px) {
      .home .cnBox.cn3 {
        background-image: url(img/topImg3Sp.webp); } }
  .home .cnBox.cn4 {
    background-image: url(img/topImg4.webp); }
    @media all and (max-width: 1024px) {
      .home .cnBox.cn4 {
        background-image: url(img/topImg4Sp.webp); } }
.home .cn2 {
  background: #FFFCF4;
  padding: clamp(80px, 14vw, 120px) 0 clamp(80px, 14vw, 200px); }
  .home .cn2 .titWrap {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .home .cn2 .titWrap .tit {
      font-size: clamp(40px, 6.5vw, 70px);
      color: #404040;
      letter-spacing: 0.2em;
      margin-bottom: 10px; }
  .home .cn2 .areaSlider {
    height: 60lvh;
    width: 100%;
    overflow: hidden; }
    .home .cn2 .areaSlider .swiper-wrapper {
      width: 100%;
      height: 100%; }
    .home .cn2 .areaSlider .swiper-slide {
      width: 100%;
      height: 100%; }
      .home .cn2 .areaSlider .swiper-slide a {
        width: 100%;
        height: 100%;
        padding: 100px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        overflow: hidden;
        position: relative;
        z-index: 1; }
        .home .cn2 .areaSlider .swiper-slide a::before {
          content: "";
          position: absolute;
          inset: 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          background-image: inherit;
          z-index: -1;
          transform: scale(1);
          transition: transform 2000ms cubic-bezier(0.165, 0.84, 0.44, 1); }
        .home .cn2 .areaSlider .swiper-slide a:hover::before {
          transform: scale(1.1); }
        .home .cn2 .areaSlider .swiper-slide a .cat {
          position: absolute;
          top: 30%;
          left: 50%;
          transform: translateX(-50%);
          writing-mode: vertical-rl;
          color: #FFF;
          font-family: a-otf-ryumin-pr6n, serif;
          font-style: normal;
          font-weight: 300;
          font-size: clamp(24px, 2.6vw, 28px);
          letter-spacing: 0.3em;
          line-height: 1; }
        .home .cn2 .areaSlider .swiper-slide a .moreInner {
          position: absolute;
          left: 50%;
          bottom: 5%;
          transform: translateX(-50%);
          display: flex;
          flex-direction: column;
          align-items: center;
          opacity: 0; }
          .home .cn2 .areaSlider .swiper-slide a .moreInner .line {
            width: 1px;
            height: 40px;
            background-color: #fff;
            margin-bottom: 16px; }
          .home .cn2 .areaSlider .swiper-slide a .moreInner .en {
            font-size: clamp(14px, 1.4vw, 14px);
            letter-spacing: 0.1em;
            color: #fff; }
        .home .cn2 .areaSlider .swiper-slide a:hover .moreInner {
          opacity: 1; }
.home .cn5 {
  background-color: #000000;
  box-sizing: border-box;
  padding: 50px;
  height: 100lvh;
  height: 100lvh;
  width: 100%; }
  @media all and (max-width: 1024px) {
    .home .cn5 {
      padding: 15px; } }
  .home .cn5:hover .btn {
    background: #000000; }
    .home .cn5:hover .btn::after {
      opacity: 0; }
    .home .cn5:hover .btn::before {
      opacity: 1; }
    .home .cn5:hover .btn span {
      color: #FFFCF4; }
  .home .cn5 .bg {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    position: relative;
    background-image: url(img/topImg5.webp);
    display: flex;
    justify-content: center;
    align-items: center; }
    @media all and (max-width: 1024px) {
      .home .cn5 .bg {
        background-image: url(img/topImg5Sp.webp); } }
  .home .cn5 .innerL {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .home .cn5 .innerL .tit {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-bottom: 50px; }
      .home .cn5 .innerL .tit span {
        color: #FFFCF4; }
      .home .cn5 .innerL .tit .en {
        line-height: 1;
        margin-bottom: 5px;
        font-size: clamp(30px, 5.5vw, 70px);
        letter-spacing: 0.2em; }
      .home .cn5 .innerL .tit .jp {
        font-size: clamp(18px, 3vw, 20px); }
        @media all and (max-width: 1024px) {
          .home .cn5 .innerL .tit .jp {
            font-size: clamp(16px, 1.6vw, 16px); } }
    .home .cn5 .innerL h3 {
      margin-bottom: 50px; }
      @media all and (max-width: 1024px) {
        .home .cn5 .innerL h3 {
          margin-bottom: 0; } }
    @media all and (max-width: 1024px) {
      .home .cn5 .innerL .btn {
        position: relative;
        margin-top: 20px;
        left: 50%;
        transform: translateX(-50%); } }
    @media all and (max-width: 1024px) {
      .home .cn5 .innerL .btn.sp {
        display: inline-flex !important; } }
.home .cn6 {
  padding: clamp(80px, 14vw, 200px) 0 clamp(50px, 7vw, 100px); }
  .home .cn6 .innerL {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .home .cn6 .innerL .tit {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-bottom: 50px; }
      .home .cn6 .innerL .tit > .en {
        line-height: 1;
        margin-bottom: 20px;
        font-size: clamp(40px, 5.5vw, 70px);
        letter-spacing: 0.2em;
        color: #000000; }
    .home .cn6 .innerL h3 {
      margin-bottom: 50px; }
  .home .cn6 .instagram {
    width: 100%; }
.home .cn7 {
  padding: clamp(50px, 7vw, 100px) 0 clamp(80px, 14vw, 200px); }
  .home .cn7 .innerL {
    display: flex;
    justify-content: space-between;
    gap: 50px; }
    @media all and (max-width: 1024px) {
      .home .cn7 .innerL {
        flex-direction: column; } }
    .home .cn7 .innerL .txt {
      width: 25%; }
      @media all and (max-width: 1024px) {
        .home .cn7 .innerL .txt {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center; } }
      .home .cn7 .innerL .txt h2 {
        font-size: clamp(24px, 2.6vw, 28px);
        margin-bottom: 50px;
        letter-spacing: 0.2em; }
        @media all and (max-width: 1024px) {
          .home .cn7 .innerL .txt h2 {
            text-align: center; } }
      .home .cn7 .innerL .txt h3 {
        font-size: clamp(18px, 3vw, 20px);
        margin-bottom: 10px;
        letter-spacing: 0.2em; }
        @media all and (max-width: 1024px) {
          .home .cn7 .innerL .txt h3 {
            text-align: center; } }
      .home .cn7 .innerL .txt .address {
        font-size: clamp(14px, 1.4vw, 14px);
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.1em; }
        @media all and (max-width: 1024px) {
          .home .cn7 .innerL .txt .address {
            text-align: center; } }
        .home .cn7 .innerL .txt .address + .en {
          font-size: clamp(12px, 1.2vw, 12px);
          line-height: 2;
          letter-spacing: 0.05em;
          margin-bottom: 30px; }
          @media all and (max-width: 1024px) {
            .home .cn7 .innerL .txt .address + .en {
              text-align: center; } }
      .home .cn7 .innerL .txt .way {
        font-size: clamp(14px, 1.4vw, 14px);
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-bottom: 50px; }
        @media all and (max-width: 1024px) {
          .home .cn7 .innerL .txt .way {
            text-align: center; } }
    .home .cn7 .innerL .map {
      width: calc( 75% - 50px ); }
      @media all and (max-width: 1024px) {
        .home .cn7 .innerL .map {
          width: 100%; } }
      .home .cn7 .innerL .map iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; }
        @media all and (max-width: 1024px) {
          .home .cn7 .innerL .map iframe {
            aspect-ratio: 16 / 16; } }

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


5.サブページ


*****************************************/
.pageTitWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: clamp(100px, 13vw, 260px);
  padding-bottom: clamp(60px, 6.5vw, 150px); }
  .pageTitWrap .pageTit {
    font-size: clamp(38px, 4.4vw, 50px);
    letter-spacing: 0.2em;
    text-align: center;
    display: block; }

.pageImgTitWrap {
  height: 100lvh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .pageImgTitWrap h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .pageImgTitWrap .pageImgTit {
    font-size: clamp(38px, 4.4vw, 50px);
    color: #FFFCF4;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.2; }
    .pageImgTitWrap .pageImgTit span {
      font-size: clamp(36px, 4.4vw, 50px);
      color: #FFFCF4;
      letter-spacing: 0.2em;
      text-align: center; }
      @media all and (max-width: 768px) {
        .pageImgTitWrap .pageImgTit span {
          letter-spacing: 0.15em; } }
  .pageImgTitWrap .pageImgSubTit {
    margin-top: 40px; }
  .pageImgTitWrap.pcTit {
    display: flex; }
    @media all and (max-width: 768px) {
      .pageImgTitWrap.pcTit {
        display: none; } }
  .pageImgTitWrap.spTit {
    display: none; }
    @media all and (max-width: 768px) {
      .pageImgTitWrap.spTit {
        display: flex; } }

.lineTit {
  text-align-last: center;
  position: relative;
  margin-bottom: clamp(60px, 6vw, 120px); }
  .lineTit::before {
    width: 100%;
    content: "";
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%); }
  .lineTit span {
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1;
    letter-spacing: 6px;
    background-color: #FFFCF4;
    padding: 5px 20px;
    position: relative;
    z-index: 1; }

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


CONCEPT


*****************************************/
.page-concept .pageImgTitWrap {
  background-image: url("img/conceptMainImg.webp"); }
  @media all and (max-width: 768px) {
    .page-concept .pageImgTitWrap {
      background-image: url("img/conceptMainImgSp.webp") !important;
      margin-bottom: 10px; } }
  .page-concept .pageImgTitWrap .pageImgTit {
    position: relative; }
    .page-concept .pageImgTitWrap .pageImgTit::after {
      content: "";
      background-color: #FFF;
      display: inline-block;
      width: 57px;
      height: 1px;
      position: absolute;
      bottom: -45px;
      left: 50%;
      transform: translateX(-50%); }
      @media all and (max-width: 768px) {
        .page-concept .pageImgTitWrap .pageImgTit::after {
          bottom: 76px; } }
  .page-concept .pageImgTitWrap .pageImgSubTit {
    margin-top: 90px;
    display: flex;
    justify-content: center; }
    @media all and (max-width: 768px) {
      .page-concept .pageImgTitWrap .pageImgSubTit {
        margin-top: 50px; } }
@media all and (max-width: 768px) {
  .page-concept .cn1 {
    margin-bottom: 10px; } }
.page-concept .cn1 .bg {
  background-image: url("img/conceptImg1Bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 10% 0; }
  @media all and (max-width: 768px) {
    .page-concept .cn1 .bg {
      padding: 35% 0; } }
  .page-concept .cn1 .bg .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .page-concept .cn1 .bg .wrap .img {
      margin-bottom: 30px; }
      @media all and (max-width: 768px) {
        .page-concept .cn1 .bg .wrap .img {
          width: 70%; } }
    .page-concept .cn1 .bg .wrap p {
      color: #FFF;
      text-align: center;
      letter-spacing: 0.2em;
      line-height: 2; }
      @media all and (max-width: 768px) {
        .page-concept .cn1 .bg .wrap p {
          font-size: clamp(13px, 1.3vw, 13px);
          line-height: 2.2; } }
.page-concept .cn2 h3 {
  font-size: clamp(30px, 3.2vw, 40px);
  letter-spacing: 8px;
  line-height: 1;
  text-align: center;
  padding: 190px 0 80px; }
  @media all and (max-width: 768px) {
    .page-concept .cn2 h3 {
      display: none; } }
.page-concept .cn2 .bg {
  background-image: url("img/conceptImg2Bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 10% 0; }
.page-concept .cn2 .wrap .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: clamp(120px, 12vw, 170px); }
  @media all and (max-width: 1024px) {
    .page-concept .cn2 .wrap .box {
      flex-direction: column;
      gap: 20px; } }
  .page-concept .cn2 .wrap .box picture {
    width: 100%; }
    .page-concept .cn2 .wrap .box picture img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-concept .cn2 .wrap .box .txt .tit {
    text-align: center;
    margin-bottom: 30px; }
    .page-concept .cn2 .wrap .box .txt .tit::after {
      content: "";
      border-bottom: 1px solid #000;
      width: 94px;
      height: 1px;
      display: inline-block; }
    .page-concept .cn2 .wrap .box .txt .tit span {
      font-size: clamp(50px, 5.5vw, 70px); }
    .page-concept .cn2 .wrap .box .txt .tit h4 {
      font-size: clamp(18px, 3vw, 20px);
      letter-spacing: 0.1em;
      margin-bottom: 15px; }
  .page-concept .cn2 .wrap .box .txt p {
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.8; }
    @media all and (max-width: 768px) {
      .page-concept .cn2 .wrap .box .txt p {
        font-size: clamp(12px, 1.2vw, 12px);
        line-height: 2; } }
.page-concept .cn2 .wrap .box:nth-child(1) picture {
  max-width: 400px; }
  @media all and (max-width: 1024px) {
    .page-concept .cn2 .wrap .box:nth-child(1) picture {
      max-width: 360px; } }
  @media all and (max-width: 768px) {
    .page-concept .cn2 .wrap .box:nth-child(1) picture {
      max-width: 262px; } }
.page-concept .cn2 .wrap .box:nth-child(2) {
  flex-flow: row-reverse; }
  @media all and (max-width: 1024px) {
    .page-concept .cn2 .wrap .box:nth-child(2) {
      flex-flow: column; } }
  .page-concept .cn2 .wrap .box:nth-child(2) picture {
    max-width: 574px; }
    @media all and (max-width: 1024px) {
      .page-concept .cn2 .wrap .box:nth-child(2) picture {
        max-width: 360px; } }
    @media all and (max-width: 768px) {
      .page-concept .cn2 .wrap .box:nth-child(2) picture {
        max-width: 262px; } }
.page-concept .cn2 .wrap .box:last-child {
  gap: 75px; }
  @media all and (max-width: 1024px) {
    .page-concept .cn2 .wrap .box:last-child {
      gap: 30px;
      margin-bottom: 60px; } }
  .page-concept .cn2 .wrap .box:last-child picture {
    max-width: 534px; }
    @media all and (max-width: 1024px) {
      .page-concept .cn2 .wrap .box:last-child picture {
        max-width: 360px; } }
    @media all and (max-width: 768px) {
      .page-concept .cn2 .wrap .box:last-child picture {
        max-width: 262px; } }

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


PLAN / PROCESS


*****************************************/
.page-plan-process .pageImgTitWrap {
  background-image: url("img/planMainImg.webp"); }
  @media all and (max-width: 768px) {
    .page-plan-process .pageImgTitWrap {
      background-image: url("img/planMainImgSp.webp"); } }
  .page-plan-process .pageImgTitWrap.spTit .pageImgTit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
    .page-plan-process .pageImgTitWrap.spTit .pageImgTit span:nth-child(1):after {
      content: "";
      display: inline-block;
      width: 40px;
      height: 1px;
      background-color: #FFF;
      position: absolute;
      bottom: 50%;
      left: 50%;
      transform: translateX(-50%); }
      @media all and (max-width: 768px) {
        .page-plan-process .pageImgTitWrap.spTit .pageImgTit span:nth-child(1):after {
          bottom: 45%; } }
.page-plan-process .txtWrap {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 65px); }
  .page-plan-process .txtWrap .tit {
    font-size: clamp(32px, 3.8vw, 40px);
    letter-spacing: 10px;
    line-height: 1;
    margin-bottom: clamp(20px, 3vw, 40px); }
.page-plan-process picture {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1017px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 768px) {
    .page-plan-process picture {
      max-width: 400px; } }
.page-plan-process .cn1 {
  margin-top: clamp(80px, 8vw, 100px);
  margin-bottom: clamp(90px, 8vw, 115px); }
  .page-plan-process .cn1 p {
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.8; }
    @media all and (max-width: 768px) {
      .page-plan-process .cn1 p {
        font-size: clamp(13px, 1.3vw, 13px); } }
  .page-plan-process .cn1 .wrap {
    margin-bottom: clamp(50px, 6vw, 85px); }
    .page-plan-process .cn1 .wrap picture {
      margin-bottom: clamp(30px, 4vw, 50px); }
.page-plan-process .cn2 {
  padding-top: clamp(110px, 11vw, 135px);
  padding-bottom: clamp(110px, 11vw, 135px);
  background-color: #E8E4D8; }
  .page-plan-process .cn2 .txtWrap p {
    line-height: 1.8; }
    @media all and (max-width: 768px) {
      .page-plan-process .cn2 .txtWrap p {
        font-size: clamp(13px, 1.3vw, 13px); } }
    .page-plan-process .cn2 .txtWrap p:nth-child(2) {
      margin-bottom: 10px; }
    .page-plan-process .cn2 .txtWrap p:nth-child(3) {
      margin-bottom: 10px; }
  .page-plan-process .cn2 .txtWrap p span {
    background: #D33D3E;
    font-weight: bold;
    color: #FFFCF4;
    padding: 0 5px;
    box-sizing: border-box; }
    @media all and (max-width: 768px) {
      .page-plan-process .cn2 .txtWrap p span {
        font-size: clamp(16px, 1.6vw, 16px);
        margin-right: 5px; } }
.page-plan-process .cn3 {
  padding-top: clamp(90px, 8vw, 115px);
  margin-bottom: clamp(80px, 8vw, 115px); }
  .page-plan-process .cn3 .txtWrap {
    margin-bottom: 30px; }
    .page-plan-process .cn3 .txtWrap .tit {
      margin-bottom: 20px; }
    .page-plan-process .cn3 .txtWrap p {
      font-size: clamp(14px, 1.4vw, 14px); }
      @media all and (max-width: 768px) {
        .page-plan-process .cn3 .txtWrap p {
          font-size: clamp(12px, 1.2vw, 12px); } }
  .page-plan-process .cn3 .wrap p {
    text-align: center;
    margin-bottom: 40px; }
    @media all and (max-width: 768px) {
      .page-plan-process .cn3 .wrap p {
        font-size: clamp(13px, 1.3vw, 13px); } }
  @media all and (max-width: 768px) {
    .page-plan-process .cn3 .wrap picture {
      width: 195px;
      margin: 0 auto; } }
.page-plan-process .cn4 {
  background-color: #E8E4D8;
  padding-top: clamp(80px, 11vw, 125px);
  padding-bottom: clamp(0px, 8vw, 115px);
  /* タブ関係 */
  /* タブの中身 */ }
  .page-plan-process .cn4 .txtWrap {
    margin-bottom: 40px; }
    .page-plan-process .cn4 .txtWrap .tit {
      margin-bottom: 20px; }
    .page-plan-process .cn4 .txtWrap p {
      font-size: clamp(14px, 1.4vw, 14px); }
  .page-plan-process .cn4 .wrap {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
    @media all and (max-width: 768px) {
      .page-plan-process .cn4 .wrap {
        width: 100%; } }
  .page-plan-process .cn4 .tabBtnWrap {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-bottom: 30px; }
    @media all and (max-width: 768px) {
      .page-plan-process .cn4 .tabBtnWrap {
        gap: 20px;
        margin-bottom: 40px; } }
  .page-plan-process .cn4 .tabBtn {
    width: 190px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    font-size: clamp(14px, 1.8vw, 18px);
    color: #000;
    letter-spacing: 0.1em; }
    @media all and (max-width: 768px) {
      .page-plan-process .cn4 .tabBtn {
        width: 160px;
        padding: 10px; } }
  .page-plan-process .cn4 .tabBtn.is-active {
    background: #000;
    color: #FFFCF4; }
  .page-plan-process .cn4 .tabContent {
    display: none; }
  .page-plan-process .cn4 .tabContent.is-active {
    display: block; }
  .page-plan-process .cn4 .box {
    background-color: #F2EEE6;
    border-radius: 10px;
    padding: 40px 70px;
    box-sizing: border-box;
    position: relative; }
    @media all and (max-width: 768px) {
      .page-plan-process .cn4 .box {
        border-radius: 0;
        padding: 40px 0; } }
    .page-plan-process .cn4 .box:nth-child(1) {
      margin-bottom: 20px; }
      @media all and (max-width: 768px) {
        .page-plan-process .cn4 .box:nth-child(1) {
          margin-bottom: 15px; } }
    .page-plan-process .cn4 .box .txt {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 25px; }
      .page-plan-process .cn4 .box .txt .tit {
        font-size: clamp(24px, 2.4vw, 24px);
        letter-spacing: 0.1em;
        margin-bottom: 10px; }
      .page-plan-process .cn4 .box .txt p {
        font-size: clamp(20px, 2vw, 20px);
        letter-spacing: 0.1em; }
    .page-plan-process .cn4 .box .scrollWrap {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media all and (max-width: 768px) {
        .page-plan-process .cn4 .box .scrollWrap {
          display: block;
          padding: 0 30px; } }
      .page-plan-process .cn4 .box .scrollWrap::before {
        display: none; }
      @media all and (max-width: 768px) {
        .page-plan-process .cn4 .box .scrollWrap::before {
          display: block;
          content: "";
          background-image: url("img/iconArrowSquareB.svg");
          background-repeat: no-repeat;
          background-position: right;
          background-size: auto;
          width: 30px;
          height: 30px;
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%);
          opacity: 1;
          transition: 0.8s; }
        .page-plan-process .cn4 .box .scrollWrap.is-scrolled::before {
          opacity: 0; } }
      .page-plan-process .cn4 .box .scrollWrap::-webkit-scrollbar {
        display: none; }
      .page-plan-process .cn4 .box .scrollWrap .img {
        width: 90%;
        max-width: none; }
        @media all and (max-width: 768px) {
          .page-plan-process .cn4 .box .scrollWrap .img {
            width: auto;
            display: inline-block;
            min-width: 952px; } }
        .page-plan-process .cn4 .box .scrollWrap .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }

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


VENUE


*****************************************/
.page-venue .pageImgTitWrap {
  background-image: url(img/venueMainImg.webp); }
  @media all and (max-width: 1024px) {
    .page-venue .pageImgTitWrap {
      background-image: url(img/venueMainImgSp.webp); } }
.page-venue .pageCn {
  margin-top: clamp(60px, 10vw, 100px);
  margin-bottom: clamp(60px, 10vw, 150px); }
  .page-venue .pageCn .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 60px; }
    @media all and (max-width: 1024px) {
      .page-venue .pageCn .inner {
        flex-direction: column; } }
    .page-venue .pageCn .inner .box {
      width: calc(( 100% - 120px ) / 3 ); }
      @media all and (max-width: 1024px) {
        .page-venue .pageCn .inner .box {
          width: 100%; } }
      .page-venue .pageCn .inner .box .img {
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        aspect-ratio: 1 / 1; }
        .page-venue .pageCn .inner .box .img img {
          transform: scale(1);
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .page-venue .pageCn .inner .box .img .cat {
          position: absolute;
          top: 20px;
          right: 20px;
          writing-mode: vertical-rl;
          color: #FFF;
          font-family: a-otf-ryumin-pr6n, serif;
          font-style: normal;
          font-weight: 300;
          font-size: clamp(24px, 2.6vw, 28px);
          letter-spacing: 0.3em;
          line-height: 1; }
      .page-venue .pageCn .inner .box .txt {
        position: relative; }
        .page-venue .pageCn .inner .box .txt .jp {
          font-size: clamp(12px, 1.2vw, 12px);
          line-height: 1;
          letter-spacing: 0.05em; }
        .page-venue .pageCn .inner .box .txt .en {
          font-size: clamp(26px, 3vw, 32px);
          line-height: 1;
          letter-spacing: 0.05em;
          margin-bottom: 5px; }
        .page-venue .pageCn .inner .box .txt .cat {
          font-family: a-otf-ryumin-pr6n, serif;
          font-style: normal;
          font-weight: 300;
          font-size: clamp(14px, 1.4vw, 14px);
          letter-spacing: 0.05em;
          line-height: 1;
          margin-bottom: 20px; }
        .page-venue .pageCn .inner .box .txt .seat,
        .page-venue .pageCn .inner .box .txt .buffet {
          display: flex; }
          .page-venue .pageCn .inner .box .txt .seat span,
          .page-venue .pageCn .inner .box .txt .buffet span {
            line-height: 1;
            font-size: clamp(14px, 1.4vw, 14px); }
            .page-venue .pageCn .inner .box .txt .seat span:nth-child(1),
            .page-venue .pageCn .inner .box .txt .buffet span:nth-child(1) {
              width: 30%;
              margin-bottom: 7px; }
        .page-venue .pageCn .inner .box .txt .icon {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 30px;
          height: 30px; }
        .page-venue .pageCn .inner .box .txt .icon::before,
        .page-venue .pageCn .inner .box .txt .icon::after {
          content: "";
          position: absolute;
          inset: 0;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        .page-venue .pageCn .inner .box .txt .icon::before {
          background-image: url("img/iconArrowSquareB.svg");
          opacity: 1; }
        .page-venue .pageCn .inner .box .txt .icon::after {
          background-image: url("img/iconArrowSquareW.svg");
          opacity: 0; }
      .page-venue .pageCn .inner .box:hover .img img {
        transform: scale(1.1); }
      .page-venue .pageCn .inner .box:hover .icon::before {
        opacity: 0; }
      .page-venue .pageCn .inner .box:hover .icon::after {
        opacity: 1; }
      .page-venue .pageCn .inner .box .hosoku {
        margin-top: 7px;
        font-size: clamp(12px, 1.2vw, 12px);
        line-height: 1.6; }

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


VENUE 詳細


*****************************************/
.single-venue_post .sngleTitWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: clamp(100px, 13vw, 260px);
  padding-bottom: clamp(60px, 6.5vw, 150px); }
  .single-venue_post .sngleTitWrap h2 {
    text-align: center; }
  .single-venue_post .sngleTitWrap .sngleTit {
    font-size: clamp(38px, 4.4vw, 50px);
    letter-spacing: 0.2em;
    text-align: center; }
  .single-venue_post .sngleTitWrap .cat {
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
    font-weight: 300;
    font-size: clamp(16px, 1.6vw, 16px);
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 10px; }
.single-venue_post .venueSlider {
  background: #E8E4D8;
  padding: 0 0 clamp(50px, 14vw, 100px); }
  .single-venue_post .venueSlider .venueSliderMain {
    margin-bottom: 20px;
    height: 70lvh; }
    @media all and (max-width: 1024px) {
      .single-venue_post .venueSlider .venueSliderMain {
        height: 50lvh; } }
    .single-venue_post .venueSlider .venueSliderMain .swiper-wrapper {
      height: 100%;
      width: 100%; }
      .single-venue_post .venueSlider .venueSliderMain .swiper-wrapper .swiper-slide {
        height: 100%;
        width: 100%; }
        .single-venue_post .venueSlider .venueSliderMain .swiper-wrapper .swiper-slide img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
  .single-venue_post .venueSlider .venueSliderThumbs {
    height: calc( 30lvh - 20px - 80px );
    position: relative;
    padding-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .single-venue_post .venueSlider .venueSliderThumbs {
        height: 26vh; } }
    .single-venue_post .venueSlider .venueSliderThumbs .swiper-wrapper {
      height: 100%;
      width: 100%; }
      .single-venue_post .venueSlider .venueSliderThumbs .swiper-wrapper .swiper-slide {
        height: 100%;
        width: 100%;
        cursor: pointer; }
        .single-venue_post .venueSlider .venueSliderThumbs .swiper-wrapper .swiper-slide a {
          height: 100%;
          width: 100%; }
        .single-venue_post .venueSlider .venueSliderThumbs .swiper-wrapper .swiper-slide img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .single-venue_post .venueSlider .venueSliderThumbs .venue-nav {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      display: flex;
      gap: 40px;
      z-index: 10; }
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-prev,
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-next {
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer; }
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-prev::before,
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-prev::after,
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-next::before,
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-next::after {
        content: "";
        position: absolute;
        inset: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: ease-in .5s; }
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-prev::before {
        background-image: url("img/iconPrevB.svg");
        opacity: 1; }
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-prev::after {
        background-image: url("img/iconPrevW.svg");
        opacity: 0; }
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-next::before {
        background-image: url("img/iconNextB.svg");
        opacity: 1; }
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-next::after {
        background-image: url("img/iconNextW.svg");
        opacity: 0; }
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-prev:hover::before,
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-next:hover::before {
        opacity: 0; }
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-prev:hover::after,
      .single-venue_post .venueSlider .venueSliderThumbs .venue-nav .venue-nav-next:hover::after {
        opacity: 1; }
  .single-venue_post .venueSlider .venueSliderText .swiper-slide {
    background: #E8E4D8;
    transition: 1.5s ease !important; }
    .single-venue_post .venueSlider .venueSliderText .swiper-slide p {
      text-align: center;
      padding-top: 50px;
      line-height: 1.8;
      font-size: clamp(14px, 1.4vw, 14px); }
      @media all and (max-width: 1024px) {
        .single-venue_post .venueSlider .venueSliderText .swiper-slide p {
          padding-top: 30px; } }
.single-venue_post .cn1 {
  padding: clamp(80px, 14vw, 120px) 0 clamp(80px, 14vw, 0px); }
  .single-venue_post .cn1 .titWrap {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
    .single-venue_post .cn1 .titWrap .tit {
      display: inline-block;
      font-size: clamp(26px, 3vw, 32px);
      letter-spacing: 0.2em;
      position: relative;
      padding-bottom: 12px;
      color: #000; }
      .single-venue_post .cn1 .titWrap .tit::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 40px;
        height: 1px;
        background: #000;
        transform: translateX(-50%); }
  .single-venue_post .cn1 .txt {
    font-size: clamp(14px, 1.4vw, 14px);
    line-height: 2;
    text-align: center;
    letter-spacing: 0.1em; }
    .single-venue_post .cn1 .txt .img {
      margin-top: 50px;
      display: flex;
      justify-content: center;
      gap: 30px; }
      @media all and (max-width: 1024px) {
        .single-venue_post .cn1 .txt .img {
          flex-direction: column; } }
      .single-venue_post .cn1 .txt .img li {
        aspect-ratio: 4 / 3;
        width: calc(( 100% -  30px ) / 2 ); }
        @media all and (max-width: 1024px) {
          .single-venue_post .cn1 .txt .img li {
            width: 100%; } }
        .single-venue_post .cn1 .txt .img li img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
.single-venue_post .cn2 .lineTit {
  text-align-last: center;
  position: relative;
  margin-bottom: clamp(80px, 6vw, 120px); }
  .single-venue_post .cn2 .lineTit::before {
    width: 100%;
    content: "";
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%); }
  .single-venue_post .cn2 .lineTit span {
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1;
    letter-spacing: 6px;
    background-color: #FFFCF4;
    padding: 5px 20px;
    position: relative;
    z-index: 1; }
.single-venue_post .cn2 .chef .box {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  gap: 60px; }
  @media all and (max-width: 1024px) {
    .single-venue_post .cn2 .chef .box {
      flex-direction: column;
      gap: 20px;
      justify-content: center; } }
  .single-venue_post .cn2 .chef .box .img {
    width: 25%;
    overflow: hidden;
    border-radius: 100%; }
    @media all and (max-width: 1024px) {
      .single-venue_post .cn2 .chef .box .img {
        width: 50%; } }
    .single-venue_post .cn2 .chef .box .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .single-venue_post .cn2 .chef .box .txtWrap {
    width: calc( 75% - 50px ); }
    @media all and (max-width: 1024px) {
      .single-venue_post .cn2 .chef .box .txtWrap {
        width: 100%; } }
    .single-venue_post .cn2 .chef .box .txtWrap .job {
      font-size: clamp(18px, 3vw, 20px);
      line-height: 1;
      margin-bottom: 5px;
      letter-spacing: 0.1em; }
      @media all and (max-width: 1024px) {
        .single-venue_post .cn2 .chef .box .txtWrap .job {
          text-align: center; } }
    .single-venue_post .cn2 .chef .box .txtWrap .name {
      font-size: clamp(26px, 3vw, 32px);
      line-height: 1;
      margin-bottom: 40px;
      letter-spacing: 0.1em; }
      @media all and (max-width: 1024px) {
        .single-venue_post .cn2 .chef .box .txtWrap .name {
          text-align: center; } }
    .single-venue_post .cn2 .chef .box .txtWrap .txt {
      line-height: 2;
      font-size: clamp(14px, 1.4vw, 14px);
      letter-spacing: 0.05em; }
      @media all and (max-width: 1024px) {
        .single-venue_post .cn2 .chef .box .txtWrap .txt {
          text-align: center; } }
.single-venue_post .cn3 {
  padding: clamp(80px, 14vw, 80px) 0 clamp(40px, 14vw, 120px); }
  .single-venue_post .cn3 .titWrap {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
    .single-venue_post .cn3 .titWrap .tit {
      display: inline-block;
      font-size: clamp(26px, 3vw, 32px);
      letter-spacing: 0.2em;
      position: relative;
      padding-bottom: 12px;
      color: #000; }
      .single-venue_post .cn3 .titWrap .tit::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 40px;
        height: 1px;
        background: #000;
        transform: translateX(-50%); }
  .single-venue_post .cn3 .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px; }
    .single-venue_post .cn3 .txt > span {
      line-height: 2;
      text-align: center; }
      .single-venue_post .cn3 .txt > span:nth-child(1) {
        font-size: clamp(16px, 1.6vw, 16px);
        letter-spacing: 0.1em; }
      .single-venue_post .cn3 .txt > span:nth-child(2) {
        font-size: clamp(12px, 1.2vw, 12px);
        letter-spacing: 0.05em;
        margin-bottom: 20px; }
    .single-venue_post .cn3 .txt .btn {
      width: 80px; }
  .single-venue_post .cn3 .map {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 6; }
    @media all and (max-width: 1024px) {
      .single-venue_post .cn3 .map {
        aspect-ratio: 16 / 12; } }
    .single-venue_post .cn3 .map iframe {
      width: 100%;
      height: 100%; }
.single-venue_post .cn4 {
  padding: clamp(40px, 14vw, 120px) 0 clamp(120px, 14vw, 200px); }
  .single-venue_post .cn4 .inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .single-venue_post .cn4 .inner .tit {
      display: inline-block;
      font-size: clamp(36px, 4.2vw, 48px);
      letter-spacing: 0.2em;
      color: #C31F1F;
      margin-bottom: 20px; }
    .single-venue_post .cn4 .inner .btn {
      padding: 12px 80px 12px 20px; }
      .single-venue_post .cn4 .inner .btn span {
        font-size: clamp(18px, 2vw, 22px); }

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


PARTNERS


*****************************************/
.page-partners .pageImgTitWrap {
  background-image: url("img/partnersMainImg.webp"); }
  @media all and (max-width: 768px) {
    .page-partners .pageImgTitWrap {
      background-image: url("img/partnersMainImgSp.webp"); } }
.page-partners .cn1 {
  margin-top: clamp(80px, 8vw, 100px);
  margin-bottom: clamp(40px, 5vw, 65px); }
  .page-partners .cn1 .wrap {
    text-align: center; }
    .page-partners .cn1 .wrap p {
      font-size: clamp(14px, 1.4vw, 14px);
      line-height: 2;
      letter-spacing: 0.1em;
      margin-bottom: 70px; }
      @media all and (max-width: 768px) {
        .page-partners .cn1 .wrap p {
          font-size: clamp(13px, 1.3vw, 13px); } }
    .page-partners .cn1 .wrap .partnersNav {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px; }
      @media all and (max-width: 768px) {
        .page-partners .cn1 .wrap .partnersNav {
          gap: 20px; } }
      @media all and (max-width: 768px) {
        .page-partners .cn1 .wrap .partnersNav li {
          width: calc( ( 100% - 20px ) / 2 ); } }
      .page-partners .cn1 .wrap .partnersNav li a {
        width: 150px;
        font-size: clamp(18px, 1.8vw, 18px);
        line-height: 1;
        letter-spacing: 0.1em;
        border: 1px solid #000000;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 5px;
        transition: 0.8s; }
        @media all and (max-width: 1024px) {
          .page-partners .cn1 .wrap .partnersNav li a {
            width: 100%; } }
        .page-partners .cn1 .wrap .partnersNav li a:hover {
          background-color: #000;
          color: #FFFCF4; }
.page-partners .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 140px; }
  @media all and (max-width: 1024px) {
    .page-partners .box {
      flex-direction: column;
      gap: 0; } }
  .page-partners .box .txtWrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media all and (max-width: 1024px) {
      .page-partners .box .txtWrap {
        width: 100%;
        margin-bottom: 40px; } }
    .page-partners .box .txtWrap h4 {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding-bottom: 30px;
      margin-bottom: 30px;
      position: relative; }
      @media all and (max-width: 1024px) {
        .page-partners .box .txtWrap h4 {
          padding-bottom: 0; } }
      .page-partners .box .txtWrap h4::after {
        content: "";
        width: 50px;
        height: 1px;
        background: #000;
        position: absolute;
        bottom: 0; }
        @media all and (max-width: 1024px) {
          .page-partners .box .txtWrap h4::after {
            display: none; } }
      .page-partners .box .txtWrap h4 .logo {
        margin-bottom: 30px; }
        @media all and (max-width: 768px) {
          .page-partners .box .txtWrap h4 .logo {
            max-width: 63px; } }
      .page-partners .box .txtWrap h4 .tit {
        font-size: clamp(20px, 2.2vw, 24px);
        letter-spacing: 0.1em; }
    .page-partners .box .txtWrap p {
      font-size: clamp(14px, 1.4vw, 14px);
      text-align: center;
      letter-spacing: 0.1em;
      line-height: 2; }
      @media all and (max-width: 768px) {
        .page-partners .box .txtWrap p {
          font-size: clamp(12px, 1.2vw, 12px); } }
  .page-partners .box .img {
    width: calc( 50% - 140px ); }
    @media all and (max-width: 1024px) {
      .page-partners .box .img {
        width: 100%;
        max-width: 400px;
        display: flex;
        justify-content: center; } }
.page-partners .cn2 {
  padding-top: clamp(50px, 6vw, 85px);
  margin-bottom: clamp(40px, 5vw, 65px); }
  .page-partners .cn2 .box {
    gap: 160; }
  .page-partners .cn2 .img {
    width: calc( 50% - 160px ); }
    @media all and (max-width: 1024px) {
      .page-partners .cn2 .img {
        width: 100%;
        display: flex;
        justify-content: center; } }
.page-partners .cn3 {
  padding-top: clamp(50px, 6vw, 85px);
  margin-bottom: clamp(40px, 5vw, 65px); }
.page-partners .cn4 {
  padding-top: clamp(50px, 6vw, 85px);
  margin-bottom: clamp(40px, 5vw, 65px); }
.page-partners .cn5 {
  padding-top: clamp(50px, 6vw, 85px);
  margin-bottom: clamp(40px, 5vw, 65px); }
.page-partners .cn6 {
  padding-top: clamp(50px, 6vw, 85px);
  margin-bottom: clamp(80px, 8vw, 115px); }

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


RESERVATION


*****************************************/
.page-reservation .cn1 {
  padding: clamp(0px, 14vw, 50px) 0 clamp(80px, 14vw, 200px); }
  @media all and (max-width: 1024px) {
    .page-reservation .cn1 {
      padding: 0 0 clamp(80px, 14vw, 200px); } }
  .page-reservation .cn1 .fairWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 40px; }
    .page-reservation .cn1 .fairWrap li {
      width: calc(( 100% - 40px ) / 2 ); }
      @media all and (max-width: 1024px) {
        .page-reservation .cn1 .fairWrap li {
          width: 100%; } }
      .page-reservation .cn1 .fairWrap li .box {
        width: 100%;
        height: 100%; }
        .page-reservation .cn1 .fairWrap li .box .img {
          width: 100%;
          margin-bottom: 30px; }
          @media all and (max-width: 1024px) {
            .page-reservation .cn1 .fairWrap li .box .img {
              margin-bottom: 20px; } }
          .page-reservation .cn1 .fairWrap li .box .img a {
            width: 100%;
            overflow: hidden;
            border-radius: 10px; }
            .page-reservation .cn1 .fairWrap li .box .img a img {
              width: 100%;
              aspect-ratio: 16 / 9;
              object-fit: cover;
              transform: scale(1);
              transition: 0.8s; }
        .page-reservation .cn1 .fairWrap li .box .txtWrap .tit {
          font-size: clamp(36px, 4.2vw, 52px);
          line-height: 1.1;
          margin-bottom: 20px;
          letter-spacing: 0.025em; }
        .page-reservation .cn1 .fairWrap li .box .txtWrap .subTit {
          font-size: clamp(18px, 3vw, 20px);
          font-weight: bold;
          line-height: 1.6;
          letter-spacing: 0.1em;
          margin-bottom: 20px; }
          @media all and (max-width: 1024px) {
            .page-reservation .cn1 .fairWrap li .box .txtWrap .subTit {
              font-size: clamp(16px, 1.6vw, 16px); } }
        .page-reservation .cn1 .fairWrap li .box .txtWrap .txtBlock {
          position: relative; }
          .page-reservation .cn1 .fairWrap li .box .txtWrap .txtBlock .txt {
            font-weight: 500;
            line-height: 2;
            margin-bottom: 20px; }
          .page-reservation .cn1 .fairWrap li .box .txtWrap .txtBlock .txt2 {
            font-weight: 500;
            line-height: 2;
            margin-bottom: 50px;
            max-height: 0;
            overflow: hidden;
            transition: max-height .3s ease;
            padding-top: 20px; }
            @media all and (max-width: 1024px) {
              .page-reservation .cn1 .fairWrap li .box .txtWrap .txtBlock .txt2 {
                margin-bottom: 20px; } }
          .page-reservation .cn1 .fairWrap li .box .txtWrap .txtBlock.is-open .txt2 {
            max-height: 9999px; }
          .page-reservation .cn1 .fairWrap li .box .txtWrap .txtBlock.is-open .moreBtn::after {
            transform: translateY(-50%) rotate(-135deg); }
          .page-reservation .cn1 .fairWrap li .box .txtWrap .txtBlock .moreBtn {
            display: inline-flex;
            align-items: center;
            justify-content: space-between;
            gap: .4em;
            line-height: 1.4;
            cursor: pointer;
            transition: .8s;
            border: 0;
            border-bottom: 1px solid #3F3F3F;
            padding-bottom: 7px;
            width: 100px;
            font-size: clamp(14px, 1.4vw, 14px);
            position: relative;
            padding-right: 1.2em; }
            .page-reservation .cn1 .fairWrap li .box .txtWrap .txtBlock .moreBtn::after {
              content: "";
              position: absolute;
              top: calc( 50% - 5px );
              right: 0;
              width: .6em;
              height: .6em;
              border-right: 1px solid currentColor;
              border-bottom: 1px solid currentColor;
              transform: translateY(-50%) rotate(45deg);
              transform-origin: 50% 50%;
              transition: transform .2s; }
        .page-reservation .cn1 .fairWrap li .box .btn {
          font-family: "Noto Sans JP", "Noto Sans" , sans-serif;
          font-weight: 400;
          font-size: clamp(14px, 1.4vw, 14px);
          border: solid 1px #000; }
        .page-reservation .cn1 .fairWrap li .box:hover .img img {
          transform: scale(1.1); }
        .page-reservation .cn1 .fairWrap li .box:hover .btn {
          background-color: #000;
          color: #FFF; }
          .page-reservation .cn1 .fairWrap li .box:hover .btn::after {
            background-image: url("img/iconArrowB.svg");
            opacity: 0; }
          .page-reservation .cn1 .fairWrap li .box:hover .btn::before {
            background-image: url("img/iconArrowW.svg");
            opacity: 1; }
      .page-reservation .cn1 .fairWrap li:nth-child(1) {
        width: 100%; }
        .page-reservation .cn1 .fairWrap li:nth-child(1) .box {
          display: flex;
          flex-direction: row-reverse;
          gap: 80px; }
          @media all and (max-width: 1024px) {
            .page-reservation .cn1 .fairWrap li:nth-child(1) .box {
              flex-direction: column;
              gap: 0; } }
          .page-reservation .cn1 .fairWrap li:nth-child(1) .box .txtWrap {
            width: calc( 40% -  80px ); }
            @media all and (max-width: 1024px) {
              .page-reservation .cn1 .fairWrap li:nth-child(1) .box .txtWrap {
                width: 100%; } }
          .page-reservation .cn1 .fairWrap li:nth-child(1) .box .img {
            width: 60%; }
            @media all and (max-width: 1024px) {
              .page-reservation .cn1 .fairWrap li:nth-child(1) .box .img {
                width: 100%; } }
.page-reservation .cn2 {
  padding: clamp(80px, 14vw, 200px) 0;
  background: #F3EEE5; }
  .page-reservation .cn2 .titWrap {
    margin-bottom: 80px; }
    .page-reservation .cn2 .titWrap .tit {
      font-size: clamp(40px, 6vw, 50px);
      margin-bottom: 50px;
      color: #000;
      text-align: center; }
    .page-reservation .cn2 .titWrap p {
      line-height: 2;
      left: 0.1em;
      font-weight: 500;
      color: #000;
      text-align: center; }
.page-reservation .cn3 {
  padding: clamp(80px, 14vw, 200px) 0; }
  .page-reservation .cn3 .wrap {
    display: flex;
    gap: 60px; }
    @media all and (max-width: 1024px) {
      .page-reservation .cn3 .wrap {
        flex-direction: column;
        gap: 30px; } }
    .page-reservation .cn3 .wrap .txtWrap {
      width: calc(50% - 60px); }
      @media all and (max-width: 1024px) {
        .page-reservation .cn3 .wrap .txtWrap {
          width: 100%; } }
      .page-reservation .cn3 .wrap .txtWrap .tit {
        font-size: clamp(26px, 3vw, 32px);
        letter-spacing: 0.2em;
        line-height: 1;
        margin-bottom: 20px;
        position: relative; }
        .page-reservation .cn3 .wrap .txtWrap .tit::after {
          content: "";
          display: block;
          width: 50px;
          height: 1px;
          background: #000;
          margin-top: 20px; }
      .page-reservation .cn3 .wrap .txtWrap .txt span {
        display: block;
        letter-spacing: 0.2em;
        line-height: 1.8; }
        .page-reservation .cn3 .wrap .txtWrap .txt span:nth-child(1) {
          font-size: clamp(20px, 2.2vw, 24px);
          margin-bottom: 6px; }
        .page-reservation .cn3 .wrap .txtWrap .txt span:nth-child(2) {
          font-size: clamp(14px, 1.4vw, 14px);
          font-weight: 500; }
    .page-reservation .cn3 .wrap .contactList {
      width: 50%;
      display: flex;
      flex-direction: column;
      gap: 24px; }
      @media all and (max-width: 1024px) {
        .page-reservation .cn3 .wrap .contactList {
          width: 100%; } }
      .page-reservation .cn3 .wrap .contactList .item {
        display: flex;
        align-items: center;
        gap: 16px; }
        .page-reservation .cn3 .wrap .contactList .item img {
          width: 28px;
          height: 28px;
          object-fit: contain; }
        .page-reservation .cn3 .wrap .contactList .item span {
          font-size: clamp(24px, 2.6vw, 28px);
          line-height: 1;
          font-weight: 600; }

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


THANKS


*****************************************/
.page-thanks .cn1 {
  margin-bottom: clamp(80px, 8vw, 100px); }
  .page-thanks .cn1 .txtWrap {
    text-align: center; }
    .page-thanks .cn1 .txtWrap p {
      line-height: 1.8;
      letter-spacing: 0.1em;
      font-size: clamp(18px, 1.8vw, 18px);
      margin-bottom: 40px; }
      @media all and (max-width: 1024px) {
        .page-thanks .cn1 .txtWrap p {
          font-size: clamp(14px, 1.4vw, 14px); } }

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