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

Theme Name: 富士急ハイランドリゾートウエディング
Theme URI: https://wedding.highlandresort.co.jp/
Description: 富士急ハイランドリゾートウエディング専用オリジナルテーマ
Author: Riginal
Author URI: https://riginal.jp/

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

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

*****************************************/
/*レスポンシブ*/
/*フォントサイズ*/
/*Webフォント*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;200;300;400;500;600;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-size: clamp(13px, 1.3vw, 16px);
  font-style: normal;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: top;
  font-family: '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: #1A282E;
  -webkit-text-size-adjust: none; }

body {
  background: #E6DFD4; }

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: 1200px;
  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); }

/*テキスト関連*/
.en1 {
  font-family: "chapman-condensed", sans-serif; }

.en2 {
  font-family: "span", serif; }

h2.tit {
  font-family: "chapman", sans-serif;
  color: #022D6C;
  font-size: clamp(30px, 3vw, 50px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 40px; }
  @media all and (max-width: 1024px) {
    h2.tit {
      margin-bottom: 30px; } }

.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; }
  .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; }

/*ボタン*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #022D6C;
  border-radius: 100px;
  padding: 10px 20px;
  transition: 0.8s;
  background-color: transparent;
  min-width: 120px;
  gap: 8px; }
  .btn.blue {
    background-color: #022D6C;
    display: flex;
    justify-content: center; }
    .btn.blue span {
      color: #E6DFD4;
      text-align: center; }
  .btn span {
    color: #022D6C;
    transition: 0.8s;
    line-height: 1;
    font-family: "span", serif;
    font-weight: 500;
    letter-spacing: 0.5px; }
  .btn .arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #002c5f;
    transition: 0.8s; }
  .btn:hover {
    background: #022D6C;
    color: #FFF; }
    .btn:hover span {
      color: #FFF; }
    .btn:hover .arrow {
      border-left: 6px solid #FFF; }
  .btn.blue:hover {
    background: #E6DFD4; }
    .btn.blue:hover span {
      color: #022D6C; }
  .btn.other:hover {
    background: #022D6C;
    color: #FFF; }
    .btn.other:hover span {
      color: #FFF; }

/*フォーム関連*/
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 #0e347c; }

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

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 {
        font-weight: bold; }
        .mailform dl dt p span {
          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 ); }
        .mailform dl dd .wrap span {
          width: 100%;
          padding-bottom: 5px;
          display: block; }
  .mailform input[type="submit"] {
    border: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-appearance: none;
    background: #0e347c;
    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 .wpcf7-acceptance {
    text-align: center; }
    .mailform .wpcf7-acceptance span {
      margin-left: 0; }
    .mailform .wpcf7-acceptance label {
      margin-left: 0; }
    .mailform .wpcf7-acceptance input[type=checkbox] {
      margin-right: 10px; }
    .mailform .wpcf7-acceptance a {
      text-decoration: underline; }
  .mailform .textarea dt {
    align-items: flex-start;
    margin-top: 10px; }
  .mailform .hissu p {
    margin-left: 5px;
    color: #eb3e41; }
  .mailform .cf7-hidden {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important; }

/* 共通スライダー設定 */
.swiper {
  position: relative; }

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #002c5f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s;
  margin-top: 0;
  user-select: none; }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.7; }

.swiper-button-prev::after {
  border-right: 8px solid #fff;
  transform: translateX(-2px); }

.swiper-button-next::after {
  border-left: 8px solid #fff;
  transform: translateX(2px); }

/* defaultSlide */
.defaultSlide .swiper-button-prev {
  left: 12%; }
  @media all and (max-width: 1024px) {
    .defaultSlide .swiper-button-prev {
      left: 2%; } }
.defaultSlide .swiper-button-next {
  right: 12%; }
  @media all and (max-width: 1024px) {
    .defaultSlide .swiper-button-next {
      right: 2%; } }

/*ボタン*/
.btnLine {
  border-bottom: solid 1px #022D6C;
  transition: 0.6s; }
  .btnLine span {
    color: #022D6C;
    transition: 0.6s;
    font-family: "span", serif;
    font-size: clamp(12px, 1.2vw, 12px);
    letter-spacing: 0.5px;
    display: inline-block;
    transform: translateY(0); }
  .btnLine:hover span {
    display: inline-block;
    transform: translateY(4px); }

.btn .arrowUpRight {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: url("img/iconArrowUpRight.svg") no-repeat center/contain;
  mask: url("img/iconArrowUpRight.svg") no-repeat center/contain;
  transition: transform .25s; }

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


2.ヘッダー


