@charset "UTF-8";
.breadcrumb {
  mix-blend-mode: difference;
}
/*===============================================
●画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  #main_img {
    background-image: url(../img/special/main_img.jpg?20231018);
  }
  #conts_01 {
    width: 100%;
    height: 700px;
    margin-bottom: 50px;
  }
  #conts_01 .img {
    width: 100%;
    height: 100%;
  }
  #conts_01 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .title_box {
    top: -134px;
    position: relative;
  }
  .title_box .auto {
    background-color: #5d735c;
    padding: 39px 130px 45px 92px;
    box-sizing: border-box;
  }
  .title_box .box h3 {
    line-height: 1.6;
    font-size: 37px;
    font-weight: 600;
    margin: 0 0 16px;
  }
  .title_box .box .text {
    line-height: 1.8;
    font-size: 15px;
  }

  #conts_list {
    margin-bottom: 115px;
  }
  #conts_list .block {
    width: 800px;
    margin: 0 auto;
  }
  #conts_list .block .box {
    margin-bottom: 35px;
  }
  #conts_list .block .box:last-of-type {
    margin-bottom: 0;
  }
  #conts_list .block .box .horizontal {
    width: 800px;
  }
  #conts_list .block .box .vertical {
    width: 434px;
    margin: 0 auto;
  }
  #conts_list .block .box .text {
    padding-top: 50px;
    margin-bottom: 110px;
    word-break: break-all;
  }
  #conts_list .block .box:last-of-type .text {
    margin-bottom: 0;
  }
  #conts_list .block .box .img img {
    width: 100%;
    height: auto;
  }
  #conts_list .block .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
  #conts_list .block .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .overview .block {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 60px 50px 60px 50px;
    background-image: url(../img/special_detail/bg_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .overview .block .box {
    box-sizing: border-box;
    position: relative;
    margin-right: 30px;
    padding-right: 30px;
    width: 100%;
  }
  .overview .block .box.only_one {
    width: auto;
  }
  .overview .block .box:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }
  .overview .block .box h4 {
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .overview .block .box h4 .square {
    font-size: 11px;
    display: inline-block;
    margin-right: 4px;
  }
  .overview .block .box:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #718271;
    position: absolute;
    top: 0;
    right: 0;
  }
  .overview .block .property_description_box::before {
    left: 0;
  }
}

/*===============================================
●画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width: 769px) {
  #main_img {
    background-image: url(../img/special/main_img.jpg?20231018);
  }
  #conts_01 {
    width: 100%;
    height: 62vw;
    margin-bottom: -52px;
  }
  #conts_01 .img {
    width: 100%;
    height: 100%;
  }
  #conts_01 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .title_box {
    top: -12px;
    position: relative;
    background-color: #5d735c;
    padding: 34px 5% 30px;
    width: 90%;
    margin: 0 auto 86px;
    box-sizing: border-box;
  }
  .title_box .auto {
    background-color: #5d735c;
    box-sizing: border-box;
  }
  .title_box .box h3 {
    line-height: 1.5;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .title_box .box .text {
    line-height: 1.6;
    font-size: 14px;
  }

  #conts_list {
    margin-bottom: 70px;
  }
  #conts_list .block {
    width: 90%;
    margin: 0 auto;
  }
  #conts_list .block .box {
    margin-bottom: 20px;
  }
  #conts_list .block .box:last-of-type {
    margin-bottom: 0;
  }
  #conts_list .block .box .horizontal {
    width: 100%;
  }
  #conts_list .block .box .vertical {
    width: 80%;
    margin: 0 auto;
  }
  #conts_list .block .box .text {
    padding-top: 32px;
    margin-bottom: 64px;
    word-break: break-all;
  }
  #conts_list .block .box:last-of-type .text {
    margin-bottom: 0;
  }
  #conts_list .block .box .img img {
    width: 100%;
    height: auto;
  }
  #conts_list .block .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
  #conts_list .block .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .overview .block {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 40px 6% 38px;
    background-image: url(../img/special_detail/bg_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-direction: column;
  }
  .overview .block .box {
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #718271;
    padding: 24px 0 20px;
  }
  .overview .block .box:first-of-type {
    padding-top: 0;
  }
  .overview .block .box:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .overview .block .box::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #718271;
    position: absolute;
    top: 0;
    left: 0;
  }
  .overview .block .box h4 {
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .overview .block .box h4 .square {
    display: inline-block;
    font-size: 10px;
    margin-right: 3px;
  }
}
