@charset "utf-8";



/*PCスマホ表示切り替え用*/
.inline_pc_only { display:none; }
.sp_nopadding_bottom { padding-bottom: 0; }

@media screen and (min-width: 768px) {
    .inline_pc_only { display:none; }
}
@media screen and (min-width: 1200px) {
  .inline_pc_only { display:inline; }
}



/* iframe */
    .detail_map{margin-top: 0px;}
@media (min-width:900px){
    .detail_map{margin-top: 40px;}
}



/* 売出し中物件 */
.sale_img {width: 100%;background-color: white;padding: 10px;}
.sale_img img{width: 100%;aspect-ratio: 4 / 3;display: block;background-color: white;object-fit: contain;}
.sale_text_price span{color: #FC5942;font-size: 32px;font-weight: bold;}
.sale_text .button_normal{margin: 0px auto;margin-top: 10px;}
.sale_content{display: flex;flex-direction: column;gap: 10px;}
.sale_back{padding: 40px 0;border-bottom: 1px dashed #ccc;}
.sale_back:last-child{border-bottom:none;}
.sale_text .button.button_normal{margin-top: 20px;margin-bottom: 30px;}
@media (min-width:500px){
        .sale_content{flex-direction: row;gap: 20px;justify-content: center;align-items: center;}
        .sale_text .button.button_normal{margin-bottom: 0px;}
}
@media (min-width:768px){
    .sale_img{width: min(37vw,300px);}
    .sale_back{background-color: #EDF5FD;padding: 20px;padding: 20px;}
    .sale_text .button_normal{margin-top: 20px;}
}
@media (max-width:767px){
    .h2_ON_SALE { margin-bottom: 0; }
}

/* 問い合わせ */
@media (min-width:900px){
    .detail_contact_title{font-size: min(1.8vw,22px);}
    .detail_contact_title{border-bottom: none;margin-bottom: 0px;}
    .detail_contact_text{margin-bottom: 10px;}
    .detail_contact_regist{border-bottom: 1px solid #DADADA;padding-bottom: 30px;margin-bottom: 20px;}
    .detail_outline_wrap {margin-bottom: 0px;}
    .detail_contact_wrap_back {margin-top: 10px;position: initial!important;}
    .detail_contact_title br{display: none;}
}

@media (min-width:1280px){
.detail_contact_title2 br{display: block;}
}
@media (min-width:1380px){
.detail_contact_title br{display: block;}
}

/* 相場データ */
.area_data_title{background: #004680;color: white;border-radius: 10px;text-align: center;padding: 7px 0;}
.area_data_wrap{display: flex;flex-direction: column;gap: 40px;}
.area_data_back_b{background: #EDF5FD;}
.area_data{width: 80vw;margin: 0 auto;padding: 40px 0;}
.area_graph_balloon {width: 100%;position: relative;display: inline-block;background: #FCDBDF;border-radius: 10px;padding: 5px 0 16px 0;font-weight: bold;color: #fff;text-align: center;}
.area_graph_balloon::before {content: "";border-width: 10px;border-style: solid;border-color: transparent transparent #FCDBDF transparent;position: absolute;bottom: 100%;left: 50%;transform: translateX(-50%);}
.area_graph_balloon p{font-size: 18px;}
.area_graph_balloon span{font-size:32px;color: #FC5942;}
.area_graph_balloon small{font-weight: initial;}
.jirei-item_price span{color: #FC5942;font-weight: bold;font-size: 32px;}
.area_graph_balloon p{color: #222222;line-height: 1.5;}
.closed-jirei_title{font-weight: bold;margin-bottom: 15px;margin-top: 40px;}
.closed-jirei_title span{color: #004680;}
.jirei-item{border-top: 1px solid #DADADA;padding: 10px 0;}
.jirei-item:last-child{border-bottom: 1px solid #DADADA;}
.jirei-item_name{font-weight: bold;}
#priceChart {width: 100% !important; height: auto !important;}


@media (min-width:768px) {
    .area_data_back_b{background: none;}
    .area_data_back{width: min(90vw,1100px);margin: 0 auto;background: #EDF5FD;}
    .area_data_wrap{gap: 60px;}
    .kagoshima_data_title{margin-bottom: 40px;}
    .area_data{width: min(80vw,900px);}
    .area_graph_back{background: white;padding: 30px 0;}
    .area_graph_wrap{display: flex;flex-direction: row;justify-content: space-between;width: 680px;margin: 0 auto;}
    .area_graph{width: 460px;}
    .area_graph_balloon{width: min(15.5vw,180px);border-radius: 50%;height: min(15.5vw,180px);display: flex;align-items: center;justify-content: center;}
    .area_graph_balloon::before{display: none;}
    .area_graph_balloon p{font-size: min(1.5vw,18px);}
    .jirei-item{display: flex;flex-direction: row;align-items: center;}
    .jirei-item_inner{width: 30vw;}
    .jirei-item_inner {width: auto;}
    .jirei-item{justify-content: space-between;}


    .chart_wrap{display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
    .chart-container {width: min(40vw,600px);}
    .chart-container canvas{width: initial!important;height: initial!important;max-width: 100%;}
    .contents_detail small{margin-top: 0px;}
}
@media (min-width:900px) {
        .jirei-item_inner{width: 30vw;}
        .jirei-item{justify-content: initial;}
}


/* スマホ固定お問合せ */
.detail_footer_wrap{width: 100%;}
.detail_footer_contents{width: auto;}
.detail_footer_wrap a{width: calc(100% / 3);}
@media (min-width:768px) {
    .detail_footer_wrap a.footer_tel{display: none;}
}
