table.form_jsearch{
    border-collapse: collapse;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

table.form_jsearch tr:nth-child(even){
    background-color: #f7f7f7;
}

table.form_jsearch th {
    font-weight: 600;
    width: 25%;
}
table.form_jsearch th,table.form_jsearch td,table.form_jsearch td.td1 span {
    border-right: 1px solid #dad4d4;
}

table.form_jsearch th,table.form_jsearch td {
    padding: 1.2em;
    text-align: left;
}


table.form_jsearch table ul{
    margin: 0;
    padding: 0;
}

table.form_jsearch td li {
    display:inline-block;
    margin-right:10px;
    list-style: none;
}
table.form_jsearch td li:last-child{
    margin-left:0px;
}

table.form_jsearch input[type="checkbox"],table.form_jsearch input[type="radio"] {
    padding: 0;
}
table.form_jsearch button,table.form_jsearch input,table.form_jsearch select,table.form_jsearch textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}
table.form_jsearch body, table.form_jsearch button, table.form_jsearch input, table.form_jsearch select, table.form_jsearch textarea {
    /*color: #fff;*/
    font-family: 'Sawarabi Gothic',"SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial,sans-serif;
    font-size: 1em;
    letter-spacing: 0.2px;
    line-height: 1.6em;
    word-wrap: break-word;
}

#searchpage input[type="submit"], .widget.widget_fudo_b_k.wp_block input[type="submit"] {
    margin: 20px auto 0 auto;
    padding: 18px 0;
    width: 60%;
}

input[type="reset"], input[type="button"], input[type="submit"] {
    background-color: #000;
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    letter-spacing: .1em;
    margin-bottom: 30px;
    padding: 6px 2%;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-appearance: none;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}


.my-fudou-page h1.page-title{
    color: rgb(52, 52, 52);
    font-size: 26px;
    line-height: 1.333;
}


.my-fudou-page #nav-above1 .nav-next {
    text-align: center;
    float: left;
    width: 100%;
    margin: 20px auto;
    padding: 10px;
}

.my-fudou-page #nav-above1 .nav-next b, .my-fudou-page #nav-above1 .nav-next a:hover {
    background-color: rgba(0, 0, 0,0.5);
    outline: rgb(221, 221, 221) solid 1px;
}

.my-fudou-page #nav-above1 .nav-next a, .my-fudou-page #nav-above1 .nav-next b {
    /*
    background-color: rgb(244, 244, 244);
    color: rgb(116, 116, 116);
    
    */
    background:rgba(0, 0, 0,1);
    color:#fff;
    border-color: #000;

    margin-right: 5px;
    border-width: 1px;
    border-style: solid;
    
    border-image: initial;
    outline: rgb(244, 244, 244) solid 1px;
    padding: 4px 11px;
}

.my-fudou-page #nav-above1 .nav-next b{
    background-color:#57A60A;
}

@media screen and (max-width:480px) {
    .my-fudou-page #nav-above1 .nav-next {
        padding:0px;
    }

    .my-fudou-page #nav-above1 .nav-next a, .my-fudou-page #nav-above1 .nav-next b {
        padding:4px 6px;
    }
}


.my-fudou-page a {
    color: rgb(81, 115, 128);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.35s ease-in-out 0s;
}





/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
.my-fudou-page #list_simplepage {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 10px auto;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.my-fudou-page #list_simplepage .list_item {
    position:relative;
    margin-right:20px;
    margin-bottom:20px;
    padding: 0;
    width: calc((100% - 40px) / 3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.my-fudou-page #list_simplepage .list_item:nth-child(3n){
    margin-right:0px;
}


.my-fudou-page #list_simplepage::after{
    content: "";
    display: block;
    width: calc((100% - 40px) / 3);
}

@media screen and (max-width:1024px) {
  .my-fudou-page #list_simplepage .list_item {
      margin-right:10px;
      margin-bottom:10px;
      width: calc((100% - 20px) /2);
  }

  .my-fudou-page #list_simplepage .list_item:nth-child(2n){
      margin-right:0px;
  }


  .my-fudou-page #list_simplepage::after{
      width: calc((100% - 20px)/2);
  }
}

@media screen and (max-width:480px) {
  .my-fudou-page #list_simplepage .list_item {
      margin:0px;
      margin-bottom:10px;
      width: 100%;
  }

  .my-fudou-page #list_simplepage::after{
      content: none;
  }
}


