@charset "utf-8";
/* CSS Document */
.cht_pagettlblock{
  padding-bottom: 56px;
  top: -100px;
  transition: top 0.2s linear;
}
.cht_scrlwrap{margin-bottom: 24px;}
.cht_pagettl.cht_pagettl-flx{flex-wrap: nowrap;}
.cht_buildno{
  display: flex;
  gap: 8px;
}
.cht_pagettl_sma02{
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
}

.cht_linkedbtn-contact a,
.cht_linkedbtn-line a,
.cht_linkedbtn-phone a{
  min-width: 168px;
}



/* タイトル部分PC時上部固定 */
.cht_pagettlblock.show{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  z-index: 550;
}
.cht_pagettlblock.show .cht_scrlwrap,
.cht_pagettlblock.show .cht_coloredtitle-flx,
.cht_pagettlblock.show .cht_buildno,
.cht_pagettlblock.show .cht_linkedbtn-inqunumber{display: none;}
.cht_pagettlblock.show .cht_pagettl h1{font-size: clamp(1.25rem, 0.837rem + 1.54vw, 1.625rem);}/*20-26 430-820*/
.cht_pagettlblock.show .cht_linkedbtn-flx{margin-bottom: 0;}

.cht_coloredtitle-flx{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.kakomi_blue,
.kakomi_orange,
.kakomi_gray{
  display: inline-block;
  line-height: 1;
  padding: 4px;
  font-size: clamp(0.625rem, 0.487rem + 0.51vw, 0.75rem);
  white-space: nowrap;
}
.kakomi_orange{
  border-radius: 1em;
  border: 1px solid #f77c00;
  color: #f77c00;
}
.kakomi_blue{
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
}
.kakomi_gray{
  border: 1px solid #dddddd;
  color: #333333;
  background-color: #cccccc;
}


/*modaal上書き commonに入れると他のページで想定外になるのを回避するため個別記述*/
.modaal-close{
  right: max(0px, calc(50% - 370px));
  top: max(0px, calc(50% - 280px));
}

.cht_mdlfloorplan{
  display: none;
}
.cht_mdlfloorplanpicture{
  display: block;
  width: 640px;
  max-width: 90vw;
  aspect-ratio: 4/3;
  background-color: #FFFFFF;
}
.cht_mdlfloorplanpicture img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 画像wrap */
.cht_imgright{
  width: 42.31%;
  max-width: 550px;
  aspect-ratio: 11/10;
  text-align: center;
}
.cht_imgright .cht_pictureblock{
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.cht_imgright .cht_pictureblock::after{
  content: "";
  position: absolute;
  display: block;
  right: 4px;
  bottom: 4px;
  width: 39px;
  height: 39px;
  background: url(../../../_common/img/icon_magglass.svg) center center no-repeat;
  background-size: contain;
  pointer-events: none;
}
.cht_imgright .cht_pictureblock img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}


/* 各タイトル */
.cht_content-ttl{
  margin-bottom: 16px;
}



/* テーブルver2 */
.cht_table02-content .cht_rentarea ul{
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
}
.cht_table02-content .cht_layoutarea ul{
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  gap: 0 clamp(0px,1vw,24px);
}
.cht_table02-content.cht_table02t-bd .cht_layoutarea ul li{
  font-size: clamp(0.75rem,3vw,0.875rem);
}


/* テーブルver3 */
.cht_infoblock{
  margin-bottom: 42px;
}
.cht_table03{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  border: 1px solid var(--border-gray01);
  border-radius: var(--border-radius4);
}
.cht_table03 dt{
  flex: 0 0 15%;
  width: 200px;
  display: flex;
  align-items: center;
  background-color: var(--color-gray01);
  border-right: 1px solid var(--border-gray01);
  font-size: clamp(0.75rem,2.2vw,0.875rem);
  font-weight: 600;
  padding: 8px 0 8px clamp(8px,1.5vw,16px);
}
.cht_table03 dd{
  flex: 0 0 35%;
  width: 450px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(0.75rem,2.2vw,0.875rem);
  font-weight: 500;
  padding: 8px 8px 8px clamp(8px,1.5vw,16px);
  line-height: calc(18 / 14);
}
.cht_table03 dd > span{margin-right: 1em;}
.cht_table03 dd a{
  display: inline-block;
  text-decoration: underline;
  transition: text-decoration-color 0.1s linear;
  color: var(--color-blue);
}
dd.cht_liwrap{
  flex: 1 1 85%;
}
dd.cht_liwrap ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px 1%;
}
dd.cht_liwrap ul li{
  width: min(19%, 80px);
}
.cht_table03 dt:nth-last-of-type(n + 2),
.cht_table03 dd:nth-last-of-type(n + 2){
  border-bottom: 1px solid var(--border-gray01);
}


