@charset "UTF-8";
.header {
  z-index: 1000;
}

.sec {
  padding-top: 45px;
  padding-bottom: 45px;
}

.sec h2 {
  font-size: 3.0rem;
  margin-bottom: 40px;
  color: #004680;
}

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

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

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

.content-box{
    margin-top: 8px;
    margin-bottom: 20px;
    margin-left: 10px;
}

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

.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;
}

.sec .box_ttl {
  font-size: 1.5rem;
}

.letest .spec-icon,
.price-reduction .spec-icon,
.recommend .spec-icon {
  margin: 15px 0;
  justify-content: flex-start;
  font-size: smaller;
}

.letest .spec-icon li,
.price-reduction .spec-icon li,
.recommend .spec-icon li {
  display: flex;
  align-items: center;
}

.letest .spec-icon li + li,
.price-reduction .spec-icon li + li,
.recommend .spec-icon li + li {
  margin-left: 7px;
}

.letest .spec-icon li img,
.price-reduction .spec-icon li img,
.recommend .spec-icon li img {
  margin-right: 7px;
}

.letest .spec-icon .bed img,
.price-reduction .spec-icon .bed img,
.recommend .spec-icon .bed img,
.letest .spec-icon .bath img,
.price-reduction .spec-icon .bath img,
.recommend .spec-icon .bath img {
  width: 15px;
}

.letest .spec-icon .bath img,
.price-reduction .spec-icon .bath img,
.recommend .spec-icon .bath img {
  margin-top: -4px;
}

.letest .spec-icon .spm img,
.price-reduction .spec-icon .spm img,
.recommend .spec-icon .spm img {
  width: 13px;
}

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

.letest .spec-icon li,
.price-reduction .spec-icon li,
.recommend .spec-icon li {
  display: flex;
  align-items: center;
}

.letest > .flex_wrap .box a,
.price-reduction > .flex_wrap .box a,
.recommend > .flex_wrap .box a {
  transition: .3s;
}

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

.content-box .share .share-cont > a,
.content-box .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;
}

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

.content-box .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;
}

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

.content-box .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;
}

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

.content-box .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;
}

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

.content-box .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;
}

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

.sec .box_price {
  font-size: 2.2rem;
}

.sec .box_price::before {
  content: "฿";
  font-size: 1.5rem;
}
.sec .price_block .box_price {
    margin-top: 5px;
    font-size: 2rem;
}
.sec .price_block{
    padding-right: 5px;
}
.sec .box_first_price{
    text-decoration: line-through;
    font-size: 1.1rem !important;
}
.sec .box_first_price::before{
    font-size: 1.2rem !important;
}
.sec .off_price::before{
    font-size: 1.5rem !important;
}
.sec .off_price{
    font-size: 1.5rem !important;
    left: 7%;
    position: relative;
    font-weight: bold;
    margin-top: 5px;
}
.price_col{
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #C1134E;
}
.mt-1-7 {
  margin-top: 1.7rem;
}
.mt-2-7 {
  margin-top: 2.7rem;
}
.mv {
  width: 100%;
  height: 360px;
  position: relative;
}
.mv img {
  object-fit: cover;
}
.h-auto {
  height: auto;
}
.mv .searchbox {
  position: absolute;
  width: 100%;
  padding: 5px 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;
}

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

.mv .searchbox .nav_submit,
.page-purchase .mv .searchbox .nav_submit {
  background-color: unset;
  width: auto;
  margin-left: 0px;
}

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

.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;
}

.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;
}

.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;
}

.mv .searchbox > div a {
  padding: 18px 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;
}

.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mv .searchbox .js-submit {
  cursor: pointer;
  font-size: 2.5rem;
  line-height: 1;
}

.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)); */
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  z-index: 110;
  padding: 15px;
  font-size: 1.8rem;
  min-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: none;
}

.mv .hover_item .hover-item-scroll {
  overflow-y: scroll;
  padding: 0px 17px;
}

.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;
}

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

.mv .hover_item label {
  margin-bottom: 15px;
  cursor: pointer;
}

.mv .hover_item label input {
  cursor: pointer;
}

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

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

.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;
}

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

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

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

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

.mv .hover_item .cal_num {
  margin-top: 25px;
  height: 180px;
  font-size: 14px;
  margin-left: -15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.mv .hover_item .cal_num li:first-child::before,
.mv .hover_item .cal_num li:nth-child(2)::before {
  display: none;
}

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

.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;
  max-height: 380px;
}

