@charset "UTF-8";
@import url("https://use.typekit.net/aob0oor.css");
.pool-area-cg {
  max-width: 1240px;
  margin-inline: auto;
  margin-bottom: 1rem; }

.pool-area {
  display: grid;
  grid-template-columns: 1fr 330px; }
  .pool-area .illust .note {
    text-align: left; }
  .pool-area .image-photo-list {
    display: flex;
    flex-direction: column;
    gap: 2rem; }

.inner:has(.detail) {
  max-width: 1160px; }

.detail {
  display: flex;
  gap: 9rem;
  align-items: center; }
  .detail .img {
    flex: 1; }
    .detail .img .note {
      right: inherit;
      left: 1rem; }
  .detail .copy {
    width: 35%; }
  .detail .lead {
    margin-top: 3rem; }
  .detail:nth-child(1) .img {
    margin-left: calc(50% - 50vw + 6px); }
  .detail:nth-child(2) {
    margin-top: 10rem; }
    .detail:nth-child(2) .copy {
      order: 1; }
    .detail:nth-child(2) .img {
      order: 2;
      margin-right: calc(50% - 50vw + 6px); }

.other-photo {
  display: grid;
  grid-template-columns: 1fr 0.63fr;
  gap: 2rem;
  padding-bottom: 3rem; }
  .other-photo .img .note {
    right: inherit;
    left: 1rem; }

@media screen and (max-width: 900px) {
  .detail {
    gap: 5rem; }

  .pool-area {
    grid-template-columns: 1fr; }
    .pool-area .illust {
      margin-inline-end: -10%; }
      .pool-area .illust .note {
        text-align: left; }
    .pool-area .image-photo-list {
      margin-top: 2rem;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem; } }
@media screen and (max-width: 768px) {
  .inner:has(.pool-area) {
    padding-top: 0; }

  .pool-area .image-photo-list {
    gap: 0.5rem; }

  .detail {
    flex-direction: column; }
    .detail .img .note {
      right: inherit;
      left: 1rem; }
    .detail .copy {
      width: 90%;
      margin-inline: auto; }
    .detail .lead {
      margin-top: 2rem; }
    .detail:nth-child(1) .img {
      margin-left: 0; }
    .detail:nth-child(2) {
      margin-top: 6rem; }
      .detail:nth-child(2) .copy {
        order: 2; }
      .detail:nth-child(2) .img {
        order: 1;
        margin-right: 0; }

  .inner:has(.detail),
  .inner:has(.other-photo) {
    padding-top: 0; }

  .inner:has(.detail) {
    padding-bottom: 4rem; }

  .other-photo {
    gap: 1rem; } }
.area-mess {
  margin: auto;
  max-width: 64rem;
  background: #dfecf1;
  border-radius: 20rem;
  box-sizing: border-box;
  padding: 2rem 1rem;
  text-align: center;
  font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  margin-bottom: 8rem; }
  .area-mess .icon-txt {
    position: relative;
    padding-left: 2.2rem; }
    .area-mess .icon-txt img {
      position: absolute;
      left: 0%;
      top: 50%;
      transform: translateY(-50%);
      width: 1.8rem;
      height: auto; }

.area-map {
  margin: auto;
  max-width: 1000px;
  margin-bottom: 3rem;
  position: relative; }
  .area-map .base {
    position: relative;
    z-index: 0; }
  .area-map .icon {
    position: absolute;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    transform: translate(-50%, -50%); }
    .area-map .icon img {
      width: 100% !important;
      height: auto !important; }
    .area-map .icon a {
      display: block; }
      .area-map .icon a:before {
        content: "";
        position: absolute;
        z-index: -10;
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
        border-radius: 50%;
        background: #3fa2ba;
        transform: translate3d(0, 0, 0);
        animation: anime 1.2s ease-out infinite;
        opacity: 0.5; }
      .area-map .icon a:before {
        animation: anime 1.2s ease-out infinite; }
@keyframes anime {
  0% {
    transform: scale(1);
    opacity: 0.7; }
  90% {
    opacity: 0 0.7; }
  to {
    transform: scale(6, 6);
    opacity: 0; } }
  .area-map .icon.link01 {
    top: 45.5%;
    left: 30.5%; }
  .area-map .icon.link02 {
    top: 46%;
    left: 44.5%; }
  .area-map .icon.link03 {
    top: 37%;
    left: 70%; }
  .area-map .icon.link04 {
    top: 72%;
    left: 13.5%; }
  .area-map .icon.link05 {
    top: 68%;
    left: 24.5%; }
  .area-map .t-icon {
    position: absolute;
    z-index: 5;
    display: block;
    height: 4%; }
    .area-map .t-icon a {
      display: block;
      background: rgba(0, 0, 0, 0.01);
      height: 100%;
      width: 100%; }
  .area-map .t-icon.txt01 {
    left: 0.9%;
    top: 13.3%;
    width: 25%; }
  .area-map .t-icon.txt02 {
    left: 0.9%;
    top: 7.3%;
    width: 25%; }
  .area-map .t-icon.txt03 {
    left: 61.8%;
    top: 68%;
    width: 17%; }
  .area-map .t-icon.txt04 {
    left: 61.8%;
    top: 92.3%;
    width: 17%; }
  .area-map .t-icon.txt05 {
    left: 61.8%;
    top: 86.5%;
    width: 17%; }

#hidden_item {
  display: none; }

#cboxPrevious,
#cboxNext {
  display: none !important; }

.area-item {
  max-width: 900px;
  margin: auto;
  padding: 3rem 3rem 3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center; }
  .area-item .img {
    flex: 1; }
  .area-item .copy {
    width: 24rem;
    padding-left: 4rem; }
    .area-item .copy .copy-en {
      font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 700;
      font-style: normal;
      color: #3fa2ba;
      font-size: 3rem;
      line-height: 1; }
    .area-item .copy .copy-kana {
      font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt";
      color: #444;
      font-size: 1.8rem;
      line-height: 1.4;
      margin-top: 2rem; }
  @media screen and (max-width: 1000px) {
    .area-item {
      padding: 2rem; }
      .area-item .copy {
        width: 20rem;
        padding-left: 3rem; }
        .area-item .copy .copy-en {
          font-size: 2.4rem; }
        .area-item .copy .copy-kana {
          font-size: 1.8rem; } }
  @media screen and (max-width: 600px) {
    .area-item {
      padding: 2rem;
      display: block; }
      .area-item .img {
        width: 100%; }
      .area-item .copy {
        width: 100%;
        padding-left: 0rem;
        text-align: center;
        padding-top: 3rem;
        padding-bottom: 1rem; }
        .area-item .copy .copy-en {
          font-size: 3.4rem; }
        .area-item .copy .copy-kana {
          font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          font-weight: 300;
          -webkit-font-smoothing: antialiased;
          font-feature-settings: "palt";
          font-size: 2rem;
          margin-top: 1.5rem; } }
