@charset "UTF-8";
body.location .guidebox {
  height: 12407px;
  background: url("../images/guide/location.jpg") no-repeat top -20px center;
}
@media screen and (max-width: 767px) {
  body.location .guidebox {
    height: 8600px;
    background: url("../images/guide/location_sp.jpg") no-repeat top center;
  }
}
body.location .image_caption {
  position: relative;
}
body.location .image_caption::before {
  position: absolute;
  right: 9px;
  bottom: 14px;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  content: "image";
}
@media screen and (max-width: 767px) {
  body.location .image_caption::before {
    font-size: 10px;
  }
}
body.location section.mv {
  background: url("../images/location_mv_bg_1.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  body.location section.mv {
    background: url("../images/location_mv_bg_1_sp.jpg") no-repeat center/cover;
  }
}
body.location section.mv .mv_box {
  height: 550px;
}
@media screen and (max-width: 767px) {
  body.location section.mv .mv_box {
    height: 300px;
  }
}
body.location section.heading {
  position: relative;
  background: url("../images/bg_2.jpg") repeat top -55px left;
  background-size: 2640px;
}
@media screen and (max-width: 767px) {
  body.location section.heading {
    background: url("../images/bg_2.jpg") repeat top -37px left;
  }
}
body.location section.heading::before {
  position: absolute;
  top: -55px;
  left: 0;
  width: calc(50vw + 100px);
  height: 55px;
  background: url("../images/bg_2.jpg") repeat top left;
  background-size: 2640px;
  content: "";
}
@media screen and (max-width: 767px) {
  body.location section.heading::before {
    top: -37px;
    width: calc(50vw + 127px);
    height: 37px;
  }
}
body.location section.heading .heading_box {
  position: relative;
}
body.location section.heading .heading_box .heading_box_1 {
  position: relative;
  top: -14px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  body.location section.heading .heading_box .heading_box_1 {
    top: -19px;
    margin-bottom: 56px;
  }
}
body.location section.heading .heading_box .heading_box_1 .text_1 {
  margin-bottom: 5px;
  color: #1b4d00;
  font-size: 60px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  body.location section.heading .heading_box .heading_box_1 .text_1 {
    font-size: 24px;
    line-height: 1.5;
  }
}
body.location section.heading .heading_box .heading_box_1 .text_2 {
  color: #8a846f;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  body.location section.heading .heading_box .heading_box_1 .text_2 {
    font-size: 12px;
  }
}
body.location section.heading .heading_box .heading_box_2 {
  margin-bottom: 15px;
}
body.location section.heading .heading_box .heading_box_2 .text_3 {
  color: #1b4d00;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.location section.heading .heading_box .heading_box_2 .text_3 {
    font-size: 14px;
  }
}
body.location section.heading .heading_box .heading_box_3 {
  display: flex;
  justify-content: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  body.location section.heading .heading_box .heading_box_3 {
    margin-bottom: 60px;
  }
}
body.location section.heading .heading_box .heading_box_3 .tab_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 53px;
  border: 3px solid #1b4d00;
  color: #1b4d00;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body.location section.heading .heading_box .heading_box_3 .tab_btn {
    width: 150px;
    height: 50px;
    border: 1.5px solid #1b4d00;
    font-size: 14px;
  }
}
body.location section.heading .heading_box .heading_box_3 .tab_btn:first-of-type {
  border-radius: 26px 0 0 26px;
}
body.location section.heading .heading_box .heading_box_3 .tab_btn:last-of-type {
  border-radius: 0 26px 26px 0;
}
body.location .tab_btn.active {
  background: #1b4d00 !important;
  color: #ffffff !important;
  cursor: text !important;
}
body.location .tab_panel {
  display: none;
}
body.location .tab_panel.active {
  display: block;
}
body.location .location_panel {
  display: none;
}
body.location .location_panel.active {
  display: block;
}
body.location .information_panel {
  display: none;
}
body.location .information_panel.active {
  display: block;
}
body.location .tab_panel.location {
  overflow: hidden;
}
body.location .tab_panel.location div.lead .lead_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 97px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .lead_box {
    margin-bottom: 51px;
  }
}
@media screen and (min-width: 1320px) {
  body.location .tab_panel.location div.lead .lead_box .lead_box_1 img {
    width: calc(660px + (100vw - 1320px) * 0.5);
    height: calc(447px + (100vw - 1320px) * 0.5);
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .lead_box .lead_box_1 {
    order: 2;
    margin-top: 45px;
  }
  body.location .tab_panel.location div.lead .lead_box .lead_box_1 img {
    position: relative;
    left: -25px;
    width: 326.5px;
    height: 221px;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location div.lead .lead_box .lead_box_1 {
    position: relative;
    right: 0;
    width: 50%;
    writing-mode: vertical-rl;
  }
}
body.location .tab_panel.location div.lead .lead_box .lead_box_1.image_caption::before {
  writing-mode: initial;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .lead_box .lead_box_1.image_caption::before {
    right: 35px;
    bottom: 10px;
  }
}
body.location .tab_panel.location div.lead .lead_box .lead_box_2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .lead_box .lead_box_2 {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location div.lead .lead_box .lead_box_2 {
    width: 50%;
    padding-top: 33px;
    padding-right: 20px;
    padding-left: 119px;
  }
}
body.location .tab_panel.location div.lead .lead_box .lead_box_2 .text_1 {
  color: #1b4d00;
  font-size: 54px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .lead_box .lead_box_2 .text_1 {
    margin-bottom: 3px;
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location div.lead .lead_box .lead_box_2 .text_1 {
    margin-top: 16px;
  }
}
body.location .tab_panel.location div.lead .lead_box .lead_box_2 .text_2 {
  margin-bottom: 44px;
  color: #8a846f;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .lead_box .lead_box_2 .text_2 {
    margin-bottom: 17px;
    font-size: 12px;
  }
}
body.location .tab_panel.location div.lead .lead_box .lead_box_2 .text_3 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .lead_box .lead_box_2 .text_3 {
    margin-bottom: 31px;
    font-size: 18px;
    line-height: 1.7222222222;
  }
}
body.location .tab_panel.location div.lead .lead_box .lead_box_2 .text_4 {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .lead_box .lead_box_2 .text_4 {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
body.location .tab_panel.location div.lead .btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .btn_box {
    margin-top: 61px;
    margin-bottom: 82px;
  }
}
body.location .tab_panel.location div.lead .btn_box .location_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320.83px;
  height: 108.24px;
  margin-bottom: 13px;
  background: url("../images/location_btn_1.svg") no-repeat center;
  background-size: 301.84px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .btn_box .location_btn {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 301px;
    height: 51px;
    margin-bottom: 4.5px;
    padding: 0 20px;
    background: url("../images/location_btn_1_sp.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location div.lead .btn_box .location_btn:hover {
    background: url("../images/location_btn_1_hover.svg") no-repeat center;
    background-size: 320.83px;
  }
}
body.location .tab_panel.location div.lead .btn_box .location_btn .text_1 {
  color: #1b4d00;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location div.lead .btn_box .location_btn .text_1 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .btn_box .location_btn .text_1 {
    position: relative;
    top: 3px;
    transform: scale(0.75);
    margin-right: 10px;
    margin-left: -10px;
    font-size: 10px;
    transform-origin: right top;
  }
  body.location .tab_panel.location div.lead .btn_box .location_btn .text_1::before {
    position: absolute;
    top: 0;
    right: -18px;
    transform: scale(1.5, 1);
    content: "▼";
  }
}
body.location .tab_panel.location div.lead .btn_box .location_btn .text_1 small {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .btn_box .location_btn .text_1 small {
    font-size: 8px;
  }
}
body.location .tab_panel.location div.lead .btn_box .location_btn .text_2 {
  color: #1b4d00;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .btn_box .location_btn .text_2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel {
    position: relative;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_1 {
    width: 438px;
    height: 128px;
    padding-right: 41px;
    border-right: 1px solid #1b4d00;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_1 {
    width: 100%;
    height: 71px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_1 .text_1 {
  position: relative;
  margin-bottom: 14px;
  color: #1b4d00;
  font-size: 42px;
  line-height: 1.1904761905;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_1 .text_1 {
    margin-bottom: 21px;
    font-size: 21px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_1 .text_1::before {
  position: absolute;
  top: -74px;
  left: 50%;
  transform: translateX(-50%);
  width: 122px;
  height: 56px;
  background: url("../images/location_parts_1.svg") no-repeat center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_1 .text_1::before {
    top: -49px;
    width: 61px;
    height: 53px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_1 .text_2 {
  position: absolute;
  bottom: 0;
  color: #8a846f;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_1 .text_2 {
    font-size: 12px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_2 {
    flex: 1;
    height: 128px;
    padding-left: 75px;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_2 {
    width: 100%;
    margin-top: 222px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_2 .text_3 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_2 .text_3 {
    margin-bottom: 9px;
    font-size: 14px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_2 .text_4 {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_box_1 .location_box_1_2 .text_4 {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_image_1 {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_image_1 .location_image_1_1 {
  position: relative;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_image_1 .location_image_1_1 {
    height: 160px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_image_1 .location_image_1_1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + (100vw - 100%) / 2);
  height: 100%;
  background: url("../images/location_shopping_header_image.jpg") no-repeat center/cover;
  content: "";
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_content {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content {
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content {
    margin-top: -43px;
    padding-top: 0;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1 {
    margin-right: 25px;
    margin-left: 25px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.two {
  width: 100%;
  max-width: 485px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.two {
    max-width: 142.5px;
    margin-bottom: 22px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.two .image_1 {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.two .image_1 {
    width: 485px;
    height: 328.24px;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.two .image_1 {
    width: 100%;
    margin-bottom: 7px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.two .text_1 {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.two .text_1::before {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 51.32px;
    height: 42.93px;
    background: url("../images/location_parts_2.svg") no-repeat center/contain;
    content: "";
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.three {
  width: 100%;
  max-width: 338.66px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.three {
    max-width: 142.5px;
    margin-bottom: 22px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.three .image_1 {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.three .image_1 {
    width: 338.66px;
    height: 229.2px;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.three .image_1 {
    width: 100%;
    margin-bottom: 7px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.three .text_1 {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1.three .text_1::before {
    position: absolute;
    right: 7px;
    bottom: 0;
    width: 26.9px;
    height: 42.93px;
    background: url("../images/location_parts_3.svg") no-repeat center/contain;
    content: "";
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1 .text_1 {
  margin-bottom: 9px;
  padding-bottom: 12px;
  border-bottom: 1px solid #1b4d00;
  color: #1b4d00;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1 .text_1 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 1.4;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1 .text_2 {
  margin-bottom: 12px;
  color: #1b4d00;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1 .text_2 {
    margin-bottom: 5px;
    color: #000000;
    font-size: 10px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1 .text_2 small {
  color: #000000;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1 .text_2 small {
    font-size: 10px;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1 .text_3 {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location div.lead .location_box .location_panel .location_content .list_1 .item_1 .text_3 {
    font-size: 9px;
    line-height: 1.5555555556;
  }
}
body.location .tab_panel.location div.lead .location_box .location_panel.education .location_image_1_1::before {
  background-image: url("../images/location_education_header_image.jpg");
}
body.location .tab_panel.location div.lead .location_box .location_panel.hospital .location_image_1_1::before {
  background-image: url("../images/location_hospital_header_image.jpg");
}
body.location .tab_panel.location div.lead .location_box .location_panel.park .location_image_1_1::before {
  background-image: url("../images/location_park_header_image.jpg");
}
body.location .tab_panel.location div.lead .location_box .location_panel.public .location_image_1_1::before {
  background-image: url("../images/location_public_header_image.jpg");
}
body.location .tab_panel.location .information {
  padding-top: 176px;
  padding-bottom: 96px;
  background: url("../images/location_information_bg.jpg") no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information {
    padding-top: 90px;
    padding-bottom: 56px;
  }
}
body.location .tab_panel.location .information .text_3 {
  position: relative;
  margin-bottom: 48px;
  color: #1b4d00;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .text_3 {
    margin-bottom: 45px;
    font-size: 21px;
  }
}
body.location .tab_panel.location .information .text_3::before {
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  width: 101px;
  height: 46.5px;
  background: url("../images/location_parts_1.svg") no-repeat center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .text_3::before {
    top: -41px;
    width: 61px;
    height: 28px;
  }
}
body.location .tab_panel.location .information .btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-bottom: 80px;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .btn_box {
    margin-right: -25px;
    margin-bottom: 50px;
    margin-left: -25px;
  }
}
body.location .tab_panel.location .information .btn_box .information_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 87.43px;
  border: 1px solid #d05a7e;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location .information .btn_box .information_btn {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .btn_box .information_btn {
    height: 70px;
    border: unset;
  }
  body.location .tab_panel.location .information .btn_box .information_btn:nth-of-type(1), body.location .tab_panel.location .information .btn_box .information_btn:nth-of-type(2) {
    width: 50%;
  }
  body.location .tab_panel.location .information .btn_box .information_btn:nth-of-type(3), body.location .tab_panel.location .information .btn_box .information_btn:nth-of-type(4), body.location .tab_panel.location .information .btn_box .information_btn:nth-of-type(5) {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location .information .btn_box .information_btn:hover {
    color: #ffffff;
  }
  body.location .tab_panel.location .information .btn_box .information_btn:hover.shopping {
    background-color: #d05a7e;
  }
  body.location .tab_panel.location .information .btn_box .information_btn:hover.education {
    background-color: #177490;
  }
  body.location .tab_panel.location .information .btn_box .information_btn:hover.hospital {
    background-color: #7041a0;
  }
  body.location .tab_panel.location .information .btn_box .information_btn:hover.park {
    background-color: #1e8946;
  }
  body.location .tab_panel.location .information .btn_box .information_btn:hover.public {
    background-color: #d17810;
  }
  body.location .tab_panel.location .information .btn_box .information_btn:hover .text_1::before {
    width: 40px;
    border-color: #ffffff;
  }
}
body.location .tab_panel.location .information .btn_box .information_btn .text_1 {
  position: relative;
  margin-bottom: 12px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .btn_box .information_btn .text_1 {
    transform: scale(0.8);
    font-size: 10px;
  }
}
body.location .tab_panel.location .information .btn_box .information_btn .text_1 small {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .btn_box .information_btn .text_1 small {
    font-size: 7px;
  }
}
body.location .tab_panel.location .information .btn_box .information_btn .text_1::before {
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  border-top: 1px solid #d05a7e;
  content: "";
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .btn_box .information_btn .text_1::before {
    width: 21px;
  }
}
body.location .tab_panel.location .information .btn_box .information_btn .text_2 {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .btn_box .information_btn .text_2 {
    font-size: 13px;
  }
}
body.location .tab_panel.location .information .btn_box .information_btn.shopping {
  border-color: #d05a7e;
  color: #d05a7e;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .btn_box .information_btn.shopping {
    background: rgba(208, 90, 126, 0.1);
  }
}
body.location .tab_panel.location .information .btn_box .information_btn.shopping .text_1::before {
  border-color: #d05a7e;
}
body.location .tab_panel.location .information .btn_box .information_btn.education {
  border-color: #177490;
  color: #177490;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .btn_box .information_btn.education {
    background: rgba(23, 116, 144, 0.1);
  }
}
body.location .tab_panel.location .information .btn_box .information_btn.education .text_1::before {
  border-color: #177490;
}
body.location .tab_panel.location .information .btn_box .information_btn.hospital {
  border-color: #7041a0;
  color: #7041a0;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .btn_box .information_btn.hospital {
    background: rgba(112, 65, 160, 0.1);
  }
}
body.location .tab_panel.location .information .btn_box .information_btn.hospital .text_1::before {
  border-color: #7041a0;
}
body.location .tab_panel.location .information .btn_box .information_btn.park {
  border-color: #1e8946;
  color: #1e8946;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .btn_box .information_btn.park {
    background: rgba(30, 137, 70, 0.1);
  }
}
body.location .tab_panel.location .information .btn_box .information_btn.park .text_1::before {
  border-color: #1e8946;
}
body.location .tab_panel.location .information .btn_box .information_btn.public {
  border-color: #d17810;
  color: #d17810;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .btn_box .information_btn.public {
    background: rgba(209, 120, 16, 0.1);
  }
}
body.location .tab_panel.location .information .btn_box .information_btn.public .text_1::before {
  border-color: #d17810;
}
body.location .tab_panel.location .information .btn_box .information_btn.active {
  color: #ffffff;
}
body.location .tab_panel.location .information .btn_box .information_btn.active.shopping {
  background-color: #d05a7e;
}
body.location .tab_panel.location .information .btn_box .information_btn.active.education {
  background-color: #177490;
}
body.location .tab_panel.location .information .btn_box .information_btn.active.hospital {
  background-color: #7041a0;
}
body.location .tab_panel.location .information .btn_box .information_btn.active.park {
  background-color: #1e8946;
}
body.location .tab_panel.location .information .btn_box .information_btn.active.public {
  background-color: #d17810;
}
body.location .tab_panel.location .information .btn_box .information_btn.active .text_1::before {
  width: 40px;
  border-color: #ffffff;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .btn_box .information_btn.active .text_1::before {
    width: 11px;
  }
}
body.location .tab_panel.location .information .information_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
body.location .tab_panel.location .information .information_box .map_box {
  display: flex;
  justify-content: center;
  margin-bottom: 101px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .information_box .map_box {
    margin-bottom: 25px;
  }
}
body.location .tab_panel.location .information .information_box .map_box .map_1 {
  width: 900px;
  height: 926px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .information_box .map_box .map_1 {
    width: 300px;
    height: 309px;
  }
}
body.location .tab_panel.location .information .information_box .list_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .information_box .list_2 {
    margin-bottom: 28px;
  }
}
body.location .tab_panel.location .information .information_box .list_2::after {
  width: 340px;
  content: "";
}
body.location .tab_panel.location .information .information_box .list_2 .item_2 {
  width: 100%;
  max-width: 340px;
  margin-bottom: 32.8px;
  padding-bottom: 21px;
  padding-left: 30px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .information_box .list_2 .item_2 {
    max-width: 142.5px;
    margin-bottom: 11px;
    padding-bottom: 6px;
    padding-left: 14px;
  }
}
body.location .tab_panel.location .information .information_box .list_2 .item_2.MAP圏外 {
  padding-left: 74px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .information_box .list_2 .item_2.MAP圏外 {
    padding-left: 28px;
  }
}
body.location .tab_panel.location .information .information_box .list_2 .item_2.MAP圏外 .text_4::before {
  left: -76px;
  width: 68px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .information_box .list_2 .item_2.MAP圏外 .text_4::before {
    left: -31px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background: url("../images/location_icon_1_sp.svg") no-repeat center/contain;
    content: "";
  }
}
body.location .tab_panel.location .information .information_box .list_2 .item_2 .text_4 {
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .information_box .list_2 .item_2 .text_4 {
    margin-bottom: 4px;
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.location .information .information_box .list_2 .item_2 .text_4 .line_2 {
    display: inline-block;
    margin-top: -5px;
    font-size: 12px;
  }
}
body.location .tab_panel.location .information .information_box .list_2 .item_2 .text_4::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -3px;
  left: -30px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #d05a7e;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  content: attr(data-text);
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .information_box .list_2 .item_2 .text_4::before {
    top: -2px;
    left: -18px;
    transform: scale(0.8);
    width: 15px;
    height: 15px;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: normal;
  }
}
body.location .tab_panel.location .information .information_box .list_2 .item_2 .text_4 small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .information_box .list_2 .item_2 .text_4 small {
    font-size: 9px;
  }
}
body.location .tab_panel.location .information .information_box .list_2 .item_2 .text_5 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .information_box .list_2 .item_2 .text_5 {
    font-size: 9px;
  }
}
body.location .tab_panel.location .information .information_box .shopping .text_4 {
  color: #d05a7e;
}
body.location .tab_panel.location .information .information_box .shopping .text_4::before {
  background-color: #d05a7e !important;
}
body.location .tab_panel.location .information .information_box .education .text_4 {
  color: #177490;
}
body.location .tab_panel.location .information .information_box .education .text_4::before {
  background-color: #177490 !important;
}
body.location .tab_panel.location .information .information_box .hospital .text_4 {
  color: #7041a0;
}
body.location .tab_panel.location .information .information_box .hospital .text_4::before {
  background-color: #7041a0 !important;
}
body.location .tab_panel.location .information .information_box .park .text_4 {
  color: #1e8946;
}
body.location .tab_panel.location .information .information_box .park .text_4::before {
  background-color: #1e8946 !important;
}
body.location .tab_panel.location .information .information_box .public .text_4 {
  color: #d17810;
}
body.location .tab_panel.location .information .information_box .public .text_4::before {
  background-color: #d17810 !important;
}
body.location .tab_panel.location .information .text_6 {
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.location .information .text_6 {
    font-size: 10px;
    line-height: 1.4;
  }
}
body.location .tab_panel.access {
  overflow: hidden;
}
body.location .tab_panel.access div.lead {
  background: url("../images/access_bg_1.png") no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead {
    background: url("../images/access_bg_1_sp.png") no-repeat center bottom;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.access div.lead {
    background-size: 1320px;
  }
}
@media screen and (min-width: 1320px) {
  body.location .tab_panel.access div.lead {
    background-size: contain;
  }
}
body.location .tab_panel.access div.lead .lead_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 97px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .lead_box {
    margin-bottom: 51px;
  }
}
@media screen and (min-width: 1320px) {
  body.location .tab_panel.access div.lead .lead_box .lead_box_1 img {
    width: calc(660px + (100vw - 1320px) * 0.5);
    height: calc(447px + (100vw - 1320px) * 0.5);
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .lead_box .lead_box_1 {
    order: 2;
    margin-top: 40px;
  }
  body.location .tab_panel.access div.lead .lead_box .lead_box_1 img {
    position: relative;
    left: -25px;
    width: 326.5px;
    height: 221px;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.access div.lead .lead_box .lead_box_1 {
    position: relative;
    right: 0;
    width: 50%;
    writing-mode: vertical-rl;
  }
}
body.location .tab_panel.access div.lead .lead_box .lead_box_1.image_caption::before {
  writing-mode: initial;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .lead_box .lead_box_1.image_caption::before {
    right: 35px;
    bottom: 10px;
  }
}
body.location .tab_panel.access div.lead .lead_box .lead_box_2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .lead_box .lead_box_2 {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.access div.lead .lead_box .lead_box_2 {
    width: 50%;
    padding-top: 33px;
    padding-right: 20px;
    padding-left: 119px;
  }
}
body.location .tab_panel.access div.lead .lead_box .lead_box_2 .text_1 {
  color: #1b4d00;
  font-size: 54px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .lead_box .lead_box_2 .text_1 {
    margin-bottom: 3px;
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.access div.lead .lead_box .lead_box_2 .text_1 {
    margin-top: 16px;
  }
}
body.location .tab_panel.access div.lead .lead_box .lead_box_2 .text_2 {
  margin-bottom: 44px;
  color: #8a846f;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .lead_box .lead_box_2 .text_2 {
    margin-bottom: 13px;
    font-size: 12px;
  }
}
body.location .tab_panel.access div.lead .lead_box .lead_box_2 .text_3 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .lead_box .lead_box_2 .text_3 {
    margin-bottom: 31px;
    font-size: 18px;
    line-height: 1.7222222222;
  }
}
body.location .tab_panel.access div.lead .lead_box .lead_box_2 .text_4 {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .lead_box .lead_box_2 .text_4 {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
body.location .tab_panel.access div.lead .station_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 141px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .station_box {
    margin-bottom: 52px;
  }
}
body.location .tab_panel.access div.lead .station_box .text_1 {
  margin-bottom: 57px;
  color: #1b4d00;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .station_box .text_1 {
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.03em;
    text-align: center;
  }
}
body.location .tab_panel.access div.lead .station_box .station_box_1 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px;
}
body.location .tab_panel.access div.lead .station_box .station_box_1 > * {
  margin: 0 18px 10px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .station_box .station_box_1 > * {
    margin-bottom: 25px;
  }
}
body.location .tab_panel.access div.lead .train_box {
  position: relative;
  margin-bottom: 177px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .train_box {
    margin-bottom: 50px;
  }
}
body.location .tab_panel.access div.lead .train_box .train_box_1 {
  margin-bottom: 82px;
}
body.location .tab_panel.access div.lead .train_box .train_box_1 .text_1 {
  color: #1b4d00;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .train_box .train_box_1 .text_1 {
    margin-bottom: 7px;
    font-size: 21px;
  }
}
body.location .tab_panel.access div.lead .train_box .train_box_1 .text_2 {
  margin-bottom: 33px;
  color: #8a846f;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .train_box .train_box_1 .text_2 {
    font-size: 12px;
  }
}
body.location .tab_panel.access div.lead .train_box .train_box_2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .train_box .train_box_2 {
    position: relative;
    left: -25px;
    width: 100vw;
    margin-bottom: 23px;
    overflow-y: scroll;
    writing-mode: vertical-rl;
  }
}
body.location .tab_panel.access div.lead .train_box .train_box_2 .image_1 {
  position: relative;
  left: -91px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .train_box .train_box_2 .image_1 {
    right: 24px;
    left: unset;
    height: 418px;
  }
}
body.location .tab_panel.access div.lead .train_box .train_box_3 {
  margin-bottom: 79px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .train_box .train_box_3 {
    margin-bottom: 48px;
  }
}
body.location .tab_panel.access div.lead .train_box .train_box_3 .text_3 {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .train_box .train_box_3 .text_3 {
    font-size: 10px;
    line-height: 1.4;
  }
}
body.location .tab_panel.access div.lead .train_box .train_box_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}
body.location .tab_panel.access div.lead .train_box .train_box_4::before {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100vw;
  height: 480px;
  border-radius: 28px;
  background: #1b4d00;
  content: "";
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .train_box .train_box_4::before {
    bottom: 13px;
    left: 49px;
    height: 641px;
    border-radius: 19px;
  }
}
body.location .tab_panel.access div.lead .train_box .train_box_4 > * {
  position: relative;
  margin-bottom: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .train_box .train_box_4 > * {
    margin-bottom: 18px;
    margin-left: unset;
  }
}
body.location .tab_panel.access div.lead .train_box .train_box_4 .text_2 {
  position: absolute;
  top: 17px;
  left: 18px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .train_box .train_box_4 .text_2 {
    top: 9px;
    left: 10px;
    height: 44%;
  }
}
body.location .tab_panel.access div.lead .train_box .train_box_4 .text_3 {
  margin-top: 5px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .train_box .train_box_4 .text_3 {
    margin-bottom: 9px;
    padding-left: 63px;
    font-size: 8px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .train_box .train_box_4 .image_2, body.location .tab_panel.access div.lead .train_box .train_box_4 .image_3, body.location .tab_panel.access div.lead .train_box .train_box_4 .image_4, body.location .tab_panel.access div.lead .train_box .train_box_4 .image_5 {
    width: 300px;
    max-width: unset;
    height: 152px;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .train_box .train_box_4 .train_box_4_4 .text_2 {
    height: 82px;
  }
}
body.location .tab_panel.access div.lead .car_box {
  position: relative;
  padding-bottom: 102px;
}
@media screen and (min-width: 1320px) {
  body.location .tab_panel.access div.lead .car_box {
    padding-bottom: calc(102px + (100vw - 1320px) * 0.5);
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .car_box {
    padding-bottom: 75px;
  }
}
body.location .tab_panel.access div.lead .car_box .car_box_1 {
  margin-bottom: 101px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .car_box .car_box_1 {
    margin-bottom: 63px;
  }
}
body.location .tab_panel.access div.lead .car_box .car_box_1 .text_1 {
  color: #1b4d00;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .car_box .car_box_1 .text_1 {
    margin-bottom: 6px;
    font-size: 21px;
  }
}
body.location .tab_panel.access div.lead .car_box .car_box_1 .text_2 {
  margin-bottom: 33px;
  color: #8a846f;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .car_box .car_box_1 .text_2 {
    font-size: 12px;
  }
}
body.location .tab_panel.access div.lead .car_box .car_box_2 {
  position: relative;
}
body.location .tab_panel.access div.lead .car_box .car_box_2 .car_box_2_1 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .car_box .car_box_2 .car_box_2_1 {
    margin-bottom: 12px;
  }
}
body.location .tab_panel.access div.lead .car_box .car_box_2 .car_box_2_1 .image_1 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .car_box .car_box_2 .car_box_2_1 .image_1 {
    margin-bottom: 20px;
  }
}
body.location .tab_panel.access div.lead .car_box .car_box_2 .car_box_2_1 .text_1 {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .car_box .car_box_2 .car_box_2_1 .text_1 {
    font-size: 10px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1320px) {
  body.location .tab_panel.access div.lead .car_box .car_box_2 .car_box_2_2 img {
    position: relative;
    right: calc((100vw - 1320px) * -0.5);
    bottom: calc((100vw - 1320px) * -0.5);
    width: calc(651px + (100vw - 1320px) * 0.5);
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .car_box .car_box_2 .car_box_2_2 {
    position: relative;
  }
  body.location .tab_panel.access div.lead .car_box .car_box_2 .car_box_2_2 img {
    position: relative;
    right: 0;
    height: 199px;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.access div.lead .car_box .car_box_2 .car_box_2_2 {
    position: absolute;
    right: -100px;
    bottom: 0;
    z-index: 1;
  }
}
body.location .tab_panel.access div.lead .plan_box {
  position: relative;
  z-index: 1;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .plan_box {
    margin-bottom: 41px;
  }
}
body.location .tab_panel.access div.lead .plan_box::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 783px;
  border-radius: 30px;
  background: #1b4d00;
  content: "";
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .plan_box::before {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 458px;
    border-radius: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
body.location .tab_panel.access div.lead .plan_box .plan_box_1 {
  padding-top: 78px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .plan_box .plan_box_1 {
    padding-top: 48px;
  }
}
body.location .tab_panel.access div.lead .plan_box .plan_box_1 .text_1 {
  margin-bottom: 32px;
  color: #ffe200;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .plan_box .plan_box_1 .text_1 {
    margin-bottom: 21px;
    font-size: 21px;
  }
}
body.location .tab_panel.access div.lead .plan_box .plan_box_1 .text_2 {
  margin-bottom: 16px;
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .plan_box .plan_box_1 .text_2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
body.location .tab_panel.access div.lead .plan_box .plan_box_1 .text_2 small {
  font-size: 20px;
  vertical-align: 0.3em;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .plan_box .plan_box_1 .text_2 small {
    margin-bottom: 2px;
    font-size: 10px;
  }
}
body.location .tab_panel.access div.lead .plan_box .plan_box_1 .text_3 {
  margin-bottom: 88px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .plan_box .plan_box_1 .text_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
body.location .tab_panel.access div.lead .plan_box .plan_box_1 .text_3 .text_4 {
  padding: 1px 5px;
  background: #ffffff;
  color: #1b4d00;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.access div.lead .plan_box .plan_box_1 .text_3 .text_4 {
    margin-right: 9px;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .plan_box .plan_box_1 .text_3 .text_4 {
    margin-bottom: 11px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .plan_box .plan_box_1 .image_1 {
    position: relative;
    left: -15px;
  }
}
body.location .tab_panel.access div.lead .point_box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .point_box {
    padding-bottom: 76px;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.access div.lead .point_box .point_box_1 {
    width: 50%;
  }
}
body.location .tab_panel.access div.lead .point_box .point_box_1 .text_1 {
  margin-bottom: 1px;
  color: #1b4d00;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .point_box .point_box_1 .text_1 {
    margin-bottom: 3px;
    font-size: 18px;
  }
}
body.location .tab_panel.access div.lead .point_box .point_box_1 .text_2 {
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .point_box .point_box_1 .text_2 {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
body.location .tab_panel.access div.lead .point_box .point_box_1 .line_1 {
  width: 200%;
  margin-bottom: 29px;
  border-top: 3px solid #1b4d00;
}
body.location .tab_panel.access div.lead .point_box .point_box_1 .text_3 {
  width: 100%;
  max-width: 520px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .point_box .point_box_1 .text_3 {
    max-width: 270px;
    margin-bottom: 20px;
    font-size: 10px;
    line-height: 1.4;
  }
}
body.location .tab_panel.access div.lead .point_box .point_box_1 .text_3 strong {
  color: #1b4d00;
  font-weight: bold;
}
body.location .tab_panel.access div.lead .point_box .point_box_2 {
  display: flex;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .point_box .point_box_2 {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 768px) {
  body.location .tab_panel.access div.lead .point_box .point_box_2 {
    width: 50%;
    margin-bottom: 26px;
  }
  body.location .tab_panel.access div.lead .point_box .point_box_2 .image_1 {
    margin-left: auto;
  }
}
body.location .tab_panel.access div.lead .point_box .point_box_2 .image_1 {
  border-radius: 10px;
}
body.location .tab_panel.access div.lead .point_box .point_box_3 {
  width: 100%;
}
body.location .tab_panel.access div.lead .point_box .point_box_3 .text_4 {
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  body.location .tab_panel.access div.lead .point_box .point_box_3 .text_4 {
    font-size: 10px;
    line-height: 1.4;
  }
}
body.location .location_character {
  position: absolute;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
body.location .location_character img {
  opacity: 0;
  position: relative;
  top: -200px;
  transform: scale(0);
  transform-origin: center;
}
body.location .location_character.show img {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
body.location .access_character {
  position: absolute;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
body.location .access_character img {
  opacity: 0;
  position: relative;
  top: -200px;
  transform: scale(0);
  transform-origin: center;
}
body.location .access_character.show img {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
body.location .location_character_1 {
  top: 114px;
  left: calc(50% + 393px);
}
@media screen and (max-width: 767px) {
  body.location .location_character_1 {
    top: 258px;
    left: calc(50% + 98px);
  }
  body.location .location_character_1 img {
    width: 104px;
  }
}
body.location .location_character_3 {
  bottom: -204px;
  left: calc(50% - 493px);
}
@media screen and (max-width: 767px) {
  body.location .location_character_3 {
    bottom: 258px;
    left: calc(50% + 98px);
  }
  body.location .location_character_3 img {
    width: 104px;
  }
}
body.location .location_character_4 {
  bottom: -232px;
  left: calc(50% + 503px);
}
@media screen and (max-width: 767px) {
  body.location .location_character_4 {
    bottom: 258px;
    left: calc(50% + 98px);
  }
  body.location .location_character_4 img {
    width: 104px;
  }
}
body.location .access_character_2 {
  top: 198px;
  left: calc(50% + 507px);
}
@media screen and (max-width: 767px) {
  body.location .access_character_2 {
    top: 235px;
    left: calc(50% + 102px);
  }
  body.location .access_character_2 img {
    width: 116px;
  }
}
body.location .access_character_3 {
  top: 247px;
  left: calc(50% + 423px);
}
@media screen and (max-width: 767px) {
  body.location .access_character_3 {
    top: 242px;
    left: calc(50% + 110px);
  }
  body.location .access_character_3 img {
    width: 98px;
  }
}
/*# sourceMappingURL=location.css.map */