.my-fudou-page #list_simplepage .list_picsam_img > a{
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}

.my-fudou-page #list_simplepage .list_picsam_img > a img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next{
    color:#000;
}

.my-fudou-page #list_simplepage .list_detail{
  padding:10px;
}

.my-fudou-page #list_simplepage .list_detail .entry-title{
  font-size:18px;
}

.my-fudou-page #list_simplepage .list_price{
  font-size:14px;
  text-align:left;
}

.my-fudou-page #list_simplepage .list_detail a.list_details_button{
    display:inline-block;
    text-align:center;

    border: 1px solid #afafaf;
    border-radius: 3px;
    color: #545454;
    font-size: 14px;
    height: 35px;
    text-align: center;
    margin: 0 auto 10px;
    padding-top: 3px;
    transition: .3s ease-in-out;
    width: 100%;
    margin-top:10px;
}




#list_simplepage2 .list_price {
    padding-top: 20px;
}

#list_simplepage2 ul.list-ul{
    line-height: 1.5;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#list_simplepage2 ul.list-ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
}

#list_simplepage2 ul.list-ul li dt {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    color: #1e1e1e;
    float: left;
    font-weight: 400;
    margin: 3px 8px 10px auto;
    padding: 2px 10px;
}

#list_simplepage2 ul.list-ul li dd {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}

#list_simplepage2  .dpoint4 {
    font-weight: 600;
    color: #c30b12;
}


#list_other_table {
    margin-top: 30px;
}

#list_other_table table {
    border-collapse: collapse;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

#list_other_table table th {
    font-weight: 600;
    width: 25%;
}

#list_other_table table th,#list_other_table table td,#list_other_table table td.td1 span {
    border-right: 1px solid #dad4d4;
}
#list_other_table table th,#list_other_table table td {
    padding: 1.2em;
    text-align: left;
}
#list_other_table td:last-child {
    border-right: none;
}
#list_other_table tr:nth-child(even),#list_other_table .wp-block-table tr:nth-child(even) {
    background-color: #f7f7f7;
}




h2.entry-title > span{
    display:inline-block;
}

h2.entry-title span.my-closed{
    color:#c30b12;
    margin-right:5px;
}

.my-shikibesu{
    text-align:right;
}

#gallary{
  border:solid 1px #EEE;
}

.swiper-container {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 40vw;
    max-height: 600px;
    min-height: 300px;
}
.swiper-container .swiper-slide {
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.swiper-container .swiper-slide img {
    display: inline;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}

.swiper-container .swiper-button-prev {
    left: 25px;
}
.swiper-container  .swiper-button-next {
    right: 25px;
}

#thumbnail{
    margin-top:10px;
    height: 15vw;
    max-height: 120px;
    min-height: 60px;
}

.swiper-button-prev,.swiper-button-next {
  color: #333;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

#list_simplepage2 #map_canvas{
  margin-top:30px;
}


#list_simplepage2 #contact_form{
    border: 1px solid #d1d1d1;
    margin: 0 auto 50px;
    padding: 10%;
    width: 100%;

}
#list_simplepage2 #contact_form label {
    margin-left: 5px;
    margin-right: 15px;
}

#list_simplepage2 #contact_form .wpcf7 p {
    margin-bottom: 20px;
    padding: 0;
}

#list_simplepage2 #contact_form p {
    padding: 0 0 2em 0;
    margin: 0;
}

#list_simplepage2 #contact_form .contact-chui {
    background-color: #9c140a;
    color: #fff;
    font-size: 12px;
    margin: 1%;
    padding: 0 2%;
}

#list_simplepage2 #contact_form .wpcf7-form-control-wrap {
    position: relative;
}

#list_simplepage2 #contact_form .wpcf7-select {
    border: 1px solid #ccc;
    border-radius: 6px;
    border-radius: var(--_border-radius,6px);
    outline: 0;
    transition: border .2s ease-out;
    padding: .44231rem .88462rem;
    padding: calc(var(--_space, 1.76923rem)*0.25) calc(var(--_space, 1.76923rem)*0.5);
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.035);
    max-width: 100%;
    vertical-align: top;
    margin-right:2px;
}

