/* =========================================================
   PlacE Vision Premium - Safe Overrides
   既存CSSは触らず、このファイルだけで調整する
========================================================= */

/* ===== 不動産サービス：4列の細長さを解消 ===== */

.service{
  padding-top:120px;
  padding-bottom:120px;
}

.service__grid{
  grid-template-columns:340px minmax(0, 1fr) !important;
  gap:72px !important;
  align-items:start !important;
}

.service-cards{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:28px !important;
  max-width:760px !important;
}

.service-card{
  background:#fff !important;
  min-height:auto !important;
  box-shadow:0 20px 55px rgba(57,42,25,.08) !important;
}

.service-card__image{
  height:230px !important;
  background-size:cover !important;
  background-position:center center !important;
}

.service-card__body{
  padding:30px 32px 34px !important;
}

.service-card h3{
  font-size:26px !important;
  line-height:1.45 !important;
  letter-spacing:.04em !important;
  word-break:keep-all !important;
  overflow-wrap:normal !important;
  white-space:normal !important;
}

.service-card p{
  font-size:14.5px !important;
  line-height:2.05 !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
}

/* 長い見出しだけ自然に調整 */
.service-card:nth-child(4) h3{
  font-size:24px !important;
  line-height:1.5 !important;
}

/* 右固定ボタンを少し控えめに */
.fixed-contact{
  right:24px !important;
  top:auto !important;
  bottom:120px !important;
  width:108px !important;
  box-shadow:0 18px 42px rgba(0,0,0,.10) !important;
}

.fixed-contact a{
  padding:14px 8px !important;
  font-size:12px !important;
}

/* タブレット */
@media(max-width:1300px){
  .service__grid{
    grid-template-columns:1fr !important;
  }

  .service-cards{
    max-width:900px !important;
    margin:0 auto !important;
  }

  .section-copy{
    max-width:620px !important;
  }
}

/* スマホ */
@media(max-width:760px){
  .service{
    padding-top:72px;
    padding-bottom:72px;
  }

  .service-cards{
    grid-template-columns:1fr !important;
  }

  .service-card__image{
    height:220px !important;
  }

  .service-card__body{
    padding:26px 24px 30px !important;
  }

  .service-card h3{
    font-size:23px !important;
  }

  .fixed-contact{
    display:none !important;
  }
}

/* ===== image cache fix ===== */
.service-consulting{
  background-image:url("../images/service-consulting.jpg?v=20260604_1348") !important;
  background-position:center center !important;
  background-size:cover !important;
}


/* =========================================================
   Safe Overrides 02
   SHARE1見出し切れ・固定CTA・余白調整
========================================================= */

/* SHARE1セクションの文字切れ防止 */










/* 固定問い合わせボタンをさらに控えめに */
.fixed-contact{
  width:96px !important;
  right:18px !important;
  bottom:96px !important;
  opacity:.92 !important;
}

.fixed-contact:hover{
  opacity:1 !important;
}

.fixed-contact a{
  padding:12px 6px !important;
  font-size:11px !important;
}

/* ROOMセクションの上品さ調整 */
.rooms{
  padding-top:96px !important;
  padding-bottom:96px !important;
}

.room-card__image{
  height:165px !important;
}

.room-card__body{
  padding:20px 16px 22px !important;
}

.room-card h3{
  font-size:24px !important;
  line-height:1.3 !important;
}

.room-card__body p{
  font-size:13px !important;
  line-height:1.8 !important;
}

/* 強みセクションの余白を少し詰める */
.strength{
  padding-top:90px !important;
  padding-bottom:90px !important;
}

.strength-grid{
  gap:0 !important;
}

/* フッター前のお問い合わせ帯を少し締める */
.contact-band{
  padding-top:76px !important;
  padding-bottom:76px !important;
}

/* スマホ */
@media(max-width:900px){
  .share1-intro__image{
    position:relative !important;
    inset:auto !important;
    height:300px !important;
  }

  .share1-intro__content h2{
    max-width:100% !important;
    font-size:34px !important;
  }
}

/* ===== ROOM CARD HEIGHT ALIGN FIX 20260604 ===== */
.room-grid {
  align-items: stretch !important;
}

.room-card {
  display: grid !important;
  grid-template-rows: 180px 1fr !important;
  height: 385px !important;
  overflow: hidden !important;
}

.room-card__image {
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important;
  background-size: cover !important;
  background-position: center !important;
}

.room-card__body {
  display: grid !important;
  grid-template-rows: 54px 68px 50px 38px !important;
  padding: 0 18px 20px !important;
  box-sizing: border-box !important;
  align-items: center !important;
}

.room-card__body h3 {
  margin: 0 !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
}

.room-card__body p {
  margin: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.65 !important;
}

