@charset "UTF-8";

:focus {
  outline: none;
}

.page-detail {
  position: relative;
}

.page-detail.overflow {
  content: "";
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.property_ttl {
  font-size: 3.5rem;
  word-break: break-word;
  line-height: 2.7rem;
  min-height: 2rem;
}

.ttl_m {
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #004680;
}

.mv_pic .status {
  margin-top: 15px;
}

.mv_pic .status span {
  background: #004680;
  border-radius: 30px;
  color: #fff;
  padding: 5px 20px;
  line-height: 1;
  font-size: 1.5rem;
}

.mv_pic .tab {
  display: table;
  margin-left: auto;
}

.mv_pic .tab > div {
  display: inline-block;
  box-sizing: border-box;
  background: #004680;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.mv_pic .tab > div > a {
  padding: 10px 15px;
  display: block;
}

.mv_pic .tab > div + div {
  margin-left: 12px;
}

.mv_pic .tab > div img {
  margin-right: 6px;
}

.mv_pic .tab .share,
.list-share .share {
  position: relative;
}

.mv_pic .tab .share-cont,
.list-share .share .share-cont
{
  width: 150px;
  background: #fff;
  padding: 15px 10px;
  position: absolute;
  border-radius: 10px;
  left: -30px;
  display: none;
  z-index: 999;
}

/* .mv_pic .tab .share-cont::before,
.list-share .share .share-cont::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #ffffff transparent;
  display: block;
  transform: translate(25px, -22px);
} */

.mv_pic .tab .share-cont > a,
.mv_pic .tab .share-cont > span,
.list-share .share .share-cont > a,
.list-share .share .share-cont > span {
  width: 100%;
  display: block;
  font-size: 1.5rem;
  padding: 0 13px;
  border-radius: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  box-sizing: border-box;
}

.list-share .share {
    background: none!important;
}

.mv_pic .tab .share-cont > a + a,
.mv_pic .tab .share-cont > span + span,
.list-share .share .share-cont > a + a,
.list-share .share .share-cont > span + span {
  margin-top: 10px;
}

.mv_pic .tab .share-cont .facebook,
.list-share .share .share-cont .facebook {
  background: #1877F2;
}

.mv_pic .tab .share-cont .facebook::before,
.list-share .share .share-cont .facebook::before {
  content: "";
  background: url(../common_img/icon-facebook.png) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.mv_pic .tab .share-cont .line,
.list-share .share .share-cont .line {
  background: #00B900;
}

.mv_pic .tab .share-cont .line::before,
.list-share .share .share-cont .line::before {
  content: "";
  background: url(../common_img/icon-line.png) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.mv_pic .tab .share-cont .twitter,
.list-share .share .share-cont .twitter {
  background: #000000;
}

.mv_pic .tab .share-cont .twitter::before,
.list-share .share .share-cont .twitter::before {
  content: "";
  background: url(../common_img/icon-twitter.png) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.mv_pic .tab .share-cont .link-cp,
.list-share .share .share-cont .link-cp{
  background: #8F8F8F;
}

.mv_pic .tab .share-cont .link-cp::before,
.list-share .share .share-cont .link-cp::before {
  content: "";
  background: url(../detail/images/icon-link_cp.png) no-repeat center/contain;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}

.mv_pic .pic {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.mv_pic .pic > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mv_pic .pic .pic-right  {
    width: 100%;
}

.mv_pic .pic > div:first-of-type {
  margin-right: 15px;
  position: relative;
  width: 100%;
}

.mv_pic .pic > div:first-of-type .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}

.mv_pic .pic > div:first-of-type .favorite img {
  width: 100%;
}

.mv_pic .pic > div:first-of-type .btn-set {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-self: start;
}

.mv_pic .pic > div:first-of-type .btn-set a {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 10px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-self: flex-start;
}

.mv_pic .pic > div:first-of-type .btn-set .virtualW::before {
  content: "";
  background: url(../detail/images/icon-movie.png) no-repeat 10% center/contain;
  width: 20px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
}

.mv_pic .pic > div:first-of-type .btn-set .streetV::before {
  content: "";
  background: url(../detail/images/icon-streetV.png) no-repeat 10% center/contain;
  width: 20px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}

.mv_pic .pic > div:last-of-type div + div {
  margin-top: 15px;
}

.col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.col2 .property_details {
  padding-top: 80px;
  max-width: 800px;
}

.col2 .property_details .table dd {
  margin: 15px 0;
}

.col2 .property_details .details dl {
  border-bottom: 2px dotted #bfbfbf;
}

.col2 .property_details .description,
.col2 .property_details .plan_contents {
  margin-top: 50px;
}

.col2 .property_details .facilities,
.col2 .property_details .remark {
  margin-top: 50px;
}

.col2 .property_details .facilities .table dt,
.col2 .property_details .remark .table dt {
  border-bottom: 2px dotted #bfbfbf;
  padding-bottom: 15px;
  font-size: 2.0rem;
}

.col2 .price_spec {
  width: 100%;
  background: #F0F4F8;
  box-sizing: border-box;
}

.col2 .price_spec .price_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
}
.col2 .price_spec .first_price_block {
  align-items: center;
  min-height: 40px;
  position: relative;
}
.col2 .price_spec .price_block .off_rate,
.col2 .price_spec .price_block .off_price{
    left: 15%;
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    color: #c1134e;
}
.col2 .price_spec .price_block .price {
  font-size: 3.0rem;
  font-weight: bold;
  color: #c1134e;
}
.col2 .price_spec .first_price_block .box_first_price {
    text-decoration: line-through;
    color: #0b0b0b;
    font-size: 2.5rem;
    font-weight: bold;
}

.col2 .price_spec .box_first_price::before {
    content: "฿";
    font-size: 1.7rem;
}
.under-triangle{
    display: block;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 16px solid #c1134e;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: 80%;
    margin-left: auto;
}
.col2 .price_spec .price_block .off_price::before,
.col2 .price_spec .price_block .price::before {
  content: "฿";
  font-size: 2.0rem;
}
.spm-price::before {
  content: "฿";
  font-size: 1.5rem;
}

.mortgage dd span::before {
  content: "฿";
  margin-right: 2px;
}

.col2 .price_spec .price_block .mortgage {
  color: #004680;
  margin-left: 20px;
}

.col2 .price_spec .price_block .mortgage * {
  display: inline-block;
}

.col2 .price_spec .price_block .mortgage dd {
  font-weight: bold;
}

.col2 .price_spec .spec {
  color: #004680;
  margin: 15px 0 15px;
}

.col2 .price_spec .spec dt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.col2 .price_spec .spec dd ul {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
}

.col2 .price_spec .spec dd ul span {
  font-size: 1.3rem;
}

.col2 .price_spec .spec dd ul li + li {
  margin-left: 10px;
}

.col2 .price_spec .spec dd .bed::before {
  content: "";
  background: url(../detail/images/icon-bed.png) no-repeat center/contain;
  display: inline-block;
  width: 25px;
  height: 18px;
  margin-right: 5px;
}

.col2 .price_spec .spec dd .bath::before {
  content: "";
  background: url(../detail/images/icon-bath.png) no-repeat center/contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  margin-right: 5px;
}

.col2 .price_spec .spec dd .baht::before {
  content: "฿";
  font-size: 1.5rem;
}

.col2 .price_spec .address {
  background: #fff url(../detail/images/icon-pin.png) no-repeat 10px center/22px 32px;
  border-radius: 10px;
  padding: 15px 15px 15px 44px;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
}

.address.location #address{
  word-break: break-word;
}

.col2 .price_spec .contact {
  margin-top: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
}

.col2 .price_spec .contact .alert-danger{
    padding: 10px 5px;
    font-size: small;
    color: red;
}

.col2 .price_spec .contact .tel {
  font-size: 1.8rem;
  color: #c1134e;
}

.col2 .price_spec .contact_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 15px;
}

.col2 .price_spec .contact_btn a {
  display: block;
  padding: 7px 20px 7px 40px;
}

.col2 .price_spec .contact_btn li {
  border-radius: 10px;
  background-color: #004680;
}

.col2 .price_spec .contact_btn .mail {
  background-image: url(../detail/images/icon-mail.png);
  background-repeat: no-repeat;
  background-size: 18px 14px;
  background-position: 10px center;
}

.col2 .price_spec .contact_btn .messenger {
  background-image: url(../detail/images/icon-messanger.png);
  background-repeat: no-repeat;
  background-size: 21px 18px;
  background-position: 10px center;
}

.col2 .price_spec .contact_btn .line {
  background-image: url(../detail/images/icon-line.png);
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: 10px center;
}

.col2 .price_spec input[type="text"],
.col2 .price_spec input[type="tel"],
.col2 .price_spec input[type="mail"],
.col2 .price_spec textarea {
  background: #F0F4F8;
  display: block;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}

.col2 .price_spec input,
.col2 .price_spec textarea {
  margin-top: 15px;
}

.col2 .price_spec button {
  background: #C1134E;
  color: #fff;
  font-size: 2.4rem;
  padding: 10px 15px;
  border-radius: 10px;
  width: 240px;
  display: block;
  margin: 20px auto;
  cursor: pointer;
}

.channel-body iframe {
  height: 575px !important;
  max-width: 605px;
  min-width: 325px;
  border-radius: 8px;
  margin-right: -90px;
  -webkit-transform: scale(0.70);
  -webkit-transform-origin: 0 0;
  -moz-transform: scale(0.70);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.70);
  -o-transform-origin: 0 0;
}

