@charset "UTF-8";
/**
 * SIGHT
 */
#contents.static .section-lead {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead {
    margin-bottom: -15px;
  }
}

#contents.static .section-lead .map {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .map {
    margin: 0 -2%;
  }
}

#contents.static .section-lead .map-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .map-link {
    display: none;
  }
}

#contents.static .section-lead .map-link li {
  position: absolute;
  height: 18px;
}

#contents.static .section-lead .map-link li:nth-of-type(1) {
  top: 242px;
  left: 40px;
  width: 60px;
}

#contents.static .section-lead .map-link li:nth-of-type(2) {
  top: 192px;
  left: 84px;
  width: 60px;
}

#contents.static .section-lead .map-link li:nth-of-type(3) {
  top: 189px;
  left: 13px;
  width: 45px;
}

#contents.static .section-lead .map-link li:nth-of-type(4) {
  top: 110px;
  left: 196px;
  width: 60px;
}

#contents.static .section-lead .map-link li:nth-of-type(5) {
  top: 325px;
  left: 28px;
  width: 100px;
}

#contents.static .section-lead .map-link li:nth-of-type(6) {
  top: 345px;
  left: 10px;
  width: 142px;
}

#contents.static .section-lead .map-link li:nth-of-type(7) {
  top: 132px;
  left: 278px;
  width: 107px;
}

#contents.static .section-lead .map-link li:nth-of-type(8) {
  top: 153px;
  left: 435px;
  width: 72px;
}

#contents.static .section-lead .map-link li:nth-of-type(9) {
  top: 177px;
  left: 416px;
  width: 58px;
  height: 32px;
}

#contents.static .section-lead .map-link li:nth-of-type(10) {
  top: 193px;
  left: 318px;
  width: 72px;
  height: 32px;
}

#contents.static .section-lead .map-link li:nth-of-type(11) {
  top: 184px;
  left: 475px;
  width: 58px;
}

#contents.static .section-lead .map-link li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  font-size: 0;
}

#contents.static .section-lead .map-link li a::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 50%;
  content: '';
  background-color: #0f0;
  border-radius: 3px;
  opacity: 0;
  transition: all .2s;
}

#contents.static .section-lead .map-link li a:hover::after {
  top: 0;
  bottom: 0;
  opacity: .25;
}

#contents.static .section-1st h3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-1st h3 {
    margin-bottom: 20px;
  }
}

#contents.static .section-1st .col {
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-1st .col {
    flex-direction: column-reverse;
  }
}

#contents.static .section-1st .col:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-1st .col-left {
    margin: 15px auto 0;
  }
}

#contents.static .section-1st .col-right {
  flex: 1;
}

@media screen and (max-width: 767px) {
  #contents.static .section-1st .col-right {
    margin: 0;
  }
}

#contents.static .section-1st .col p {
  margin: 0;
}

#contents.static .section-1st .col em {
  font-weight: normal;
  font-weight: 450;
  margin-right: .25em;
}

#contents.static .section-1st .col .img {
  width: 270px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-1st .col .img a::after {
    display: inline-block;
    content: 'ホームページ';
    vertical-align: top;
    margin-top: 3px;
  }
}

#contents.static .section-1st .col .img img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=../map/css/style-sight.css.map */