#list_simplepage2 #contact_form input[type="reset"], #list_simplepage2 #contact_form input[type="button"], #list_simplepage2 #contact_form input[type="submit"] {
    background-color: #000;
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    letter-spacing: .1em;
    margin-bottom: 30px;
    padding: 6px 2%;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-appearance: none;
}
#list_simplepage2 #contact_form input[type="submit"] {
    padding: 16px 5px;
    margin: 0 15%;
    width: 70%;
}

#list_simplepage2 a.prev-btn,#list_simplepage2 a.print-btn{
  display:inline-block;
  font-size:14px;
  text-align:right;
}




.l-front-page-widget-area--top .l-front-page-widget-area__item h2.c-section__title{
    background:#4B4B4B;
    color:#fff;
    padding:10px 0px 10px 20px;
    text-align:left;
    justify-content:left;
}
.l-front-page-widget-area__item h2.c-section__title::before,.l-front-page-widget-area__item h2.c-section__title::after{
    display:none;
}


.l-front-page-widget-area__item ul{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding:0px;
}


.l-front-page-widget-area__item ul::after{
    content: "";
    display: block;
    width: calc((100% - 20px) / 2);
}


.l-front-page-widget-area__item ul li{
    position:relative;
    margin-right:20px;
    margin-bottom:20px;
    padding: 0;
    width: calc((100% - 20px) / 2);
    list-style: none;
    border:solid 2px #E5E5E5;
    margin-bottom:10px;
    position:relative;
    font-size:14px;
}

.l-front-page-widget-area__item ul li:nth-child(2n){
    margin-right:0px;
    margin-top:0px;
}


.l-front-page-widget-area__item ul li a{
    display: flex;
    text-decoration:none;

    flex-flow: wrap;
    justify-content: space-around;

    align-items: center;
    min-height:180px;
}

.l-front-page-widget-area__item ul li div.my-fudo-left {
    width: 180px;
    padding:10px 10px 10px 10px;
    text-align:center;
}

.l-front-page-widget-area__item ul li div.my-fudo-right {
    flex: 1;
    padding:10px;
    padding-top:30px;
}

.my-fudo-right > span{
    display:inline-block;
    margin-left:5px;
}
.my-fudo-right > span:first-child{
    margin-left:0px;
}

.l-front-page-widget-area__item .top_price,.my-fudou-page #list_simplepage .list_price .pricd{
    font-weight: 600;
    color: #c30b12;
}

.l-front-page-widget-area__item hr{
    margin:10px 0px;
    border-color:#E5E5E5;
}

.l-front-page-widget-area__item .my-fudo-cont{

}

.l-front-page-widget-area__item .my-fudo-cont{
    position: relative;
    height: 80px;
    overflow: hidden;
    line-height: 20px;
}

.l-front-page-widget-area__item .my-fudo-cont:before,.l-front-page-widget-area__item .my-fudo-cont:after {
    position: absolute;
    background: #fff;
}

.l-front-page-widget-area__item .my-fudo-cont:before {
    content: "･･･";
    bottom: 0;
    right: 0;
}

.l-front-page-widget-area__item .my-fudo-cont:after {
    content: "";
    width: 100%;
    height: 100%;
}

.markup{
    position:absolute;
    top:0;
    right:0;
    z-index:99;
}

.markup .new_mark{
    display:inline-block;
    padding:2px;
    min-width:80px;
    text-align:center;
    color:#000;
    font-size:14px;
    margin-left:5px;
    background:#fff;
    border:solid 1px #aaa;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.markup .new_mark.down{
    background:#57A60A;
}

.markup .new_mark.negotiation{
    background:#c30b12;
}

.l-front-page-widget-area{
    padding:0px;
    margin:0px;
}


@media screen and (max-width:768px) {
    .l-front-page-widget-area__item ul li{
        margin:0px 0px 20px 0px;
        width: 100%;
    }

    .l-front-page-widget-area--top::after{
        width: 100%;
    }
    .l-front-page-widget-area__item .c-section{
        padding:0px;
    }
}

@media screen and (max-width:480px) {
  .l-front-page-widget-area__item ul li div.my-fudo-left {
      height:auto;
  }
  .l-front-page-widget-area__item ul li a{
      display: block;
  }
  .l-front-page-widget-area__item ul li div.my-fudo-left {
      width:100%;
  }
  .l-front-page-widget-area__item ul li div.my-fudo-right {
      flex:none;
      padding-top:10px;
  }

}

