@charset "UTF-8";
[class^="slick-arrow"] {
  background: #000;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  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;
  position: absolute;
  bottom: 50px;
  z-index: 5;
}

@media print, screen and (min-width: 769px) {
  [class^="slick-arrow"] {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
  }
  [class^="slick-arrow"]:hover {
    opacity: .5;
  }
}

@media only screen and (max-width: 768px) {
  [class^="slick-arrow"] {
    bottom: 48%;
    width: 25px;
    height: 25px;
  }
}

[class^="slick-arrow"] img {
  width: 22px;
  height: 15px;
}

@media only screen and (max-width: 768px) {
  [class^="slick-arrow"] img {
    width: 12px;
    height: 8px;
  }
}

.slick-arrow_prev {
  left: -40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (max-width: 768px) {
  .slick-arrow_prev {
    left: 10px;
  }
}

.slick-arrow_next {
  right: -40px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media only screen and (max-width: 768px) {
  .slick-arrow_next {
    right: 10px;
  }
}

.slide-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .slide-dots {
    margin: 20px auto 0;
  }
}

.slide-dots li + li {
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .slide-dots li + li {
    margin-left: 15px;
  }
}

.slide-dots .slick-active button::before {
  background: #000;
}

.slide-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .slide-dots button {
    width: 10px;
    height: 10px;
  }
}

.slide-dots button::before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  content: '';
  text-align: center;
  border: 1px solid #000;
  color: black;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 768px) {
  .slide-dots button::before {
    width: 10px;
    height: 10px;
  }
}

.btn {
  background-color: #f3e600;
  padding: 20px 15px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .btn {
    width: 230px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .btn:hover {
    background-color: #ceb200;
  }
}

@media only screen and (max-width: 768px) {
  .btn {
    width: 60%;
  }
}

.btn.gray{
    background-color: #dedede;
}

.btn.arrow {
  background-image: url(/buyer/images/icon-arrow-bk.png);
  background-repeat: no-repeat;
  background-size: 10px 16px;
  background-position: 95% center;
}

.mv {
  /*background: url(/buyer/images/mv.jpg) no-repeat center/cover;*/
  height: 680px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .mv {
    height: 90vh;
    overflow: hidden;
  }
}

.mv .movie {
  position: absolute;
  width: 100%;
  height: 680px;
  top: 0;
  left: 0;
}

.mv::before {
  content: "";
  /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQYV2NkQAX/GZH4/xkYGBhhAmAOSBJEwDkgAQCCrgQEjpMcPgAAAABJRU5ErkJggg==); */
  background-repeat: repeat;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.mv::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  z-index: 4;
}