.room-card__body strong {
  margin: 0 !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
}

.room-card__body .status {
  margin: 0 !important;
  width: 100% !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}


/* ===== ROOM CARD FINAL ALIGN FIX 20260604 ===== */
.room-grid{
  align-items:stretch !important;
}

.room-card{
  display:flex !important;
  flex-direction:column !important;
  height:430px !important;
  min-height:430px !important;
  overflow:hidden !important;
}

.room-card__image{
  flex:0 0 180px !important;
  height:180px !important;
  min-height:180px !important;
  max-height:180px !important;
  background-size:cover !important;
  background-position:center !important;
}

.room-card__body{
  flex:1 1 auto !important;
  display:flex !important;
  flex-direction:column !important;
  padding:20px 18px 20px !important;
  box-sizing:border-box !important;
  text-align:center !important;
}

.room-card__body h3{
  height:34px !important;
  min-height:34px !important;
  margin:0 0 10px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1.2 !important;
}

.room-card__body p{
  height:58px !important;
  min-height:58px !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  line-height:1.65 !important;
}

.room-card__body strong{
  height:46px !important;
  min-height:46px !important;
  margin:8px 0 10px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1.2 !important;
}

.room-card__body .status{
  height:32px !important;
  min-height:32px !important;
  margin-top:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  box-sizing:border-box !important;
  line-height:1 !important;
}