/* 青い背景セクション */
.cht_mini-section01 {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px,2.5vw,56px);
  width: calc(100% + 28px);
  position: relative;
  left: -14px;
  right: -14px;
  background-color: var(--color-paleblue);
  border-radius: var(--border-radius4);
  padding: clamp(24px,2vw,42px) clamp(14px,1.5vw,32px);
  margin-bottom: 48px;
}
.cht_mini-section01-txt {
  flex: 1 1 690px;
  font-size: clamp(0.875rem, 2.2vw, 1rem);
  font-weight: 500;
}
.cht_linkedbtnblock{
  margin: 0 auto;
}
.cht_mini-section01-txt > p:nth-last-of-type(n + 2){
  margin-bottom: 16px;
}
.cht_mini-section01 .cht_linkedbtnblock{
  flex-wrap: wrap;
}


.cht_panoramaarea{
  position: relative;
  width: calc(100% + 28px);
  aspect-ratio: 2/1;
  left: -14px;
  right: -14px;
  margin-bottom: clamp(12px, 4.87vw, 40px);
}
.cht_panoramaarea iframe{
  width: 100%;
  height: 100%;
}
.cht_panoramablock{
  margin-bottom: clamp(40px, 9.75vw, 80px);
}
.cht_linkedbtn-long-palebl a {
  padding: clamp(0.625rem, 0.074rem + 2.05vw, 1.125rem) 20px;
  font-size: clamp(0.875rem, 0.599rem + 1.03vw, 1.125rem);/*14-18 430-820*/
  font-weight: 800;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(241, 246, 251, 1));
  border: 1px solid var(--color-blue);
}


/* ピンク背景セクション */
.cht_mini-section02{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  width: calc(100% + 28px);
  margin-left: -14px;
  margin-bottom: clamp(40px, 9.75vw, 80px);
  background-color: #FFF2F6;
  border: 1px solid #FFD6E3;
  border-radius: var(--border-radius4);
  padding: clamp(18px,1.9vw,40px) clamp(14px,1.5vw,32px);
}
.cht_linkedbtn-flx{
  display: flex;
  justify-content: center;
  gap: 8px;
}
.cht_mini-section02-txt{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 16px;
}
.cht_mini-section02-txt p{
  font-size: clamp(0.875rem, 0.324rem + 2.05vw, 1.375rem);/* 14-22 430-820 */
  font-weight: 600;
}
.cht_mini-section02-txt div{
  font-size: clamp(0.875rem, 0.324rem + 2.05vw, 1.375rem);/* 14-22 430-820 */
  background-color: #FFFFFF;
  border: 1px solid var(--border-gray01);
  border-radius: var(--border-radius4);
  padding: clamp(0.125rem, -0.288rem + 1.54vw, 0.375rem) 16px;/* 2-6 430-690 */
  font-weight: 700;
}
.cht_mini-section02 .cht_linkedbtn-favorite a,
.cht_mini-section02 .cht_linkedbtn-contact a,
.cht_mini-section02 .cht_linkedbtn-line a,
.cht_mini-section02 .cht_linkedbtn-phone a{
  height: clamp(3rem, 1.897rem + 4.1vw, 4rem);/* 48-64 430-820 */
  font-size: clamp(0.75rem, 0.337rem + 1.54vw, 1.125rem);/* 12-18 430-820 */
  padding: clamp(0.438rem, -0.252rem + 2.56vw, 1.063rem) clamp(0.75rem, -0.077rem + 3.08vw, 1.5rem);/* 7-17 430-820 *//* 12-24 430-820 */
}
.cht_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 18px;
}
p.cht_contact-t {
  border-bottom: 1px solid var(--txt-color01);
  font-weight: 600;
}
.cht_contact-tel{
 display: flex;
 align-items: center;
 gap: 12px;
 font-weight: 500;
}
.cht_contact-tel a{
  display: flex;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 0.397rem + 4.1vw, 2.5rem);/* 24-40 430-820 */
  border-bottom: 1px solid transparent;
  transition: opacity 0.1s linear, border-color 0.1s linear, border-width 0.1s linear;
}
.cht_contact-tel a img {
  display: none;
  vertical-align: middle;
  padding-right: 4px;
}
p.cht_contact-details {
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 0 6px;
}