.widget_fudo_b_k select{
    box-sizing: border-box;
    width:100%;
    padding:5px;
    margin:0px;
    margin-top:5px;
}

.widget_fudo_b_k input[type="submit"] {
  width:100%;
  margin-top:20px;
}

@media screen and (max-width: 1023px) and (min-width: 480px){
    #fudo_b_k-5{
        width: 47%;
    }
}


.print-images{
    display:none;
    justify-content: space-between;
}

.print-images .print-img{
    width: 100%;
    margin-right:10px;
    margin-bottom:10px;
}
.print-images .print-img:last-child{
    margin-right:0px;
}

@media print{
    .l-header,.l-footer,.l-contents__sidebar,#contact_form,#list_simplepage2 a.prev-btn,#thumbnail,a.print-btn,div.swiper-button-prev,div.swiper-button-next{
        display:none !important;
    }

    #slider{
        display:none;
    }
    .print-images{
        display: flex !important;
    }

/*
    .swiper-container{
        height:auto !important;
        max-height:auto !important;
        min-height:auto !important;
        overflow:visible !important;
    }

    .swiper-wrapper{
        display:inline-block !important;
        transform:none !important;
    }
    */

}


#list_other_table tr:nth-child(2n), #list_other_table .wp-block-table tr:nth-child(2n) {
    background: none;
}
#list_other_table tr:nth-child(2n+1), #list_other_table .wp-block-table tr:nth-child(2n+1){
    
    background: #f7f7f7;
}





.my-fudou-page #list_simplepage .list_item.seiyaku {
    position:relative;
    margin-right:20px;
    margin-bottom:20px;
    padding: 0;
    width: calc((100% - 20px) / 2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    border:solid 1px #999;
}

.my-fudou-page #list_simplepage .list_item.seiyaku:nth-child(2n){
    margin-right:0px;
}


.my-fudou-page #list_simplepage .list_item.seiyaku .list_simple_box{
    display:flex;
    flex-direction: row-reverse;
}

.my-fudou-page #list_simplepage .list_item.seiyaku .list_simple_box .list_picsam{
    width:30%;
    padding:5px;
    padding-top:15px;
}
.my-fudou-page #list_simplepage .list_item.seiyaku .list_simple_box .list_detail{
    width:70%;
    padding:5px;
}

.my-fudou-page #list_simplepage .list_item.seiyaku .list_simple_box .seiykubi{
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    padding:5px 0px;
    font-size:16px;
}

.my-fudou-page #list_simplepage .list_item.seiyaku .list_simple_box .seiyaku_markup{
    display:inline-block;
    padding:2px 5px;
    position:absolute;
    top:0px;
    right:0px;
    background:#ff6f00;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    min-width:62px;
    text-align:center;
}

@media screen and (max-width:480px) {
    .my-fudou-page #list_simplepage .list_item.seiyaku {
        position:relative;
        margin-right:0px;
        margin-bottom:0px;
        width: 100%;
        margin-top:15px;
    }

}



.nav-next a,.nav-next b{
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 1rem;
    display: inline-block;
    color: #666;
    background-color: #f3f0e9;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    width: 36px;
    height: 36px;
    margin: 0 4px;
    transition: .2s ease-in-out;
    white-space: nowrap;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.nav-next b{
    background-color: #434343;
    color: #fff;
}
@media screen and (min-width: 1024px){
.lp_panel {
    margin-top: -90px !important;
}
	}
.lp_panel .smb-panels__item.smb-panels__item--free {
    border-radius: 6px !important;
}
.lp_panel .smb-panels__item__body {
    background-color: #F5D224;
    border-radius: 6px !important;
}

.home #first-slider .smb-section__inner>.c-container,
.home #first-slider .smb-spider-contents-slider>.spider>.spider__canvas>.spider__slide{
	padding:0px !important;
}


/* =================================================================
   2026-06 メインビジュアルスライダー：画像の見切れ解消
   高さ固定(587px)で object-fit:cover による上下クロップが発生していたため、
   画像のアスペクト比に合わせて高さを可変にし、画像全体を表示する。
   切替BP: 640px（PC=横長1710×750 / スマホ=縦長1496×1727）
   ================================================================= */
