.sizing {
  max-width: 640px;
  width: 100%;
  margin: 0 auto
}
@media (max-width: 1024px) {
  .sizing {
    width: 90%
  }
}
.sizing section.property-info {
  border-bottom: solid 1px;
  padding-bottom: 20px;
  margin-bottom: 50px
}
.sizing section.property-info .property-head {
  text-align: center;
  border: solid 2px
}
.sizing section.property-info .property-head .property-subhead {
  display: flex;
  align-items: center;
  width: 100%
}
@media (max-width: 1024px) {
  .sizing section.property-info .property-head .property-subhead {
    justify-content: center
  }
}
.sizing section.property-info .property-head .property-subhead > div {
  padding: 2px 0
}
.sizing section.property-info .property-head .property-subhead .property-subtitle {
  width: 40%
}
@media (max-width: 1024px) {
  .sizing section.property-info .property-head .property-subhead .property-subtitle {
    padding: 5px 0
  }
}
.sizing section.property-info .property-head .property-subhead .property-plan {
  width: 60%;
  border-left: solid 2px
}
.sizing section.property-info .property-mainhead {
  color: white;
  padding: 10px 0
}
.sizing section.property-info .property-mainhead .locate {
  font-family: 'NotoSerifJP', sans-serif
}
.sizing section.property-info .property-mainhead .locate .alphabet {
  font-weight: lighter;
  font-size: 14px
}
@media (max-width: 1024px) {
  .sizing section.property-info .property-mainhead .locate .alphabet {
    font-size: 11px
  }
}
.sizing section.property-info .property-mainhead .locate .alphabet:after {
  width: 240px;
  content: "";
  background: white;
  height: 1px;
  display: block;
  margin: 5px auto 0
}
.sizing section.property-info .property-mainhead .locate h2.property-name {
  font-size: 28px;
  font-weight: bold
}
.sizing section.property-info .property-mainhead .locate h2.property-name span.small {
  font-size: 18px;
  padding-right: 10px
}
@media (max-width: 1024px) {
  .sizing section.property-info .property-mainhead .locate h2.property-name span.small {
    font-size: 14px
  }
}
@media (max-width: 1024px) {
  .sizing section.property-info .property-mainhead .locate h2.property-name {
    font-size: 22px
  }
}
.sizing section.property-info .mb-property-plan {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 4px;
  padding-bottom: 10px;
  margin-bottom: 10px
}
.sizing section.property-info .copywrite {
  position: relative;
  margin-bottom: 10px
}
@media (max-width: 1024px) {
  .sizing section.property-info .copywrite h3 {
    font-size: 20px !important
  }
  .sizing section.property-info .copywrite.marked {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin: 0 auto;
    width: fit-content
  }
  .sizing section.property-info .copywrite.marked h3, .sizing section.property-info .copywrite.marked a.preview-btn {
    display: block;
    position: relative;
    transform: none
  }
  .sizing section.property-info .copywrite.marked h3 {
    text-align: left
  }
  .sizing section.property-info .copywrite.marked a.preview-btn {
    width: 80px
  }
}
.sizing section.property-info .copywrite h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif
}
.sizing section.property-info .copywrite .preview-btn {
  width: 90px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}
.sizing table.table-master {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin-left: 0;
  margin-right: auto
}
.sizing p.annotation {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  text-align: center
}


.banner {
  display: block;
  width: 100%; /* 画面幅の90%に設定 */
  height: 50px;
  background-color: #00542f; /* 青色の例 */
  color: #fff;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
}
@media (max-width: 768px) { /* スマホサイズの場合 */
  .banner {
    width: 100%; /* 画面幅の90%に設定 */
    height: auto; /* 高さは自動調整 */
  }
}



/*--------------------　2024.10.26追記　--------------------*/
/* Settings */
.inner_box {
  width: 640px;
  margin: 0 auto;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul li { list-style-type: none;}
/* Settings */

/* facility */
.facility,.equipment,.reform { padding-top: 30px;}
.title02 {
  text-align: center;
  font-size: 25px;
  color: #00552E;
  padding: 0 0 10px 0;
  border-bottom: 6px solid #00552E;
}
.facility_box01 {
  margin-top: 25px;
}
.ul03 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ul03 li {
  width: calc((100% - 8%) / 3);
  height: auto;
  margin-right: 4%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  box-sizing:border-box;
}
.ul03 li:nth-child(3n) {
  margin-right: 0;
}
.ul03 li p { font-size: 14px;}
.ul03 li p span { font-size:  12px;}

/* equipment */
.img_box02 {
  padding-top: 20px;
}

/* soraene */
.inner_box02 {
  width: 640px;
  margin: 0 auto;
}
.img_box03 {
  padding-top: 30px;
}
.img_box03 a:hover {
  opacity: 0.7;
}

/* reform */
.g_box01 {
  background-color: #00552E;
  padding: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.display-pc { display: block;}
.display-sp { display: none;}
.ul02-3565 {
  display: flex;
}
.ul02-3565 li:first-child {
  width: 35%;
}
.ul02-3565 li:last-child {
  width: 60%;
  margin-left: 5%;
}
.ul02-3565 li h3 {
  font-size: 18px;
  padding-bottom: 15px;
}
.ul02-3565 li p {
  font-size: 14px;
}
.mb20 {
  margin-bottom: 20px;
}
.ul02-5050-01 {
  display: flex;
}
.ul02-5050-01 li {
  width: calc((100% - 4%) / 2);
  margin-right: 2%;
  flex-direction: column;
  box-sizing:border-box;
}
.ul02-5050-01 li:nth-child(2n) {
  margin-right: 0;
  width: 50%;
}
.ul02-5050-01 li h3 {
  font-size: 18px;
  padding-bottom: 10px;
}

.ul02-5050-02 {
  display: flex;
  width: 100%;
}
.ul02-5050-02 li {
  width: calc((100% - 4%) / 2);
  margin-right: 2%;
}
.ul02-5050-02 li h3 {
  font-size: 14px;
  padding-bottom: 10px;
}
.ul02-5050-01 li p,
.ul02-5050-02 li p {
  font-size: 14px;
}
.ul02-4555 {
  display: flex;
}
.ul02-4555 li:first-child {
  width: 45%;
}
.ul02-4555 li:last-child {
  width: 53%;
  margin-left: 2%;
}
.ul02-4555 li h3 {
  font-size: 14px;
  padding-bottom: 15px;
}
.ul02-4555 li p {
  font-size: 14px;
}
.p_logo {
  width: 50%;
  padding-bottom: 15px;
}

/* precautions */
.precautions {}
.precautions_txt01 {
  color: #969696;
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .inner_box {
    width: 90%;
    margin: 0 auto;
  }
  .ul03 li {
    width: calc((100% - 8%) / 2);
    height: auto;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .ul03 li:nth-child(2n) {
    margin-right: 0;
  }
  .inner_box02 {
    width: 100%;
  }
  .display-pc { display: none;}
  .display-sp { display: block;}
  .p_logo {
    width: 50%;
    padding-bottom: 15px;
  }
  .ul02-3565,
  .ul02-4555 {
    display: block;
  }
  .ul02-3565 li,
  .ul02-4555 li {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  .ul02-5050-01,.ul02-5050-02 {
   display: block;
  }
  .ul02-5050-01 li,.ul02-5050-02 li {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
  
}


/*--------------------　2024.10.26追記　--------------------*/



