@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&family=Noto+Serif+JP:wght@300;600&display=swap");
section {
  max-width: 1100px;
}
section .text {
  font-size: 1.6rem;
}
section .section-header {
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
section .section-header .icon {
  position: absolute;
  width: clamp(80px, 8vw + 49px, 120px);
  translate: -100% -50%;
}
section .section-header .en {
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #7a9366;
  font-size: clamp(54px, 4vw + 37px, 86px);
  line-height: 1;
}
section .section-header .jp {
  font-size: clamp(24px, 1vw + 19px, 34px);
  margin-top: 1rem;
  line-height: 1.4;
}

.overview {
  max-width: 100%;
  width: 100%;
  margin-top: 6rem;
}
.overview > .img {
  margin-top: 4rem;
}

.azamino {
  margin-top: 8rem;
}
.azamino > .text {
  font-size: 1.8rem;
  line-height: 2.4;
  text-align: center;
  margin-top: 4rem;
}
.azamino > .figure {
  margin-top: 6rem;
  max-width: 900px;
  margin-inline: auto;
}
.azamino > .map-image {
  margin: 0 calc(50% - 50vw + 8.5px);
  margin-top: 6rem;
}
.azamino > .facility-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 6rem;
  max-width: 900px;
  margin-inline: auto;
}
.azamino > .facility-list .cap {
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: right;
  padding: 5px 10px;
  display: block;
  background: #000000;
  background: linear-gradient(170deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.azamino > .facility-list + .note {
  max-width: 900px;
  margin-inline: auto;
  margin-top: 2rem;
}

.category {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin-top: 8rem;
  max-width: 900px;
  margin-inline: auto;
}
.category .category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 2rem;
}
.category .category-header .en {
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #aea376;
  padding: 5px;
  min-width: 220px;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  border-radius: 6px;
}
.category .category-header .jp {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.category .facility-list {
  margin-top: 4rem;
  display: grid;
  row-gap: 4rem;
}
.category .facility .name {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #6e9564;
  line-height: 1.2;
  font-size: 2rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.category .facility .text {
  line-height: 1.6;
  margin-top: 1rem;
}

.shopping .img-list {
  margin-top: 2rem;
}
.shopping .facility01 .img-list,
.shopping .facility03 .img-list {
  display: grid;
  grid-template-columns: 1fr 0.39fr;
  gap: 1rem;
}
.shopping .facility01 .img-list .img:first-of-type,
.shopping .facility03 .img-list .img:first-of-type {
  grid-row: span 2;
}
.shopping .facility02 {
  display: grid;
  grid-template-columns: 1fr 0.708fr;
  grid-template-rows: repeat(2, auto) 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.shopping .facility02 .img {
  grid-row: span 3;
}
.shopping .facility04 {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-template-rows: repeat(3, auto) 1fr;
  gap: 4rem 2rem;
}
.shopping .facility04 .detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  grid-row: span 4;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
}
.shopping .facility04 .detail .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.shopping .facility04 .detail .text-block {
  background-color: #7a9366;
  color: #fff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shopping .facility04 .detail .text-block .title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.shopping .facility04 .detail .text-block .text {
  font-size: 1, 4rem;
  line-height: 1.4;
}
.shopping .facility04 .name:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.shopping .facility04 .name:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.shopping .facility04 .name:nth-of-type(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.education .facility-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.4rem;
}
.education .facility:not(.park) .img {
  margin-top: 2rem;
}
.education .park {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 0.708fr;
  grid-template-rows: repeat(2, auto) 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.education .park .img {
  grid-row: span 3;
}

.others .facility {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 0.708fr;
  grid-template-rows: repeat(2, auto) 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.others .facility .img {
  grid-row: span 3;
}
.others .facility04 {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 1fr 0.708fr;
  grid-template-rows: repeat(3, auto) 1fr;
  gap: 4rem 2rem;
}
.others .facility04 .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  grid-row: span 4;
}
.others .facility04 .name:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.others .facility04 .name:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.others .facility04 .name:nth-of-type(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.distance-information {
  margin-top: 8rem;
}
.distance-information a {
  margin-inline: auto;
  display: block;
  background-color: #aea376;
  color: #fff;
  font-size: 2.2rem;
  padding: 1rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.2;
  text-align: center;
}
.distance-information a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.distance-information a::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  rotate: 45deg;
  margin-left: 1rem;
}

.aobaku {
  max-width: 100%;
  width: 100%;
  background-color: #60957b;
  color: #fff;
  margin-top: 10rem;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.aobaku .inner {
  max-width: 900px;
  width: 90%;
  margin-inline: auto;
  padding: 0 0 4rem;
}
.aobaku .en-title {
  text-align: center;
  font-size: 2.4rem;
  border-radius: 6px;
  background-color: #39604e;
  color: #85c9a5;
  padding: 1.5rem 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: -2.5rem;
  position: relative;
  z-index: 1;
}
.aobaku .aobaku-header {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 6rem;
  text-align: center;
}
.aobaku .aobaku-header .catch-copy {
  font-size: clamp(18px, 2vw + 12px, 26px);
  line-height: 1.4;
}
.aobaku .aobaku-header .main-copy {
  font-size: clamp(38px, 2vw + 31px, 48px);
  line-height: 1.2;
  margin-top: 1rem;
}
.aobaku .aobaku-header + .text {
  margin-top: 3rem;
  line-height: 1.6;
}
.aobaku .merit-list {
  margin-top: 4rem;
  display: grid;
  row-gap: 3rem;
}
.aobaku .merit-list + .note {
  text-align: right;
  margin-top: 2rem;
}
.aobaku .merit {
  background-color: #fff;
  border-radius: 6px;
  padding: 3rem 4rem;
  display: grid;
  grid-template-columns: 0.372fr 1fr;
  gap: 4rem;
  color: #60957b;
}
.aobaku .merit .text-block {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 1rem 3rem;
}
.aobaku .merit .text-block .title {
  font-size: 2.4rem;
  font-weight: bold;
  grid-column: span 2;
}
.aobaku .merit .text-block .title .large {
  font-size: 140%;
}
.aobaku .merit .text-block .title .x-large {
  font-size: 180%;
}
.aobaku .merit .text-block .title .distinction {
  font-weight: normal;
  margin-left: 1rem;
}
.aobaku .merit .text-block .text {
  line-height: 1.8;
}

.banner {
  margin-top: 4rem;
  padding-bottom: 4rem;
  max-width: 600px;
  margin-inline: auto;
}
.banner img {
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}
.banner a:hover img {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

@media screen and (max-width: 930px) {
  .shopping .facility04 {
    grid-template-columns: 1fr;
  }
  .shopping .facility04 .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-row: inherit;
  }
  .shopping .facility04 .name:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .education .facility-list {
    gap: 2.5rem;
  }
  .aobaku .merit {
    grid-template-columns: 1fr;
  }
  .aobaku .merit .ranking {
    max-width: 320px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 640px) {
  section .text {
    font-size: 1.4rem;
  }
  section .section-header .icon {
    position: static;
    translate: 0 0;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
  .overview {
    margin-top: 3rem;
  }
  .azamino {
    margin-top: 6rem;
  }
  .azamino > .text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .azamino > .facility-list {
    grid-template-columns: 1fr;
  }
  .category .category-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .category .category-header .en {
    font-size: 1.8rem;
    min-width: 180px;
  }
  .category .category-header .jp {
    text-align: center;
  }
  .category .facility .name {
    font-size: 1.6rem;
  }
  .shopping .facility01 .img-list,
  .shopping .facility03 .img-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .shopping .facility01 .img-list .img:first-of-type,
  .shopping .facility03 .img-list .img:first-of-type {
    grid-row: inherit;
    grid-column: span 2;
  }
  .shopping .facility04 {
    gap: 3rem;
  }
  .shopping .facility04 .detail .text-block .title {
    font-size: 1.8rem;
  }
  .shopping .facility04 .detail .text-block .text {
    font-size: 1.2rem;
  }
  .education .facility-list {
    gap: 2.5rem 2rem;
  }
  .others .facility04 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .others .facility04 .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .others .facility04 .name:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .distance-information {
    margin-top: 6rem;
  }
  .distance-information a {
    font-size: 1.8rem;
    position: relative;
    width: 100%;
    max-width: 300px;
  }
  .distance-information a::after {
    position: absolute;
    right: 3rem;
    top: 50%;
    translate: 0 -50%;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 1rem;
  }
  .aobaku {
    margin-top: 6rem;
  }
  .aobaku > .img .cap {
    bottom: inherit;
    top: 5px;
  }
  .aobaku .en-title {
    font-size: 2rem;
    padding: 1rem 3rem;
  }
  .aobaku .aobaku-header {
    margin-top: 3rem;
  }
  .aobaku .merit {
    padding: 3rem;
    gap: 3rem;
  }
  .aobaku .merit .ranking {
    max-width: 240px;
  }
  .aobaku .merit .text-block {
    grid-template-columns: 1fr;
  }
  .aobaku .merit .text-block .title {
    font-size: 2.2rem;
    grid-column: span 1;
    text-align: center;
  }
  .aobaku .merit .text-block .title .distinction {
    display: block;
    margin-top: 1rem;
  }
}