@charset "utf-8";

:root{
  --brown:#4d4438;
  --brown-soft:#6c6050;
  --beige:#C8BB9B;
  --beige-dark:#C4AA70;
  --ivory:#f8f5ee;
  --gold:#a4874f;
  --line:#e8e0d1;
  --yellow:#f6ff02;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:20px}
body{margin:0;color:var(--brown);background:#fff;font-family:Meiryo,"Hiragino Kaku Gothic ProN",Arial,sans-serif;line-height:1.8}
img{max-width:100%;height:auto;border:0}
a{color:inherit;text-decoration:none}

.site-header{background:#fff}
.site-header__inner{width:1200px;max-width:100%;margin:0 auto}
.site-logo{display:block}
.site-logo img{display:block;width:100%}
.pc-nav{display:grid;grid-template-columns:repeat(9,1fr);width:100%;background:var(--beige)}
.pc-nav a{display:flex;min-height:70px;align-items:center;justify-content:center;padding:8px 4px;border-left:1px solid rgba(0,0,0,.16);color:#fff;font-size:12px;font-weight:600;text-align:center;transition:.25s}
.pc-nav a:last-child{border-right:1px solid rgba(0,0,0,.16)}
.pc-nav a:hover,.pc-nav a:focus,.pc-nav a[aria-current="page"]{color:var(--yellow);background:var(--beige-dark)}
.sp-menu,#spMenuCheck{display:none}

.page-main{width:1100px;max-width:calc(100% - 30px);margin:0 auto;padding:0 0 64px}
.hero-heading{position:relative;margin:38px 0 54px;padding:58px 30px 36px;overflow:hidden;border-radius:0 0 42px 42px;background:linear-gradient(145deg,#fbf9f4 0%,#f4eee2 100%);text-align:center}
.hero-heading::before,.hero-heading::after{content:"";position:absolute;border:1px solid rgba(164,135,79,.22);border-radius:50%}
.hero-heading::before{width:280px;height:280px;top:-170px;left:-100px}
.hero-heading::after{width:220px;height:220px;right:-80px;bottom:-150px}
.hero-heading__ornament{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px}
.hero-heading__ornament::before,.hero-heading__ornament::after{content:"";width:58px;height:1px;background:var(--gold)}
.hero-heading__ornament span{width:8px;height:8px;border:1px solid var(--gold);transform:rotate(45deg)}
.hero-heading__en,.section-heading__en,.contact-card__en{display:block;color:var(--gold);font-family:Georgia,"Times New Roman",serif;font-size:13px;font-weight:700;letter-spacing:.26em}
.hero-heading h1{margin:4px 0 12px;font-size:38px;font-weight:500;letter-spacing:.1em}
.hero-heading>p{margin:0;color:var(--brown-soft);font-size:14px}
.page-shortcuts{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:930px;margin:34px auto 0}
.page-shortcuts a{display:flex;align-items:center;justify-content:center;gap:10px;padding:13px 14px;border:1px solid rgba(164,135,79,.38);border-radius:999px;background:rgba(255,255,255,.8);font-size:13px;font-weight:700;transition:.25s}
.page-shortcuts a span{color:var(--gold);font-family:Georgia,serif;font-size:11px;letter-spacing:.12em}
.page-shortcuts a:hover{border-color:var(--beige-dark);background:var(--beige-dark);color:#fff;transform:translateY(-2px)}
.page-shortcuts a:hover span{color:var(--yellow)}

.content-section{margin:0 0 58px;scroll-margin-top:20px}
.content-section--tint{padding:38px 32px;border-radius:22px;background:var(--ivory)}
.section-heading{display:flex;align-items:center;gap:18px;margin-bottom:26px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.section-heading__number{display:grid;flex:0 0 58px;width:58px;height:58px;place-items:center;border:1px solid var(--beige-dark);border-radius:50%;color:var(--gold);font-family:Georgia,serif;font-size:18px}
.section-heading>div{flex:1}
.section-heading h2{margin:1px 0 3px;font-size:27px;font-weight:500;letter-spacing:.04em}
.section-heading p{margin:0;color:var(--brown-soft);font-size:13px}
.suumo-logo{width:130px;margin-left:auto}

.media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.media-card{position:relative;display:flex;min-height:292px;flex-direction:column;padding:28px 22px 22px;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;transition:.28s}
.media-card::after{content:"";position:absolute;right:-35px;bottom:-45px;width:110px;height:110px;border:1px solid rgba(164,135,79,.15);border-radius:50%}
.media-card:hover{border-color:#d7c7a8;box-shadow:0 14px 26px -20px rgba(75,63,43,.45);transform:translateY(-4px)}
.media-card__label{color:#a89166;font-family:Georgia,serif;font-size:10px;font-weight:700;letter-spacing:.18em}
.media-card__icon{display:grid;width:56px;height:56px;margin:16px 0 15px;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,var(--beige),var(--beige-dark));font-family:Georgia,serif;font-size:18px}
.media-card__icon--living{font-size:25px;font-style:italic}
.media-card__icon--sumai{font-family:Meiryo,sans-serif;font-size:20px}
.media-card h3{margin:0 0 7px;font-size:17px;line-height:1.5}
.media-card p{flex:1;margin:0 0 18px;color:var(--brown-soft);font-size:12px}
.media-card a,.property-card a{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--line);color:#7f673d;font-size:13px;font-weight:700;transition:.2s}
.media-card a:hover,.property-card a:hover{color:var(--beige-dark);padding-left:4px}

.property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.property-card{display:flex;min-height:205px;flex-direction:column;padding:22px;border:1px solid #e6dece;border-radius:13px;background:#fff;transition:.25s}
.property-card:hover{border-color:#cdbb97;transform:translateY(-3px)}
.property-card__type{align-self:flex-start;margin-bottom:13px;padding:3px 11px;border-radius:999px;color:#fff;background:var(--beige-dark);font-size:11px;font-weight:700}
.property-card h3{margin:0 0 8px;font-size:16px;line-height:1.5}
.property-card p{flex:1;margin:0 0 14px;color:var(--brown-soft);font-size:12px}

.used-property-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.used-property-item{display:grid;grid-template-columns:45% 1fr;min-height:240px;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;transition:.28s}
a.used-property-item:hover{border-color:#d7c7a8;box-shadow:0 14px 28px -22px rgba(75,63,43,.5);transform:translateY(-4px)}
.used-property-item__image{overflow:hidden;background:#eee}
.used-property-item__image img{display:block;width:100%;height:100%;object-fit:cover;transition:.35s}
a.used-property-item:hover img{transform:scale(1.035)}
.used-property-item__body{display:flex;flex-direction:column;justify-content:center;padding:24px}
.used-property-item__body>span{color:var(--gold);font-family:Georgia,serif;font-size:10px;font-weight:700;letter-spacing:.2em}
.used-property-item__body h3{margin:6px 0 8px;font-size:19px;font-weight:500}
.used-property-item__body p{margin:0;color:var(--brown-soft);font-size:12px}
.used-property-item__body b{margin-top:18px;color:#7f673d;font-size:13px}

.contact-card{position:relative;margin-top:62px;padding:42px 26px;overflow:hidden;border-radius:20px;background:linear-gradient(135deg,#51483c,#756650);color:#fff;text-align:center}
.contact-card::before{content:"";position:absolute;inset:10px;border:1px solid rgba(255,255,255,.22);border-radius:14px;pointer-events:none}
.contact-card__en{color:#ddcfb3}
.contact-card h2{position:relative;margin:4px 0 8px;font-size:25px;font-weight:500}
.contact-card p{position:relative;margin:0 0 20px;color:rgba(255,255,255,.82);font-size:13px}
.contact-button{position:relative;display:flex;width:330px;max-width:100%;align-items:center;justify-content:center;gap:14px;margin:0 auto;padding:12px 18px;border:1px solid rgba(255,255,255,.65);border-radius:999px;color:#fff;font-weight:700;transition:.25s}
.contact-button:hover{color:var(--yellow);background:rgba(255,255,255,.09);transform:translateY(-2px)}

.pagetop{margin:30px 0 0;text-align:center}
.pagetop a{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-bottom:1px solid var(--beige-dark);color:#6d604d;font-size:12px;font-weight:700}
.pagetop a:hover{color:var(--beige-dark)}
.site-footer{padding-bottom:18px;border-bottom:8px solid #d8c8a8;color:#4f493f;background:#f5f0e6;text-align:center;box-shadow:0 -5px 18px rgba(73,60,40,.08)}
.footer-banner{display:block;width:1000px;max-width:100%;margin:0 auto}
.footer-banner img{display:block;width:100%}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 12px;width:1100px;max-width:calc(100% - 30px);margin:16px auto 10px;font-size:12px}
.footer-nav a:hover{color:var(--beige-dark)}
.copyright{margin:0;font-size:11px;line-height:1.7}

@media screen and (max-width:900px){
  .media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .used-property-item{grid-template-columns:42% 1fr}
}

@media screen and (max-width:768px){
  .pc-nav{display:none}
  .sp-menu{display:block;padding:8px 0 10px}
  .sp-menu__button{display:block;width:88%;margin:0 auto;padding:11px 10px;border-radius:6px;color:#fff;background:var(--beige);font-weight:700;text-align:center;cursor:pointer}
  .sp-menu__box{display:none;width:88%;margin:6px auto 0}
  .sp-menu__box a{display:block;padding:11px 10px;border-radius:6px;color:#fff;background:var(--beige);text-align:center}
  #spMenuCheck:checked~.sp-menu__box{display:block}
  .page-main{max-width:calc(100% - 20px);padding-bottom:46px}
  .hero-heading{margin:18px 0 36px;padding:40px 15px 24px;border-radius:0 0 24px 24px}
  .hero-heading h1{font-size:29px}
  .hero-heading>p{font-size:12px}
  .pc-only{display:none}
  .page-shortcuts{grid-template-columns:1fr;gap:8px;margin-top:25px}
  .page-shortcuts a{padding:10px 12px}
  .content-section{margin-bottom:42px}
  .content-section--tint{padding:25px 12px;border-radius:15px}
  .section-heading{align-items:flex-start;gap:12px;margin-bottom:20px;padding-bottom:14px}
  .section-heading__number{flex-basis:44px;width:44px;height:44px;font-size:14px}
  .section-heading h2{font-size:21px;line-height:1.45}
  .section-heading p{font-size:11px}
  .section-heading__en{font-size:10px;letter-spacing:.18em}
  .suumo-logo{width:95px;margin-top:3px}
  .media-grid,.property-grid,.used-property-grid{grid-template-columns:1fr}
  .media-grid{gap:13px}
  .media-card{min-height:0;padding:22px 18px 18px}
  .media-card__icon{margin:12px 0}
  .property-card{min-height:0;padding:18px}
  .used-property-item{grid-template-columns:1fr;min-height:0}
  .used-property-item__image{aspect-ratio:16/9}
  .used-property-item__body{padding:20px}
  .contact-card{margin-top:45px;padding:35px 18px}
  .contact-card h2{font-size:21px}
  .footer-nav{display:none}
}

@media screen and (max-width:430px){
  .section-heading{display:grid;grid-template-columns:44px 1fr}
  .section-heading .suumo-logo{grid-column:2;margin:8px 0 0}
}


/*============================================================
  厳選中古物件・売却相談（2026-07-25 改良）
============================================================*/
.used-property-grid--single{grid-template-columns:1fr}
.used-property-card{display:grid;grid-template-columns:minmax(0,56%) 1fr;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 16px 30px -25px rgba(75,63,43,.5)}
.used-property-card__image{position:relative;display:block;min-height:360px;overflow:hidden;background:#eee}
.used-property-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.used-property-card__image>span{position:absolute;right:18px;bottom:18px;padding:8px 16px;border-radius:999px;color:#fff;background:rgba(65,56,45,.88);font-size:12px;font-weight:700;transition:.25s}
.used-property-card__image:hover img{transform:scale(1.025)}
.used-property-card__image:hover>span{color:var(--yellow);background:rgba(79,67,52,.96)}
.used-property-card__body{display:flex;flex-direction:column;justify-content:center;padding:34px 36px}
.used-property-card__label{color:var(--gold);font-family:Georgia,serif;font-size:10px;font-weight:700;letter-spacing:.2em}
.used-property-card__body h3{margin:8px 0 2px;font-size:27px;font-weight:500;letter-spacing:.04em}
.used-property-card__type{margin:0 0 20px;color:var(--brown-soft);font-size:14px;font-weight:700}
.used-property-card__spec{margin:0;border-top:1px solid var(--line)}
.used-property-card__spec>div{display:grid;grid-template-columns:90px 1fr;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}
.used-property-card__spec dt{color:#7b6e5d;font-size:12px}
.used-property-card__spec dd{margin:0;font-size:15px;font-weight:700}
.used-property-card__spec small{font-size:11px;font-weight:400}
.used-property-card__access{margin:17px 0;color:var(--brown-soft);font-size:12px;line-height:1.8}
.used-property-card__button,.sell-card__button{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:12px 16px;border-radius:8px;color:#fff;background:var(--beige-dark);font-size:13px;font-weight:700;transition:.25s}
.used-property-card__button:hover,.sell-card__button:hover{color:var(--yellow);background:#b29661;transform:translateY(-2px)}
.sell-section{scroll-margin-top:20px}
.sell-card{display:grid;grid-template-columns:minmax(0,62%) 1fr;align-items:stretch;overflow:hidden;border:1px solid #e3dac9;border-radius:18px;background:#fff}
.sell-card__visual{display:flex;align-items:center;background:#f3eee4}
.sell-card__visual img{display:block;width:100%;height:auto}
.sell-card__body{display:flex;flex-direction:column;justify-content:center;padding:28px 30px}
.sell-card__body>span{color:var(--gold);font-family:Georgia,serif;font-size:10px;font-weight:700;letter-spacing:.18em}
.sell-card__body h3{margin:7px 0 10px;font-size:20px;font-weight:500;line-height:1.55}
.sell-card__body p{margin:0 0 20px;color:var(--brown-soft);font-size:12px}
.sell-card__button{margin-top:0}

@media screen and (max-width:900px){
  .page-shortcuts{grid-template-columns:repeat(2,1fr)}
  .used-property-card{grid-template-columns:52% 1fr}
  .used-property-card__body{padding:26px}
  .sell-card{grid-template-columns:1fr}
  .sell-card__visual img{width:100%}
}

@media screen and (max-width:768px){
  .page-shortcuts{grid-template-columns:1fr}
  .used-property-card{grid-template-columns:1fr}
  .used-property-card__image{min-height:0;aspect-ratio:3/2}
  .used-property-card__body{padding:22px 18px}
  .used-property-card__body h3{font-size:23px}
  .used-property-card__spec>div{grid-template-columns:78px 1fr}
  .sell-card__body{padding:22px 18px}
}
/*==================================================
  ページ上部へ（標準デザイン）
==================================================*/

.page-top-wrap{
    text-align:center;
    margin:50px 0 25px;
}

.page-top-btn{
    display:inline-block;
    padding:12px 34px;
    border:2px solid #C8BB9B;
    border-radius:999px;
    background:#fff;
    color:#6b5b47;
    font-size:15px;
    font-weight:bold;
    letter-spacing:.05em;
    transition:.3s;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.page-top-btn:hover{
    background:#C4AA70;
    border-color:#C4AA70;
    color:#f6ff02;
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(0,0,0,.15);
}

.page-top-btn::before{
    content:"▲";
    margin-right:8px;
    font-size:12px;
}
/*============================================================
  厳選中古物件カードを約3分の2サイズに調整
============================================================*/
@media screen and (min-width: 901px){
  .used-property-grid--single{
    width: 668px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }

  .used-property-card{
    grid-template-columns: minmax(0,42%) 1fr;
    border-radius: 13px;
  }

  .used-property-card__image{
    min-height: 210px;
  }

  .used-property-card__body{
    padding: 18px 20px;
  }

  .used-property-card__body h3{
    margin: 6px 0 2px;
    font-size: 22px;
  }

  .used-property-card__type{
    margin-bottom: 14px;
    font-size: 12px;
  }

  .used-property-card__spec > div{
    grid-template-columns: 76px 1fr;
    padding: 8px 0;
  }

  .used-property-card__spec dt{
    font-size: 11px;
  }

  .used-property-card__spec dd{
    font-size: 13px;
  }

  .used-property-card__access{
    margin: 12px 0;
    font-size: 11px;
    line-height: 1.7;
  }

  .used-property-card__button{
    padding: 9px 13px;
    font-size: 12px;
  }

  .used-property-card__image > span{
    right: 12px;
    bottom: 12px;
    padding: 6px 12px;
    font-size: 11px;
  }
}

/* CMS広告が0件の場合 */
.advertisement-empty-public{grid-column:1/-1;margin:0;padding:32px;border:1px solid var(--line);border-radius:14px;background:#fff;text-align:center;color:var(--brown-soft)}


/* 厳選中古物件：売却相談バナーに近い高さのコンパクト表示 */
@media screen and (min-width:901px){
  .used-property-grid--single{width:668px;max-width:100%;margin:0 auto}
  .used-property-card{grid-template-columns:245px minmax(0,1fr);height:204px;border-radius:12px}
  .used-property-card__image{min-height:0;height:204px}
  .used-property-card__body{padding:13px 15px 12px;overflow:hidden}
  .used-property-card__label{font-size:9px;letter-spacing:.14em}
  .used-property-card__body h3{margin:4px 0 0;font-size:18px;line-height:1.35}
  .used-property-card__type{margin:0 0 5px;font-size:10px}
  .used-property-card__spec{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .used-property-card__spec>div{display:flex;gap:6px;grid-template-columns:none;padding:5px 5px 5px 0;font-size:10px;min-width:0}
  .used-property-card__spec>div:nth-child(even){padding-left:8px;border-left:1px solid var(--line)}
  .used-property-card__spec dt{flex:0 0 auto;font-size:10px}
  .used-property-card__spec dd{min-width:0;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .used-property-card__spec small{font-size:9px}
  .used-property-card__access{max-height:34px;overflow:hidden;margin:6px 0;font-size:10px;line-height:1.65}
  .used-property-card__button{align-self:flex-start;margin-top:auto;padding:6px 10px;font-size:10px}
  .used-property-card__image>span{right:10px;bottom:10px;padding:5px 9px;font-size:10px}
}

/*============================================================
  厳選中古物件：文字の視認性を改善（高さは維持）
============================================================*/
@media screen and (min-width:901px){
  .used-property-card__label{
    color:#8a6d34;
    font-size:10px;
    font-weight:700;
    letter-spacing:.16em;
  }
  .used-property-card__body h3{
    color:#241f1a;
    font-size:20px;
    font-weight:700;
    line-height:1.3;
  }
  .used-property-card__type{
    color:#4f463c;
    font-size:11px;
    font-weight:700;
  }
  .used-property-card__spec dt{
    color:#6d5e49;
    font-size:11px;
    font-weight:700;
  }
  .used-property-card__spec dd{
    color:#2f2922;
    font-size:11px;
    font-weight:600;
  }
  .used-property-card__spec small{
    color:#655b4e;
    font-size:10px;
  }
  .used-property-card__access{
    color:#413930;
    font-size:11px;
    font-weight:500;
    line-height:1.6;
  }
  .used-property-card__button{
    padding:7px 11px;
    font-size:11px;
    font-weight:700;
  }
}

/*============================================================
  厳選中古物件：アクセス文と資料ボタンの重なり修正
  PCではアクセスを左、資料ボタンを右下に固定します。
============================================================*/
@media screen and (min-width:901px){
  .used-property-card__body{
    position:relative;
    justify-content:flex-start;
    padding:13px 15px 12px;
    padding-bottom:50px;
  }

  .used-property-card__access{
    max-height:none;
    margin:6px 0 0;
    padding-right:128px;
    overflow:visible;
  }

  .used-property-card__button{
    position:absolute;
    right:15px;
    bottom:12px;
    width:auto;
    min-width:112px;
    margin:0;
    padding:8px 12px;
    justify-content:center;
    gap:8px;
    white-space:nowrap;
  }
}

/* スマホでは通常の縦並びに戻します */
@media screen and (max-width:900px){
  .used-property-card__body{
    position:static;
  }

  .used-property-card__access{
    max-height:none;
    padding-right:0;
    overflow:visible;
  }

  .used-property-card__button{
    position:static;
    width:100%;
    min-width:0;
    margin-top:14px;
  }
}
