@charset "UTF-8";
@import url("https://use.typekit.net/aob0oor.css");
.image-map .note {
  text-shadow: none;
  text-align: right; }

.life-information .tab {
  max-width: 1060px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1px; }
  .life-information .tab li {
    font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    text-align: center;
    color: #333;
    background: linear-gradient(0deg, #f7feff, #f1fafb, #eaf5f7, #e4f1f3, #deedef, #d7e9ec, #d1e4e8, #cbe0e4);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 1rem 0;
    line-height: 1;
    font-weight: lighter;
    cursor: pointer;
    transition: filter 0.3s linear;
    position: relative;
    white-space: nowrap; }
    .life-information .tab li b {
      font-size: 1.4rem;
      text-align: center;
      color: #007b9f;
      display: block;
      margin-bottom: 0.5rem;
      letter-spacing: -0.1rem;
      padding-top: 0.2rem; }
    .life-information .tab li::after {
      display: block;
      content: '';
      height: 100%;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.15);
      position: absolute;
      right: 0;
      top: 0; }
    .life-information .tab li:hover {
      filter: brightness(110%); }
    .life-information .tab li.current {
      color: #ffffff;
      background: linear-gradient(0deg, #2073b3, #4082a4, #579bae, #73bfd1); }
      .life-information .tab li.current b {
        color: #ffffff; }
.life-information .tab-contents {
  border: 3px solid #2073b3;
  display: none;
  opacity: 0;
  padding: 5rem 5.7rem 4rem; }
  .life-information .tab-contents.active {
    display: grid;
    opacity: 1; }
.life-information .copy .title {
  display: flex;
  flex-direction: column;
  row-gap: 1rem; }
  .life-information .copy .title .en {
    font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5rem;
    color: #007b9f;
    letter-spacing: 0em;
    line-height: 1;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 1100px) {
      .life-information .copy .title .en {
        font-size: 3.5vw; } }
    @media screen and (max-width: 600px) {
      .life-information .copy .title .en {
        font-size: 8vw; } }
    .life-information .copy .title .en:before {
      content: "";
      position: absolute;
      width: 12.5rem;
      height: 12rem;
      top: 1rem;
      left: 0;
      translate: -40% -45%;
      z-index: -1;
      background: url("../images/common/logo-txt.png") center center no-repeat;
      background-size: 100% auto; }
      @media screen and (max-width: 768px) {
        .life-information .copy .title .en:before {
          left: 1rem;
          width: 8rem;
          height: 7.5rem; } }
  .life-information .copy .title .jp {
    font-size: 1.8rem;
    color: #666666;
    letter-spacing: 0.2em;
    line-height: 1; }
.life-information .copy .sub-title {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6; }
.life-information .img .note {
  right: inherit;
  left: 1rem; }
.life-information .data {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-top: 10px; }
  .life-information .data .number {
    width: 2rem;
    height: 2rem;
    align-content: center;
    text-align: center;
    font-size: 1.5rem;
    color: #ffffff;
    background-color: #106f80;
    line-height: 1; }
  .life-information .data .name {
    font-size: 1.3rem;
    line-height: 1; }
  .life-information .data a {
    color: #000;
    text-decoration: underline; }
.life-information .resort-life {
  position: relative;
  padding: 0; }
  .life-information .resort-life.active {
    display: block; }
  .life-information .resort-life .copy {
    color: #fff;
    position: absolute;
    top: 7%;
    left: 5%;
    z-index: 1; }
    .life-information .resort-life .copy .lead {
      margin-top: 2rem; }
.life-information .beach,
.life-information .nature,
.life-information .landmark,
.life-information .islands {
  grid-template-columns: 1fr 0.63fr;
  grid-template-rows: repeat(3, auto);
  gap: 4rem 5rem; }
  .life-information .beach .copy,
  .life-information .nature .copy,
  .life-information .landmark .copy,
  .life-information .islands .copy {
    grid-area: 1 / 1 / 2 / 2; }
    .life-information .beach .copy .sub-title,
    .life-information .nature .copy .sub-title,
    .life-information .landmark .copy .sub-title,
    .life-information .islands .copy .sub-title {
      margin-top: 3rem; }
  .life-information .beach .facility01,
  .life-information .nature .facility01,
  .life-information .landmark .facility01,
  .life-information .islands .facility01 {
    grid-area: 2 / 1 / 4 / 2; }
  .life-information .beach .facility02,
  .life-information .nature .facility02,
  .life-information .landmark .facility02,
  .life-information .islands .facility02 {
    grid-area: 1 / 2 / 3 / 3; }
  .life-information .beach .facility03,
  .life-information .nature .facility03,
  .life-information .landmark .facility03,
  .life-information .islands .facility03 {
    grid-area: 3 / 2 / 4 / 3; }
.life-information .activity,
.life-information .neighborhood {
  grid-template-columns: 0.78fr 1fr;
  gap: 4rem 5rem; }
  .life-information .activity .copy .sub-title,
  .life-information .neighborhood .copy .sub-title {
    margin-top: 3rem; }
  .life-information .activity .facility01,
  .life-information .neighborhood .facility01 {
    grid-row-start: 2; }
  .life-information .activity .other-facility,
  .life-information .neighborhood .other-facility {
    grid-row: span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem; }
.life-information .neighborhood .title .en {
  letter-spacing: 0; }
.life-information .gourmet {
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.5rem; }
  .life-information .gourmet .copy {
    grid-column: span 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.5rem; }
    .life-information .gourmet .copy .sub-title {
      grid-column: span 2; }

.image-photo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  .image-photo-list .img .note {
    right: inherit;
    left: 1rem; }
  .image-photo-list .img:nth-child(4) {
    grid-column: span 2; }

.area-guide {
  position: relative;
  margin-top: 10rem; }
  .area-guide .bg img {
    object-fit: cover;
    height: 300px;
    width: 100%; }
  .area-guide .banner {
    max-width: 760px;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%; }

@media screen and (max-width: 900px) {
  .life-information .tab {
    display: flex;
    flex-wrap: wrap; }
    .life-information .tab li {
      /**&:nth-child(1) {
        width: calc(25%);
      }
      &:nth-child(n+5) {
        width: calc(33.33% - 1px);
      }
      &:nth-child(5) {
        width: calc(33.33%);
      }**/ }
      .life-information .tab li:nth-child(1), .life-information .tab li:nth-child(5) {
        width: calc(25%); }
      .life-information .tab li:nth-child(-n+4), .life-information .tab li:nth-child(-n+8) {
        width: calc(25% - 1px); }
  .life-information .tab-contents {
    padding: 5rem 4.5rem 4rem; }
  .life-information .resort-life {
    padding: 0; }
  .life-information .beach,
  .life-information .nature,
  .life-information .landmark,
  .life-information .islands,
  .life-information .activity,
  .life-information .neighborhood {
    gap: 3.4rem 4rem; } }
@media screen and (max-width: 768px) {
  .image-map img {
    height: 450px;
    width: auto; }
  .image-map .note {
    right: inherit;
    left: 1rem;
    bottom: 4rem;
    color: #000000;
    text-align: left; }

  .life-information .tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px; }
    .life-information .tab li {
      /**&:nth-child(-n+4),
      &:nth-child(1),
      &:nth-child(n+5),
      &:nth-child(5) {
        width: 100%;
      }
      &:nth-child(1) {
        grid-column: span 2;
      }**/ }
      .life-information .tab li:nth-child(-n+4), .life-information .tab li:nth-child(1), .life-information .tab li:nth-child(n+5), .life-information .tab li:nth-child(5) {
        width: 100%; }
  .life-information .tab-contents {
    padding: 4rem 3rem 3.5rem; }
  .life-information .copy .sub-title .aw {
    display: inline; }
  .life-information .resort-life {
    padding: 0; }
    .life-information .resort-life .copy {
      top: 5%; }
      .life-information .resort-life .copy .lead {
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 1rem; }
  .life-information .beach,
  .life-information .nature,
  .life-information .landmark,
  .life-information .islands {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem; }
    .life-information .beach .copy,
    .life-information .beach .facility01,
    .life-information .beach .facility02,
    .life-information .beach .facility03,
    .life-information .nature .copy,
    .life-information .nature .facility01,
    .life-information .nature .facility02,
    .life-information .nature .facility03,
    .life-information .landmark .copy,
    .life-information .landmark .facility01,
    .life-information .landmark .facility02,
    .life-information .landmark .facility03,
    .life-information .islands .copy,
    .life-information .islands .facility01,
    .life-information .islands .facility02,
    .life-information .islands .facility03 {
      grid-area: inherit; }
    .life-information .beach .copy,
    .life-information .beach .facility01,
    .life-information .nature .copy,
    .life-information .nature .facility01,
    .life-information .landmark .copy,
    .life-information .landmark .facility01,
    .life-information .islands .copy,
    .life-information .islands .facility01 {
      grid-column: span 2; }
    .life-information .beach .copy .sub-title,
    .life-information .nature .copy .sub-title,
    .life-information .landmark .copy .sub-title,
    .life-information .islands .copy .sub-title {
      margin-top: 2rem; }
  .life-information .activity,
  .life-information .neighborhood {
    grid-template-columns: 1fr;
    gap: 3rem; }
  .life-information .gourmet {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem; }
    .life-information .gourmet .copy {
      grid-column: span 2;
      grid-template-columns: 1fr; }
      .life-information .gourmet .copy .sub-title {
        grid-column: span 1;
        margin-top: 2rem; }

  .image-photo-list {
    grid-template-columns: repeat(2, 1fr); }
    .image-photo-list .img:nth-child(1) {
      order: 1; }
    .image-photo-list .img:nth-child(2) {
      order: 2; }
    .image-photo-list .img:nth-child(3) {
      order: 4; }
    .image-photo-list .img:nth-child(4) {
      order: 3; }
    .image-photo-list .img:nth-child(5) {
      order: 5; }

  .area-guide {
    position: relative; }
    .area-guide .bg img {
      height: 200px; } }