.acc_body iframe,
.recom-scroll .recom_body iframe {
  max-width: 100%;
  width: 55%;
  height: 375px;
  margin: auto;
}

.recom-scroll {
  overflow-x: auto;
}

.similar {
  /* margin: 80px 0 50px; */
  margin-top: 80px;
}

.sml-recom .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}

.sml-recom-box {
  max-width: 290px;
  position: relative;
}

.sml-recom-box_status {
  margin: 15px 0;
  font-size: smaller;
}

.sml-recom-box_status,
.sml-recom-box_status li{
  display: flex;
  align-items: center;
  /* background: #004680;
  border-radius: 30px;
  font-size: 1.2rem;
  color: #fff;
  padding: 5px 10px;
  display: inline-block; */
}

.sml-recom-box_status li img {
  margin-right: 7px;
}

.sml-recom-box_status .bed img,
.sml-recom-box_status .bath img {
  width: 15px;
}

.sml-recom-box_status .bath img {
  margin-top: -4px;
}

.sml-recom-box_status .spm img {
  width: 13px;
}

.sml-recom-box_status li + li {
  margin-left: 7px;
}

.sml-recom-box-content .share {
  position: relative;
  background: none!important;
}

.sml-recom-box-content .share .share-cont {
  width: 150px;
  background: #fff;
  padding: 15px 10px;
  position: absolute;
  border-radius: 10px;
  left: -30px;
  display: none;
  z-index: 100;
}

/* .sml-recom-box-content .share .share-cont::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #ffffff transparent;
  display: block;
  transform: translate(70px, -22px);
} */

.sml-recom-box-content .share .share-cont > a,
.sml-recom-box-content .share .share-cont > span {
  width: 100%;
  display: block;
  font-size: 1.5rem;
  padding: 0 13px;
  border-radius: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  box-sizing: border-box;
}

.sml-recom-box-content .share .share-cont .facebook {
  background: #1877F2;
}

