@charset "utf-8";
/* ===========================================================
   SUMAiiタウン 物件詳細ページ（食べログ型UI）
   基準: PC 980px固定 / SP 〜767px
   =========================================================== */
html{font-size:62.5%;}
*,*::before,*::after{box-sizing:border-box;}
body{
  margin:0;color:#595960;background:#fff;
  font-family:"メイリオ","Meiryo","Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:1.2rem;line-height:1.4;-webkit-text-size-adjust:100%;
}
img{border:0;vertical-align:top;max-width:100%;}
a{color:#1a6b3c;text-decoration:none;}
a:hover{text-decoration:underline;}
ul,ol,dl,dd,figure{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4,p{margin:0;font-size:inherit;font-weight:inherit;}
table{border-collapse:collapse;border-spacing:0;}
button{font:inherit;}

.l-contents{width:980px;margin:0 auto;}
.sp-only{display:none;}

/* ---------- ヘッダー ---------- */
.p-header-top{border-top:2px solid #347448;background:#fff;}
.p-header-top .l-contents{display:flex;justify-content:flex-end;align-items:center;height:29px;}
.p-user-menu{display:flex;gap:16px;}
.p-user-menu__item{font-size:1.1rem;}
.p-user-menu__item a{color:#1a6b3c;}
.badge-v{display:inline-block;background:#0b318f;color:#fff;font-size:1rem;border-radius:2px;padding:1px 4px;margin-right:3px;}

.p-header-bottom{padding:10px 0;background:#fff;box-shadow:0 2px 2px -1px #eeece4;position:relative;z-index:10;}
.p-header-bottom .l-contents{display:flex;align-items:center;gap:16px;}
.p-header__logo{flex:0 0 auto;}
.p-header__logo-mark{display:block;font-family:Arial,sans-serif;font-size:2.4rem;font-weight:bold;color:#347448;letter-spacing:-.02em;line-height:1;}
.p-header__logo-mark small{display:block;font-size:.9rem;color:#b4b4b4;font-weight:normal;letter-spacing:.04em;margin-top:2px;}
.p-global-search{flex:1 1 auto;display:flex;align-items:stretch;border:1px solid #d2d2d2;border-radius:3px;background:#fff;height:38px;}
.p-global-search__cell{display:flex;align-items:center;padding:0 8px;border-right:1px solid #e1e1e1;}
.p-global-search__cell input{border:0;outline:none;font-size:1.2rem;color:#13131e;background:transparent;height:100%;width:100%;}
.p-global-search__cell--area{width:170px;}
.p-global-search__cell--key{flex:1 1 auto;}
.p-global-search__cell--date{width:112px;}
.p-global-search__cell--time{width:84px;}
.p-global-search__cell--member{width:90px;border-right:0;}
.p-global-search__btn{flex:0 0 auto;width:64px;border:0;border-radius:0 2px 2px 0;cursor:pointer;
  color:#fff;font-weight:bold;font-size:1.3rem;text-shadow:0 -1px 0 rgba(0,0,0,.3);
  background:linear-gradient(to bottom,#3f8b55,#2f6b43);}

/* ---------- パンくず ---------- */
.c-breadcrumbs{padding:8px 0 6px;color:#595960;font-size:1.1rem;}
.c-breadcrumbs__item{display:inline;white-space:nowrap;}
.c-breadcrumbs__item::after{content:" > ";color:#b4b4b4;}
.c-breadcrumbs__item.is-current::after{content:"";}

/* ---------- 店舗ヘッダー ---------- */
.rstdtl-header{padding-bottom:14px;}
.rdheader-wrap{display:flex;gap:20px;align-items:flex-start;}
.rdheader-info-wrap{width:660px;flex:0 0 660px;}
.owner-badge__icon{display:inline-block;border:1px solid #2f6b43;color:#2f6b43;background:#eef5f0;
  font-size:1.1rem;font-weight:bold;border-radius:2px;padding:2px 6px;}
.owner-badge__note{color:#949499;font-size:1.1rem;margin-left:6px;}
.pillow-word{display:block;color:#949499;font-size:1.2rem;margin:6px 0 2px;}
.rdheader-rstname{margin-bottom:10px;}
.display-name{display:inline;font-size:2.2rem;font-weight:bold;color:#13131e;line-height:1.2;}
.rdheader-counts{display:flex;align-items:center;gap:22px;padding:8px 0 12px;border-bottom:1px solid #e1e1e1;}
.rdheader-rating__score{display:flex;align-items:center;gap:6px;}
.c-rating__star{display:inline-block;position:relative;font-size:1.6rem;letter-spacing:1px;color:#e1e1e1;line-height:1;}
.c-rating__star::before{content:"\2605\2605\2605\2605\2605";}
.c-rating__star i{position:absolute;left:0;top:0;overflow:hidden;color:#347448;white-space:nowrap;}
.c-rating__star i::before{content:"\2605\2605\2605\2605\2605";}
.rdheader-rating__score-val{color:#e10000;font-family:Arial,sans-serif;font-size:2.8rem;font-weight:bold;line-height:1;}
.rdheader-counts__item{font-size:1.2rem;color:#595960;}
.rdheader-counts__item em{font-style:normal;font-family:Arial,sans-serif;font-size:1.6rem;font-weight:bold;color:#13131e;}

.rdheader-subinfo{padding-top:10px;}
.rdheader-subinfo__item{display:flex;gap:8px;padding:4px 0;font-size:1.2rem;}
.rdheader-subinfo__item-title{flex:0 0 74px;font-weight:bold;color:#13131e;}
.rdheader-subinfo__item-text{flex:1 1 auto;}
.rdheader-subinfo__item-text .sep{color:#d2d2d2;margin:0 4px;}
.linktree{border-bottom:1px dotted #1a6b3c;color:#1a6b3c;cursor:pointer;}
.rdheader-detail-link{display:inline-block;margin-top:10px;padding-left:12px;position:relative;font-size:1.2rem;}
.rdheader-detail-link::before{content:"\25B6";color:#347448;font-size:.8rem;position:absolute;left:0;top:3px;}

/* 予約パネル */
.rstdtl-side-yoyaku{width:300px;flex:0 0 300px;border:1px solid #e1e1e1;border-radius:3px;padding:12px;background:#fff;}
.rstdtl-side-yoyaku__vacancy{background:#fff2f2;border:1px solid #f0c2c2;color:#e10000;font-size:1.2rem;font-weight:bold;
  text-align:center;border-radius:3px;padding:5px;margin-bottom:10px;}
.c-btn-yoyaku{display:block;width:100%;padding:13px 0;border:1px solid #cf6f18;border-radius:3px;cursor:pointer;
  color:#fff;font-size:1.7rem;font-weight:bold;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,.3);
  background:linear-gradient(to bottom,#e8842a,#cf6f18);}
.c-btn-yoyaku:hover{text-decoration:none;opacity:.9;}
.rstdtl-side-yoyaku__point{display:flex;align-items:center;gap:6px;justify-content:center;margin:10px 0 6px;font-size:1.2rem;}
.c-badge-tpoint{display:inline-block;background:#0b318f;color:#fff;font-size:1rem;font-weight:bold;border-radius:2px;padding:2px 5px;}
.rstdtl-side-yoyaku__tel{border-top:1px solid #e1e1e1;margin-top:12px;padding-top:12px;}
.rstdtl-side-yoyaku__tel-number{display:block;color:#13131e;font-family:Arial,sans-serif;font-size:2.5rem;font-weight:bold;line-height:1.2;}
.rstdtl-side-yoyaku__note{color:#949499;font-size:1.1rem;margin-top:6px;line-height:1.6;}

/* ---------- タブナビ ---------- */
.rstdtl-navi{border-bottom:3px solid #347448;margin-bottom:20px;}
.rstdtl-navi__list{display:flex;}
.rstdtl-navi__item{flex:1 1 auto;text-align:center;}
.rstdtl-navi__target{display:block;padding:10px 4px;font-size:1.3rem;font-weight:bold;color:#1a6b3c;
  border:1px solid #e1e1e1;border-bottom:0;border-right:0;background:#fafafa;}
.rstdtl-navi__item:last-child .rstdtl-navi__target{border-right:1px solid #e1e1e1;}
.rstdtl-navi__item.is-current .rstdtl-navi__target{background:#347448;color:#fff;border-color:#347448;}
.rstdtl-navi__num{font-family:Arial,sans-serif;font-size:1.1rem;color:#949499;margin-left:2px;}
.rstdtl-navi__item.is-current .rstdtl-navi__num{color:#fff;}

/* ---------- 共通セクション ---------- */
.rstdtl-section{margin-bottom:34px;}
.rstdtl-section__title{font-size:1.8rem;font-weight:bold;color:#13131e;border-left:5px solid #347448;
  padding-left:10px;margin-bottom:14px;line-height:1.3;}
.rstdtl-section__title .num{font-family:Arial,sans-serif;color:#949499;font-size:1.4rem;margin-left:6px;}
.more-link{display:block;margin-top:14px;padding:11px 0;text-align:center;font-size:1.3rem;font-weight:bold;
  border:1px solid #d2d2d2;border-radius:3px;background:linear-gradient(to bottom,#fff,#f4f4f4);color:#13131e;}

/* メイン写真 */
.rstdtl-mainphotos{display:flex;gap:2px;margin-bottom:18px;}
.rstdtl-mainphotos__item{flex:1 1 0;height:210px;overflow:hidden;background:#eee;}
.rstdtl-mainphotos__item img{width:100%;height:100%;object-fit:cover;}

/* PRコメント */
.rstdtl-pr__catch{font-size:1.4rem;font-weight:bold;color:#13131e;margin-bottom:8px;line-height:1.6;}
.rstdtl-pr__body{font-size:1.2rem;line-height:1.8;}

/* こだわり */
.kodawari-list{display:flex;gap:10px;}
.kodawari-item{flex:1 1 0;border:1px solid #e1e1e1;border-radius:3px;overflow:hidden;background:#fff;min-width:0;}
.kodawari-item__img{height:130px;background:#eee;}
.kodawari-item__img img{width:100%;height:100%;object-fit:cover;}
.kodawari-item__body{padding:8px 10px 12px;}
.kodawari-item__cat{display:inline-block;background:#f4f4f4;color:#595960;font-size:1.1rem;border-radius:2px;padding:1px 6px;margin-bottom:5px;}
.kodawari-item__lead{font-size:1.2rem;font-weight:bold;color:#13131e;line-height:1.5;}

/* コース */
.course-item{border:1px solid #e1e1e1;border-radius:3px;padding:14px;margin-bottom:12px;display:flex;gap:14px;}
.course-item__img{flex:0 0 180px;height:135px;background:#eee;overflow:hidden;border-radius:2px;}
.course-item__img img{width:100%;height:100%;object-fit:cover;}
.course-item__main{flex:1 1 auto;min-width:0;}
.course-item__badge{display:inline-block;background:#e10000;color:#fff;font-size:1.1rem;font-weight:bold;border-radius:2px;padding:2px 7px;margin-bottom:6px;}
.course-item__name{font-size:1.4rem;font-weight:bold;color:#1a6b3c;line-height:1.5;margin-bottom:6px;}
.course-item__num{color:#949499;font-size:1.1rem;font-weight:normal;}
.course-item__desc{font-size:1.2rem;line-height:1.7;margin-bottom:8px;white-space:pre-line;}
.course-item__price{display:flex;align-items:baseline;gap:8px;margin-bottom:4px;}
.course-item__price-before{color:#949499;text-decoration:line-through;font-size:1.2rem;}
.course-item__price-now{color:#e10000;font-family:Arial,sans-serif;font-size:2.2rem;font-weight:bold;}
.course-item__price-now .yen{font-size:1.3rem;}
.course-item__member{font-size:1.2rem;color:#595960;}
.course-item__side{flex:0 0 150px;display:flex;flex-direction:column;gap:6px;}
.c-btn-reserve{display:block;padding:10px 0;border:1px solid #cf6f18;border-radius:3px;text-align:center;
  color:#fff;font-size:1.4rem;font-weight:bold;text-shadow:0 -1px 0 rgba(0,0,0,.3);
  background:linear-gradient(to bottom,#e8842a,#cf6f18);}
.c-btn-reserve:hover{text-decoration:none;opacity:.9;}
.c-btn-detail{display:block;padding:9px 0;border:1px solid #d2d2d2;border-radius:3px;text-align:center;
  color:#13131e;font-size:1.2rem;font-weight:bold;background:linear-gradient(to bottom,#fff,#f4f4f4);}
.course-item__coupon{margin-top:10px;border-top:1px dotted #d2d2d2;padding-top:8px;}
.coupon-row{display:flex;align-items:center;gap:8px;font-size:1.2rem;padding:4px 0;}
.coupon-label{flex:0 0 auto;background:#e10000;color:#fff;font-size:1rem;font-weight:bold;border-radius:2px;padding:2px 6px;}
.coupon-row__text{flex:1 1 auto;color:#1a6b3c;}

/* クーポン一覧 */
.coupon-list{border:1px solid #e1e1e1;border-radius:3px;}
.coupon-list__item{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #e1e1e1;font-size:1.2rem;}
.coupon-list__item:last-child{border-bottom:0;}
.coupon-list__text{flex:1 1 auto;color:#1a6b3c;}
.coupon-list__detail{flex:0 0 auto;color:#1a6b3c;font-size:1.1rem;}
.u-note{color:#949499;font-size:1.1rem;margin-top:8px;line-height:1.6;}

/* 投稿写真 */
.photo-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;}
.photo-grid__item{aspect-ratio:1/1;overflow:hidden;background:#eee;}
.photo-grid__item img{width:100%;height:100%;object-fit:cover;}

/* 口コミ */
.review-item{border-bottom:1px solid #e1e1e1;padding:16px 0;display:flex;gap:14px;}
.review-item__user{flex:0 0 110px;text-align:center;}
.review-item__icon{width:70px;height:70px;border-radius:50%;overflow:hidden;margin:0 auto 6px;background:#eee;}
.review-item__icon img{width:100%;height:100%;object-fit:cover;}
.review-item__name{font-size:1.2rem;font-weight:bold;color:#1a6b3c;word-break:break-all;}
.review-item__stats{font-size:1.1rem;color:#949499;margin-top:4px;line-height:1.6;}
.review-item__body{flex:1 1 auto;min-width:0;}
.review-item__pickup{display:inline-block;background:#eef5f0;border:1px solid #cbe0d2;color:#2f6b43;
  font-size:1.1rem;font-weight:bold;border-radius:2px;padding:2px 7px;margin-bottom:6px;}
.review-item__title{font-size:1.5rem;font-weight:bold;color:#13131e;line-height:1.5;margin-bottom:8px;}
.review-item__text{font-size:1.2rem;line-height:1.9;white-space:pre-line;color:#595960;}
.review-item__foot{display:flex;align-items:center;gap:14px;margin-top:10px;font-size:1.1rem;color:#949499;}
.review-item__like{border:1px solid #d2d2d2;border-radius:3px;padding:3px 9px;background:#fff;}

/* 店舗基本情報 */
.rstinfo-table{width:100%;border:1px solid #e1e1e1;font-size:1.2rem;}
.rstinfo-table th,.rstinfo-table td{border-bottom:1px solid #e1e1e1;padding:12px 14px;text-align:left;vertical-align:top;line-height:1.8;}
.rstinfo-table th{width:150px;background:#fafafa;color:#13131e;font-weight:bold;}
.rstinfo-table tr:last-child th,.rstinfo-table tr:last-child td{border-bottom:0;}
.rstinfo-sub{color:#949499;font-size:1.1rem;}
.rstinfo-table .tel{font-family:Arial,sans-serif;font-size:2rem;font-weight:bold;color:#13131e;}

/* キーワード */
.keyword-list{display:flex;flex-wrap:wrap;gap:8px;}
.keyword-list a{border:1px solid #d2d2d2;border-radius:14px;padding:5px 12px;font-size:1.2rem;background:#fff;}

/* フッター */
.p-footer{border-top:1px solid #e1e1e1;margin-top:40px;padding:24px 0 40px;background:#fafafa;}
.p-footer__nav{display:flex;flex-wrap:wrap;gap:14px;font-size:1.1rem;margin-bottom:14px;}
.p-footer__copy{font-size:1.1rem;color:#949499;}

.sp-fixed-cta{display:none;}

/* ===========================================================
   SP (〜767px) : 食べログ スマホ版レイアウト
   =========================================================== */
@media screen and (max-width:20000px){
  .sp-only{display:block;}
  .pc-only{display:none !important;}
  .l-contents{width:auto;}
  body{background:#f4f4f4;padding-bottom:64px;}

  .p-header-top{display:none;}
  .p-header-bottom{position:sticky;top:0;padding:0;box-shadow:0 1px 2px rgba(0,0,0,.12);border-top:2px solid #347448;}
  .p-header-bottom .l-contents{height:48px;padding:0 12px;gap:10px;}
  .p-header__logo-mark{font-size:2rem;}
  .p-header__logo-mark small{display:none;}
  .p-global-search{display:none;}
  .p-header__login{margin-left:auto;font-size:1.2rem;color:#1a6b3c;}

  .c-breadcrumbs{display:none;}

  .rstdtl-mainphotos{gap:0;margin:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;}
  .rstdtl-mainphotos__item{flex:0 0 100%;height:240px;scroll-snap-align:start;}

  .rstdtl-header{background:#fff;padding:14px 14px 10px;margin-bottom:8px;}
  .rdheader-wrap{display:block;}
  .rdheader-info-wrap{width:auto;flex:none;}
  .display-name{display:block;font-size:1.9rem;}
  .pillow-word{font-size:1.1rem;}
  .rdheader-counts{gap:14px;flex-wrap:wrap;padding:10px 0;}
  .rdheader-rating__score-val{font-size:2.4rem;}
  .rdheader-subinfo__item-title{flex-basis:66px;}

  .rstdtl-side-yoyaku{width:auto;flex:none;border:0;border-top:1px solid #e1e1e1;border-radius:0;margin-top:12px;padding:12px 0 0;}
  .rstdtl-side-yoyaku__tel-number{font-size:2.1rem;}

  .rstdtl-navi{background:#fff;margin-bottom:8px;overflow-x:auto;}
  .rstdtl-navi__list{min-width:max-content;}
  .rstdtl-navi__item{flex:0 0 auto;}
  .rstdtl-navi__target{padding:11px 16px;border:0;border-bottom:3px solid transparent;background:#fff;white-space:nowrap;}
  .rstdtl-navi__item.is-current .rstdtl-navi__target{background:#fff;color:#13131e;border-bottom-color:#347448;}

  .rstdtl-section{background:#fff;margin:0 0 8px;padding:16px 14px;}
  .rstdtl-section__title{font-size:1.6rem;}

  .kodawari-list{overflow-x:auto;gap:8px;}
  .kodawari-item{flex:0 0 68%;}

  .course-item{display:block;padding:12px;}
  .course-item__img{width:100%;flex:none;height:170px;margin-bottom:10px;}
  .course-item__side{flex:none;margin-top:10px;}

  .photo-grid{grid-template-columns:repeat(3,1fr);gap:3px;}

  .review-item{display:block;}
  .review-item__user{display:flex;align-items:center;gap:10px;text-align:left;margin-bottom:10px;}
  .review-item__icon{width:44px;height:44px;margin:0;flex:0 0 44px;}

  .rstinfo-table,.rstinfo-table tbody,.rstinfo-table tr,.rstinfo-table th,.rstinfo-table td{display:block;width:auto;}
  .rstinfo-table th{border-bottom:0;padding:10px 12px 4px;}
  .rstinfo-table td{padding:0 12px 12px;}

  .p-footer{margin-top:0;}

  .sp-fixed-cta{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:50;gap:8px;padding:8px 10px;
    background:rgba(255,255,255,.96);border-top:1px solid #e1e1e1;box-shadow:0 -2px 6px rgba(0,0,0,.08);}
  .sp-fixed-cta__tel{flex:0 0 96px;display:flex;flex-direction:column;align-items:center;justify-content:center;
    border:1px solid #d2d2d2;border-radius:4px;background:#fff;color:#13131e;font-size:1.1rem;font-weight:bold;}
  .sp-fixed-cta__yoyaku{flex:1 1 auto;display:flex;align-items:center;justify-content:center;
    border:1px solid #cf6f18;border-radius:4px;color:#fff;font-size:1.6rem;font-weight:bold;
    text-shadow:0 -1px 0 rgba(0,0,0,.3);background:linear-gradient(to bottom,#e8842a,#cf6f18);padding:12px 0;}
}

/* ===========================================================
   追加パーツ（食べログUI再現・第2弾）
   =========================================================== */

/* --- 閲覧人数バッジ --- */
.viewing-now{display:inline-flex;align-items:center;gap:6px;background:#fff2f2;border:1px solid #f0c2c2;
  border-radius:3px;padding:5px 10px;color:#e10000;font-size:1.2rem;font-weight:bold;line-height:1.2;}
.viewing-now::before{content:"";width:8px;height:8px;border-radius:50%;background:#e10000;
  animation:vnPulse 1.6s ease-in-out infinite;}
.viewing-now__num{font-family:Arial,sans-serif;font-size:1.7rem;}
@keyframes vnPulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.35;transform:scale(.75);}}
@media (prefers-reduced-motion:reduce){.viewing-now::before{animation:none;}}

/* --- 保存ボタン --- */
.rdheader-action{display:flex;gap:8px;margin-top:10px;align-items:center;}
.c-btn-hozon{display:inline-flex;align-items:center;gap:5px;border:1px solid #d2d2d2;border-radius:3px;
  padding:7px 14px;background:linear-gradient(to bottom,#fff,#f4f4f4);color:#13131e;font-size:1.2rem;font-weight:bold;cursor:pointer;}
.c-btn-hozon::before{content:"\2661";color:#e10000;font-size:1.4rem;line-height:1;}
.c-btn-hozon.is-saved::before{content:"\2665";}

/* --- 予約パネル：条件セレクタ --- */
.booking-search{border:1px solid #e1e1e1;border-radius:3px;margin-bottom:10px;background:#fff;}
.booking-search__row{display:flex;align-items:center;border-bottom:1px solid #e1e1e1;padding:8px 10px;gap:8px;}
.booking-search__row:last-child{border-bottom:0;}
.booking-search__label{flex:0 0 44px;font-size:1.1rem;font-weight:bold;color:#949499;}
.booking-search__value{flex:1 1 auto;font-size:1.4rem;font-weight:bold;color:#13131e;cursor:pointer;
  border-bottom:1px dotted #1a6b3c;}
.booking-search__value::after{content:" \25BC";font-size:.9rem;color:#1a6b3c;}
.booking-search__sel{flex:1 1 auto;border:1px solid #d2d2d2;border-radius:3px;padding:6px;font-size:1.3rem;background:#fff;}

/* --- 月間カレンダー（食べログ .calendar-monthly 準拠） --- */
.calendar-monthly{position:relative;padding:3px;border:1px solid #e1e1e1;border-radius:3px;background:#fff;
  box-shadow:0 1px 2px 1px rgba(0,0,0,.08);margin-bottom:10px;}
.calendar-monthly.is-hidden{display:none;}
.calendar{border-collapse:collapse;width:100%;table-layout:fixed;}
.calendar__caption{margin:8px auto 4px;color:#13131e;text-align:center;font-size:1.3rem;font-weight:bold;}
.calendar__week{padding:8px 2px 3px;border-bottom:1px solid #ded7c2;font-weight:normal;font-size:1.1rem;
  text-align:center;line-height:1;}
.calendar__week--sat{color:#1a6b3c;}
.calendar__week--sun{color:#c30;}
.calendar__cell{padding:1px;text-align:center;vertical-align:top;background:#fff;}
.calendar__day{appearance:none;display:block;width:100%;cursor:pointer;margin:0;padding:7px 0;
  border:1px solid transparent;border-radius:2px;color:#13131e;text-align:center;white-space:nowrap;line-height:1;
  background:transparent;font-family:Arial,sans-serif;font-size:1.3rem;}
.calendar__day:hover{background:#eef5f0;}
.calendar__day--sat{background:#e6f7ff;}
.calendar__day--sun{background:#fee;}
.calendar__day--disabled{cursor:default;color:#b3b3b6;background:#fafafa;}
.calendar__day--disabled:hover{background:#fafafa;}
.calendar__day.is-current{border-color:#347448;font-weight:bold;}
.calendar__day.is-selected{background:#347448;color:#fff;font-weight:bold;}
.calendar__mark{display:block;font-size:1rem;line-height:1;margin-top:2px;color:#e8842a;}
.calendar__day--disabled .calendar__mark{color:#c8c8c8;}
.calendar-monthly__nav{display:block;position:absolute;top:8px;right:8px;left:8px;height:0;}
.calendar-monthly__target{position:absolute;top:0;cursor:pointer;border:1px solid #d6ceb5;border-radius:2px;
  width:52px;height:21px;color:#347448;font-size:1rem;text-align:center;line-height:19px;white-space:nowrap;background:#fff;}
.calendar-monthly__target--prev{left:0;}
.calendar-monthly__target--next{right:0;}
.calendar-monthly__target[disabled]{color:#c8c8c8;cursor:default;}
.calendar-legend{display:flex;flex-wrap:wrap;gap:10px;padding:6px 4px 8px;font-size:1.05rem;color:#949499;}

/* --- 空席（空き枠）状況テーブル --- */
.vacancy{border:1px solid #e1e1e1;border-radius:3px;overflow-x:auto;}
.vacancy__table{width:100%;min-width:640px;border-collapse:collapse;}
.vacancy__table th,.vacancy__table td{border:1px solid #e1e1e1;text-align:center;padding:8px 4px;font-size:1.2rem;}
.vacancy__table thead th{background:#fafafa;font-weight:bold;color:#13131e;line-height:1.4;}
.vacancy__table thead th small{display:block;font-size:1rem;font-weight:normal;color:#949499;}
.vacancy__table thead th.is-sat{color:#1a6b3c;}
.vacancy__table thead th.is-sun{color:#c30;}
.vacancy__table tbody th{background:#fafafa;width:96px;font-weight:bold;color:#13131e;}
.vacancy__mark{display:block;font-size:1.6rem;line-height:1.2;}
.vacancy__mark--o{color:#e8842a;}
.vacancy__mark--t{color:#e8842a;}
.vacancy__mark--x{color:#c8c8c8;}
.vacancy__cell{cursor:pointer;}
.vacancy__cell:hover{background:#eef5f0;}
.vacancy__cell.is-closed{background:#fafafa;cursor:default;}

/* --- 写真サブナビ --- */
.photo-subnav{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px;}
.photo-subnav__item{border:1px solid #d2d2d2;border-radius:14px;padding:5px 14px;font-size:1.2rem;
  background:#fff;color:#1a6b3c;cursor:pointer;}
.photo-subnav__item.is-current{background:#347448;border-color:#347448;color:#fff;font-weight:bold;}
.photo-subnav__num{font-family:Arial,sans-serif;font-size:1.1rem;margin-left:3px;opacity:.8;}

/* --- 評価分布 --- */
.rating-breakdown{display:flex;gap:24px;flex-wrap:wrap;border:1px solid #e1e1e1;border-radius:3px;padding:14px 18px;margin-bottom:16px;}
.rating-breakdown__item{display:flex;align-items:center;gap:8px;font-size:1.2rem;}
.rating-breakdown__label{color:#595960;}
.rating-breakdown__val{font-family:Arial,sans-serif;font-size:1.6rem;font-weight:bold;color:#e10000;}

/* --- よくある質問（アコーディオン） --- */
.faq-list{border:1px solid #e1e1e1;border-radius:3px;}
.faq-item{border-bottom:1px solid #e1e1e1;}
.faq-item:last-child{border-bottom:0;}
.faq-item__q{display:flex;align-items:center;gap:10px;width:100%;padding:14px;background:#fff;border:0;
  text-align:left;font-size:1.3rem;font-weight:bold;color:#13131e;cursor:pointer;}
.faq-item__q::before{content:"Q";flex:0 0 auto;width:20px;height:20px;border-radius:50%;background:#347448;color:#fff;
  font-family:Arial,sans-serif;font-size:1.2rem;line-height:20px;text-align:center;}
.faq-item__q::after{content:"\25BC";margin-left:auto;font-size:1rem;color:#949499;transition:transform .2s;}
.faq-item.is-open .faq-item__q::after{transform:rotate(180deg);}
.faq-item__a{display:none;padding:0 14px 16px 44px;font-size:1.2rem;line-height:1.9;color:#595960;}
.faq-item.is-open .faq-item__a{display:block;}

/* --- 周辺スポット --- */
.spot-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 24px;}
.spot-list li{display:flex;justify-content:space-between;gap:10px;border-bottom:1px dotted #e1e1e1;padding:9px 2px;font-size:1.2rem;}
.spot-list li span{color:#949499;font-family:Arial,sans-serif;flex:0 0 auto;}

/* --- 間取り図 --- */
.floor-list{display:flex;gap:14px;}
.floor-item{flex:1 1 0;border:1px solid #e1e1e1;border-radius:3px;background:#fff;overflow:hidden;min-width:0;}
.floor-item__head{display:flex;align-items:baseline;gap:8px;padding:10px 12px;border-bottom:1px solid #e1e1e1;background:#fafafa;}
.floor-item__title{font-size:1.4rem;font-weight:bold;color:#13131e;}
.floor-item__sub{font-size:1.15rem;color:#949499;}
.floor-item__img{display:block;padding:14px;text-align:center;background:#fff;}
.floor-item__img img{max-width:100%;height:auto;cursor:zoom-in;}
.floor-item__body{padding:0 12px 12px;}
.floor-spec{display:flex;flex-wrap:wrap;gap:6px;}
.floor-spec li{border:1px solid #e1e1e1;border-radius:3px;background:#fafafa;padding:4px 9px;font-size:1.15rem;color:#595960;}

/* --- ライトボックス --- */
.lightbox{display:none;position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.82);
  align-items:center;justify-content:center;padding:24px;}
.lightbox.is-open{display:flex;}
.lightbox__img{max-width:100%;max-height:82vh;background:#fff;}
.lightbox__close{position:absolute;top:14px;right:18px;color:#fff;font-size:3rem;line-height:1;cursor:pointer;background:none;border:0;}
.lightbox__caption{position:absolute;left:0;right:0;bottom:18px;text-align:center;color:#fff;font-size:1.3rem;}

/* --- フローティング予約バー --- */
.float-bar{position:fixed;left:0;right:0;bottom:0;z-index:60;transform:translateY(110%);transition:transform .25s ease;
  background:rgba(255,255,255,.97);border-top:1px solid #e1e1e1;box-shadow:0 -2px 8px rgba(0,0,0,.1);}
.float-bar.is-shown{transform:translateY(0);}
.float-bar__inner{width:980px;margin:0 auto;display:flex;align-items:center;gap:16px;padding:10px 0;}
.float-bar__name{flex:1 1 auto;font-size:1.4rem;font-weight:bold;color:#13131e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.float-bar__note{flex:0 0 auto;font-size:1.2rem;color:#595960;}
.float-bar__btn{flex:0 0 240px;padding:12px 0;border:1px solid #cf6f18;border-radius:3px;text-align:center;
  color:#fff;font-size:1.6rem;font-weight:bold;text-shadow:0 -1px 0 rgba(0,0,0,.3);
  background:linear-gradient(to bottom,#e8842a,#cf6f18);}
.float-bar__btn:hover{text-decoration:none;opacity:.9;}

/* --- 遅延読み込み --- */
.lazy-img{background:#f0f0f0;}
.lazy-img.is-loaded{opacity:1;}
.lazy-block{opacity:0;transform:translateY(14px);transition:opacity .4s ease,transform .4s ease;}
.lazy-block.is-inview{opacity:1;transform:none;}
.no-js .lazy-img{opacity:1;}
.no-js .lazy-block{opacity:1;transform:none;}

@media screen and (max-width:20000px){
  .spot-list{grid-template-columns:1fr;}
  .rating-breakdown{gap:10px 18px;padding:12px;}
  .float-bar{display:none;}
  .booking-search__row{padding:8px;}
  .vacancy{border-left:0;border-right:0;border-radius:0;}
  .calendar__day{padding:6px 0;font-size:1.2rem;}
  .rdheader-action{margin-top:8px;}
  .floor-list{display:block;}
  .floor-item{margin-bottom:12px;}
}
/* ===========================================================
   物件LP 追加パーツ
   =========================================================== */
/* ロゴ */
.p-header__logo-img{display:block;height:34px;width:auto;}
/* 性能バッジ（食べログの★評価位置） */
.spec-badges{display:flex;align-items:center;gap:8px;}
.spec-badge{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;
  border:1px solid #347448;border-radius:4px;padding:4px 10px;background:#eef5f0;line-height:1.3;}
.spec-badge__label{font-size:1rem;color:#2f6b43;font-weight:bold;}
.spec-badge__val{font-size:1.6rem;color:#1f4d30;font-weight:bold;font-family:Arial,"メイリオ",sans-serif;}
.price-main{display:flex;align-items:baseline;gap:4px;}
.price-main__val{color:#d3381c;font-family:Arial,sans-serif;font-size:3rem;font-weight:bold;line-height:1;}
.price-main__unit{color:#d3381c;font-size:1.4rem;font-weight:bold;}
.price-main__sub{color:#595960;font-size:1.2rem;margin-left:6px;}

/* 特典カード */
.tokuten{display:flex;gap:14px;align-items:center;border:2px solid #e8842a;border-radius:6px;
  padding:16px;background:#fff8f2;}
.tokuten__body{flex:1 1 auto;}
.tokuten__title{font-size:1.6rem;font-weight:bold;color:#13131e;margin-bottom:10px;}
.tokuten__list{display:flex;gap:12px;flex-wrap:wrap;}
.tokuten__item{border:1px solid #f0c79c;background:#fff;border-radius:4px;padding:10px 14px;text-align:center;}
.tokuten__item-name{font-size:1.2rem;color:#595960;}
.tokuten__item-val{font-family:Arial,sans-serif;font-size:2.4rem;font-weight:bold;color:#d3381c;line-height:1.2;}
.tokuten__item-val small{font-size:1.2rem;}
.tokuten__side{flex:0 0 170px;}

/* 街の情報カード */
.area-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}
.area-card{border:1px solid #e1e1e1;border-radius:4px;padding:12px 14px;background:#fff;}
.area-card__title{font-size:1.3rem;font-weight:bold;color:#1f4d30;margin-bottom:6px;}
.area-card__list li{font-size:1.2rem;line-height:1.9;}
.area-card__list span{color:#949499;margin-left:4px;}

/* インタビュー（口コミUI流用） */
.interview-note{background:#f6f7f4;border:1px solid #e1e1e1;border-radius:4px;padding:10px 12px;
  font-size:1.15rem;color:#595960;line-height:1.7;margin-bottom:14px;}
.iv-q{font-weight:bold;color:#13131e;}
.iv-a{display:block;margin-top:6px;}

/* 地図 */
.map-frame{width:100%;height:340px;border:1px solid #e1e1e1;border-radius:4px;overflow:hidden;}
.map-frame iframe{width:100%;height:100%;border:0;display:block;}

/* フォーム */
.form-table{width:100%;border:1px solid #e1e1e1;font-size:1.2rem;}
.form-table th,.form-table td{border-bottom:1px solid #e1e1e1;padding:14px;text-align:left;vertical-align:middle;}
.form-table th{width:190px;background:#fafafa;color:#13131e;font-weight:bold;}
.form-table tr:last-child th,.form-table tr:last-child td{border-bottom:0;}
.req{display:inline-block;background:#d3381c;color:#fff;font-size:1rem;border-radius:2px;padding:2px 6px;margin-left:6px;}
.form-table input[type=text],.form-table input[type=email],.form-table input[type=tel]{
  width:100%;max-width:420px;padding:10px;border:1px solid #d2d2d2;border-radius:3px;font-size:1.4rem;}
.form-submit{display:block;width:340px;max-width:100%;margin:20px auto 0;padding:16px 0;border:1px solid #cf6f18;
  border-radius:4px;cursor:pointer;color:#fff;font-size:1.8rem;font-weight:bold;
  text-shadow:0 -1px 0 rgba(0,0,0,.3);background:linear-gradient(to bottom,#e8842a,#cf6f18);}
.privacy-box{border:1px solid #e1e1e1;background:#fafafa;padding:12px;font-size:1.1rem;line-height:1.8;
  height:120px;overflow-y:auto;margin-top:16px;}
.agree-row{text-align:center;margin-top:14px;font-size:1.3rem;}

/* 法定表示・注記 */
.legal-note{margin-top:14px;font-size:1.1rem;color:#949499;line-height:1.8;}

@media screen and (max-width:20000px){
  .area-list{grid-template-columns:1fr;}
  .tokuten{display:block;}
  .tokuten__side{margin-top:12px;}
  .form-table,.form-table tbody,.form-table tr,.form-table th,.form-table td{display:block;width:auto;}
  .form-table th{border-bottom:0;padding:12px 12px 4px;}
  .form-table td{padding:0 12px 14px;}
  .map-frame{height:260px;}
  .price-main__val{font-size:2.6rem;}
}

/* ===========================================================
   共有（シェア）UI
   =========================================================== */
.share-block{border-top:1px solid #e1e1e1;margin-top:12px;padding-top:12px;}
.share-block__title{font-size:1.2rem;font-weight:bold;color:#13131e;margin-bottom:8px;}
.share-list{display:flex;gap:6px;flex-wrap:wrap;}
.share-btn{flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;gap:5px;
  min-width:0;padding:9px 8px;border:1px solid #d2d2d2;border-radius:3px;background:#fff;
  color:#13131e;font-size:1.2rem;font-weight:bold;cursor:pointer;line-height:1.2;text-align:center;}
.share-btn:hover{text-decoration:none;background:#fafafa;}
.share-btn__ico{flex:0 0 auto;width:18px;height:18px;border-radius:3px;display:inline-block;
  font-size:1rem;line-height:18px;text-align:center;color:#fff;font-family:Arial,sans-serif;}
.share-btn--line .share-btn__ico{background:#06c755;}
.share-btn--line{border-color:#06c755;color:#06843a;}
.share-btn--x .share-btn__ico{background:#000;}
.share-btn--fb .share-btn__ico{background:#1877f2;}
.share-btn--copy .share-btn__ico{background:#949499;}
.share-btn--native .share-btn__ico{background:#347448;}
.share-toast{position:fixed;left:50%;bottom:84px;transform:translateX(-50%) translateY(12px);
  background:rgba(19,19,30,.92);color:#fff;font-size:1.3rem;padding:11px 20px;border-radius:4px;
  opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:120;}
.share-toast.is-shown{opacity:1;transform:translateX(-50%) translateY(0);}

/* 固定バー内の共有ボタン */
.float-bar__share{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:11px 16px;
  border:1px solid #d2d2d2;border-radius:3px;background:#fff;color:#13131e;font-size:1.3rem;font-weight:bold;cursor:pointer;}
.sp-fixed-cta__share{flex:0 0 92px;display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:2px;border:1px solid #d2d2d2;border-radius:4px;background:#fff;color:#13131e;font-size:1.1rem;font-weight:bold;cursor:pointer;}
.sp-fixed-cta__share .ico{font-size:1.7rem;line-height:1;}

@media screen and (max-width:20000px){
  .share-list{gap:5px;}
  .share-btn{font-size:1.15rem;padding:10px 4px;}
  .share-toast{bottom:78px;}
}

/* ===========================================================
   第3弾：SP最適化 / カルーセル / 地図サムネ / STEP予約
   =========================================================== */

/* --- 横はみ出し防止・禁則処理 --- */
html,body{overflow-x:hidden;}
.l-contents{max-width:100%;}
.rstdtl-section__title,.display-name,.kodawari-item__lead,.review-item__title,
.faq-item__q,.tokuten__title,.floor-item__title,.area-card__title{
  font-feature-settings:"palt" 1;line-break:strict;word-break:normal;overflow-wrap:anywhere;}
.legal-note,.u-note,.rstdtl-pr__body,.review-item__text,.interview-note,.privacy-box{
  line-break:strict;overflow-wrap:anywhere;}
.rdheader-subinfo__item-text,.rstinfo-table td{overflow-wrap:anywhere;}

/* 中間幅（ノートPC）でも見切れないように可変化 */
@media screen and (min-width:99999px){
  .l-contents{width:auto;padding:0 14px;}
  .rdheader-info-wrap{width:auto;flex:1 1 auto;}
  .rstdtl-side-yoyaku{width:290px;flex:0 0 290px;}
  .float-bar__inner{width:auto;padding:10px 14px;}
}

/* --- メインカルーセル --- */
.mv{position:relative;margin-bottom:18px;background:#eee;}
.mv__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;
  -ms-overflow-style:none;scrollbar-width:none;}
.mv__track::-webkit-scrollbar{display:none;}
.mv__slide{flex:0 0 100%;scroll-snap-align:start;height:400px;overflow:hidden;}
.mv__slide img{width:100%;height:100%;object-fit:cover;display:block;}
.mv__cap{position:absolute;left:0;bottom:46px;background:rgba(0,0,0,.55);color:#fff;
  font-size:1.2rem;padding:6px 14px;max-width:80%;}
.mv__dots{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:7px;}
.mv__dot{width:9px;height:9px;border-radius:50%;border:0;padding:0;cursor:pointer;
  background:rgba(255,255,255,.55);transition:width .2s,background .2s;}
.mv__dot.is-current{background:#fff;width:24px;border-radius:5px;}
.mv__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;
  border:0;background:rgba(255,255,255,.88);color:#13131e;font-size:1.7rem;line-height:1;cursor:pointer;
  box-shadow:0 1px 4px rgba(0,0,0,.2);}
.mv__arrow--prev{left:14px;}
.mv__arrow--next{right:14px;}
.mv__count{position:absolute;right:14px;bottom:14px;background:rgba(0,0,0,.6);color:#fff;
  font-size:1.1rem;padding:3px 10px;border-radius:11px;font-family:Arial,sans-serif;}

/* --- 店名まわり（食べログSP参考：右に小さい地図） --- */
.rdheader-head{display:flex;gap:12px;align-items:flex-start;}
.rdheader-head__body{flex:1 1 auto;min-width:0;}
.rdheader-map{flex:0 0 92px;width:92px;}
.rdheader-map__frame{position:relative;width:92px;height:92px;border:1px solid #e1e1e1;
  border-radius:4px;overflow:hidden;background:#e8eee9;}
.rdheader-map__frame iframe{position:absolute;top:-34px;left:-34px;width:160px;height:160px;border:0;pointer-events:none;}
.rdheader-map__link{position:absolute;inset:0;display:block;}
.rdheader-map__label{display:block;margin-top:5px;text-align:center;font-size:1.05rem;color:#1a6b3c;}

/* --- ハッシュタグ --- */
.hashtags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;}
.hashtag{border:1px solid #cbe0d2;background:#eef5f0;color:#1f4d30;border-radius:13px;
  padding:4px 11px;font-size:1.15rem;white-space:nowrap;}
.hashtag--hero{border-color:#e8842a;background:#fff3e8;color:#a4520d;font-weight:bold;}

/* --- トップ特典バー --- */
.top-tokuten{display:flex;align-items:center;gap:10px;flex-wrap:wrap;border:1px solid #e8842a;
  background:#fff8f2;border-radius:4px;padding:10px 12px;margin-top:12px;}
.top-tokuten__label{flex:0 0 auto;background:#e8842a;color:#fff;font-size:1.1rem;font-weight:bold;
  border-radius:2px;padding:3px 8px;}
.top-tokuten__text{font-size:1.25rem;color:#13131e;font-weight:bold;line-height:1.6;}
.top-tokuten__text b{color:#d3381c;font-family:Arial,sans-serif;font-size:1.6rem;margin:0 2px;}
.top-tokuten__note{width:100%;font-size:1.05rem;color:#949499;line-height:1.6;}

/* --- ショートカット（食べログSPのパネル参考） --- */
.shortcut-list{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:12px;}
.shortcut{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
  border:1px solid #e1e1e1;border-radius:4px;padding:9px 2px;background:#fff;
  font-size:1.1rem;color:#1a6b3c;font-weight:bold;text-align:center;}
.shortcut:hover{text-decoration:none;background:#fafafa;}
.shortcut__ico{font-size:1.7rem;line-height:1;}

/* --- STEP予約 --- */
.step-nav{display:flex;margin-bottom:16px;border-radius:3px;overflow:hidden;}
.step-nav__item{flex:1 1 0;text-align:center;padding:10px 4px;background:#f4f4f4;color:#949499;
  font-size:1.15rem;font-weight:bold;line-height:1.4;}
.step-nav__item.is-current{background:#347448;color:#fff;}
.step-nav__item.is-done{background:#cbe0d2;color:#1f4d30;}
.step-nav__num{font-family:Arial,sans-serif;margin-right:4px;}

.reserve-box{border:1px solid #e1e1e1;border-radius:4px;background:#fff;padding:16px;}
.reserve-box__lead{font-size:1.3rem;font-weight:bold;color:#13131e;margin-bottom:10px;}
.reserve-cal{max-width:420px;margin:0 auto;}
.reserve-picked{text-align:center;font-size:1.4rem;font-weight:bold;color:#1f4d30;
  background:#eef5f0;border:1px solid #cbe0d2;border-radius:4px;padding:10px;margin:14px 0 4px;}
.reserve-picked em{font-style:normal;color:#949499;font-weight:normal;font-size:1.2rem;}
.time-title{font-size:1.2rem;font-weight:bold;color:#13131e;margin:16px 0 8px;}
.time-list{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;}
.time-btn{border:1px solid #d2d2d2;border-radius:3px;background:#fff;padding:11px 0;
  font-size:1.3rem;font-family:Arial,sans-serif;cursor:pointer;color:#13131e;}
.time-btn:hover{background:#eef5f0;}
.time-btn.is-selected{background:#347448;border-color:#347448;color:#fff;font-weight:bold;}
.reserve-next{display:block;width:360px;max-width:100%;margin:20px auto 0;padding:16px 0;
  border:1px solid #cf6f18;border-radius:4px;cursor:pointer;color:#fff;font-size:1.7rem;font-weight:bold;
  text-shadow:0 -1px 0 rgba(0,0,0,.3);background:linear-gradient(to bottom,#e8842a,#cf6f18);}
.reserve-next[disabled]{opacity:.4;cursor:not-allowed;}

/* --- モーダル --- */
.modal{display:none;position:fixed;inset:0;z-index:110;background:rgba(0,0,0,.55);
  align-items:flex-start;justify-content:center;padding:20px 10px;overflow-y:auto;}
.modal.is-open{display:flex;}
.modal__panel{width:560px;max-width:100%;background:#fff;border-radius:6px;overflow:hidden;
  box-shadow:0 8px 30px rgba(0,0,0,.3);}
.modal__head{display:flex;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid #e1e1e1;background:#fafafa;}
.modal__title{font-size:1.5rem;font-weight:bold;color:#13131e;}
.modal__close{margin-left:auto;border:0;background:none;font-size:2.4rem;line-height:1;color:#949499;cursor:pointer;padding:0 4px;}
.modal__body{padding:16px;}
.step-pane{display:none;}
.step-pane.is-active{display:block;}
.modal-actions{display:flex;gap:10px;margin-top:18px;}
.btn-back{flex:0 0 34%;padding:14px 0;border:1px solid #d2d2d2;border-radius:4px;background:linear-gradient(to bottom,#fff,#f4f4f4);
  color:#13131e;font-size:1.4rem;font-weight:bold;cursor:pointer;}
.btn-next{flex:1 1 auto;padding:14px 0;border:1px solid #cf6f18;border-radius:4px;cursor:pointer;
  color:#fff;font-size:1.6rem;font-weight:bold;text-shadow:0 -1px 0 rgba(0,0,0,.3);
  background:linear-gradient(to bottom,#e8842a,#cf6f18);}
.confirm-table{width:100%;border:1px solid #e1e1e1;font-size:1.25rem;margin-bottom:14px;}
.confirm-table th,.confirm-table td{border-bottom:1px solid #e1e1e1;padding:10px 12px;text-align:left;line-height:1.7;}
.confirm-table th{width:112px;background:#fafafa;color:#13131e;font-weight:bold;white-space:nowrap;}
.confirm-table tr:last-child th,.confirm-table tr:last-child td{border-bottom:0;}

/* --- フッター中央揃え --- */
.p-footer .l-contents{text-align:center;}
.p-footer__nav{justify-content:center;}
.p-footer__copy{text-align:center;}

/* --- 固定CTA上部の閲覧人数 --- */
.float-bar__top,.sp-fixed-cta__top{width:100%;background:#fff2f2;border-bottom:1px solid #f0c2c2;
  text-align:center;padding:5px 8px;font-size:1.15rem;font-weight:bold;color:#e10000;line-height:1.3;}
.float-bar__top .viewing-now,.sp-fixed-cta__top .viewing-now{background:none;border:0;padding:0;}
.float-bar{display:block;}
.sp-fixed-cta{flex-direction:column;padding:0;gap:0;}
.sp-fixed-cta__row{display:flex;gap:8px;padding:8px 10px;width:100%;}

/* ===========================================================
   SP
   =========================================================== */
@media screen and (max-width:20000px){
  .mv{margin-bottom:0;}
  .float-bar{display:none;}
  .mv__slide{height:250px;}
  .mv__arrow{display:none;}
  .mv__cap{bottom:40px;font-size:1.1rem;padding:5px 10px;}

  .rstdtl-header{padding:12px 12px 10px;}
  .rdheader-map{flex-basis:78px;width:78px;}
  .rdheader-map__frame{width:78px;height:78px;}
  .rdheader-map__frame iframe{top:-41px;left:-41px;}
  .display-name{font-size:1.8rem;}
  .rdheader-counts{gap:10px 14px;}
  .price-main__val{font-size:2.5rem;}
  .spec-badge{padding:3px 8px;}
  .spec-badge__val{font-size:1.4rem;}

  .rstdtl-section{padding:16px 12px;}
  .rstdtl-section__title{font-size:1.55rem;}

  /* 横スクロールをやめて2カラムに（見切れ防止） */
  .kodawari-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;overflow:visible;}
  .kodawari-item{flex:none;}
  .kodawari-item__img{height:100px;}
  .kodawari-item__body{padding:7px 8px 10px;}
  .kodawari-item__lead{font-size:1.15rem;}

  .shortcut-list{gap:5px;}
  .shortcut{font-size:1.05rem;padding:8px 1px;}

  .time-list{grid-template-columns:repeat(3,1fr);}
  .reserve-box{padding:12px;}
  .reserve-cal{max-width:none;}

  .modal{padding:0;align-items:flex-end;}
  .modal__panel{border-radius:12px 12px 0 0;max-height:92vh;overflow-y:auto;}
  .modal__head{position:sticky;top:0;z-index:2;}

  .top-tokuten{gap:8px;padding:9px 10px;}
  .top-tokuten__text{font-size:1.15rem;}

  body{padding-bottom:92px;}
}

/* ===========================================================
   ご来場特典（リボン＋合計＋2カード）
   =========================================================== */
.benefit{border:2px solid #e8842a;border-radius:8px;background:#fff8f2;padding:20px 18px;text-align:center;}
.benefit__ribbon{display:inline-block;background:#e8842a;color:#fff;font-size:1.4rem;font-weight:bold;
  letter-spacing:.18em;padding:10px 36px 16px;margin-bottom:14px;
  -webkit-clip-path:polygon(0 0,100% 0,100% 100%,50% calc(100% - 12px),0 100%);
  clip-path:polygon(0 0,100% 0,100% 100%,50% calc(100% - 12px),0 100%);}
.benefit__lead{font-size:1.3rem;color:#8a5a2b;letter-spacing:.06em;margin-bottom:2px;}
.benefit__total{display:flex;align-items:baseline;justify-content:center;gap:3px;margin-bottom:18px;}
.benefit__total-pre,.benefit__total-unit{font-size:2rem;font-weight:bold;color:#d3381c;}
.benefit__total-num{font-family:Arial,Helvetica,sans-serif;font-size:5.4rem;font-weight:bold;color:#d3381c;
  line-height:1;letter-spacing:-.01em;}
.benefit__cards{display:flex;flex-direction:column;align-items:center;}
.benefit__card{width:100%;max-width:560px;border:1px solid #e8bd93;border-radius:6px;background:#fff;padding:13px 16px;}
.benefit__from{font-size:1.2rem;color:#8a5a2b;margin-bottom:3px;}
.benefit__item{font-size:1.6rem;font-weight:bold;color:#13131e;line-height:1.3;}
.benefit__item b{font-family:Arial,Helvetica,sans-serif;font-size:2.6rem;color:#d3381c;margin:0 3px;}
.benefit__plus{width:34px;height:34px;border-radius:50%;border:1px solid #e8bd93;background:#fff;
  color:#e8842a;font-size:1.8rem;font-weight:bold;line-height:31px;margin:9px 0;}
.benefit__note{margin-top:16px;text-align:left;}
.benefit__cta{display:inline-block;margin-top:16px;min-width:300px;padding:15px 28px;border:1px solid #cf6f18;
  border-radius:4px;color:#fff;font-size:1.7rem;font-weight:bold;text-shadow:0 -1px 0 rgba(0,0,0,.3);
  background:linear-gradient(to bottom,#e8842a,#cf6f18);}
.benefit__cta:hover{text-decoration:none;opacity:.92;}

@media screen and (max-width:20000px){
  .benefit{padding:16px 12px;}
  .benefit__ribbon{font-size:1.25rem;padding:9px 24px 15px;letter-spacing:.12em;}
  .benefit__total-num{font-size:4.2rem;}
  .benefit__total-pre,.benefit__total-unit{font-size:1.6rem;}
  .benefit__item{font-size:1.3rem;}
  .benefit__item b{font-size:2.1rem;}
  .benefit__cta{min-width:0;width:100%;font-size:1.6rem;}
}

/* ===========================================================
   微調整（第4弾）
   =========================================================== */
/* 「公式」バッジ横の注記を1行に */
.owner-badge{display:flex;align-items:center;gap:6px;min-width:0;margin-bottom:6px;}
.owner-badge__icon{flex:0 0 auto;font-size:1.05rem;padding:2px 5px;}
.owner-badge__note{flex:1 1 auto;min-width:0;margin-left:0;font-size:1.05rem;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/* トップ特典バーをリンク化した分の調整 */
a.top-tokuten{text-decoration:none;}
a.top-tokuten:hover{text-decoration:none;background:#fff2e6;}

@media screen and (max-width:20000px){
  .owner-badge__note{font-size:.92rem;letter-spacing:-.01em;}
  .owner-badge__icon{font-size:.95rem;padding:2px 4px;}
}

/* ===========================================================
   PC も SP レイアウトで中央フレーム表示
   （参考：sumaii.com/sekisuiheim/… の 中央フレーム構成）
   =========================================================== */
:root{--frame:520px;}
body{background:#d7d5d0;padding-bottom:96px;}
.frame{max-width:var(--frame);margin:0 auto;background:#f4f4f4;
  box-shadow:0 0 30px rgba(0,0,0,.22);min-height:100vh;}
.l-contents{width:auto;max-width:100%;}

/* ヘッダー：フレーム幅に追従して中央固定 */
.p-header-bottom{position:sticky;top:0;max-width:var(--frame);margin:0 auto;}

/* パンくずは表示（食べログの階層感を残す） */
.c-breadcrumbs{display:block;padding:8px 12px 6px;background:#f4f4f4;font-size:1.05rem;}

/* メインカルーセルの高さをフレーム幅に合わせる */
.mv__slide{height:min(64vw,320px);}
.mv__arrow{display:none;}

/* 固定CTA・トーストもフレーム幅で中央に */
.sp-fixed-cta{left:50%;right:auto;transform:translateX(-50%);width:100%;max-width:var(--frame);}
.share-toast{bottom:92px;}
.modal__panel{width:var(--frame);}
.lightbox__img{max-width:min(100%,900px);}

/* 端末幅がフレームより狭いときは全幅 */
@media screen and (max-width:540px){
  .frame{box-shadow:none;}
  body{background:#f4f4f4;}
}

/* ===========================================================
   直近2週間カレンダー（予約パネル内）
   =========================================================== */
.minical{border:1px solid #e1e1e1;border-radius:3px;background:#fff;padding:9px;margin-bottom:10px;}
.minical__title{font-size:1.15rem;font-weight:bold;color:#13131e;margin-bottom:7px;}
.minical__table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:2px;}
.minical__day{display:block;width:100%;border:1px solid #e6e6e6;border-radius:3px;background:#fff;
  padding:5px 0 4px;cursor:pointer;line-height:1.25;}
.minical__day:hover{background:#eef5f0;}
.minical__d{display:block;font-family:Arial,sans-serif;font-size:1.15rem;font-weight:bold;color:#13131e;}
.minical__w{display:block;font-size:.95rem;color:#949499;}
.minical__mark{display:block;font-size:1.2rem;color:#e8842a;margin-top:1px;}
.minical__day--sat .minical__w{color:#1a6b3c;}
.minical__day--sun .minical__w{color:#c30;}
.minical__day--disabled{background:#fafafa;cursor:default;border-color:#ededed;}
.minical__day--disabled:hover{background:#fafafa;}
.minical__day--disabled .minical__d,.minical__day--disabled .minical__w{color:#b8b8b8;}
.minical__day--disabled .minical__mark{color:#c8c8c8;}
.minical__day.is-selected{background:#347448;border-color:#347448;}
.minical__day.is-selected .minical__d,.minical__day.is-selected .minical__w,
.minical__day.is-selected .minical__mark{color:#fff;}
.minical__more{display:block;margin-top:9px;padding:10px 6px;text-align:center;font-size:1.2rem;font-weight:bold;
  border:1px solid #d2d2d2;border-radius:3px;background:linear-gradient(to bottom,#fff,#f4f4f4);color:#13131e;}
.minical__more:hover{text-decoration:none;background:#f4f4f4;}
.minical__legend{display:flex;justify-content:center;gap:12px;margin-top:7px;font-size:1.02rem;color:#949499;}

/* ===========================================================
   第二希望日時ピッカー
   =========================================================== */
.datepick-wrap{position:relative;}
input.is-pickable{cursor:pointer;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Crect x='1' y='3' width='14' height='12' rx='2' fill='none' stroke='%23347448' stroke-width='1.4'/%3E%3Cpath d='M1 6.5h14M5 1.5v3M11 1.5v3' stroke='%23347448' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 10px center;padding-right:34px;}
.datepick{position:absolute;z-index:130;top:calc(100% + 6px);left:0;width:308px;max-width:calc(100vw - 40px);
  background:#fff;border:1px solid #d2d2d2;border-radius:5px;box-shadow:0 8px 24px rgba(0,0,0,.22);
  padding:8px;display:none;}
.datepick.is-open{display:block;}
.datepick__cal{margin-bottom:0;border:0;box-shadow:none;padding:0;}
.datepick__times{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:8px;}
.datepick__time{border:1px solid #d2d2d2;border-radius:3px;background:#fff;padding:9px 0;
  font-family:Arial,sans-serif;font-size:1.2rem;color:#13131e;cursor:pointer;}
.datepick__time:hover{background:#eef5f0;}
.datepick__time.is-selected{background:#347448;border-color:#347448;color:#fff;font-weight:bold;}
.datepick__foot{display:flex;gap:6px;margin-top:9px;}
.datepick__btn{flex:1 1 0;padding:10px 0;border:1px solid #d2d2d2;border-radius:3px;
  background:linear-gradient(to bottom,#fff,#f4f4f4);font-size:1.25rem;font-weight:bold;color:#13131e;cursor:pointer;}
.datepick__btn--ok{flex:2 1 0;border-color:#cf6f18;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3);
  background:linear-gradient(to bottom,#e8842a,#cf6f18);}

/* ===========================================================
   間取り図：コンパクト化（2カラム・高さ圧縮）
   =========================================================== */
.floor-list{display:flex;gap:8px;}
.floor-item{flex:1 1 0;min-width:0;}
.floor-item__head{padding:7px 9px;gap:6px;}
.floor-item__title{font-size:1.25rem;}
.floor-item__sub{display:none;}
.floor-item__img{padding:8px;position:relative;}
.floor-item__img img{max-height:250px;width:auto;max-width:100%;margin:0 auto;}
.floor-item__img::after{content:"タップで拡大";position:absolute;right:10px;bottom:10px;
  background:rgba(0,0,0,.55);color:#fff;font-size:.95rem;padding:2px 7px;border-radius:9px;pointer-events:none;}
.floor-item__body{padding:0 8px 9px;}
.floor-spec{gap:4px;}
.floor-spec li{font-size:1rem;padding:3px 6px;}

/* --- ピッカー内のテーブルがフォーム表の display:block を継承しないように --- */
.datepick table{display:table;width:100%;}
.datepick thead{display:table-header-group;}
.datepick tbody{display:table-row-group;}
.datepick tr{display:table-row;}
.datepick th,.datepick td{display:table-cell;width:auto;padding:1px;border-bottom:0;background:none;}
.datepick .calendar__week{padding:7px 2px 3px;border-bottom:1px solid #ded7c2;background:none;}
.datepick .calendar__caption{margin:6px auto 3px;font-size:1.25rem;}
.datepick .calendar__day{padding:6px 0;font-size:1.2rem;}

/* ===========================================================
   MV左下の常時表示ラベル（食べログのラベル意匠を参照）
   =========================================================== */
.mv__cap{display:none;}
.mv__badge{position:absolute;left:0;bottom:52px;display:flex;flex-direction:column;
  align-items:flex-start;gap:5px;pointer-events:none;z-index:2;}
.mv__badge-sub{background:rgba(19,19,30,.74);color:#fff;font-size:1.15rem;font-weight:bold;
  letter-spacing:.04em;padding:5px 13px 5px 12px;border-radius:0 3px 3px 0;line-height:1.3;}
.mv__badge-main{background:#e8842a;color:#fff;font-size:1.8rem;font-weight:bold;letter-spacing:.02em;
  padding:6px 15px 6px 12px;border-radius:0 3px 3px 0;line-height:1.25;
  text-shadow:0 1px 0 rgba(0,0,0,.22);box-shadow:0 2px 8px rgba(0,0,0,.3);}
@media screen and (max-width:20000px){
  .mv__badge{bottom:46px;}
  .mv__badge-sub{font-size:1.05rem;padding:4px 11px 4px 10px;}
  .mv__badge-main{font-size:1.6rem;padding:5px 13px 5px 10px;}
}

/* パンくずは非リンク表示に */
.c-breadcrumbs__item{color:#595960;}
.c-breadcrumbs__item.is-current{color:#13131e;}

/* ===========================================================
   写真ビューア（大表示＋サムネ切り替え）
   =========================================================== */
.photo-view{margin:0 0 10px;}
.photo-view__frame{position:relative;background:#f0f0f0;border:1px solid #e1e1e1;border-radius:4px;overflow:hidden;}
.photo-view__frame img{display:block;width:100%;height:min(62vw,330px);object-fit:contain;background:#111;}
.photo-view__zoom{position:absolute;right:10px;bottom:10px;border:0;border-radius:14px;cursor:pointer;
  background:rgba(0,0,0,.6);color:#fff;font-size:1.1rem;font-weight:bold;padding:5px 12px;}
.photo-view__cap{display:flex;align-items:center;gap:10px;padding:7px 2px 0;font-size:1.2rem;color:#13131e;}
.photo-view__count{margin-left:auto;color:#949499;font-family:Arial,sans-serif;font-size:1.1rem;}

.photo-grid__item{padding:0;border:2px solid transparent;border-radius:3px;background:none;cursor:pointer;
  overflow:hidden;aspect-ratio:1/1;}
.photo-grid__item.is-current{border-color:#347448;}
.photo-grid__item.is-hidden{display:none;}
.photo-subnav__item{cursor:pointer;font-family:inherit;}

/* ===========================================================
   動画メッセージ
   =========================================================== */
.movie{text-align:center;}
.movie__player{width:100%;height:auto;aspect-ratio:30/17;background:#000;
  border:3px solid #fff;border-radius:10px;box-shadow:0 6px 18px rgba(0,0,0,.22);}
.movie__lead{position:relative;display:inline-block;margin-top:18px;padding:11px 22px;border-radius:999px;
  background:#347448;color:#fff;font-size:1.4rem;font-weight:bold;line-height:1.5;}
.movie__lead::after{content:"";position:absolute;left:50%;top:-11px;width:0;height:0;transform:translateX(-50%);
  border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:12px solid #347448;}

/* ===========================================================
   周辺環境カード（元LPの見せ方でコンパクトに）
   =========================================================== */
.area-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.area-card{border:1px solid #e8e8e8;border-radius:10px;background:#fff;padding:11px 12px 12px;
  box-shadow:0 1px 3px rgba(0,0,0,.05);}
.area-card__ico{display:block;font-size:1.9rem;line-height:1;margin-bottom:4px;}
.area-card__en{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:bold;
  font-size:1.05rem;color:#e8842a;letter-spacing:.02em;margin-bottom:1px;}
.area-card__title{font-size:1.3rem;font-weight:bold;color:#13131e;line-height:1.35;
  padding-bottom:7px;border-bottom:1px solid #ececec;margin-bottom:7px;}
.area-card__list li{display:flex;align-items:center;gap:6px;padding:3px 0;}
.area-card__name{flex:1 1 auto;min-width:0;font-size:1.1rem;color:#595960;line-height:1.45;}
.area-badge{flex:0 0 auto;border-radius:999px;font-size:.98rem;font-weight:bold;padding:3px 8px;white-space:nowrap;}
.area-badge--walk{border:1px solid #f2c79b;background:#fff6ee;color:#c1670f;}
.area-badge--car{border:1px solid #c6e0cf;background:#f0f8f3;color:#26663c;}

@media screen and (max-width:400px){
  .area-list{grid-template-columns:1fr;}
}

/* ===========================================================
   間取り図の＋ピン（元LPの座標・意匠を踏襲）
   =========================================================== */
.floor-hint{display:flex;align-items:center;gap:5px;margin:-6px 0 12px;font-size:1.15rem;color:#595960;}
.floor-hint__pin{display:inline-block;position:relative;width:18px;height:18px;border:2px solid #222;
  border-radius:50%;background:hsla(0,0%,100%,.86);vertical-align:middle;}
.floor-hint__pin::before,.floor-hint__pin::after{content:"";position:absolute;top:50%;left:50%;
  width:8px;height:2px;border-radius:2px;background:#222;transform:translate(-50%,-50%);}
.floor-hint__pin::after{transform:translate(-50%,-50%) rotate(90deg);}

.floor-item__img--pins{position:relative;}
.floor-pin{position:absolute;z-index:2;width:30px;height:30px;padding:0;
  border:2px solid #222;border-radius:50%;background:hsla(0,0%,100%,.86);
  box-shadow:0 2px 5px rgba(0,0,0,.2);cursor:pointer;
  transform:translate(-50%,-50%);transition:opacity .2s ease,transform .2s ease;}
.floor-pin::before,.floor-pin::after{content:"";position:absolute;top:50%;left:50%;
  width:13px;height:2px;border-radius:2px;background:#222;transform:translate(-50%,-50%);}
.floor-pin::after{transform:translate(-50%,-50%) rotate(90deg);}
.floor-pin:hover{opacity:.82;transform:translate(-50%,-50%) scale(1.06);}
/* ピンのある1階図はやや大きめに */
.floor-item__img--pins img{max-height:300px;}

.opt{display:inline-block;background:#8f8f96;color:#fff;font-size:1rem;border-radius:2px;padding:2px 6px;margin-left:6px;}

/* ===========================================================
   モーダル内の日時選択（STEP2）
   =========================================================== */
.reserve-box__sub{display:inline-block;margin-top:4px;font-size:1.1rem;font-weight:normal;color:#949499;}
.modal-datetime{border:1px solid #e1e1e1;border-radius:4px;padding:12px;margin-bottom:14px;background:#fbfbfa;
  transition:border-color .2s,box-shadow .2s;}
.modal-datetime.is-error{border-color:#d3381c;box-shadow:0 0 0 3px rgba(211,56,28,.14);}
.modal-datetime__title{font-size:1.25rem;font-weight:bold;color:#13131e;margin-bottom:9px;}
.modal-datetime .calendar-monthly{margin-bottom:10px;}
.modal-datetime .time-list{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;}

/* ===========================================================
   取材インタビュー（チャット形式）
   =========================================================== */
.iv-speakers{display:flex;gap:8px;margin-bottom:16px;}
.iv-who{flex:1 1 0;display:flex;gap:9px;align-items:center;background:#fff;border:1px solid rgba(0,0,0,.07);
  border-radius:12px;padding:10px 11px;box-shadow:0 2px 6px rgba(0,0,0,.06);min-width:0;}
.iv-who__photo{flex:0 0 auto;width:48px;height:48px;border-radius:50%;overflow:hidden;background:#d7d7d7;}
.iv-who__photo img{width:100%;height:100%;object-fit:cover;}
.iv-who__body{min-width:0;}
.iv-who__role{display:block;font-size:1rem;font-weight:bold;letter-spacing:.03em;color:#c9791a;}
.iv-who__role--gh{color:#347448;}
.iv-who__name{display:block;font-size:1.4rem;font-weight:bold;color:#161d27;line-height:1.3;margin-top:1px;}
.iv-who__desc{display:block;font-size:1.02rem;color:#666;line-height:1.5;margin-top:3px;}

.iv-hero{position:relative;margin:0 0 20px;border-radius:16px;padding:22px 20px;overflow:hidden;
  background:linear-gradient(135deg,#2f6b43 0%,#173a24 100%);color:#fff;}
.iv-hero__mark{position:absolute;left:10px;top:-6px;font-size:5rem;line-height:1;color:rgba(255,255,255,.16);
  font-family:Georgia,serif;}
.iv-hero__text{position:relative;font-size:1.65rem;font-weight:bold;line-height:1.7;letter-spacing:.02em;}
.iv-hero__text b{color:#ffd98a;}
.iv-hero__by{display:block;margin-top:10px;font-size:1.1rem;font-style:normal;color:rgba(255,255,255,.78);}

.iv-ch{margin:26px 0 12px;padding-top:18px;border-top:1px solid #e1e1e1;}
.iv-ch__label{font-family:Arial,sans-serif;font-size:1.05rem;font-weight:bold;letter-spacing:.1em;color:#c9791a;}
.iv-ch__title{margin-top:5px;font-size:1.75rem;font-weight:bold;color:#13131e;line-height:1.5;}

.chat{display:flex;flex-direction:column;gap:12px;}
.chat__row{display:flex;gap:8px;align-items:flex-start;}
.chat__row--a{flex-direction:row-reverse;}
.chat__ico{flex:0 0 auto;width:38px;height:38px;border-radius:50%;overflow:hidden;background:#d7d7d7;}
.chat__ico img{width:100%;height:100%;object-fit:cover;}
.chat__body{min-width:0;max-width:calc(100% - 52px);}
.chat__row--a .chat__body{text-align:right;}
.chat__name{display:block;font-size:1.02rem;color:#949499;margin-bottom:3px;}
.chat__bubble{position:relative;display:inline-block;text-align:left;padding:11px 14px;border-radius:14px;
  font-size:1.22rem;line-height:1.85;background:#eef0ec;color:#33322e;border-top-left-radius:3px;}
.chat__bubble b{color:#1f4d30;font-weight:bold;}
.chat__row--a .chat__bubble{background:#347448;color:#fff;border-top-left-radius:14px;border-top-right-radius:3px;}
.chat__row--a .chat__bubble b{color:#ffe08a;}
.chat__bubble--mono{background:#fff;border:1px dashed #cfcfcf;color:#777;font-style:italic;}

.iv-stats{display:flex;gap:8px;margin:16px 0 0;}
.iv-stats li{flex:1 1 0;border:1px solid #cbe0d2;background:#f2f8f4;border-radius:8px;padding:11px 6px;text-align:center;}
.iv-stats__val{display:block;font-size:1.45rem;font-weight:bold;color:#1f4d30;line-height:1.3;}
.iv-stats__cap{display:block;margin-top:3px;font-size:1rem;color:#5c6f62;line-height:1.4;}

.iv-summary{margin-top:14px;padding:14px 12px;border-radius:8px;text-align:center;
  background:#13322020;background:#eef5f0;border:1px solid #cbe0d2;
  font-size:1.4rem;font-weight:bold;color:#1f4d30;line-height:1.7;}

.iv-ref{font-size:.9em;vertical-align:super;color:#ffd98a;}

.iv-after{margin-top:26px;padding:18px 16px;border-radius:12px;background:#f6f7f4;border:1px solid #e4e6e0;text-align:center;}
.iv-after__label{font-size:1.1rem;font-weight:bold;color:#c9791a;letter-spacing:.04em;margin-bottom:9px;}
.iv-after__text{font-size:1.22rem;line-height:1.95;color:#44433e;margin-bottom:9px;text-align:left;}
.iv-after__text b{color:#1f4d30;}
.iv-after__text--strong{text-align:center;font-size:1.35rem;font-weight:bold;color:#13131e;margin:14px 0 16px;}

@media screen and (max-width:420px){
  .iv-speakers{flex-direction:column;}
  .iv-stats{flex-wrap:wrap;}
  .iv-stats li{flex:1 1 45%;}
  .iv-hero__text{font-size:1.45rem;}
  .iv-ch__title{font-size:1.55rem;}
}

/* ＋ピンを1/2サイズに */
.floor-pin{width:15px;height:15px;border-width:1.5px;box-shadow:0 1px 3px rgba(0,0,0,.22);}
.floor-pin::before,.floor-pin::after{width:7px;height:1.5px;}
.floor-hint__pin{width:15px;height:15px;border-width:1.5px;}
.floor-hint__pin::before,.floor-hint__pin::after{width:7px;height:1.5px;}

/* プライバシーポリシー本文の段落間隔 */
.privacy-box p{margin-bottom:.9em;}
.privacy-box p:last-child{margin-bottom:0;}
.privacy-box a{color:#1a6b3c;}

/* ===========================================================
   MVのテキスト配置（食べログSPのMVを参照）
   =========================================================== */
.mv__badge{display:none;}
.mv__scrim{position:absolute;left:0;right:0;bottom:0;height:62%;pointer-events:none;z-index:1;
  background:linear-gradient(to top,rgba(0,0,0,.66) 0%,rgba(0,0,0,.34) 26%,rgba(0,0,0,0) 62%);}
.mv__label{position:absolute;left:14px;top:14px;z-index:2;pointer-events:none;
  background:rgba(126,122,102,.86);color:#fff;font-size:1.3rem;font-weight:bold;letter-spacing:.06em;
  padding:7px 17px;border-radius:5px;line-height:1;}
.mv__count{position:absolute;right:14px;top:14px;left:auto;bottom:auto;z-index:2;pointer-events:none;
  background:none;padding:0;border-radius:0;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:1.2rem;
  text-shadow:0 1px 4px rgba(0,0,0,.65);}
.mv__caption{position:absolute;left:16px;right:16px;bottom:34px;z-index:2;pointer-events:none;}
.mv__pillow{display:block;color:#fff;font-size:1.3rem;line-height:1.5;letter-spacing:.02em;
  text-shadow:0 1px 5px rgba(0,0,0,.6);margin-bottom:3px;}
.mv__name{display:block;color:#fff;font-size:2.3rem;font-weight:bold;line-height:1.3;letter-spacing:.01em;
  text-shadow:0 2px 7px rgba(0,0,0,.55);}
.mv__dots{bottom:12px;justify-content:flex-end;padding-right:16px;z-index:2;}

@media screen and (max-width:400px){
  .mv__label{font-size:1.15rem;padding:6px 13px;left:12px;top:12px;}
  .mv__caption{left:13px;right:13px;bottom:30px;}
  .mv__pillow{font-size:1.15rem;}
  .mv__name{font-size:2rem;}
}

/* MVキャプション上段を少し大きく */
.mv__pillow{font-size:1.65rem;font-weight:bold;margin-bottom:5px;}
@media screen and (max-width:400px){
  .mv__pillow{font-size:1.45rem;}
}

/* 公式バッジ行を削除したぶんの詰め */
.rstdtl-header{padding-top:12px;}
.rdheader-head{margin-top:0;}
.pillow-word{margin-top:0;}

/* チャプター見出しは一文で1行に収める */
.iv-ch__title{font-feature-settings:"palt" 1;letter-spacing:-.01em;white-space:nowrap;}
@media screen and (max-width:430px){
  .iv-ch__title{font-size:1.45rem;}
}
@media screen and (max-width:380px){
  .iv-ch__title{font-size:1.32rem;}
}

/* 物件価格の注釈（極小） */
.price-note{margin-top:3px;font-size:.88rem;line-height:1.5;color:#9a9a9f;letter-spacing:-.01em;}

/* ===========================================================
   MV上のスペックバッジ（免震／ZEH）
   =========================================================== */
.mv__scrim{background:
  linear-gradient(to top,rgba(0,0,0,.66) 0%,rgba(0,0,0,.34) 26%,rgba(0,0,0,0) 62%),
  linear-gradient(to bottom,rgba(0,0,0,.34) 0%,rgba(0,0,0,.12) 34%,rgba(0,0,0,0) 58%);
  height:100%;}
.mv-specs{position:absolute;left:0;right:0;top:50px;z-index:2;display:flex;justify-content:center;
  gap:10px;pointer-events:none;}
.mv-spec{flex:0 0 auto;min-width:150px;padding:8px 14px 10px;text-align:center;
  background:rgba(30,27,23,.44);border:1px solid rgba(255,255,255,.6);border-radius:3px;}
.mv-spec__top{display:block;color:#fff;font-size:1.1rem;letter-spacing:.03em;line-height:1.4;
  text-shadow:0 1px 3px rgba(0,0,0,.45);}
.mv-spec__main{display:block;color:#fff;font-size:3.3rem;font-weight:bold;line-height:1.12;
  letter-spacing:.05em;margin:2px 0 3px;text-shadow:0 2px 7px rgba(0,0,0,.4);}
.mv-spec__sub{display:block;color:#fff;font-size:1.05rem;line-height:1.4;letter-spacing:.02em;
  text-shadow:0 1px 3px rgba(0,0,0,.45);}
.mv-spec__sub b{font-size:1.4rem;font-weight:bold;}

@media screen and (max-width:430px){
  .mv-specs{top:44px;gap:8px;}
  .mv-spec{min-width:130px;padding:7px 10px 9px;}
  .mv-spec__main{font-size:2.7rem;}
  .mv-spec__top,.mv-spec__sub{font-size:.98rem;}
  .mv-spec__sub b{font-size:1.2rem;}
}

/* MVスペックバッジ：右下・小さめに */
.mv__scrim{background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.4) 24%,rgba(0,0,0,0) 60%);height:72%;top:auto;}
.mv-specs{top:auto;left:auto;right:14px;bottom:40px;justify-content:flex-end;gap:7px;}
.mv-spec{min-width:104px;padding:5px 9px 6px;border-radius:3px;background:rgba(30,27,23,.5);
  border-color:rgba(255,255,255,.62);}
.mv-spec__top{font-size:.9rem;line-height:1.35;}
.mv-spec__main{font-size:2.2rem;line-height:1.1;margin:1px 0 2px;letter-spacing:.03em;}
.mv-spec__sub{font-size:.88rem;line-height:1.35;}
.mv-spec__sub b{font-size:1.1rem;}
.mv__caption{right:auto;max-width:56%;}

@media screen and (max-width:430px){
  .mv-specs{right:12px;bottom:36px;gap:6px;}
  .mv-spec{min-width:88px;padding:4px 7px 5px;}
  .mv-spec__main{font-size:1.85rem;}
  .mv-spec__top,.mv-spec__sub{font-size:.82rem;}
  .mv-spec__sub b{font-size:.98rem;}
  .mv__caption{max-width:52%;}
}

/* MV左上：スマイー7A基準バッジ */
.mv__label{display:none;}
.mv__badge7a{position:absolute;left:12px;top:12px;z-index:2;pointer-events:none;
  height:70px;width:auto;filter:drop-shadow(0 2px 6px rgba(0,0,0,.45));}
@media screen and (max-width:430px){
  .mv__badge7a{height:58px;left:10px;top:10px;}
}

/* ヒーロー引用：2行目を1行に収める */
.iv-hero__text{font-feature-settings:"palt" 1;letter-spacing:-.005em;text-wrap:balance;}
@media screen and (max-width:430px){ .iv-hero__text{font-size:1.32rem;} }
@media screen and (max-width:380px){ .iv-hero__text{font-size:1.2rem;} }

/* 7A金賞バッジを約2倍に */
.mv__badge7a{height:140px;left:14px;top:14px;}
@media screen and (max-width:430px){ .mv__badge7a{height:116px;left:11px;top:11px;} }

/* ===========================================================
   ヘッダー：バナー画像に差し替え
   =========================================================== */
.p-header-bottom{position:static;padding:0;box-shadow:none;border-top:0;background:#0c2415;
  max-width:var(--frame);margin:0 auto;}
.p-header__banner{display:block;line-height:0;}
.p-header__banner:hover{text-decoration:none;opacity:.94;}
.p-header__banner img{display:block;width:100%;height:auto;}

/* ===========================================================
   SUMAiiタウン 7A基準 判定
   =========================================================== */
.tm{font-size:.62em;vertical-align:super;letter-spacing:.02em;}

/* ヘッダーの簡易レーティング（食べログの評点位置） */
.hdr-rating{display:inline-flex;align-items:center;gap:6px;}
.hdr-rating:hover{text-decoration:none;}
.hdr-rating .c-rating__star i{color:#eaa300;}
.hdr-rating__val{color:#e8842a;font-family:Arial,Helvetica,sans-serif;font-size:2.1rem;font-weight:bold;line-height:1;}
.hdr-rating__label{font-size:1.05rem;color:#1a6b3c;border-bottom:1px dotted #1a6b3c;line-height:1.3;}

/* 総合 */
.s7-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap;
  border:1px solid #e2d6b4;background:#fdf8ec;border-radius:6px;padding:12px 14px;margin-bottom:12px;}
.s7-total{display:flex;align-items:center;gap:8px;}
.s7-total__star{font-size:2rem;}
.s7-total__star i{color:#eaa300;}
.s7-total__val{color:#e8842a;font-family:Arial,Helvetica,sans-serif;font-size:3rem;font-weight:bold;line-height:1;}
.s7-rank{display:inline-block;border-radius:3px;padding:3px 9px;font-size:1.15rem;font-weight:bold;color:#fff;}
.s7-rank--a{background:#347448;}
.s7-rank--b{background:#8f8f96;}
.s7-pass{margin-left:auto;font-size:1.25rem;font-weight:bold;color:#1f4d30;}
.s7-pass b{color:#e8842a;}

/* 7項目 */
.s7-list{border:1px solid #e1e1e1;border-radius:4px;overflow:hidden;}
.s7-item{display:grid;grid-template-columns:1fr auto;gap:2px 10px;align-items:center;
  padding:10px 12px;border-bottom:1px solid #ededed;background:#fff;}
.s7-item:last-child{border-bottom:0;}
.s7-item__name{font-size:1.25rem;font-weight:bold;color:#13131e;}
.s7-item__score{display:flex;align-items:center;gap:6px;justify-self:end;}
.s7-item__score .c-rating__star{font-size:1.25rem;letter-spacing:0;}
.s7-item__score .c-rating__star i{color:#eaa300;}
.s7-item__score b{font-family:Arial,Helvetica,sans-serif;font-size:1.5rem;font-weight:bold;color:#e8842a;line-height:1;}
.s7-item__score em{font-style:normal;}
.s7-item__note{grid-column:1 / -1;font-size:1.05rem;line-height:1.65;color:#7d7d84;}

@media screen and (max-width:430px){
  .s7-total__val{font-size:2.5rem;}
  .s7-pass{margin-left:0;width:100%;font-size:1.15rem;}
  .s7-item__name{font-size:1.15rem;}
  .s7-item__note{font-size:.98rem;}
  .hdr-rating__val{font-size:1.9rem;}
}

/* ヘッダーバナーは非リンク（クリック無効） */
.p-header__banner{pointer-events:none;cursor:default;}
.p-header__banner:hover{opacity:1;}

/* 7A基準：ヘッダーのスコアバッジ（クリックで詳細モーダル） */
.spec-badges.js-open-7a{flex-wrap:wrap;gap:5px;cursor:pointer;}
.spec-badges.js-open-7a:hover .spec-badge{background:#e6efe9;}
.spec-badge{padding:3px 8px;min-width:52px;}
.spec-badge__label{font-size:.92rem;}
.spec-badge__val{font-size:1.35rem;font-family:Arial,Helvetica,sans-serif;}
.spec-badge--a{border-color:#347448;background:#eef5f0;}
.spec-badge--a .spec-badge__label{color:#2f6b43;}
.spec-badge--a .spec-badge__val{color:#1f4d30;}
.spec-badge--b{border-color:#c8c8ce;background:#f4f4f5;}
.spec-badge--b .spec-badge__label{color:#7d7d84;}
.spec-badge--b .spec-badge__val{color:#5c5c63;}

.hdr-rating{border:0;background:none;padding:0;cursor:pointer;font:inherit;}
.hdr-rating__label{border-bottom:1px dotted #1a6b3c;}

/* 7A詳細モーダル内の余白 */
.js-modal7a .s7-head{justify-content:center;}
.js-modal7a .s7-list{margin-bottom:14px;}

/* 7A評点行：モーダル内のパネルと同じ意匠に */
.hdr-rating{display:inline-flex;align-items:center;gap:9px;
  border:1px solid #e2d6b4;background:#fdf8ec;border-radius:8px;padding:8px 14px;}
.hdr-rating:hover{background:#fbf3df;}
.hdr-rating .c-rating__star{font-size:1.9rem;letter-spacing:1px;}
.hdr-rating .c-rating__star i{color:#eaa300;}
.hdr-rating__val{color:#e8842a;font-family:Arial,Helvetica,sans-serif;font-size:2.6rem;font-weight:bold;line-height:1;}
.hdr-rating .s7-rank{font-size:1.2rem;padding:5px 11px;border-radius:4px;}
.hdr-rating__label{display:none;}
.rdheader-counts{align-items:flex-start;}

/* 7Aスコアバッジ：SPでも横一列 */
.spec-badges.js-open-7a{flex-wrap:nowrap;gap:4px;width:100%;}
.spec-badges.js-open-7a .spec-badge{flex:1 1 0;min-width:0;padding:3px 2px;}
.spec-badges.js-open-7a .spec-badge__label{font-size:.86rem;white-space:nowrap;}
.spec-badges.js-open-7a .spec-badge__val{font-size:1.28rem;}

@media screen and (max-width:430px){
  .hdr-rating{gap:7px;padding:7px 11px;}
  .hdr-rating .c-rating__star{font-size:1.65rem;}
  .hdr-rating__val{font-size:2.2rem;}
  .hdr-rating .s7-rank{font-size:1.1rem;padding:4px 9px;}
  .spec-badges.js-open-7a{gap:3px;}
  .spec-badges.js-open-7a .spec-badge{padding:3px 1px;}
  .spec-badges.js-open-7a .spec-badge__label{font-size:.76rem;letter-spacing:-.03em;}
  .spec-badges.js-open-7a .spec-badge__val{font-size:1.12rem;}
}

/* ★の塗り位置ずれ対策：字間を0にして 1星=幅20% を厳密化 */
.hdr-rating .c-rating__star,
.s7-total__star,
.s7-item__score .c-rating__star{letter-spacing:0;font-variant-ligatures:none;}
.hdr-rating .c-rating__star i,
.s7-total__star i,
.s7-item__score .c-rating__star i{letter-spacing:0;}

/* ===========================================================
   モーダルの閉じる操作をわかりやすく
   =========================================================== */
.modal__head{position:sticky;top:0;z-index:3;background:#fff;border-bottom:1px solid #e1e1e1;
  padding:11px 12px 11px 16px;}
.modal__close{margin-left:auto;flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;
  width:auto;height:auto;padding:7px 13px 7px 11px;border:1px solid #d2d2d2;border-radius:999px;
  background:#f4f4f4;color:#13131e;font-size:1.2rem;font-weight:bold;line-height:1;cursor:pointer;}
.modal__close::before{content:"×";font-size:1.9rem;line-height:.8;color:#595960;}
.modal__close::after{content:"閉じる";}
.modal__close:hover{background:#e9e9e9;border-color:#b9b9b9;}
.modal__close:active{background:#dedede;}

/* 下部の閉じるボタンも大きく */
.js-modal7a .modal-actions{position:sticky;bottom:0;background:linear-gradient(to top,#fff 72%,rgba(255,255,255,0));
  padding:12px 0 4px;margin-top:16px;}
.js-modal7a .modal-actions .btn-back{padding:16px 0;font-size:1.5rem;border-color:#b9b9b9;}

/* 背景タップで閉じられることを示すヒント */
.modal__hint{margin-top:8px;text-align:center;font-size:1.05rem;color:#949499;}

/* 閉じるヒントはボタンの下に全幅で */
.js-modal7a .modal-actions{flex-wrap:wrap;}
.modal__hint{width:100%;margin-top:9px;}

/* スコアバッジは全項目とも同一配色（3.0も白塗りにしない） */
.spec-badges.js-open-7a .spec-badge--b{border-color:#347448;background:#eef5f0;}
.spec-badges.js-open-7a .spec-badge--b .spec-badge__label{color:#2f6b43;}
.spec-badges.js-open-7a .spec-badge--b .spec-badge__val{color:#1f4d30;}

/* 評点パネル内の「詳細はこちら」 */
.hdr-rating__more{font-size:1.12rem;font-weight:bold;color:#1a6b3c;
  border-bottom:1px solid #9dc4ac;line-height:1.4;white-space:nowrap;}
.hdr-rating:hover .hdr-rating__more{color:#12522d;border-bottom-color:#1a6b3c;}
@media screen and (max-width:430px){
  .hdr-rating{gap:6px;padding:7px 9px;}
  .hdr-rating__more{font-size:1rem;}
}

/* 評点パネル：狭い幅でも文字を折らない（要素単位で折り返す） */
.hdr-rating{flex-wrap:wrap;justify-content:flex-start;row-gap:6px;max-width:100%;}
.hdr-rating > *{flex:0 0 auto;}
.hdr-rating .s7-rank,
.hdr-rating__more,
.hdr-rating .c-rating__star{white-space:nowrap;}

@media screen and (max-width:400px){
  .hdr-rating{padding:7px 9px;gap:6px;}
  .hdr-rating .c-rating__star{font-size:1.5rem;}
  .hdr-rating__val{font-size:2rem;}
  .hdr-rating .s7-rank{font-size:1rem;padding:4px 8px;}
  .hdr-rating__more{font-size:.95rem;}
}
@media screen and (max-width:350px){
  .hdr-rating .c-rating__star{font-size:1.35rem;}
  .hdr-rating__val{font-size:1.8rem;}
  .hdr-rating__more{font-size:.9rem;}
}

/* ★の塗り終端をグリフの視覚中心に合わせる（サイドベアリング分を補正） */
.hdr-rating .c-rating__star i,
.s7-total__star i,
.s7-item__score .c-rating__star i{border-right:0.1em solid transparent;}

/* ===========================================================
   ポップアップ：画面いっぱいにせず「カード」として見せる
   （周囲に背景が見える＝外側タップで閉じられると分かる）
   =========================================================== */
.modal{align-items:center;justify-content:center;padding:18px 14px;background:rgba(0,0,0,.62);}
.modal__panel{width:100%;max-width:var(--frame);max-height:84vh;display:flex;flex-direction:column;
  border-radius:12px;overflow:hidden;box-shadow:0 14px 40px rgba(0,0,0,.4);}
.modal__head{position:static;flex:0 0 auto;}
.modal__body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;}

@media screen and (max-width:20000px){
  .modal{align-items:center;padding:18px 14px;}
  .modal__panel{border-radius:12px;max-height:84vh;}
  .modal__head{position:static;}
}
@media screen and (max-width:430px){
  .modal{padding:14px 10px;}
  .modal__panel{max-height:86vh;}
}

/* ポップアップ下部の閉じるボタンを不透明に（背後の文字が透けないように） */
.js-modal7a .modal-actions{position:sticky;bottom:0;background:#fff;border-top:1px solid #e1e1e1;
  padding:12px 0 8px;margin-top:16px;}

/* トップ右の「地図を見る」「間取りを見る」 */
.rdheader-map__label{margin-top:5px;}
.rdheader-map__label--floor{margin-top:3px;}

/* 間取りサムネイル（地図サムネと同サイズ） */
.rdheader-map__frame--floor{margin-top:9px;background:#fff;}
.rdheader-map__frame--floor img{width:100%;height:100%;object-fit:cover;display:block;}
.rdheader-map__label--floor{margin-top:5px;}

/* ===========================================================
   地図：タップで読み込むファサード（4G高速化）
   =========================================================== */
.map-facade{display:flex;align-items:center;justify-content:center;
  background:#eef1ea url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cg fill='none' stroke='%23cfd7cb' stroke-width='1.2'%3E%3Cpath d='M0 20h60M0 41h60M18 0v60M43 0v60'/%3E%3C/g%3E%3C/svg%3E");}
.map-facade__btn{display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;
  border:1px solid #cbd5c6;border-radius:8px;background:rgba(255,255,255,.94);
  padding:16px 24px;box-shadow:0 3px 10px rgba(0,0,0,.12);}
.map-facade__btn:hover{background:#fff;border-color:#347448;}
.map-facade__pin{font-size:2rem;line-height:1;}
.map-facade__text{font-size:1.4rem;font-weight:bold;color:#1f4d30;}
.map-facade__note{font-size:1.05rem;color:#7d7d84;}

/* ===========================================================
   施工事例
   =========================================================== */
.works-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.works-item{display:block;border:1px solid #e1e1e1;border-radius:6px;overflow:hidden;background:#fff;}
.works-item__img{display:block;aspect-ratio:520/364;overflow:hidden;background:#eee;}
.works-item__img img{width:100%;height:100%;object-fit:cover;display:block;}
.works-item__body{display:block;padding:8px 10px 10px;}
.works-item__area{display:block;font-size:1.02rem;color:#2f6b43;font-weight:bold;margin-bottom:2px;}
.works-item__title{display:block;font-size:1.15rem;font-weight:bold;color:#13131e;line-height:1.5;}
.works-item:first-child{grid-column:1 / -1;}
.works-item:first-child .works-item__title{font-size:1.35rem;}

@media screen and (max-width:400px){
  .works-list{gap:8px;}
  .works-item__title{font-size:1.05rem;}
  .works-item:first-child .works-item__title{font-size:1.25rem;}
}

/* ===========================================================
   施工事例：横スワイプ（1画面に2.5枚）
   =========================================================== */
.works-lead{font-size:1.2rem;color:#595960;margin-bottom:10px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.works-lead__swipe{font-size:1.08rem;font-weight:bold;color:#2f6b43;background:#eef5f0;
  border:1px solid #cbe0d2;border-radius:999px;padding:3px 10px;}
.works-track{display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;}
.works-track::-webkit-scrollbar{display:none;}
.works-card{flex:0 0 38%;scroll-snap-align:start;min-width:0;
  border:1px solid #e1e1e1;border-radius:6px;overflow:hidden;background:#fff;}
.works-card__imgs{display:block;}
.works-card__img{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;background:#eee;}
.works-card__img + .works-card__img{border-top:1px solid #fff;}
.works-card__img img{width:100%;height:100%;object-fit:cover;display:block;}
.works-card__tag{position:absolute;left:0;bottom:0;background:rgba(0,0,0,.6);color:#fff;
  font-size:.9rem;font-weight:bold;padding:2px 7px;border-radius:0 3px 0 0;line-height:1.3;}
.works-card__area{display:block;font-size:.98rem;font-weight:bold;color:#2f6b43;padding:7px 8px 0;}
.works-card__title{display:block;font-size:1.08rem;font-weight:bold;color:#13131e;line-height:1.5;padding:2px 8px 9px;}

/* ===========================================================
   会社紹介（コンパクト）
   =========================================================== */
.company{margin-top:16px;border:1px solid #e1e1e1;border-radius:6px;background:#fafaf8;padding:13px 14px;}
.company__name{font-size:1.4rem;font-weight:bold;color:#13131e;}
.company__kana{font-size:1.05rem;font-weight:normal;color:#7d7d84;margin-left:3px;}
.company__facts{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 9px;}
.company__facts li{border:1px solid #cbe0d2;background:#eef5f0;border-radius:999px;
  padding:3px 10px;font-size:1.02rem;color:#2f6b43;}
.company__facts b{color:#1f4d30;font-size:1.15rem;}
.company__text{font-size:1.15rem;line-height:1.85;color:#595960;}
.company__text b{color:#1f4d30;}
.company__list{display:grid;grid-template-columns:auto 1fr;gap:3px 10px;margin-top:9px;
  font-size:1.02rem;line-height:1.6;}
.company__list dt{color:#949499;white-space:nowrap;}
.company__list dd{color:#595960;margin:0;}

/* ===========================================================
   地図・間取りモーダル
   =========================================================== */
.modal-addr{font-size:1.25rem;font-weight:bold;color:#13131e;margin-bottom:9px;}
.modal-map{width:100%;height:min(52vh,340px);border:1px solid #e1e1e1;border-radius:4px;overflow:hidden;background:#eef1ea;}
.modal-map iframe{width:100%;height:100%;border:0;display:block;}
.modal-floor{display:flex;flex-direction:column;gap:12px;}
.modal-floor__item{margin:0;}
.modal-floor__cap{font-size:1.15rem;font-weight:bold;color:#13131e;margin-bottom:5px;}
.modal-floor__item img{width:100%;height:auto;border:1px solid #e1e1e1;border-radius:4px;}

/* サムネのボタン（透明オーバーレイ） */
button.rdheader-map__link{border:0;background:none;padding:0;cursor:pointer;}
button.rdheader-map__label{border:0;background:none;padding:0;cursor:pointer;font:inherit;
  color:#1a6b3c;text-decoration:none;}
button.rdheader-map__label:hover{text-decoration:underline;}

@media screen and (max-width:400px){
  .works-card{flex-basis:40%;}
  .works-card__title{font-size:1rem;}
}

/* 共有アイコン（送付画像のデザイン） */
.ico-share{width:22px;height:22px;display:block;fill:none;stroke:currentColor;
  stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.sp-fixed-cta__share{gap:3px;}
.sp-fixed-cta__share .ico-share{width:23px;height:23px;}
.float-bar__share{gap:7px;}
.float-bar__share .ico-share{width:19px;height:19px;}

/* 間取りポップアップ：画像を収まりよく */
.modal-floor{gap:16px;}
.modal-floor__item img{display:block;width:auto;max-width:100%;max-height:56vh;margin:0 auto;
  border:1px solid #e1e1e1;border-radius:4px;background:#fff;}
.modal-floor__cap{padding-left:2px;}
.js-modal-box .modal__body{padding:14px;}

/* 共有アイコン：太字タイプ・サイズは従来の絵文字と同等に */
.ico-share{width:15px;height:20px;display:block;fill:none;stroke:currentColor;
  stroke-width:3.1;stroke-linecap:butt;stroke-linejoin:miter;}
.sp-fixed-cta__share{gap:2px;}
.sp-fixed-cta__share .ico-share{width:14px;height:19px;}
.float-bar__share{gap:6px;}
.float-bar__share .ico-share{width:13px;height:17px;}

/* ===========================================================
   会社紹介（リニューアル）
   =========================================================== */
.company{border:1px solid #e1e1e1;border-radius:10px;background:#fff;padding:0;overflow:hidden;margin-top:0;}
.company__hero{padding:18px 16px 16px;text-align:center;color:#fff;
  background:linear-gradient(135deg,#2f6b43 0%,#173a24 100%);}
.company__catch{font-size:1.85rem;font-weight:bold;line-height:1.5;letter-spacing:.02em;
  text-shadow:0 1px 4px rgba(0,0,0,.2);}
.company__sub{margin-top:7px;font-size:1.1rem;color:rgba(255,255,255,.82);line-height:1.6;}

.company__pts{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 14px 0;}
.company__pt{border:1px solid #e6e6e6;border-radius:8px;background:#fafaf8;padding:10px 11px;}
.company__pt:last-child{grid-column:1 / -1;display:flex;align-items:center;gap:9px;}
.company__pt-ico{display:block;font-size:1.7rem;line-height:1;margin-bottom:4px;}
.company__pt:last-child .company__pt-ico{margin-bottom:0;flex:0 0 auto;}
.company__pt-t{display:block;font-size:1.18rem;font-weight:bold;color:#1f4d30;line-height:1.4;margin-bottom:3px;}
.company__pt-d{display:block;font-size:1.02rem;color:#6d6d74;line-height:1.6;}
.company__pt-d--solo{font-size:1.12rem;color:#44433e;}
.company__pt-d--solo b{color:#1f4d30;}

.company__quote{position:relative;margin:14px 14px 0;padding:13px 14px 12px 34px;
  border-radius:8px;background:#eef5f0;border:1px solid #cbe0d2;}
.company__quote::before{content:"“";position:absolute;left:10px;top:2px;
  font-family:Georgia,serif;font-size:3.2rem;line-height:1;color:#9dc4ac;}
.company__quote p{font-size:1.18rem;line-height:1.85;color:#33322e;}
.company__quote b{color:#1f4d30;}
.company__quote cite{display:block;margin-top:6px;font-style:normal;font-size:1.05rem;color:#6d6d74;text-align:right;}

.company__list{display:grid;grid-template-columns:auto 1fr;gap:0;margin:14px 0 0;
  font-size:1.02rem;line-height:1.6;border-top:1px solid #ededed;}
.company__list dt{padding:7px 10px 7px 14px;color:#949499;white-space:nowrap;background:#fafafa;
  border-bottom:1px solid #f0f0f0;}
.company__list dd{padding:7px 14px 7px 10px;margin:0;color:#595960;border-bottom:1px solid #f0f0f0;}
.company__list dt:last-of-type,.company__list dd:last-of-type{border-bottom:0;}

@media screen and (max-width:400px){
  .company__catch{font-size:1.6rem;}
  .company__pts{grid-template-columns:1fr;}
  .company__pt-t{font-size:1.12rem;}
}

/* 施工事例：カードの高さを揃えて整列 */
.works-track{align-items:stretch;}
.works-card{display:flex;flex-direction:column;}
.works-card__imgs{flex:0 0 auto;}
.works-card__area{padding:8px 9px 0;}
.works-card__title{flex:1 1 auto;padding:2px 9px 10px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  min-height:calc(1.5em * 2);}

/* 地図・間取りポップアップ下部の「閉じる」レイアウト調整 */
.modal-actions{flex-wrap:wrap;}
.js-modal-box .modal-actions{position:sticky;bottom:0;background:#fff;
  border-top:1px solid #e1e1e1;padding:12px 0 8px;margin-top:16px;}
.js-modal-box .modal-actions .btn-back{flex:1 1 100%;padding:16px 0;font-size:1.5rem;border-color:#b9b9b9;}
.js-modal-box .modal__hint{width:100%;margin-top:9px;}

/* ===========================================================
   SP：入力時に画面が拡大しないよう文字サイズを16px以上に
   （iOS Safari は 16px 未満の入力欄でオートズームする）
   =========================================================== */
input[type="text"],input[type="tel"],input[type="email"],input[type="number"],
input[type="search"],select,textarea,
.form-table input[type=text],.form-table input[type=email],.form-table input[type=tel],
.booking-search__sel,.p-global-search__cell input{
  font-size:16px;
}
.form-table input[type=text],.form-table input[type=email],.form-table input[type=tel]{
  padding:11px 10px;
}

/* 間取り図の＋ピンを1.5倍に */
.floor-pin{width:23px;height:23px;border-width:2px;}
.floor-pin::before,.floor-pin::after{width:11px;height:2px;}
.floor-hint__pin{width:23px;height:23px;border-width:2px;}
.floor-hint__pin::before,.floor-hint__pin::after{width:11px;height:2px;}

/* 会社紹介：強みカードを2枚構成に合わせて */
.company__pts{grid-template-columns:1fr 1fr;}
.company__pt:last-child{grid-column:auto;display:block;}
.company__pt:last-child .company__pt-ico{margin-bottom:4px;}

/* FVカルーセル：間取り図スライド（縦長なので全体を収める） */
.mv__slide--plan{background:#f4f2ee;}
.mv__slide--plan img{object-fit:contain;padding:8px 0;}
.mv__cap{display:block;}

/* FVカルーセル：間取り図スライドは全体が見えるように高さを確保 */
.mv{--mv-h:min(64vw,320px);}
.mv__slide{height:var(--mv-h);}
.mv:has(.mv__slide--plan){--mv-h:min(78vw,400px);}
.mv__slide--plan{background:#f4f2ee;display:flex;align-items:center;justify-content:center;}
.mv__slide--plan img{width:auto;max-width:92%;height:auto;max-height:calc(var(--mv-h) - 54px);
  object-fit:contain;padding:0;margin:0 auto;}

/* 間取り図スライド表示中は写真用オーバーレイを隠して図面を大きく */
.mv__caption,.mv-specs,.mv__badge7a,.mv__scrim{transition:opacity .25s ease;}
.mv.is-plan .mv__caption,
.mv.is-plan .mv-specs,
.mv.is-plan .mv__badge7a,
.mv.is-plan .mv__scrim{opacity:0;visibility:hidden;}
.mv__slide--plan img{max-height:calc(var(--mv-h) - 26px);}

/* スライドごとの説明テキスト（南向きの〜等）は非表示 */
.mv__cap{display:none !important;}
