#page_template .under_mv {
  background-image: url(/assets/img/ph_template_mv.jpg);
  /* background-size: cover; */
}
#page_template .lead {
  font-size: 18rem;
  font-weight: bold;
  text-align: center;
  margin: 4em 0;
}
#page_template .anc_box {
  margin-top: 152rem;
}
#page_template .template_content {
  /*margin-top: 40rem;*/
  margin-top: 160rem;
}
#page_template .template_content + .template_content {
  margin-top: 200rem;
}
#page_template .template_content .content_wrap {
  display: flex;
  justify-content: center;
}
#page_template .template_content .content_wrap .swiper_outer {
  /*overflow: hidden;*/
  /*width: 1281rem;*/
  width: 960rem;
}
#page_template .template_content .content_wrap .swiper_outer .photo-cont img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 500rem;
  /* max-width: none; */
}
#page_template .template_content .content_wrap .swiper_outer .thumbs-cont {
  margin-top: 20rem;
}
#page_template .template_content .content_wrap .swiper_outer .thumbs-cont .swiper-wrapper {
  justify-content: flex-end;
  transform: translate3d(0px, 0px, 0px) !important;
}
#page_template .template_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide {
  cursor: pointer;
  /*width: calc((100% - 60rem) / 4 ) !important;*/
  width: 12.5% !important;
}
#page_template .template_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide img {
  height: 100%;
}
#page_template .template_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide + .swiper-slide {
  margin-left: 15rem;
}
#page_template .template_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide-thumb-active {
  position: relative;
}
#page_template .template_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide-thumb-active::before {
  border: 4px solid #e57e24;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
#page_template .template_content .content_wrap .swiper_outer .swiper-pagination {
  justify-content: flex-end;
}
#page_template .template_content .content_wrap .text_wrap {
  margin-left: 95rem;
  /*margin-right: 170rem;*/
  margin-right: 95rem;
}
#page_template .template_content .content_wrap .text_wrap .text {
  /*background-color: #fff;*/
  width: 412rem;
  position: relative;
  height: 100%;
}
#page_template .template_content .content_wrap .text_wrap .text h2 {
  margin: 0 auto;
  font-size: 32rem;
  /*font-weight: bold;*/
}
#page_template .template_content .content_wrap .text_wrap .text dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30rem;
  border-top: 1px solid #836F60;
}
#page_template .template_content .content_wrap .text_wrap .text dl dt,
#page_template .template_content .content_wrap .text_wrap .text dl dd {
  padding: 1em 0;
}
#page_template .template_content .content_wrap .text_wrap .text dl dt {
  background-color: #fff;
  border-bottom: 1px solid #836F60;
  text-align: center;
  width: 110rem;
}
#page_template .template_content .content_wrap .text_wrap .text dl dd {
  padding-left: 1em;
  width: calc(100% - 110rem);
  border-bottom: 1px solid #836F60;
}
#page_template .template_content .content_wrap .text_wrap .text p.t_description {
  font-size: 16rem;
  margin-top: 1.5em;
  line-height: 2.5;
}
#page_template .template_content .content_wrap .text_wrap .text p {
  /*&.amenity {
    a {
      color: #333;
      display: block;
      font-size: 16rem;
      margin-top: 2.5em;
    }
  }*/
  /*&.btn_more {
    margin-top: 1.7em;

    a {
      margin-left: auto;
      margin-right: auto;
      width: auto;
    }
  }*/
}
#page_template .info_wrap {
  /*margin-top: 230rem;*/
  padding-top: 100rem;
  padding-bottom: 130rem;
}
#page_template .info_wrap .info {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #836F60;
}
#page_template .info_wrap .info dt,
#page_template .info_wrap .info dd {
  padding: 1.5em 0;
}
#page_template .info_wrap .info dt {
  background-color: #fff;
  border-bottom: 1px solid #836F60;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 300rem;
}
#page_template .info_wrap .info dd {
  padding-left: 1em;
  width: calc(100% - 300rem);
  border-bottom: 1px solid #836F60;
}

/*@media screen and (max-width: 1279px) {}*/
@media screen and (max-width: 680px) {
  #page_template .lead {
    font-size: 14rem;
    margin: 2em 0;
  }
  #page_template .anc_box {
    margin-top: 80rem;
  }
  #page_template .template_content {
    /*margin-top: 20rem;*/
    margin-top: 80rem;
  }
  #page_template .template_content + .template_content {
    margin-top: 95rem;
  }
  #page_template .template_content .content_wrap {
    /* padding-top: 320rem; */
    /* padding-top: 250rem; */
    flex-direction: column;
  }
  #page_template .template_content .content_wrap .swiper_outer {
    width: auto;
  }
  #page_template .template_content .content_wrap .swiper_outer .photo-cont img {
    width: auto;
    height: 250rem;
  }
  #page_template .template_content .content_wrap .swiper_outer .thumbs-cont {
    margin-top: 10rem;
  }
  #page_template .template_content .content_wrap .swiper_outer .thumbs-cont .swiper-wrapper {
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    width: 94%;
  }
  #page_template .template_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide {
    /*width: calc((100% - 30rem) / 4 ) !important;*/
    width: 16.6666666667% !important;
  }
  #page_template .template_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide + .swiper-slide {
    margin-left: 10rem;
  }
  #page_template .template_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide-thumb-active::before {
    border: 3px solid #e57e24;
  }
  #page_template .template_content .content_wrap .swiper_outer .swiper-pagination {
    justify-content: center;
  }
  #page_template .template_content .content_wrap .text_wrap {
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
    width: 335rem;
  }
  #page_template .template_content .content_wrap .text_wrap .text {
    width: auto;
  }
  #page_template .template_content .content_wrap .text_wrap .text h2 {
    font-size: 22rem;
    text-align: center;
  }
  #page_template .template_content .content_wrap .text_wrap .text p.t_description {
    font-size: 14rem;
  }
  #page_template .template_content .content_wrap .text_wrap .text p {
    /*&.amenity {
      a {
        font-size: 14rem;
      }
    }*/
    /*&.btn_more {}*/
  }
  #page_template .info_wrap {
    /*margin-top: 70rem;*/
    padding-top: 50rem;
    padding-bottom: 60rem;
  }
  #page_template .info_wrap .info {
    margin-top: 20rem;
  }
  #page_template .info_wrap .info dt {
    width: 30%;
  }
  #page_template .info_wrap .info dd {
    width: 70%;
  }
}/*# sourceMappingURL=template.css.map */