@import url("//fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&display=swap");
.contents {
  overflow: visible; }

.facilitiesSec01 {
  padding: 0 40px 120px; }
  .facilitiesSec01 .inr {
    margin: 0 auto;
    max-width: 1280px;
    text-align: center; }
    .facilitiesSec01 .inr h3 {
      font-family: "BIZ UDPMincho", serif;
      font-size: 1.5rem;
      line-height: 1.3;
      font-weight: 500;
      margin-bottom: 24px; }
    .facilitiesSec01 .inr .desc {
      color: #9D9F84;
      font-size: 1.125rem;
      line-height: 2;
      margin-bottom: 60px; }
    .facilitiesSec01 .inr table {
      border: none;
      color: #DDDFC5;
      margin: 0 0 24px;
      width: 100%; }
      .facilitiesSec01 .inr table th, .facilitiesSec01 .inr table td {
        border: none;
        letter-spacing: 0.04em;
        padding: 16px 8px;
        text-align: center; }
      .facilitiesSec01 .inr table th {
        background: #2C4134;
        font-family: "BIZ UDPMincho", serif;
        font-size: 0.8125rem;
        line-height: 1.3;
        font-weight: 500; }
      .facilitiesSec01 .inr table td {
        background: #16211B;
        color: #9D9F84;
        font-size: 0.875rem;
        letter-spacing: 0;
        line-height: 1.3;
        width: 21%; }
      .facilitiesSec01 .inr table thead th {
        font-size: 1.0625rem;
        line-height: 1.3;
        height: 56px;
        padding: 4px 8px; }

@media only screen and (max-width: 768px) {
  .facilitiesSec01 {
    padding: 0 0 80px; }
    .facilitiesSec01 .inr {
      margin: 0 auto;
      max-width: 1280px;
      text-align: center; }
      .facilitiesSec01 .inr .spPadding {
        padding: 0 7.5vw; }
      .facilitiesSec01 .inr h3 {
        font-size: 18px;
        margin-bottom: 20px; }
      .facilitiesSec01 .inr .desc {
        font-size: 15px;
        margin-bottom: 40px;
        text-align: left; }
      .facilitiesSec01 .inr .js-scrollable {
        padding: 0 0 12px 5vw; }
      .facilitiesSec01 .inr table {
        margin: 0;
        width: 800px; } }
.clm2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 0 120px;
  width: 100%;
  position: relative; }
  .clm2 #main {
    margin: 0;
    padding: 0;
    width: 74%; }
  .clm2 #side {
    width: 22%;
    font-feature-settings: "palt";
    position: sticky;
    top: 120px; }

