.sp-view {display: none}
.pc-view {display: block}

.kankyo {margin-bottom: 0}
.kankyo img { width: 100% !important; padding: 0 0 5px 0 !important; margin-right: 12px}
.kankyo p {font-size: 14px}

p {margin-bottom: 0 !important; padding-bottom: 10px !important}

ul.kankyo-list {
    display: flex;
    flex-flow: wrap;
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: calc(100% + 15px)
    
}

ul.kankyo-list li {
  width: calc(100% / 3 - 15px);
    margin-right: 15px;
    padding-left: 0 !important
}

.kukaku_img ul.kankyo-list li {
  width: calc(100% / 4 - 15px);
    margin-right: 15px;
    margin-bottom: 15px !important;
    padding-left: 0 !important
}

ul.kankyo-list li p {
    font-size: 13px;
    margin: 5px 0 0 0
}

#property-transplant .post {
    font-size: 1.5rem !important;
    line-height: 1.6
}

.post h3.stitle{
    margin: 30px 0 15px !important;
    font-weight: bold;
    color:#000;
    border-bottom:none;
    padding: 0 0 0 10px !important;
    border-left: 10px solid #cc8cdf;
}

.dl_att {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 0;
    padding-bottom: 0
}

.dl_att dt {
    width: 6em
}

.dl_att dd {
    width: calc(100% - 6em);
    padding-bottom: 5px !important;
    line-height: 1.5;
    margin-bottom: 0 !important
}

.sec_kankyo h4 {font-size: 16px; font-weight: bold; margin: 15px 0 13px 0; background-color: #1e7113; color: #fff; line-height: 0; display: inline-block; padding: 17px 15px; border-radius: 30px}
.sec_kankyo ul.kankyo_other {display: flex; flex-wrap: wrap; margin-left: 0; }
.sec_kankyo ul.kankyo_other li {padding-right:15px }
.sec_kankyo ul.kankyo_other li::before {content: '▶︎'; padding-right: 3px; color: #e05379}

.siryo {}
.siryo .table_kukaku {margin: 0 0 30px !important; width: 100%}
.siryo .table_kukaku th,.table_kukaku td {text-align: center; vertical-align: middle; padding: 10px 10px !important;}
.siryo .table_kukaku th {background-color: #39438e !important; font-weight: 400}
.siryo .table_kukaku td {line-height: 1;}
.siryo .table_kukaku img {max-width: 25px !important; margin: 0;}
.siryo .table_kukaku th.gou {background-color: #f2f9ff !important; color:#000}

.sec_kukaku img {border: 1px solid #000; margin-top: 0}

.sec_price table {width: 100%}
.sec_price table th,.sec_price table td  {text-align: center; vertical-align: middle; padding: 8px 5px !important; font-size: 14px; line-height:1.3}
.sec_price table td:first-child {background-color: #fff0f4}
.sec_price table td {font-size: 13px }
.sec_price table .text-small {font-size: 13px}
.sec_price ul li::before {content: '●'}

@media screen and (max-width: 559px) {
    .sp-view {display: block}
    .pc-view {display: none}
    .siryo .table_kukaku th,.table_kukaku td {padding: 8px 5px !important; font-size: 0.8em}
}

@media screen and (min-width: 560px) {
    .kankyo img {
        max-width: 220px !important;
        width: 100% !important;
        padding: 0 10px 0px 0;
        margin-top: 0;
    }
    
    .siryo .table_kukaku th.gou {width:24%}
    .siryo .table_kukaku td {width: 19%}

    .sec_price table td:first-child {width: 18%}
}

/*テーブルスクロール*/

.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/

}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{　　
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}


/*luminous設定*/

.lum-lightbox-inner img {
    z-index 99999 !important;
}

.lum-lightbox{
  z-index: 999;
}

@media screen and (max-width: 480px) {
    .lum-lightbox-inner img {
        max-width: 95vw !important;
        /* スワイプ範囲含む横幅調整 */
    }

    .lum-gallery-button {
        display: none !important;
    }
}

/*打ち消し線*/

.line { /*二重取り消し線*/
background-image:url(../images/line.svg);
background-repeat:repeat-x;
background-position: center;
background-size: 10px
}

table .sumi {
    width: 25px !important;
    margin: 0
}
