img {
  max-width: 100%;
}

.position {
  position: relative;
}

.contents {
  background: #3E3A39;
  color: #fff;
}

.main-ttl {
  background: url(../images/location/main_bg.jpg) no-repeat 0 center/cover;
  margin-bottom: 105px;
}

.minittl-box {
  margin-bottom: 40px;
  text-align: center;
}
.minittl-box .minittl-en {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 400;
}
.minittl-box .minittl-jp {
  font-size: 16px;
  line-height: 1;
}

.h-copy {
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.h-copy .main-copy {
  text-align: center;
  line-height: 1.66;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 34px;
}
.h-copy .sub-copy {
  font-size: 16px;
  line-height: 1.87;
  text-align: left;
}

.anc-list {
  margin-bottom: 55px;
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 844px;
  flex-wrap: wrap;
}
.anc-list li {
  width: 30%;
  margin-right: 3.4%;
  margin-bottom: 46px;
}
.anc-list li:nth-child(3n) {
  margin-right: 0;
}
.anc-list li .pic-box {
  margin-bottom: 15px;
  position: relative;
}
.anc-list li .pic-box .pic-ttl {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.anc-list li .tex-box .n-text {
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.bg-wrap {
  background: #3E3A39;
  position: relative;
}
.bg-wrap .bg-box {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.bg-wrap .bg-box.ptn1 {
  background: url(../images/location/ac_bg.jpg) no-repeat left center/cover;
}
.bg-wrap .bg-box.ptn2 {
  background: url(../images/location/con_bg.jpg) no-repeat left center/cover;
}
.bg-wrap .bg-box.ptn3 {
  background: url(../images/location/edu_bg.jpg) no-repeat left center/cover;
}
.bg-wrap .bg-box.ptn4 {
  background: url(../images/location/hos_bg.jpg) no-repeat left center/cover;
}
.bg-wrap .bg-box.ptn5 {
  background: url(../images/location/pub_bg.jpg) no-repeat left center/cover;
}
.bg-wrap .bg-box.ptn6 {
  background: url(../images/location/oth_bg.jpg) no-repeat left center/cover;
}
.bg-wrap .wrap1 {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.bg-wrap .wrap1 .text-box .main-copy {
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 30px;
  text-align: center;
}
.bg-wrap .wrap1 .text-box .sub-copy {
  font-size: 15px;
  line-height: 1.66;
  max-width: none;
  text-align: left;
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
}

.gr-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #E9E6E5;
  color: #231815;
}
.gr-bg .minittl-box {
  margin-bottom: 0px;
}

.map-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #efefef;
}
.map-bg .minittl-en {
  color: #938059;
}
.map-bg .minittl-jp {
  color: #3e3a39;
}
.map-bg .map-box {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.map-bg .map-box iframe {
  height: 450px;
  width: 100%;
  border: 0;
}

.loc-list {
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.loc-list li {
  padding-top: 50px;
  width: 30.6%;
  margin-right: 3%;
}
.loc-list li .pic-box {
  position: relative;
  overflow: hidden;
  padding-top: 73%;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.loc-list li .pic-box img {
  position: absolute;
  width: auto;
  max-width: none;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: auto;
  object-fit: cover;
}
.loc-list li .n-txt {
  font-size: 15px;
  line-height: 1.66;
  text-align: center;
}

.ex-notes {
  font-size: 14px;
  margin-bottom: 25px;
}

.map-list {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.map-list li {
  margin-top: 30px;
}
.map-list li .caption {
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
}

@media print, screen and (min-width: 901px) {
  .loc-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .main-ttl {
    margin-bottom: 8vw;
  }
  .info-wrap {
    margin-bottom: 4vw;
  }
  .info-wrap .info-list li {
    margin-bottom: 8vw;
  }
  .minittl-box {
    margin-bottom: 5vw;
  }
  .minittl-box .minittl-en {
    font-size: 6vw;
    line-height: 1;
    margin-bottom: 1vw;
  }
  .minittl-box .minittl-jp {
    font-size: 3.4vw;
    line-height: 1;
  }
  .h-copy {
    text-align: center;
    max-width: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8vw;
  }
  .h-copy .main-copy {
    text-align: center;
    line-height: 1.56;
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 2vw;
  }
  .h-copy .sub-copy {
    font-size: 2.9vw;
    line-height: 1.87;
    letter-spacing: 0.02em;
  }
  .anc-list {
    margin-bottom: 0;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
  .anc-list li {
    width: 100%;
    background: #3E3A39;
    margin-bottom: 0;
  }
  .anc-list li:nth-child(3n) {
    margin-right: 0;
  }
  .anc-list li .list-box {
    align-items: center;
    display: flex;
  }
  .anc-list li:nth-child(2n) .list-box {
    flex-direction: row-reverse;
  }
  .anc-list li .pic-box {
    margin-bottom: 0px;
    position: relative;
    width: 50%;
  }
  .anc-list li .tex-box {
    width: 50%;
    text-align: center;
  }
  .anc-list li .tex-box .pic-ttl {
    font-size: 4vw;
    margin-bottom: 2vw;
    color: #938059;
  }
  .anc-list li .tex-box .n-text {
    font-size: 2.9vw;
    line-height: 1;
    text-align: center;
  }
  .bg-wrap {
    position: relative;
  }
  .bg-wrap .bg-box {
    display: none;
  }
  .bg-wrap .wrap1 {
    background: #3E3A39;
    color: #FFF;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .bg-wrap .wrap1 .minittl-box {
    color: #fff;
    padding-top: 19vw;
    padding-bottom: 19vw;
    text-align: center;
  }
  .bg-wrap .wrap1 .minittl-box.ptn1 {
    background: url(../images/location/ac_bg_sp.jpg) no-repeat center center/cover;
  }
  .bg-wrap .wrap1 .minittl-box.ptn2 {
    background: url(../images/location/con_bg_sp.jpg) no-repeat center center/cover;
  }
  .bg-wrap .wrap1 .minittl-box.ptn3 {
    background: url(../images/location/edu_bg_sp.jpg) no-repeat center center/cover;
  }
  .bg-wrap .wrap1 .minittl-box.ptn4 {
    background: url(../images/location/hos_bg_sp.jpg) no-repeat center center/cover;
  }
  .bg-wrap .wrap1 .minittl-box.ptn5 {
    background: url(../images/location/pub_bg_sp.jpg) no-repeat center center/cover;
  }
  .bg-wrap .wrap1 .minittl-box.ptn6 {
    background: url(../images/location/oth_bg_sp.jpg) no-repeat center center/cover;
  }
  .bg-wrap .wrap1 .text-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .bg-wrap .wrap1 .text-box .main-copy {
    text-align: center;
    line-height: 1.56;
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 2vw;
  }
  .bg-wrap .wrap1 .text-box .sub-copy {
    font-size: 2.9vw;
    line-height: 1.87;
    max-width: none;
    letter-spacing: 0.02em;
  }
  .loc-list {
    padding-top: 4vw;
    padding-bottom: 8vw;
    display: flex;
    flex-wrap: wrap;
  }
  .loc-list li {
    padding-top: 4vw;
    width: 48%;
    margin-right: 4%;
  }
  .loc-list li:nth-child(2n) {
    margin-right: 0;
  }
  .loc-list li .pic-box {
    position: relative;
    overflow: hidden;
    padding-top: 74%;
    width: 100%;
    margin-bottom: 2.5vw;
    display: block;
  }
  .loc-list li .pic-box img {
    position: absolute;
    width: auto;
    max-width: none;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    margin: auto;
    object-fit: cover;
  }
  .loc-list li .n-txt {
    font-size: 2.3vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .ex-notes {
    font-size: 2.6vw;
    line-height: 1.5;
    margin-bottom: 7vw;
  }
  .gr-bg {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .gr-bg .minittl-box {
    margin-bottom: 0px;
  }
  .map-bg {
    padding-top: 6vw;
    padding-bottom: 3vw;
  }
  .map-bg .map-box {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .map-bg .map-box iframe {
    height: 60vw;
  }
  .map-list li {
    margin-top: 5vw;
  }
  .map-list li .caption {
    text-align: center;
    margin-bottom: 1vw;
    font-size: 3.3vw;
  }
}/*# sourceMappingURL=style_location.css.map */