@charset "UTF-8";
/* CSS Document */

/* 地図のコントロールボタンの文字サイズ変更 */
.gm-style-mtc div {
    font-size: 1.2rem !important;  /* 文字サイズ変更 */
    font-weight: bold;  /* 太字 */
    color: #333 !important;  /* 文字色 */
}
/* ボタン全体のサイズを変更 */
.gm-style-mtc {
    transform: scale(0.7); /* 拡大 */
    transform-origin: top left; /* 左上基準で拡大 */
}



.properties_wrap {
  position: relative;
}

.properties_wrap .status_wrap {
  display: none;
}
.properties_wrap .status_wrap.soldout {
  display: block;
  position: absolute;
  top: -15px;
  right: 0;
}
.properties_wrap .status_wrap .display_web {
    display: none;
}
.properties_wrap .status_wrap.soldout .display_web {
  display: inline;
  border: solid 2px #f55028;
  border-radius: 3px;
  color: #f55028;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 2px 10px;
}
.properties_wrap .status_wrap.soldout .display_print {
  display: none;
}

.properties_wrap h2 {
  font-size: 2.8rem;
  font-weight: 200;
  line-height: 1.29;
  text-align: center;
  margin: 20px 0 0 -30px;
  width: 100vw;
}

.properties_wrap .properties_h3_wrap {
  text-align: center;
  margin: 11px auto 0;
}
.properties_wrap h3 {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.0;
}
.properties_wrap h3:first-of-type::after {
  display: inline-block;
  content: '';
  background-color: #333333;
  vertical-align: -3px;
  margin: 0 14px;
  width: 1px;
  height: 16px;
}

.properties_wrap h4 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.0;
  margin: 0 auto;
  width: fit-content;
  position: relative;
}
.properties_wrap h4::after {
  content: '';
  position: absolute;
  left: -3px;
  bottom: -4px; /* 下線をテキストの下に配置 */
  z-index: -1;
  width: calc(100% + 6px);
  height: 1px;
  background-color: #f55028;
}

.properties_wrap h5,
.properties_accordion_wrap h5 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.0;
  margin-top: 50px;
}
.properties_wrap h5::before,
.properties_accordion_wrap h5::before {
  display: inline-block;
  content: '';
  background-color: #f55028;
  vertical-align: -3px;
  margin-right: 8px;
  width: 3px;
  height: 20px;
}

.properties_wrap h6,
.properties_accordion_wrap h6 {
  font-weight: 600;
  line-height: 1.5;
  margin-top: 15px;
}

/*
.properties_wrap .status_wrap {
  display: inline-block; 
  text-align: center;
  margin-left: -30px;
  position: relative;
}
.properties_wrap .status_wrap p {
  display: none;
}
*/
/*
perties_wrap .status_wrap.soldout {
  margin-top: 20px;
}
*/
/* 半透明の背景オーバーレイ 
.properties_wrap .status_wrap.soldout::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  aspect-ratio: 3 / 2;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
*/
/* Sold out テキスト 
.properties_wrap .status_wrap.soldout::before { 
  content: 'Sold out';
  color: #ffffff;
  font-size: 3.0rem;
  font-weight: 100;
  letter-spacing: 0.01em;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
*/
/*
.properties_wrap .status_wrap.soldout p {
  display: inline;
  color: #f55028;
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 30px;
}
*/



.properties_wrap .property_top_image {
  display: block;
  margin-top: 35px;
  margin-left: -30px;
  width: 100vw;
  aspect-ratio: 3 / 2;
}



.properties_wrap .status_wrap + h5 {
  margin-top: 65px;
}

.properties_wrap > p {
  margin-top: 15px;
}
.properties_wrap > h5 + h6 {
  font-weight: 600;
}
.properties_wrap > h6 + p {
  margin-top: 10px;
}





