@charset "utf-8";
/* CSS Document */
.container {
  width: min(90%, 1440px);
  margin: clamp(40px, 8vw, 110px) auto clamp(100px, 8vw, 150px);
  container: bukken-container / inline-size;
}
/* ============== 物件名・価格 ============== */
.sec-bukken_name {
  margin-bottom: 20px;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}
.bukken_name {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: clamp(6px, 1.2vw, 10px);
}
.bukken_name .name {
  font-size: clamp(2.0rem, 2.4vw, 3.2rem);
  letter-spacing: .1rem;
  text-align: left;
}
.bukken_name .tag {
  font-size: 1.2rem;
  border: solid #999 1px;
  display: inline-block;
  width: max-content;
  letter-spacing: .3rem;
  color: #777;
  padding: 4px 8px 4px 14px;
  text-box: trim-both cap alphabetic;
}
.bukken_price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(10px, 2vw, 16px);
}
.bukken_price>img {
  width: clamp(28px, 8vw, 50px);
  aspect-ratio: 60 / 55;
}
.bukken_price .price {
  font-size: clamp(2.4rem, 8vw, 4rem);
  letter-spacing: .1rem;
  font-weight: 600; 
}
.bukken_price .price span {
  font-size: clamp(1.4rem, 3vw, 2.0rem);
  margin-left: 8px; 
}
.bukken-grid {
  width: auto;
  min-height: 30vh;
}
.sec-bukken_pic {
  margin-bottom: 20px;
  min-height: 280px;
}
.splide__slide img {
  aspect-ratio: 4 / 3;
  display: block;
}
/* ======= 物件情報 ======= */
.sec-bukkendata {
  min-height: 290px;
}
.table dl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  border-bottom: solid 0.3px #999;
  padding: 10px 0;
  text-align: left;
  min-height: 50px;
}
.table dl dt {
  width: min(100%, 90px);
  color: #777;
}
.bukkendata-inner .table dl dd,
.outline-list .table dl dd {
  width: min(100%, 360px);
}
.table dl dd span:not(:last-child) {
  display: block;
  margin-bottom: 4px;
  white-space: normal;
}
.bukken_LinkBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(16px, 0.8vw, 20px);
  margin-top: 20px;
  min-height: 160px;
}
.linkform-btn>a::before {
  content: ' ';
  display: inline-block;
  background: url("../img/common/icon-mail.svg") no-repeat center / contain;
  margin-right: 8px;
  width: 25px;
  height: 25px;
}
.btn02>a::before {
  background: url("../img/common/icon-line.svg") no-repeat center / contain;
}
.linkform-btn>a {
  font-size: clamp(1.6rem, 4vw, 2.0rem);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 20px 2rem;
  background-color: #4C5E71;
  text-box: trim-both cap alphabetic;
}
.btn02>a:last-child {
  background-color: #555E68;
}
@container bukken-container (min-width: 760px) {
  /* 物件名・価格 */
  .sec-bukken_name {
    width: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: clamp(30px, 4.8vw, 100px);
    align-items: end;
  }
  .bukken_name {
    grid-area: 1 / 1 / 2 / 8;
  }
  .bukken_price {
    grid-area: 1 / 8 / 2 / 13;
  }
  /* 物件写真・物件情報 */
  .bukken-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr auto;
    column-gap: clamp(30px, 4.8vw, 100px);
  }
  .sec-bukken_pic {
    grid-area: 1 / 1 / 2 / 8;
    margin-bottom: 0;
  }
  .sec-bukkendata {
    grid-area: 1 / 8 / 2 / 13;
  }
  .bukken_LinkBtn {
    grid-area: 2 / 1 / 3 / 13;
    flex-direction: row;
    justify-content: center;
    column-gap: 40px;
  }
  .linkform-btn {
    width: 100%;
  }
  /* 物件写真・物件情報 */
  .sec-detail {
    width: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: clamp(30px, 4.8vw, 100px);
  }
  .detail_left {
    grid-area: 1 / 1 / 2 / 8;
  }
  .detail_right {
    grid-area: 1 / 8 / 2 / 13;
  }
}

@container bukken-container (min-width: 900px) {
 .sec-bukken_pic {
    grid-area: 1 / 1 / 3 / 8;
  }
  .bukken_LinkBtn {
    grid-area: 2 / 8 / 3 / 13;
    flex-flow: column nowrap;
  }
}