/* ===== SHARE1 HERO CLEAN FINAL 20260604 ===== */
.share1-intro{
  position: relative !important;
  min-height: 520px !important;
  overflow: hidden !important;
  background: linear-gradient(90deg,#fff7f8,#fffaf2) !important;
}

.share1-intro__image{
  position: absolute !important;
  inset: 0 0 0 44% !important;
  background-image: url("../images/share1-hero-nail-salon.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.share1-intro__content{
  position: relative !important;
  z-index: 2 !important;
  width: 39% !important;
  max-width: 410px !important;
  margin-left: max(48px, calc((100vw - 1120px) / 2)) !important;
  margin-right: 0 !important;
  padding: 78px 18px 76px 0 !important;
  box-sizing: border-box !important;
}

.share1-main-title{
  display: block !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  max-width: 100% !important;
  font-size: 0 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

.share1-main-title span{
  display: block !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  color: #111 !important;
  font-family: inherit !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.2 !important;
}

.share1-line-top,
.share1-line-mid{
  font-size: 30px !important;
}

.share1-line-brand{
  font-size: 40px !important;
  letter-spacing: 0.09em !important;
  font-weight: 600 !important;
  margin-top: 4px !important;
}

.share1-main-lead,
.share1-intro__content p.share1-main-lead{
  max-width: 390px !important;
  margin: 0 0 22px !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  letter-spacing: 0.04em !important;
}

.share1-main-btn{
  min-width: 170px !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

@media(max-width: 1100px){
  .share1-intro__content{
    width: 41% !important;
    max-width: 380px !important;
    margin-left: 48px !important;
  }

  .share1-line-top,
  .share1-line-mid{
    font-size: 27px !important;
  }

  .share1-line-brand{
    font-size: 36px !important;
  }
}

@media(max-width: 900px){
  .share1-intro{
    min-height: auto !important;
  }

  .share1-intro__image{
    position: relative !important;
    inset: auto !important;
    height: 320px !important;
  }

  .share1-intro__content{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    padding: 44px 24px !important;
  }

  .share1-line-top,
  .share1-line-mid{
    white-space: normal !important;
    font-size: 30px !important;
  }

  .share1-line-brand{
    font-size: 40px !important;
  }
}


/* ===== ROOM OCCUPIED STATUS 20260604 ===== */
.room-card__body .status--occupied{
  background:#b8a08a !important;
  color:#fff !important;
}

/* ===== SHARE1 ROOM CARD FINAL IMAGE + TEXT CLEAN 20260604 ===== */
.room01{
  background-image:url("../images/share1-room1-occupied.png") !important;
}

.room02{
  background-image:url("../images/share1-room2-occupied.png") !important;
}

.room03{
  background-image:url("../images/share1-room3-vacant.png") !important;
}

.room04{
  background-image:url("../images/share1-room4-occupied.png") !important;
}

.room05{
  background-image:url("../images/share1-room5-vacant.png") !important;
}

.room01,
.room02,
.room03,
.room04,
.room05{
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

/* 各部屋の説明文を非表示 */
.room-card__body p{
  display:none !important;
}

/* 説明文を消した分、カード内の余白を整える */
.room-card{
  height:390px !important;
  min-height:390px !important;
}

.room-card__body{
  padding:18px 18px 20px !important;
}

.room-card__body h3{
  margin:0 0 18px !important;
}

.room-card__body strong{
  margin:0 0 18px !important;
}

.room-card__body .status{
  margin-top:auto !important;
}

.room-card__body .status--occupied{
  background:#b8a08a !important;
  color:#fff !important;
}


/* ===== ROOM PRICE STATUS FINAL 20260604 ===== */
.room-card--occupied .room-price,
.room-card--occupied .room-card__body strong{
  display:none !important;
}

.room-card--occupied .room-card__body{
  justify-content:flex-start !important;
}

.room-card--occupied .status--occupied{
  margin-top:auto !important;
  background:#b8a08a !important;
  color:#fff !important;
}

.room-card--vacant .room-price{
  display:flex !important;
}

/* ===== COMPANY PAGE FINAL 20260604 ===== */
.company-hero--final{
  padding:150px 0 90px !important;
  background:
    linear-gradient(90deg,rgba(10,8,6,.88),rgba(10,8,6,.54)),
    url("../images/realestate-hero.jpg") center/cover no-repeat !important;
  color:#fff !important;
}

.company-hero__inner{
  max-width:1180px !important;
}

.company-hero h1{
  font-size:clamp(42px,5vw,72px) !important;
  line-height:1.2 !important;
  margin:18px 0 24px !important;
  letter-spacing:.08em !important;
}

.company-hero p{
  max-width:760px !important;
  line-height:2 !important;
  color:rgba(255,255,255,.86) !important;
}

.company-profile{
  background:#fffaf4 !important;
}

.company-profile__grid{
  display:grid !important;
  grid-template-columns:360px 1fr !important;
  gap:70px !important;
  align-items:start !important;
}

.company-table{
  background:#fff !important;
  border:1px solid rgba(180,140,90,.22) !important;
  box-shadow:0 24px 70px rgba(40,30,20,.06) !important;
}

.company-table dl{
  margin:0 !important;
}

.company-table dt,
.company-table dd{
  padding:22px 28px !important;
  border-bottom:1px solid #eee6dc !important;
}

.company-table dt{
  float:left !important;
  width:220px !important;
  clear:left !important;
  color:#b88a4a !important;
  font-weight:700 !important;
  letter-spacing:.08em !important;
}

.company-table dd{
  margin-left:220px !important;
  line-height:1.9 !important;
}

.company-table dt:last-of-type,
.company-table dd:last-of-type{
  border-bottom:none !important;
}

.company-business{
  background:#fff !important;
}

.company-business__cards{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:24px !important;
  margin-top:48px !important;
}

.company-business__cards article{
  padding:42px 34px !important;
  background:#fffaf4 !important;
  border:1px solid rgba(180,140,90,.18) !important;
  min-height:240px !important;
}

.company-business__cards span{
  display:block !important;
  color:#b88a4a !important;
  font-size:20px !important;
  margin-bottom:18px !important;
  letter-spacing:.12em !important;
}

.company-business__cards h3{
  font-size:26px !important;
  margin:0 0 18px !important;
}

.company-business__cards p{
  line-height:1.9 !important;
}

.company-policy{
  background:#fffaf4 !important;
}

.company-policy__grid{
  display:grid !important;
  grid-template-columns:380px 1fr !important;
  gap:70px !important;
  align-items:start !important;
}

.company-policy h2{
  font-size:clamp(34px,4vw,54px) !important;
  line-height:1.35 !important;
}

.company-policy p{
  line-height:2 !important;
  margin:0 0 18px !important;
}

.company-message{
  background:#12100d !important;
  color:#fff !important;
}

.company-message__box{
  max-width:960px !important;
}

.company-message h2{
  font-size:clamp(34px,4vw,54px) !important;
  margin:18px 0 24px !important;
}

.company-message p{
  max-width:760px !important;
  line-height:2 !important;
  color:rgba(255,255,255,.82) !important;
}

.company-message__actions{
  display:flex !important;
  gap:18px !important;
  margin-top:34px !important;
  flex-wrap:wrap !important;
}

@media(max-width:900px){
  .company-hero--final{
    padding:120px 0 64px !important;
  }

  .company-profile__grid,
  .company-policy__grid{
    grid-template-columns:1fr !important;
    gap:36px !important;
  }

  .company-table dt{
    float:none !important;
    width:auto !important;
    padding-bottom:6px !important;
  }

  .company-table dd{
    margin-left:0 !important;
    padding-top:6px !important;
  }

  .company-business__cards{
    grid-template-columns:1fr !important;
  }
}


/* ===== COMPANY AREA NOTE FIX 20260604 ===== */
.company-table dd small{
  display:block !important;
  margin-top:6px !important;
  font-size:13px !important;
  line-height:1.7 !important;
  color:#777 !important;
  letter-spacing:0.02em !important;
}


/* ===== COMPANY AREA NOTE FIX 20260604 ===== */
.company-table dd small{
  display:block !important;
  margin-top:6px !important;
  font-size:13px !important;
  line-height:1.7 !important;
  color:#777 !important;
  letter-spacing:0.02em !important;
}

/* ===== COMPANY PROFILE TABLE CLEAN FINAL 20260604 ===== */
.company-profile{
  background:#fffaf4 !important;
}

.company-profile__grid{
  display:grid !important;
  grid-template-columns:380px minmax(0, 1fr) !important;
  gap:56px !important;
  align-items:start !important;
}

.company-profile .section-copy h2{
  font-size:36px !important;
  line-height:1.45 !important;
  letter-spacing:0.02em !important;
  max-width:none !important;
  white-space:nowrap !important;
  word-break:keep-all !important;
}

.company-profile .section-copy p{
  max-width:360px !important;
  font-size:15px !important;
  line-height:2 !important;
  letter-spacing:0.03em !important;
}

.company-table{
  max-width:920px !important;
  background:#fff !important;
  border:1px solid rgba(180,140,90,.22) !important;
  box-shadow:0 24px 70px rgba(40,30,20,.06) !important;
}

.company-table dl{
  display:grid !important;
  grid-template-columns:170px minmax(0, 1fr) !important;
  margin:0 !important;
}

.company-table dt,
.company-table dd{
  float:none !important;
  width:auto !important;
  margin:0 !important;
  padding:20px 24px !important;
  border-bottom:1px solid #eee6dc !important;
  box-sizing:border-box !important;
  min-height:64px !important;
}

.company-table dt{
  display:flex !important;
  align-items:center !important;
  color:#b88a4a !important;
  font-weight:700 !important;
  font-size:15px !important;
  letter-spacing:0.03em !important;
  white-space:nowrap !important;
  background:rgba(255,250,244,.65) !important;
}

.company-table dd{
  display:flex !important;
  align-items:center !important;
  color:#111 !important;
  font-size:16px !important;
  line-height:1.85 !important;
  letter-spacing:0.01em !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
}

.company-table dt:nth-last-of-type(1),
.company-table dd:nth-last-of-type(1){
  border-bottom:none !important;
}

.company-table dd small{
  display:block !important;
  margin-top:6px !important;
  font-size:13px !important;
  line-height:1.7 !important;
  color:#777 !important;
  letter-spacing:0.01em !important;
}

.company-table dd{
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
}

@media(max-width:900px){
  .company-profile__grid{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }

  .company-profile .section-copy h2{
    font-size:32px !important;
    white-space:normal !important;
  }

  .company-profile .section-copy p{
    max-width:100% !important;
  }

  .company-table dl{
    grid-template-columns:1fr !important;
  }

  .company-table dt,
  .company-table dd{
    min-height:auto !important;
    padding:16px 20px !important;
  }

  .company-table dt{
    border-bottom:none !important;
    padding-bottom:6px !important;
  }

  .company-table dd{
    padding-top:6px !important;
  }
}


/* ===== COMPANY HERO BACKGROUND IMAGE FINAL 20260604 ===== */
.company-hero--final{
  background:
    linear-gradient(90deg, rgba(10,8,6,.88) 0%, rgba(10,8,6,.70) 38%, rgba(10,8,6,.42) 100%),
    url("../images/company-hero-bg.jpg") center center / cover no-repeat !important;
}


/* ===== PROPERTY PAGE SYSTEM 20260604 ===== */
.property-hero{
  padding:150px 0 90px !important;
  background:
    linear-gradient(90deg,rgba(10,8,6,.88),rgba(10,8,6,.52)),
    url("../images/company-hero-bg.jpg") center/cover no-repeat !important;
  color:#fff !important;
}

.property-hero h1{
  font-size:clamp(42px,5vw,72px) !important;
  margin:18px 0 20px !important;
}

.property-hero p{
  color:rgba(255,255,255,.86) !important;
}

.property-page{
  background:#fffaf4 !important;
}

.property-page__head{
  display:flex !important;
  justify-content:space-between !important;
  gap:40px !important;
  align-items:end !important;
  margin-bottom:42px !important;
}

.property-page__head h2{
  font-size:44px !important;
  margin:10px 0 0 !important;
}

.property-page__head > p{
  max-width:520px !important;
  line-height:1.9 !important;
}

.property-page__grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:26px !important;
}

.property-list-card{
  background:#fff !important;
  border:1px solid rgba(180,140,90,.18) !important;
  box-shadow:0 20px 60px rgba(40,30,20,.06) !important;
}

.property-list-card a{
  color:inherit !important;
  text-decoration:none !important;
  display:block !important;
}

.property-list-card__image{
  height:230px !important;
  background-size:cover !important;
  background-position:center !important;
}

.property-list-card__body{
  padding:28px !important;
}

.property-list-card__type{
  color:#b88a4a !important;
  font-size:13px !important;
  letter-spacing:.12em !important;
  margin:0 0 10px !important;
}

.property-list-card h3{
  font-size:26px !important;
  margin:0 0 20px !important;
}

.property-list-card dl,
.property-detail__info dl{
  display:grid !important;
  grid-template-columns:90px 1fr !important;
  gap:10px 16px !important;
  margin:0 !important;
}

.property-list-card dt,
.property-detail__info dt{
  color:#b88a4a !important;
  font-weight:700 !important;
}

.property-list-card dd,
.property-detail__info dd{
  margin:0 !important;
  line-height:1.7 !important;
}

.property-empty{
  text-align:center !important;
  padding:80px 30px !important;
  background:#fff !important;
  border:1px solid rgba(180,140,90,.18) !important;
}

.property-empty h3,
.property-empty h1{
  font-size:32px !important;
  margin:0 0 18px !important;
}

.property-detail{
  padding-top:150px !important;
  background:#fffaf4 !important;
}

.property-detail__head{
  margin:34px 0 40px !important;
}

.property-detail__head h1{
  font-size:clamp(36px,5vw,64px) !important;
  margin:14px 0 18px !important;
}

.property-detail__gallery{
  display:grid !important;
  grid-template-columns:2fr 1fr 1fr !important;
  gap:18px !important;
  margin-bottom:44px !important;
}

.property-detail__photo{
  min-height:260px !important;
  background-size:cover !important;
  background-position:center !important;
}

.property-detail__photo:first-child{
  grid-row:span 2 !important;
  min-height:540px !important;
}

.property-detail__grid{
  display:grid !important;
  grid-template-columns:1fr 360px !important;
  gap:34px !important;
}

.property-detail__info,
.property-detail__contact{
  background:#fff !important;
  padding:34px !important;
  border:1px solid rgba(180,140,90,.18) !important;
}

.property-detail__contact{
  align-self:start !important;
  position:sticky !important;
  top:110px !important;
}

.property-detail__contact .btn{
  width:100% !important;
  margin-top:14px !important;
}

@media(max-width:900px){
  .property-page__head{
    display:block !important;
  }

  .property-page__grid{
    grid-template-columns:1fr !important;
  }

  .property-detail__gallery{
    grid-template-columns:1fr !important;
  }

  .property-detail__photo,
  .property-detail__photo:first-child{
    min-height:260px !important;
    grid-row:auto !important;
  }

  .property-detail__grid{
    grid-template-columns:1fr !important;
  }
}

/* ===== PAGES FINAL 20260604 ===== */

/* ホーム：取り扱い物件 準備中 */
.home-page .pickup{
  display:block !important;
}

.pickup--preparing{
  background:#12100d !important;
  color:#fff !important;
  padding:96px 0 !important;
}

.pickup-preparing__grid{
  display:grid !important;
  grid-template-columns:360px 1fr !important;
  gap:70px !important;
  align-items:center !important;
}

.pickup-preparing__copy h2{
  font-size:clamp(36px,4vw,58px) !important;
  margin:18px 0 24px !important;
}

.pickup-preparing__copy p,
.pickup-preparing__box p{
  line-height:2 !important;
  color:rgba(255,255,255,.82) !important;
}

.pickup-preparing__box{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  padding:48px !important;
  box-shadow:0 30px 80px rgba(0,0,0,.22) !important;
}

.pickup-preparing__box h3{
  font-size:34px !important;
  margin:16px 0 20px !important;
  color:#fff !important;
}

.pickup-preparing__actions{
  display:flex !important;
  gap:16px !important;
  flex-wrap:wrap !important;
  margin-top:28px !important;
}

/* SHARE1ページ */
.share1-page-hero{
  min-height:560px !important;
  display:flex !important;
  align-items:center !important;
  background:
    linear-gradient(90deg,rgba(255,247,248,.96) 0%,rgba(255,247,248,.88) 40%,rgba(255,247,248,.12) 72%),
    url("../images/share1-hero-nail-salon.png") center right/cover no-repeat !important;
}

.share1-page-hero__inner{
  padding:150px 0 90px !important;
  max-width:1180px !important;
}

.share1-page-hero h1{
  font-size:clamp(38px,4.5vw,66px) !important;
  line-height:1.28 !important;
  letter-spacing:.06em !important;
  margin:18px 0 24px !important;
}

.share1-page-hero p{
  max-width:580px !important;
  line-height:2 !important;
}

.share1-concept,
.share1-feature{
  background:#fffaf4 !important;
}

.share1-concept__grid{
  display:grid !important;
  grid-template-columns:420px 1fr !important;
  gap:70px !important;
}

.share1-concept h2{
  font-size:clamp(34px,4vw,54px) !important;
  line-height:1.4 !important;
}

.share1-concept p{
  line-height:2 !important;
  margin:0 0 18px !important;
}

.share1-feature__grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:20px !important;
}

.share1-feature__grid article{
  background:#fff !important;
  padding:36px 28px !important;
  border:1px solid rgba(180,140,90,.18) !important;
}

.share1-feature__grid span{
  color:#c97e91 !important;
  letter-spacing:.12em !important;
}

.share1-feature__grid h3{
  font-size:24px !important;
  margin:14px 0 16px !important;
}

.share1-feature__grid p{
  line-height:1.9 !important;
}

.share1-contact{
  background:#12100d !important;
  color:#fff !important;
}

.share1-contact__box{
  text-align:center !important;
  max-width:840px !important;
}

.share1-contact h2{
  font-size:clamp(34px,4vw,54px) !important;
  margin:18px 0 24px !important;
}

.share1-contact p{
  color:rgba(255,255,255,.82) !important;
  line-height:2 !important;
  margin-bottom:30px !important;
}

/* お問い合わせページ */
.contact-hero{
  padding:150px 0 90px !important;
  background:
    linear-gradient(90deg,rgba(10,8,6,.88),rgba(10,8,6,.52)),
    url("../images/company-hero-bg.jpg") center/cover no-repeat !important;
  color:#fff !important;
}

.contact-hero h1{
  font-size:clamp(42px,5vw,72px) !important;
  margin:18px 0 20px !important;
}

.contact-hero p{
  max-width:720px !important;
  color:rgba(255,255,255,.86) !important;
  line-height:2 !important;
}

.contact-page{
  background:#fffaf4 !important;
}

.contact-page__grid{
  display:grid !important;
  grid-template-columns:360px 1fr !important;
  gap:70px !important;
  align-items:start !important;
}

.contact-page__copy h2{
  font-size:clamp(34px,4vw,52px) !important;
  line-height:1.4 !important;
}

.contact-page__copy p{
  line-height:2 !important;
}

.contact-cards{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:20px !important;
}

.contact-cards article{
  background:#fff !important;
  padding:34px !important;
  border:1px solid rgba(180,140,90,.18) !important;
  box-shadow:0 18px 60px rgba(40,30,20,.05) !important;
}

.contact-cards h3{
  font-size:26px !important;
  margin:0 0 14px !important;
}

.contact-cards p{
  line-height:1.9 !important;
}

.contact-info{
  background:#fff !important;
}

.contact-info__box{
  background:#fffaf4 !important;
  padding:48px !important;
  border:1px solid rgba(180,140,90,.18) !important;
}

.contact-info dl{
  display:grid !important;
  grid-template-columns:180px 1fr !important;
  gap:0 !important;
  margin:28px 0 0 !important;
}

.contact-info dt,
.contact-info dd{
  padding:18px 0 !important;
  border-bottom:1px solid #eadfce !important;
}

.contact-info dt{
  color:#b88a4a !important;
  font-weight:700 !important;
}

.contact-info dd{
  margin:0 !important;
  line-height:1.8 !important;
}

@media(max-width:900px){
  .pickup-preparing__grid,
  .share1-concept__grid,
  .contact-page__grid{
    grid-template-columns:1fr !important;
    gap:36px !important;
  }

  .share1-feature__grid{
    grid-template-columns:1fr !important;
  }

  .contact-info dl{
    grid-template-columns:1fr !important;
  }

  .contact-info dt{
    border-bottom:none !important;
    padding-bottom:4px !important;
  }

  .contact-info dd{
    padding-top:4px !important;
  }
}

/* ===== HOME PICKUP PREPARING FINAL 20260604 ===== */
.home-page .pickup--preparing{
  display:block !important;
  background:#12100d !important;
  color:#fff !important;
  padding:96px 0 !important;
}

.pickup-preparing__grid{
  display:grid !important;
  grid-template-columns:360px 1fr !important;
  gap:70px !important;
  align-items:center !important;
}

.pickup-preparing__copy h2{
  font-size:clamp(36px,4vw,58px) !important;
  margin:18px 0 24px !important;
  color:#fff !important;
}

.pickup-preparing__copy p,
.pickup-preparing__box p{
  line-height:2 !important;
  color:rgba(255,255,255,.82) !important;
}

.pickup-preparing__box{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  padding:48px !important;
  box-shadow:0 30px 80px rgba(0,0,0,.22) !important;
}

.pickup-preparing__box h3{
  font-size:34px !important;
  margin:16px 0 20px !important;
  color:#fff !important;
}

.pickup-preparing__actions{
  display:flex !important;
  gap:16px !important;
  flex-wrap:wrap !important;
  margin-top:28px !important;
}

@media(max-width:900px){
  .pickup-preparing__grid{
    grid-template-columns:1fr !important;
    gap:36px !important;
  }
}


/* ===== SHARE1 HERO VISIBILITY FIX 20260604 ===== */
.share1-page-hero{
  position:relative !important;
  min-height:560px !important;
  background:
    linear-gradient(90deg,
      rgba(255,247,248,.98) 0%,
      rgba(255,247,248,.94) 34%,
      rgba(255,247,248,.72) 52%,
      rgba(255,247,248,.18) 74%,
      rgba(255,247,248,0) 100%
    ),
    url("../images/share1-hero-nail-salon.png") center right/cover no-repeat !important;
}

.share1-page-hero__inner{
  position:relative !important;
  z-index:2 !important;
}

.share1-page-hero .eyebrow{
  color:#c97e91 !important;
  letter-spacing:.18em !important;
}

.share1-page-hero h1{
  color:#111 !important;
  text-shadow:none !important;
  font-size:clamp(38px,4.3vw,62px) !important;
  line-height:1.3 !important;
  letter-spacing:.06em !important;
}

.share1-page-hero p{
  color:#222 !important;
  max-width:560px !important;
  font-weight:500 !important;
  line-height:2 !important;
}

.share1-page-hero .btn{
  box-shadow:0 12px 30px rgba(201,126,145,.22) !important;
}

@media(max-width:900px){
  .share1-page-hero{
    background:
      linear-gradient(180deg,
        rgba(255,247,248,.98) 0%,
        rgba(255,247,248,.92) 52%,
        rgba(255,247,248,.72) 100%
      ),
      url("../images/share1-hero-nail-salon.png") center/cover no-repeat !important;
  }

  .share1-page-hero h1{
    font-size:36px !important;
  }
}


/* ===== MOBILE FINAL FIX 20260604 ===== */
@media(max-width: 900px){

  html, body{
    overflow-x:hidden !important;
  }

  .wrap{
    width:100% !important;
    max-width:none !important;
    padding-left:20px !important;
    padding-right:20px !important;
    box-sizing:border-box !important;
  }

  .header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:9999 !important;
    background:rgba(18,16,13,.92) !important;
    backdrop-filter:blur(14px) !important;
  }

  .header__inner{
    height:auto !important;
    min-height:72px !important;
    padding:12px 18px !important;
    gap:12px !important;
  }

  .brand{
    min-width:0 !important;
  }

  .brand strong{
    font-size:15px !important;
    white-space:nowrap !important;
  }

  .brand small{
    font-size:9px !important;
    letter-spacing:.08em !important;
  }

  .brand__mark{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    font-size:13px !important;
  }

  .nav{
    display:none !important;
  }

  .header-cta{
    padding:10px 14px !important;
    font-size:12px !important;
    white-space:nowrap !important;
  }

  .fixed-contact{
    right:10px !important;
    bottom:14px !important;
    top:auto !important;
    transform:none !important;
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
    z-index:9998 !important;
  }

  .fixed-contact a{
    min-width:92px !important;
    padding:10px 12px !important;
    font-size:12px !important;
    border-radius:999px !important;
  }

  .hero{
    min-height:640px !important;
  }

  .hero__content{
    padding:150px 22px 80px !important;
  }

  .hero h1{
    font-size:clamp(38px,11vw,54px) !important;
    line-height:1.25 !important;
  }

  .hero__lead{
    font-size:15px !important;
    line-height:2 !important;
  }

  .hero__actions{
    display:flex !important;
    flex-direction:column !important;
    gap:14px !important;
    align-items:flex-start !important;
  }

  .btn{
    width:auto !important;
    max-width:100% !important;
    text-align:center !important;
  }

  .section{
    padding:72px 0 !important;
  }

  .service__grid,
  .pickup-preparing__grid,
  .company-profile__grid,
  .contact-page__grid,
  .share1-concept__grid{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }

  .service-cards,
  .strength-grid,
  .share1-feature__grid,
  .property-page__grid,
  .room-grid{
    grid-template-columns:1fr !important;
  }

  .section-copy h2,
  .section-heading h2,
  .pickup-preparing__copy h2,
  .contact-page__copy h2,
  .share1-concept h2{
    font-size:34px !important;
    line-height:1.4 !important;
    white-space:normal !important;
  }

  .pickup--preparing{
    padding:72px 0 !important;
  }

  .pickup-preparing__box{
    padding:30px 24px !important;
  }

  .pickup-preparing__actions{
    flex-direction:column !important;
    align-items:flex-start !important;
  }

  .share1-intro,
  .share1-page-hero{
    min-height:620px !important;
  }

  .share1-intro__content,
  .share1-page-hero__inner{
    padding-top:140px !important;
    padding-bottom:70px !important;
  }

  .share1-main-title,
  .share1-page-hero h1{
    font-size:36px !important;
    line-height:1.35 !important;
    letter-spacing:.04em !important;
  }

  .room-card__image{
    min-height:240px !important;
  }

  .company-hero--final,
  .property-hero,
  .contact-hero{
    padding:130px 0 70px !important;
  }

  .company-hero--final h1,
  .property-hero h1,
  .contact-hero h1{
    font-size:42px !important;
    line-height:1.25 !important;
  }

  .company-table dl,
  .contact-info dl{
    grid-template-columns:1fr !important;
  }

  .company-table dt,
  .company-table dd,
  .contact-info dt,
  .contact-info dd{
    padding:14px 0 !important;
  }

  .company-table dt,
  .contact-info dt{
    border-bottom:none !important;
    padding-bottom:4px !important;
  }

  .company-table dd,
  .contact-info dd{
    padding-top:0 !important;
  }

  .property-detail__grid{
    grid-template-columns:1fr !important;
  }

  .property-detail__contact{
    position:static !important;
  }

  .footer__grid{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }

}

@media(max-width: 520px){

  .header__inner{
    padding:10px 14px !important;
  }

  .header-cta{
    display:none !important;
  }

  .hero h1{
    font-size:40px !important;
  }

  .share1-main-title,
  .share1-page-hero h1{
    font-size:32px !important;
  }

  .fixed-contact a{
    min-width:86px !important;
    font-size:11px !important;
  }

  .contact-cards article,
  .property-detail__info,
  .property-detail__contact,
  .contact-info__box{
    padding:26px 22px !important;
  }

}


/* ===== MOBILE CONTACT BAR + ROOM CARD FIX 20260604 ===== */
@media(max-width:900px){

  body{
    padding-bottom:82px !important;
  }

  .fixed-contact{
    position:fixed !important;
    left:10px !important;
    right:10px !important;
    bottom:10px !important;
    top:auto !important;
    transform:none !important;
    display:grid !important;
    grid-template-columns:repeat(3, 1fr) !important;
    gap:8px !important;
    z-index:99999 !important;
    background:rgba(255,255,255,.92) !important;
    padding:8px !important;
    border-radius:18px !important;
    box-shadow:0 10px 34px rgba(0,0,0,.18) !important;
    backdrop-filter:blur(12px) !important;
  }

  .fixed-contact a{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:0 !important;
    width:100% !important;
    height:46px !important;
    padding:0 6px !important;
    border-radius:12px !important;
    font-size:13px !important;
    line-height:1.2 !important;
    white-space:nowrap !important;
    background:#fff !important;
    color:#111 !important;
    border:1px solid rgba(0,0,0,.08) !important;
  }

  .fixed-contact a:first-child{
    background:#d0748a !important;
    color:#fff !important;
    border-color:#d0748a !important;
  }

  .room-card{
    overflow:hidden !important;
  }

  .room-card__image{
    height:220px !important;
    min-height:220px !important;
  }

  .room-card__body{
    padding:28px 22px 30px !important;
    min-height:auto !important;
    text-align:center !important;
  }

  .room-card__body h3{
    font-size:32px !important;
    margin:0 0 18px !important;
  }

  .room-price{
    display:block !important;
    font-size:34px !important;
    line-height:1.2 !important;
    margin:0 0 20px !important;
    letter-spacing:.04em !important;
  }

  .room-price small{
    font-size:20px !important;
  }

  .status{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    min-width:160px !important;
    height:42px !important;
    padding:0 24px !important;
    margin:0 auto !important;
    border-radius:999px !important;
    font-size:14px !important;
    line-height:1 !important;
    color:#fff !important;
    background:#d0748a !important;
    position:static !important;
  }

  .status--occupied{
    background:#b8a08a !important;
  }

  .room-card--occupied .room-price,
  .room-card--occupied .room-card__body strong{
    display:none !important;
  }

  .room-card--occupied .room-card__body{
    padding-bottom:30px !important;
  }

  .strength{
    padding-top:80px !important;
  }

}

@media(max-width:520px){

  .fixed-contact{
    left:8px !important;
    right:8px !important;
    bottom:8px !important;
    gap:6px !important;
    padding:7px !important;
  }

  .fixed-contact a{
    height:44px !important;
    font-size:12px !important;
  }

  .room-card__image{
    height:205px !important;
    min-height:205px !important;
  }

  .room-card__body h3{
    font-size:30px !important;
  }

  .room-price{
    font-size:32px !important;
  }

}