/* スライド・中間ラッパー（セクション）を画像比率に合わせて可変高さに */
.home #first-slider .spider__slide,
.home #first-slider .smb-spider-contents-slider__item,
.home #first-slider [class*="blocks-section-with-bgimage"] {
    height: auto !important;
}
.home #first-slider [class*="blocks-section-with-bgimage"] {
    aspect-ratio: 1710 / 750; /* PC: 横長メインビジュアル(1710×750) */
}
/* 背景画像ラッパー・画像をセクション全体に追従させる（見切れ解消） */
.home #first-slider [class*="smb-section-with-bgimage__bgimage"],
.home #first-slider [class*="smb-section-with-bgimage__bgimage"] img {
    height: 100% !important;
    object-fit: cover;
}
.home #first-slider .spider__canvas,
.home #first-slider .smb-spider-contents-slider .spider {
    height: auto !important;
}
@media (max-width: 639px) {
    .home #first-slider [class*="blocks-section-with-bgimage"] {
        aspect-ratio: 1496 / 1727; /* スマホ: 縦長メインビジュアル(1496×1727) */
    }
}


/* =================================================================
   2026-06 トップページ レイアウト調整
   各セクションの「見出し / リード文 / 下のブロック」の間隔を広げる等
   対象セクションの確実な特定:
     SALE PLAN          : #sale_plan
     PROPERTY SEARCH    : .smb-section.p_plan:not(#sale_plan)
     買取に強い          : .top-section4
     REASONS            : .top-section6
     CONTRACT RESULTS   : .top-section13 (お客様の声) / .top-section8 (成約実績)
     Google Review      : .smb-section.alignwide
     PROPERTY FOR SALE  : .top-section11
     NEWS/KNOWLEDGE/BLOG/FAQ/お問合せ : .p-entry-content > .smb-section:nth-child(21〜25)
   ================================================================= */

/* --- スクロールして見える背景(パララックス)を縦に厚く: SALE PLAN / PROPERTY SEARCH の上 --- */
/* 透明スペーサーセクション越しに固定背景が透けて見える「帯」を高くする */
.home .p-entry-content > .smb-section:nth-child(5) > .smb-section__inner,  /* SALE PLAN の上 */
.home .p-entry-content > .smb-section:nth-child(7) > .smb-section__inner { /* PROPERTY SEARCH の上 */
    padding-top: 40px;
    padding-bottom: 40px;
}

