@charset "UTF-8";
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * map.scss
 */
#map {
  /* PC
  --------------------------------------------------*/
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
}
#map .section .lead {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
#map .section #mapArea {
  margin-top: 40px;
}
#map .section #mapArea .tab {
  display: table;
  margin: 0 auto 45px;
  font-family: "UniversLT-Condensed", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}
#map .section #mapArea .tab li {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}
#map .section #mapArea .tab li a {
  display: block;
  color: #000000;
  padding: 17px 20px 16px;
  border-radius: 5px;
  background: #ffe73f;
  text-align: center;
  text-decoration: none;
}
.msie #map .section #mapArea .tab li a {
  padding-top: 19px;
  padding-bottom: 14px;
}
#map .section #mapArea .tab li.on a {
  opacity: 0.5;
}
@media only screen and (max-width: 1199px) {
  #map .section #mapArea .tab {
    zoom: 1;
    display: block;
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
  }
  #map .section #mapArea .tab:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  #map .section #mapArea .tab li {
    display: block;
    float: left;
    width: 33.33%;
    margin-top: 20px;
    margin-left: 20px;
    padding-left: 0;
  }
  #map .section #mapArea .tab li:nth-child(3n+1) {
    clear: left;
    margin-left: -40px;
  }
  #map .section #mapArea .tab li:nth-child(-n+3) {
    margin-top: 0;
  }
}
#map .section #mapArea .pop {
  display: none;
}
#map .section #mapArea .map {
  position: relative;
  height: 550px;
}
#map .section #mapArea .map.loading {
  background: url(../imgs/loading.gif) no-repeat center center;
  background-size: 80px auto;
}
#map .section #mapArea .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #map .section .lead {
    font-size: 15px;
    line-height: 1.6;
  }
  #map .section #mapArea {
    margin-top: 30px;
  }
  #map .section #mapArea .tab {
    max-width: none;
    margin: 0 20px 30px;
    padding-left: 15px;
    font-size: 16px;
  }
  #map .section #mapArea .tab li {
    width: 50%;
    margin-top: 15px;
    margin-left: 15px;
  }
  #map .section #mapArea .tab li:nth-child(3n+1) {
    clear: none;
    margin-left: 15px;
  }
  #map .section #mapArea .tab li:nth-child(odd) {
    clear: left;
    margin-left: -15px;
  }
  #map .section #mapArea .tab li:nth-child(-n+3) {
    margin-top: 15px;
  }
  #map .section #mapArea .tab li:nth-child(-n+2) {
    margin-top: 0;
  }
  #map .section #mapArea .tab li a {
    padding: 15px 0 14px;
  }
  .msie #map .section #mapArea .tab li a {
    padding-top: 17px;
    padding-bottom: 12px;
  }
  #map .section #mapArea .pop {
    display: block;
    position: relative;
    margin: 0 20px 15px;
    background: #ffffff;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  #map .section #mapArea .pop:before, #map .section #mapArea .pop:after {
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    bottom: -10px;
    border-top: #dcdcdc solid 10px;
    border-right: transparent solid 5px;
    border-left: transparent solid 5px;
  }
  #map .section #mapArea .pop:after {
    border-top-color: #ffffff;
    bottom: -6px;
  }
  #map .section #mapArea .pop .inner {
    padding: 13px 10px 13px 50px;
    border: #dcdcdc solid 2px;
    background: url(../imgs/map/icon-app.svg) no-repeat 12px center;
    background-size: auto 26px;
  }
  #map .section #mapArea .map {
    margin: 0 20px;
    height: 445px;
  }
}
@media only screen and (max-width: 374px) {
  #map .section #mapArea .tab {
    font-size: 14px;
    letter-spacing: 0;
  }
  #map .section #mapArea .tab li a {
    padding: 16px 0 15px;
  }
  .msie #map .section #mapArea .tab li a {
    padding-top: 18px;
    padding-bottom: 13px;
  }
}