.properties_wrap ul {
  margin-top: 15px;
}
.properties_wrap ul li {
  display: inline;
  white-space: nowrap; /* 単語改行無効化 */
  word-break: keep-all; /* 単語改行無効化 */
  overflow-wrap: normal; /* 単語改行無効化 */
}
.properties_wrap ul li::after {
  display: inline-block;
  content: '';
  background-color: #333333;
  vertical-align: -4px;
  margin: 0 16px;
  width: 1px;
  height: 17px;
}
.properties_wrap ul li:last-of-type::after {
  content: none;
}
.properties_wrap ul li a {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px; /* 下線カスタム */
  text-underline-offset: 2px; /* 下線カスタム */
}
.properties_wrap ul + h5 {
  margin-top: 50px;
}



.property_images_wrap {
  margin-top: 35px;
}
.property_images_wrap div {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.property_images_wrap div:first-of-type {
  margin-top: 0;
}
.property_images_wrap div img {
  width: 100%;
  height: auto;
}
.property_images_wrap div p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.0;
  text-align: right;
  padding-right: 5px;
  margin-top: 5px;
  width: calc(100% - 5px);
}

.property_details_list {
  display: flex;
  flex-wrap: wrap;
  line-height: 2.0;
  margin-top: 15px;
}
.property_details_list dt {
  font-weight: 600;
  width: 90px;
}
.property_details_list dd {
  width: calc(100% - 90px);
}
.property_details_list dd > a {
  text-decoration: underline;
}
.property_details_list dd > a.orange {
  color: #f55028;
}
.property_details_list + .property_details_list {
  margin-top: 0;
}



.property_button_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  width: 11.5em;
}
.property_button_contact,
.property_button_pdf {
  display: block;
  border: solid 2px #f55028;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 5px;
  margin-top: 30px;
  width: 11.5em;
}
.property_button_contact {
  background-color: #f55028;
  color: #ffffff;
}
.property_button_pdf {
  background-color: #ffffff;
  color: #f55028;
}



.properties_shop_map {
  margin-top: 15px;
  width: 100%;
  aspect-ratio: 2 / 1;
}
.properties_shop_map #googlemap01 {
  width: 100%;
  aspect-ratio: 2 / 1;
}

.property_shop_list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  line-height: 1.15;
  margin-top: 15px;
}
.property_shop_list dt {
  margin-top: 8px;
  width: 50px;
}
.property_shop_list dd {
  margin-top: 8px;
  width: calc(100% - 50px);
}
.property_shop_list dd span {
  font-size: 1.2rem;
  margin-left: 5px;
}
.property_shop_list dd a {
  text-decoration: underline;
  text-decoration-thickness: 1px; /* 下線カスタム */
  text-underline-offset: 2px; /* 下線カスタム */
}

.properties_access_wrap {
  
}
.properties_access_map {
  margin-top: 15px;
  width: 100%;
  aspect-ratio: 1 / 1;
}
#googlemap02 {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.property_access_list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  line-height: 1.5;
}
.property_access_list dt {
  margin-top: 10px;
  width: 50px;
}
.property_access_list dt::before {
  content: '●';
  font-size: 0.6rem;
  vertical-align:3px;
  margin-right: 4px;
}
.property_access_list dd {
  margin-top: 10px;
  width: calc(100% - 50px);
}



.properties_fiction_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.properties_fiction_wrap:first-of-type {
  margin-top: 25px;
}

.properties_fiction_text_wrap {
  margin-top: 25px;
  width: 100%;
}
.properties_fiction_text_wrap p {
  font-weight: 300;
  line-height: 1.72;
  text-indent: 1.0em;
  width: 100%;
}
.properties_fiction_text_wrap p a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px; /* 下線カスタム */
  text-underline-offset: 2px; /* 下線カスタム */
  margin: 0 3px;
}

.properties_fiction_image_wrap {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
  width: 100%;
}
.properties_fiction_image_unit {
  margin: 0 calc((100% - 240px) / 2);
  width: 100%;
}
.properties_fiction_image_unit + .properties_fiction_image_unit {
  margin-top: 20px;
}
.properties_fiction_image_unit img {
  width: 240px;
  height: auto;
}
.properties_fiction_image_unit p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.0;
  text-indent: 5px;
  width: 240px;
  margin-top: 5px;
}



