@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}

.preface {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .preface {
    width: 90%;
  }
}

.maptitle {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .maptitle {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 768px) {
  #style-page .h-ttl {
    padding-bottom: 10%;
  }
}

.relwrap {
  position: relative;
}

.relwrap--fm {
  position: relative;
  width: 100px;
}

.relwrap--fm .icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 90px;
}

@media screen and (max-width: 768px) {
  .relwrap--fm .icon {
    width: 100%;
    left: 10%;
    top: -70px;
  }
}


.section .link_wrap {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.section .link_bnr {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .section .link_bnr {
    margin-bottom: 10vw;
  }
}

.info {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 60px auto;
}

.info .title {
  text-align: center;
  color: #9CB8C6;
  font-size: 16px;
}

.point_wrap {
  width: 79%;
  padding: 0 40px 24px;
  display: block;
  margin: 30px auto 0;
  border-bottom: 1px solid #9bbcd0;
}

@media screen and (max-width: 768px) {
  .point_wrap {
    width: 100%;
    margin: 5% auto 0;
    border-bottom: 1.5px solid #9bbcd0;
    padding: 0 0 5%;
  }
}

.point_wrap .s-txt {
  text-align: left;
}

.point_wrap .s-txt span {
  font-weight: bold;
  font-size: 14px;
}

.ladies .point_wrap {
  border-bottom: 1px solid #cc99b4;
}

@media screen and (min-width: 769px) {
  .l_style01 .point_wrap {
    padding: 0 37px 24px;
  }
}

#style-page .point:before {
  position: absolute;
  content: 'POINT';
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  color: #fffefe;
  width: 60px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #9bbcd0;
  bottom: -15px;
  left: 98px;
  padding: 0 0 2px;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #style-page .point:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 2.604vw;
    width: 15.625vw;
    height: 3.906vw;
    bottom: -1.823vw;
    padding: 1px 0 0;
  }
}

.ladies #style-page .point:before,
.ladies #style-page .point:after {
  background: #cc99b4;
}

#style-page .point:after {
  position: absolute;
  content: '';
  width: 79%;
  height: 1px;
  background: #9bbcd0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #style-page .point:after {
    width: 100%;
  }
}

/* .popup_box .title {
  text-align: center;
  font-size: 17px;
  color: #A1B9CB;
} */

/* .popup_box .s-txt {
  margin-top: 20px;
  font-size: 17px;
  text-align: left;
} */

@media screen and (max-width: 768px) {
  .popup_box .s-txt {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}

.lad .title {
  color: #cc99b4;
}
/* 
.mfp-auto-cursor .mfp-content {
  width: 100%;
  max-width:1592px;
  background: #F5F3F3;
  padding: 40px 20px;
  height: auto;
} */

@media screen and (max-width: 768px) {
  .mfp-auto-cursor .mfp-content {
    width: 89.583vw;
    margin: auto;
    padding: 5.2vw 3vw;
  }
}

/* .mfp-close-btn-in .mfp-close {
  font-size: 1.7rem;
} */

/* @media screen and (min-width: 769px) {
  .mfp-close-btn-in .mfp-close {
    color: #ffffff;
    top: -33px;
    width: 60px;
    height: auto;
  }
} */

/* @media screen and (max-width: 768px) {
  .mfp-close-btn-in .mfp-close {
    color: #ffffff;
    top: -30px;
    width: auto;
    height: auto;
    line-height: 1;
  }
} */
/*# sourceMappingURL=page_style.css.map */