.want {
  padding-top: 45px;
  padding-bottom: 45px;
}

.want .site_wrap {
  max-width: 1000px;
}

.want .flex_wrap {
  justify-content: space-between;
}

.want .flex_wrap > a {
  background: #F0F4F8 url(../common_img/icon-arrow02.png) right 15px center no-repeat;
  background-size: 20px auto;
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  transition: .3s;
}

.want p {
  font-size: 2.0rem;
  padding-right: 30px;
}

.want img {
  height: 56px;
}

.letest,
.price-reduction,
.notice-article {
  background: #F0F4F8;
}

.letest h2,
.price-reduction h2,
.recommend h2,
.notice-article h2 {
  position: relative;
}

.letest h2 a,
.price-reduction h2 a,
.recommend h2 a,
.notice-article h2 a {
  font-size: 2.0rem;
  color: #FF0057;
  position: absolute;
  right: 50px;
}

.notice-article h2 a {
  color: inherit;
}

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

.recruit .txt {
  padding: 50px;
}

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

.recruit .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;
}

.recruit img {
  max-width: 550px;
}

.recommend .flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

.recommend .readmore {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #004680;
  padding: 15px 15px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          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;
}

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

.mb-10 {
  margin-bottom: 10px;
}

.houseDo {
  background: #F0F4F8;
}

.houseDo h2 {
  font-size: 4.5rem;
  text-align: center;
  color: #004680;
}

.no-data h2 {
  padding-top: 45px;
  text-align: center;
}

.houseDo > .flex_wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.houseDo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
}

.houseDo-box > div {
  border-radius: 100px;
  background: #fff;
  width: 180px;
  height: 180px;
  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;
}

.houseDo-box > div img {
  width: 90px;
}

.houseDo-box p {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 10px;
}


.banner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.banner > * {
  display: inline-block;
}

.banner iframe {
  height: 100%;
  width: 100%;
}

.dash {
  color: #444444;
  background-color: #444444;
  display: inline-block;
  height: 1px;
  width: 7px;
  position: relative;
}

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

.rangesMin {
  text-align: left;
}

.rangesMax {
  text-align: right;
}

.divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 10.5px 0;
  padding: 0 !important;
  overflow: hidden;
}