.properties_accordion_wrap h4 {
  border-bottom: solid 1px #333333;
  font-size: 2.8rem;
  font-weight: 200;
  line-height: 1.0;
  cursor: pointer;
  padding: 0 2px 5px;
  margin-top: 75px;
  width: 100%;
  position: relative;
}
.properties_accordion_wrap h4::after {
  content: '\f107';
  font-family: 'Font Awesome 7 Pro';
  font-size: 2.4rem;
  font-weight: 300;
  transition: transform 0.3s ease;
  position: absolute;
  bottom: 3px;
  right: 2px;
}
.properties_accordion_wrap h4.properties_accordion_title.open::after {
   transform: rotate(180deg); /* 回転アニメーション */
}

.properties_accordion_wrap > div {
  max-height: 0; /* 初期状態で高さ0 */
  overflow: hidden; /* はみ出した内容を隠す */
  transition: max-height 0.3s ease-out; /* 高さのアニメーション */
}
.properties_accordion_wrap > div.open {
  display: block;
  max-height: none; /* 最大高さ（適宜調整） */
}
/*
.properties_accordion_wrap > div h5 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.0;
  margin-top: 35px;
}
.properties_accordion_wrap > div h5::before {
  display: inline-block;
  content: '';
  background-color: #fe3500;
  vertical-align: -3px;
  margin-right: 8px;
  width: 3px;
  height: 20px;
}
*/
  
  
  
