@charset "UTF-8";

.location_concept_images {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .location_concept_images {
    flex-direction: column;
  }
}

.location_01_wide_view {
  width: 100%;
}

.location_01_01_images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

@media screen and (max-width: 768px) {
  .location_01_wide_view {
    width: 100%;
    /* max-width: 500px; */
    height: 450px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .location_01_wide_view_img_container {
    display: block;
    max-width: none;
    width: 1000px;
    height: 450px;
  }

  .location_01_01_images {
    grid-template-columns: repeat(2, 1fr);
    padding: 5px;
    column-gap: 10px;
    row-gap: 10px;
  }
}

.location_02_copy {
  text-align: center;
  font-size: 32px;
  padding: 20px 0 30px;
}

.location_02_03 {
  padding: 20px 100px;
}

@media screen and (max-width: 768px) {
  .location_02_copy {
    text-align: center;
    font-size: 18px;
    padding: 10px 0 20px;
  }

  .location_02_03 {
    padding: 30px 10px;
  }
}

.location_03_wide_view {
  width: 100%;
}

.location_03_02 {
  display: flex;
  flex-direction: row;
  padding: 30px 0 50px;
}

.location_03_02 > div:nth-of-type(1) {
  width: 55%;
}

.location_03_02 > div:nth-of-type(2) {
  width: 45%;
  padding: 0 0 0 20px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .location_03_wide_view {
    width: 100%;
    height: 200px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .location_03_wide_view_img_container {
    display: block;
    max-width: none;
    width: 1000px;
    height: 200px;
  }

  .location_03_02 {
    flex-direction: column-reverse;
  }

  .location_03_02 > div:nth-of-type(1) {
    width: 100%;
    padding: 10px;
  }

  .location_03_02 > div:nth-of-type(2) {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
}

.location_04 {
  background-image: url("../img/location/location_00410.png");
  background-size: 100% auto;
  /* background-size: cover; */
  background-repeat: no-repeat;
}

.location_04_01_copy {
  text-align: center;
}

.location_04_01_copy p:nth-of-type(1) {
  font-size: 32px;
  padding-top: 100px;
}

.location_04_01_copy p:nth-of-type(2) {
  font-size: 20px;
  padding-top: 65px;
  line-height: 2;
}

.location_04_01_copy p:nth-of-type(3) {
  font-size: 15px;
  padding-top: 60px;
}

.location_04_03_images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 5px;
}

@media screen and (max-width: 768px) {
  .location_04 {
    background-size: 1000px auto;
    background-position: top 0 left 50%;
  }

  .location_04_01 {
    padding: 0 10px 40px;
  }

  .location_04_01_copy p:nth-of-type(1) {
    font-size: 22px;
    padding-top: 45px;
  }

  .location_04_01_copy p:nth-of-type(2) {
    font-size: 10px;
    padding-top: 30px;
  }

  .location_04_01_copy p:nth-of-type(3) {
    font-size: 8px;
    padding-top: 30px;
  }

  .location_04_02 {
    padding: 0 10px;
  }

  .location_04_03_images {
    grid-template-columns: repeat(2, 1fr);
    padding: 5px;
    column-gap: 10px;
    row-gap: 10px;
  }
}

.location_05_btns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.location_05_btns .location_05_btn {
  cursor: pointer;
}

.location_05_btns .location_05_btn:hover {
  opacity: 0.8;
}

.location_05_map_images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

.location_05_map_images .main_copy {
  padding: 5px 0;
}

.circle_num {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}

#location_05_01 .circle_num {
  background-color: #2e6997;
}

#location_05_02 .circle_num {
  background-color: #7a6a56;
}

#location_05_03 .circle_num {
  background-color: #cf7487;
}

#location_05_04 .circle_num {
  background-color: #e38f34;
}

#location_05_05 .circle_num {
  background-color: #45b035;
}

.location_05_facility_list {
  padding: 20px 50px;
}

.location_05_annotaion {
  text-align: center;
  padding: 30px 0 20px;
}

@media screen and (max-width: 768px) {
  .location_05_btns {
    grid-template-columns: repeat(2, 1fr);
    padding: 5px;
  }

  .location_05_map_images {
    padding: 5px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5px;
    row-gap: 5px;
  }

  .location_05_facility_list {
    padding: 10px;
  }
}

/* swipe画像共通設定 */
@media screen and (max-width: 768px) {
  .swipe_gesture {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
  }

  .swipe_gesture img {
    display: block;
    width: 20%;
    height: 20%;
    max-width: 100px;
    max-height: 100px;
    margin: auto;
  }

  .img_hide {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 2s;
    transition-timing-function: ease-in;
  }

  .img_hide.close {
    opacity: 0;
  }
}