/* ============== 物件コメント ============== */
.sec-detail {
  display: grid;
  gap: clamp(40px, 5.4vw, 80px);
  margin-top: clamp(40px, 8vw, 80px);
  text-align: left;
}
.description>h3 {
  color: #444;
  font-size: clamp(2.6rem, 6.4vw, 3.8rem);
  display: flex;
  align-items: center;
  margin-bottom: clamp(10px, 4vw, 24px);
}
.description>h3::before {
  content: ' ';
  display: inline-block;
  background: url(../img/common/icon-point.webp) no-repeat center / contain;
  width: clamp(28px, 8vw, 44px);
  height: clamp(28px, 8vw, 44px);
  margin-right: 8px;
}
.description p {
  font-size: clamp(2.0rem, 3.4vw, 2.4rem);
  margin-bottom: 10px;
}
.description span {
  position: relative;
  width: fit-content;
  padding: 2px 12px 4px;
  border: 1px solid #333333;
  background-color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: clamp(30px, 5.4vw, 60px);
}
.description span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #333333;
  background-color: #cacaca;
}
.description span::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}
.description-list li {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.description-list li::before {
  content: "★";
  margin-right: 5px;
}
.underline {
  color: blue;
}
/* ============== 設備・特徴 ============== */
.detail_right {
  display: flex;
  flex-flow: column nowrap;
  gap: clamp(40px, 5.4vw, 80px);
}
.detail_right h3 {
  color: #444;
  font-size: clamp(2.0rem, 2.2vw, 2.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.equipment h3::before {
  content: ' ';
  display: inline-block;
  background: url(../img/common/icon-equipment.webp) no-repeat center / contain;
  width: clamp(24px, 3vw, 28px);
  height: clamp(24px, 3vw, 28px);
  margin-right: 8px;
}

.outline h3::before {
  content: ' ';
  display: inline-block;
  background: url("../img/common/icon-outline.webp")no-repeat center / contain;
  width: clamp(24px, 3vw, 28px);
  height: clamp(24px, 3vw, 28px);
  margin-right: 8px;
}
.equipment-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 5px;
}
.equipment-list li {
  flex-basis: 48%;
  background-color: #f7f7f7;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  text-align: center;
  color: #555;
  padding: 12px 8px;
  text-box: trim-both cap alphabetic;
}
.equipment-list .off {
  color: rgba(85, 85, 85, 0.30);
}
.outline-list .table dl {
  column-gap: 3rem;
}
.text-small {
  margin-top: 20px;
  font-size: 1.4rem;
}
/* ======= マップ ======= */
.sec-map {
  background-color: #D5D9DC;
  padding: clamp(40px, 6vw, 60px) 0 clamp(40px, 8vw, 80px);
  margin: clamp(80px, 8vw, 120px) auto 0;
  container: map-container / inline-size;
}
.sec-map>h2 {
  color: #444;
  font-size: clamp(2.6rem, 6.4vw, 3.8rem);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(20px, 3.0vw, 40px);
}
.sec-map>h2::before {
  content: ' ';
  display: inline-block;
  background: url("../img/common/icon-equipment.webp") no-repeat center / contain;
  width: clamp(28px, 8vw, 44px);
  height: clamp(28px, 8vw, 44px);
  margin-right: clamp(8px, 1.4vw, 14px);
}
.map-wrap, .map_text_small {
  margin-inline: auto;
  width: min(90%, 1400px);
}
.map-wrap iframe {
  height: clamp(280px, 36vw, 450px); 
  width: 100%;
}
.map_text_small {
  font-size: 1.2rem;
  text-align: left;
}
@container map-container (min-width: 1000px) {
  .map-wrap {
    display: flex;
    gap: 20px;
  }
}
/* ============== お問い合わせ ============== */
.contact-wrap {
  width: min(90%, 1440px);
  margin: clamp(80px, 8vw, 120px) auto clamp(100px, 8vw, 150px);
}
.tit-wrap {
  container: container / inline-size;
}
.tit-inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(10px, 3vw, 30px);
}
.tit-inner .tit-txt h2 {
  font-size: clamp(2.6rem, 6.4vw, 3.8rem);
  word-break: keep-all;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(6px, 3vw, 30px);
}
.tit-inner h2::before {
  content: ' ';
  display: inline-block;
  background: url("../img/common/icon-contact.webp")no-repeat center / contain;
  width: clamp(28px, 8vw, 44px);
  height: clamp(28px, 8vw, 44px);
  margin-right: 8px;
}
.tit-inner .tit-txt p {
  font-size: clamp(1.6rem, 2vw, 2.0rem);
  text-align: left;
  line-height: normal;
}
.tit-inner img {
  width: min(80%, 340px);
}  
@container container (min-width: 640px) {
  .tit-inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .tit-inner img {
    width: min(50%, 560px);
  }
  .tit-inner .tit-txt {
    max-width: 630px;
  }  
  .tit-inner .tit-txt h2 {
    justify-content: flex-start;
  }  
}
table.formTable {
  margin-bottom: 20px;
  width: 100%;
}
table.formTable tr {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
table.formTable th, table.formTable td {
  display:block;
  text-align: left;
  font-size: clamp(1.8rem, 1.3vw, 2.0rem);
}
table.formTable th {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 20px;
  border-bottom: 0;
}
table.formTable th .red {
  background-color: #940000;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  padding: 1px 10px 2px;
}

form input[type="text"], form textarea {
  width:100%;
  padding:5px;
  font-size:110%;
  display:block;
  border: solid 1px #999;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
  display:block;
  width:100%;
  max-width: 370px;
  margin: 0 auto;
  height:60px;
  transition: 0.3s;
  background-color: #373737;
  color: #fff;
  font-size: 1.8rem;
}
.privacy-policy>small {
  font-size: 1.4rem;
  text-align: left;
  margin:  0 0 60px 5px;
  display: inline-block;
  text-indent: -1rem;
  line-height: 20px;
}
.privacy-policy>small a {
  font-size: 1.4rem;
  text-decoration: underline;
  color: blue;
}
@media (min-width:760px) {
  table.formTable tr {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  table.formTable th {
    display: flex;
    flex-basis: 30%;
    margin-top: 0;
  }
  table.formTable td {
    flex-basis: 70%;
  }
}
@media (min-width:1000px) {
  .linkform-btn>a:hover {
    background-color: #333;
    transition: 0.6s;
  }
  form input[type="submit"]:hover, form input[type="reset"]:hover {
    background-color: #777777;
  }
  
}





@media (min-width:1000px) {
  
  
  
}  
  