/* テーブルver4*/
.cht_detailsblock{
  margin-bottom: clamp(40px, 9.75vw, 80px);;
}
.cht_table04{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  border: 1px solid var(--border-gray04);
  border-right: none;
  border-radius: var(--border-radius4);
  margin-bottom: 18px;
}
.cht_table04 dt{
  flex: 0 0 20%;
  min-width: 98px;
  display: flex;
  align-items: center;
  background-color: var(--color-gray01);
  border-right: 1px solid var(--border-gray04);
  font-size: clamp(0.75rem,2.2vw,0.875rem);
  padding: 8px 8px 8px clamp(8px,1.5vw,16px);
}
.cht_table04 dd{
  flex: 0 0 30%;
  font-size: clamp(0.75rem,2.2vw,0.875rem);
  padding: 8px 8px 8px clamp(8px,1.5vw,16px);
  border-right: 1px solid var(--border-gray04);
  line-height: calc(18 / 14);
  align-content: center;
}
.cht_table04 dd:nth-child(2),
.cht_table04 dd:nth-child(4),
.cht_table04 dd:nth-child(6),
.cht_table04 dd:last-child{
  flex: 1 1 70%;
}
.cht_table04 dt:nth-last-of-type(n + 2),
.cht_table04 dd:nth-last-of-type(n + 2){
  border-bottom: 1px solid var(--border-gray04);
}
p.cht_updated {
  font-size: clamp(0.75rem,3vw,0.875rem);
  text-align: right;
}


/* 地図・周辺環境 物件詳細*/
.cht_mapblock{
 margin-bottom: 80px;
}
.cht_mapwrap {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 3vw, 48px);
  align-items: flex-start;
}
.cht_map{
  flex: 1 1 auto;
  min-width: 450px;
  max-width: 900px;
  height: clamp(300px, 56.25vh, 450px);/*450÷800　800はだいたいのスマホデバイスの高さ*/
}
.cht_map >div{
  width: 100%;
  height: 100% !important;
  padding-bottom: 0 !important;
}
.cht_map-details{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 1 auto;
  gap: 32px 0;
}
.cht_map-details ul li{
  position: relative;
  padding-left: 18px;
  font-size: clamp(0.875rem,2.3vw,1rem);
}
.cht_map-details ul li::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color-blue);
  border-radius: 50%;
  left: 0;
  top: 9.5px;
}


/* 取扱店舗*/
.cht_shopblock{
  margin-bottom: 48px;
}
.cht_mini-section03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(24px,2vw,48px);
  background-color: var(--color-paleblue);
  border: 1px solid var(--border-gray01);
  border-radius: var(--border-radius4);
  padding: clamp(18px,1.2vw,30px);
  margin-bottom: 80px;
}
.cht_mini-section03-img{
  flex: 1 1 auto;
  max-width: 440px;
  margin: 0 auto;
}
.cht_mini-section03-content {
  flex: 1 1 auto;
  max-width: fit-content;
  margin: 0 auto;
}
.cht_linkedbtn-flx02{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
}
p.cht_mini-section03-t {
  margin-bottom: clamp(8px,2.4vw,24px);
  line-height: normal;
}
p.cht_mini-section03-t a{
  font-size: clamp(1.375rem,3.5vw,1.875rem);
  color: var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
  font-weight: 700;
}
.cht_mini-section03-tel{
  max-width: 500px;
  margin-bottom: 18px;
  background-color: #FFFFFF;
  border-radius: var(--border-radius4);
}
.cht_mini-section03-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 8px;
}
.cht_mini-section03-details{
  margin-bottom: 32px;
}
.cht_mini-section03-details p span{
  display: block;
  font-size: clamp(0.75rem, 2.1vw, 0.875rem);
  font-weight: 500;
}


