/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New&display=swap");
.sub_page_01 .main_contents {
  /*location*/
}
.sub_page_01 .main_contents #location_box {
  width: 90%;
  margin: 5rem auto;
}
.sub_page_01 .main_contents #location_box .location_contents {
  margin: 0 0 100px;
}
.sub_page_01 .main_contents #location_box .location_contents h3 {
  background: #fff linear-gradient(76deg, #FFFFDA 4.91%, #FFF 23.93%, #FFF 80.98%, #FFFFDA 100%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
  color: #323C5F;
  letter-spacing: 2px;
}
.sub_page_01 .main_contents #location_box .location_contents h3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
}
.sub_page_01 .main_contents #location_box .location_contents h3 span {
  margin-right: 10px;
  display: none;
}
.sub_page_01 .main_contents #location_box .location_contents h3 span img {
  height: 28px;
}
.sub_page_01 .main_contents #location_box .location_contents .text-box p.schedule-date {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .sub_page_01 .main_contents #location_box .location_contents .text-box p.schedule-date {
    font-size: 28px;
  }
}
.sub_page_01 .main_contents #location_box .location_contents .text-box p.schedule-date span.sen {
  position: relative;
  margin-left: 25px;
}
.sub_page_01 .main_contents #location_box .location_contents .text-box p.schedule-date span.sen:before {
  content: "";
  display: block;
  width: 15px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: -23px;
  margin: auto;
  box-shadow: 5px 4px 20px 5px rgba(144, 255, 88, 0.35);
}
.sub_page_01 .main_contents #location_box .location_contents .text-box p.schedule-date span.jp {
  font-size: 11px;
  color: #304766;
  background: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .sub_page_01 .main_contents #location_box .location_contents .text-box p.schedule-date span.jp {
    font-size: 12px;
  }
}
.sub_page_01 .main_contents #location_box .location_contents .text-box p.schedule-date span.jp:last-child {
  margin-right: 0;
}
.sub_page_01 .main_contents #location_box .location_contents .text-box .dl_box {
  color: #fff;
  margin: 0 0 25px;
}
.sub_page_01 .main_contents #location_box .location_contents .text-box .dl_box dl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.sub_page_01 .main_contents #location_box .location_contents .text-box .dl_box dl dt {
  font-size: 18px;
  font-weight: 900;
}
.sub_page_01 .main_contents #location_box .location_contents .text-box .dl_box dl dd {
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sub_page_01 .main_contents #location_box .location_contents .text-box .dl_box dl dd {
    font-size: 17px;
  }
}
.sub_page_01 .main_contents #location_box .location_contents .text-box .dl_box .Asterisk {
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sub_page_01 .main_contents #location_box .location_contents .text-box .dl_box .Asterisk {
    font-size: 12px;
  }
}
.sub_page_01 .main_contents #location_box .location_contents .map-box {
  text-align: center;
}
.sub_page_01 .main_contents #location_box .location_contents .map-box h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  margin: 0 0 25px;
}
.sub_page_01 .main_contents #location_box .location_contents .map-box .map_inner {
  position: relative;
}
.sub_page_01 .main_contents #location_box .location_contents .map-box .map_inner .illust {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 53%;
}
.sub_page_01 .main_contents #location_box .location_contents .time_table_box img {
  margin: 0 0 25px;
}
.sub_page_01 .main_contents #location_box .location_contents .time_table_box .time_table_waku {
  border: 2px solid #E1B4F0;
  border-radius: 60px;
  font-size: 19px;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .sub_page_01 .main_contents #location_box .location_contents .time_table_box .time_table_waku {
    font-size: 16px;
    padding: 14px 0;
  }
}
.sub_page_01 .main_contents #location_box .location_contents .time_table_box .time_table_waku:before {
  content: "";
  background: url(../img/character.png) no-repeat;
  width: 38px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
  .sub_page_01 .main_contents #location_box .location_contents .time_table_box .time_table_waku:before {
    width: 33px;
    height: 28px;
  }
}
.sub_page_01 .main_contents #location_box .location_contents .time_table_box .time_table_waku:after {
  content: "";
  background: url("../img/character.png") no-repeat;
  width: 38px;
  height: 32px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .sub_page_01 .main_contents #location_box .location_contents .time_table_box .time_table_waku:after {
    width: 33px;
    height: 28px;
  }
}
.sub_page_01 .main_contents #how_to_box {
  width: 100%;
  margin: 0 auto;
}
.sub_page_01 .main_contents #how_to_box .how_to_inner h2 {
  width: 80%;
  margin: 0 auto 25px 0;
  padding-left: 5%;
  max-width: 325px;
}
.sub_page_01 .main_contents #how_to_box .how_to_inner .step_box {
  margin: -150px auto;
}
