@charset "UTF-8";
.main {
  background: url(../img/campuslife/bg_ground.jpg) no-repeat center top 60rem;
}
@media only screen and (max-width: 640px) {
  .main {
    background: url(../img/campuslife/bg_ground.jpg) no-repeat center top 46.875vw;
  }
}

@media only screen and (max-width: 640px) {
  .page_head .pageHead_block .jp {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 640px) {
  .page_head .pageHead_block .en {
    letter-spacing: 0;
    text-align: start;
  }
}

.ground_greeting {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .ground_greeting {
    text-align: left;
  }
}
.ground_greeting .greeting_container {
  padding-bottom: 7.2rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1580px) {
  .ground_greeting .greeting_container {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .ground_greeting .greeting_container {
    padding-bottom: 0;
  }
}
.ground_greeting .greeting_image {
  position: absolute;
}
@media only screen and (max-width: 640px) {
  .ground_greeting .greeting_image {
    position: relative;
  }
}
.ground_greeting .greeting_image.-deco01 {
  width: 26rem;
  top: 0;
  left: 6.25vw;
}
@media only screen and (max-width: 1580px) {
  .ground_greeting .greeting_image.-deco01 {
    left: 3.125vw;
    width: 16.4556962025%;
  }
}
.ground_greeting .greeting_image.-deco02 {
  width: 36.4rem;
  top: 0;
  right: 1.71875%;
}
@media only screen and (max-width: 1580px) {
  .ground_greeting .greeting_image.-deco02 {
    width: 20.253164557%;
    right: 0;
  }
}
.ground_greeting .greeting_image.-deco03 {
  width: 31.2rem;
  bottom: 0;
  right: 7.8125%;
}
@media only screen and (max-width: 1580px) {
  .ground_greeting .greeting_image.-deco03 {
    width: 18.9873417722%;
    right: 3.125%;
  }
}

.gmap_wrapper {
  width: 100%;
  height: 60rem;
}
@media only screen and (max-width: 640px) {
  .gmap_wrapper {
    height: 93.75vw;
  }
}
.gmap_wrapper iframe {
  width: 100%;
  height: 100%;
}

.ground_access_item {
  padding: 1.5em 1.5em 1.5em 11rem;
  border-radius: 1.6rem;
  background: #F2F8E6;
  font-size: 1.6rem;
  letter-spacing: 0;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .ground_access_item {
    padding: 1.5em 1.5em 1.5em 17.1875vw;
    border-radius: 3.125vw;
    font-size: 3.125vw;
  }
}
.ground_access_item figure {
  margin: auto 0;
  position: absolute;
  top: 3.6rem;
  left: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .ground_access_item figure {
    top: 5.625vw;
    left: 5.625vw;
  }
}
.ground_access_item h3 {
  font-size: 2rem;
  color: #009564;
}
@media only screen and (max-width: 640px) {
  .ground_access_item h3 {
    font-size: 3.75vw;
  }
}

@media only screen and (max-width: 640px) {
  .column_container.ground_access_container {
    gap: 3.125vw;
  }
}

.gcalendar_wrapper {
  width: 100%;
  height: 60rem;
}
@media only screen and (max-width: 640px) {
  .gcalendar_wrapper {
    height: 93.75vw;
  }
}
.gcalendar_wrapper iframe {
  width: 100%;
  height: 100%;
}

.reserve_wrapper {
  padding: 6.4rem;
  border: solid 0.3rem #009564;
  border-radius: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .reserve_wrapper {
    padding: 5vw;
    border: solid 0.46875vw #009564;
    border-radius: 3.75vw;
  }
}

.ground_flow_container {
  counter-reset: listnum;
}
.ground_flow_item {
  margin-bottom: 4em;
  padding: 1.5em 1.5em 1.5em 11rem;
  border-radius: 1.6rem;
  background: #F2F8E6;
  font-size: 1.6rem;
  letter-spacing: 0;
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .ground_flow_item {
    padding: 2em 1.5em 1.5em;
    flex-direction: column;
  }
}
.ground_flow_item::before {
  counter-increment: listnum;
  content: "0" counter(listnum);
  opacity: 0.2;
  font-size: 4.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #009564;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  transform: translateY(-50%);
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .ground_flow_item::before {
    top: 0;
    transform: 0;
  }
}
.ground_flow_item::after {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3em;
  content: "▼";
  display: block;
  color: #009564;
  text-align: center;
}
.ground_flow_item:last-child {
  margin-bottom: 2em;
}
.ground_flow_item:last-child::after {
  display: none;
}
.ground_flow_title {
  width: 24rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .ground_flow_title {
    margin-bottom: 0.5em;
    width: 100%;
  }
}
.ground_flow_text {
  width: 70rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .ground_flow_text {
    width: 100%;
  }
}

.button-reserve {
  margin: 0 auto;
  width: 50rem;
}
@media only screen and (max-width: 1200px) {
  .button-reserve {
    width: 100%;
    max-width: 50rem;
  }
}
@media only screen and (max-width: 640px) {
  .button-reserve {
    width: 100%;
  }
}
.button-reserve a {
  padding: 2.4rem 3.2rem 2.4rem 2.4rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  background: rgb(249, 164, 80);
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  filter: drop-shadow(6px 6px 0 rgba(242, 153, 79, 0.4));
}
@media only screen and (max-width: 640px) {
  .button-reserve a {
    padding: 3.125vw 3.75vw;
    font-size: 3.75vw;
    gap: 1.875vw;
    border-radius: 1.25vw;
  }
}
.button-reserve_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.button-reserve_icon.-calendar {
  width: 4.5rem;
  height: 4.5rem;
}
@media only screen and (max-width: 640px) {
  .button-reserve_icon.-calendar {
    width: 4.375vw;
    height: 4.375vw;
  }
}
.button-reserve_icon.-calendar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.button-reserve_icon.-arrow {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .button-reserve_icon.-arrow {
    width: 5.46875vw;
    height: 3.75vw;
  }
}
.button-reserve_icon.-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 1.2rem solid #fff;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
}
@media only screen and (max-width: 640px) {
  .button-reserve_icon.-arrow::after {
    border-left-width: 1.875vw;
    border-top-width: 1.5625vw;
    border-bottom-width: 1.5625vw;
  }
}
.button-reserve_text {
  flex: 1;
  text-align: center;
}

.ground_contact {
  border-radius: 1.6rem;
  padding: 4rem;
  background: #F2F8E6;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .ground_contact {
    flex-direction: column;
    border-radius: 2.5vw;
    padding: 4.375vw;
  }
}
.ground_contact_list {
  margin: 1.6rem 0 0 7.2rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .ground_contact_list {
    margin: 3.75vw 0 0;
  }
}
.ground_contact_list li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-height: 3.6rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.14rem;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .ground_contact_list li {
    gap: 1.875vw;
    min-height: 5vw;
    font-size: 3.75vw;
    letter-spacing: 0.1875vw;
  }
}
.ground_contact_list li a {
  color: inherit;
  text-decoration: none;
}
.ground_contact_list li::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .ground_contact_list li::before {
    width: 4.375vw;
    height: 4.375vw;
  }
}
.ground_contact_list li.tel::before {
  background-image: url(../img/campuslife/icon_tel.svg);
}
.ground_contact_list li.mail::before {
  background-image: url(../img/campuslife/icon_mail.svg);
}/*# sourceMappingURL=ground.css.map */