@media print, screen and (min-width:1000px) {
  
  .properties_wrap,
  .properties_accordion_wrap {
    
  }
  
  .properties_wrap .status_wrap.soldout {
    top: -35px;
  }
  .properties_wrap .status_wrap.soldout .display_web {
    font-size: 2.2rem;
    padding: 6px 18px;
  }
  
  .properties_wrap h2 {
    font-size: 4.5rem;
    line-height: 1.0;
    margin: 30px auto 0;
    width: 1000px;
  }

  .properties_wrap .properties_h3_wrap {
    text-align: center;
    margin: 11px auto 0;
  }
  .properties_wrap h3 {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 15px;
  }
  .properties_wrap h3:first-of-type::after {
    vertical-align: -3px;
    margin: 0 20px;
    height: 20px;
  }

  .properties_wrap h4 {
    font-size: 2.8rem;
  }
  .properties_wrap h4::after {
    left: -15px;
    bottom: -10px; /* 下線をテキストの下に配置 */
    width: calc(100% + 30px);
    height: 2px;
  }
  
  .properties_wrap h5,
  .properties_accordion_wrap h5 {
    font-size: 3.2rem;
    font-weight: 200;
    margin: 55px auto 0;
    width: fit-content;
  }
  .properties_wrap h5::before,
  .properties_accordion_wrap h5::before {
    vertical-align: -4px;
    margin-left: -10px;
    margin-right: 11px;
    width: 6px;
    height: 32px;
  }
  
  .properties_wrap h6,
  .properties_accordion_wrap h6 {
    font-weight: 600;
    line-height: 1.5;
    margin-top: 30px;
  }

/*
  .properties_wrap .status_wrap {
    margin-left: 0;
  }
  .properties_wrap .status_wrap img {
    margin: 75px 0 0;
    width: 1000px;
  }
  .properties_wrap .status_wrap.soldout {
    margin-top: 50px;
  }
*/
  /* 半透明の背景オーバーレイ 
  .properties_wrap .status_wrap.soldout::after { 
    width: 1000px;
  }
  */
  /* "Sold out" テキスト 
  .properties_wrap .status_wrap.soldout::before { 
    font-size: 7.0rem;
    font-weight: 10;
    letter-spacing: -0.03em;
    top: 56%;
  }
  */
/*
  .properties_wrap .status_wrap.soldout {
    margin-top: 30px;
  }
  .properties_wrap .status_wrap.soldout p {
    font-size: 3.2rem;
  }
  .properties_wrap .status_wrap.soldout img {
    margin-top: 40px;
  }
  .properties_wrap .status_wrap + h5 {
    margin-top: 75px;
  }
*/
  
  .properties_wrap .property_top_image {
    margin: 75px 0 0;
    width: 1000px;
  }
  
  .properties_wrap .property_top_image + h5 {
    margin-top: 75px;
  }

  .properties_wrap p {
    
  }
  .properties_wrap h5 + h6 {
    font-size: 2.0rem;
    line-height: 1.75;
  }
  .properties_wrap h6 + p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 15px;
  }



  .properties_wrap ul {
    margin-top: 25px;
  }
  .properties_wrap ul li::after {
    display: inline-block;
    content: '';
    background-color: #333333;
    vertical-align: -5px;
    margin: 0 16px;
    width: 1px;
    height: 20px;
  }
  .properties_wrap ul li a {
    font-size: 1.5rem;
  }
  .properties_wrap ul + h5 {
    margin-top: 75px;
  }


  
  .property_images_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
  }
  .property_images_wrap div {
    width: 480px;
    margin-top: 40px;
  }
  .property_images_wrap div:nth-of-type(2) {
    margin-top: 0;
  }
  .property_images_wrap div img {
    width: 480px;
  }
  .property_images_wrap div p {
    font-size: 1.2rem;
    padding-right: 5px;
    width: calc(480px - 5px);
  }

  
  
  .property_details_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc((110px + 345px) * 2 + 40px);
    margin: 35px auto 0;
  }
  .property_details_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 2.0;
    margin-top: 0;
    width: calc(110px + 345px);
  }
  .property_details_list dt {
    width: 110px;
  }
  .property_details_list dd {
    width: 345px
  }
  
  
  
  .property_button_wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 35.0em;
    margin-top: 100px;
  }
  .property_button_contact,
  .property_button_pdf {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 7px;
    margin-top: 0;
    width: 12.0em;
  }

  
  
  
  .properties_shop_map {
    margin-top: 40px;
  }
  
  .property_shop_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
  
  .property_shop_list {
    align-self:flex-start;
    margin-top: 0;
    width: 300px;
  }
  .property_shop_list dt {
    margin-top: 10px;
  }
  .property_shop_list dd {
    margin-top: 10px;
  }
  .property_shop_list dd br + span {
    margin-left: -5px;
  }

  
  
  .properties_access_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    height: 450px;
  }
  .properties_access_map {
    margin-top: 0;
    width: 500px;
    height: 500px;
  }
  .properties_access_wrap div {
    width: 450px;
  }
  .properties_access_wrap div h5 {
    text-align: left;
    margin: 0;
  }
  .properties_access_wrap div h5::before {
    margin-left: 0;
  }
  .properties_access_wrap div h6 {
    margin-top: 30px;
  }
 
  
  .property_access_list {
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    line-height: 1.5;
  }
  .property_access_list dt {
    margin-top: 10px;
    width: 50px;
  }
  .property_access_list dt::before {
    content: '●';
    font-size: 0.6rem;
    vertical-align:3px;
    margin-right: 4px;
  }
  .property_access_list dd {
    margin-top: 10px;
    width: calc(100% - 50px);
  }
  
  
  
  .properties_fiction_wrap {
    margin-top: 35px;
  }
  .properties_fiction_wrap:first-of-type {
    margin-top: 55px;
  }
  .properties_fiction_wrap.reverse {
    flex-direction: row-reverse;
  }

  .properties_fiction_text_wrap {
/*    margin-top: 35px;*/
  }
  .properties_fiction_text_wrap:first-of-type {
    margin-top: 0;
  }
  .properties_fiction_text_wrap.flex {
    width: 650px;
  }
  .properties_fiction_text_wrap p {
    line-height: 2.0;
    width: 100%;
  }

  .properties_fiction_image_wrap {
    margin-top: 0;
  }
  .properties_fiction_image_wrap.flex {
    padding-top: 8px;
    width: 300px;
  }
  .properties_fiction_image_wrap.flex .properties_fiction_image_unit {
    margin-top: 0;
  }
  .properties_fiction_image_wrap.flex .properties_fiction_image_unit + .properties_fiction_image_unit {
    margin-top: 20px;
  }
  .properties_fiction_image_unit {
    margin: 0;
    width: 300px;
  }
  .properties_fiction_image_unit + .properties_fiction_image_unit {
    margin-top: 0;
  }
  .properties_fiction_image_unit img {
    width: 300px;
  }
  .properties_fiction_image_unit p {
    width: 300px;
  }
  
  

  .properties_accordion_wrap h4.properties_accordion_title {
    border: none;
    font-size: 4.0rem;
    font-weight: 100;
    cursor: default; /* ポインタを無効化 */
    padding: 0 5px 5px;
    margin: 150px auto 0;
    width: fit-content;
  }
  .properties_accordion_wrap h4.properties_accordion_title::after {
    content: ''; /* アイコンを非表示にする */
    border: none;
    transition: none; /* アニメーションを無効化 */
  }
  .properties_accordion_contents {
    max-height: none;
    overflow: visible;
  }
  .properties_accordion_contents h5 {
    margin-top: 75px;
  }
}