/* 同じ建物の他の物件 */
.cht_content-ttl-flx {
  display: flex;
  gap: clamp(0px,2vw,40px);
}
.cht_othersblock {
  margin-bottom: clamp(40px, 9.75vw, 80px);;
}
/* テーブルver2 */
.cht_table02{
  max-width: 1300px;
  border-radius: 4px 4px;
  border-top: 1px solid var(--border-gray01);
  border-right: 1px solid var(--border-gray01);
  border-left: 1px solid var(--border-gray01);
}
.cht_table02-title {
  grid-template-columns: 100px 80px 240px 150px 130px 80px 80px;
  padding: 8px 8px 8px clamp(3px, 1vw, 8px);
}
.cht_table02-content > ul{
  grid-template-columns: 100px 80px 240px 150px 130px 80px 80px;
  padding: 16px 8px 16px clamp(3px,1vw,8px);
  border-bottom: 1px solid var(--border-gray01);
  transition: background-color 0.1s linear;
}
.cht_linklistwrap01,
.cht_linklistwrap02,
.cht_linklistwrap03,
.cht_linklistwrap04{
  display: contents;
}
.cht_table02-content .cht_img img{
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 4;
  object-fit: contain;
}
.cht_table02-content .cht_deposit ul {
  flex-direction: row;
  justify-content: center;
}
/* .cht_table02-content .cht_panoramatxt{
  display: block;
} */



