@charset "UTF-8";
/*! Writen  by SCSS */
.area_outer {
  margin-bottom: clamp(60px, 8.34%, 100px); }
  .area_outer.small {
    margin-bottom: clamp(40px, 5.84%, 70px); }

.property_head {
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: clamp(40px, 5.84%, 70px); }
  @media screen and (max-width: 480px) {
    .property_head {
      font-size: 18px; } }

.area_outer {
  background: #453f35;
  padding-top: clamp(30px, 4.17%, 50px);
  padding-bottom: clamp(40px, 5.84%, 70px); }
  .area_outer .area_head {
    font-size: clamp(20px, 2.41vw, 30px);
    text-align: center;
    line-height: 1;
    color: #fff;
    margin-bottom: clamp(30px, 4.17%, 50px); }
    @media screen and (max-width: 480px) {
      .area_outer .area_head {
        font-size: 24px; } }
  .area_outer .area_list {
    font-size: clamp(14px, 1.61vw, 20px);
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(15px, 2.5vw, 30px) 3.33%; }
    @media screen and (max-width: 480px) {
      .area_outer .area_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 4%; } }
    .area_outer .area_list .item a {
      width: 100%;
      height: 100%;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.3s ease-in-out;
      color: #453f35;
      background: #fff;
      border-radius: 100vmax;
      padding: 1em 0.2em; }
      @media (hover: hover) {
        .area_outer .area_list .item a:hover {
          opacity: 0.7; } }
    .area_outer .area_list .item.active a {
      position: relative;
      background-color: #f8e8ca;
      pointer-events: none; }
      .area_outer .area_list .item.active a::after {
        content: '';
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: 1px solid #ec6a2e;
        border-radius: 100vmax;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center; }
    .area_outer .area_list .item:nth-child(1) a, .area_outer .area_list .item:nth-child(4) a, .area_outer .area_list .item:nth-child(6) a, .area_outer .area_list .item:nth-child(8) a {
      pointer-events: none;
      opacity: 0.4; }

.property_list {
  margin-bottom: clamp(80px, 10%, 120px); }

/*該当なしときのcss*/
.sec_property.mb {
  margin-bottom: clamp(80px, 20vw, 240px); }
@media screen and (max-width: 480px) {
  .sec_property .property_head {
    line-height: 1.6; } }
.sec_property .property_head:nth-child(1) {
  margin-bottom: clamp(20px, 3.75vw, 45px); }
.sec_property .property_head.smmall {
  font-size: clamp(15px, 1.5vw, 18px);
  margin-bottom: clamp(10px, 1.25vw, 15px); }
.sec_property .banner {
  width: 33.08%;
  margin-inline: auto; }
  @media screen and (max-width: 480px) {
    .sec_property .banner {
      width: 90%; } }
  .sec_property .banner a {
    position: relative;
    display: block;
    padding-inline: clamp(15px, 2.143vw, 30px);
    transition: all 0.3s ease-in-out 0s; }
    .sec_property .banner a::after {
      content: '';
      border: 1px  solid #333;
      position: absolute;
      inset: 0;
      pointer-events: none; }
    @media (hover: hover) {
      .sec_property .banner a:hover {
        opacity: .6; } }

.kdtk_wrap .txt1 {
  font-size: clamp(24px, 3.22vw, 44px);
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 0.5em; }
.kdtk_wrap .txt2 {
  font-size: clamp(23px, 3.22vw, 40px);
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 1.3em; }
  .kdtk_wrap .txt2 .price {
    font-size: 60%;
    color: #fff;
    background: #bca688;
    padding: 0 0.4em 0.1em;
    margin: 0 0.6em;
    display: inline-block;
    transform: translate(0, -0.2em); }
  .kdtk_wrap .txt2 .red {
    color: #ba1b24; }
  .kdtk_wrap .txt2 .s1 {
    font-size: 80%; }
  .kdtk_wrap .txt2 .s2 {
    font-size: 80%; }
  .kdtk_wrap .txt2 .l1 {
    font-size: 120%; }
  .kdtk_wrap .txt2 .l2 {
    font-size: 150%;
    font-weight: 500; }
  .kdtk_wrap .txt2 .l3 {
    font-size: 120%;
    font-weight: 500; }

/*# sourceMappingURL=area.css.map */
