/* ==================== main ==================== */
.main_container {
  position: relative;
  background: linear-gradient(#ffffff 80%, #7ed4ff);
}
.main_container .illust4 {
  width: auto;
  height: 8.0rem;
  position: absolute;
  bottom: 0;
  left: -50%;
}
.main_container .illust4 img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .main_container .illust4 {
    width: 100%;
    height: auto;
    left: 0;
  }
  .main_container .illust4 img {
    width: 100%;
    height: auto;
  }
}

.map_section {
  margin-bottom: 8.0rem;
}
@media screen and (min-width: 992px) {
  .map_section {
    margin-bottom: 3.0rem;
  }
}
.map_section .title_container {
  margin-bottom: 1.0rem;
  position: relative;
}
.map_section .title_container .illust1 {
  margin-bottom: 0.5rem;
  text-align: center;
}
.map_section .title_container .illust1 img {
  width: 25%;
}
.map_section .title_container .illust2 {
  display: none;
  position: absolute;
  bottom: 3.0rem;
  left: 15%;
}
.map_section .title_container .illust2 img {
  width: 4.0rem;
}
.map_section .title_container .illust3 {
  display: none;
  position: absolute;
  right: 15%;
  bottom: 3.0rem;
}
.map_section .title_container .illust3 img {
  width: 4.0rem;
}
.map_section .title_container h1 {
  margin-bottom: 1.0rem;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.25;
}
.map_section .title_container h1 span {
  font-size: 2.0rem;
  font-weight: 700;
}
.map_section .title_container p {
  margin-bottom: 2.0rem;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .map_section .title_container .illust1 img {
    width: 15%;
  }
  .map_section .title_container .illust2 {
    display: block;
  }
  .map_section .title_container .illust3 {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .map_section .title_container .illust1 img {
    width: 10%;
  }
  .map_section .title_container .illust2 {
    left: 20%;
  }
  .map_section .title_container .illust3 {
    right: 20%;
  }
  .map_section .title_container p {
    font-size: 1.0rem;
  }
}
.map_section .index_container {
  margin-bottom: 3.0rem;
  padding: 1.0rem;
  background: #f3f3f3;
}
.map_section .index_container ul {
  display: flex;
  flex-wrap: wrap;
}
.map_section .index_container li {
  width: 50%;
  margin-bottom: 1.0rem;
}
.map_section .index_container li:nth-child(7) {
  margin: 0;
}
.map_section .index_container li:last-child {
  margin: 0;
}
.map_section .index_container a {
  color: #7f7f7f;
}
.map_section .index_container i {
  margin-right: 0.5rem;
  color: #ffd092;
  transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  .map_section .index_container {
    display: none;
  }
}
.map_section .map_container {
  margin-bottom: 3.0rem;
}
.map_section .map_container#all {
  display: none;
}
.map_section .map_container#kyusyu {
  margin-bottom: 0;
}
.map_section .map_container h2 {
  margin: -4.0rem 0 1.0rem;
  padding-top: 4.0rem;
  font-size: 1.125rem;
  text-align: center;
}
.map_section .map_container i {
  padding: 0 0.5rem;
  transform: rotate(45deg);
  color: #ffd092;
}
@media screen and (min-width: 768px) {
  .map_section .map_container#shikoku {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .map_section .map_container#all {
    display: block;
  }
  .map_section .map_container#hokkaido, .map_section .map_container#tohoku, .map_section .map_container#kanto, .map_section .map_container#chubu, .map_section .map_container#kinki, .map_section .map_container#chugoku, .map_section .map_container#shikoku, .map_section .map_container#kyusyu {
    display: none;
  }
}
.map_section .modal .modal-body {
  padding: 0;
}
.map_section .modal video {
  width: 100%;
  height: auto;
}
.map_section .modal .modal-footer p {
  font-size: 0.75rem;
  font-weight: 700;
  color: #7f7f7f;
}
@media screen and (min-width: 414px) {
  .map_section .modal .modal-footer p {
    order: 1;
  }
  .map_section .modal .modal-footer button {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .map_section .modal .modal-body {
    padding: 1.0rem;
  }
}

/* ==================== /main ==================== */

/*# sourceMappingURL=action.css.map */