.mv .hover_item .cal_num li {
  display: block;
  padding: 8px 0px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.mv .hover_item .cal_num li.disabled {
    pointer-events: none;
    cursor: default;
    color: #E5E4E2;
}

.mv .hover_item .cal_num li:hover {
  background: #F0F4F8;
  cursor: pointer;
  text-decoration: none;
}

.pc-show {
  display: block;
}
.sp-show {
  display: none;
}

.img-cover {
  object-fit: cover;
}

.pc {
  display: block !important;
}

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

.text-block {
  display: block !important;
}

@media print, screen and (min-width: 769px) and (max-width: 1250px) {
  .banner > * {
    height: 80px;
  }

  .houseDo-box + div {
    margin-left: 20px;
  }

  .recruit img {
    max-width: 50%;
    object-fit: cover;
    height: 280px;
  }

  .letest .spec-icon .bed img,
  .letest .spec-icon .bath img,
  .price-reduction .spec-icon .bed img,
  .price-reduction .spec-icon .bath img,
  .recommend .spec-icon .bed img,
  .recommend .spec-icon .bath img {
    width: 15px;
  }

  .letest .spec-icon .spm img,
  .price-reduction .spec-icon .spm img,
  .recommend .spec-icon .spm img  {
    width: 13px;
  }

  .letest .spec-icon li img,
  .price-reduction .spec-icon li img,
  .recommend .spec-icon li img {
    margin-right: 7px;
  }

  .letest .spec-icon li.mail img,
  .price-reduction .spec-icon li.mail img,
  .recommend .spec-icon li.mail img {
    height: 11px;
  }

  .sec .box_first_price,
  .sec .box_first_price::before {
    font-size: .7rem !important;
  }

  .sec .price_col .box_price,
  .sec .price_col .box_price::before {
    font-size: 1rem;
  }

  .sec .off_price,
  .sec .off_price::before {
    font-size: .9rem !important;
  }

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

@media print, screen and (min-width: 1024px) and (max-width: 1250px) {
  .sec .box_first_price,
  .sec .box_first_price::before {
    font-size: 1.1rem !important;
  }

  .sec .price_col .box_price,
  .sec .price_col .box_price::before {
    font-size: 1.5rem;
  }

  .sec .off_price,
  .sec .off_price::before {
    font-size: 1.2rem !important;
  }

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

@media print, screen and (min-width: 769px) {
  .fb-page span,
  .fb-page span iframe,
  .banner > * {
    width: calc((100% / 3) - 53px);
  }

  .banner .banner-box:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .banner .banner-box + a {
    margin-left: 78px;
  }

  .mv .hover_item::before {
    right: 0;
  }

  .houseDo-box + div {
    margin-left: 50px;
  }

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

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

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

  .want .flex_wrap > a:hover {
    opacity: .5;
  }

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

  .pc-show {
    display: block;
  }

  .sp-show {
    display: none;
  }

  .mv .mv-modal {
    position: absolute;
    max-width: 100%;
    width: 300px;
    height: 225px;
    right: 2vw;
    top: 5%;
    transform: translate(-2vw, 0);
    padding: 10px 20px 0 20px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 9%);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    z-index: 1;
  }

  .main-slider-pc,
  .main-slider-pc .slick-list,
  .main-slider-pc .slick-list .slick-track {
    height: 97%;
  }

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

  .picture-text-centered {
    position: absolute;
    top: 44%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
    font-weight: bold;
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff;
  }

  .p02-under-line {
    background: linear-gradient(transparent 60%, #f3e600 60%);
  }
  .p02-under-line-ja {
    padding: 8px;
  }
  .txt-cl-y {
    color:#f3e600;
  }
  .txt-cl-w {
    color: #fff;
  }
  .txt-cl-b {
    color: #004680;
  }
  .p03-txt {
    line-height: 4rem;
    text-shadow: 0 0 4px rgba(0,0,0,1), 0 0 8px rgba(0,0,0,1);
  }
  .p04-txt {
    line-height: 6rem;
    text-shadow:0 0 2px rgba(0,0,0,1), 0 0 8px rgba(0,0,0,0.8);
  }
  .p05-txt01 {
    display: inline-block;
    margin-bottom: 0.8rem;
    padding: 1rem 1rem 1rem;
    background: #f3e600;
    text-shadow: none;
  }
  .visual-image {
    position: absolute;
    object-fit: contain;
    width: 100%;
  }

  .pc-visual-arrow_prev img,
  .pc-visual-arrow_next  img {
    width: 15px;
    height: 15px;
  }

  .pc-visual-arrow_prev img {
    transform: rotate(180deg);
  }

  .pc-visual-arrow_prev,
  .pc-visual-arrow_next {
    position: absolute;
    top: 50%;
    z-index: 1;
  }

  .pc-visual-arrow_prev {
    left: -18px;
  }

  .pc-visual-arrow_next {
    right: -18px;
  }

  .inner-slider-pc img {
    height: 33vh;
  }

  .mv-modal .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .mv-modal .slick-dots li {
    margin: 0 5px;
  }

  .mv-modal .slick-dots li button {
    position: relative;
    text-indent: -9999px;
  }

  .mv-modal .slick-dots li button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .mv-modal .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #6a6c6d;
  }

  .slick-dots > .slick-active {
    position: relative;
    height: 10px;
    width: 10px;
    background-color: #004680;
    border-radius: 50%;
    top: -3px;
  }
}

@media print, screen and (min-width: 1060px) {
  .p02-th-txt01 {
    font-size: 5rem;
  }
  .p02-th-txt02 {
    font-size: 4rem;
  }
  .p02-th-txt03 {
    font-size: 5rem;
  }
  .p02-ja-txt01 {
    font-size: 5rem;
  }
  .p02-ja-txt02 {
    font-size: 3rem;
  }
  .p03-th-txt01 {
    font-size: 5rem;
  }
  .p03-th-txt02 {
    font-size: 3rem;
  }
  .p03-ja-txt01 {
    font-size: 5rem;
  }
  .p03-ja-txt02 {
    font-size: 3.8rem;
  }
  .p03-ja-txt03 {
    font-size: 3rem;
  }
  .p04-th-txt01 {
    font-size: 3rem;
  }
  .p04-th-txt02 {
    font-size: 6.9rem;
  }
  .p04-ja-txt01 {
    font-size: 3rem;
  }
  .p04-ja-txt02 {
    font-size: 8rem;
  }
  .p05-th-txt01 {
    font-size: 5.8rem;
  }
  .p05-th-txt02 {
    font-size: 4rem;
  }
  .p05-ja-txt01 {
    font-size: 5.8rem;
  }
  .p05-ja-txt02 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1060px) and (max-width: 1250px) {
  .p02-th-txt {
    left: 27%;
    color: #004680;
    line-height: 3rem;
  }
  .p02-ja-txt {
    left: 27%;
    color: #004680;
  }
  .p02-ja-txt01 {
    font-size: 3.5rem;
  }
  .p03-txt {
    left: 46%;
  }
  .p04-txt {
    left: 44%;
  }
  .p05-txt {
    left: 48%;
    color: #004680;
    line-height: 6rem;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1059px) {
  .p02-th-txt01 {
    font-size: 3rem;
  }
  .p02-th-txt02 {
    font-size: 2rem;
  }
  .p02-th-txt03 {
    font-size: 2.5rem;
  }
  .p02-ja-txt01 {
    font-size: 3rem;
  }
  .p02-ja-txt02 {
    font-size: 2rem;
  }
  .p02-th-txt {
    left: 28%;
    color: #004680;
    line-height: 3rem;
  }
  .p02-ja-txt {
    left: 28%;
    color: #004680;
  }
  .p03-txt {
    left: 28%;
  }
  .p04-txt {
    left: 43%;
    line-height: 4rem;
  }
  .p05-txt {
    left: 40%;
    color: #004680;
    line-height: 6rem;
  }
  .p03-th-txt01 {
    font-size: 4rem;
  }
  .p03-th-txt02 {
    font-size: 2.8rem;
  }
  .p03-ja-txt01 {
    font-size: 4rem;
  }
  .p03-ja-txt02 {
    font-size: 3rem;
  }
  .p03-ja-txt03 {
    font-size: 2.8rem;
  }
  .p04-th-txt01 {
    font-size: 2.8rem;
  }
  .p04-th-txt02 {
    font-size: 4rem;
  }
  .p04-ja-txt01 {
    font-size: 2.8rem;
  }
  .p04-ja-txt02 {
    font-size: 5.5rem;
  }
  .p05-th-txt01 {
    font-size: 3.8rem;
  }
  .p05-th-txt02 {
    font-size: 2.5rem;
  }
  .p05-ja-txt01 {
    font-size: 3.8rem;
  }
  .p05-ja-txt02 {
    font-size: 2.5rem;
  }
}

@media print, screen and (min-width: 1440px) and  (max-width: 2560px) {
  .p02-th-txt, .p02-ja-txt, .p05-txt, .p04-txt, .p03-txt {
    left: 27%;
  }
  .p05-txt, .p02-th-txt, .p02-ja-txt {
    color: #004680;
  }
}

/* zoom 150 */
@media print, screen and (min-width: 731px) and  (max-width: 854px) {
  .p05-txt {
    left: 35%;
  }
  .p04-txt {
    left: 38%;
    line-height: 4rem;
  }
  .p03-txt {
    left: 32%;
  }
  .p02-th-txt, .p02-ja-txt {
    left: 27%;
  }
}

/* zoom 125 */
@media print, screen and (min-width: 1024px) and  (max-width: 1163px) {
  .p05-txt {
    left: 43%;
  }
  .p04-txt {
    left: 41%;
    line-height: 6rem;
  }
  .p03-txt {
    left: 43%;
  }
  .p02-th-txt {
    left: 28%;
  }
}

/* zoom 80 =< */
@media print, screen and (min-width: 1600px) {
  .p03-txt, .p02-ja-txt, .p02-th-txt, .p04-txt, .p05-txt {
    left: 35%;
  }
  .p05-txt, .p02-th-txt, .p02-ja-txt {
    color: #004680;
  }
}

@media print, screen and (min-width: 1250px) and (max-width: 1440px) {
  .p02-th-txt {
    left: 28%;
    color: #004680;
    line-height: 5rem;
  }
  .p02-ja-txt {
    left: 28%;
    color: #004680;
  }
  .p03-txt {
    left: 50%;
  }
  .p04-txt {
    left: 48%;
  }
  .p05-txt {
    left: 50%;
    color: #004680;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .mv .hover_item.target_property {
    left: 7%;
  }

  .mv .hover_item.target_area {
    left: 33%;
  }

  .mv .hover_item {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
  }

  .banner > * {
    margin-top: 5vw;
    width: 340px;
  }

  .fb-page span,
  .fb-page span iframe {
    height: 120px;
    width: 340px;
  }

  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .houseDo-box + div {
    margin-top: 8vw;
  }

  .houseDo > .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center !important;
  }

  .mv .hover_item::before {
    left: 12vw;
  }

  .mv .hover_item .cal_num {
    height: 200px;
  }

  .sec .box + div {
    margin-top: 8vw;
  }

  .sec .box .content-box {
    margin-left: 10px;
  }

  .mv {
    height: auto;
  }

  .mv-modal {
    padding-bottom: 30px;
  }

  .mv .searchbox {
    padding: 10px;
    flex-wrap: wrap;
    position: relative;
  }

  .mv .searchbox .nav_submit {
    flex: 0 1 100% !important;
    margin-left: 10px;
    margin-top: 10px;
    background-color: unset;
  }

  .mv .searchbox .nav_submit button {
    font-size: 1.2rem;
    margin-left: 0px !important;
    background-size: 10px ,8px 7px;
    background-position: 8px, 90%;
    width: 40%;
  }

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

  .mv .searchbox > div + div {
    width: 230px;
  }

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

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

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

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

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

  .mv .searchbox > div.nav_price .hover_item::before {
    left: unset;
  }

  .letest h2 a,
  .price-reduction h2 a,
  .recommend h2 a,
  .notice-article h2 a {
    right: 10px;
    top: 6px;
    font-size: 1.3rem;
  }

  .recommend .readmore {
    display: block;
  }

  .want .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .want .flex_wrap > a {
    width: 100%;
  }

  .want .flex_wrap > a + a {
    margin-top: 4vw;
  }

  .sec > div.site_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .sec h2 {
    font-size: 2.0rem;
  }

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

  .recruit .txt {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 15px;
  }

  .txt-sp {
    padding: 0 75px 0 75px;
  }

  .recruit h2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }

  .recruit .btn {
    width: 50vw;
    padding: 5px 30px;
    font-size: 2.0rem;
    margin: 20px auto 0;
  }

  .recruit img {
    max-width: 100% !important;
  }

  .sp-hidden {
    overflow: hidden;
  }

  .sec .price_col .box_price,
  .sec .price_col .box_price::before {
    font-size: 1.5rem;
  }

  .sec .off_price,
  .sec .off_price::before {
    font-size: 1.3rem !important;
  }

  .top_flex_wrap {
    padding-bottom: 3px;
  }

  .pc-show {
    display: none;
  }

  .sp-show {
    display: block;
  }

  .main-slider-sp,
  .shop-slider-sp {
    height: 33vh;
    object-fit: cover;
  }

  .picture-text-centered {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    line-height: initial;
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff;
    font-weight: bold;
  }
  .p02-under-line {
    background: linear-gradient(transparent 60%, #f3e600 60%);
  }
  .p02-under-line-ja {
    padding: 8px;
  }
  .p02-txt {
    color: #004680;
    line-height: 1.2;
    left: 27%;
  }
  .p02-th-txt01 {
    font-size: 3rem;
  }
  .p02-th-txt02 {
    font-size: 2.3rem;
  }
  .p02-th-txt03 {
    font-size: 3rem;
  }
  .p02-ja-txt01 {
    font-size: 3.6rem;
  }
  .p02-ja-txt02 {
    font-size: 2.2rem;
  }

  .txt-cl-y {
    color:#f3e600;
  }
  .txt-cl-w {
    color: #fff;
  }
  .txt-cl-b {
    color: #004680;
  }
  .p03-txt {
    line-height: 3rem;
    text-shadow: 0 0 4px rgba(0,0,0,1), 0 0 8px rgba(0,0,0,1);
  }
  .p03-th-txt01 {
    font-size: 3.2rem;
  }
  .p03-th-txt02 {
    font-size: 1.8rem;
  }
  .p03-ja-txt01 {
    font-size: 3.5rem;
  }
  .p03-ja-txt02 {
    font-size: 2.7rem;
  }
  .p03-ja-txt03 {
    font-size: 2rem;
  }
  .p04-txt {
    line-height: 4rem;
    text-shadow:0 0 2px rgba(0,0,0,1), 0 0 8px rgba(0,0,0,0.8);
  }
  .p04-th-txt01 {
    font-size: 1.8rem;
  }
  .p04-th-txt02 {
    font-size: 4.2rem;
  }
  .p04-ja-txt01 {
    font-size: 2rem;
  }
  .p04-ja-txt02 {
    font-size: 5rem;
  }
  .p05-txt {
    line-height: 3.7rem;
    color: #004680;;
  }
  .p05-txt01 {
    display: inline-block;
    margin-bottom: 0.8rem;
    padding: 1rem 1rem 1rem;
    background: #f3e600;
    text-shadow: none;
  }
  .p05-th-txt01 {
    font-size: 3.2rem;
  }
  .p05-th-txt02 {
    font-size: 2.4rem;
  }
  .p05-ja-txt01 {
    font-size: 3.4rem;
  }
  .p05-ja-txt02 {
    font-size: 2.6rem;
  }
  .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%;
  }

  .inner-slider-sp div img:first-child {
    object-fit: cover;
    object-position: center;
  }

  .inner-slider-sp img {
    height: 33vh;
    object-fit: cover;
  }

  .image-slide-sp img {
    height: 33vh;
    object-fit: cover;
  }

  .main-slider-sp .slick-dots,
  .shop-slider-sp .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
  }

  .main-slider-sp .slick-dots li,
  .shop-slider-sp .slick-dots li {
    margin: 2px 5px;
  }

  .main-slider-sp .slick-dots li button,
  .shop-slider-sp .slick-dots li button {
    position: relative;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #6a6c6d;
  }

  .main-slider-sp .slick-dots > .slick-active button,
  .shop-slider-sp .slick-dots > .slick-active button {
    position: relative;
    height: 13px;
    width: 13px;
    background-color: #004680;
    border-radius: 50%;
  }

  .top-shop-news {
    align-items: start !important;
    flex-direction: column;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .shop-news {
    align-items: start !important;
    flex-direction: column;
  }

  .news-date,
  .news-content {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .news-date {
    margin-bottom: 10px;
  }

  .news_footer,
  .news_footer_center {
    width: auto !important;
    justify-content: center !important;
  }

  .news_h2_site_wrap {
    margin-bottom: 0 !important;
  }

  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 582px) {
  .header-shop-title .shop-name {
    font-weight: bold;
    font-size: 14px;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  #hamb_menu_toggle {
    right: 10px;
  }

  .mv .searchbox > div.nav_type,
  .mv .searchbox > div.nav_area {
    width: 48.5%;
    margin-bottom: 7px;
  }

  .mv .searchbox > div + div {
    width: 65%;
  }

  .mv .searchbox > div.nav_price {
    margin-left: 0;
  }

  .mv .searchbox .nav_submit {
    flex: 0 1 30% !important;
    margin-left: 10px;
    background-color: unset;
  }

  .mv .searchbox .nav_submit button {
    width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  .sec h2 {
    margin-bottom: 0;
  }

  .mv .searchbox > div.nav_type,
  .mv .searchbox > div.nav_area {
    width: 48.5%;
    margin-bottom: 7px;
  }

  .mv .searchbox > div.nav_price {
    margin-left: 0;
  }

  .mv .searchbox > div + div {
    width: 65%;
  }

  .mv .searchbox .nav_submit button {
    width: 100%;
  }

  .mv .hover_item {
    top: 65px;
  }

  .mv .hover_item.target_property {
    left: 47%;
  }

  .mv .hover_item.target_area {
    left: 58%;
  }

  .mv .hover_item {
    -webkit-transform: translate(-62%, 0);
    transform: translate(-62%, 0);
  }

  .mv .hover_item.target_price {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 120px;
  }

  .mv .searchbox > div.nav_price .hover_item::before {
    right: 50vw;
  }

  .mv .searchbox .nav_submit {
    flex: 0 1 30% !important;
    margin-left: 10px;
    background-color: unset;
  }

  .tooltip,
  .tooltip-text {
    left: 0;
    white-space: normal;
    word-break: break-word;
  }
  .mt-3-7 {
    margin-top: 3.7rem;
  }
  .mt-1 {
    margin-top: 1rem;
  }
  .p02-th-txt01 {
    font-size: 2.5rem;
  }
  .p02-th-txt02 {
    font-size: 1.8rem;
  }
  .p02-th-txt03 {
    font-size: 2rem;
  }
  .p02-ja-txt01 {
    font-size: 2.5rem;
  }
  .p02-ja-txt02 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 375px) {
  .txt-sp {
    padding: 0 50px 0 50px;
  }

  .mv .hover_item.target_property {
    left: 58%;
  }

  .mv .hover_item.target_area {
    left: 63%;
  }

  .mv .searchbox > div.nav_price {
    width: 65%;
  }

  .mv .hover_item {
    -webkit-transform: translate(-68%, 0);
    transform: translate(-68%, 0);
  }

  .mv .hover_item.target_price {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .p02-th-txt01 {
    font-size: 2rem;
  }
  .p02-th-txt02 {
    font-size: 1.3rem;
  }
  .p02-th-txt03 {
    font-size: 2.3rem;
  }
  .p02-ja-txt01 {
    font-size: 2.3rem;
  }
  .p02-ja-txt02 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 352px) {
  .mv .searchbox > div.nav_type,
  .mv .searchbox > div.nav_area {
    width: 47.5% !important;
  }

  .mv .searchbox > div.nav_price {
    width: 60%;
  }

  .txt-sp {
    padding: 0 20px 0 20px;
  }

  .mv .hover_item.target_property {
    left: 71%;
  }

  .mv .hover_item.target_area {
    left: 70%;
  }

  .mv .hover_item {
    -webkit-transform: translate(-73%, 0);
    transform: translate(-73%, 0);
  }

  .banner > * {
    width: 300px;
  }
}

@media only screen and (max-width: 307px) {
  .mv .searchbox > div.nav_price {
    width: 54%;
  }
  .want p {
    font-size: 1.6rem;
  }
  .floating .contact .tel span {
    padding-left: 20px;
  }
  .floating .contact .btn {
    font-size: 12px;
  }
  .footer-shop-font {
    font-size: 1.8rem;
  }
  .recruit h2 {
    font-size: 2.7rem;
  }
  .recruit .btn {
    font-size: 1.4rem;
  }
  .footer_btm .copyright {
    font-size: .9rem;
  }
  .mv .searchbox .nav_submit {
    flex: 0 1 37% !important;
  }
}

.mv-modal .slick-arrow,
.shop-slider-sp .slick-arrow {
  cursor: pointer;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50%;
  z-index: 5;
}

.lead-image img {
  max-width: 100%;
}

.mt-2 {
  margin-top: 2em !important;
}

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

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

.pt-1 {
  padding-top: 1em !important;
}

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

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

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

.news_h2_site_wrap {
  margin-bottom: 40px;
}

.shop-news {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid #DDD;
}

.top-shop-news {
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

.news-title {
  word-break: break-word;
  border-bottom: 1px solid #DDD;
}

.news-date {
  margin-right: 10px;
  color: #004680;
}

.news-date-detail {
  color: #AAA;
}

.line {
  height: 1px;
  width: 80px;
  background-color: #004680;
  margin-right: 10px;
}

.news-content {
  word-break: break-word;
  width: 100%;
}

.news-content:hover {
  color: #004680;
  text-decoration: underline;
}

.news-detail {
  word-break: break-word;
  min-height: 200px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
}

.news_footer,
.news_footer_center {
  width: 600px;
  justify-content: space-between;
}

.news_footer_center {
  justify-content: center;
}

.news_footer .btn,
.news_footer_center .btn {
  color: #004680;
  height: 42px;
  font-weight: bold;
  font-size: 1.7rem;
  border-radius: 10px;
  width: 220px;
  padding: 0 10px;
  cursor: pointer;
  box-sizing: border-sizing;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #004680;
  position: relative;
  margin-bottom: 15px;
}

.news_footer .btn:nth-child(1)::before,
.news_footer_center .btn:nth-child(1)::before {
  content: "";
  background: url(../common_img/icon-fa-arrow-left.png) no-repeat center / contain;
  width: 22px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 18px;
}

.news_footer .btn:nth-child(2) {
  background-color: #004680;
  color: #fff;
}