@charset "UTF-8";
/*color*/
/* guideline */
/*font-family*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*gHeader用*/
/*gHeader用*/
/* media query */
/* ------------------------------------------------------------
    HEADER
------------------------------------------------------------ */
/* ------------------------------------------------------------
    TITLE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MAP
------------------------------------------------------------ */
.s_map_link {
  margin: 20px auto 0;
}
@media only screen and (min-width: 769px) {
  .s_map_link {
    margin-top: 32px;
  }
}

.s_map_gallery {
  padding: 52px 0;
  background-color: #eae6e4;
  margin-top: 52px;
}
@media only screen and (min-width: 769px) {
  .s_map_gallery {
    padding: 104px 0;
    margin-top: 104px;
  }
}
.s_map_gallery__in {
  background-color: #717071;
  padding: 12px;
  max-width: 800px;
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .s_map_gallery__in {
    padding: 25px;
  }
}
.s_map_gallery_root {
  color: #fff;
  margin-top: 20px;
}
.s_map_gallery_root .root_hd {
  border-bottom: solid 1px #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 769px) {
  .s_map_gallery_root .root_hd {
    font-size: 2.4rem;
  }
}
.s_map_gallery_root .root_cont {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .s_map_gallery_root .root_cont {
    -ms-grid-columns: 388fr 30px 410fr;
    grid-template-columns: 388fr 410fr;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s_map_gallery_root .root_cont_map {
  max-width: 388px;
  margin-inline: auto;
}
.s_map_gallery_root .root_cont_info {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media only screen and (min-width: 769px) {
  .s_map_gallery_root .root_cont_info {
    gap: 15px;
  }
}
.s_map_gallery_root .root_cont_info .info_1 {
  font-size: 2.2rem;
  color: #fff580;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .s_map_gallery_root .root_cont_info .info_1 {
    font-size: 3.2rem;
  }
}
.s_map_gallery_root .root_cont_info .info_2 {
  font-size: 110%;
}
.s_map_gallery_root .root_cont_info .info_3 {
  border-top: solid 1px #fff;
  padding-top: 10px;
}
.s_map_gallery_root .root_cont_info .info_4 {
  background-color: #fff;
  color: #717071;
  padding: 0.3em 0.6em;
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .s_map_gallery_root .root_cont_info .info_4 {
    font-size: 2.2rem;
  }
}
.s_map_gallery .s_map_link {
  max-width: 800px;
}
/*# sourceMappingURL=map.css.map */