.sml-recom-box-content .share .share-cont .facebook::before {
  content: "";
  background: url(../common_img/icon-facebook.png) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.sml-recom-box-content .share .share-cont .line {
  background: #00B900;
}

.sml-recom-box-content .share .share-cont .line::before {
  content: "";
  background: url(../common_img/icon-line.png) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.sml-recom-box-content .share .share-cont .twitter {
  background: #000000;
}

.sml-recom-box-content .share .share-cont .twitter::before {
  content: "";
  background: url(../common_img/icon-twitter.png) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.sml-recom-box-content .share .share-cont .link-cp {
  background: #8F8F8F;
}

.sml-recom-box-content .share .share-cont .link-cp::before {
  content: "";
  background: url(../detail/images/icon-link_cp.png) no-repeat center/contain;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}

.sml-recom-box-content .share .share-cont > a + a,
.sml-recom-box-content .share .share-cont > span + span {
  margin-top: 10px;
}

.box-type {
  background: #004680;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 20px;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 5px;
}

.sml-recom-box_ttl {
  font-size: 1.5rem;
  height: 1.5rem;
}

.sml-recom-box_price {
  font-size: 2.0rem;
  font-weight: bold;
  color: #C1134E;
  margin-top: 5px;
}

.sml-recom-box_price::before {
  content: "฿";
  font-size: 1.5rem;
}

.sml-recom-box-first-price::before {
    text-decoration: line-through;
    font-size: 1.1rem !important;
    content: "฿";
}
.sml-recom-box-first-price {
    text-decoration: line-through;
    font-size: 1.1rem !important;
    margin-top: 5px;
}
.sml-recom-box-off-price::before {
    font-size: 1.5rem !important;
}
.sml-recom-box-off-price {
    font-size: 1.5rem !important;
    position: relative;
    font-weight: bold;
    position: absolute;
    right: 4%;
}

.price_col{
    display: flex;
    align-items: center;
    position: relative;
    color: #C1134E;
    font-weight: bold;
}

.overlay {
  display: none;
  animation: 0.2s show;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  z-index: 1001;
}

[class*="-modal"] {
  display: none;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  padding: 40px;
  border-radius: 10px;
  left: 50vw;
  right: -50vw;
  transform: translate(-50vw, 0);
  z-index: 5;
}

[class*="-modal"] > div {
  border-radius: 30px;
}

[class*="-modal"] .close {
  width: 36px;
  height: 36px;
  background: #004680;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 5px;
}

[class*="-modal"] .close img {
  width: 15px;
}

.close {
  cursor: pointer;
}

.location-modal,
.streetV-modal,
.simulation-modal {
  top: calc((100vh - 580px) / 2);
  z-index: 1005;
  bottom: unset;
}

.location-modal iframe,
.streetV-modal iframe {
  width: 100%;
}

.picture-modal {
  top: 2%;
  position: fixed;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .09);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  border-radius: .4rem .4rem 0 0;
  z-index: 1005;
  bottom: 2%;
}

.sec .box, .sml-recom-box {
  border-bottom: 4px solid #004680;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.list-share, .sml-recom-box-content {
  margin-top: 8px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.sml-recom-box-content {
  margin-top: 8px;
}

@media (min-width:64em) {
  .picture-modal {
    top: 2%;
  }
  .picture-slick,
  .slick-list,
  .slick-track {
    height: 100%;
  }
}

@media (min-width:90em) {
  .picture-modal {
    top: 2%
  }
  .picture-slick,
  .slick-list,
  .slick-track {
    height: 100%;
  }
}

.picture-modal .slick-counter {
  margin-top: 14px;
  text-align: center;
}

.pic [class^="slick-arrow"] {
  bottom: 45%;
}

.picture-modal [class^="slick-arrow"],
.pic [class^="slick-arrow"] {
  cursor: pointer;
  background: #000;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50%;
  z-index: 5;
}

.picture-modal [class^="slick-arrow"] img,
.pic [class^="slick-arrow"] img {
  height: 9px;
}

.picture-modal .slick-arrow_prev,
.pic .slick-arrow_prev {
  left: 10px;
  transform: rotate(90deg);
}

.picture-modal .slick-arrow_next,
.pic .slick-arrow_next {
  right: 10px;
  transform: rotate(-90deg);
}

.lity {
  background: rgba(0, 0, 0, 0.8);
}

.lity-container {
  position: relative;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}

.lity-close {
  background: #004680;
  border-radius: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  background: #004680;
  right: -10px;
  top: -10px;
}

/*===================================
  list
=====================================*/

.list {
  padding-top: 20px;
}

.list .box {
  padding-bottom: 10px;
}

.list > .flex_wrap {
  flex-wrap: wrap;
}

.list > .flex_wrap .box:not(:nth-of-type(-n+4)) {
  margin-top: 30px;
}

.list > .flex_wrap .box:nth-of-type(12n+1),
.list > .flex_wrap .box:nth-of-type(12n+2),
.list > .flex_wrap .box:nth-of-type(12n+3),
.list > .flex_wrap .box:nth-of-type(12n+4) {
  margin-top: 0;
}

.list > .flex_wrap .box:nth-of-type(4n+1) {
  margin-left: 0;
}

.list .flex_wrap .tooltip-text,
.box.sml-recom-box .tooltip-text {
  white-space: normal;
  word-break: break-word;
}

.list > .flex_wrap .box a {
  transition: .3s;
}

.tooltip {
  position: relative;
}

.tooltip p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 1.5rem;
}

.font-text {
  font-size: small;
}

.tooltip-text {
  display: none;
  background-color: #fff;
  color: #555;
  text-align: left;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  border: 1px solid;
  font-size: small;
  white-space: nowrap;
}

.tooltip.active:hover .tooltip-text {
  display: block;
  opacity: 1;
}

.tooltip-content {
  white-space: nowrap;
  line-height: 0;
  display: none;
}

.list .spec-icon {
  margin: 15px 0;
  justify-content: flex-start;
  font-size: smaller;
}

.list .spec-icon li {
  display: flex;
  align-items: center;
}

.list .spec-icon li + li {
  margin-left: 7px;
}

.list .spec-icon li img {
  margin-right: 7px;
}

.list .spec-icon .bed img,
.list .spec-icon .bath img {
  width: 15px;
}

.list .spec-icon .bath img {
  margin-top: -4px;
}

.list .spec-icon .spm img {
  width: 13px;
}

.list .readmore {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #004680;
  padding: 15px 15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 70%;
  margin: 20px auto 0;
  background: #fff url(../common_img/icon-arrow-bt.png) no-repeat 95% center/12px 12px;
}

.search-message {
  padding-top: 100px;
  text-align: center;
  line-height: 2.5rem;
}

/*===================================
  page-purchase
=====================================*/

.page-purchase .header {
  margin-bottom: 10px;
}

.page-purchase .mv {
  background: url(../purchase/images/mv.jpg) no-repeat center/cover;
  width: 100%;
  height: 360px;
  position: relative;
}

.page-purchase .mv .searchbox {
  position: absolute;
  width: 100%;
  padding: 30px 0;
  bottom: 0;
  left: 0;
  background: rgba(43, 75, 104, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-purchase .mv .searchbox > div.nav_type,
.page-purchase .mv .searchbox > div.nav_area,
.page-purchase .mv .searchbox > div.nav_price {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  width: 266px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #afafaf;
}

.page-purchase .mv .searchbox > div + div {
  margin-left: 10px;
}

.page-purchase .mv .searchbox > div.nav_type {
  background-image: url(../common_img/icon-home.png), url(../common_img/icon-arrow-bt.png);
  background-repeat: no-repeat;
  background-position: 13px, 90%;
  background-size: 19px 19px ,10px 9px;
  max-width: 215px;
}

.page-purchase .mv .searchbox > div.nav_area {
  background-image: url(../common_img/icon-area.png), url(../common_img/icon-arrow-bt.png);
  background-repeat: no-repeat;
  background-position: 13px, 90%;
  background-size: 24px ,10px 9px;
}

.page-purchase .mv .searchbox > div.nav_price {
  background-image: url(../common_img/icon-price.png), url(../common_img/icon-arrow-bt.png);
  background-repeat: no-repeat;
  background-position: 13px, 90%;
  background-size: 14px ,10px 9px;
}

.page-purchase .mv .searchbox > div a {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-purchase .mv .searchbox .btn {
  color: #fff;
  background: #C1134E url(../images/icon-search.png) no-repeat 10% center/20px;
  padding: 15px 30px 15px 40px;
  border-radius: 10px;
  font-size: 2.5rem;
  height: 100%;
  margin-left: 10px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-purchase .mv .hover_item {
  position: absolute;
  font-weight: normal;
  top: 60px;
  background: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  z-index: 5;
  padding: 15px;
  font-size: 1.8rem;
  min-width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: none;
}

.page-purchase .mv .hover_item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 19px 16px;
  border-color: transparent transparent #fff transparent;
  left: 0;
  margin: auto;
  top: -15px;
  z-index: 5;
  position: absolute;
}

.page-purchase .mv .hover_item p {
  font-weight: bold;
  margin-bottom: 20px;
}

.page-purchase .mv .hover_item label {
  margin-bottom: 15px;
}

.page-purchase .mv .hover_item input {
  margin-right: 5px;
}

.page-purchase .mv .hover_item .cal {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.page-purchase .mv .hover_item .cal input {
  width: 45%;
  border-radius: 5px;
  background: #EFEFEF;
  border: 1px solid #B9B9B9;
  padding: 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-purchase .mv .hover_item .cal input ::-webkit-input-placeholder {
  color: #707070;
  text-align: center;
}

.page-purchase .mv .hover_item .cal input :-ms-input-placeholder {
  color: #707070;
  text-align: center;
}

.page-purchase .mv .hover_item .cal input ::-ms-input-placeholder {
  color: #707070;
  text-align: center;
}

.page-purchase .mv .hover_item .cal input ::placeholder {
  color: #707070;
  text-align: center;
}

.page-purchase .mv .hover_item .cal_num {
  text-align: left;
  margin-top: 25px;
  width: calc(100% + 30px);
  height: 350px;
  overflow-y: scroll;
  margin-left: -15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-purchase .mv .hover_item .cal_num li::before {
  content: "฿";
  font-size: 1.3rem;
  margin-right: 5px;
}

.page-purchase .mv .hover_item .cal_num li + li {
  margin-top: 15px;
}

.page-purchase .mv .hover_item .form_btn {
  background: #C1134E;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 30px;
  margin: auto;
}

.page-purchase .mv .hover_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-purchase .container h2 {
  font-size: 3.4rem;
  color: #041c3d;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}

.page-purchase .features,
.page-purchase .comparison {
  background: #F3F7F9;
}

.page-purchase .features .point-box {
  box-sizing: border-box;
  padding: 25px 0 20px;
  min-height: 450px;
  position: relative;
}

.page-purchase .features .point-box + .point-box {
  margin-top: 80px;
}

.page-purchase .features .point-box h3 {
  display: block;
  color: #041c3d;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-purchase .features .point-box p {
  line-height: 1.8;
}

.page-purchase .features .point_wrap .point-box-inner {
  box-sizing: border-box;
  width: 55%;
  min-height: 400px;
  padding: 40px;
  background-size: auto;
  margin-top: 0;
  border-radius: 6px;
  box-shadow: 1px 3px 3px 3px rgb(0 0 0 / 8%);
  position: relative;
  z-index: 1;
}

.page-purchase .features .point_wrap .point01 .point-box-inner {
  background: #fff url(../purchase/images/bg-pont01.png) no-repeat 96% 94%;
}

.page-purchase .features .point_wrap .point02 .point-box-inner {
  background: #fff url(../purchase/images/bg-pont02.png) no-repeat 96% 94%;
  margin: 0 0 0 auto;
}

.page-purchase .features .point_wrap .point03 .point-box-inner {
  background: #fff url(../purchase/images/bg-pont03.png) no-repeat 96% 94%;
}

.page-purchase .features .point_wrap .point01 .point-photo,
.page-purchase .features .point_wrap .point03 .point-photo {
  position: absolute;
  top: 0;
  right: -50px;
  width: auto;
}

.page-purchase .features .point_wrap .point02 .point-photo {
  position: absolute;
  top: 0;
  left: -50px;
  width: auto;
}

.page-purchase .features .point_wrap .point-photo img {
  height: 450px;
}

.page-purchase .franchise {
  overflow: hidden;
  position: relative;
  padding-top: 110px;
  padding-bottom: 50px;
  z-index: -1;
}

.page-purchase .franchise h3 {
  display: block;
  color: #041c3d;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-purchase .franchise p {
  line-height: 1.8;
}

.page-purchase .franchise .franchise_inner {
  position: relative;
  z-index: -1;
  background: url(../purchase/images/bg-town.png) repeat-x bottom left, linear-gradient(to bottom, #e6eff3 0%, #fafcfd 68%, #d5e6ff 100%);
}

.page-purchase .franchise .about-box {
  position: relative;
  padding: 50px 0 20px;
  min-height: 450px;
}

.page-purchase .franchise .about-box .box-inner {
  box-sizing: border-box;
  width: 50%;
}

.page-purchase .franchise .about-photo {
  position: absolute;
  top: -60px;
  right: -50px;
  z-index: -1;
  width: auto;
}

.page-purchase .trouble h3 {
  color: #041c3d;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.page-purchase .trouble ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-purchase .trouble ul li {
  box-sizing: border-box;
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 6px;
  box-shadow: 1px 3px 3px 3px rgb(0 0 0 / 8%);
}

.page-purchase .trouble ul li {
  width: 32%;
}

.page-purchase .trouble .img_wrap {
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

.page-purchase .trouble .img_wrap img {
  width: 80px;
}

.page-purchase .trouble .text_wrap {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 1.6rem;
}

.page-purchase .trouble .note {
  font-size: 1.2rem;
}

.page-purchase .comparison .merit-table {
  background: linear-gradient(90deg, #fffada 0%, #fffada 50%, #fff 50%, #fff 100%);
}

.page-purchase .comparison .merit-table.on {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #fffada 50%, #fffada 100%);
}

.page-purchase .comparison .merit-table th {
  font-size: 2.4rem;
}

.page-purchase .comparison .merit-table tr > th {
  text-align: center;
  padding: 35px 60px;
  vertical-align: middle;
}

.page-purchase .comparison .merit-table tr > td {
  vertical-align: middle;
  padding: 30px 60px;
  width: 50%;
  text-align: center;
}

.page-purchase .comparison .merit-table tbody tr > th {
  padding-bottom: 0;
}

.page-purchase .comparison .merit-table tbody td {
  border-bottom: 1px solid #E8E8E8;
  font-size: 1.6rem;
  line-height: 1.7;
}

.page-purchase .comparison .merit-table tbody tr:nth-of-type(2) td,
.page-purchase .comparison .merit-table tbody tr:nth-of-type(4) td {
  vertical-align: top;
}

.page-purchase .comparison .merit-table thead th:nth-of-type(1) {
  background: #041c3d;
  color: #fff;
  cursor: pointer;
}

.page-purchase .comparison .merit-table.on thead th:nth-of-type(1) {
  background: #cbd4e6;
  color: #041c3d;
  cursor: pointer;
}

.page-purchase .comparison .merit-table thead th:nth-of-type(2) {
  background: #cbd4e6;
  color: #041c3d;
  cursor: pointer;
}

.page-purchase .comparison .merit-table.on thead th:nth-of-type(2) {
  background: #041c3d;
  color: #fff;
  cursor: pointer;
}

.page-purchase .comparison .merit-table tr > td:nth-of-type(1) {
  font-weight: bold;
  font-size: 1.8rem;
}

.page-purchase .comparison .merit-table.on tr > td:nth-of-type(1) {
  font-weight: normal;
  font-size: 1.6rem;
}

.page-purchase .comparison .merit-table.on tr > td:nth-of-type(2) {
  font-weight: bold;
  font-size: 1.8rem;
}

.page-purchase .comparison .icon-merit {
  margin-right: 10px;
}

.page-purchase .comparison .merit-table .logo-housedo2 {
  height: 49px;
}

.page-purchase .comparison .merit-table .logo-housedo {
  height: 40px;
  margin: 0 10px 10px;
}

.page-purchase .comparison .merit-table img {
  vertical-align: middle;
}

.page-purchase .comparison .merit-table .list {
  text-align: left;
}

.page-purchase .comparison .merit-table .list > li {
  position: relative;
  padding-left: 22px;
}

.page-purchase .comparison .merit-table .list > li::before {
  position: absolute;
  display: block;
  content: '';
  background: #041c3d;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
}

.page-purchase .flow h2 {
  margin-top: 50px;
}

.page-purchase .flow ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.page-purchase .flow ul li + li {
  padding-top: 80px;
}

.page-purchase .flow ul li::before {
  position: absolute;
  display: block;
  content: '';
  background: #a2b1d4;
  width: 26px;
  height: 100%;
  top: 10px;
  left: calc(150px / 2 - 13px);
}

.page-purchase .flow ul li:last-child::before {
  content: none;
}

.page-purchase .flow ul li:nth-last-child(2)::before {
  height: calc(100% + 80px);
}

.page-purchase .flow ul li .img_wrap {
  width: 150px;
}

.page-purchase .flow ul li .img_wrap span {
  position: absolute;
  background-color: #041c3d;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.page-purchase .flow ul li .img_wrap img {
  width: 100%;
  position: relative;
  border-radius: 50%;
}

.page-purchase .flow ul li .text_wrap {
  margin-left: 30px;
  width: calc(100% - 30px - 150px);
}

.page-purchase .flow ul li .text_wrap .title {
  font-weight: bold;
  color: #202020;
}

.page-purchase .flow ul li .text_wrap p {
  margin-top: 20px;
  line-height: 1.7;
  word-break: break-word;
}

.page-purchase .flow .note {
  font-size: 1.2rem;
}

.page-purchase .faq ul li {
  box-sizing: border-box;
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 6px;
}

.page-purchase .faq ul li + li {
  margin-top: 20px;
}

.page-purchase .faq .question {
  padding: 0;
  line-height: 1.4;
  font-weight: bold;
  min-height: 1.8rem;
  color: #202020;
  cursor: pointer;
  position: relative;
}

.page-purchase .faq .answer {
  padding: 0;
  background-size: 1.5rem;
  line-height: 1.4;
  margin-top: 20px;
  display: none;
}

.page-purchase .faq ul li:first-child .answer {
  display: block;
}

.page-purchase .faq .question > span,
.page-purchase .faq .answer > span {
  display: table-cell;
  padding: 5px 20px 0 20px;
}

.page-purchase .faq .question::before {
  display: table-cell;
  vertical-align: top;
  content: 'Q';
  font-size: 2.4rem;
  font-weight: bold;
  color: #041c3d;
}

.page-purchase .faq .answer::before {
  display: table-cell;
  vertical-align: top;
  content: 'A';
  font-size: 2.4rem;
  font-weight: bold;
  color: #041c3d;
}

.page-purchase .faq .question::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '×';
  font-size: 2.4rem;
  color: #041c3d;
  transition: transform 0.3s;
  transform: rotate(45deg);
}

.page-purchase .faq .active.question::after {
  transform: rotate(0);
}

.page-purchase .flow .flow-accordion::after {
  display: block;
  content: '×';
  font-size: 2.4rem;
  color: #fff;
  transition: transform 0.3s;
  transform: rotate(45deg);
}

.page-purchase .flow .active.flow-accordion::after {
  transform: rotate(0);
}

/*==================================
  detail+recruit
====================================*/

.col2 .price_spec .contact .required-txt {
  margin: 15px 0;
  color: #c1134e;
  font-size: 1.2rem;
}

.col2 .price_spec .address-select {
  -webkit-appearance: none;
  appearance: none;
  background: #F0F4F8;
  display: block;
  border-radius: 10px;
  border: 0;
  padding: 15px;
  width: 100%;
  background-position: center right 15px;
  background: #F0F4F8 url(../common_img/icon-arrow-bt.png)no-repeat center right 10px / 10px;
}

.col2 .price_spec textarea {
  font-size: 1.2rem;
}

.col2 .price_spec .contact .col2-form > * + * {
  margin-top: 15px;
}

.col2 .price_spec .contact .col2-form dt span {
  color: #c1134e;
  margin-left: 5px;
}

.col2 .price_spec .contact .col2-form dd {
  display: flex;
  flex-direction: column;
}

.col2 .price_spec .contact .col2-form dd p {
  display: flex;
}

.col2 .price_spec .contact .col2-form dd span {
  color: #c1134e;
  align-self: center;
  margin-right: 10px;
}

.col2 .price_spec .contact .col2-form dd > * {
  margin-top: 10px;
}

.recruit-list .mv,
.recruit-detail .mv {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  background: url(../recruitment/images/mv.jpg)no-repeat center top -15vw / cover;
  position: relative;
  height: 280px;
}

.recruit-list .mv::before,
.recruit-detail .mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  position: absolute;
  z-index: 1;
}

.recruit-title {
  position: absolute;
  z-index: 2;
}

.recruit-width {
  max-width: 950px;
}

.guide-title {
  font-size: 1.4em;
}

.guide-badge {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #0F1C3F;
}

.recruit .mv h1 {
  font-size: 3.0rem;
  margin-top: 40px;
  color: #004680;
  text-align: center;
}

.recruit-cont {
  background: #F0F4F8;
  padding: 30px;
  border-radius: 5px;
}

.recruit-cont + .recruit-cont {
  margin-top: 30px;
}

.recruit-cont h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #004680;
}

.recruit-cont .recruit-set {
  display: flex;
}

.recruit-cont .recruit-set-img {
  width: 40%;
}

.recruit-set-img .img {
  height: auto;
}

.recruit-cont .recruit-set-txt {
  width: 60%;
  padding: 0px 0 0 40px;
  box-sizing: border-box;
  line-height: 1.7;
}

.recruit-cont .recruit-set-txt h3 {
  color: #004680;
}

.recruit-detail-btn {
  background: #C1134E;
  padding: 20px;
  width: 300px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 10px;
  display: block;
  text-align: center;
  margin: 50px auto 0;
  transition: .3s;
  cursor: pointer;
}

.recruit-detail-btn:link {
  color: #fff;
}

.col2 .property_details .description .disp_n {
  display: none;
}

/*===================================
  page-shop-introduction
=====================================*/
.header-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #004680;
  opacity: 0.3;
}

.page-shop-introduction .mv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: contain;
}

.page-shop-introduction .mv img {
  object-fit: contain;
}

.page-shop-introduction .mv h1 {
  color: #ffffff;
  font-size: 32px;
}

.page-shop-introduction h2 {
  font-size: 2.5rem;
  color: #004680;
  border-bottom: 1px solid #EFF1F7;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.page-shop-introduction .shop-message {
  display: block;
  position: relative;
  color: #004680;
  overflow: hidden;
}

.page-shop-introduction .shop-message img {
  width: 130px;
  float: right;
  margin-top: 15px;
}

ul.image-slide-content {
  overflow: hidden;
}

ul.image-slide-content li {
  float: left;
  width: 32.5%;
  margin-bottom: 5px;
}

ul.image-slide-content li:nth-of-type(3n - 1) {
  margin-left: 10px;
  margin-right: 10px;
}

.image-slide-content .img{
  object-fit: contain;
  height: 300px;
  border: 2px solid #FFF;
}

.image-slide-text-sp {
  display: block;
  padding: 10px;
}

.shop-content .site_wrap {
  max-width: 800px;
}

.info-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.info-table tr {
  border-bottom: 1px solid #f1f4f8;
}

.info-table th,
.info-table td {
  padding: .625em;
  text-align: left;
  padding: 20px 0;
}

.info-table td {
  background-color: #fff;
}

.info-table th label {
  color: #888888;
  font-weight: normal;
}

.info-table td span {
  font-weight: bold;
}

.shop-tel {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #004680 !important;
  text-decoration: none;
}

.shop-tel::before {
  content: "";
  background: url(../common_img/icon-tel-nv.png) no-repeat center left/contain;
  width: 19px;
  height: 25px;
  display: block;
  margin-right: 10px;
}

.shop-email:hover {
  text-decoration: underline;
}

/*==================================
  matching_form
====================================*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.mf {
  margin-top: 50px;
}
.matching_form {
  background: url(../common_img/match_form.jpg) no-repeat center/cover;
  width: 100%;
  position: relative;
  background-size: 800px auto;
}
.matching_form_sp {
  background: url(../common_img/match_form_sp.jpg) no-repeat center/cover;
  width: 100%;
  background-size: 300px 300px;
  position: relative;
}
.matching_left {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .matching_form .txt {
    width: 270px;
    margin: 20px 0 auto 120px;
  }

  .matching_form .txt h2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
  }

  .matching_form .txt p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
  }

  .matching_form .btn {
    display: block;
    width: 320px;
    color: #fff;
    text-align: center;
    background: #C1134E;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    transition: .3s;
  }

/* .matching_form {
  margin-top: 45px;
  padding: 0;
  background: #F0F4F8;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.matching_form .txt {
  padding: 50px;
}

.matching_form h2 {
  font-size: 3.2rem;
  color: #004680;
  margin-bottom: 30px;
}

.matching_form .btn {
  display: block;
  width: 300px;
  color: #fff;
  text-align: center;
  background: #C1134E;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 2.0rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  transition: .3s;
}

.matching_form img {
  max-width: 550px;
} */

/*==================================
  recruit_modal+img
====================================*/

.recruit_modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruit_modal .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.recruit_modal .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}

.recruit_modal .close {
  width: 36px;
  height: 36px;
  background: #004680;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 30px;
  cursor: pointer;
}

.recruit_modal .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #C1134E;
  margin-bottom: 30px;
}

.recruit_modal .tel a::before {
  content: "";
  background: url(../common_img/icon-tel-red.png) no-repeat center left/contain;
  width: 25px;
  height: 33px;
  display: block;
  margin-right: 10px;
}

.recruit_modal .time {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.6rem;
}

.recruit_modal .close img {
  width: 15px;
}

.recruit_modal .social_link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit_modal .social_link li {
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background: #004680;
  margin: 0 10px;
}

.recruit_modal .social_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.recruit_modal .social_link .social-micon {
  width: 20px;
  height: auto;
}

.recruit_modal .social_link img {
  width: 32px;
  height: 32px;
}

.recruit-set-img .mainimg img {
  height: auto;
  width: 100%;
}

.recruit-set-img .thumbnail {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recruit-set-img .thumbnail li {
  width: 31%;
}

.recruit-set-img .thumbnail li:nth-child(n + 4) {
  margin-top: 10px;
}

.recruit-set-img .thumbnail::after {
  content: "";
  width: 31%;
  display: block;
}

.recruit-set-img .thumbnail img {
  width: 100%;
  height: 100%;
}

.pager {
  margin-top: 50px;
  z-index: 0;
}

.pager-center {
  justify-content: center;
}

.recruit-list .pager {
  margin-top: auto;
}

.vr-opacity {
  opacity: 1 !important;
}

.mt-2-7 {
  margin-top: 2.7rem;
}

@media all and (-ms-high-contrast: none) and (min-width: 769px) {
  *::-ms-backdrop,
  .page-detail {
    min-width: 1300px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv_pic .tab {
    font-size: 2.0rem;
  }

  .mv_pic .tab > div {
    height: 40px;
  }

  .mv_pic .tab > div > a {
    transition: .3s;
  }

  .mv_pic .tab > div > a:hover {
    opacity: .5;
  }

  .mv_pic .pic > div:first-of-type .btn-set a + a {
    margin-left: 10px;
  }

  .col2 .property_details .table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .col2 .property_details .table dl {
    max-width: 390px;
    min-width: calc((100% / 2) - 10px);
  }

  .col2 .property_details .table dl:not(:nth-of-type(-n+2)) {
    margin-top: 15px;
  }

  .col2 .price_spec {
    width: 400px;
    min-width: 400px;
    padding: 25px 15px;
    box-shadow: 0px 0px 10px #ccc;
  }

  .col2 .price_spec .price_block .price::before {
    margin-right: 5px;
  }

  .col2 .price_spec .spec dd ul {
    font-size: 2.0rem;
  }

  .col2 .price_spec button {
    transition: .3s;
  }

  .col2 .price_spec button:hover {
    opacity: .5;
  }

  .sml-recom-box {
    width: calc((100% / 4) - 8px);
    transition: .3s;
  }

  .sml-recom-box + div {
    margin-left: 10px;
  }

  .location-modal iframe,
  .streetV-modal iframe {
    height: 450px;
    border-radius: 30px;
  }

  .picture-modal .slick-slide img {
    height: 100%;
    object-fit: contain;
  }

  .picture-modal [class^="slick-arrow"],
  .pic [class^="slick-arrow"] {
    transition: .3s;
  }

  .picture-modal [class^="slick-arrow"]:hover,
  .pic [class^="slick-arrow"]:hover {
    opacity: .5;
  }

  .page-purchase .mv .searchbox > div {
    position: relative;
    height: 55px;
  }

  .page-purchase .mv .hover_item::before {
    right: 0;
  }

  .page-purchase .mv .searchbox .btn:hover {
    opacity: .5;
  }

  .page-purchase .trouble ul li:nth-child(n + 4) {
    margin-top: 25px;
  }

  .page-purchase .comparison .merit-table {
    box-shadow: 1px 3px 3px 3px rgb(0 0 0 / 8%);
    border-radius: 10px;
  }

  .page-purchase .comparison .merit-table thead th:nth-of-type(2) {
    border-radius: 0 10px 0 0;
  }

  .page-purchase .comparison .merit-table thead th:nth-of-type(1) {
    border-radius: 10px 0 0 0;
  }

  .page-purchase .comparison .merit-table tbody tr:last-child td:nth-of-type(1) {
    border-radius: 0 0 0 10px;
  }

  .page-purchase .comparison .merit-table tbody tr:last-child td:nth-of-type(2) {
    border-radius: 0 0 10px 0;
  }

  .recruit-detail-btn:hover {
    opacity: .5;
  }

  .recruit_modal .social_link li {
    transition: .3s;
  }

  .recruit_modal .social_link li:hover {
    opacity: .5;
  }

  .pic .slick-slide  {
    height: 250px;
  }

  .pic .slick-slide img {
    width: 99%;
    height: 250px;
  }

  .pic .slick-slide img {
    width: 99%;
    height: 100%;
  }

  .slick-list > div {
    margin-left: 0;
  }

  .mt-2-5 {
    margin-top: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .property_ttl {
    font-size: 5.8652vw;
  }

  .ttl_m {
    margin-bottom: 5vw;
  }

  .mv_pic .status span {
    font-size: 12px;
  }

  .mv_pic .tab {
    font-size: 12px;
  }

  .mv_pic .tab > div {
    height: 30px;
  }

  .mv_pic .tab > div + div {
    margin-left: 3px;
  }

  .mv_pic .tab .picture img {
    width: 14px;
  }

  .mv_pic .tab .location img {
    width: 10px;
  }

  .mv_pic .tab .share img {
    width: 14px;
  }

  .mv_pic .pic > div:first-of-type {
    margin-right: 3px;
    width: calc(60% - 3px);
  }

  .mv_pic .pic > div:first-of-type .btn-set {
    width: calc(100vw - 30px);
    left: 4px;
    flex-direction: column;
    align-items: self-start;
  }

  .mv_pic .pic > div:first-of-type .btn-set a {
    font-size: 1.2rem;
    padding: 10px;
  }

  .mv_pic .pic > div:first-of-type .btn-set a + a {
    margin-top: 5px;
  }

  .mv_pic .pic > div:last-of-type {
    width: 100%;
  }

  .mv_pic .matching_form_sp > div:last-of-type {
    width: 100% !important;
    margin: 0 20px;
  }

  .mv_pic .pic > div:last-of-type div + div {
    margin-top: 0px;
  }

  .matching_form_sp .txt {
    padding: 0 30px;
    text-align: center;
  }

  .matching_form_sp .txt h2 {
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .matching_form_sp .txt p {
    font-size: 12px;
    color: #fff;
  }

  .matching_form_sp .btn {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #C1134E;
    border-radius: 30px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    transition: .3s;
  }

  .matching_left {
    padding: 20px 30px;
  }

  .col2 {
    flex-direction: column-reverse;
  }

  .col2 .property_details {
    padding-top: 5vw;
    width: 100%;
  }

  .col2 .property_details .table dl {
    margin-top: 15px;
  }

  .sp_facilities {
    margin-top: 50px !important;
  }

  .col2 .property_details .facilities .table dt,
  .col2 .property_details .remark .table dt {
    padding-bottom: 10px;
    font-size: 4.7988vw;
  }

  .col2 .price_spec {
    width: 100vw;
    margin-left: -10px;
    padding: 15px 10px;
  }

  .col2 .price_spec .price_block {
    align-items: baseline;
  }

  .col2 .price_spec .price_block .price {
    font-size: 6.9316vw;
  }

  .col2 .price_spec .price_block .price::before {
    font-size: 4.7988vw;
  }

  .spm-price::before {
    font-size: 2.7988vw;
  }

  .col2 .price_spec .price_block .off_rate {
    font-size: 4vw;
  }

  .col2 .price_spec .price_block .off_price {
    font-size: 4vw;
  }

  .col2 .price_spec .price_block .off_price::before {
    font-size: 3.4vw;
  }
  .col2 .price_spec .first_price_block {
      min-height: 40px;
  }
  .col2 .price_spec .first_price_block .box_first_price {
        text-decoration: line-through;
        color: #0b0b0b;
        font-size: 5vw;
        font-weight: bold;
  }
  .col2 .price_spec .box_first_price::before {
        content: "฿";
        font-size: 3.8vw;
  }
  /*.col2 .price_spec .first_price_block .box_first_price::after {*/
  /*    border-right: 10px solid transparent;*/
  /*    border-left: 10px solid transparent;*/
  /*    border-top: 8px solid #c1134e;*/
  /*    width: 0;*/
  /*    height: 0;*/
  /*    margin-top: 5px;*/
  /*    left: 12%;*/
  /*}  */
  .under-triangle{
        border-right: 3vw solid transparent;
        border-left: 3vw solid transparent;
        border-top: 3vw solid #c1134e;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: 81.5%;
        margin-left: auto;
  }

  .col2 .price_spec .spec {
    margin: 3vw 0;
  }

  .col2 .price_spec .spec dt {
    font-size: 4.7988vw;
  }

  .col2 .price_spec .spec dd .bed::before {
    width: 19px;
    height: 13px;
  }

  .col2 .price_spec .spec dd .bath::before {
    width: 18px;
    height: 16px;
  }

  .col2 .price_spec .spec dd .baht::before {
    font-size: 3.1992vw;
  }

  .col2 .price_spec .contact {
    padding: 15px 10px;
  }

  .col2 .price_spec .contact .tel {
    font-size: 4.5322vw;
  }

  .col2 .price_spec .contact .tel span {
    background: url(../detail/images/icon-tel.png) no-repeat left center/12px 14px;
    padding-left: 15px;
  }

  .col2 .price_spec .contact_btn {
    font-size: 1.2rem;
    justify-content: center;
  }

  .col2 .price_spec .contact_btn a {
    padding: 7px 10px 7px 35px;
  }

  .col2 .price_spec .contact_btn li + li {
    margin-left: 10px;
  }

  .col2 .price_spec button {
    font-size: 5.332vw;
    width: auto;
    margin: 20px auto 0;
  }

  .custom-btn {
    width: 15rem !important;
  }

  .modal-footer {
    display: grid;
    place-items: center;
  }

  .return-btn {
    margin: 10px 10px !important;
    height: 5rem;
  }

  .sp-hidden {
    overflow: hidden;
  }

  .similar {
    margin: 5vw 0 5vw;
  }

  .sml-recom .recom-scroll .flex-wrap {
    width: 1400px;
    justify-content: space-between;
  }

  .sml-recom-box {
    width: 233px;
    margin-right: 13px;
    max-width: none;
  }

  .sml-recom-box_status {
    margin: 15px 0;
  }

  .box-type {
    font-size: 2.666vw;
  }

  .sml-recom-box_price {
    font-size: 4.2656vw;
  }

  .sml-recom-box_price::before {
    font-size: 3.1992vw;
  }

  .acc_ttl {
    background: #004680;
    padding: 4vw;
    width: 100vw;
    transform: translate(-10px, 0);
    color: #fff;
    font-weight: bold;
    font-size: 4.7988vw;
    box-sizing: border-box;
    margin-bottom: 0;
    position: relative;
  }

  .acc_ttl::before {
    content: "";
    background: url(../detail/images/icon-arrow-acc.png) no-repeat 95% center/15px;
    width: 15px;
    height: 15px;
    transform: rotate(-180deg);
    position: absolute;
    right: 10px;
    transition: .3s;
  }

  .acc_ttl.active::before {
    content: "";
    transform: rotate(0deg);
  }

  .recom-scroll .recom_body {
    background: #fff;
    margin-left: -8px;
  }

  .acc_body,
  .sml_body,
  .recom_body {
    background: #fff;
    width: calc(100vw - 20px);
    padding: 1vw 10px;
    margin-left: -8px;
  }

  .acc_body iframe,
  .recom_body iframe {
    max-width: 100%;
    width: 100%;
    height: 250px;
    margin: auto;
  }

  .contact_body {
    background: #fff;
    width: calc(100vw - 20px);
    padding: 8vw 10px;
  }

  .features-content,
  .facilities-content {
    position: relative;
    border: 1px solid #bfbfbf;
    padding: 10px 10px 0px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  }

  .toggle-slide {
    height: 190px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  }

  .toggle-slide.auto {
    height: auto !important;
  }

  .features-facilities::before {
    content: "";
    background: url(../common_img/icon-arrow-bt.png) no-repeat 95% center/13px;
    width: 13px;
    height: 13px;
    transform: rotate(0deg);
    position: absolute;
    top: 30px;
    right: 25px;
    transition: .3s;
  }

  .feat-fac::before {
    transform: rotate(-180deg);
    top: 33px;
  }

  [class*="-modal"] {
    width: 90%;
    box-sizing: border-box;
    padding: 10px;
  }

  .location-modal,
  .streetV-modal {
    top: calc((100vh - (60vh + 20px)) / 2);
    height: calc(60vh + 20px);
  }

  .location-modal iframe,
  .streetV-modal iframe {
    height: 75vh;
  }

  .picture-modal {
    top: calc((100vh - (50vh + 60px)) / 2);
    height: calc(30vh + 60px);
    z-index: 1005;
  }

  .picture-modal .slick-slide img {
    height: 30vh;
    object-fit: contain;
  }

  .picture-modal [class^="slick-arrow"] {
    bottom: 50%;
    width: 25px;
    height: 25px;
  }

  .picture-modal [class^="slick-arrow"] img,
  .pic [class^="slick-arrow"] img {
    width: 12px;
    height: 8px;
  }

  .lity-container {
    padding: 10px;
  }

  .lity-close {
    top: 0;
    right: 0;
  }

  .list .readmore {
    display: block;
  }

  .page-purchase .mv .searchbox {
    padding: 10px;
    flex-wrap: wrap;
  }

  .page-purchase .mv .searchbox .btn {
    width: 100%;
    margin-left: 0;
    padding: 12px 30px 12px 40px;
    margin-top: 10px;
    font-size: 2.0rem;
  }

  .page-purchase .mv .searchbox > div {
    font-size: 1.2rem;
    background-size: 6px 6px;
  }

  .page-purchase .mv .searchbox > div + div {
    margin-left: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }

  .page-purchase .mv .searchbox > div.nav_type {
    background-size: 12px ,8px 7px;
    background-position: 8px, 90%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
  }

  .page-purchase .mv .searchbox > div.nav_type .hover_item::before {
    left: 12vw;
  }

  .page-purchase .mv .searchbox > div.nav_area {
    background-size: 12px ,8px 7px;
    background-position: 8px, 90%;
  }

  .page-purchase .mv .searchbox > div.nav_area .hover_item::before {
    left: 55%;
  }

  .page-purchase .mv .searchbox > div.nav_price {
    background-size: 10px ,8px 7px;
    background-position: 8px, 90%;
  }

  .page-purchase .mv .searchbox > div.nav_price .hover_item::before {
    right: 10vw;
    left: unset;
  }

  .page-purchase .mv .hover_item {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .page-purchase .mv .hover_item::before {
    left: 12vw;
  }

  .page-purchase .mv .hover_item .cal_num {
    height: 200px;
  }

  .page-purchase .container h2 {
    font-size: 3.0rem;
    margin-bottom: 30px;
    line-height: 1.3;
  }

  .page-purchase .features .point_wrap .point-box-inner {
    width: 100%;
    margin-top: 260px;
    padding: 30px;
    min-height: auto;
  }

  .page-purchase .features .point_wrap .point-box .point-text {
    margin-bottom: 96px;
  }

  .page-purchase .features .point_wrap .point01 .point-box-inner {
    background: #fff url(../purchase/images/bg-pont01.png) no-repeat 96% 94%;
    background-size: 72px;
  }

  .page-purchase .features .point_wrap .point02 .point-box-inner {
    background: #fff url(../purchase/images/bg-pont02.png) no-repeat 96% 94%;
    background-size: 72px;
    margin-top: 260px;
  }

  .page-purchase .features .point_wrap .point03 .point-box-inner {
    background: #fff url(../purchase/images/bg-pont03.png) no-repeat 96% 94%;
    background-size: 72px;
  }

  .page-purchase .features .point-box + .point-box {
    margin-top: 40px;
  }

  .page-purchase .features .point_wrap .point01 .point-photo,
  .page-purchase .features .point_wrap .point03 .point-photo {
    position: absolute;
    top: 0;
    right: 120px;
    width: calc(100vw + 20px);
  }

  .page-purchase .features .point_wrap .point02 .point-photo {
    position: absolute;
    top: 0;
    left: -110px;
    width: calc(100vw + 20px);
  }

  .page-purchase .franchise {
    padding-top: 40px;
  }

  .page-purchase .franchise .about-box {
    padding: 25px 0 100px;
  }

  .page-purchase .franchise .about-box .box-inner {
    width: 100%;
    padding: 15px;
  }

  .page-purchase .franchise .about-photo {
    position: relative;
    top: 0;
    right: 20px;
    z-index: -1;
    width: calc(100vw + 20px);
  }

  .page-purchase .franchise .about-photo img {
    width: calc(100vw + 20px);
  }

  .page-purchase .trouble ul li {
    width: 100%;
  }

  .page-purchase .trouble ul li + li {
    margin-top: 15px;
  }

  .page-purchase .trouble ul li {
    padding: 30px 20px;
  }

  .page-purchase .comparison .merit-table {
    width: 100vw;
    margin-left: -10px;
  }

  .page-purchase .comparison .merit-table th {
    font-size: 2.0rem;
  }

  .page-purchase .comparison .merit-table tr > th {
    padding: 25px 10px;
  }

  .page-purchase .comparison .merit-table tr > td {
    padding: 20px 10px;
  }

  .page-purchase .flow h2 {
    margin-top: 0;
  }

  .page-purchase .flow ul li {
    align-items: flex-start;
  }

  .page-purchase .flow ul li::before {
    width: 5vw;
    top: 10px;
    left: 11.5%;
  }

  .page-purchase .flow ul li + li {
    padding-top: 40px;
  }

  .page-purchase .flow ul li .img_wrap {
    width: 30%;
  }

  .page-purchase .flow ul li .img_wrap span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1.8rem;
  }

  .page-purchase .flow ul li .text_wrap {
    width: 70%;
    margin-left: 10px;
    margin-top: 10px;
  }

  .page-purchase .faq ul li {
    padding: 15px;
  }

  .page-purchase .faq ul li + li {
    margin-top: 10px;
  }

  .recruit .mv {
    height: 150px;
    font-size: 2.0rem;
  }

  .recruit-cont {
    padding: 20px 10px;
  }

  .recruit-cont + .recruit-cont {
    margin-top: 20px;
  }

  .recruit-cont h2,
  .recruit-list .container h2,
  .recruit-detail .container h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .recruit-cont .recruit-set {
    flex-direction: column;
  }

  .recruit-cont .recruit-set-img,
  .recruit-cont .recruit-set-txt {
    width: 100%;
  }

  .recruit-cont .recruit-set-img {
    margin: auto;
  }

  .recruit-cont .recruit-set-txt {
    padding: 5vw 0 0;
  }

  .recruit-detail-btn {
    width: 60%;
    margin-top: 15px;
  }

  .recruit-list .mv,
  .recruit-detail .mv {
    height: 93px;
    font-size: 2.0rem;
  }

  .recruit_modal .social_link .social-micon {
    width: 30px;
  }

  .recruit_modal .social_link .social-icon {
    width: 40px;
    height: 40px;
  }

  .recruit_modal .social_link li {
    width: 40px;
    height: 40px;
  }

  .pager {
    margin-top: auto;
  }

  .recruit-list .pager nav {
    width: 15%;
  }

  .pic .slick-slide {
    height: 350px;
  }

  .pic .slick-slide img {
    width: 100%;
    height: 350px;
  }

  .list .tooltip-text {
    white-space: normal;
    word-break: break-word;
  }

  .sml-recom-box_price,
  .sml-recom-box_price::before {
    font-size: 1.5rem;
  }

  .sml-recom-box-off-price,
  .sml-recom-box-off-price::before {
    font-size: 1.3rem !important;
  }

  .channel-body iframe {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }

  .page-shop-introduction .mv {
    background: url(../shop/images/img-mv-shopintroduction.jpg) no-repeat center/cover;
    width: 100%;
    height: 128px;
    position: relative;
  }

  .page-shop-introduction .mv img {
    /* object-fit: contain; */
  }

  ul.image-slide-content {
    /* -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px; */
    /* flex-direction: row;
    flex-wrap: wrap; */
  }

  ul.image-slide-content li {
    display: inline-block;
    width: 31.8%;
    margin-bottom: 5px;
  }

  ul.image-slide-content li:nth-of-type(3n - 1) {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-slide-content .img{
    object-fit: contain;
    height: 100px;
    cursor:pointer;
    border: 2px solid #FFF;
  }

  .image-slide-content .img.active {
    border: 2px solid #004680;
  }

  .pc-show {
    display: none;
  }

  .page-shop-introduction .mv h1 {
    font-size: 2.0rem;
    padding: 0 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 425px) {
  .recom-scroll{
    overflow-x: scroll;
    margin: 0 -10px 0 -10px;
  }
  .recruit-cont .recruit-set-txt h3 {
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
  }
  .toggle-slide {
    height: 165px;
  }
  .toggle-slide.auto {
    height: auto !important;
  }
  .features-facilities::before {
    top: 15px;
  }

  .feat-fac::before {
    top: 18px;
  }

  .pic [class^="slick-arrow"] {
    bottom: 42%;
  }

  .pic .slick-slide  {
    height: 250px;
  }

  .pic .slick-slide img {
    width: 100%;
    height: 250px;
  }

  .sml-recom-box {
    width: 250px;
  }

  .sml-recom .recom-scroll .flex-wrap {
    width: 1055px;
  }

  .tooltip-text {
    width: 100%;
    white-space: normal;
    word-break: break-word;
  }
  .mt-3-7 {
    margin-top: 3.7rem;
  }
  .sp-mt-1 {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 375px) {
  .sml-recom-box {
    width: 245px;
  }

  .sml-recom .recom-scroll .flex-wrap {
    width: 450px;
  }

  .tooltip-text {
    width: 235px;
  }
}

@media only screen and (max-width: 320px) {
  .sml-recom-box {
    width: 233px;
  }

  .sml-recom .recom-scroll .flex-wrap {
    width: 380px;
  }

  .tooltip-text {
    width: 187px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1250px) {
  .col2 .property_details .table dl {
    min-width: 260px;
    width: calc((100% / 2) - 10px);
  }

  .list .spec-icon .bed img,
  .list .spec-icon .bath img {
    width: 15px;
  }

  .list .spec-icon .spm img {
    width: 13px;
  }

  .list .spec-icon li img {
    margin-right: 7px;
  }

  .list .spec-icon li.mail img {
    height: 12px;
  }

  .sml-recom-box-first-price,
  .sml-recom-box-first-price::before {
    font-size: .7rem !important;
  }

  .sml-recom-box_price,
  .sml-recom-box_price::before {
    font-size: 1rem;
  }

  .sml-recom-box-off-price,
  .sml-recom-box-off-price::before {
    font-size: .9rem !important;
  }

  .mt-22 {
    margin-top: 2.2rem;
  }
}

@media print, screen and (min-width: 1024px) and (max-width: 1250px) {
  .sml-recom-box-first-price,
  .sml-recom-box-first-price::before {
    font-size: 1.1rem !important;
  }

  .sml-recom-box_price,
  .sml-recom-box_price::before {
    font-size: 1.5rem;
  }

  .sml-recom-box-off-price,
  .sml-recom-box-off-price::before {
    font-size: 1.2rem !important;
  }

  .mt-2-7 {
    margin-top: 2.7rem !important;
  }
}

/* For Detail Response */
.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt {
  margin-top: 0.5rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-1-7 {
  margin-top: 1.7rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 4rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-2 {
  padding-top: 1.2em;
}

.pt-3 {
  padding-top: 2.5em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pr-1 {
  padding-right: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.py-2 {
  padding-top: 0.4em !important;
  padding-bottom: 0.4em !important;
}

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.d-none {
  display: none !important;
}

.txt-center {
  text-align: center;
}

.slick-slide img {
  display: unset !important;
}

.col-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.required:after{
  content: '*';
  color: red;
  padding-left: 5px;
}

.area-select {
  background-color: #F0F4F8 !important;
  display: block !important;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA5IDYiPgogIDxwYXRoIGlkPSLlpJrop5LlvaJfMjAiIGRhdGEtbmFtZT0i5aSa6KeS5b2iIDIwIiBkPSJNNC41LDAsOSw2SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDYpIHJvdGF0ZSgxODApIiBmaWxsPSIjMmQ0OTkwIi8+Cjwvc3ZnPgo=) no-repeat calc(100% - 2.4rem) center;
  cursor: default;
}

.preferred-date-select {
  background-color: #F0F4F8 !important;
  border-radius: 10px;
  padding: 14px !important;
  width: 100%;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: default;
  background: #F0F4F8 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA5IDYiPgogIDxwYXRoIGlkPSLlpJrop5LlvaJfMjAiIGRhdGEtbmFtZT0i5aSa6KeS5b2iIDIwIiBkPSJNNC41LDAsOSw2SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDYpIHJvdGF0ZSgxODApIiBmaWxsPSIjMmQ0OTkwIi8+Cjwvc3ZnPgo=) no-repeat calc(100% - 1.4rem) center !important;
}

.preferred-date-select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.preferred-date-select:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.preferred-date-select::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.form-radio-group {
  margin-bottom: -.4rem
}

.form-radio-group .form-radio {
  display: inline-block;
  margin-right: 1.7rem;
  margin-bottom: 1.4rem
}

.viewing-appointment {
  background: #F0F4F8 !important;
  border-radius: 10px;
  padding: 14px 15px 4px 15px;
  border: none;
  width: 100%;
}

.ui-datepicker-close {
  display: none !important;
}

.link-color {
  background-color: transparent;
  color: #2D4990 !important;
  text-decoration: none;
}

.border-botton-none {
  border-bottom: none !important;
}

.custom-select-main {
  position: relative;
  font-size: small;
}

.custom-select-list {
  height: auto;
  overflow-y: auto;
  position: absolute;
  background-color: #F0F4F8;
  top: 103%;
  left: 20px;
  right: 0px;
  border-radius: 10px;
  z-index: 99;
  list-style: none;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.custom-select-list li {
  padding: 5px 10px;
  cursor: default;
}

.custom-select-list li:hover {
  background-color: #004680;
  color: #fff;
}

.d-flex {
  display: flex;
}

.col2 .price_spec .simulation.btn.nv{
  padding: 10px;
  display: inline-block;
  color: #fff;
  background: #004680;
  border-radius: 8px;
  margin-top: -2.5%;
  margin-left: 10px;
  box-shadow: 0px 3px 0px #cdcdcd;
}

.simulation-sum{
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2rem;
  margin-bottom: 80px;
}

.simulation-sum span{
  font-size: 2.4rem;
}

.simulation-item-ttl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.0rem;
  margin-bottom: 20px;
}

.simulation-item-ttl .txt-s{
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 5px;
}

.simulation-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.simulation-wrap .simulation-item{
  width: calc(50% - 40px);
}

.simulation-wrap .simulation-item:nth-of-type(n+3){
  margin-top: 40px;
}

.simulation-item-ttl input{
  border: 1px solid #707070;
  border-radius: 3px;
  font-size: 2.0rem;
  padding: 5px;
}

.simulation-item-ttl input[type="number"],
.simulation-item-ttl input[type="number"]::-webkit-inner-spin-button,
.simulation-item-ttl input[type="number"]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.simulation-item-ttl input.error-input{
  background: #FFD5D5;
}

.simulation-item-range p:not(.error-txt){
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  color: #959595;
}

.simulation-item-range .error-txt{
  color: #C33535;
  text-align: center;
}

.simulation-item-range {
  accent-color: #C33535;
}

.simulation-item-range input[type="range"] {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.simulation-item-range input[type="range"]::-webkit-slider-thumb {
  width: 23px;
  height: 23px;
  border-radius: 50%;
}

.modal-footer {
  display: flex;
  justify-content: center;
}

.custom-btn {
  padding: 5px !important;
  font-size: 1.6rem !important;
  border: 1px solid;
  border-radius: unset !important;
}

#ok_btn, #cancel_btn {
  max-width: 10rem;
}

.ok-btn {
  background-color: #004680 !important;
  opacity: 100%;
  color: #fff;
}

.ok-btn:hover {
  opacity: 50%;
}

.cancel-btn {
  background-color: #FFFFFF !important;
  color: #000 !important;
  opacity: 100%;
}

.cancel-btn:hover {
  background-color: #AFAFAF !important;
  opacity: 100%;
}

.close-btn  {
  width: 15%;
}

.modal-index {
  z-index: 9999;
}

.title-height {
  line-height: 2rem;
}

.inquery-completed {
  border-top-color: #004680;
  border-top-style: solid;
  border-top-width: thin;
}

.inquery-completed-title {
  background: #004680;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  font-size: 2.4rem;
  text-align: center;
}

.inquery-completed-info {
  background: #fff;
  padding: 20px 5px;
  border-radius: 3px;
  border: 1px solid #AFAFAF;
  text-align: center;
  line-height: 2;
  margin: 30px 0;
}

.return-btn {
  width: 20rem;
  margin: 0 40px;
}

@media print, screen and (max-width: 768px) {
  .col2 .price_spec .price_block .btn.nv{
    font-size: 3vw;
  }
  .simulation-modal{
    padding: 5vw;
    box-sizing: border-box;
    height: 80vh;
    top: calc((100vh - 80vh) / 2);
    overflow-y: scroll;
    bottom: 0;
    margin-bottom: calc((100vh - 88vh) / 2);
  }
  .simulation-modal .ttl_m{
    font-size: 4.5vw;
    padding-right: 8vw;
  }
  .simulation-sum{
    font-size: 4.5vw;
    margin-bottom: 8vw;
  }
  .simulation-sum span{
    font-size: 4.5vw;
  }
  .simulation-wrap .simulation-item{
    width: 100%;
  }
  .simulation-item-ttl{
    font-size: 4.5vw;
    margin-bottom: 3vw;
    white-space: pre;
  }
  .simulation-item-ttl div{
    text-align: right;
    transform: scale(.8);
    transform-origin: center right;
  }
  .simulation-item-ttl input{
    width: 65%;
    font-size: 16px!important;
  }
  .simulation-wrap .simulation-item + .simulation-item{
    margin-top: 8vw;
  }
  .simulation-item-range p:not(.error-txt){
    margin: 0vw auto 1vw;
    font-size: 3.2vw;
  }
  .simulation-item-range .error-txt{
    font-size: 3.5vw;
  }
  .simulation-wrap .simulation-item:nth-of-type(1) {
    order: 0;
  }
  .simulation-wrap .simulation-item:nth-of-type(2) {
    order: 2;
  }
  .simulation-wrap .simulation-item:nth-of-type(3) {
    order: 1;
  }
  .simulation-wrap .simulation-item:nth-of-type(4) {
    order: 3;
  }
  /* .visual-arrow_prev img,
  .visual-arrow_next  img {
    width: 15px;
    height: 15px;
  }
  .visual-arrow_prev img {
    transform: rotate(180deg);
  }
  .visual-arrow_prev,
  .visual-arrow_next {
    position: relative;
    z-index: 1;
  }
  .visual-arrow_prev {
    left: 3px;
    top: 50%;
    float: left;
  }
  .visual-arrow_next {
    float: right;
    right: 3px;
    bottom: 50%;
  } */
}