.mv .catch {
  position: relative;
  z-index: 5;
  background: url(/buyer/images/mv_deco.png) no-repeat center/contain;
  padding: 120px 0 60px;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

@media only screen and (max-width: 768px) {
  .mv .catch {
    margin: 0 20px;
    background-image: url(/buyer/images/mv_deco_sp.png);
    padding:72vh 0 68vh;
  }
}
.mv .catch img{
    width: 250px;
    margin-bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
@media only screen and(min-width: 769px){
    .mv .catch img{
        width: 52.5vw;
    }
}


.mv .catch h1 {
  color: #fff;
  text-align: center;
}

.mv .catch h1 span {
  display: block;
}

.mv .catch h1 span:first-of-type {
  font-size: 5.5rem;
}

@media only screen and (max-width: 768px) {
  .mv .catch h1 span:first-of-type {
    font-size: 7.5vw;
  }
}

.mv .catch h1 span:last-of-type {
  margin-top: 20px;
}

@media print, screen and (min-width: 769px) {
  .mv .catch h1 span:last-of-type {
    font-size: 2.0rem;
  }
}

@media only screen and (max-width: 768px) {
  .mv .catch h1 span:last-of-type {
    font-size: 3.4658vw;
  }
}

.mv .catch .btn {
  margin: 18px auto 0;
}

@media only screen and (max-width: 768px) {
  .mv .catch .btn {
    width: 60%;
  }
}

.mv .mv-slick {
  width: 100%;
  position: absolute;
  z-index: 2;
}

.mv .mv-slick-box {
  height: 90vh;
}

.mv .scroll_btn {
  position: absolute;
  z-index: 5;
  color: #fff;
  font-size: 1.6rem;
  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: 40px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.mv .scroll_btn img {
  width: 30px;
  margin-top: 10px;
  animation: 1s scroll infinite alternate-reverse;
}

.sec {
  padding: 80px 0;
}

.sec h2 {
  font-size: 3.5rem;
  color: #004680;
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .sec h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

.sec .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* @media only screen and (max-width: 768px) {
  .feature .flex_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    padding: 0 10px;
  }
}

.feature-box {
  background: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px #dedede;
          box-shadow: 0 5px 10px #dedede;
  width: 275px;
  height: 300px;
  text-align: center;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 769px) and (max-width: 1250px) {
  .feature-box {
    width: calc((100% / 4) - 10px);
  }
}

@media only screen and (max-width: 768px) {
  .feature-box {
    width: calc((100% / 2) - 1vw);
    padding: 20px 10px;
    height: auto;
    -webkit-box-shadow: 0 2px 2px #dedede;
            box-shadow: 0 2px 2px #dedede;
  }
  .feature-box:not(:nth-of-type(-n+2)) {
    margin-top: 5vw;
  }
}

.feature-box img {
  height: 80px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .feature-box img {
    height: 50px;
    margin-bottom: 20px;
  }
}

.feature-box p {
  font-size: 2.2rem;
}

@media print, screen and (min-width: 769px) and (max-width: 1250px) {
  .feature-box p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .feature-box p {
    font-size: 1.3rem;
  }
}

.feature-box p span {
  font-weight: bold;
} */

.intro {
  background: url(/buyer/images/img-city.png) no-repeat top center/cover;
  width: 100%;
  display: table;
}

@media print, screen and (min-width: 769px) {
  .intro {
    height: 510px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.intro_inner {
  display: table-cell;
  vertical-align: middle;
}

.intro p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.8;
}

@media print, screen and (min-width: 769px) {
  .intro p {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .intro p {
    font-size: 1.6rem;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .merit {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    margin-bottom: 100px;
  }
}

.merit .site_wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.merit-box {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .merit-box {
    max-width: 375px;
    width: calc(100% / 3);
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1250px) {
  .merit-box {
    width: calc((100% / 3) - 10px);
  }
}

@media only screen and (max-width: 768px) {
  .merit-box {
    width: 100%;
  }
  .merit-box:not(:first-of-type) {
    margin-top: 5vw;
  }
}

.merit-box_ttl {
  background: #004680;
  border-radius: 10px;
  padding: 15px 10px;
  color: #fff;
  font-size: 2.0rem;
  max-width: calc(375px - 20px);
  width: calc(100% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) and (max-width: 1250px) {
  .merit-box_ttl {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 768px) {
  .merit-box_ttl {
    width: calc(100% - 20px);
    font-size: 1.5rem;
    padding: 15px;
  }
}

.merit-box_ttl > img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.merit-box > img {
  margin-top: -30px;
  z-index: -1;
}

.merit .btn {
  margin: 35px auto 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .merit .btn {
    width: 370px;
  }
}

.preview > p {
  text-align: center;
}

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

@media only screen and (max-width: 768px) {
  .preview > p {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.preview .preview-slick {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.preview-box {
  width: 390px;
  text-align: center;
  margin-top: 70px;
}

@media print, screen and (min-width: 769px) and (max-width: 1250px) {
  .preview-box {
    width: calc((100% / 3) - 10px);
  }
}

@media only screen and (max-width: 768px) {
  .preview-box {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .preview-box {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .preview-box:hover {
    opacity: .5;
  }
}

.preview-box p {
  margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
  .preview-box p {
    font-size: 1.8rem;
  }
}

/* .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px){
  .tab_wrap {
      padding-left: 50px;
      padding-right: 50px;
  }
}
.tab_area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 15px auto 20px;
}
@media print, screen and (min-width: 769px){
  .tab_area {
    justify-content: flex-start;
    margin-left: 0;
    width: 100%;
  }
}
.tab-label {
  background: #fff;
  border: 2px solid #004680;
  border-radius: 30px;
  box-sizing: border-box;
  color: #004680;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 20px;
  line-height: 1;
  font-size: 1.12rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 769px){
  .tab-label{
    font-size: 1.5rem;
  }
  div.tab-label{
    margin-left: auto;
  }
}
.tab-label:hover{
  background: #004680;
  color: #fff;
  opacity: .7;
}

.tab-content {
  width: 100%;
  display: none;
}
input[type="radio"]{
  display:none;
}
#TAB-01:checked ~ .tab_area .tab01_label{
  background: #004680;
  color: #fff;
}
#TAB-02:checked ~ .tab_area .tab02_label{
  background: #004680;
  color: #fff;
}
#TAB-01:checked ~ .panel_area #panel01{
  display: block;
}
#TAB-02:checked ~ .panel_area #panel02{
  display: block;
}
.panel_area{
  width: 100%;
} */

/* .reccomend02-box{
    align-items: stretch;
    margin-bottom: 70px;
    width: 100%;
}
.reccomend02-box iframe {
    width: 100%;
    max-width: 100%;
    height: 250px;
}
.reccomend02-box .reccomend02-box_ttl{
    position: relative;
    width: 100%;
}
.reccomend02-box .ttlbox_txt{
    padding: 10px 10px;
    margin: 0;
    background: #fff;
}
.reccomend02-box .ttlbox_txt .ttl{
    font-size: 2.3rem;
    line-height: 1.4;
    font-weight: bold;
}
.reccomend02-box .btn{
    margin: 35px auto 0;
    text-align: center;
}
@media print, screen and (min-width: 769px) {
    .sec.reccomend02 .flex_wrap{
      align-items: stretch;
    }
    .recomend02-wrap{
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
    }
    .reccomend02-box{
      width: 48%;
    }
    .reccomend02-box iframe {
        width: 100%;
        height: 460px;
    }
    .reccomend02-box .ttlbox_txt{
      display: flex;
      justify-content: space-between;
      padding: 1rem;
        left: 0;
        width: calc(100% - 2rem);
    }
    .reccomend02-box .ttlbox_txt p{
      width: 60%;
    }
    .reccomend02-box .ttlbox_txt a{
      width: 39%;
    }
    .reccomend02-box .ttlbox_thumb{
        display: block;
    }
} */


/*
.reccomend .flex_wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reccomend-box {
  width: calc(100% / 4);
  position: relative;
  overflow: hidden;
}

.reccomend-box a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cffffff', endColorstr='#5c000000',GradientType=0 );
  display: block;
  position: absolute;
  z-index: 2;
}

.reccomend-box a::before:hover {
  opacity: 0;
}

.reccomend-box a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
  position: absolute;
  z-index: 2;
  opacity: 0;
}

.reccomend-box a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

.reccomend-box a:hover::before {
  -webkit-animation: .3s fadeOut forwards;
          animation: .3s fadeOut forwards;
}

.reccomend-box dl {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  color: #fff;
  height: 130px;
  padding: 0 10px 20px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reccomend-box dl dt {
  font-size: 2.0rem;
  font-weight: bold;
}

.reccomend-box dl .arrow_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.8;
  font-weight: bold;
  margin-top: 20px;
}

.reccomend-box dl .arrow_s::after {
  content: "";
  background: url(/buyer/images/icon-arrow-wh.png) no-repeat center/contain;
  width: 7px;
  height: 11px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  line-height: 0.5;
  margin-left: 15px;
}
*/
@media only screen and (max-width: 768px) {
  .price-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  .price-down h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .price-down_head + .site_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.price-down > p {
  font-size: 2.5rem;
  margin-bottom: 70px;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 769px) and (max-width: 1250px) {
  .price-down > p {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .price-down > p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 20px 10px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.price-down_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .price-down_head {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .price-down_head {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.price-down_price {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .price-down_price {
    width: 52vw;
  }
}

.price-down_price p::before {
  content: "฿";
  font-size: 1.6rem;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .price-down_price p::before {
    font-size: 3.1992vw;
  }
}

.price-down_price p:first-of-type {
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .price-down_price p:first-of-type {
    font-size: 4.7988vw;
  }
}

.price-down_price p:first-of-type span {
  background: #cb0000;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  display: block;
  margin-left: 55px;
}

@media only screen and (max-width: 768px) {
  .price-down_price p:first-of-type span {
    font-size: 2.666vw;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 2px;
    white-space: pre;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.price-down_price p:first-of-type span::before {
  content: "";
  background: url(/buyer/images/icon-down.jpg) no-repeat center/contain;
  height: 20px;
  width: 27px;
  display: block;
  position: absolute;
  left: -35px;
}

@media only screen and (max-width: 768px) {
  .price-down_price p:first-of-type span::before {
    width: 16px;
    height: 12px;
    left: -18px;
  }
}

.price-down_price p:last-of-type {
  font-size: 4.0rem;
}

@media print, screen and (min-width: 769px) {
  .price-down_price p:last-of-type {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .price-down_price p:last-of-type {
    font-size: 2.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  .price-down_price p:last-of-type::before {
    font-size: 2.5rem;
  }
}

.price-down_icon {
  font-size: 2.0rem;
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .price-down_icon {
    width: auto;
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.price-down_icon li {
  width: calc(100% / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-down_icon li i {
  width: 35px;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .price-down_icon li i {
    width: 14px;
    margin-right: 5px;
  }
  .price-down_icon li i img {
    height: 13px;
    width: auto;
  }
}

.price-down .price-slick-nv {
  width: 90%;
  margin: 20px auto 0;
}

@media only screen and (max-width: 768px) {
  .price-down .price-slick-nv {
    display: none;
  }
}

.price-down .price-slick-nv .slick-list {
  -webkit-transform: translate(-10px, 0px);
          transform: translate(-10px, 0px);
}

.price-down .price-slick-nv .slick-slide {
  margin-left: 20px;
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
}

.price-down .price-slick-nv .slick-slide img {
  border-radius: 10px;
}

.price-down .price-slick-nv .slick-slide.slick-current {
  opacity: 1;
}

@media print, screen and (min-width: 769px) {
  .price-down .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 140px;
    margin-top: 20px;
  }
  .price-down .slick-dots li {
    width: 240px;
    height: 140px;
  }
  .price-down .slick-dots li img {
    width: 100%;
    border-radius: 10px;
  }
  .price-down .slick-dots li + li {
    margin-left: 20px;
  }
}

.price-down .btn {
  margin: 40px auto 0;
}

@media print, screen and (min-width: 769px) {
  .price-down .btn {
    width: 370px;
  }
}

@media only screen and (max-width: 768px) {
  .price-down .btn {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin: 20px auto 0;
  }
}

.gallery .gallery-slick {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .gallery .slick-slide {
    width: 535px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gallery .slick-slide + .slick-slide {
    margin-left: 30px;
  }
}

.gallery .slick-slide img {
  width: 100%;
}

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

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

@media only screen and (max-width: 768px) {
  .lity-container {
    padding: 14px;
  }
}

.lity-close {
  background: #014584;
  border-radius: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  background: #014584;
  right: -10px;
  top: -10px;
}
@media only screen and (max-width: 768px) {
  .lity-close {
    right: 0px;
    top: -16px;
  }
  .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    right: 0px;
    top: -16px;
  }
}

.bnr-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.bnr-group li {
  width: 100%;
  margin: 1rem 0 0;
}
.bnr-group li a:hover{
  opacity: .6;
}
.bnr-group .img-fluid {
  max-width: 100%;
  height: auto;
}
@media (min-width: 769px){
  .bnr-group li {
      width: calc(100% / 3 - 2rem);
      margin: 1rem 1rem 0;
  }
}


/*----------------------
   estates 
----------------------*/
.sml-estate .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .sml-estate .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
  }
}

.sml-estate-box {
  max-width: 290px;
  background-color: #fff;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .sml-estate-box {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .sml-estate-box a:hover {
    opacity: .5;
  }
  .sml-estate-box {
    margin-left: 10px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .sml-estate-box {
    width: calc((100% / 2) - 1vw);
  }
  .sml-estate-box:not(:nth-of-type(-n+2)) {
    margin-top: 5vw;
  }
}

.sml-estate-box img {
  width: 290px;
  height: 220px;
}

@media only screen and (max-width: 768px) {
  .sml-estate-box img {
    width: 100%;
    height: 134px;
  }
}

.sml-estate-box img.vertical {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
  background-color: #f0f4f8;
}

.sml-estate-box_status {
  margin: 10px;
}

@media only screen and (max-width: 768px) {
  .sml-estate-box_status {
    margin: 5px;
  }
}

.sml-estate-box_status li {
  background: #004680;
  border-radius: 30px;
  font-size: 1.2rem;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .sml-estate-box_status li {
    font-size: 2.666vw;
  }
}

.sml-estate-box_ttl {
  font-size: 1.5rem;
  color: #828282;
  margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  .sml-estate-box_ttl {
    font-size: 3.999vw;
    margin: 0 5px;
  }
}

.sml-estate-box_price {
  font-size: 2.0rem;
  font-weight: bold;
  padding: 25px 10px 10px;
}

@media only screen and (max-width: 768px) {
  .sml-estate-box_price {
    font-size: 4.2656vw;
    padding: 4vw 5px 5px;
  }
}

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

@media only screen and (max-width: 768px) {
  .sml-estate-box_price::before {
    font-size: 3.1992vw;
  }
}

a.sml-estate-box_card{
  display: block;
}

/* VR_link */
.sml-estate-box .btn_vr{
  position: absolute;
  top: 162px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .sml-estate-box .btn_vr{
    top: 76px;
  }
}
.sml-estate-box .btn_vr img{
  width: 58px;
  height: 58px;
}


/* tab */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px){
  .tab_wrap {
      padding-left: 50px;
      padding-right: 50px;
  }
}
label.tab-label {
  background: #888;
  border: 2px solid #888;
  border-radius: 30px;
  color: #fff;
  margin: 0 0 10px 5px;
  margin-right: 5px;
  padding: 5px 20px;
  line-height: 1;
  font-size: 1.12rem;
  order: -1;
  cursor: pointer;
}
a.tab-label{
  display: inline-block;
  background: #fff;
  border: 2px solid #004680;
  border-radius: 30px;
  box-sizing: border-box;
  color: #004680;
  cursor: pointer;
  padding: 5px 20px;
  line-height: 1;
  font-size: 1.12rem;
  font-weight: 700;
}
.tab-label_wrap{
  order: -2;
  margin: 0 5px 24px;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 769px){
  label.tab-label,a.tab-label{
    font-size: 1.5rem;
  }
  .tab-label_wrap{
    order: 0;
    margin: 0 5px 10px auto;
    text-align: left;
    width: auto;
  }
}
.tab-label:hover{
  border-color: #004680;
  background: #004680;
  color: #fff;
  opacity: .7;
}
div.tab-label:hover a{
  color: #fff;
}

.tab-content {
  width: 100%;
  display: none;
}
.tab-switch:checked+.tab-label {
  border-color: #004680;
  background: #004680;
  color: #fff;
}
.tab-switch:checked+.tab-label+.tab-content {
   display: block;
}
.tab-switch {
  display: none;
}