/* -------似た条件の物件------- */
.cht_similarwrap {
  margin-bottom: 100px;
}
.cht_similarwrap ul{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(184px, 1fr));
  gap: 12px;
}
.cht_similarwrap ul li{
  border: 1px solid var(--border-gray01);
  width: fit-content;
  margin: 0 auto;
  border-radius: 4px;
}
.cht_similarwrap ul li figure {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cht_similarwrap ul li .cht_pictureblock{overflow: hidden;}
.cht_similarwrap ul li img{
  width: 100%;
  height: 100%;
  aspect-ratio: calc(85 / 64);
  object-fit: cover;
  transition: all 0.2s linear;
}
.cht_similar-figcaption{
  padding: clamp(8px,2vw,16px);
  padding-bottom: clamp(18px,3vw,24px);
}
.cht_similar-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cht_similar-top .cht_rent_num{
  font-family: "Inter", sans-serif;
  color: var(--color-pink);
  font-size: 1.25rem;
}
.cht_similar-txt {
  font-size: clamp(0.75rem,1.2vw,0.875rem);
  line-height: calc(17/14);
}


/* ページ下部リンク集 */
.cht_sumblock{
  background-color: var(--color-gray01);
  padding: clamp(1rem, -1.205rem + 8.21vw, 3rem) 0;/*16-48 430-820*/
  margin-bottom: clamp(40px, 9.75vw, 80px);
}
.cht_sumcontent{
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 14px;
}
.cht_sumcontent dl:nth-last-of-type(n + 2){
  padding-bottom: clamp(0.5rem, -0.603rem + 4.1vw, 1.5rem);/*8-24 430-820*/
  border-bottom: 1px solid var(--border-gray01);
}
.cht_sumcontent dl:not(:first-of-type) {
  padding-top: clamp(0.5rem, -0.603rem + 4.1vw, 1.5rem);/*8-24 430-820*/
}
.cht_sumcontent dl dt{
  margin-bottom: 8px;
  font-size: clamp(0.75rem, 0.474rem + 1.03vw, 1rem);/*12-16 430-820*/
}
.cht_sumcontent dl dd {
  display: inline-block;
  line-height: 1.2;
  padding: 0 8px;
}
.cht_sumcontent dl dd a {
  display: inline-block;
  font-size: clamp(0.75rem, 0.612rem + 0.51vw, 0.875rem);/*12-14 430-820*/
  color: var(--color-blue);
  padding: 2px clamp(0rem, -0.551rem + 2.05vw, 0.5rem);/*0-8 430-820*/
  text-decoration: underline;
  text-decoration-color: var(--color-blue);
  transition: text-decoration-color 0.2s linear;
}
.cht_sumcontent dl dd:nth-last-of-type(n + 2){
  border-right: 1px solid var(--border-gray01);
}


/* この物件をシェアする */
.cht_shareblock{
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 14px;
  margin-bottom: clamp(40px, 9.75vw, 80px);
}
.cht_shareblock .cht_content-ttl{
  margin:  0 auto;
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(0.875rem, 0.737rem + 0.51vw, 1rem);/*14-16 430-820*/
  text-align: center;
  font-weight: 700;
}
.cht_shareblock ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.cht_linkedbtn-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cht_linkedbtn-share a {
  max-width: 240px;
  width: 240px;
  border: 1px solid var(--border-gray02);
  border-radius: var(--border-radius4);
  background-color: #FFFFFF;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--txt-color01);
  transition: background-color 0.1s linear;
  font-weight: 500;
}

.cht_spsharebtn{
  display: none;
  justify-content: center;
  align-items: center;
  max-width: clamp(240px,60vw,450px);
  margin:  0 auto 18px;
  padding: 9px;
  text-align: center;
  font-size: 1rem;
  border: 1px solid var(--txt-color01);
  background-color: #FFFFFF;
  border-radius: var(--border-radius4);
  box-shadow: 0px 5px 0px 0px rgba(17, 17, 17, 0.1);
  cursor: pointer;
}
.cht_spsharebtn p img{margin-right: 10px;}



.cht_spbr{
  display: inline-block;
}
.cht_spblock{
  display: none;
}



.cht_linemodal{
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.95);
  z-index: 10000;
}
.cht_linemodalwrap{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cht_linemodalwrap > div{
  position: relative;
  max-width: 640px;
  width: 100%;
  padding: 48px 0;
}
.cht_linemodal h2{
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.25rem;
}
.cht_linemodal h2::before,
.cht_linemodal h2::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  border-right: 1px solid #707070;
}
.cht_linemodal h2::before{
  transform: rotate(-45deg);
  margin-right: 16px;
}
.cht_linemodal h2::after{
  transform: rotate(45deg);
  margin-left: 16px;
}
.cht_linemodal_registered{
  width: 320px;
  margin: auto;
  padding-bottom: 72px;
  border-bottom: 1px solid #707070;
}
.cht_linemodal_registered a{
  display: block;
  width: 320px;
  height: 96px;
  margin: 0 auto 56px;
  padding-top: 11px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 8px;
  background-image: linear-gradient(180deg, rgba(6, 198, 85, 1), rgb(0, 175, 72));
}
.cht_linemodal_registered p{
  text-align: center;
  font-size: 0.75rem;
}
.cht_linemodal_registered p span{color: #FF0000;}
.cht_linemodal_unregistered{
  width: 320px;
  margin: auto;
  padding: 40px 0;
}
.cht_linemodal_unregistered a{
  display: block;
  width: 320px;
  height: 64px;
  margin: auto;
  padding-top: 14px;
  text-align: center;
  font-size: 1.25rem;
  color: #FFFFFF;
  background-image: linear-gradient(180deg, rgb(113, 193, 255), rgb(6, 139, 241));
  border-radius: 8px;
}
.cht_linemodalclose{
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
}




@media (min-width: 691px) {
  .cht_mini-section02.cht_spunique{
    display: none;
  }
}

@media (min-width: 821px) {
  .cht_linkedbtn-line{display: none;}




  .cht_imgright .cht_pictureblock:hover{
    opacity: 0.7;
  }

  .cht_table03 dd a:hover{text-decoration-color: transparent;}

  p.cht_mini-section03-t a:hover{border-bottom: none;}
  .cht_mini-section03-tel a:hover{text-decoration: underline;}
  .cht_contact-tel a:hover{
    opacity: 0.7;
    border-color: var(--txt-color01);
    border-width: 1px;
  }

  .cht_linkedbtn-long.cht_linkedbtn-long-palebl a:hover{
    background-image: none;
    color: #FFFFFF!important;
  }
  .cht_linkedbtn-long-palebl a:hover .cht_fullscreen-bl svg{
    color: #FFFFFF;
  }

  .cht_similarwrap ul li:hover .cht_pictureblock img{transform: scale(1.05);}


  .cht_linemodal_registered a:hover,
  .cht_linemodal_unregistered a:hover,
  .cht_linemodalclose:hover{opacity: 0.5;}

  .cht_sumcontent dl dd a:hover {text-decoration-color: transparent;}
}




@media (max-width: 1300px) {
  .cht_table04 dd{
    flex: 1 1 70%;
  }
}
@media (max-width: 960px){
  .cht_pagettlblock{
    padding-bottom: clamp(0.5rem, -1.934rem + 9.06vw, 3.5rem);/*8-56 430-960*/
  }
  .cht_scrlwrap{
    margin-bottom: max(12px, 2.5vw);
  }
  .cht_pagettlblock.show{
    top: 56px;
  }
  .cht_imgright {
    width: 69%;
    max-width: 720px;
  }

  .cht_table03 dt{
    flex: none;
    width: 160px;
  }
  .cht_table03 dd{
    flex: none;
    width: calc(100% - 160px);
  }


  .cht_table02-title{
    grid-template-columns: 100px 200px 150px 130px 80px 80px;
  }
  .cht_table02-title .cht_spnone{
    display: none;
  }
  .cht_table02-content > ul{
    grid-template-columns: 100px 200px 150px 130px 80px 80px;
    grid-template-rows: repeat(2, auto);
  }
  .cht_table02-content .cht_img{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .cht_table02-content .cht_floor{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .cht_table02-content .cht_rentarea{
    grid-row: 1 / -1;
  }
  .cht_table02-content .cht_deposit{
    grid-row: 1/ -1;
  }
  .cht_table02-content .cht_layoutarea{
    grid-row: 1/ -1;
  }
  .cht_table02-content .cht_panoramatxt{
    grid-row: 1/ -1;
  }
  .cht_table02-content .cht_linkcell{
    grid-row: 1/ -1;
    grid-column: 6 / 7;
  }
}




@media (max-width: 820px){
  .cht_toplinkedbtnblock .cht_linkedbtn-contact a,
  .cht_toplinkedbtnblock .cht_linkedbtn-line a,
  .cht_toplinkedbtnblock .cht_linkedbtn-phone a{
    min-width: auto;
  }
  .cht_coloredtitle-flx{
    gap: max(4px, 0.97vw);
    margin-bottom: clamp(0.5rem, -0.051rem + 2.05vw, 1rem);/* 8-16 430-820 */
  }

  .cht_pagettlblock.show .cht_linkedbtn-flx{justify-content: flex-end;}
  .cht_pagettlblock.show .cht_linkedbtn-contact,
  .cht_pagettlblock.show .cht_linkedbtn-line,
  .cht_pagettlblock.show .cht_linkedbtn-phone{
    display: none;
  }


  .cht_bigwrap{margin-bottom: max(50px, 9.75vw);}

  .cht_spnone{
    display: none;
  }

  .cht_content-ttl-flx{
    justify-content: space-between;
  }


  .cht_table02-title{
    display: none;
  }
  .cht_table02-content > ul{
    grid-template-columns: 100px repeat(5, auto);
  }
  li.cht_spshow{
    display: inline-block;
  }
  .cht_table02-content li.cht_layoutarea ul{
    justify-content: flex-start;
  }
  .cht_table02-content span.cht_linktxt-t {
    display: none;
  }


  .cht_table03 dt{
    width: 30%;
    font-weight: normal;
  }
  .cht_table03 dd{
    width: 70%;
  }


  .cht_table04 dt{
    flex: none;
    width: 30%;
    min-width: auto;
  }
  .cht_table04 dd{
    flex: none;
    width: 70%;
  }

  /* 似た条件の物件--お気に入りボタン */
  .cht_similarwrap{
    margin-bottom: max(50px, 12.2vw);
  }
  .cht_similar-top .cht_linkedbtn-favorite a{
    padding: clamp(6px,2vw,9px);
  }
}

@media (max-width: 690px) {
  .cht_toplinkedbtnblock .cht_linkedbtn-flx{justify-content: flex-end;}
  .cht_toplinkedbtnblock .cht_linkedbtn-flx .cht_linkedbtn-contact,
  .cht_toplinkedbtnblock .cht_linkedbtn-flx .cht_linkedbtn-line,
  .cht_toplinkedbtnblock .cht_linkedbtn-flx .cht_linkedbtn-phone,
  .cht_toplinkedbtnblock .cht_linkedbtn-inqunumber{
    display: none;
  }

  /*トップ下のピンク背景 SPのみ表示*/
  .cht_mini-section02.cht_spunique{
    gap: max(8px, 2.1vw);
    margin-right: -14px;
    margin-bottom: 0;
    padding: clamp(8px, 1.9vw, 40px) clamp(14px, 1.5vw, 32px);
  }
  .cht_mini-section02.cht_spunique .cht_mini-section02-txt p{
    font-weight: normal;
  }
  .cht_mini-section02.cht_spunique .cht_linkedbtn-flx{
    flex-wrap: nowrap;
    gap: 0 12px;
  }
  .cht_mini-section02.cht_spunique .cht_linkedbtn-flx > div{
    width: max(80px, 18.6vw);
    max-width: 120px;
  }
  .cht_mini-section02.cht_spunique .cht_linkedbtn-flx .cht_linkedbtn-contact a,
  .cht_mini-section02.cht_spunique .cht_linkedbtn-flx .cht_linkedbtn-line a,
  .cht_mini-section02.cht_spunique .cht_linkedbtn-flx .cht_linkedbtn-phone a{
    display: block;
    min-width: auto;
    font-weight: 500;
    text-align: center;
    line-height: normal;
  }
  .cht_mini-section02.cht_spunique .cht_mini-section02-txt div{
    font-weight: normal;
    font-size: clamp(0.75rem, 0.337rem + 1.54vw, 1rem);/* 12-16 430-690 */
    min-width: 266px;
    text-align: center;
  }


  .cht_table03 dt:last-of-type{
    display: none;
  }
  .cht_table03 dd:last-of-type{
    flex-wrap: wrap;
    width: 100%;
  }
  .cht_table03 dd:last-of-type p{
    margin-bottom: 8px;
  }


  .cht_table02-content > ul{
    display: flex;
  }
  .cht_linklistwrap01, .cht_linklistwrap02, .cht_linklistwrap03 {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
  }
  .cht_linklistwrap04{
    display: flex;
    gap: 0 16px;
  }
  .cht_linklistwrap01{
    width: 100px;
  }
  .cht_table02-content .cht_deposit ul,
  .cht_table02-content .cht_layoutarea ul{
    justify-content: flex-start;
  }


  .cht_panoramaarea{
    width: 100%;
    aspect-ratio: 73/37;
    left: auto;
    right: auto;
  }


  .cht_mini-section01 .cht_linkedbtnblock .cht_linkedbtn-flx{
    flex-wrap: wrap;
  }
  .cht_mini-section01 .cht_linkedbtnblock .cht_linkedbtn-flx > div{
    width: 100%;
    max-width: 320px;
  }

  .cht_mini-section02 .cht_linkedbtn-flx{
    flex-wrap: wrap;
  }
  .cht_mini-section02 .cht_linkedbtn-flx > div{
    width: 100%;
    max-width: 320px;
  }


  /* 地図・周辺環境 */
  .cht_map{
    min-width: 100%;
  }
  .cht_map-details{
    flex: 1 1 auto;
  }
  .cht_map-details .cht_linkedbtn-s{
    margin: 0 auto;
  }

  p.cht_contact-t{
    display: none;
  }
  .cht_contact-tel a img{
    display: inline-block;
  }


  .cht_shareblock .cht_content-ttl{
    display: none;
  }
  .cht_shareblock ul{
    display: none;
  }
  .cht_spsharebtn{
    display: flex;
  }

  .cht_spblock{
    display: inline-block;
  }
}

@media (max-width: 430px) {
  p.cht_contact-details{
    flex-direction: row;
    font-size: 0.625rem;
  }

  .cht_linkedbtn-long-palebl{max-width: 240px;}

  .cht_linkedbtn-flx{
    grid-template-columns: repeat(4, 1fr);
  }
  
  .cht_similarwrap ul{
    grid-template-columns: repeat(2, 1fr);
  }
}