/* --- 共通: 見出し(英字)→和文タイトル→リード文→下ブロック の縦間隔を拡大 --- */
.home #sale_plan .smb-section__header,
.home .smb-section.p_plan:not(#sale_plan) .smb-section__header,
.home .top-section4 .smb-section__header,
.home .top-section13 .smb-section__header,
.home .top-section8 .smb-section__header,
.home .top-section11 .smb-section__header,
.home .p-entry-content > .smb-section:nth-child(21) .smb-section__header, /* NEWS */
.home .p-entry-content > .smb-section:nth-child(22) .smb-section__header, /* KNOWLEDGE */
.home .p-entry-content > .smb-section:nth-child(23) .smb-section__header, /* BLOG */
.home .p-entry-content > .smb-section:nth-child(24) .smb-section__header  /* FAQ */
{
    margin-bottom: 48px;
}

.home #sale_plan .smb-section__subtitle,
.home .smb-section.p_plan:not(#sale_plan) .smb-section__subtitle,
.home .top-section4 .smb-section__subtitle,
.home .top-section13 .smb-section__subtitle,
.home .top-section8 .smb-section__subtitle,
.home .top-section11 .smb-section__subtitle,
.home .p-entry-content > .smb-section:nth-child(21) .smb-section__subtitle,
.home .p-entry-content > .smb-section:nth-child(22) .smb-section__subtitle,
.home .p-entry-content > .smb-section:nth-child(23) .smb-section__subtitle,
.home .p-entry-content > .smb-section:nth-child(24) .smb-section__subtitle
{
    margin-bottom: 14px;
}

.home #sale_plan .smb-section__title,
.home .smb-section.p_plan:not(#sale_plan) .smb-section__title,
.home .top-section4 .smb-section__title,
.home .top-section13 .smb-section__title,
.home .top-section8 .smb-section__title,
.home .top-section11 .smb-section__title,
.home .p-entry-content > .smb-section:nth-child(21) .smb-section__title,
.home .p-entry-content > .smb-section:nth-child(22) .smb-section__title,
.home .p-entry-content > .smb-section:nth-child(23) .smb-section__title,
.home .p-entry-content > .smb-section:nth-child(24) .smb-section__title
{
    margin-bottom: 20px;
}

/* --- Google Review: 左右幅を広く（標準1280px → 1500pxに拡大）--- */
.home .smb-section.alignwide {
    max-width: 1500px;
}
.home .smb-section.alignwide > .smb-section__inner > .c-container,
.home .smb-section.alignwide .smb-section__header {
    max-width: 1500px;
}
.home .smb-section.alignwide .smb-section__header {
    margin-bottom: 32px;
}

/* --- PROPERTY SEARCH: 物件探しのボタンをもう少し上に --- */
.home .smb-section.p_plan:not(#sale_plan) .smb-section__body .smb-buttons {
    /*margin-top: -24px;*/
}

/* --- REASONS TO BE CHOSEN: 見出しと下ブロックの詰まりを広げる / ボタンを大きく・上下余白 --- */
.home .top-section6 .smb-section__header {
    margin-bottom: 48px;
}
.home .top-section6 .smb-section__body .smb-buttons {
    margin-top: 36px;
    margin-bottom: 24px;
}
.home .top-section6 .smb-section__body .smb-btn .smb-btn__label {
    font-size: 18px;
    padding: 18px 48px;
}

/* --- PROPERTY FOR SALE: 背景グレー(左から約2/3) / ボタン・下ブロックの余白 --- */
/* パララックス背景画像の上にグレーを重ねる（左2/3グレー・右1/3は画像表示） */
.home .top-section11 > .smb-section__fixed-background {
    position: absolute;
}
.home .top-section11 > .smb-section__fixed-background::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #ececec 0, #ececec 66%, transparent 66%, transparent 100%);
    pointer-events: none;
}
.home .top-section11 .smb-section__body .smb-buttons {
    margin-top: 32px;
    margin-bottom: 32px;
}

/* --- FAQ: 下のボタンと下ブロックの間隔を広げる --- */
.home .p-entry-content > .smb-section:nth-child(24) .smb-section__body .smb-buttons {
    margin-top: 32px;
    margin-bottom: 24px;
}

/* --- お問合せ: 左下「アットホーム」リンクを大きく --- */
.home .p-entry-content > .smb-section:nth-child(25) a[href*="athome.co.jp"] img {
    width: 300px;
    max-width: 100%;
    height: auto;
}


/* =================================================================
   2026-06 当社のこだわりページ (page-id-12531 / /strength/) 調整
   ================================================================= */

/* --- 契約書・重説セクション: 「どんなメリットがあるか？」を枠に入れる --- */
.page-id-12531 .smb-box__body > h4.wp-block-heading {
    border: 2px solid #c8c8c8;
    border-left: 5px solid #e8541e;
    background-color: #fff;
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 18px;
}

/* --- CTA お問合せ: 見出しの文字詰まりを解消（行間・字間を広げる）--- */
.page-id-12531 .p-entry-content > .smb-section:nth-child(23) h3.wp-block-heading {
    line-height: 2;
    letter-spacing: 1.5px;
}

/* --- 「不動産売却の基礎知識」「不動産売却のブログ」見出しを h2デザイン有に --- */
.page-id-12531 .smb-section__body > h2.wp-block-heading {
    background-color: var(--entry-content-h2-background-color);
    border-left: var(--entry-content-h2-border-left);
    padding: var(--entry-content-h2-padding);
}


/* =================================================================
   2026-06 公式LINE登録セクション
   ※ セクションのラッパークラス .pl-line-sec にスコープ。
      このセクションを設置したページ全てに適用され、未設置ページには影響しない。
   ================================================================= */
.pl-line-sec {
  --pl-line-green: #06b53e;
  --pl-line-dark-green: #008a2e;
  --pl-line-border: #a7d68b;
}
.pl-line-sec * { box-sizing: border-box; }
.pl-line-sec .wp-block-image { margin: 0; }
/* セクションの灰色固定背景は使わない（カードを主役にする） */
.pl-line-sec > .smb-section__fixed-background { background-color: transparent !important; }

.pl-line-sec .pl-line-section__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 42px 28px;
  border: 2px solid var(--pl-line-border);
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fff9 0%, #ffffff 55%, #f1fff5 100%);
  position: relative;
  overflow: hidden;
}
.pl-line-sec .pl-line-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 38px;
  align-items: start;
}