*****************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1001; }
  header .logo {
    margin-left: 20px; }
    @media all and (max-width: 1024px) {
      header .logo {
        margin-left: 0;
        z-index: 1002; } }
    header .logo h1 a {
      display: block; }
      header .logo h1 a img {
        display: block;
        max-width: 180px;
        height: auto; }
        @media all and (max-width: 1024px) {
          header .logo h1 a img {
            max-width: 150px; } }
  @media all and (max-width: 1024px) {
    header nav {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      background: rgba(2, 45, 108, 0.9);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: 1000; }
      header nav.open {
        opacity: 1;
        visibility: visible;
        overflow-y: auto; } }
  header nav ul {
    display: flex;
    gap: 30px;
    overflow-y: auto; }
    @media all and (max-width: 1024px) {
      header nav ul {
        flex-wrap: wrap;
        gap: 20px;
        padding: 90px 15% 15%;
        box-sizing: border-box; } }
    header nav ul li {
      display: flex;
      align-items: center; }
      @media all and (max-width: 1024px) {
        header nav ul li {
          width: calc((100% - 20px) / 2 );
          align-items: flex-start; } }
      @media all and (max-width: 1024px) {
        header nav ul li:nth-child(1) {
          order: 1; }
        header nav ul li:nth-child(2) {
          order: 3; }
        header nav ul li:nth-child(3) {
          order: 5; }
        header nav ul li:nth-child(4) {
          order: 7; }
        header nav ul li:nth-child(5) {
          order: 9; }
        header nav ul li:nth-child(6) {
          order: 2; }
        header nav ul li:nth-child(7) {
          order: 4; }
        header nav ul li:nth-child(8) {
          order: 6; }
        header nav ul li:nth-child(9) {
          order: 8; }
        header nav ul li:nth-child(10) {
          order: 12; }
        header nav ul li:nth-child(11) {
          order: 11; }
        header nav ul li:nth-child(12) {
          order: 13; }
        header nav ul li:nth-child(13) {
          order: 14; }
        header nav ul li:nth-child(1), header nav ul li:nth-child(2), header nav ul li:nth-child(3), header nav ul li:nth-child(4), header nav ul li:nth-child(6), header nav ul li:nth-child(7), header nav ul li:nth-child(8), header nav ul li:nth-child(9) {
          margin-bottom: 10px; }
        header nav ul li:nth-child(5) {
          margin-bottom: 25px; } }
      header nav ul li a {
        text-decoration: none;
        display: flex;
        align-items: center; }
        header nav ul li a span {
          font-family: "span", serif;
          font-weight: 500;
          display: inline-block;
          position: relative;
          transition: opacity 0.3s;
          color: #FFF;
          font-size: 14px;
          line-height: 1; }
          @media all and (max-width: 1024px) {
            header nav ul li a span {
              font-size: 24px;
              color: #E6DFD4; } }
      @media all and (max-width: 1024px) {
        header nav ul li.headInstagram, header nav ul li.headContact, header nav ul li.headTel {
          width: 100%;
          box-sizing: border-box; } }
      header nav ul li.headInstagram a, header nav ul li.headContact a, header nav ul li.headTel a {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 6px 16px;
        border-radius: 999px;
        background-color: #0e347c;
        font-family: 'Noto Serif JP', serif;
        text-decoration: none;
        transition: background-color 0.3s; }
        @media all and (max-width: 1024px) {
          header nav ul li.headInstagram a, header nav ul li.headContact a, header nav ul li.headTel a {
            background-color: transparent;
            border: solid 1px #E6DFD4;
            font-size: 28px;
            width: 100%;
            box-sizing: border-box;
            padding: 13px 25px;
            gap: 15px;
            white-space: nowrap; } }
        header nav ul li.headInstagram a:hover, header nav ul li.headContact a:hover, header nav ul li.headTel a:hover {
          background-color: #061d45; }
      header nav ul li.headInstagram span, header nav ul li.headContact span, header nav ul li.headTel span {
        display: inline-block;
        font-size: 13px;
        color: #fff; }
        @media all and (max-width: 1024px) {
          header nav ul li.headInstagram span, header nav ul li.headContact span, header nav ul li.headTel span {
            font-size: 28px;
            color: #E6DFD4; } }
      @media all and (max-width: 1024px) {
        header nav ul li.headInstagram {
          margin-bottom: 10px; } }
      header nav ul li.headInstagram a:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("./img/iconInstagram.svg") no-repeat center center;
        background-size: contain; }
        @media all and (max-width: 1024px) {
          header nav ul li.headInstagram a:before {
            width: 24px;
            height: 24px;
            background: url("./img/iconInstagramSp.svg") no-repeat center center; } }
      header nav ul li.headContact a:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("./img/iconContact.svg") no-repeat center center;
        background-size: contain; }
        @media all and (max-width: 1024px) {
          header nav ul li.headContact a:before {
            width: 24px;
            height: 24px;
            background: url("./img/iconContactSp.svg") no-repeat center center; } }
      header nav ul li.headTel a:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("./img/iconTel.svg") no-repeat center center;
        background-size: contain; }
        @media all and (max-width: 1024px) {
          header nav ul li.headTel a:before {
            width: 24px;
            height: 26px;
            background: url("./img/iconTelSp.svg") no-repeat center center; } }
      header nav ul li.headTel {
        margin-left: -15px; }
        @media all and (max-width: 1024px) {
          header nav ul li.headTel {
            margin-left: 0; } }
      @media all and (max-width: 1024px) {
        header nav ul li.headSubNav {
          width: 100%; } }
      @media all and (max-width: 1024px) {
        header nav ul li.headSubNav a {
          font-size: 21px;
          display: flex;
          justify-content: space-between; } }
      header nav ul li.headSubNav a:after {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url("./img/iconSubNav.svg") no-repeat center center;
        background-size: contain; }
  header .navBtn {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: relative; }
    header .navBtn span {
      display: block;
      height: 2px;
      background: #FFF;
      margin-bottom: 7px;
      border-radius: 2px;
      transition: all 0.3s; }
    @media all and (max-width: 1024px) {
      header .navBtn {
        display: block;
        z-index: 1001; } }

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


3.フッター


*****************************************/
footer {
  padding: 5% 0;
  border-top: solid 1px #C1C1C1; }
  @media all and (max-width: 1024px) {
    footer {
      padding: 20% 0; } }
  footer .inner {
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 1024px) {
      footer .inner {
        flex-direction: column;
        align-items: center; } }
  footer .footLogo {
    width: 300px; }
    @media all and (max-width: 1024px) {
      footer .footLogo {
        width: 60%;
        margin-bottom: 50px; } }
  footer .footBtn {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media all and (max-width: 1024px) {
      footer .footBtn {
        align-items: center; } }
    footer .footBtn ul {
      display: flex;
      margin-bottom: 30px; }
      footer .footBtn ul li + li {
        margin-left: 15px; }
    footer .footBtn small {
      font-size: 10px; }
      @media all and (max-width: 1024px) {
        footer .footBtn small {
          text-align: center; } }

.actionBtn {
  display: none; }
  @media all and (max-width: 1024px) {
    .actionBtn {
      position: fixed;
      left: 0px;
      bottom: 0px;
      display: flex;
      gap: 1px;
      z-index: 1000;
      width: 100%; }
      .actionBtn a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: calc( 100% / 2 );
        height: 60px;
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.4;
        text-decoration: none;
        transition: opacity .3s ease;
        box-sizing: border-box; }
        .actionBtn a:hover {
          opacity: .8; }
        .actionBtn a:first-child {
          border: solid 1px #FFF; }
        .actionBtn a:last-child {
          border-top: solid 1px #FFF;
          border-bottom: solid 1px #FFF;
          border-radius: solid 1px #FFF; }
        .actionBtn a span {
          color: #FFF; }
          .actionBtn a span:first-child {
            font-size: 18px;
            line-height: 1;
            margin-bottom: 5px; }
          .actionBtn a span:last-child {
            font-size: 11px;
            line-height: 1; }
      .actionBtn .actionBtnFair {
        background: #022D6C; }
      .actionBtn .actionBtnTel {
        background: #b2a36b; } }

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


4.トップページ


*****************************************/
.home .mv {
  width: 100%;
  height: 100vh;
  position: relative; }
  .home .mv video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .home .mv .topBnr {
    width: 470px;
    height: auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 20px;
    right: 20px; }
    @media all and (max-width: 1024px) {
      .home .mv .topBnr {
        width: 70%;
        right: 50%;
        transform: translateX(50%); } }
    .home .mv .topBnr img {
      width: 100%;
      height: auto; }
.home .cn1 {
  padding: 10% 0 10%;
  background: linear-gradient(to bottom, transparent 75%, #012456 75%), url("./img/bg1.webp") no-repeat center top/cover; }
  @media all and (max-width: 1280px) {
    .home .cn1 {
      padding: 10% 0 110px;
      background: linear-gradient(to bottom, transparent 80%, #012456 80%), url("./img/bg1.webp") no-repeat center top/cover; } }
  .home .cn1 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "box1 box2" "box3 box2";
    gap: 10%; }
    @media all and (max-width: 1024px) {
      .home .cn1 .grid {
        display: block; } }
    .home .cn1 .grid .box * {
      color: #022D6C; }
    .home .cn1 .grid .box1 {
      grid-area: box1;
      padding-left: 25%;
      box-sizing: border-box; }
      @media all and (max-width: 1024px) {
        .home .cn1 .grid .box1 {
          padding: 0 8%;
          margin: 0 auto;
          margin-bottom: 40px; } }
      .home .cn1 .grid .box1 .mainMessage {
        font-size: clamp(20px, 2vw, 34px);
        font-weight: 700;
        letter-spacing: 10px;
        line-height: 2;
        margin-bottom: 20px; }
        @media all and (max-width: 1024px) {
          .home .cn1 .grid .box1 .mainMessage {
            letter-spacing: 6px; } }
      .home .cn1 .grid .box1 .txt {
        font-size: clamp(15px, 1.5vw, 24px);
        font-weight: 500;
        line-height: 1.7; }
    .home .cn1 .grid .box2 {
      grid-area: box2;
      padding-right: 25%;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      @media all and (max-width: 1024px) {
        .home .cn1 .grid .box2 {
          padding: 0 8%;
          margin: 0 auto;
          margin-bottom: 50px; } }
      .home .cn1 .grid .box2 p {
        font-size: clamp(13px, 1.3vw, 16px);
        font-weight: 500;
        line-height: 2.8;
        letter-spacing: 1px;
        margin-bottom: 40px; }
      .home .cn1 .grid .box2 .btn {
        width: 150px; }
    .home .cn1 .grid .box3 {
      grid-area: box3; }
      @media all and (max-width: 1024px) {
        .home .cn1 .grid .box3 {
          padding-right: 10%;
          box-sizing: border-box; } }
.home .cn2 {
  transform: translateY(-10%); }
  @media all and (max-width: 1024px) {
    .home .cn2 {
      transform: translateY(-5%); } }
  .home .cn2 .grid {
    height: 100vh;
    padding: 20px;
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #022D6C;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "facility facility fair faq" "facility facility fair dress" "cuisine plan plan dress"; }
    .home .cn2 .grid a {
      display: block;
      position: relative;
      overflow: hidden;
      height: 100%;
      width: 100%; }
      .home .cn2 .grid a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .home .cn2 .grid a:hover img {
        transform: scale(1.05); }
      .home .cn2 .grid a span {
        font-family: "span", serif;
        font-weight: 500;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #022D6C;
        color: #D9CCBD;
        padding: 5px 10px;
        font-size: clamp(15px, 1.5vw, 20px);
        letter-spacing: 0.05em; }
    .home .cn2 .grid .facility {
      grid-area: facility;
      aspect-ratio: 2 / 2; }
    .home .cn2 .grid .fair {
      grid-area: fair;
      aspect-ratio: 1 / 2; }
    .home .cn2 .grid .dress {
      grid-area: dress;
      aspect-ratio: 1 / 2; }
    .home .cn2 .grid .plan {
      grid-area: plan;
      aspect-ratio: 2 / 1; }
    .home .cn2 .grid .cuisine {
      grid-area: cuisine;
      aspect-ratio: 1 / 1; }
    .home .cn2 .grid .faq {
      grid-area: faq;
      aspect-ratio: 1 / 1; }
    @media all and (max-width: 1024px) {
      .home .cn2 .grid {
        grid-template-columns: 1fr;
        grid-template-areas: "facility" "fair" "dress" "plan" "cuisine" "faq"; }
        .home .cn2 .grid .facility,
        .home .cn2 .grid .fair,
        .home .cn2 .grid .dress,
        .home .cn2 .grid .plan,
        .home .cn2 .grid .cuisine,
        .home .cn2 .grid .faq {
          aspect-ratio: auto; } }
    @media all and (max-width: 1024px) {
      .home .cn2 .grid {
        height: auto;
        padding: 10px;
        gap: 10px;
        width: 90%;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "facility facility" "fair dress" "plan plan" "cuisine faq"; }
        .home .cn2 .grid .facility {
          aspect-ratio: 2 / 1.4; }
        .home .cn2 .grid .fair {
          aspect-ratio: 1 / 1.6; }
        .home .cn2 .grid .dress {
          aspect-ratio: 1 / 1.6; }
        .home .cn2 .grid .plan {
          aspect-ratio: 2 / 0.8; }
        .home .cn2 .grid .cuisine {
          aspect-ratio: 1 / 0.8; }
        .home .cn2 .grid .faq {
          aspect-ratio: 1 / 0.8; } }
.home .cn3,
.home .cn4,
.home .cn5,
.home .cn6 {
  padding: 5% 0; }
  @media all and (max-width: 1024px) {
    .home .cn3,
    .home .cn4,
    .home .cn5,
    .home .cn6 {
      padding: 10% 0; } }
  .home .cn3 .txt,
  .home .cn4 .txt,
  .home .cn5 .txt,
  .home .cn6 .txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .home .cn3 .txt,
      .home .cn4 .txt,
      .home .cn5 .txt,
      .home .cn6 .txt {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px; } }
    .home .cn3 .txt p,
    .home .cn4 .txt p,
    .home .cn5 .txt p,
    .home .cn6 .txt p {
      font-size: clamp(14px, 1.4vw, 14px);
      line-height: 1.8;
      font-weight: 500;
      color: #022D6C; }
      @media all and (max-width: 1024px) {
        .home .cn3 .txt p,
        .home .cn4 .txt p,
        .home .cn5 .txt p,
        .home .cn6 .txt p {
          margin-bottom: 20px; } }
.home .cn5 .wrap,
.home .cn6 .wrap {
  display: flex;
  justify-content: space-between;
  width: 400px; }
  @media all and (max-width: 1024px) {
    .home .cn5 .wrap,
    .home .cn6 .wrap {
      width: 100%;
      flex-direction: row-reverse; } }
.home .cn5 .swiper-nav,
.home .cn6 .swiper-nav {
  display: flex;
  justify-content: space-between;
  height: 40px;
  width: 120px; }
  @media all and (max-width: 1024px) {
    .home .cn5 .swiper-nav,
    .home .cn6 .swiper-nav {
      width: 100px; } }
  .home .cn5 .swiper-nav .swiper-button-prev,
  .home .cn5 .swiper-nav .swiper-button-next,
  .home .cn6 .swiper-nav .swiper-button-prev,
  .home .cn6 .swiper-nav .swiper-button-next {
    position: relative;
    transform: translateY(0);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: 0; }
.home .cn5 .box .img,
.home .cn6 .box .img {
  margin-bottom: 15px;
  aspect-ratio: 350 / 250; }
  .home .cn5 .box .img img,
  .home .cn6 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.home .cn5 .box .tit,
.home .cn6 .box .tit {
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: 700; }
.home .cn5 .box .txt,
.home .cn6 .box .txt {
  line-height: 1.6;
  font-size: clamp(14px, 1.4vw, 14px); }
.home .cn7 {
  padding: 5% 0; }
  .home .cn7 h2 {
    display: flex;
    justify-content: center;
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .home .cn7 h2 {
        margin-bottom: 0; } }
    .home .cn7 h2 .undeline {
      font-family: "span", sans-serif;
      color: #022D6C;
      font-size: clamp(30px, 3vw, 50px);
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.5px;
      margin-bottom: 30px;
      display: inline-block;
      position: relative;
      padding-bottom: 10px; }
      .home .cn7 h2 .undeline::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #002c5f; }
  .home .cn7 .instagramLink {
    display: flex;
    justify-content: center;
    margin-bottom: 60px; }
    .home .cn7 .instagramLink a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 18px;
      color: #002c5f;
      text-decoration: none;
      font-family: serif; }
      .home .cn7 .instagramLink a .iconInstagram {
        display: block;
        width: 20px;
        height: 20px;
        background-image: url("./img/iconInsta_b.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
  .home .cn7 .instagram {
    display: flex;
    justify-content: center; }
.home .cn8 {
  padding: 5% 0; }
  @media all and (max-width: 1024px) {
    .home .cn8 {
      padding: 10% 0 100px; } }
  .home .cn8 h2 {
    display: flex;
    justify-content: center;
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .home .cn8 h2 {
        margin-bottom: 0; } }
    .home .cn8 h2 .undeline {
      font-family: "span", sans-serif;
      color: #022D6C;
      font-size: clamp(30px, 3vw, 50px);
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.5px;
      margin-bottom: 30px;
      display: inline-block;
      position: relative;
      padding-bottom: 10px; }
      .home .cn8 h2 .undeline::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #002c5f; }
  .home .cn8 .wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px; }
  .home .cn8 .swiper-nav {
    display: none; }
    @media all and (max-width: 1024px) {
      .home .cn8 .swiper-nav {
        display: flex;
        justify-content: space-between;
        height: 40px;
        width: 100px; } }
    @media all and (max-width: 1024px) {
      .home .cn8 .swiper-nav .swiper-button-prev,
      .home .cn8 .swiper-nav .swiper-button-next {
        position: relative;
        transform: translateY(0);
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin-top: 0; } }
  .home .cn8 .columnSlide .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; }
    @media all and (max-width: 1024px) {
      .home .cn8 .columnSlide .swiper-wrapper {
        flex-wrap: nowrap;
        gap: 0; } }
  .home .cn8 .columnSlide .box {
    width: calc((100% - 64px) / 3); }
    .home .cn8 .columnSlide .box .img {
      margin-bottom: 15px;
      aspect-ratio: 350 / 250;
      width: 100%; }
      .home .cn8 .columnSlide .box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .home .cn8 .columnSlide .box .data {
      font-size: clamp(12px, 1.2vw, 12px);
      font-weight: 500;
      margin-bottom: 5px;
      font-family: "span", sans-serif; }
    .home .cn8 .columnSlide .box .txt {
      font-size: clamp(14px, 1.4vw, 14px);
      line-height: 1.8; }
  .home .cn8 .btnWrap {
    display: flex;
    justify-content: center; }
    .home .cn8 .btnWrap .btn {
      width: 300px;
      padding: 20px 30px; }
.home .cn9 {
  padding: 10% 0;
  background: #022D6C; }
  @media all and (max-width: 1024px) {
    .home .cn9 {
      padding: 20% 0; } }
  .home .cn9 .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .home .cn9 h2.contactTit {
    font-size: clamp(18px, 1.8vw, 20px);
    line-height: 1.6;
    font-weight: 700;
    color: #E6DFD4;
    margin-bottom: 30px;
    display: flex; }
    @media all and (max-width: 1024px) {
      .home .cn9 h2.contactTit {
        text-align: center; } }
    .home .cn9 h2.contactTit * {
      color: #E6DFD4; }
  .home .cn9 .tel {
    display: flex;
    justify-content: center; }
    .home .cn9 .tel a {
      display: inline-block;
      font-family: "span", sans-serif;
      font-size: clamp(50px, 5vw, 80px);
      line-height: 1;
      font-weight: 700;
      color: #E6DFD4;
      margin-bottom: 30px;
      letter-spacing: 5px; }
      @media all and (max-width: 1024px) {
        .home .cn9 .tel a {
          letter-spacing: 0; } }
  .home .cn9 p {
    line-height: 1.6;
    font-weight: 700;
    color: #E6DFD4;
    margin-bottom: 20px; }
    @media all and (max-width: 1024px) {
      .home .cn9 p {
        text-align: center; } }
  .home .cn9 .instagramLink {
    display: flex;
    justify-content: center; }
    .home .cn9 .instagramLink a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 18px;
      color: #E6DFD4;
      text-decoration: none;
      font-family: "span", sans-serif; }
      @media all and (max-width: 1024px) {
        .home .cn9 .instagramLink a {
          font-size: 14px; } }
      .home .cn9 .instagramLink a .iconInstagram {
        display: block;
        width: 20px;
        height: 20px;
        background-image: url("./img/iconInsta_y.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
.home .cn10 {
  padding: 5% 0; }
  @media all and (max-width: 1024px) {
    .home .cn10 {
      padding: 20% 0; } }
  .home .cn10 .inner {
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 1024px) {
      .home .cn10 .inner {
        flex-direction: column;
        align-content: center; } }
  .home .cn10 .txtWrap {
    width: 30%; }
    @media all and (max-width: 1024px) {
      .home .cn10 .txtWrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px; } }
    .home .cn10 .txtWrap .tit {
      font-size: clamp(24px, 2.4vw, 30px);
      margin-bottom: 30px; }
      @media all and (max-width: 1024px) {
        .home .cn10 .txtWrap .tit {
          text-align: center;
          margin-bottom: 10px; } }
    .home .cn10 .txtWrap p {
      line-height: 2;
      color: #022D6C;
      margin-bottom: 50px; }
      @media all and (max-width: 1024px) {
        .home .cn10 .txtWrap p {
          text-align: center;
          margin-bottom: 20px; } }
    .home .cn10 .txtWrap .btn {
      margin-bottom: 20px; }
  .home .cn10 .map {
    width: calc( 70% - 50px );
    aspect-ratio: 16 / 9; }
    @media all and (max-width: 1024px) {
      .home .cn10 .map {
        width: 100%; } }
    .home .cn10 .map iframe {
      width: 100%;
      height: 100%; }

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


5.サブページ/アーカイブ/シングル


*****************************************/
.page header nav ul li a span,
.archive header nav ul li a span,
.single header nav ul li a span {
  color: #0e347c; }
  @media all and (max-width: 1024px) {
    .page header nav ul li a span,
    .archive header nav ul li a span,
    .single header nav ul li a span {
      color: #E6DFD4; } }
.page header nav ul .headInstagram a span,
.page header nav ul .headTel a span,
.archive header nav ul .headInstagram a span,
.archive header nav ul .headTel a span,
.single header nav ul .headInstagram a span,
.single header nav ul .headTel a span {
  color: #FFF; }
  @media all and (max-width: 1024px) {
    .page header nav ul .headInstagram a span,
    .page header nav ul .headTel a span,
    .archive header nav ul .headInstagram a span,
    .archive header nav ul .headTel a span,
    .single header nav ul .headInstagram a span,
    .single header nav ul .headTel a span {
      color: #E6DFD4; } }
.page .navBtn span,
.archive .navBtn span,
.single .navBtn span {
  background: #022D6C; }
.page .navBtn.open span,
.archive .navBtn.open span,
.single .navBtn.open span {
  background: #FFF; }
.page main,
.archive main,
.single main {
  margin-top: 86px; }
  @media all and (max-width: 1024px) {
    .page main,
    .archive main,
    .single main {
      margin-top: 86px; } }
.page .pageMainImg,
.archive .pageMainImg,
.single .pageMainImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1296 / 522;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7%; }
  @media all and (max-width: 1024px) {
    .page .pageMainImg,
    .archive .pageMainImg,
    .single .pageMainImg {
      aspect-ratio: 346 / 590;
      margin-bottom: 40px; } }
.page .pageTit,
.archive .pageTit,
.single .pageTit {
  font-size: clamp(30px, 3vw, 50px);
  color: #FFF;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700; }
.page .pageTitWrap,
.archive .pageTitWrap,
.single .pageTitWrap {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }
  @media all and (max-width: 1280px) {
    .page .pageTitWrap,
    .archive .pageTitWrap,
    .single .pageTitWrap {
      width: 90%; } }
  @media all and (max-width: 1024px) {
    .page .pageTitWrap,
    .archive .pageTitWrap,
    .single .pageTitWrap {
      width: 100%;
      padding-left: 5%;
      padding-right: 5%;
      height: 350px; } }
  .page .pageTitWrap .pageTit,
  .archive .pageTitWrap .pageTit,
  .single .pageTitWrap .pageTit {
    color: #022D6C; }
  .page .pageTitWrap p,
  .archive .pageTitWrap p,
  .single .pageTitWrap p {
    font-size: clamp(14px, 1.4vw, 14px);
    color: #022D6C;
    line-height: 1.6; }
    @media all and (max-width: 1024px) {
      .page .pageTitWrap p,
      .archive .pageTitWrap p,
      .single .pageTitWrap p {
        text-align: center; } }

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


CONCEPT


*****************************************/
.page-concept main {
  margin-top: 0; }
.page-concept .cn1 {
  padding: 10% 0 10%;
  background: linear-gradient(to bottom, transparent 70%, #012456 70%), url("./img/bg1.webp") no-repeat center top/cover; }
  @media all and (max-width: 1024px) {
    .page-concept .cn1 {
      padding: 86px 0 110px;
      background: linear-gradient(to bottom, transparent 80%, #012456 80%), url("./img/bg1.webp") no-repeat center top/cover; } }
  .page-concept .cn1 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "box1 box2" "box3 box2";
    gap: 10%; }
    @media all and (max-width: 1024px) {
      .page-concept .cn1 .grid {
        display: block; } }
    .page-concept .cn1 .grid .box * {
      color: #022D6C; }
    .page-concept .cn1 .grid .box1 {
      grid-area: box1;
      padding-left: 25%;
      box-sizing: border-box; }
      @media all and (max-width: 1024px) {
        .page-concept .cn1 .grid .box1 {
          padding: 0 8%;
          margin: 0 auto;
          margin-bottom: 40px; } }
      .page-concept .cn1 .grid .box1 .mainMessage {
        font-size: clamp(20px, 2vw, 34px);
        font-weight: 700;
        letter-spacing: 10px;
        line-height: 2;
        margin-bottom: 20px; }
        @media all and (max-width: 1024px) {
          .page-concept .cn1 .grid .box1 .mainMessage {
            letter-spacing: 6px; } }
      .page-concept .cn1 .grid .box1 .txt {
        font-size: clamp(15px, 1.5vw, 24px);
        font-weight: 500;
        line-height: 1.7;
        margin-bottom: 50px; }
        .page-concept .cn1 .grid .box1 .txt p + p {
          margin-top: 30px; }
    .page-concept .cn1 .grid .box2 {
      grid-area: box2;
      padding-right: 25%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column; }
      @media all and (max-width: 1024px) {
        .page-concept .cn1 .grid .box2 {
          padding: 0 8%;
          margin: 0 auto;
          margin-bottom: 50px; } }
      .page-concept .cn1 .grid .box2 img:nth-child(1) {
        margin-bottom: 80px; }
      .page-concept .cn1 .grid .box2 img:nth-child(2) {
        width: 80%;
        margin: 0 auto; }
    .page-concept .cn1 .grid .box3 {
      grid-area: box3; }
      @media all and (max-width: 1024px) {
        .page-concept .cn1 .grid .box3 {
          padding-right: 10%;
          box-sizing: border-box; } }
.page-concept .cn2 {
  transform: translateY(-10%);
  margin-bottom: 100px; }
  .page-concept .cn2 .mv {
    max-height: 80vh;
    aspect-ratio: 16 / 9; }
    @media all and (max-width: 1024px) {
      .page-concept .cn2 .mv {
        width: 95%; } }
    .page-concept .cn2 .mv iframe {
      width: 100%;
      height: 100%; }
.page-concept .cn3 {
  margin-bottom: 160px; }
  @media all and (max-width: 1024px) {
    .page-concept .cn3 {
      margin-bottom: 100px; } }
  .page-concept .cn3 .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 150px; }
    @media all and (max-width: 1024px) {
      .page-concept .cn3 .box {
        flex-direction: column-reverse;
        margin-bottom: 100px; } }
    .page-concept .cn3 .box .img {
      width: calc( 55% - 80px ); }
      @media all and (max-width: 1024px) {
        .page-concept .cn3 .box .img {
          width: 100%; } }
    .page-concept .cn3 .box .txt {
      width: 45%; }
      @media all and (max-width: 1024px) {
        .page-concept .cn3 .box .txt {
          width: 100%;
          margin-bottom: 30px; } }
      .page-concept .cn3 .box .txt h3 {
        font-family: "chapman-condensed", sans-serif;
        font-size: clamp(32px, 2.6vw, 50px);
        color: #022D6C;
        letter-spacing: 2px;
        margin-bottom: 40px; }
        @media all and (max-width: 1024px) {
          .page-concept .cn3 .box .txt h3 {
            margin-bottom: 30px; } }
      .page-concept .cn3 .box .txt p {
        color: #022D6C;
        line-height: 2; }
    .page-concept .cn3 .box:nth-child(2) {
      flex-flow: row-reverse;
      margin-bottom: 0; }
      @media all and (max-width: 1024px) {
        .page-concept .cn3 .box:nth-child(2) {
          flex-direction: column-reverse; } }
      .page-concept .cn3 .box:nth-child(2) .txt {
        text-align: end; }
.page-concept .cn4 {
  padding: 170px 0;
  background-color: #022D6C; }
  @media all and (max-width: 1024px) {
    .page-concept .cn4 {
      padding: 100px 0 0; } }
  .page-concept .cn4 .titHotelQuality {
    text-align: center;
    position: relative;
    margin-bottom: 250px; }
    .page-concept .cn4 .titHotelQuality::after {
      content: "";
      background-color: #E5DFD4;
      width: 1px;
      height: 150px;
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translateX(-50%); }
    .page-concept .cn4 .titHotelQuality span {
      display: inline-block;
      font-family: "span", serif;
      font-size: clamp(28px, 1.8vw, 30px);
      color: #E5DFD4; }
  .page-concept .cn4 .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px; }
    @media all and (max-width: 1024px) {
      .page-concept .cn4 .box {
        flex-direction: column-reverse;
        align-items: center; } }
    .page-concept .cn4 .box .img {
      width: calc( 55% - 80px ); }
      @media all and (max-width: 1024px) {
        .page-concept .cn4 .box .img {
          width: 100%; } }
    .page-concept .cn4 .box .txt {
      width: 45%; }
      @media all and (max-width: 1024px) {
        .page-concept .cn4 .box .txt {
          width: 90%;
          margin-bottom: 30px; } }
      .page-concept .cn4 .box .txt h3 {
        font-family: "chapman-condensed", sans-serif;
        font-size: clamp(32px, 2.6vw, 50px);
        color: #E5DFD4;
        letter-spacing: 2px;
        margin-bottom: 40px; }
        @media all and (max-width: 1024px) {
          .page-concept .cn4 .box .txt h3 {
            margin-bottom: 20px; } }
      .page-concept .cn4 .box .txt p {
        color: #E5DFD4;
        line-height: 2; }
    .page-concept .cn4 .box:nth-child(3) {
      flex-flow: row-reverse;
      margin-bottom: 0; }
      @media all and (max-width: 1024px) {
        .page-concept .cn4 .box:nth-child(3) {
          flex-direction: column-reverse; } }
      .page-concept .cn4 .box:nth-child(3) .img {
        width: calc( 52% - 80px ); }
        @media all and (max-width: 1024px) {
          .page-concept .cn4 .box:nth-child(3) .img {
            width: 100%; } }
      .page-concept .cn4 .box:nth-child(3) .txt {
        width: 48%; }
        @media all and (max-width: 1024px) {
          .page-concept .cn4 .box:nth-child(3) .txt {
            width: 90%;
            margin-bottom: 30px; } }
        .page-concept .cn4 .box:nth-child(3) .txt h3 {
          text-align: end; }
        .page-concept .cn4 .box:nth-child(3) .txt p {
          text-align: end; }
.page-concept .cn5 {
  background-color: #F4F0EA; }
  .page-concept .cn5 .innerS {
    display: flex;
    justify-content: center;
    padding: 160px 0;
    box-sizing: border-box;
    gap: 80px; }
    @media all and (max-width: 1024px) {
      .page-concept .cn5 .innerS {
        flex-direction: column;
        align-items: center; } }
    .page-concept .cn5 .innerS .img {
      width: 220px; }
      @media all and (max-width: 1024px) {
        .page-concept .cn5 .innerS .img {
          margin-bottom: 20px; } }
    .page-concept .cn5 .innerS .txt {
      width: 63%; }
      @media all and (max-width: 1024px) {
        .page-concept .cn5 .innerS .txt {
          width: 90%; } }
      .page-concept .cn5 .innerS .txt p {
        color: #022D6C;
        line-height: 2; }
        @media all and (max-width: 1024px) {
          .page-concept .cn5 .innerS .txt p {
            text-align: center; } }
      .page-concept .cn5 .innerS .txt p:nth-child(1) {
        margin-bottom: 20px; }
        @media all and (max-width: 1024px) {
          .page-concept .cn5 .innerS .txt p:nth-child(1) {
            margin-bottom: 10px; } }
      .page-concept .cn5 .innerS .txt .name {
        padding-bottom: 40px;
        margin-bottom: 40px;
        position: relative; }
        @media all and (max-width: 1024px) {
          .page-concept .cn5 .innerS .txt .name {
            text-align: center; } }
        .page-concept .cn5 .innerS .txt .name::before {
          content: "";
          width: 87px;
          height: 1px;
          border-bottom: 1px solid #022D6C;
          position: absolute;
          bottom: 0;
          left: 0; }
          @media all and (max-width: 1024px) {
            .page-concept .cn5 .innerS .txt .name::before {
              left: 50%;
              transform: translateX(-50%); } }
        .page-concept .cn5 .innerS .txt .name .en {
          font-size: clamp(22px, 1.5vw, 24px);
          margin-bottom: 0; }
        .page-concept .cn5 .innerS .txt .name .ja {
          font-size: clamp(14px, 1.4vw, 14px); }

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


FACILITY


*****************************************/
.pageLink ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 30px 0;
  margin-bottom: 2%; }
  @media all and (max-width: 1024px) {
    .pageLink ul {
      margin-bottom: 50px; } }
  @media all and (max-width: 1024px) {
    .pageLink ul {
      flex-direction: column;
      align-items: center; } }
.pageLink li a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #022D6C;
  border-radius: 5px;
  color: #022D6C;
  text-decoration: none;
  font-size: clamp(16px, 1.6vw, 18px);
  transition: background-color 0.3s, color 0.3s;
  font-family: "span", serif;
  letter-spacing: 1px;
  min-width: 180px;
  box-sizing: border-box;
  text-align: center; }
  @media all and (max-width: 1024px) {
    .pageLink li a {
      padding: 6px 14px; } }
.pageLink li a:hover {
  background-color: #022D6C;
  color: #fff; }

.page-facility .cn1,
.page-facility .cn2,
.page-facility .cn3 {
  padding: 5% 0; }
  .page-facility .cn1 .txt,
  .page-facility .cn2 .txt,
  .page-facility .cn3 .txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .page-facility .cn1 .txt,
      .page-facility .cn2 .txt,
      .page-facility .cn3 .txt {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px; } }
    .page-facility .cn1 .txt p,
    .page-facility .cn2 .txt p,
    .page-facility .cn3 .txt p {
      font-size: clamp(14px, 1.4vw, 14px);
      line-height: 1.8;
      font-weight: 500;
      color: #022D6C; }
      @media all and (max-width: 1024px) {
        .page-facility .cn1 .txt p,
        .page-facility .cn2 .txt p,
        .page-facility .cn3 .txt p {
          margin-bottom: 20px; } }
  .page-facility .cn1 .wrap,
  .page-facility .cn2 .wrap,
  .page-facility .cn3 .wrap {
    display: flex;
    gap: 4%; }
    @media all and (max-width: 1024px) {
      .page-facility .cn1 .wrap,
      .page-facility .cn2 .wrap,
      .page-facility .cn3 .wrap {
        flex-direction: column; } }
    .page-facility .cn1 .wrap .box,
    .page-facility .cn2 .wrap .box,
    .page-facility .cn3 .wrap .box {
      width: calc(( 100% - 8% ) / 3 ); }
      @media all and (max-width: 1024px) {
        .page-facility .cn1 .wrap .box,
        .page-facility .cn2 .wrap .box,
        .page-facility .cn3 .wrap .box {
          width: 100%;
          margin-bottom: 50px; } }
      .page-facility .cn1 .wrap .box .img,
      .page-facility .cn2 .wrap .box .img,
      .page-facility .cn3 .wrap .box .img {
        margin-bottom: 15px;
        width: 100%;
        height: auto; }
        .page-facility .cn1 .wrap .box .img img,
        .page-facility .cn2 .wrap .box .img img,
        .page-facility .cn3 .wrap .box .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .page-facility .cn1 .wrap .box a .img,
      .page-facility .cn2 .wrap .box a .img,
      .page-facility .cn3 .wrap .box a .img {
        overflow: hidden; }
        .page-facility .cn1 .wrap .box a .img img,
        .page-facility .cn2 .wrap .box a .img img,
        .page-facility .cn3 .wrap .box a .img img {
          transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .page-facility .cn1 .wrap .box a:hover .img img,
      .page-facility .cn2 .wrap .box a:hover .img img,
      .page-facility .cn3 .wrap .box a:hover .img img {
        transform: scale(1.05); }
      .page-facility .cn1 .wrap .box .subTit,
      .page-facility .cn2 .wrap .box .subTit,
      .page-facility .cn3 .wrap .box .subTit {
        color: #022D6C; }
      .page-facility .cn1 .wrap .box .tit,
      .page-facility .cn2 .wrap .box .tit,
      .page-facility .cn3 .wrap .box .tit {
        font-size: clamp(18px, 1.8vw, 20px);
        line-height: 1.6;
        font-weight: 500;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        color: #022D6C; }
        .page-facility .cn1 .wrap .box .tit:after,
        .page-facility .cn2 .wrap .box .tit:after,
        .page-facility .cn3 .wrap .box .tit:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100px;
          height: 1px;
          background: #022D6C; }
      .page-facility .cn1 .wrap .box p,
      .page-facility .cn2 .wrap .box p,
      .page-facility .cn3 .wrap .box p {
        line-height: 1.6;
        font-size: clamp(14px, 1.4vw, 14px);
        margin-bottom: 15px;
        color: #022D6C; }
      .page-facility .cn1 .wrap .box ul,
      .page-facility .cn2 .wrap .box ul,
      .page-facility .cn3 .wrap .box ul {
        display: flex;
        gap: 16px; }
        .page-facility .cn1 .wrap .box ul li,
        .page-facility .cn2 .wrap .box ul li,
        .page-facility .cn3 .wrap .box ul li {
          padding: 3px 10px;
          border: 1px solid #022D6C;
          border-radius: 5px;
          font-size: 12px;
          font-weight: bold;
          color: #022D6C;
          text-align: center;
          white-space: nowrap; }
.page-facility .cn3 .box .tit:after {
  display: none; }

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


FACILITY-CEREMONY
FACILITY-BANQUET
共通


*****************************************/
.page-ceremony .pageLink,
.page-banquet .pageLink {
  margin-bottom: 100px; }
.page-ceremony .pageTitWrap,
.page-banquet .pageTitWrap {
  flex-direction: column; }
  .page-ceremony .pageTitWrap .pageTit,
  .page-banquet .pageTitWrap .pageTit {
    margin-bottom: 20px; }
.page-ceremony .cn,
.page-banquet .cn {
  background: linear-gradient(180deg, #022D6C 0%, #022D6C 50%, #e6dfd4 50%, #e6dfd4 100%);
  padding-top: 80px;
  margin-bottom: 150px; }
  @media all and (max-width: 1024px) {
    .page-ceremony .cn,
    .page-banquet .cn {
      padding-top: 50px;
      margin-bottom: 100px; } }
  .page-ceremony .cn .txtWrap,
  .page-banquet .cn .txtWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .page-ceremony .cn .txtWrap,
      .page-banquet .cn .txtWrap {
        flex-direction: column;
        margin-bottom: 40px; } }
    .page-ceremony .cn .txtWrap .txtLeft,
    .page-banquet .cn .txtWrap .txtLeft {
      width: calc( 50% - 90px );
      border-right: 1px solid #E6DFD4;
      padding-right: 60px;
      box-sizing: border-box; }
      @media all and (max-width: 1024px) {
        .page-ceremony .cn .txtWrap .txtLeft,
        .page-banquet .cn .txtWrap .txtLeft {
          width: 100%;
          margin-bottom: 25px;
          border: 0;
          padding-bottom: 25px;
          position: relative; } }
      @media all and (max-width: 1024px) {
        .page-ceremony .cn .txtWrap .txtLeft:after,
        .page-banquet .cn .txtWrap .txtLeft:after {
          content: "";
          width: 120px;
          height: 1px;
          background: #E6DFD4;
          position: absolute;
          bottom: 0;
          left: 0; } }
      .page-ceremony .cn .txtWrap .txtLeft h3, .page-ceremony .cn .txtWrap .txtLeft p, .page-ceremony .cn .txtWrap .txtLeft span,
      .page-banquet .cn .txtWrap .txtLeft h3,
      .page-banquet .cn .txtWrap .txtLeft p,
      .page-banquet .cn .txtWrap .txtLeft span {
        color: #E6DFD4;
        line-height: 1.6; }
      .page-ceremony .cn .txtWrap .txtLeft h3,
      .page-banquet .cn .txtWrap .txtLeft h3 {
        font-family: "span", serif;
        font-size: clamp(20px, 2vw, 34px);
        letter-spacing: 2px;
        margin-bottom: 10px;
        line-height: 1.4; }
    .page-ceremony .cn .txtWrap .txtRight,
    .page-banquet .cn .txtWrap .txtRight {
      width: 50%; }
      @media all and (max-width: 1024px) {
        .page-ceremony .cn .txtWrap .txtRight,
        .page-banquet .cn .txtWrap .txtRight {
          width: 100%; } }
      .page-ceremony .cn .txtWrap .txtRight h4, .page-ceremony .cn .txtWrap .txtRight dt, .page-ceremony .cn .txtWrap .txtRight dd,
      .page-banquet .cn .txtWrap .txtRight h4,
      .page-banquet .cn .txtWrap .txtRight dt,
      .page-banquet .cn .txtWrap .txtRight dd {
        color: #E6DFD4;
        line-height: 2; }
      .page-ceremony .cn .txtWrap .txtRight dl,
      .page-banquet .cn .txtWrap .txtRight dl {
        display: flex; }
        .page-ceremony .cn .txtWrap .txtRight dl dt,
        .page-banquet .cn .txtWrap .txtRight dl dt {
          width: calc( 40% - 30px ); }
        .page-ceremony .cn .txtWrap .txtRight dl dd,
        .page-banquet .cn .txtWrap .txtRight dl dd {
          position: relative; }
          .page-ceremony .cn .txtWrap .txtRight dl dd::before,
          .page-banquet .cn .txtWrap .txtRight dl dd::before {
            content: ":";
            padding-left: 2px;
            position: absolute;
            bottom: 0;
            left: -30px; }
  .page-ceremony .cn .defaultSlide,
  .page-banquet .cn .defaultSlide {
    margin-bottom: 40px; }
  .page-ceremony .cn .bottomTxt,
  .page-banquet .cn .bottomTxt {
    color: #022D6C;
    text-align: center;
    line-height: 2; }

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


FACILITY-CEREMONY


*****************************************/
.page-ceremony .cn.cn3 .txtLeft {
  width: calc( 60% - 90px ); }
  @media all and (max-width: 1024px) {
    .page-ceremony .cn.cn3 .txtLeft {
      width: 100%; } }
.page-ceremony .cn.cn3 .txtRight {
  width: 40%; }
  @media all and (max-width: 1024px) {
    .page-ceremony .cn.cn3 .txtRight {
      width: 100%; } }

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


FACILITY-BANQUET


*****************************************/
.page-banquet .cn {
  background: linear-gradient(180deg, #022D6C 0%, #022D6C 40%, #e6dfd4 40%, #e6dfd4 100%); }
  @media all and (max-width: 1024px) {
    .page-banquet .cn {
      background: linear-gradient(180deg, #022D6C 0%, #022D6C 32%, #e6dfd4 32%, #e6dfd4 100%); } }
  .page-banquet .cn .defaultSlide {
    margin-bottom: 100px; }
  .page-banquet .cn .recommendedWrap {
    position: relative; }
    .page-banquet .cn .recommendedWrap .recommended {
      border: 2px solid #022D6C;
      border-radius: 20px; }
      .page-banquet .cn .recommendedWrap .recommended .tit {
        text-align: center;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%); }
        @media all and (max-width: 1024px) {
          .page-banquet .cn .recommendedWrap .recommended .tit {
            top: -20px; } }
        .page-banquet .cn .recommendedWrap .recommended .tit h4 {
          background: #022D6C;
          font-size: clamp(15px, 1.5vw, 24px);
          font-weight: bold;
          color: #E6DFD4;
          text-align: center;
          padding: 10px 20px;
          border-radius: 5px;
          box-sizing: border-box;
          margin-bottom: 10px; }
        .page-banquet .cn .recommendedWrap .recommended .tit p {
          color: #022D6C; }
      .page-banquet .cn .recommendedWrap .recommended .point {
        display: flex;
        justify-content: space-between;
        padding: 100px 60px 60px; }
        @media all and (max-width: 1024px) {
          .page-banquet .cn .recommendedWrap .recommended .point {
            flex-direction: column;
            padding: 65px 5% 5%; } }
        .page-banquet .cn .recommendedWrap .recommended .point .box {
          width: calc( ( 100% - 120px ) / 3 );
          text-align: center; }
          @media all and (max-width: 1024px) {
            .page-banquet .cn .recommendedWrap .recommended .point .box {
              width: 100%;
              margin-bottom: 30px; } }
          .page-banquet .cn .recommendedWrap .recommended .point .box .img {
            margin-bottom: 30px; }
            @media all and (max-width: 1024px) {
              .page-banquet .cn .recommendedWrap .recommended .point .box .img {
                margin-bottom: 20px; } }
          .page-banquet .cn .recommendedWrap .recommended .point .box .txt {
            text-align: center; }
            .page-banquet .cn .recommendedWrap .recommended .point .box .txt h5 {
              font-size: clamp(17px, 1.7vw, 20px);
              font-weight: bold;
              color: #022D6C;
              margin-bottom: 20px; }
            .page-banquet .cn .recommendedWrap .recommended .point .box .txt p {
              color: #022D6C; }

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


FACILITY-OTHER 共通


*****************************************/
@media all and (max-width: 1024px) {
  .page-facility-child .pageMainImg {
    height: 160px;
    padding: 0;
    width: 100%; } }
.page-facility-child .pageMainTxt.other {
  text-align: center;
  margin-bottom: 80px; }
  .page-facility-child .pageMainTxt.other .pageTit {
    color: #022D6C;
    margin-bottom: 80px; }
    @media all and (max-width: 1024px) {
      .page-facility-child .pageMainTxt.other .pageTit {
        margin-bottom: 50px; } }
  .page-facility-child .pageMainTxt.other .txtTit {
    font-size: clamp(18px, 1.8vw, 22px);
    color: #022D6C;
    margin-bottom: 30px; }
  .page-facility-child .pageMainTxt.other p {
    color: #022D6C;
    line-height: 2;
    letter-spacing: 2px; }
.page-facility-child .btn.other {
  border: solid 2px #022D6C; }
  .page-facility-child .btn.other span {
    font-size: clamp(16px, 1.6vw, 20px);
    padding-right: 60px; }

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


FACILITY-OTHER
HIGHLAND RESORT HOTEL


*****************************************/
.page-highland-resort-hotel .cn.cn1 {
  background: linear-gradient(180deg, #E6DFD4 0%, #E6DFD4 35%, #F5F0E9 35%, #F5F0E9 100%);
  --left-scale:.7;
  /* 左画像の縮小率 */
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(0, 42%);
  column-gap: 175px;
  row-gap: 80px;
  align-items: start;
  padding-bottom: 170px; }
  @media all and (max-width: 1024px) {
    .page-highland-resort-hotel .cn.cn1 {
      display: block;
      padding-bottom: 60px; } }
  .page-highland-resort-hotel .cn.cn1 .img {
    overflow: hidden; }
    .page-highland-resort-hotel .cn.cn1 .img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .page-highland-resort-hotel .cn.cn1 .img:nth-child(1) {
      grid-column: 2;
      grid-row: 1;
      aspect-ratio: 16 / 10;
      justify-self: end; }
      @media all and (max-width: 1024px) {
        .page-highland-resort-hotel .cn.cn1 .img:nth-child(1) {
          width: 100%;
          box-sizing: border-box;
          padding-left: 10%;
          margin-bottom: 10%; } }
    .page-highland-resort-hotel .cn.cn1 .img:nth-child(2) {
      grid-column: 2;
      grid-row: 2;
      aspect-ratio: 16 / 10;
      justify-self: start;
      width: 72%;
      margin-left: -95px; }
      @media all and (max-width: 1024px) {
        .page-highland-resort-hotel .cn.cn1 .img:nth-child(2) {
          width: 100%;
          box-sizing: border-box;
          padding-right: 10%;
          margin-bottom: 10%;
          margin-left: 0; } }
    .page-highland-resort-hotel .cn.cn1 .img:nth-child(3) {
      grid-column: 1;
      grid-row: 1 / span 2;
      margin-left: 150px;
      align-self: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media all and (max-width: 1024px) {
        .page-highland-resort-hotel .cn.cn1 .img:nth-child(3) {
          margin-left: 0;
          align-self: auto; } }
      .page-highland-resort-hotel .cn.cn1 .img:nth-child(3) img {
        width: calc(100% * var(--left-scale));
        height: auto;
        max-height: 100%;
        object-fit: contain; }
        @media all and (max-width: 1024px) {
          .page-highland-resort-hotel .cn.cn1 .img:nth-child(3) img {
            width: 70%;
            margin: 0 auto; } }
.page-highland-resort-hotel .cn2 {
  padding: 170px 0;
  background-color: #022D6C; }
  @media all and (max-width: 1024px) {
    .page-highland-resort-hotel .cn2 {
      padding: 100px 0 0; } }
  .page-highland-resort-hotel .cn2 .titHotelQuality {
    text-align: center;
    position: relative;
    margin-bottom: 250px; }
    .page-highland-resort-hotel .cn2 .titHotelQuality::after {
      content: "";
      background-color: #E5DFD4;
      width: 1px;
      height: 150px;
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translateX(-50%); }
    .page-highland-resort-hotel .cn2 .titHotelQuality span {
      display: inline-block;
      font-family: "span", serif;
      font-size: clamp(24px, 1.8vw, 30px);
      color: #E5DFD4; }
  .page-highland-resort-hotel .cn2 .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px; }
    @media all and (max-width: 1024px) {
      .page-highland-resort-hotel .cn2 .box {
        flex-direction: column-reverse;
        align-items: center; } }
    .page-highland-resort-hotel .cn2 .box .img {
      width: calc( 55% - 80px ); }
      @media all and (max-width: 1024px) {
        .page-highland-resort-hotel .cn2 .box .img {
          width: 100%; } }
    .page-highland-resort-hotel .cn2 .box .txt {
      width: 45%; }
      @media all and (max-width: 1024px) {
        .page-highland-resort-hotel .cn2 .box .txt {
          width: 90%;
          margin-bottom: 30px; } }
      .page-highland-resort-hotel .cn2 .box .txt h3 {
        font-family: "chapman-condensed", sans-serif;
        font-size: clamp(32px, 2.6vw, 50px);
        color: #E5DFD4;
        letter-spacing: 2px;
        margin-bottom: 40px; }
        @media all and (max-width: 1024px) {
          .page-highland-resort-hotel .cn2 .box .txt h3 {
            margin-bottom: 20px; } }
      .page-highland-resort-hotel .cn2 .box .txt p {
        color: #E5DFD4;
        line-height: 2; }
    .page-highland-resort-hotel .cn2 .box:nth-child(3) {
      flex-flow: row-reverse;
      margin-bottom: 0; }
      @media all and (max-width: 1024px) {
        .page-highland-resort-hotel .cn2 .box:nth-child(3) {
          flex-direction: column-reverse; } }
      .page-highland-resort-hotel .cn2 .box:nth-child(3) .img {
        width: calc( 52% - 80px ); }
        @media all and (max-width: 1024px) {
          .page-highland-resort-hotel .cn2 .box:nth-child(3) .img {
            width: 100%; } }
      .page-highland-resort-hotel .cn2 .box:nth-child(3) .txt {
        width: 48%; }
        @media all and (max-width: 1024px) {
          .page-highland-resort-hotel .cn2 .box:nth-child(3) .txt {
            width: 90%;
            margin-bottom: 30px; } }
        .page-highland-resort-hotel .cn2 .box:nth-child(3) .txt h3 {
          text-align: end; }
        .page-highland-resort-hotel .cn2 .box:nth-child(3) .txt p {
          text-align: end; }
.page-highland-resort-hotel .cn.cn3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0; }
  @media all and (max-width: 1024px) {
    .page-highland-resort-hotel .cn.cn3 {
      display: block; } }
  @media all and (max-width: 1024px) {
    .page-highland-resort-hotel .cn.cn3 a {
      margin: 0 auto 40px; } }
  .page-highland-resort-hotel .cn.cn3 a:nth-child(1) {
    margin-right: 50px; }
    @media all and (max-width: 1024px) {
      .page-highland-resort-hotel .cn.cn3 a:nth-child(1) {
        margin-right: auto; } }

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


FACILITY-OTHER
FUJIQ HIGHLAND


*****************************************/
.page-fujiq-highland .pageMainTxt.other {
  margin-bottom: 150px; }
  @media all and (max-width: 1024px) {
    .page-fujiq-highland .pageMainTxt.other {
      margin-bottom: 80px; } }
.page-fujiq-highland .cn.cn1 {
  background: linear-gradient(180deg, #e6dfd4 0%, #e6dfd4 15%, #f4f0ea 15%, #f4f0ea 100%); }
  @media all and (max-width: 1024px) {
    .page-fujiq-highland .cn.cn1 {
      background: linear-gradient(180deg, #e6dfd4 0%, #e6dfd4 7%, #f4f0ea 7%, #f4f0ea 100%); } }
  .page-fujiq-highland .cn.cn1 .img {
    overflow: hidden; }
    @media all and (max-width: 1024px) {
      .page-fujiq-highland .cn.cn1 .img {
        grid-column: 1 / -1;
        justify-self: auto;
        margin: 0;
        aspect-ratio: auto; } }
    .page-fujiq-highland .cn.cn1 .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-fujiq-highland .cn.cn1 .imgWrap1, .page-fujiq-highland .cn.cn1 .imgWrap2, .page-fujiq-highland .cn.cn1 .imgWrap3 {
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(0, 34%);
    column-gap: clamp(24px, 8vw, 140px);
    row-gap: 0;
    align-items: start; }
    @media all and (max-width: 1024px) {
      .page-fujiq-highland .cn.cn1 .imgWrap1, .page-fujiq-highland .cn.cn1 .imgWrap2, .page-fujiq-highland .cn.cn1 .imgWrap3 {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 12px; } }
  @media all and (max-width: 1024px) {
    .page-fujiq-highland .cn.cn1 .imgWrap1 {
      margin-bottom: 50px; } }
  .page-fujiq-highland .cn.cn1 .imgWrap1 .img1 {
    aspect-ratio: 627 / 418;
    align-self: start;
    margin-left: 10%; }
    @media all and (max-width: 1024px) {
      .page-fujiq-highland .cn.cn1 .imgWrap1 .img1 {
        aspect-ratio: auto;
        margin-left: 0;
        padding-right: 10%;
        box-sizing: border-box; } }
  .page-fujiq-highland .cn.cn1 .imgWrap1 .img2 {
    aspect-ratio: 448 / 672;
    justify-self: end;
    margin-top: 90px;
    margin-right: 10%; }
    @media all and (max-width: 1024px) {
      .page-fujiq-highland .cn.cn1 .imgWrap1 .img2 {
        justify-self: auto;
        aspect-ratio: auto;
        width: 70%;
        margin: 30px auto 0;
        padding-left: 10%; } }
  .page-fujiq-highland .cn.cn1 .imgWrap2 {
    margin-bottom: 6%; }
    @media all and (max-width: 1024px) {
      .page-fujiq-highland .cn.cn1 .imgWrap2 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px; } }
    .page-fujiq-highland .cn.cn1 .imgWrap2 .img3 {
      max-width: 55%;
      aspect-ratio: 382 / 573; }
      @media all and (max-width: 1024px) {
        .page-fujiq-highland .cn.cn1 .imgWrap2 .img3 {
          padding-top: 50px;
          max-width: 50%; } }
    .page-fujiq-highland .cn.cn1 .imgWrap2 .img4 {
      max-width: 70%;
      aspect-ratio: 295 / 443;
      transform: translate3d(-120%, -180px, 0); }
      @media all and (max-width: 1024px) {
        .page-fujiq-highland .cn.cn1 .imgWrap2 .img4 {
          transform: translate3d(0, 0, 0);
          max-width: 38%; } }
  .page-fujiq-highland .cn.cn1 .imgWrap3 {
    padding-bottom: 100px;
    box-sizing: border-box; }
    @media all and (max-width: 1024px) {
      .page-fujiq-highland .cn.cn1 .imgWrap3 {
        display: block;
        padding-bottom: 50px; } }
    .page-fujiq-highland .cn.cn1 .imgWrap3 .img5 {
      grid-column: 1;
      aspect-ratio: 416 / 278;
      max-width: 45%;
      margin-left: 25%; }
      @media all and (max-width: 1024px) {
        .page-fujiq-highland .cn.cn1 .imgWrap3 .img5 {
          max-width: 100%;
          width: 100%;
          margin-left: 0;
          padding-right: 30%;
          box-sizing: border-box;
          margin-bottom: 40px;
          aspect-ratio: auto; } }
    .page-fujiq-highland .cn.cn1 .imgWrap3 .img6 {
      width: 140%;
      grid-column: 2;
      aspect-ratio: 612 / 408;
      transform: translate(-29%, -20vw); }
      @media all and (max-width: 1024px) {
        .page-fujiq-highland .cn.cn1 .imgWrap3 .img6 {
          width: 100%;
          padding-left: 15%;
          transform: translate(0, 0);
          box-sizing: border-box;
          aspect-ratio: auto; } }
.page-fujiq-highland .cn.cn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0; }

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


FACILITY-OTHER
HOTEL Mt. FUJI


*****************************************/
.page-hotel-mt-fuji {
  background: #FFF; }
  .page-hotel-mt-fuji .mv {
    display: flex;
    justify-content: center;
    aspect-ratio: 1060 / 600;
    margin-bottom: 100px; }
    @media all and (max-width: 1024px) {
      .page-hotel-mt-fuji .mv {
        padding: 0;
        margin-bottom: 50px; } }
    .page-hotel-mt-fuji .mv iframe {
      width: 100%;
      height: auto; }
  .page-hotel-mt-fuji .pageMainTxt.other {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .page-hotel-mt-fuji .pageMainTxt.other .logoFujikyugroup {
      width: 237px;
      height: 125px; }
    .page-hotel-mt-fuji .pageMainTxt.other .pageTit {
      color: #203B91;
      margin-bottom: 30px; }
    .page-hotel-mt-fuji .pageMainTxt.other p {
      color: #203B91; }
  .page-hotel-mt-fuji .cn {
    background: linear-gradient(180deg, #203B91 0%, #203B91 60%, #FFF 60%, #FFF 100%);
    padding-top: 60px;
    margin-bottom: 150px; }
    @media all and (max-width: 1024px) {
      .page-hotel-mt-fuji .cn {
        background: linear-gradient(180deg, #203B91 0%, #203B91 72%, #FFF 72%, #FFF 100%);
        padding-top: 40px;
        margin-bottom: 50px; } }
    .page-hotel-mt-fuji .cn .txtWrap {
      display: flex;
      justify-content: space-between;
      margin-bottom: 60px; }
      @media all and (max-width: 1024px) {
        .page-hotel-mt-fuji .cn .txtWrap {
          flex-direction: column;
          margin-bottom: 40px; } }
      .page-hotel-mt-fuji .cn .txtWrap .txtLeft {
        width: calc( 50% - 90px );
        border-right: 1px solid #FFF; }
        @media all and (max-width: 1024px) {
          .page-hotel-mt-fuji .cn .txtWrap .txtLeft {
            width: 100%;
            margin-bottom: 25px;
            border: 0;
            padding-bottom: 25px;
            position: relative; } }
        .page-hotel-mt-fuji .cn .txtWrap .txtLeft:after {
          content: "";
          width: 120px;
          height: 1px;
          background: #E6DFD4;
          position: absolute;
          bottom: 0;
          left: 0; }
        .page-hotel-mt-fuji .cn .txtWrap .txtLeft h3, .page-hotel-mt-fuji .cn .txtWrap .txtLeft p, .page-hotel-mt-fuji .cn .txtWrap .txtLeft span {
          color: #FFF;
          line-height: 1.6;
          padding-right: 25%;
          box-sizing: border-box; }
        .page-hotel-mt-fuji .cn .txtWrap .txtLeft h3 {
          font-family: "span", serif;
          font-size: clamp(20px, 2vw, 34px);
          letter-spacing: 2px;
          margin-bottom: 10px;
          line-height: 1.4; }
      .page-hotel-mt-fuji .cn .txtWrap .txtRight {
        width: 50%; }
        @media all and (max-width: 1024px) {
          .page-hotel-mt-fuji .cn .txtWrap .txtRight {
            width: 100%; } }
        .page-hotel-mt-fuji .cn .txtWrap .txtRight h4, .page-hotel-mt-fuji .cn .txtWrap .txtRight dt, .page-hotel-mt-fuji .cn .txtWrap .txtRight dd {
          color: #FFF;
          line-height: 2; }
        .page-hotel-mt-fuji .cn .txtWrap .txtRight dl {
          display: flex; }
          .page-hotel-mt-fuji .cn .txtWrap .txtRight dl dt {
            width: calc( 40% - 30px ); }
          .page-hotel-mt-fuji .cn .txtWrap .txtRight dl dd {
            position: relative; }
            .page-hotel-mt-fuji .cn .txtWrap .txtRight dl dd::before {
              content: ":";
              padding-left: 2px;
              position: absolute;
              bottom: 0;
              left: -30px; }
    .page-hotel-mt-fuji .cn .hotelmtfujiSlide {
      margin-bottom: 40px; }
      .page-hotel-mt-fuji .cn .hotelmtfujiSlide .swiper-button-prev,
      .page-hotel-mt-fuji .cn .hotelmtfujiSlide .swiper-button-next {
        display: none; }
        @media all and (max-width: 1024px) {
          .page-hotel-mt-fuji .cn .hotelmtfujiSlide .swiper-button-prev,
          .page-hotel-mt-fuji .cn .hotelmtfujiSlide .swiper-button-next {
            display: flex; } }
      .page-hotel-mt-fuji .cn .hotelmtfujiSlide .swiper-wrapper {
        justify-content: space-between; }
        @media all and (max-width: 1024px) {
          .page-hotel-mt-fuji .cn .hotelmtfujiSlide .swiper-wrapper {
            justify-content: flex-start; } }
        .page-hotel-mt-fuji .cn .hotelmtfujiSlide .swiper-wrapper .swiper-slide {
          width: calc(( 100% - 20px ) / 3 ); }
          @media all and (max-width: 1024px) {
            .page-hotel-mt-fuji .cn .hotelmtfujiSlide .swiper-wrapper .swiper-slide {
              width: auto; } }
  .page-hotel-mt-fuji .cn.cn5 {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0; }
    @media all and (max-width: 1024px) {
      .page-hotel-mt-fuji .cn.cn5 {
        display: block;
        padding: 50px 0; } }
    .page-hotel-mt-fuji .cn.cn5 .box {
      text-align: center; }
      @media all and (max-width: 1024px) {
        .page-hotel-mt-fuji .cn.cn5 .box {
          margin: 0 auto; } }
      .page-hotel-mt-fuji .cn.cn5 .box:nth-child(1) {
        margin-right: 100px; }
        @media all and (max-width: 1024px) {
          .page-hotel-mt-fuji .cn.cn5 .box:nth-child(1) {
            margin-right: 0;
            margin-bottom: 40px; } }
      .page-hotel-mt-fuji .cn.cn5 .box p {
        font-size: clamp(14px, 1.4vw, 14px);
        color: #022D6C;
        margin-bottom: 10px; }

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


CUISINE


*****************************************/
.page-cuisine .cn1 {
  padding: 5% 0; }
  @media all and (max-width: 1024px) {
    .page-cuisine .cn1 .innerL {
      width: 100%; } }
  .page-cuisine .cn1 .wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px; }
    @media all and (max-width: 1024px) {
      .page-cuisine .cn1 .wrap {
        flex-direction: column; } }
    .page-cuisine .cn1 .wrap .img {
      width: 50%; }
      @media all and (max-width: 1024px) {
        .page-cuisine .cn1 .wrap .img {
          width: 90%; } }
    .page-cuisine .cn1 .wrap .txtWrap {
      width: calc( 50% - 50px );
      display: flex;
      justify-content: center; }
      @media all and (max-width: 1024px) {
        .page-cuisine .cn1 .wrap .txtWrap {
          width: 90%;
          max-width: 260px;
          box-sizing: border-box;
          margin: 0 auto; } }
.page-cuisine .cn2 {
  padding: 5% 0; }
  @media all and (max-width: 1024px) {
    .page-cuisine .cn2 {
      padding: 15% 0; } }
  .page-cuisine .cn2 .mv {
    width: 100%;
    max-height: 80vh;
    aspect-ratio: 16 / 9; }
    @media all and (max-width: 1024px) {
      .page-cuisine .cn2 .mv {
        width: 95%;
        margin: 0 auto; } }
    .page-cuisine .cn2 .mv iframe {
      width: 100%;
      height: 100%; }
.page-cuisine .cn3 {
  padding: 5% 0; }
  @media all and (max-width: 1024px) {
    .page-cuisine .cn3 {
      padding: 10% 0; } }
  .page-cuisine .cn3 .chefTit {
    position: relative;
    display: block;
    text-align: center;
    font-size: clamp(24px, 3vw, 30px);
    letter-spacing: 0.1em;
    color: #0d2b5a;
    margin: 0 auto 40px;
    font-weight: 500;
    color: #022D6C; }
    .page-cuisine .cn3 .chefTit::after {
      content: "";
      display: block;
      width: 1px;
      height: 80px;
      background-color: #022D6C;
      margin: 10px auto 0; }
  .page-cuisine .cn3 .chefSlide {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-bottom: 5%; }
    @media all and (max-width: 1280px) {
      .page-cuisine .cn3 .chefSlide {
        width: 90%; } }
    @media all and (max-width: 1024px) {
      .page-cuisine .cn3 .chefSlide {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%; } }
    .page-cuisine .cn3 .chefSlide .swiper-wrapper {
      display: flex;
      justify-content: space-between;
      gap: 50px; }
      @media all and (max-width: 1024px) {
        .page-cuisine .cn3 .chefSlide .swiper-wrapper {
          gap: 0; } }
      .page-cuisine .cn3 .chefSlide .swiper-wrapper .box {
        width: calc((100% - 100px) / 3); }
        .page-cuisine .cn3 .chefSlide .swiper-wrapper .box .img {
          margin-bottom: 15px; }
          .page-cuisine .cn3 .chefSlide .swiper-wrapper .box .img img {
            width: 100%;
            height: auto;
            display: block; }
        .page-cuisine .cn3 .chefSlide .swiper-wrapper .box .class {
          font-size: clamp(14px, 1.4vw, 14px);
          font-weight: 500;
          margin-bottom: 5px;
          color: #022D6C;
          letter-spacing: 0.1em; }
        .page-cuisine .cn3 .chefSlide .swiper-wrapper .box .name {
          font-size: clamp(14px, 1.4vw, 14px);
          line-height: 1.8;
          color: #022D6C;
          font-size: clamp(24px, 3vw, 30px);
          letter-spacing: 0.1em; }
        .page-cuisine .cn3 .chefSlide .swiper-wrapper .box:nth-child(2) {
          padding-top: 200px; }
          @media all and (max-width: 1024px) {
            .page-cuisine .cn3 .chefSlide .swiper-wrapper .box:nth-child(2) {
              padding-top: 0; } }
        .page-cuisine .cn3 .chefSlide .swiper-wrapper .box:nth-child(3) {
          padding-top: 400px; }
          @media all and (max-width: 1024px) {
            .page-cuisine .cn3 .chefSlide .swiper-wrapper .box:nth-child(3) {
              padding-top: 0; } }
  .page-cuisine .cn3 .chefTxt {
    font-size: clamp(13px, 1.3vw, 16px);
    font-weight: 500;
    line-height: 2;
    text-align: center;
    color: #022D6C; }
    @media all and (max-width: 1024px) {
      .page-cuisine .cn3 .chefTxt {
        padding: 0 10%; } }
.page-cuisine .cn4 {
  padding: 5% 0; }
  .page-cuisine .cn4 .premiumLine {
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 30%;
    box-sizing: border-box;
    margin-bottom: 5%; }
    @media all and (max-width: 1024px) {
      .page-cuisine .cn4 .premiumLine {
        padding-right: 5%;
        text-align: right;
        margin-bottom: 30px; } }
  .page-cuisine .cn4 .line {
    flex-grow: 1;
    height: 1px;
    background-color: #022D6C; }
  .page-cuisine .cn4 .premiumTit {
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #022D6C;
    margin-left: 20px;
    white-space: nowrap; }
  @media all and (max-width: 1024px) {
    .page-cuisine .cn4 .wrap {
      margin-bottom: 40px; } }
  .page-cuisine .cn4 .wrap .box {
    display: flex;
    gap: 10%;
    margin-bottom: 10%;
    padding: 0 5%; }
    @media all and (max-width: 1024px) {
      .page-cuisine .cn4 .wrap .box {
        flex-direction: column; } }
    .page-cuisine .cn4 .wrap .box .img {
      width: 50%; }
      @media all and (max-width: 1024px) {
        .page-cuisine .cn4 .wrap .box .img {
          width: 100%;
          margin-bottom: 20px; } }
    @media all and (max-width: 1024px) {
      .page-cuisine .cn4 .wrap .box .txtWrap {
        width: 100%; } }
    .page-cuisine .cn4 .wrap .box .txtWrap .subTit {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: solid 1px #93772E;
      display: flex;
      align-items: center; }
      .page-cuisine .cn4 .wrap .box .txtWrap .subTit span {
        color: #93772E;
        display: block; }
        .page-cuisine .cn4 .wrap .box .txtWrap .subTit span:nth-child(1) {
          font-size: 60px;
          margin-right: 20px;
          font-family: "chapman-condensed", sans-serif;
          font-weight: 500; }
        .page-cuisine .cn4 .wrap .box .txtWrap .subTit span:nth-child(2) {
          margin-top: 10px;
          font-size: 20px;
          line-height: 1.3; }
    .page-cuisine .cn4 .wrap .box .txtWrap .tit {
      font-size: clamp(24px, 3vw, 30px);
      color: #93772E;
      margin-bottom: 20px; }
    .page-cuisine .cn4 .wrap .box .txtWrap .txt {
      line-height: 2;
      color: #022D6C;
      font-size: clamp(14px, 1.4vw, 14px); }
    .page-cuisine .cn4 .wrap .box:nth-child(2) {
      flex-direction: row-reverse;
      justify-content: space-between;
      padding-right: 0; }
      @media all and (max-width: 1024px) {
        .page-cuisine .cn4 .wrap .box:nth-child(2) {
          flex-direction: column; } }
      .page-cuisine .cn4 .wrap .box:nth-child(2) .img {
        width: 65%; }
        @media all and (max-width: 1024px) {
          .page-cuisine .cn4 .wrap .box:nth-child(2) .img {
            width: 100%; } }
.page-cuisine .cn5 {
  padding: 5% 0; }
  .page-cuisine .cn5 .titWrap {
    margin-bottom: 5%; }
    @media all and (max-width: 1024px) {
      .page-cuisine .cn5 .titWrap {
        margin-bottom: 30px; } }
    .page-cuisine .cn5 .titWrap .dessertTit {
      font-size: clamp(24px, 3vw, 30px);
      font-weight: 500;
      letter-spacing: 0.1em;
      color: #022D6C;
      text-align: center;
      margin-bottom: 5%; }
    .page-cuisine .cn5 .titWrap .txt {
      text-align: center;
      font-size: clamp(14px, 1.4vw, 14px);
      color: #022D6C;
      line-height: 2; }
  .page-cuisine .cn5 .defaultSlide {
    margin-bottom: 5%; }
    @media all and (max-width: 1024px) {
      .page-cuisine .cn5 .defaultSlide {
        margin-bottom: 30px; } }
  .page-cuisine .cn5 .point {
    display: flex;
    justify-content: center;
    gap: 5%; }
    @media all and (max-width: 1024px) {
      .page-cuisine .cn5 .point {
        flex-direction: column; } }
    @media all and (max-width: 1024px) {
      .page-cuisine .cn5 .point .box {
        width: 100%;
        margin-bottom: 30px; } }
    .page-cuisine .cn5 .point .box .tit {
      margin-bottom: 20px;
      display: flex;
      align-items: center; }
      .page-cuisine .cn5 .point .box .tit span {
        color: #93772E;
        display: block; }
        .page-cuisine .cn5 .point .box .tit span:nth-child(1) {
          font-size: 60px;
          margin-right: 20px;
          font-family: "chapman-condensed", sans-serif;
          font-weight: 500; }
        .page-cuisine .cn5 .point .box .tit span:nth-child(2) {
          font-size: 20px;
          font-weight: 700;
          line-height: 1.3; }
    .page-cuisine .cn5 .point .box .txt {
      line-height: 2;
      color: #022D6C;
      font-size: clamp(14px, 1.4vw, 14px); }

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


PLAN共通


*****************************************/
.page-plan .reservationBlock,
.single-plan_post .reservationBlock {
  text-align: center; }
  .page-plan .reservationBlock p,
  .single-plan_post .reservationBlock p {
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.6; }
  .page-plan .reservationBlock span,
  .single-plan_post .reservationBlock span {
    display: block;
    margin-bottom: 15px; }
  .page-plan .reservationBlock .btn,
  .single-plan_post .reservationBlock .btn {
    border: solid 2px #022D6C;
    padding: 10px 30px; }
    .page-plan .reservationBlock .btn span,
    .single-plan_post .reservationBlock .btn span {
      font-family: "chapman-condensed", sans-serif;
      font-size: clamp(18px, 1.8vw, 30px);
      font-weight: bold;
      letter-spacing: 2px;
      margin-bottom: 0; }

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


PLAN


*****************************************/
@media all and (max-width: 1024px) {
  .page-plan .pageMainImg {
    background-position: left 65% center; } }
.page-plan .cn.cn1 {
  margin-bottom: 100px; }
  @media all and (max-width: 1024px) {
    .page-plan .cn.cn1 {
      margin-bottom: 60px; } }
  .page-plan .cn.cn1 .box {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #939393;
    margin-bottom: 50px; }
    @media all and (max-width: 1024px) {
      .page-plan .cn.cn1 .box {
        display: block; } }
    .page-plan .cn.cn1 .box:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .page-plan .cn.cn1 .box .img {
      width: calc( 40% - 60px );
      margin-right: 60px;
      position: relative;
      aspect-ratio: 400 / 266; }
      @media all and (max-width: 1024px) {
        .page-plan .cn.cn1 .box .img {
          width: 100%;
          margin-bottom: 30px; } }
      .page-plan .cn.cn1 .box .img::before {
        content: "";
        background-image: url("img/pickup.svg");
        background-repeat: no-repeat;
        width: 110px;
        height: 110px;
        position: absolute;
        top: -1px;
        left: -1px; }
      .page-plan .cn.cn1 .box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .page-plan .cn.cn1 .box .boxRight {
      width: 60%; }
      @media all and (max-width: 1024px) {
        .page-plan .cn.cn1 .box .boxRight {
          width: 100%; } }
      .page-plan .cn.cn1 .box .boxRight .txt {
        margin-bottom: 60px; }
        @media all and (max-width: 1024px) {
          .page-plan .cn.cn1 .box .boxRight .txt {
            margin-bottom: 40px; } }
        .page-plan .cn.cn1 .box .boxRight .txt h3 {
          display: inline-block;
          font-size: clamp(15px, 1.5vw, 24px);
          font-weight: bold;
          padding-bottom: 20px;
          border-bottom: 1px solid;
          margin-bottom: 20px;
          line-height: 1.6; }
        .page-plan .cn.cn1 .box .boxRight .txt .detail {
          margin-bottom: 20px; }
          .page-plan .cn.cn1 .box .boxRight .txt .detail .detailPrice {
            margin-bottom: 10px; }
            .page-plan .cn.cn1 .box .boxRight .txt .detail .detailPrice span {
              font-size: clamp(14px, 1.4vw, 20px); }
              .page-plan .cn.cn1 .box .boxRight .txt .detail .detailPrice span:nth-child(1) {
                color: #022D6C; }
              .page-plan .cn.cn1 .box .boxRight .txt .detail .detailPrice span:nth-child(2) {
                color: #94772F; }
          .page-plan .cn.cn1 .box .boxRight .txt .detail p {
            font-size: clamp(14px, 1.4vw, 14px); }
.page-plan .cn.cn2 {
  margin-bottom: 200px; }
  @media all and (max-width: 1024px) {
    .page-plan .cn.cn2 {
      margin-bottom: 100px; } }
  .page-plan .cn.cn2 .wrap {
    display: flex;
    flex-flow: wrap;
    gap: 20px; }
    @media all and (max-width: 1024px) {
      .page-plan .cn.cn2 .wrap {
        display: block; } }
    .page-plan .cn.cn2 .wrap .box {
      width: calc(( 100% - 60px ) / 4 );
      margin-bottom: 50px; }
      @media all and (max-width: 1024px) {
        .page-plan .cn.cn2 .wrap .box {
          width: 100%; } }
      .page-plan .cn.cn2 .wrap .box .img {
        margin-bottom: 10px;
        width: 100%;
        aspect-ratio: 400 / 266; }
        .page-plan .cn.cn2 .wrap .box .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .page-plan .cn.cn2 .wrap .box .txt {
        margin-bottom: 10px; }
        .page-plan .cn.cn2 .wrap .box .txt p {
          line-height: 1.5; }
.page-plan .cn.cn3 {
  margin-bottom: 200px; }
  @media all and (max-width: 1024px) {
    .page-plan .cn.cn3 {
      margin-bottom: 100px; } }

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


PLAN 詳細


*****************************************/
.single-plan_post .pageTitWrap {
  flex-direction: column; }
  .single-plan_post .pageTitWrap .pageTit {
    margin-bottom: 40px; }
  .single-plan_post .pageTitWrap .txt {
    text-align: center; }
    .single-plan_post .pageTitWrap .txt h3 {
      font-size: clamp(15px, 1.5vw, 24px);
      color: #022D6C;
      margin-bottom: 5px; }
    .single-plan_post .pageTitWrap .txt .detail .detailPrice {
      margin-bottom: 25px; }
      @media all and (max-width: 1024px) {
        .single-plan_post .pageTitWrap .txt .detail .detailPrice {
          display: flex;
          align-items: center;
          flex-direction: column; } }
      .single-plan_post .pageTitWrap .txt .detail .detailPrice span {
        font-size: clamp(14px, 1.4vw, 20px); }
        .single-plan_post .pageTitWrap .txt .detail .detailPrice span:nth-child(1) {
          color: #022D6C;
          margin-right: 20px; }
        .single-plan_post .pageTitWrap .txt .detail .detailPrice span:nth-child(2) {
          color: #94772F; }
    .single-plan_post .pageTitWrap .txt .detail p {
      font-size: clamp(14px, 1.4vw, 14px); }
.single-plan_post .cn1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px; }
  @media all and (max-width: 1024px) {
    .single-plan_post .cn1 {
      flex-direction: column;
      margin-bottom: 50px; } }
  .single-plan_post .cn1 .img {
    width: 47%;
    aspect-ratio: 4 / 3; }
    @media all and (max-width: 1024px) {
      .single-plan_post .cn1 .img {
        width: 100%; } }
    .single-plan_post .cn1 .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .single-plan_post .cn1 .txt {
    width: 53%;
    background: #022D6C;
    padding: 7% 10%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media all and (max-width: 1024px) {
      .single-plan_post .cn1 .txt {
        width: 100%; } }
    .single-plan_post .cn1 .txt p {
      color: #FFF;
      line-height: 2; }
.single-plan_post .cn2 {
  margin-bottom: 100px; }
  @media all and (max-width: 1024px) {
    .single-plan_post .cn2 {
      margin-bottom: 60px; } }
  .single-plan_post .cn2 .titBorderBottom {
    font-size: clamp(22px, 1.5vw, 24px);
    color: #022D6C;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative; }
    @media all and (max-width: 1024px) {
      .single-plan_post .cn2 .titBorderBottom {
        margin-bottom: 30px; } }
    .single-plan_post .cn2 .titBorderBottom::after {
      content: "";
      width: 85px;
      height: 1px;
      border-bottom: 1px solid #022D6C;
      position: absolute;
      bottom: 0;
      left: 0; }
  .single-plan_post .cn2 .detailedList {
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 768px) {
      .single-plan_post .cn2 .detailedList {
        display: block; } }
    .single-plan_post .cn2 .detailedList ul {
      width: 100%; }
      .single-plan_post .cn2 .detailedList ul li {
        position: relative;
        padding-left: 1em;
        line-height: 2;
        font-weight: bold; }
        .single-plan_post .cn2 .detailedList ul li::before {
          content: "・";
          position: absolute;
          left: 0;
          color: #000; }
.single-plan_post .cn3 {
  border-top: 1px solid #000000;
  padding-top: 200px;
  margin-bottom: 200px; }
  @media all and (max-width: 1024px) {
    .single-plan_post .cn3 {
      padding-top: 100px;
      margin-bottom: 100px; } }

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


DRESS


*****************************************/
.page-dress .pageMainImg {
  margin-bottom: 13%; }
  @media all and (max-width: 1024px) {
    .page-dress .pageMainImg {
      background-position: left 64% center; } }
.page-dress .bg2color {
  background: linear-gradient(180deg, #022D6C 0%, #022D6C 40%, #F4F0EA 40%, #F4F0EA 100%);
  padding: 130px 0; }
  .page-dress .bg2color .tit {
    text-align: center;
    margin-bottom: 90px; }
    .page-dress .bg2color .tit h3 {
      font-size: clamp(18px, 1.8vw, 30px);
      color: #E6DFD4;
      margin-bottom: 30px; }
    .page-dress .bg2color .tit p {
      font-size: clamp(14px, 1.4vw, 14px);
      color: #E6DFD4; }
  .page-dress .bg2color .dressSlide .img {
    position: relative;
    aspect-ratio: 380 / 533; }
    .page-dress .bg2color .dressSlide .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-dress .bg2color .dressSlide .swiper-button-prev.dress-prev {
    left: 12%; }
    @media all and (max-width: 1024px) {
      .page-dress .bg2color .dressSlide .swiper-button-prev.dress-prev {
        left: 2%; } }
  .page-dress .bg2color .dressSlide .swiper-button-next.dress-next {
    right: 12%; }
    @media all and (max-width: 1024px) {
      .page-dress .bg2color .dressSlide .swiper-button-next.dress-next {
        right: 2%; } }
.page-dress .cn1 {
  background: linear-gradient(180deg, #e6dfd4 0%, #e6dfd4 50%, #F4F0EA 50%, #F4F0EA 100%);
  padding-bottom: 100px; }
  @media all and (max-width: 1024px) {
    .page-dress .cn1 {
      background: none;
      padding-bottom: 0; } }
  .page-dress .cn1 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0fr 1fr;
    grid-template-areas: "box1 box2" "box3 box2";
    gap: 17% 7%; }
    @media all and (max-width: 1024px) {
      .page-dress .cn1 .grid {
        flex-direction: column;
        display: flex;
        gap: 0; } }
    .page-dress .cn1 .grid .box * {
      color: #022D6C; }
    .page-dress .cn1 .grid .box1 {
      grid-area: box1;
      padding-left: 25%;
      box-sizing: border-box; }
      @media all and (max-width: 1024px) {
        .page-dress .cn1 .grid .box1 {
          padding: 0 5%;
          margin-bottom: 40px;
          width: 100%;
          box-sizing: border-box; } }
      .page-dress .cn1 .grid .box1 .tit {
        font-family: "chapman-condensed", sans-serif;
        font-size: clamp(36px, 2.6vw, 50px);
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 2;
        color: #022D6C;
        margin-bottom: 20px; }
        @media all and (max-width: 1024px) {
          .page-dress .cn1 .grid .box1 .tit {
            letter-spacing: 6px;
            line-height: 1.3; } }
      .page-dress .cn1 .grid .box1 .txt {
        font-weight: bold;
        line-height: 1.7;
        color: #022D6C; }
        .page-dress .cn1 .grid .box1 .txt.txt1 {
          font-size: clamp(22px, 1.5vw, 24px);
          margin-bottom: 10px; }
        .page-dress .cn1 .grid .box1 .txt.txt2 {
          font-size: clamp(14px, 1.4vw, 14px); }
    .page-dress .cn1 .grid .box2 {
      grid-area: box2;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      flex-direction: column;
      transform: translateY(-15%); }
      @media all and (max-width: 1024px) {
        .page-dress .cn1 .grid .box2 {
          padding: 0 5%;
          margin: 0 auto;
          margin-bottom: 50px;
          width: 100%;
          transform: translateY(0);
          display: flex;
          justify-content: flex-end;
          flex-direction: row; } }
      .page-dress .cn1 .grid .box2 .img {
        width: 75%; }
    .page-dress .cn1 .grid .box3 {
      grid-area: box3;
      padding-left: 15%; }
      @media all and (max-width: 1024px) {
        .page-dress .cn1 .grid .box3 {
          padding-right: 10%;
          box-sizing: border-box;
          width: 100%;
          padding-left: 0; } }
  .page-dress .cn1 .txt3 {
    text-align: center;
    line-height: 2;
    padding-top: 210px;
    position: relative; }
    @media all and (max-width: 1024px) {
      .page-dress .cn1 .txt3 {
        background: #F4F0EA;
        padding-top: 260px;
        padding-bottom: 50px; } }
    .page-dress .cn1 .txt3::before {
      content: "";
      background: #022D6C;
      width: 1px;
      height: 156px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
      @media all and (max-width: 1024px) {
        .page-dress .cn1 .txt3::before {
          top: 50px; } }
    .page-dress .cn1 .txt3 p {
      color: #022D6C; }

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


FAIR


*****************************************/
.page-fair .pageMainImg {
  background-position: left 60% center; }
.page-fair .cn1 {
  padding-bottom: 5%; }
  .page-fair .cn1 .bnr {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    aspect-ratio: 1366 / 437;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .page-fair .cn1 .bnr {
        height: 25vh;
        background-position: left 24% center; } }
    .page-fair .cn1 .bnr span {
      font-size: clamp(30px, 3vw, 50px);
      color: #FFF;
      text-align: center;
      letter-spacing: 0.1em;
      font-weight: 700; }
  .page-fair .cn1 .specialTxt {
    text-align: center;
    margin-bottom: 50px; }
    .page-fair .cn1 .specialTxt * {
      color: #000000; }
  .page-fair .cn1 .btnWrap {
    display: flex;
    justify-content: center; }
.page-fair .cn2 {
  padding: 5% 0; }
  @media all and (max-width: 1024px) {
    .page-fair .cn2 {
      padding: 15% 0; } }
  .page-fair .cn2 .otherTit {
    color: #FFF;
    font-family: "chapman", sans-serif;
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    background: #022D6C;
    padding: 25px 0;
    width: 100%;
    margin-bottom: 60px;
    text-align: center; }
    @media all and (max-width: 1024px) {
      .page-fair .cn2 .otherTit {
        margin-bottom: 20px; } }
  .page-fair .cn2 .otherfairSlide {
    overflow: visible; }
    @media all and (max-width: 1024px) {
      .page-fair .cn2 .otherfairSlide {
        overflow: hidden; } }
    .page-fair .cn2 .otherfairSlide .swiper-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 50px; }
      @media all and (max-width: 1024px) {
        .page-fair .cn2 .otherfairSlide .swiper-wrapper {
          flex-wrap: nowrap;
          gap: 0; } }
    .page-fair .cn2 .otherfairSlide .box {
      width: calc((100% - 100px) / 3); }
      @media all and (max-width: 1024px) {
        .page-fair .cn2 .otherfairSlide .box {
          width: auto; } }
      .page-fair .cn2 .otherfairSlide .box a {
        display: inline-block; }
        .page-fair .cn2 .otherfairSlide .box a .img {
          aspect-ratio: 350/250;
          overflow: hidden;
          margin-bottom: 20px; }
          .page-fair .cn2 .otherfairSlide .box a .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .4s ease; }
        .page-fair .cn2 .otherfairSlide .box a:hover .img img {
          transform: scale(1.05); }
      .page-fair .cn2 .otherfairSlide .box .tit {
        font-size: clamp(16px, 1.8vw, 18px);
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 20px; }

.specialTxt h2 {
  margin-bottom: 40px; }
.specialTxt .year {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 600; }
.specialTxt .day {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  line-height: 1.5; }
.specialTxt .txt {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 600; }
.specialTxt h3 {
  font-size: clamp(22px, 3vw, 30px);
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5; }
.specialTxt small {
  font-size: clamp(16px, 1.6vw, 16px);
  font-weight: 600; }

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


FAIR 詳細ページ


*****************************************/
.fair_post-template-default .cn1 {
  padding: 0 0 5%; }
  @media all and (max-width: 1024px) {
    .fair_post-template-default .cn1 {
      padding: 0 0 15%; } }
  .fair_post-template-default .cn1 .inner {
    display: flex;
    align-items: center;
    flex-direction: column; }
  .fair_post-template-default .cn1 * {
    color: #022D6C; }
  .fair_post-template-default .cn1 .subTit {
    font-size: 16px;
    margin-bottom: 20px; }
  .fair_post-template-default .cn1 .tit {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold; }
  .fair_post-template-default .cn1 .day {
    margin-bottom: 20px; }
    @media all and (max-width: 1024px) {
      .fair_post-template-default .cn1 .day {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center; } }
    .fair_post-template-default .cn1 .day span:nth-child(1) {
      color: #E6DFD4;
      padding: 5px 10px;
      background: #022D6C;
      margin-right: 15px;
      border-radius: 3px;
      font-size: 14px; }
      @media all and (max-width: 1024px) {
        .fair_post-template-default .cn1 .day span:nth-child(1) {
          margin-right: 0;
          margin-bottom: 15px;
          width: 60px;
          text-align: center; } }
  .fair_post-template-default .cn1 .detail {
    display: flex; }
    @media all and (max-width: 1024px) {
      .fair_post-template-default .cn1 .detail {
        flex-direction: column;
        align-items: center;
        gap: 20px; } }
    .fair_post-template-default .cn1 .detail .date {
      padding-right: 50px; }
      @media all and (max-width: 1024px) {
        .fair_post-template-default .cn1 .detail .date {
          padding-right: 0;
          display: flex;
          flex-direction: column;
          align-items: center; } }
      .fair_post-template-default .cn1 .detail .date span:nth-child(1) {
        color: #E6DFD4;
        padding: 5px 10px;
        background: #022D6C;
        margin-right: 15px;
        border-radius: 3px;
        font-size: 14px; }
        @media all and (max-width: 1024px) {
          .fair_post-template-default .cn1 .detail .date span:nth-child(1) {
            margin-right: 0;
            margin-bottom: 15px;
            width: 60px;
            text-align: center; } }
    .fair_post-template-default .cn1 .detail .duration {
      display: flex; }
      @media all and (max-width: 1024px) {
        .fair_post-template-default .cn1 .detail .duration {
          padding-right: 0;
          display: flex;
          flex-direction: column;
          align-items: center; } }
      .fair_post-template-default .cn1 .detail .duration span:nth-child(1) {
        color: #E6DFD4;
        padding: 5px 10px;
        background: #022D6C;
        margin-right: 15px;
        border-radius: 3px;
        font-size: 14px; }
        @media all and (max-width: 1024px) {
          .fair_post-template-default .cn1 .detail .duration span:nth-child(1) {
            margin-right: 0;
            margin-bottom: 15px;
            width: 60px;
            text-align: center; } }
.fair_post-template-default .cn2 {
  padding: 5% 0;
  background: #F4F0EA;
  border-bottom: solid 1px #000000; }
  @media all and (max-width: 1024px) {
    .fair_post-template-default .cn2 {
      padding: 0 0 15%; } }
  @media all and (max-width: 1024px) {
    .fair_post-template-default .cn2 .inner {
      width: 100%;
      padding: 0; } }
  .fair_post-template-default .cn2 .wrap {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px; }
    @media all and (max-width: 1024px) {
      .fair_post-template-default .cn2 .wrap {
        flex-direction: column;
        gap: 30px; } }
    .fair_post-template-default .cn2 .wrap .img {
      width: 40%; }
      @media all and (max-width: 1024px) {
        .fair_post-template-default .cn2 .wrap .img {
          width: 100%; } }
    .fair_post-template-default .cn2 .wrap .txt {
      width: calc( 60% - 60px );
      line-height: 2; }
      @media all and (max-width: 1024px) {
        .fair_post-template-default .cn2 .wrap .txt {
          width: 100%;
          padding: 0 5%;
          box-sizing: border-box; } }
  .fair_post-template-default .cn2 .fairBtn {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .fair_post-template-default .cn2 .fairBtn p {
      text-align: center;
      margin-bottom: 20px; }
.fair_post-template-default .cn3 {
  padding: 5% 0;
  background: #F4F0EA; }
  @media all and (max-width: 1024px) {
    .fair_post-template-default .cn3 {
      padding: 15% 0; } }
  .fair_post-template-default .cn3 .naiyoTit {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #022D6C;
    margin-bottom: 70px; }
  .fair_post-template-default .cn3 .wrap {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 5%; }
    @media all and (max-width: 1024px) {
      .fair_post-template-default .cn3 .wrap {
        gap: 30px;
        margin-bottom: 0;
        flex-direction: column; } }
    .fair_post-template-default .cn3 .wrap .box {
      width: calc(( 100% - 60px ) / 2 );
      display: flex;
      gap: 30px; }
      @media all and (max-width: 1024px) {
        .fair_post-template-default .cn3 .wrap .box {
          width: 100%;
          flex-direction: column; } }
      .fair_post-template-default .cn3 .wrap .box .img {
        width: 45%; }
        @media all and (max-width: 1024px) {
          .fair_post-template-default .cn3 .wrap .box .img {
            width: 100%; } }
      .fair_post-template-default .cn3 .wrap .box .txt {
        width: calc( 55% - 30px ); }
        @media all and (max-width: 1024px) {
          .fair_post-template-default .cn3 .wrap .box .txt {
            width: 100%; } }
      .fair_post-template-default .cn3 .wrap .box .tit {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #022D6C; }
      .fair_post-template-default .cn3 .wrap .box p {
        line-height: 2; }
.fair_post-template-default .squareBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
  background: #E6DFD4; }
  .fair_post-template-default .squareBtn a {
    display: inline-block;
    text-align: center;
    background: #022D6C;
    color: #E6DFD4;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 100px; }
    @media all and (max-width: 1024px) {
      .fair_post-template-default .squareBtn a {
        width: 80%;
        margin: 0 auto;
        font-size: 16px;
        padding: 10px 20px;
        box-sizing: border-box; } }
    .fair_post-template-default .squareBtn a:hover {
      opacity: 0.7; }
.fair_post-template-default .cn4 {
  padding: 5% 0;
  background: #F4F0EA; }
  @media all and (max-width: 1024px) {
    .fair_post-template-default .cn4 {
      padding: 15% 0; } }
  .fair_post-template-default .cn4 .naiyoTit {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #022D6C;
    margin-bottom: 70px; }
    @media all and (max-width: 1024px) {
      .fair_post-template-default .cn4 .naiyoTit {
        margin-bottom: 30px; } }

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


スペシャルフェア 詳細


*****************************************/
.fair_post-template-single-fair_post-special {
  overflow: hidden; }
  .fair_post-template-single-fair_post-special main {
    margin-top: 0; }
  .fair_post-template-single-fair_post-special .reservationBtn {
    display: flex;
    justify-content: center; }
  .fair_post-template-single-fair_post-special h2.specialTit {
    font-size: clamp(24px, 3.5vw, 35px);
    line-height: 1.3;
    color: #022D6C;
    letter-spacing: 0.1em;
    font-weight: 700;
    width: 100%;
    padding-top: 70px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2; }
    @media all and (max-width: 1024px) {
      .fair_post-template-single-fair_post-special h2.specialTit {
        padding-top: 50px;
        text-align: center; } }
  .fair_post-template-single-fair_post-special .mainImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 490px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: var(--bg-pc); }
    @media all and (max-width: 1024px) {
      .fair_post-template-single-fair_post-special .mainImg {
        height: 100Vh;
        justify-content: center;
        align-items: flex-end;
        background-image: var(--bg-sp); } }
    .fair_post-template-single-fair_post-special .mainImg .txt {
      padding-right: 5%; }
      @media all and (max-width: 1024px) {
        .fair_post-template-single-fair_post-special .mainImg .txt {
          padding: 5%;
          width: 100%;
          box-sizing: border-box; } }
      .fair_post-template-single-fair_post-special .mainImg .txt h2 {
        font-family: "chapman", sans-serif;
        font-size: clamp(48px, 6.6vw, 66px);
        line-height: 1;
        color: #FFF;
        margin-bottom: 20px; }
      .fair_post-template-single-fair_post-special .mainImg .txt p {
        font-size: clamp(16px, 2.1vw, 24px);
        line-height: 1.5;
        color: #FFF;
        font-weight: bold;
        vertical-align: baseline;
        font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif;
        letter-spacing: 0.5px; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .mainImg .txt p {
            margin-bottom: 20px; } }
      .fair_post-template-single-fair_post-special .mainImg .txt .date-time-wrap .day {
        font-size: clamp(24px, 3.5vw, 35px);
        font-family: "chapman", sans-serif;
        line-height: 1.3;
        color: #FFF;
        display: flex;
        align-items: flex-end;
        letter-spacing: 0.1em;
        font-weight: 700; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .mainImg .txt .date-time-wrap .day {
            flex-direction: column;
            align-items: flex-start; } }
        .fair_post-template-single-fair_post-special .mainImg .txt .date-time-wrap .day span {
          color: #FFF;
          font-size: clamp(30px, 4.5vw, 45px);
          font-family: "chapman", sans-serif;
          letter-spacing: 0.1em;
          font-weight: 700; }
      .fair_post-template-single-fair_post-special .mainImg .txt .date-time-wrap .time {
        font-size: clamp(24px, 3.5vw, 35px);
        font-family: "chapman", sans-serif;
        line-height: 1.3;
        color: #FFF;
        letter-spacing: 0.1em;
        font-weight: 700; }
  .fair_post-template-single-fair_post-special .point .block {
    position: relative;
    z-index: 1;
    padding: 5% 10%; }
    @media all and (max-width: 1024px) {
      .fair_post-template-single-fair_post-special .point .block {
        padding: 10% 10% 20%; } }
    .fair_post-template-single-fair_post-special .point .block .box {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 3%;
      box-sizing: border-box;
      background: #F7F3EC;
      box-shadow: 0px 3px 10px #0000001a;
      border-radius: 10px; }
      @media all and (max-width: 1024px) {
        .fair_post-template-single-fair_post-special .point .block .box {
          flex-direction: column;
          justify-content: center;
          padding: 6%; } }
      .fair_post-template-single-fair_post-special .point .block .box + .box {
        margin-top: 45px; }
      .fair_post-template-single-fair_post-special .point .block .box .no {
        position: absolute;
        top: -20px;
        left: -30px;
        z-index: 2; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .point .block .box .no {
            width: 14vw;
            top: -14px;
            left: -12px; } }
        .fair_post-template-single-fair_post-special .point .block .box .no img {
          max-width: 100%;
          height: auto; }
      .fair_post-template-single-fair_post-special .point .block .box .img {
        width: 45%; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .point .block .box .img {
            width: 100%;
            margin-bottom: 20px; } }
        .fair_post-template-single-fair_post-special .point .block .box .img img {
          max-width: 100%;
          aspect-ratio: 4 / 3;
          object-fit: cover; }
      .fair_post-template-single-fair_post-special .point .block .box .txtWrap {
        width: calc( 55% - 50px );
        margin-left: 50px;
        padding: 50px 0;
        box-sizing: border-box; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .point .block .box .txtWrap {
            width: 90%;
            margin-left: 0;
            padding: 0; } }
        .fair_post-template-single-fair_post-special .point .block .box .txtWrap .en1 {
          font-family: "chapman", sans-serif;
          font-size: clamp(36px, 6vw, 60px);
          color: #032C6C;
          line-height: 1;
          margin-bottom: 30px; }
          @media all and (max-width: 1024px) {
            .fair_post-template-single-fair_post-special .point .block .box .txtWrap .en1 {
              margin-bottom: 20px; } }
        .fair_post-template-single-fair_post-special .point .block .box .txtWrap .tit {
          font-size: clamp(20px, 3vw, 30px);
          line-height: 1.5;
          margin-bottom: 20px;
          font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif;
          letter-spacing: 0.5px; }
        .fair_post-template-single-fair_post-special .point .block .box .txtWrap p {
          font-size: clamp(15px, 1.6vw, 16px);
          line-height: 1.7;
          font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif;
          letter-spacing: 0.5px; }
  .fair_post-template-single-fair_post-special .cn1 {
    padding-bottom: 100px; }
    .fair_post-template-single-fair_post-special .cn1 .cn1-1 {
      display: flex;
      align-items: center;
      margin-bottom: 80px;
      background: #032C6C; }
      @media all and (max-width: 1024px) {
        .fair_post-template-single-fair_post-special .cn1 .cn1-1 {
          flex-direction: column; } }
      .fair_post-template-single-fair_post-special .cn1 .cn1-1 .img {
        width: 40%; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .cn1 .cn1-1 .img {
            width: 100%; } }
        .fair_post-template-single-fair_post-special .cn1 .cn1-1 .img img {
          max-width: 100%;
          height: auto; }
      .fair_post-template-single-fair_post-special .cn1 .cn1-1 .txtWrap {
        width: 60%;
        padding: 80px; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .cn1 .cn1-1 .txtWrap {
            width: 100%;
            padding: 10%;
            box-sizing: border-box; } }
        .fair_post-template-single-fair_post-special .cn1 .cn1-1 .txtWrap * {
          color: #FFF; }
    .fair_post-template-single-fair_post-special .cn1 .cn1-2 {
      width: 80%;
      margin: 0 auto 80px auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media all and (max-width: 1024px) {
        .fair_post-template-single-fair_post-special .cn1 .cn1-2 {
          flex-direction: column; } }
      @media all and (max-width: 1024px) {
        .fair_post-template-single-fair_post-special .cn1 .cn1-2 .img {
          margin-bottom: 20px; } }
      .fair_post-template-single-fair_post-special .cn1 .cn1-2 .img img {
        max-width: 100%;
        height: auto; }
      .fair_post-template-single-fair_post-special .cn1 .cn1-2 .txtWrap {
        margin-left: 50px; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .cn1 .cn1-2 .txtWrap {
            margin-left: 0; } }
        .fair_post-template-single-fair_post-special .cn1 .cn1-2 .txtWrap ul li {
          color: #AC8700;
          font-size: clamp(17px, 2.4vw, 24px);
          font-weight: 600;
          padding-bottom: 15px;
          margin-top: 10px;
          position: relative; }
          @media all and (max-width: 1024px) {
            .fair_post-template-single-fair_post-special .cn1 .cn1-2 .txtWrap ul li {
              text-align: center;
              padding-bottom: 10px;
              margin-top: 10px; } }
          .fair_post-template-single-fair_post-special .cn1 .cn1-2 .txtWrap ul li + li {
            margin-top: 15px; }
          .fair_post-template-single-fair_post-special .cn1 .cn1-2 .txtWrap ul li:after {
            content: "";
            border-bottom: solid 2px #AC8700;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%; }
    .fair_post-template-single-fair_post-special .cn1 .tokuten {
      padding: 0 5%;
      box-sizing: border-box;
      display: flex;
      justify-content: space-around;
      margin-bottom: 100px; }
      @media all and (max-width: 1024px) {
        .fair_post-template-single-fair_post-special .cn1 .tokuten {
          flex-direction: column;
          padding: 0 5% 0 1%;
          margin-bottom: 40px; } }
      .fair_post-template-single-fair_post-special .cn1 .tokuten .box {
        width: calc(( 100% - 40px ) / 3 );
        padding: 50px 30px 90px 30px;
        box-sizing: border-box;
        background-position: left top, right bottom;
        background-repeat: no-repeat, no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: solid 2px #032C6C;
        border-radius: 10px;
        position: relative; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .cn1 .tokuten .box {
            width: 90%;
            background-size: 90%;
            padding: 30px 30px 90px 30px;
            margin: 0 5% 50px;
            box-sizing: border-box; } }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .cn1 .tokuten .box.delay1, .fair_post-template-single-fair_post-special .cn1 .tokuten .box.delay2, .fair_post-template-single-fair_post-special .cn1 .tokuten .box.delay3 {
            transition-delay: 0s; } }
        .fair_post-template-single-fair_post-special .cn1 .tokuten .box .time {
          color: #E6DFD4;
          background: #032C6C;
          padding: 10px 15px;
          font-size: clamp(16px, 2vw, 20px);
          line-height: 1;
          font-weight: bold;
          border-radius: 5px;
          font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif;
          letter-spacing: 0.5px;
          display: inline-block;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, -50%); }
        .fair_post-template-single-fair_post-special .cn1 .tokuten .box .tit {
          font-family: "chapman", sans-serif;
          line-height: 1.3;
          letter-spacing: 0.1em;
          font-weight: 700;
          color: #032C6C;
          font-size: clamp(24px, 3vw, 30px);
          margin-bottom: 20px; }
        .fair_post-template-single-fair_post-special .cn1 .tokuten .box .img {
          margin-bottom: 20px; }
          .fair_post-template-single-fair_post-special .cn1 .tokuten .box .img img {
            width: 100%;
            aspect-ratio: 4 / 3; }
        .fair_post-template-single-fair_post-special .cn1 .tokuten .box p {
          font-size: clamp(16px, 1.6vw, 16px);
          text-align: center;
          font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif;
          letter-spacing: 0.5px;
          line-height: 1.7;
          margin-bottom: 0; }
        .fair_post-template-single-fair_post-special .cn1 .tokuten .box .benefit {
          position: absolute;
          bottom: 0;
          right: 0;
          height: 60px;
          box-sizing: border-box;
          background-color: #AC8700;
          padding: 0 20px 0 50px;
          font-size: 12px;
          border-top-left-radius: 5px;
          border-bottom-right-radius: 10px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .fair_post-template-single-fair_post-special .cn1 .tokuten .box .benefit span {
            text-align: center;
            color: #FFF; }
          .fair_post-template-single-fair_post-special .cn1 .tokuten .box .benefit:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            background: url(./img/iconBenefits.svg) no-repeat;
            background-size: cover;
            width: 52px;
            height: 52px;
            z-index: 2; }
  .fair_post-template-single-fair_post-special .cn2 {
    background: #F4F0EA;
    padding: 100px 0;
    margin-bottom: 80px; }
    @media all and (max-width: 1024px) {
      .fair_post-template-single-fair_post-special .cn2 {
        padding: 50px 0;
        margin-bottom: 0; } }
    .fair_post-template-single-fair_post-special .cn2 h2.specialTit {
      margin-bottom: 50px;
      display: flex;
      justify-content: center; }
    .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box {
      display: flex;
      justify-content: space-between;
      margin-bottom: 100px; }
      @media all and (max-width: 1024px) {
        .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box {
          margin-bottom: 50px; } }
      .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box .img {
        width: 55%; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box .img {
            width: 100%;
            margin-bottom: 20px; } }
        .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box .img img {
          width: 100%;
          aspect-ratio: 700 / 300; }
      .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box .txtWrap {
        width: 45%;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        padding-top: 150px; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box .txtWrap {
            width: 100%;
            padding-top: 0; } }
        .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box .txtWrap .no {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
          .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box .txtWrap .no img {
            max-width: 100%;
            height: auto; }
        .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box .txtWrap .en1 {
          position: relative;
          z-index: 2;
          font-family: "chapman", sans-serif;
          color: #94772F;
          font-size: clamp(40px, 6vw, 60px);
          line-height: 1;
          margin-bottom: 30px;
          padding-bottom: 30px; }
          @media all and (max-width: 1024px) {
            .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box .txtWrap .en1 {
              margin-bottom: 20px;
              padding-bottom: 20px; } }
          .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box .txtWrap .en1:after {
            content: "";
            width: 90px;
            height: 2px;
            background: #032C6C;
            position: absolute;
            bottom: 0;
            left: 0; }
        .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box .txtWrap .tit {
          position: relative;
          z-index: 2;
          font-size: clamp(20px, 3vw, 30px);
          margin-bottom: 20px;
          font-weight: 600;
          line-height: 1.5; }
        .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box .txtWrap p {
          position: relative;
          z-index: 2;
          line-height: 1.7;
          font-size: clamp(16px, 1.8vw, 18px); }
      .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box:nth-child(odd) {
        flex-direction: row; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box:nth-child(odd) {
            flex-direction: column;
            align-items: center; } }
        .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box:nth-child(odd) .txtWrap {
          padding-left: 60px;
          padding-right: 5%; }
          @media all and (max-width: 1024px) {
            .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box:nth-child(odd) .txtWrap {
              padding-left: 0;
              padding-right: 0;
              width: 80%; } }
          .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box:nth-child(odd) .txtWrap .no {
            transform: translateX(-50px); }
            @media all and (max-width: 1024px) {
              .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box:nth-child(odd) .txtWrap .no {
                transform: translate(-30px, -70px);
                width: 100px; } }
      .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box:nth-child(even) {
        flex-direction: row-reverse; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box:nth-child(even) {
            flex-direction: column;
            align-items: center; } }
        .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box:nth-child(even) .txtWrap {
          padding-right: 60px;
          padding-left: 10%; }
          @media all and (max-width: 1024px) {
            .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box:nth-child(even) .txtWrap {
              padding-right: 0;
              padding-left: 0;
              width: 80%; } }
          .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box:nth-child(even) .txtWrap .no {
            transform: translateX(20%); }
            @media all and (max-width: 1024px) {
              .fair_post-template-single-fair_post-special .cn2 .contentsWrap .box:nth-child(even) .txtWrap .no {
                transform: translate(-30px, -70px);
                width: 100px; } }
  .fair_post-template-single-fair_post-special .cn3 {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 50px; }
    @media all and (max-width: 1024px) {
      .fair_post-template-single-fair_post-special .cn3 {
        border: none;
        border-bottom: solid 1px #F0F0F0;
        padding: 15% 0; } }
  .fair_post-template-single-fair_post-special .cn4 {
    padding: 100px 0;
    width: 90%;
    margin: 0 auto; }
    @media all and (max-width: 1024px) {
      .fair_post-template-single-fair_post-special .cn4 {
        padding: 50px 0; } }
    .fair_post-template-single-fair_post-special .cn4 .accessWrap {
      display: flex;
      justify-content: space-around;
      align-items: center; }
      @media all and (max-width: 1024px) {
        .fair_post-template-single-fair_post-special .cn4 .accessWrap {
          flex-direction: column; } }
      .fair_post-template-single-fair_post-special .cn4 .accessWrap .txt {
        width: 40%;
        box-sizing: border-box;
        padding-right: 50px; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .cn4 .accessWrap .txt {
            width: 100%;
            padding-right: 0;
            margin-bottom: 20px;
            text-align: center; } }
        .fair_post-template-single-fair_post-special .cn4 .accessWrap .txt .tit {
          color: #032C6C;
          font-size: clamp(24px, 3vw, 30px);
          line-height: 1;
          margin-bottom: 50px; }
          @media all and (max-width: 1024px) {
            .fair_post-template-single-fair_post-special .cn4 .accessWrap .txt .tit {
              margin-bottom: 30px; } }
        .fair_post-template-single-fair_post-special .cn4 .accessWrap .txt p {
          line-height: 1.7;
          font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif;
          letter-spacing: 0.5px; }
      .fair_post-template-single-fair_post-special .cn4 .accessWrap .map {
        aspect-ratio: 10 / 5;
        width: 60%; }
        @media all and (max-width: 1024px) {
          .fair_post-template-single-fair_post-special .cn4 .accessWrap .map {
            width: 100%;
            aspect-ratio: 10 / 7; } }
        .fair_post-template-single-fair_post-special .cn4 .accessWrap .map iframe {
          height: 100%;
          width: 100%; }

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


COLUMN


*****************************************/
.post-type-archive-column_post .cn1 {
  background: #022D6C;
  padding: 30px 0;
  margin-bottom: 5%; }
  @media all and (max-width: 1024px) {
    .post-type-archive-column_post .cn1 {
      margin-bottom: 15%; } }
  .post-type-archive-column_post .cn1 .defaultSlide .box a {
    width: 100%;
    height: 100%; }
  .post-type-archive-column_post .cn1 .defaultSlide .box .img {
    position: relative;
    aspect-ratio: 800 / 400; }
    @media all and (max-width: 1024px) {
      .post-type-archive-column_post .cn1 .defaultSlide .box .img {
        aspect-ratio: 800 / 550; } }
    .post-type-archive-column_post .cn1 .defaultSlide .box .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .post-type-archive-column_post .cn1 .defaultSlide .box .img .cat {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px 20px;
      background: #F4F0EA;
      color: #022D6C;
      border-top-right-radius: 10px;
      font-weight: bold; }
  .post-type-archive-column_post .cn1 .defaultSlide .box .tit {
    color: #FFF;
    font-size: clamp(15px, 1.6vw, 20px);
    padding: 20px 5%; }
.post-type-archive-column_post .cn2 {
  padding: 0 0 5%; }
  @media all and (max-width: 1024px) {
    .post-type-archive-column_post .cn2 {
      padding: 0 0 15%; } }
  .post-type-archive-column_post .cn2 .catSelect {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px; }
    .post-type-archive-column_post .cn2 .catSelect .category-dropdown select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #f9f6f0 url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E") no-repeat right 10px center;
      background-size: 10px 6px;
      border: 1px solid #aaa;
      padding: 10px 35px 10px 12px;
      font-size: 14px;
      color: #666;
      border-radius: 2px;
      width: 220px;
      cursor: pointer; }
  .post-type-archive-column_post .cn2 .columnWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; }
    @media all and (max-width: 1024px) {
      .post-type-archive-column_post .cn2 .columnWrap {
        flex-direction: column; } }
    .post-type-archive-column_post .cn2 .columnWrap .box {
      display: block;
      width: calc((100% - 80px) / 3);
      text-decoration: none;
      color: inherit; }
      @media all and (max-width: 1024px) {
        .post-type-archive-column_post .cn2 .columnWrap .box {
          width: 100%; } }
      .post-type-archive-column_post .cn2 .columnWrap .box .img {
        aspect-ratio: 16 / 9;
        overflow: hidden;
        margin-bottom: 20px; }
        @media all and (max-width: 1024px) {
          .post-type-archive-column_post .cn2 .columnWrap .box .img {
            width: 100%; } }
        .post-type-archive-column_post .cn2 .columnWrap .box .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
      .post-type-archive-column_post .cn2 .columnWrap .box .wrap {
        display: flex;
        font-size: 0.85em;
        margin-bottom: 13px; }
        @media all and (max-width: 1024px) {
          .post-type-archive-column_post .cn2 .columnWrap .box .wrap {
            padding: 0 5%; } }
        .post-type-archive-column_post .cn2 .columnWrap .box .wrap .cat {
          color: #022D6C;
          margin-right: 15px;
          padding-right: 15px;
          border-right: solid 1px #707070;
          line-height: 1;
          font-weight: bold; }
        .post-type-archive-column_post .cn2 .columnWrap .box .wrap .date {
          color: #707070;
          font-style: italic;
          line-height: 1; }
      .post-type-archive-column_post .cn2 .columnWrap .box .tit {
        font-size: 16px;
        line-height: 1.6; }
        @media all and (max-width: 1024px) {
          .post-type-archive-column_post .cn2 .columnWrap .box .tit {
            padding: 0 5%; } }
      .post-type-archive-column_post .cn2 .columnWrap .box.new {
        position: relative; }
        .post-type-archive-column_post .cn2 .columnWrap .box.new:before {
          content: "";
          background-image: url(./img/iconNew.svg);
          width: 110px;
          height: 110px;
          position: absolute;
          top: -2px;
          left: -2px;
          z-index: 2; }
  .post-type-archive-column_post .cn2 .pagination {
    text-align: center;
    margin-top: 60px; }
    .post-type-archive-column_post .cn2 .pagination ul.page-numbers {
      display: inline-flex;
      gap: 10px;
      justify-content: center;
      align-items: center;
      list-style: none;
      padding: 0;
      margin: 0; }
      .post-type-archive-column_post .cn2 .pagination ul.page-numbers li a,
      .post-type-archive-column_post .cn2 .pagination ul.page-numbers li span {
        display: inline-block;
        padding: 6px 12px;
        text-decoration: none;
        color: #022D6C;
        font-size: 14px;
        border-radius: 50px;
        transition: 0.2s; }
        @media all and (max-width: 1024px) {
          .post-type-archive-column_post .cn2 .pagination ul.page-numbers li a,
          .post-type-archive-column_post .cn2 .pagination ul.page-numbers li span {
            padding: 5px 10px;
            font-size: 13px; } }
      .post-type-archive-column_post .cn2 .pagination ul.page-numbers li .current {
        font-weight: bold;
        background: #022D6C;
        color: #fff; }
      .post-type-archive-column_post .cn2 .pagination ul.page-numbers li .prev,
      .post-type-archive-column_post .cn2 .pagination ul.page-numbers li .next {
        font-weight: bold;
        border: 1px solid #022D6C;
        padding: 6px 18px;
        display: flex;
        align-items: center;
        gap: 5px;
        border-radius: 50px; }
        .post-type-archive-column_post .cn2 .pagination ul.page-numbers li .prev:hover,
        .post-type-archive-column_post .cn2 .pagination ul.page-numbers li .next:hover {
          background: #022D6C;
          color: #fff;
          border-color: #022D6C; }
        @media all and (max-width: 1024px) {
          .post-type-archive-column_post .cn2 .pagination ul.page-numbers li .prev,
          .post-type-archive-column_post .cn2 .pagination ul.page-numbers li .next {
            padding: 5px 16px;
            font-size: 13px; } }

body.paged .columnWrap .box:nth-child(-n+2)::before {
  display: none; }

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


FAQ


*****************************************/
.page-faq .pageTitWrap {
  height: 300px; }
  @media all and (max-width: 1024px) {
    .page-faq .pageTitWrap {
      height: 150px; } }
.page-faq .cn1 {
  padding: 100px 0 100px;
  background: #F5F0E9; }
  @media all and (max-width: 1024px) {
    .page-faq .cn1 {
      padding: 50px 0 100px; } }
.page-faq .faqMenu {
  display: flex;
  gap: 20px;
  margin-bottom: 60px; }
  @media all and (max-width: 1024px) {
    .page-faq .faqMenu {
      flex-wrap: wrap;
      margin-bottom: 40px; } }
  .page-faq .faqMenu li {
    width: calc(( 100% - 80px ) / 5 ); }
    @media all and (max-width: 1024px) {
      .page-faq .faqMenu li {
        width: calc(( 100% - 20px ) / 2 ); } }
    .page-faq .faqMenu li a {
      display: flex;
      justify-content: center;
      align-items: center;
      border: solid 1px #022D6C;
      border-radius: 5px;
      text-align: center;
      height: 60px;
      background-color: transparent;
      transition: 0.8s;
      color: #022D6C;
      cursor: pointer;
      box-sizing: border-box; }
      .page-faq .faqMenu li a.active {
        border-color: #022D6C;
        background-color: #022D6C;
        color: #F5F0E9; }
.page-faq .faqBox {
  display: none; }
.page-faq .faqBox.active {
  display: block; }
.page-faq .accordion {
  border-top: 1px solid #8D8D8D; }
  .page-faq .accordion:last-of-type {
    border-bottom: 1px solid #8D8D8D; }
  .page-faq .accordion dt,
  .page-faq .accordion dd {
    position: relative; }
  .page-faq .accordion dt {
    margin: 0;
    padding: 20px 48px;
    cursor: pointer;
    line-height: 1.8;
    box-sizing: border-box;
    position: relative; }
    .page-faq .accordion dt::before {
      content: 'Q';
      position: absolute;
      left: 16px;
      top: 16px;
      font-weight: 700;
      color: #777;
      font-size: 20px; }
    .page-faq .accordion dt::after {
      content: '+';
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      color: #777;
      transition: transform .2s ease;
      font-size: 20px; }
  .page-faq .accordion dd {
    margin: 0;
    padding: 0 48px;
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease;
    box-sizing: border-box; }
    .page-faq .accordion dd::before {
      content: 'A';
      position: absolute;
      left: 16px;
      top: 50%;
      transform: translateY(-75%);
      font-weight: 700;
      color: #777;
      font-size: 20px; }
  .page-faq .accordion.is-open dt::after {
    content: '-'; }
  .page-faq .accordion.is-open dd {
    padding: 5px 48px 20px; }

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


COLUMN　詳細ページ


*****************************************/
.single-column_post .postWrap {
  padding: 5% 0;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 100px; }
  @media all and (max-width: 1024px) {
    .single-column_post .postWrap {
      padding: 15% 0; } }
  .single-column_post .postWrap .block {
    width: calc(100% - 340px); }
    .single-column_post .postWrap .block .wrap {
      display: flex;
      font-size: 0.85em;
      margin-bottom: 30px; }
      @media all and (max-width: 1024px) {
        .single-column_post .postWrap .block .wrap {
          padding: 0 5%; } }
      .single-column_post .postWrap .block .wrap .date {
        color: #707070;
        font-style: italic;
        line-height: 1;
        margin-right: 15px;
        padding-right: 15px;
        border-right: solid 1px #707070; }
      .single-column_post .postWrap .block .wrap .cat {
        color: #022D6C;
        line-height: 1;
        font-weight: bold; }
    .single-column_post .postWrap .block .postTit {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media all and (max-width: 1024px) {
        .single-column_post .postWrap .block .postTit {
          padding: 0 5%; } }
    .single-column_post .postWrap .block .postImg {
      margin-bottom: 20px;
      width: 100%;
      aspect-ratio: 400 / 266; }
      .single-column_post .postWrap .block .postImg img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .single-column_post .postWrap .block .postCn {
      font-size: 16px;
      line-height: 2; }
      @media all and (max-width: 1024px) {
        .single-column_post .postWrap .block .postCn {
          max-width: 100%;
          padding: 0 5%; } }
    @media (max-width: 1024px) {
      .single-column_post .postWrap .block {
        width: 100%; } }
  .single-column_post .postWrap .side {
    width: 260px; }
    @media all and (max-width: 1024px) {
      .single-column_post .postWrap .side {
        padding: 0 5%;
        box-sizing: border-box; } }
    .single-column_post .postWrap .side .tit {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: solid 1px #022D6C; }
      .single-column_post .postWrap .side .tit span {
        color: #022D6C; }
        .single-column_post .postWrap .side .tit span:nth-child(1) {
          font-size: clamp(22px, 1.5vw, 24px);
          margin-right: 30px; }
        .single-column_post .postWrap .side .tit span:nth-child(2) {
          font-size: 13px;
          font-weight: bold; }
    .single-column_post .postWrap .side ul {
      list-style: none;
      padding: 0; }
      .single-column_post .postWrap .side ul li {
        border-bottom: solid 1px #B9B9B9; }
        .single-column_post .postWrap .side ul li a {
          color: #333;
          text-decoration: none;
          transition: 0.2s;
          padding: 15px 0;
          display: flex;
          justify-content: space-between; }
          .single-column_post .postWrap .side ul li a:hover {
            opacity: 0.7; }
          .single-column_post .postWrap .side ul li a .img {
            width: 25%; }
          .single-column_post .postWrap .side ul li a .txt {
            width: calc( 75% - 15px );
            font-size: 14px; }
    @media (max-width: 1024px) {
      .single-column_post .postWrap .side {
        width: 100%; } }

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


THANKS


*****************************************/
.page-thanks .pageTitWrap {
  padding-bottom: 0; }
.page-thanks .cn1 {
  padding-bottom: 5%; }
  @media all and (max-width: 1024px) {
    .page-thanks .cn1 {
      padding-bottom: 15%; } }
  .page-thanks .cn1 .txt {
    color: #022D6C;
    line-height: 2;
    text-align: center; }
    .page-thanks .cn1 .txt * {
      color: #022D6C;
      line-height: 2;
      text-align: center; }

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