.icon-partner {
  display: block;
  position: relative;
}
.icon-partner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon-partner.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.gnav .icon-partner {
  height: 40px;
}
@media (min-width: 600px) {
  .gnav .icon-partner {
    margin-right: 23px !important;
    margin-left: 2px;
  }
}
.gnav .icon-partner::before {
  width: 100%;
  height: 25px;
}
@media (min-width: 600px) {
  .gnav .icon-partner::before {
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 36px;
    height: 41px;
  }
}

.mobnav ul li .icon-partner {
  width: 25px;
  height: 26px;
  margin: 0 auto;
}

#partner .contents_area {
  padding: 20px 10px 40px;
}
#partner .icon-partner {
  height: 60px;
}
@media (min-width: 600px) {
  #partner .icon-partner {
    height: 80px;
  }
}
#partner .icon-partner::before {
  height: 36px;
}
@media (min-width: 600px) {
  #partner .icon-partner::before {
    height: 50px;
  }
}
#partner .map_area {
  position: relative;
  padding: 30px 0;
}
@media (min-width: 600px) {
  #partner .map_area {
    float: left;
    width: 40%;
  }
}
#partner .map_area .chiiki {
  position: absolute;
  color: #9b7542;
  text-align: center;
  line-height: 1.3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#partner .map_area .chiiki .name {
  display: block;
}
#partner .map_area .chiiki .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  margin: 0 auto;
}
#partner .map_area .chiiki .num span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #9b7542;
  margin: 2px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#partner .map_area .chiiki.hokkaido {
  top: 0;
  left: 82%;
}
#partner .map_area .chiiki.tohoku {
  top: 40%;
  left: 84%;
}
#partner .map_area .chiiki.kanto {
  top: 62%;
  left: 79%;
}
#partner .map_area .chiiki.chubu {
  top: 41%;
  left: 43%;
}
#partner .map_area .chiiki.kinki {
  top: 72%;
  left: 50%;
}
#partner .map_area .chiiki.chushikoku {
  top: 50%;
  left: 17%;
}
#partner .map_area .chiiki.kyushu {
  top: 87%;
  left: 21%;
}
#partner .list_area {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 600px) {
  #partner .list_area {
    margin-left: 50%;
    margin-top: 80px;
  }
}
#partner .list_area .chiiki {
  margin: 0 0 30px;
  padding: 0;
}
#partner .list_area .chiiki .chiiki_name {
  display: block;
  padding: 5px 10px;
  background-color: #9b7542;
  color: #fff;
}
#partner .list_area .chiiki .ls_shisetsu {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
#partner .list_area .chiiki .ls_shisetsu .shisetsu_name {
  margin-top: 1em;
}
#partner .list_area .chiiki .ls_shisetsu a {
  color: #9b7542;
  text-decoration: underline;
  line-height: 1.3;
}

body.shisetsu {
  padding: 10px;
  overflow-wrap: break-word;
}
@media (min-width: 600px) {
  body.shisetsu {
    padding: 40px;
  }
}
body.shisetsu .update_month {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #bbb;
}
body.shisetsu .shisetsu_name {
  font-size: 16px;
  color: #9b7542;
  border-bottom: solid 2px #9b7542;
  margin-bottom: 30px;
  position: relative;
  padding-left: 35px;
  padding-bottom: 0.2em;
}
@media (min-width: 600px) {
  body.shisetsu .shisetsu_name {
    font-size: 20px;
    padding-left: 60px;
  }
}
body.shisetsu .shisetsu_name::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  top: 0;
  left: 0;
  background: url(../images/icon-partner.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 600px) {
  body.shisetsu .shisetsu_name::before {
    width: 40px;
    height: 26px;
    left: 10px;
  }
}
body.shisetsu .shisetsu_data {
  margin: 0 5px;
}
@media (min-width: 600px) {
  body.shisetsu .shisetsu_data {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.shisetsu .shisetsu_data .addr {
    width: 45%;
  }
  body.shisetsu .shisetsu_data .info {
    width: 50%;
  }
}
body.shisetsu .shisetsu_data dl {
  margin: 0;
}
body.shisetsu .shisetsu_data dt {
  color: #9b7542;
  font-weight: bold;
  font-size: 14px;
}
body.shisetsu .shisetsu_data dt.url {
  display: none;
}
body.shisetsu .shisetsu_data dt.url + dd {
  margin-top: -1em;
}
body.shisetsu .shisetsu_data dd {
  margin-left: 0;
  margin-bottom: 2em;
  color: #333;
  font-size: 14px;
}
body.shisetsu .shisetsu_data a {
  color: #9b7542;
}

.fancybox-slide--iframe {
  padding: 5px;
}
@media (min-width: 600px) {
  .fancybox-slide--iframe {
    padding: 20px;
  }
}
.fancybox-slide--iframe .fancybox-content {
  width: 90%;
  height: auto;
  max-width: 1000px;
  max-height: calc(100% - 88px);
  margin: 0;
}
/*# sourceMappingURL=partner.css.map */