/* リボン */
.pl-line-sec .pl-line-section__ribbon { width: min(520px, 100%); margin: 0 0 22px 98px; }
.pl-line-sec .pl-line-section__ribbon img { display: block; width: 100%; }

/* 見出し（LINEロゴ + タイトル） */
.pl-line-sec .pl-line-section__heading { display: flex; align-items: center; gap: 22px; margin-bottom: 24px; }
.pl-line-sec .pl-line-section__line-badge { width: 88px; flex: 0 0 88px; margin: 0; }
.pl-line-sec .pl-line-section__line-badge img { display: block; width: 100%; }
.pl-line-sec .pl-line-section__title { margin: 0; color: #222; font-size: clamp(30px, 3.3vw, 46px); line-height: 1.45; letter-spacing: .04em; font-weight: 800; }
.pl-line-sec .pl-line-section__title strong { color: var(--pl-line-green); font-size: 1.08em; }

/* リード文 */
.pl-line-sec .pl-line-section__lead { margin: 0 0 30px; padding-top: 24px; border-top: 3px dotted var(--pl-line-green); font-size: 17px; line-height: 2; color: #222; }
.pl-line-sec .pl-line-section__lead strong { color: var(--pl-line-green); font-weight: 800; }

/* QRコールアウト（左カラム下） */
.pl-line-sec .pl-line-qr { display: inline-flex; align-items: center; gap: 18px; margin: 0; padding: 14px 22px 14px 14px; background: #fff; border: 2px solid var(--pl-line-border); border-radius: 14px; }
.pl-line-sec .pl-line-qr__img { width: 132px; flex: 0 0 132px; margin: 0; }
.pl-line-sec .pl-line-qr__img img { display: block; width: 100%; border: 3px solid var(--pl-line-green); border-radius: 12px; background: #fff; }
.pl-line-sec .pl-line-qr__label { margin: 0; color: var(--pl-line-green); font-weight: 800; font-size: 18px; line-height: 1.5; }

/* スマホモック */
.pl-line-sec .pl-line-phone-wrap { position: relative; max-width: 440px; margin: 0 auto; }
.pl-line-sec .pl-line-free-bubble { position: absolute; left: -64px; bottom: 102px; width: 138px; margin: 0; z-index: 4; }
.pl-line-sec .pl-line-free-bubble img { display: block; width: 100%; }
.pl-line-sec .pl-line-phone { width: 100%; max-width: 344px; min-height: 0; margin: 0 auto; padding: 34px 20px 20px; border: 9px solid #222; border-radius: 34px; background: linear-gradient(#b9d9ff, #edf7ff); box-shadow: 0 12px 30px rgba(0,0,0,.18); position: relative; overflow: hidden; }
.pl-line-sec .pl-line-phone::before { content: ""; position: absolute; top: 0; left: 50%; width: 142px; height: 28px; transform: translateX(-50%); border-radius: 0 0 18px 18px; background: #222; }
.pl-line-sec .pl-line-phone__head { display: flex; justify-content: center; align-items: center; height: 30px; margin: 0 0 12px; font-size: 14px; font-weight: 800; color: #1f2a38; }
.pl-line-sec .pl-line-phone__message { width: 90%; margin: 0 0 12px; padding: 11px 14px; border-radius: 16px; background: #fff; color: #222; font-size: 12px; line-height: 1.6; box-shadow: 0 3px 8px rgba(0,0,0,.08); }

/* 物件カード */
.pl-line-sec .pl-line-property-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,.12); }
.pl-line-sec .pl-line-property-card__img { margin: 0; }
.pl-line-sec .pl-line-property-card__img img { display: block; width: 100%; aspect-ratio: 16/7; object-fit: cover; }
.pl-line-sec .pl-line-property-card__body { padding: 11px 14px 13px; }
.pl-line-sec .pl-line-property-card__label { display: inline-block; margin: 0 0 8px; padding: 2px 8px; border: 1px solid var(--pl-line-green); border-radius: 4px; color: var(--pl-line-green); font-size: 12px; font-weight: 800; }
.pl-line-sec .pl-line-property-card__title { margin: 0 0 6px; font-size: 15px; font-weight: 800; }
.pl-line-sec .pl-line-property-card__text { margin: 0 0 12px; color: #333; font-size: 12px; line-height: 1.7; }
.pl-line-sec .pl-line-property-card__button { display: block; margin: 0; padding: 9px 10px; border: 1px solid #dfe8ef; border-radius: 8px; color: #2c78c7; text-align: center; font-size: 13px; font-weight: 800; }

/* CTAバナー（画像リンク） */
.pl-line-sec .pl-line-cta { display: block; width: min(580px, 100%); margin: -46px auto 0; position: relative; z-index: 5; }
.pl-line-sec .pl-line-cta a { display: block; transition: transform .2s ease, opacity .2s ease; }
.pl-line-sec .pl-line-cta a:hover { transform: translateY(-2px); opacity: .9; }
.pl-line-sec .pl-line-cta img { display: block; width: 100%; height: auto; }

/* 8つのメリット */
.pl-line-sec .pl-line-benefits { margin: 40px 0 0; }
.pl-line-sec .pl-line-benefits__title { margin: 0 0 18px; color: var(--pl-line-green); text-align: center; font-size: 22px; font-weight: 800; letter-spacing: .08em; }
.pl-line-sec .pl-line-benefits__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.pl-line-sec .pl-line-benefits__item { min-height: 142px; padding: 18px 10px 14px; border: 1px solid #d6e0d2; border-radius: 10px; background: #fff; text-align: center; box-shadow: 0 3px 10px rgba(0,0,0,.04); }
.pl-line-sec .pl-line-benefits__item .wp-block-image { width: 54px; margin: 0 auto 10px; }
.pl-line-sec .pl-line-benefits__item img { display: block; width: 54px; height: 54px; object-fit: contain; }
.pl-line-sec .pl-line-benefits__text { margin: 0; color: #222; font-size: 14px; line-height: 1.55; font-weight: 700; }

/* 注意書き */
.pl-line-sec .pl-line-section__note { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 28px auto 0; padding: 14px 18px; border-radius: 12px; background: #fff9d8; color: #222; }
.pl-line-sec .pl-line-note__icon { width: 40px; flex: 0 0 40px; margin: 0; }
.pl-line-sec .pl-line-note__icon img { display: block; width: 100%; }
.pl-line-sec .pl-line-note__text { margin: 0; font-size: 16px; line-height: 1.7; }
.pl-line-sec .pl-line-note__text strong { color: var(--pl-line-green); }

/* ===== スマホ表示 ===== */
@media (max-width: 900px) {
  .pl-line-sec .pl-line-section__inner { padding: 28px 20px 24px; border-radius: 16px; }
  .pl-line-sec .pl-line-section__grid { display: block; }
  .pl-line-sec .pl-line-section__ribbon { margin: 0 auto 20px; }
  .pl-line-sec .pl-line-section__title { font-size: clamp(28px, 8vw, 38px); line-height: 1.5; }
  .pl-line-sec .pl-line-section__lead { font-size: 15px; line-height: 1.9; padding-top: 18px; }
  .pl-line-sec .pl-line-qr { display: none; }
  .pl-line-sec .pl-line-section__visual { margin-top: 24px; }
  .pl-line-sec .pl-line-phone { max-width: 330px; }
  .pl-line-sec .pl-line-free-bubble { left: -10px; bottom: 76px; width: 112px; }
  .pl-line-sec .pl-line-cta { margin-top: -38px; }
  .pl-line-sec .pl-line-benefits__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .pl-line-sec .pl-line-benefits__item { min-height: auto; padding: 13px 8px; display: flex; align-items: center; text-align: left; gap: 10px; }
  .pl-line-sec .pl-line-benefits__item .wp-block-image { width: 42px; margin: 0; flex: 0 0 42px; }
  .pl-line-sec .pl-line-benefits__item img { width: 42px; height: 42px; }
  .pl-line-sec .pl-line-benefits__text { font-size: 13px; }
  .pl-line-sec .pl-line-section__note { align-items: flex-start; font-size: 14px; }
}
@media (max-width: 560px) {
  .pl-line-sec .pl-line-section__heading { display: block; }
  .pl-line-sec .pl-line-section__line-badge { width: 62px; margin-bottom: 12px; }
  .pl-line-sec .pl-line-benefits__list { grid-template-columns: 1fr; }
  .pl-line-sec .pl-line-benefits__item { min-height: 76px; }
  .pl-line-sec .pl-line-note__text { font-size: 14px; }
}