.anchorNav {
  background: rgba(0, 0, 0, 0.2);
  padding: 0; }
  .anchorNav > ul {
    margin: 0;
    position: relative; }
    .anchorNav > ul > li {
      font-family: "Cardo", serif;
      font-size: 1.25rem;
      line-height: 1;
      font-weight: 400;
      letter-spacing: 0.02em;
      line-height: 1.45; }
      .anchorNav > ul > li > a {
        border-bottom: 1px solid #3B413C;
        color: #6A6C56;
        display: flex;
        align-items: center;
        min-height: 90px;
        padding: 12px 24px;
        position: relative;
        text-decoration: none;
        transition: 0.2s;
        width: 100%; }
        .anchorNav > ul > li > a:before {
          background: rgba(255, 255, 255, 0.6);
          content: '';
          display: inline-block;
          height: 1px;
          width: 0;
          position: absolute;
          bottom: -1px;
          left: 0;
          transition: 0.2s; }
        .anchorNav > ul > li > a.active {
          color: #DDDFC5;
          font-size: 2.25rem; }
          .anchorNav > ul > li > a.active:before {
            width: 100%; }
        .anchorNav > ul > li > a:hover {
          color: #DDDFC5; }
          .anchorNav > ul > li > a:hover:before {
            width: 100%; }

@media only screen and (max-width: 768px) {
  #topcontrol {
    bottom: 60px; }

  .clm2 {
    display: block;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
    position: relative; }
    .clm2 #main {
      margin: 0;
      padding: 0;
      width: 100%; }
    .clm2 #side {
      width: 100%;
      position: sticky;
      top: auto;
      bottom: 0; }

  .anchorNav {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);
    padding: 0; }
    .anchorNav > ul {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .anchorNav > ul > li {
        font-size: 13px;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 0.02em;
        line-height: 1.45;
        text-align: center;
        flex: 1; }
        .anchorNav > ul > li > a {
          border-bottom: 1px solid #3B413C;
          color: #6A6C56;
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 40px;
          padding: 12px 0;
          position: relative;
          text-decoration: none;
          transition: 0.2s;
          width: 100%; }
          .anchorNav > ul > li > a:before {
            background: rgba(255, 255, 255, 0.6);
            content: '';
            display: inline-block;
            height: 1px;
            width: 0;
            position: absolute;
            bottom: -1px;
            left: 0;
            transition: 0.2s; }
          .anchorNav > ul > li > a.active {
            font-size: 13px; }
            .anchorNav > ul > li > a.active:before {
              width: 100%; }
          .anchorNav > ul > li > a:hover {
            color: #DDDFC5; }
            .anchorNav > ul > li > a:hover:before {
              width: 100%; } }
.facilitiesSec02 {
  padding-top: 80px; }
  .facilitiesSec02:first-child {
    padding-top: 40px; }
  .facilitiesSec02 .facVi {
    font-family: "Cardo", serif;
    margin-bottom: 40px;
    padding-top: 70px;
    position: relative; }
    .facilitiesSec02 .facVi .facViTxt {
      display: flex;
      align-items: center;
      font-size: 6.0625rem;
      line-height: 1;
      position: absolute;
      top: 0; }
      .facilitiesSec02 .facVi .facViTxt .num {
        font-size: 1.125rem;
        font-style: italic;
        position: relative;
        top: -10px;
        margin-left: 16px; }
  .facilitiesSec02 h3 {
    font-family: "BIZ UDPMincho", serif;
    font-size: 0.875rem;
    margin-bottom: 28px; }
  .facilitiesSec02 .facData01 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px; }
    .facilitiesSec02 .facData01 .facData01L h2 {
      font-family: "Cardo", serif;
      font-size: 2.25rem;
      line-height: 1;
      margin-bottom: 12px; }
    .facilitiesSec02 .facData01 .facData01L p {
      color: #9D9F84;
      font-size: 0.9375rem;
      line-height: 1.9; }
  .facilitiesSec02 .facData02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 68px; }
    .facilitiesSec02 .facData02 .img {
      width: 55%; }
    .facilitiesSec02 .facData02 .data {
      padding-right: 20px;
      width: 38%; }
      .facilitiesSec02 .facData02 .data h4 {
        font-family: "Cardo", serif;
        font-size: 2.1875rem;
        line-height: 1.2;
        margin-bottom: 12px; }
      .facilitiesSec02 .facData02 .data p {
        color: #9D9F84;
        font-size: 0.9375rem;
        line-height: 1.9; }
  .facilitiesSec02 .slideBox {
    position: relative;
    width: calc(100% + ((100vw - 1500px) / 2));
    margin-right: calc(50% - 50vw); }
  .facilitiesSec02 .swiper {
    position: relative;
    padding: 0 0 12px;
    overflow-y: visible !important; }
    .facilitiesSec02 .swiper .swiper-slide {
      box-sizing: border-box;
      padding: 0;
      position: relative;
      width: min(80vw, 400px); }
      .facilitiesSec02 .swiper .swiper-slide .slideImg {
        position: relative; }
      .facilitiesSec02 .swiper .swiper-slide h5 {
        font-family: "BIZ UDPMincho", serif;
        font-size: 1.0625rem;
        line-height: 1.8;
        padding-top: 20px; }
      .facilitiesSec02 .swiper .swiper-slide .slideDesc {
        color: #9D9F84;
        font-size: 0.875rem;
        line-height: 1.8;
        letter-spacing: 0;
        padding: 8px 20% 20px 0; }
  .facilitiesSec02 .swiper-button-prev, .facilitiesSec02 .swiper-button-next {
    background: #FFF;
    border-radius: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    min-width: 54px;
    min-height: 54px;
    width: 3vw;
    height: 3vw;
    cursor: pointer;
    z-index: 2;
    transition: 0.2s;
    opacity: 1; }
    .facilitiesSec02 .swiper-button-prev:hover, .facilitiesSec02 .swiper-button-next:hover {
      transform: scale(1.2);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .facilitiesSec02 .swiper-button-prev::before,
  .facilitiesSec02 .swiper-button-next::before {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    font-family: "Cardo", serif; }
  .facilitiesSec02 .swiper-button-prev::after,
  .facilitiesSec02 .swiper-button-next::after {
    background: url("../img/common/icon_next.svg") center center no-repeat;
    background-size: 15px auto;
    width: 15px;
    height: 15px;
    content: ""; }
  .facilitiesSec02 .swiper-button-prev::after {
    margin-left: 0.1rem;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .facilitiesSec02 .swiper-button-next::after {
    margin-right: 0.4rem; }
  .facilitiesSec02 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0; }
  .facilitiesSec02 .swiper-button-prev {
    right: 70px !important;
    left: auto !important;
    top: -60px; }
  .facilitiesSec02 .swiper-button-next {
    right: 0 !important;
    top: -60px; }
  .facilitiesSec02 .swiper-button-next.swiper-button-disabled, .facilitiesSec02 .swiper-button-prev.swiper-button-disabled {
    opacity: .15; }
  .facilitiesSec02 .swiper-horizontal > .swiper-pagination-bullets, .facilitiesSec02 .swiper-pagination-bullets.swiper-pagination-horizontal, .facilitiesSec02 .swiper-pagination-custom, .facilitiesSec02 .swiper-pagination-fraction {
    bottom: -30px !important; }
  .facilitiesSec02 .swiper-horizontal > .swiper-scrollbar, .facilitiesSec02 .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 2px;
    width: 100%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.05); }
  .facilitiesSec02 .swiper-scrollbar-drag {
    background: #dddfc5;
    height: 2px; }

