@charset "utf-8";

/*
  File Name   : print-map.css
*/


/* PC Layout ******************************************************************************************* */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
body#map {
  background: #fffced;
  font-family: 'Noto Serif JP', serif;
  padding: 40px 40px;
}

#map-container {
  width: 970px;
  margin: 0 auto;
  /* box-shadow */
  box-shadow: 0px 0px 6px 3px #888;
  -moz-box-shadow: 0px 0px 6px 3px #888;
  -webkit-box-shadow: 0px 0px 6px 3px #888;
}

#map-header {
  background: #383838;
  position: relative;
  padding: 15px 280px 15px 20px;
}

#map-header h1 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  background: url(../img/search/map/icon-wh-circle.png) 0 50% no-repeat;
  background-size: 18px 19px;
  padding-left: 25px;
  margin: 0 0 10px 0;
  line-height: 1.4em;
}

#map-header p {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding-left: 25px;
  margin: 0 0 0 0;
}

#map-header .print-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

#map-main {
  background: #fff;
  text-align: center;
  padding: 33px 15px 20px;
}

.map-info-block {
  width: 675px;
  margin: 0 auto 10px;
}

.map-info-block .logo {
  width: 315px;
  float: left;
  text-align: center;
}

.map-info-block .tel {
  width: 299px;
  float: right;
  text-align: center;
}

.map-info-block .tel img {
  margin: 0 0 10px 0;
}

.map-info-block .tel p {
  font-size: 14px;
  color: #414141;
}

#map-container h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #ac062c;
}

#map-footer {
  background: #383838;
  text-align: center;
  padding: 15px;
}

.map-img {
  margin: 0 0 40px;
  text-align: center;
}
.map-img img{
  max-width: 100%;
  height: auto;
}

.mgb {
  margin-bottom: 40px
}

.mgb-min {
  margin-bottom: 0 !important;
}

.pdb {
  padding-bottom: 20px !important;
}

.text-caution {
  font-size: 30px;
  font-style: bold;
  color: #fff;
  background: #ac062c;
  padding: 5px;
  margin: 0 0 40px 0;
}

.font-meiryo {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.over {
  -webkit-transition: opacity .2s ease-in-out;
     -moz-transition: opacity .2s ease-in-out;
      -ms-transition: opacity .2s ease-in-out;
       -o-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}

.over:hover {
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: .8;
       opacity: .8;
}



/* SP Layout ******************************************************************************************* */
@media screen and (max-width: 768px) {
  body#map {
    padding: 0;
  }
  #map-container {
    box-shadow: 0 0 0 0 #888;
    margin: 0 auto;
    width: 100%;
  }
  #map-header {
    background: #383838 none repeat scroll 0 0;
    padding: 20px 20px 20px 20px;
    position: relative;
  }
  #map-header .print-btn {
    position: static;
    text-align: center;
  }
  #map-header .print-btn img {
    width: 50%;
    height: auto;
  }
  #map-header h1 {
    background: rgba(0, 0, 0, 0) url("../img/search/map/icon-wh-circle.png") no-repeat scroll 0 50% / 18px 19px;
    background-size: 10px auto;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
    padding-left: 15px;
  }
  #map-header p {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  #map-container h2 {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .map-info-block .logo {
    float: none;
    text-align: center;
    width: 100%;
  }
  .map-info-block .tel {
    float: none;
    text-align: center;
    width: 100%;
  }
  .text-caution {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 5px;
  }
  .map-img {
    margin: 0 0 20px;
  }
  .map-img img {
    width: 100%;
    height: auto;
  }
  .map-info-block {
    margin: 0 auto 10px;
    width: 100%;
  }
  .print-btn {
    text-align: center;
    margin-bottom: 20px;
  }
  .print-btn img {
    width: 50%;
    height: auto;
  }
  footer img {
    width: 50%;
    height: auto;
  }
  .map-info-block img {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
  }
  #map-header {
    padding: 20px 20px 5px;
    position: relative;
  }


}
/* End media screen */




@media print {

  body#map {
    padding: 0;
    background: #fff;
  }

  #map-container #map-header,
  #map-container h2,
  #map-container .print-btn {
    display: none !important;
  }

  #map-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: none;
  }

  .map-img {
    display: block !important;
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .map-img img {
    width: 100%;
    height: auto;
    display: block !important;
  }



}/*print*/