@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300..500&display=swap");
.greeting_title {
  font-size: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .greeting_title {
    font-size: 5.625vw;
  }
}
.greeting_name {
  line-height: 1.3;
  font-weight: 400;
  font-size: 2.4rem;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .greeting_name {
    font-size: 3.75vw;
  }
}
.greeting_name .name {
  font-size: 3.2rem;
}
@media only screen and (max-width: 640px) {
  .greeting_name .name {
    font-size: 5vw;
  }
}
.greeting_name .name span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .greeting_name .name span {
    font-size: 3.75vw;
  }
}
.greeting_name_container {
  margin: 2.5em 0 1em auto;
  text-align: right;
}
.greeting_name_container.-withmore {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.greeting_name_container.-withmore .greeting_name {
  margin-right: 1em;
}
.greeting_name_container.-withmore .button-more a {
  width: auto;
}

.area_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .area_list {
    justify-content: center;
    gap: 3.125vw;
  }
}
.area_item {
  padding: 1.6rem 0;
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(167deg, rgba(47, 180, 136, 0.2) 3.28%, rgba(0, 149, 100, 0.2) 90.64%);
  border-radius: 1.2rem;
  position: relative;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .area_item {
    padding: 5.625vw 0;
    width: 48%;
  }
}
.area_item:first-child {
  margin-right: 7.2rem;
}
@media only screen and (max-width: 640px) {
  .area_item:first-child {
    margin: 0 5.625vw 7.5vw;
  }
}
.area_item:first-child::after {
  margin: auto 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../img/guide/arrow_access.png) no-repeat center center;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .area_item:first-child::after {
    margin: auto 0;
    content: "";
    position: absolute;
    top: auto;
    bottom: -7.8125vw;
    right: auto;
    display: block;
    width: 5.625vw;
    height: 5.625vw;
    transform: rotate(90deg);
  }
}
.area_image {
  margin: 0 auto;
  width: 42.5%;
}
.area_minuts {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 6.4rem;
  color: #009564;
  font-weight: 500;
  line-height: 1;
}

.history_introduction {
  margin-bottom: 14.4rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .history_introduction {
    margin-bottom: 0;
  }
}
.history_introduction::after {
  content: "";
  position: absolute;
  top: 16rem;
  right: 10.8974358974%;
  display: block;
  background: linear-gradient(167deg, #2FB488 3.28%, #009564 90.64%);
  width: 30.7692307692%;
  height: 83.6236933798%;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .history_introduction::after {
    display: none;
  }
}
.historyIntroduction_image01 {
  margin-top: 5rem;
  width: 64.7435897436%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .historyIntroduction_image01 {
    margin-top: 0;
    width: 100%;
  }
}
.historyIntroduction_image02 {
  width: 30.1282051282%;
  position: relative;
  z-index: 1;
}
.history_container {
  position: relative;
}
.history_container::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 10rem;
  width: 2rem;
  height: 100%;
  background: rgba(5, 152, 103, 0.1);
}
@media only screen and (max-width: 640px) {
  .history_container::before {
    top: 6.25vw;
    left: 6.71875vw;
    width: 2.5vw;
  }
}
.history_item {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
}
.history_year {
  font-size: 3.2rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #009564;
  width: 24rem;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .history_year {
    width: 17.1875vw;
    font-size: 5vw;
  }
}
.history_year.-large {
  font-size: 4.8rem;
}
@media only screen and (max-width: 640px) {
  .history_year.-large {
    font-size: 7.5vw;
  }
}
.history_body {
  width: 101rem;
  line-height: 1.6;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .history_body {
    width: 65.625vw;
  }
}
.history_image {
  margin-top: 1.5em;
}
.history_magazine {
  margin: 6rem auto 0;
  width: 42rem;
}
@media only screen and (max-width: 640px) {
  .history_magazine {
    margin: 9.375vw auto 0;
  }
}
.history_magazine a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .history_magazine {
    width: 65.625vw;
  }
}

.access_table {
  font-size: 1.4rem;
}
.access_title {
  margin: 1.5em auto 1em;
  display: flex;
  align-items: center;
  line-height: 1.3;
  min-height: 3em;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.access_title span {
  font-size: 1.3rem;
}
.access_title.-walk .access_number {
  margin-right: 0.5em;
  border: solid 1px #c00b0b;
  border-radius: 2em;
  color: #c00b0b;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.25;
  background: #fff;
  display: flex;
  align-self: center;
  justify-content: center;
  letter-spacing: 0;
  font-size: 2.4rem;
}
.access_title.-car .access_number {
  margin-right: 0.5em;
  color: #c00b0b;
  line-height: 1;
  font-size: 4.8rem;
}
.access_title:first-child {
  margin-top: 0;
}
.access_image.-middle {
  width: 75%;
}
.access_image.-small {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .accessInstagram_container {
    gap: 4.6875vw;
  }
}
.accessInstagram_title {
  margin-bottom: 1em;
  text-align: center;
}
.accessInstagram_title img {
  width: 6rem;
}
@media only screen and (max-width: 640px) {
  .accessInstagram_title img {
    width: 9.375vw;
  }
}
.accessInstagram_item a {
  padding: 2rem;
  border-radius: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px rgb(217, 217, 217);
  background: #fff;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.accessInstagram_image {
  width: 15rem;
}
@media only screen and (max-width: 640px) {
  .accessInstagram_image {
    width: 23.4375vw;
  }
}
.accessInstagram_text {
  width: 31.6rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .accessInstagram_text {
    width: 49.375vw;
    font-size: 3.125vw;
  }
}
.accessInstagram_number {
  margin-right: 0.25em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 5.6rem;
  color: #009564;
}
@media only screen and (max-width: 640px) {
  .accessInstagram_number {
    font-size: 8.75vw;
  }
}

.walk_container.-column2 {
  justify-content: space-between;
  gap: 2.4rem 2.6315789474%;
}

.gmap_wrapper iframe {
  display: block;
  width: 100%;
  height: 52rem;
}
@media only screen and (max-width: 640px) {
  .gmap_wrapper iframe {
    height: 81.25vw;
  }
}/*# sourceMappingURL=guide.css.map */