@media only screen and (max-width: 768px) {
  .facilitiesSec02 {
    padding-top: 100px; }
    .facilitiesSec02:first-child {
      padding-top: 100px; }
    .facilitiesSec02 .facVi {
      margin-bottom: 36px;
      padding-top: 40px;
      position: relative; }
      .facilitiesSec02 .facVi .facViTxt {
        font-size: 60px;
        top: 0;
        left: 2.5vw; }
        .facilitiesSec02 .facVi .facViTxt .num {
          font-size: 15px;
          font-style: italic;
          position: relative;
          top: -6px;
          margin-left: 12px; }
    .facilitiesSec02 h3 {
      font-size: 13px;
      margin-bottom: 20px; }
    .facilitiesSec02 > h3 {
      padding: 0 5vw; }
    .facilitiesSec02 .facData01 {
      display: block;
      padding: 0 5vw 40px; }
      .facilitiesSec02 .facData01 .facData01L {
        margin-bottom: 0;
        width: 100%; }
        .facilitiesSec02 .facData01 .facData01L h2 {
          font-size: 30px;
          margin-bottom: 12px; }
        .facilitiesSec02 .facData01 .facData01L p {
          line-height: 1.8; }
    .facilitiesSec02 .facData02 {
      display: block;
      align-items: center;
      justify-content: space-between;
      padding: 0 7.5vw 40px; }
      .facilitiesSec02 .facData02 .img {
        margin-bottom: 32px;
        width: 100%; }
      .facilitiesSec02 .facData02 .data {
        width: 100%; }
        .facilitiesSec02 .facData02 .data h4 {
          font-size: 24px;
          line-height: 1.4; }
        .facilitiesSec02 .facData02 .data p {
          line-height: 1.8; }
    .facilitiesSec02 .slideBox {
      position: relative;
      width: 100%;
      margin-right: 0; }
    .facilitiesSec02 .swiper {
      position: relative;
      padding: 0 0 12px 7.5vw;
      overflow-y: visible !important; }
      .facilitiesSec02 .swiper .swiper-slide {
        box-sizing: border-box;
        padding: 0;
        position: relative;
        width: min(75vw, 400px); }
        .facilitiesSec02 .swiper .swiper-slide .slideImg {
          position: relative; }
        .facilitiesSec02 .swiper .swiper-slide .slideDesc {
          color: #9D9F84;
          font-size: 0.875rem;
          line-height: 1.8;
          letter-spacing: 0;
          padding: 20px 20% 20px 0; }
    .facilitiesSec02 .swiper-button-prev, .facilitiesSec02 .swiper-button-next {
      background: #FFF;
      border-radius: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      display: flex;
      min-width: 54px;
      min-height: 54px;
      width: 3vw;
      height: 3vw;
      cursor: pointer;
      z-index: 2;
      transition: 0.2s;
      opacity: 1; }
      .facilitiesSec02 .swiper-button-prev:hover, .facilitiesSec02 .swiper-button-next:hover {
        transform: scale(1.2);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
    .facilitiesSec02 .swiper-button-prev::before,
    .facilitiesSec02 .swiper-button-next::before {
      content: "";
      border-radius: 50%;
      -webkit-box-shadow: var(--box-shadow);
      box-shadow: var(--box-shadow);
      font-family: "Cardo", serif; }
    .facilitiesSec02 .swiper-button-prev::after,
    .facilitiesSec02 .swiper-button-next::after {
      background: url("../img/common/icon_next.svg") center center no-repeat;
      background-size: 15px auto;
      width: 15px;
      height: 15px;
      content: ""; }
    .facilitiesSec02 .swiper-button-prev::after {
      margin-left: 0.1rem;
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .facilitiesSec02 .swiper-button-next::after {
      margin-right: 0.4rem; }
    .facilitiesSec02 .swiper-button-disabled {
      pointer-events: none;
      opacity: 0; }
    .facilitiesSec02 .swiper-button-prev {
      right: 70px !important;
      left: auto !important;
      top: -60px; }
    .facilitiesSec02 .swiper-button-next {
      right: 0 !important;
      top: -60px; }
    .facilitiesSec02 .swiper-button-next.swiper-button-disabled, .facilitiesSec02 .swiper-button-prev.swiper-button-disabled {
      opacity: .15; }
    .facilitiesSec02 .swiper-horizontal > .swiper-pagination-bullets, .facilitiesSec02 .swiper-pagination-bullets.swiper-pagination-horizontal, .facilitiesSec02 .swiper-pagination-custom, .facilitiesSec02 .swiper-pagination-fraction {
      bottom: -30px !important; }
    .facilitiesSec02 .swiper-horizontal > .swiper-scrollbar, .facilitiesSec02 .swiper-scrollbar.swiper-scrollbar-horizontal {
      left: 0;
      bottom: 0;
      z-index: 2;
      height: 2px;
      width: 100%;
      border-radius: 0;
      background: rgba(255, 255, 255, 0.05); }
    .facilitiesSec02 .swiper-scrollbar-drag {
      background: #dddfc5;
      height: 2px; } }
.facilitiesSec03 {
  padding: 40px 40px 120px; }
  .facilitiesSec03 .inr {
    margin: 0 auto;
    max-width: 1280px;
    text-align: center; }
    .facilitiesSec03 .inr .head02 {
      margin-bottom: 60px; }
    .facilitiesSec03 .inr .rentalList {
      display: flex;
      justify-content: space-between; }
      .facilitiesSec03 .inr .rentalList li {
        width: 47%; }
        .facilitiesSec03 .inr .rentalList li p {
          padding-top: 24px; }

@media only screen and (max-width: 768px) {
  .facilitiesSec03 {
    padding: 90px 2.5vw 60px; }
    .facilitiesSec03 .inr .head02 {
      margin-bottom: 40px; }
    .facilitiesSec03 .inr .rentalList {
      display: flex;
      justify-content: space-between; }
      .facilitiesSec03 .inr .rentalList li {
        width: 48.5%; }
        .facilitiesSec03 .inr .rentalList li p {
          font-size: 12px;
          letter-spacing: 0;
          padding-top: 12px; } }