@media print {
  .properties_wrap .status_wrap,
  .properties_wrap .status_wrap.soldout {
    display: block;
    position: absolute;
    top: -45px;
    right: 0;
  }
/*
  .properties_wrap .status_wrap.soldout {
    display: block;
    top: -45px;
  }
*/
  .properties_wrap .status_wrap .display_web,
  .properties_wrap .status_wrap.soldout .display_web{
    display: none;
  }
  .properties_wrap .status_wrap .display_print,
  .properties_wrap .status_wrap.soldout .display_print {
    display: block;
  }
  .properties_wrap .status_wrap .display_print span,
  .properties_wrap .status_wrap.soldout .display_print span {
    display: inline-block;
    border-radius: 3px;
    font-size: 2.2rem;
    padding: 3px 12px;
    margin-left: 30px;
  }
  .properties_wrap .status_wrap .display_print span:first-of-type,
  .properties_wrap .status_wrap.soldout .display_print span:last-of-type {
    border: solid 2px #f55028;
    color: #f55028;
    font-weight: 600;
  }
  .properties_wrap .status_wrap .display_print span:last-of-type,
  .properties_wrap .status_wrap.soldout .display_print span:first-of-type {
    border: solid 1px #aaaaaa;
    color: #aaaaaa;
    font-weight: 200;
  }
  
  .property_button_wrap {
    display: none;
  }

  
  /* 印刷時の改ページの位置指定・位置調整 */
  .properties_accordion_wrap {
    break-before: page;
  }
  .properties_accordion_wrap.nobreak {
    break-before: avoid ;
    margin-top: 60px;
  }
  .properties_accordion_wrap.nobreak > .properties_accordion_title + .properties_accordion_contents {
    margin-top: -10px;
  }
  .properties_fiction_wrap:first-of-type {
    margin-top: 30px;
  }
  .property_images_wrap {
    break-after: page;
    margin-top: 40px;
  }
  .property_images_wrap.nobreak {
    break-after: avoid ;
    margin-top: 40px;
  }
  .property_images_wrap div {
    width: 450px;
    margin-top: 25px;
  }
  .property_images_wrap div:nth-of-type(odd) {
    margin-left: 30px;
  }
  .property_images_wrap div:nth-of-type(even) {
    margin-right: 30px;
  }
  .property_images_wrap div img {
    width: 450px;
  }
  .property_images_wrap div p {
    width: calc(450px - 5px);
  }
  .properties_accordion_wrap h4.properties_accordion_title {
    margin-top: 30px;
  }
  .properties_accordion_wrap h4.properties_accordion_title + .properties_accordion_contents > h5 {
    margin-top: 60px;
  }
