@charset "UTF-8";
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MPLUSRounded1c-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/MPLUSRounded1c-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MPLUSRounded1c-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/MPLUSRounded1c-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Rubik-Medium.woff2") format("woff2");
  font-display: swap;
}
/********************************************
* page map
********************************************/
#map .sec_inner {
  max-width: 1100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .sec_inner {
    max-width: 84.6153846154vw;
  }
}
#map #iframe_map {
  width: 1000px;
  height: 700px;
  border-radius: 10px;
  border: 4px solid #29abe2;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map #iframe_map {
    width: 76.9230769231vw;
    height: 53.8461538462vw;
    border-radius: 0.7692307692vw;
    border: 0.3076923077vw solid #29abe2;
  }
}
@media (max-width: 750px) {
  #map #iframe_map {
    width: 100%;
    height: 120vw;
    border-radius: 1.3333333333vw;
    border: 0.5333333333vw solid #29abe2;
  }
}
#map .area_list {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .area_list {
    gap: 5.3846153846vw 0;
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  #map .area_list {
    gap: 9.3333333333vw 0;
    margin-top: 5.3333333333vw;
  }
}
#map .area_list .area_block .area_title {
  color: #39b54a;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 4px solid #9cdaa4;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .area_list .area_block .area_title {
    font-size: 1.8461538462vw;
    border-bottom: 0.3076923077vw solid #9cdaa4;
  }
}
@media (max-width: 750px) {
  #map .area_list .area_block .area_title {
    font-size: 3.7333333333vw;
    border-bottom: 0.5333333333vw solid #9cdaa4;
  }
}
#map .area_list .area_block.place_ajigasawa .area_title {
  color: #0071bc;
  border-color: #7fb8dd;
}
#map .area_list .area_block.place_ajigasawa .marker_list .item_block {
  border-color: #7fb8dd;
}
#map .area_list .area_block.place_ajigasawa .marker_list .item_block a .icon_label {
  background-color: #0071bc;
}
#map .area_list .area_block.place_ajigasawa .marker_list .item_block a .title_wrap .num {
  background-color: #0071bc;
}
@media (min-width: 751px) {
  #map .area_list .area_block.place_ajigasawa .marker_list .item_block a:hover {
    background-color: #eaf7fc;
  }
}
#map .area_list .area_block.place_fukaura .area_title {
  color: #f7931e;
  border-color: #fbc98e;
}
#map .area_list .area_block.place_fukaura .marker_list .item_block {
  border-color: #fbc98e;
}
#map .area_list .area_block.place_fukaura .marker_list .item_block a .icon_label {
  background-color: #f7931e;
}
#map .area_list .area_block.place_fukaura .marker_list .item_block a .title_wrap .num {
  background-color: #f7931e;
}
@media (min-width: 751px) {
  #map .area_list .area_block.place_fukaura .marker_list .item_block a:hover {
    background-color: #fef4e8;
  }
}
#map .marker_list .item_block {
  border-bottom: 1px solid #9cdaa4;
}
#map .marker_list .item_block.in2item {
  position: relative;
}
#map .marker_list .item_block.in2item a .title_wrap {
  margin-left: 51px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .marker_list .item_block.in2item a .title_wrap {
    margin-left: 3.9230769231vw;
  }
}
@media (max-width: 750px) {
  #map .marker_list .item_block.in2item a .title_wrap {
    margin-left: 8vw;
  }
}
#map .marker_list .item_block.in2item a:first-child .icon_label {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#map .marker_list .item_block.in2item a:first-child .title_wrap {
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #000000 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .marker_list .item_block.in2item a:first-child .title_wrap {
    background-size: 0.9230769231vw 1px;
    background-image: linear-gradient(to right, #000000 0.4615384615vw, transparent 0.4615384615vw);
  }
}
@media (max-width: 750px) {
  #map .marker_list .item_block.in2item a:first-child .title_wrap {
    background-size: 1.6vw 1px;
    background-image: linear-gradient(to right, #000000 0.8vw, transparent 0.8vw);
  }
}
#map .marker_list .item_block a {
  display: flex;
  min-height: 90px;
  text-decoration: none;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .marker_list .item_block a {
    min-height: 6.9230769231vw;
  }
}
@media (max-width: 750px) {
  #map .marker_list .item_block a {
    min-height: 12vw;
  }
}
@media (min-width: 751px) {
  #map .marker_list .item_block a:hover {
    background-color: #ebf8ed;
  }
}
#map .marker_list .item_block a .icon_label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 50px;
  padding-bottom: 12px;
  margin: auto 0;
  margin-right: 15px;
  background-color: #39b54a;
  mask: url("../images/map/icon_marker.svg") no-repeat center center/contain;
  -webkit-mask: url("../images/map/icon_marker.svg") no-repeat center center/contain;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .marker_list .item_block a .icon_label {
    width: 2.7692307692vw;
    height: 3.8461538462vw;
    padding-bottom: 0.9230769231vw;
    margin-right: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  #map .marker_list .item_block a .icon_label {
    width: 6vw;
    height: 8.2666666667vw;
    padding-bottom: 1.6vw;
    margin-right: 2vw;
  }
}
#map .marker_list .item_block a .icon_label .label {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .marker_list .item_block a .icon_label .label {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #map .marker_list .item_block a .icon_label .label {
    font-size: 3.2vw;
  }
}
#map .marker_list .item_block a .title_wrap {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0 10px;
  padding: 15px 0;
  margin-right: 25px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .marker_list .item_block a .title_wrap {
    gap: 0 0.7692307692vw;
    padding: 1.1538461538vw 0;
    margin-right: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  #map .marker_list .item_block a .title_wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8vw 0;
    padding: 2.6666666667vw 0;
    margin-right: 0;
  }
}
#map .marker_list .item_block a .title_wrap .num {
  text-align: center;
  width: 60px;
  height: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  background-color: #39b54a;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .marker_list .item_block a .title_wrap .num {
    width: 4.6153846154vw;
    height: 1.8461538462vw;
    line-height: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  #map .marker_list .item_block a .title_wrap .num {
    width: 13.3333333333vw;
    height: 4.2666666667vw;
    line-height: 4.2666666667vw;
    font-size: 2.9333333333vw;
  }
}
#map .marker_list .item_block a .title_wrap .title {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .marker_list .item_block a .title_wrap .title {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #map .marker_list .item_block a .title_wrap .title {
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
  }
}
#map .marker_list .item_block a .title_wrap .title .icon {
  display: inline-block;
  height: 26px;
  margin: 0 2px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .marker_list .item_block a .title_wrap .title .icon {
    height: 2vw;
    margin: 0 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  #map .marker_list .item_block a .title_wrap .title .icon {
    height: 4.2666666667vw;
    margin: 0 0.2666666667vw;
  }
}
#map .marker_list .item_block a .title_wrap .title .icon img {
  width: auto;
  height: 100%;
}
#map .marker_list .item_block a .more_wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .marker_list .item_block a .more_wrap {
    padding-right: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  #map .marker_list .item_block a .more_wrap {
    padding-right: 6.6666666667vw;
  }
}
#map .marker_list .item_block a .more_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-image: url(../images/common/icon_arrow.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  #map .marker_list .item_block a .more_wrap::after {
    width: 2.3076923077vw;
    height: 2.3076923077vw;
    background-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  #map .marker_list .item_block a .more_wrap::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-size: 5.3333333333vw;
  }
}
#map .marker_list .item_block a .more_wrap .more {
  color: #000;
  font-weight: 500;
}
@media (max-width: 750px) {
  #map .marker_list .item_block a .more_wrap .more {
    display: none;
  }
}

.gm-style-mtc-bbw {
  display: none;
}

.gm-style .gm-style-iw-c .gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
}

.gm-style .gm-style-iw-c {
  padding-top: 12px !important;
}
@media (max-width: 750px) {
  .gm-style .gm-style-iw-c {
    max-width: calc(100vw - 48px - 48px) !important;
  }
}

.font-family {
  font-family: "M PLUS Rounded 1c", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif !important;
}/*# sourceMappingURL=map.css.map */