@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
.map_sec h3 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .map_sec h3 {
    margin-bottom: 20px;
  }
}
.map_sec .map {
  margin-bottom: 80px;
}

.print_btn {
  padding: 15px 10px;
  background: url("../img/map/viewmore_bk.webp") no-repeat center center/cover;
  width: 300px;
  margin: 40px auto 60px;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  font-size: 18px;
}

.print_btn::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url("../img/map/print_btn.svg") no-repeat center center/contain;
  display: inline-block;
  vertical-align: -0.6em;
  margin-right: 0.8em;
}

#salon_contents {
  margin: 50px auto 0;
  max-width: 1024px;
}

.map_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E1DED6;
}

.map_item dt {
  width: 51%;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map_item dt * {
  color: #7A6A56;
}

.map_item dt h4 {
  font-size: 24px;
  text-align: center;
}

.map_item dt .salon_address {
  padding: 10px 5px 10px;
  background-color: #fff;
  color: #7A6A56;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

.map_item dt p {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.map_item dt .parking {
  margin-top: 50px;
}

.map_item dt .parking img {
  margin-right: 0.7em;
}

.map_item dt .corona {
  margin: 20px auto;
}

.map_item dt .corona h5 {
  background: #112D88;
  padding: 10px;
  text-align: center;
}

.map_item dt .corona h5 + p {
  background: #FFF;
  color: #000;
  padding: 10px;
  margin-top: 0;
  text-align: left;
  font-size: 13px;
}

.map_item dd {
  width: 49%;
}

.map_item h4 span {
  font-size: 16px;
}

.google_map {
  border: 1px solid #888 !important;
  margin-top: 40px;
}

@media only screen and (min-width: 769px) and (max-width: 1920px) {
  .layer_main {
    height: 300px;
  }
  .layer_main .main_img {
    height: 100%;
  }
  .layer_main .main_img img {
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: none;
  }
}
@media screen and (min-width: 769px) {
  .print_btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .map_item {
    margin-top: 30px;
    display: block;
  }
  .map_item dt {
    width: 100%;
    padding: 25px 3%;
  }
  .map_item dt h4 {
    font-size: 17px;
  }
  .map_item dt .salon_address {
    padding: 10px 5px 8px;
    font-size: 15px;
    margin-top: 20px;
  }
  .map_item dt p {
    font-size: 14px;
    margin-top: 20px;
  }
  .map_item dt p.parking {
    margin-top: 25px;
  }
  .map_item dt .corona h5 + p {
    text-align: left;
  }
  .map_item dd {
    width: 100%;
    border: 1px solid #888 !important;
  }
  .map_item h4 span {
    font-size: 14px;
  }
  .google_map {
    width: 100%;
    height: 400px;
  }
  #salon_contents {
    margin-bottom: 30px;
  }
}
@media print {
  header, .main_ttl, .google_map, .hb_menu, #footer_before, footer, #page_top, .print_btn, .page_tit02, #mailmagazine {
    display: none !important;
  }
  article {
    margin-top: 0 !important;
  }
  .map_sec h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .map_item dt h4 {
    font-size: 20px;
  }
  .map_item dt .salon_address {
    font-size: 16px;
  }
  .map_item dt p {
    font-size: 14px;
  }
  .map_img {
    width: 80%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=map.css.map */