@charset "utf-8";

.area_item--inner {
  position: relative;
  width: 100%;
  max-width: 784px;
  margin: 0 auto;
}

.area_intro--blockFirst {
  position: relative;
  width: 100%;
  &::before {
    content: '';
    position: absolute;
    background: url(../img/town_bg.webp)no-repeat top;
    background-size: cover;
    width: 100%;
    height: 596px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.area_intro--blockSecond {
  position: relative;
  width: 100%;
  max-width: 1488px;
  margin: 0 auto;
  &::before {
    content: '';
    position: absolute;
    background: url(../img/rainbow.webp)no-repeat center;
    background-size: contain;
    width: 767px;
    height: 530px;
    top: 220px;
    left: 0;
  }
  @media screen and (max-width: 767px) {
    &::before {width: 90%;top: 0;}
  }
}
.area_intro--txt {
  margin: 200px 0 135px 10%;
  @media screen and (max-width: 767px) {
    margin: 96px 2.5% var(--space-45);
  }
}
.area_intro--des {color: #4B2711;}
.position_fig {
  position: absolute;
  top: 256px;
  right: 217px;
  @media screen and (max-width: 767px) {
    display: none;
  }
}
.area_stationLink {
  position: absolute;
  top: 240px;
  right: 0;
  gap: 0;
  @media screen and (max-width: 767px) {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: initial;
    justify-content: center;
    gap: 10px;
    margin-bottom: var(--space-45);
  }
}
@media screen and (max-width: 767px) {
  .area_stationLink--child {
    width: calc(50% - 5px);
    max-width: 217px;
  }
}

.area_intro--nanairo {
  position: relative;
  margin-top: 1em;
  &::before, &::after {
    content: '';
    position: absolute;
    background: url(../img/nanairo_deco_side.webp)no-repeat center;
    background-size: cover;
    width: 18px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  &::before {left: 0;}
  &::after {right: 0;}
}
.area_intro--nanairoHead {
  background: url(../img/nanairo_ttl_bg.webp)no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 1em calc(18px + 1em);
}
.area_intro--nanairoCont {
  position: relative;
  padding: var(--space-45) calc(18px + 1em);
  line-height: 2;
  &::after {
    content: '';
    position: absolute;
    background: url(../img/nanairo_deco_bottom.webp)no-repeat center;
    background-size: cover;
    width: 100%;
    height: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
  }
  p:first-child.bold_txt {
    font-size: var(--font-20);
    margin-bottom: 6px;
  }
}
.area_intro--nanairoBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 414px;
  height: 88px;
  margin: 24px auto 0;
  color: #fff;
  font-size: var(--basic-txt);
  letter-spacing: var(--letter-12);
  padding: 1em 0.5em;
  background: url(../img/nanairo_btn_bg.webp)no-repeat center;
  background-size: cover;
}


.cloud_fig--left {
  position: absolute;
  top: -12em;
  left: -8em;
  @media screen and (max-width: 767px) {
    top: var(--space-65);
    width: 104px;
    top: -14em;
    left: 0;
  }
}
.cloud_fig--right {
  position: absolute;
  top: -16em;
  right: -8em;
  @media screen and (max-width: 767px) {
    width: 104px;
    top: -14em;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .cmn_section:has(.cloud_fig--right) {
    padding-top: 80px;
  }
}