@charset "UTF-8";
.main .scroll {
  display: block;
  margin-top: -1rem;
  padding-top: 1rem;
}
.main .sec--01 {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 {
    margin-top: 0.4rem;
  }
}
.main .sec--01 .anchor_wrap {
  display: grid;
  grid-template-columns: repeat(3, 6rem);
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .anchor_wrap {
    margin-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .anchor_wrap .link:nth-child(3) {
    grid-area: 2/1/3/3;
  }
}
.main .sec--01 .anchor_wrap a {
  background: #dccea0;
  height: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../assets/imgs/arw01.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.3rem) 50%;
  background-size: 0.2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.4rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .anchor_wrap a {
    font-size: 0.28rem;
    height: 0.7rem;
    background-position: calc(100% - 0.15rem) 50%;
    background-size: 0.15rem;
  }
}
.main .sec--01 .anchor_wrap a:hover {
  opacity: 0.7;
}
.main .sec--02 {
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .main .sec--02 {
    margin-top: 1.5rem;
  }
}
.main .sec--02 .wrap {
  position: relative;
  z-index: 2;
}
.main .sec--02 .en_ttl {
  font-size: 1rem;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .en_ttl {
    font-size: 0.6rem;
  }
}
.main .sec--02 .prepend {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend {
    margin-top: 0.5rem;
  }
}
.main .sec--02 .prepend .grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: auto 9rem;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend .grid {
    grid-template-columns: 1fr;
    margin-top: 1rem;
    gap: 1rem;
  }
}
.main .sec--02 .prepend .grid .cont .ttl {
  font-size: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend .grid .cont .ttl {
    font-size: 0.4rem;
  }
}
.main .sec--02 .prepend .grid .cont .text {
  margin-top: 0.5rem;
}
.main .sec--02 .prepend .grid .cont .text p + p {
  margin-top: 0.3rem;
}
.main .sec--02 .prepend .grid .image_area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.main .sec--02 .prepend .grid .image_area .inner .ttl {
  font-size: 0.4rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend .grid .image_area .inner .ttl {
    font-size: 0.36rem;
  }
}
.main .sec--02 .prepend .grid .image_area .inner .ttl small {
  font-size: 0.24rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0;
}
.main .sec--02 .body {
  margin-top: 1.5rem;
  background: url(../imgs/bg_01.jpg) no-repeat;
  background-size: cover;
  padding: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body {
    margin-top: 1rem;
    padding: 1rem 0.4rem;
  }
}
.main .sec--02 .body .main_ttl {
  font-size: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body .main_ttl {
    font-size: 0.4rem;
  }
}
.main .sec--02 .body .grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body .grid {
    grid-template-columns: 1fr;
  }
}
.main .sec--02 .body .grid .inner .ttl {
  font-size: 0.4rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body .grid .inner .ttl {
    font-size: 0.36rem;
  }
}
.main .sec--02 .body .grid .inner .ttl small {
  font-size: 0.24rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0;
}
.main .sec--02 .body .grid .inner .text {
  margin-top: 0.24rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.main .sec--02 .body .grid .inner .text.--02 {
  letter-spacing: 0.08em;
}
.main .sec--03 {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .main .sec--03 {
    margin-top: 2rem;
  }
}
.main .sec--03 .en_ttl {
  font-size: 1rem;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .en_ttl {
    font-size: 0.6rem;
  }
}
.main .sec--03 .wrap {
  position: relative;
  z-index: 2;
}
.main .sec--03 .sec_inner {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .sec_inner {
    margin-top: 0.5rem;
  }
}
.main .sec--03 .sec_inner .main_image {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .sec_inner .main_image img {
    height: 3rem;
    object-fit: cover;
  }
}
.main .sec--03 .sec_inner .main_image .ttl {
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  letter-spacing: -2px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .sec_inner .main_image .ttl {
    font-size: 1rem;
    bottom: -0.5rem;
  }
}
.main .sec--03 .sec_inner .jp_ttl {
  margin-top: 1.5rem;
  font-size: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .sec_inner .jp_ttl {
    margin-top: 1rem;
    font-size: 0.4rem;
    text-align: left;
  }
}
.main .sec--03 .sec_inner .text {
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .sec_inner .text {
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0em;
  }
}
.main .sec--03 .sec_inner .grid {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .sec_inner .grid {
    margin-top: 1rem;
    gap: 0.5rem 0.4rem;
  }
}
.main .sec--03 .sec_inner .grid .inner .ttl {
  font-size: 0.4rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .sec_inner .grid .inner .ttl {
    font-size: 0.36rem;
    line-height: 1.2;
    margin-top: 0.25rem;
  }
}
.main .sec--03 .sec_inner .grid .inner .ttl small {
  font-size: 0.24rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0;
}
.main .sec--03 .shopping {
  position: relative;
}
.main .sec--03 .shopping:before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 18rem;
  background: #ebebe4;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .shopping:before {
    top: 1.5rem;
    height: 16.5rem;
  }
}
.main .sec--03 .shopping .grid {
  grid-template-columns: 2fr 1fr 1fr;
  align-items: end;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .shopping .grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: baseline;
  }
  .main .sec--03 .shopping .grid .--01 {
    grid-area: 1/1/2/3;
  }
}
.main .sec--03 .park {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .park {
    margin-top: 2.5rem;
  }
}
.main .sec--03 .park .grid {
  grid-template-columns: 1fr 1fr 2fr;
  align-items: end;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .park .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .main .sec--03 .park .grid .--03 {
    grid-area: 2/1/3/3;
  }
}
.main .sec--03 .education {
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .education {
    margin-top: 1.5rem;
  }
}
.main .sec--03 .education:before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 19rem;
  background: #ebebe4;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .education:before {
    top: 1.5rem;
    height: 20.5rem;
  }
}
.main .sec--03 .education .grid {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 750px) {
  .main .sec--03 .education .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main .lifeinfo {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo {
    margin-top: 2.5rem;
  }
}
.main .lifeinfo .en_ttl {
  text-align: center;
  font-size: 1rem;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .en_ttl {
    font-size: 0.6rem;
  }
}
.main .lifeinfo .caption {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.28rem;
  letter-spacing: 0;
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .caption {
    font-size: 0.22rem;
  }
}
.main .lifeinfo .navigation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.main .lifeinfo .navigation button {
  border: none;
  padding: 0.3rem 0.5rem;
  letter-spacing: 0.03rem;
  background: #faf8f3;
  transition: background-color 0.4s;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .navigation button {
    font-size: 0.24rem;
    padding: 0.3rem 0;
  }
}
.main .lifeinfo .navigation button:after {
  content: "";
  position: absolute;
  top: 0.4rem;
  right: 0;
  width: 1px;
  height: 0.5rem;
  background: #e7dfc6;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .navigation button:after {
    top: 0.3rem;
    height: 0.3rem;
  }
}
.main .lifeinfo .navigation button.active {
  background-color: #dccea0;
}
@media screen and (min-width: 751px) {
  .main .lifeinfo .navigation button:nth-child(3n):after {
    content: none;
  }
  .main .lifeinfo .navigation button:nth-child(n+4) {
    border-top: 1px solid #e7dfc6;
  }
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .navigation button:nth-child(2n):after {
    content: none;
  }
  .main .lifeinfo .navigation button:nth-child(n+3) {
    border-top: 1px solid #e7dfc6;
  }
}
.main .lifeinfo .map {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 0.2rem 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .map {
    margin-top: 0.5rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .map .gmaps {
    height: 5rem;
  }
}
.main .lifeinfo .map .dataArea .data {
  display: none;
  box-sizing: border-box;
  height: 12rem;
  background: #fff;
  overflow-y: scroll;
  padding: 0.2rem 0;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .map .dataArea .data {
    height: 5.8rem;
  }
}
.main .lifeinfo .map .dataArea .data.active {
  display: block;
}
.main .lifeinfo .map .dataArea .data ul {
  counter-reset: number;
}
.main .lifeinfo .map .dataArea .data li {
  display: grid;
  align-items: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 0.6rem auto;
  gap: 0 0.3rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(49, 62, 42, 0.2);
  counter-increment: number;
}
.main .lifeinfo .map .dataArea .data li:last-child {
  border: none;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .map .dataArea .data li {
    grid-template-columns: 0.4rem 1fr;
    gap: 0 0.2rem;
    padding: 0.3rem 0;
  }
}
.main .lifeinfo .map .dataArea .data li::before {
  content: counter(number);
  display: grid;
  place-items: center;
  width: 0.6rem;
  height: 0.6rem;
  color: #fff;
  font-family: "EB Garamond", serif;
  line-height: 1;
  background: #7f633e;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .map .dataArea .data li::before {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.24rem;
  }
}
.main .lifeinfo .map .dataArea .data li .name {
  text-align: left;
}
.main .lifeinfo .map .dataArea .data li .name small {
  font-size: 0.28rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .map .dataArea .data li .name small {
    font-size: 0.24rem;
  }
}
.main .lifeinfo .map .description {
  align-items: center;
  margin: 0 auto;
}
.main .lifeinfo .map .description.pc {
  display: flex;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .map .description.pc {
    display: none;
  }
}
.main .lifeinfo .map .description.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .map .description.sp {
    display: flex;
  }
}
.main .lifeinfo .map .description img {
  width: auto;
  height: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .map .description img {
    height: 0.5rem;
  }
}
.main .lifeinfo .map .description p {
  margin-left: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .lifeinfo .map .description p {
    font-size: 90%;
    margin: 0.14rem;
  }
}/*# sourceMappingURL=unique.css.map */