@charset "UTF-8";

/* =========================================================
   完全版CSS：基本設定＋トップページ＋崩れ防止＋ハンバーガー
   最終更新：トップレスポンシブ ＆ 縦書き（<br>改行）完全対応版
   ========================================================= */

/* --- 1. 基本リセット（横スクロール防止） --- */
html, body { overflow-x: hidden; font-size: 15px;}
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; padding: 0; font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif; color: #333; line-height: 2.0; letter-spacing: 0.05em; background-color: #f9f8f6; padding-top: 100px; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
a { text-decoration: none; color: inherit; transition: opacity 0.3s; }
a:hover { opacity: 0.7; }
ul, ol { list-style: none; padding: 0; margin: 0; }

/* --- 2. レイアウト用クラス --- */
.container { max-width: 1000px; margin: 0 auto; padding: 0 20px; width: 100%; }
.section { padding: 80px 0; }
.section-head { text-align: center; margin-bottom: 50px; }
.section-title-en { display: block; font-family: "Helvetica Neue", Arial, sans-serif; color: #a68e74; font-size: 0.9rem; letter-spacing: 0.1em; margin-bottom: 10px; }
.section-title-jp, .refa-title { font-size: 1.6rem; margin: 0; font-weight: 500; }
.btn, .btn-outline, .btn-fill { display: inline-block; padding: 15px 50px; font-size: 14px; letter-spacing: 0.1em; transition: all 0.3s; }
.btn, .btn-outline { border: 1px solid #333; color: #333; }
.btn:hover, .btn-outline:hover { background-color: #333; color: #fff; }
.btn-fill { background-color: #a68e74; color: #fff; }
.btn-fill:hover { opacity: 0.8; }
.page-title { font-size: 1.8rem !important; margin-bottom: 20px !important; color: #333; line-height: 1.4; border-bottom: 2px solid #e0dcd9; padding-bottom: 20px; }



/* --- 3. ヘッダーとロゴ --- */
.header { height: 100px; position: fixed; left: 0; top: 0; z-index: 9999; width: 100%; background: rgba(255, 255, 255, 0.95); box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.header-wrap { max-width: 1600px; margin: 0 auto; padding: 0 20px; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.header-wrap-logo img, .logo-img { width: auto; max-width: 200px !important; height: auto; max-height: 60px; }
.header-wrap-menu, .hamburger-btn { width: 50px; height: 50px; background: none; border: none; cursor: pointer; position: relative; z-index: 10001; }
.hamburger-btn span { display: block; width: 30px; height: 2px; background: #333; position: absolute; left: 10px; transition: 0.3s; }

/* --- 4. トップページ（PC版スライダー） --- */
.hero { position: relative !important; height: auto !important; background-color: #333; width: 100%; overflow: hidden; margin-bottom: 0; }
.hero-swiper { width: 100%; height: 100%; }
.hero-swiper .swiper-slide { height: auto !important; }
.hero-swiper .slide-img { width: 100% !important; height: auto !important; object-fit: contain !important; opacity: 0.8; }
.hero-text, .hero-logo-pana { pointer-events: none; } /* スワイプ貫通バリア */
.hero-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; color: #fff; writing-mode: vertical-rl; font-size: 2.5rem; letter-spacing: 0.2em; font-weight: 500; text-shadow: 0 0 10px rgba(0,0,0,0.5); }
.hero-sub { font-size: 1rem; margin-bottom: 20px; padding-left: 20px; border-left: 1px solid #fff; font-family: "Helvetica Neue", Arial, sans-serif; }
.hero-logo-pana { position: absolute; bottom: 20px; right: 20px; z-index: 50; line-height: 1; }
.hero-logo-pana img { width: 120px; height: auto; box-shadow: 0 4px 10px rgba(0,0,0,0.3); background: #fff; }

.top-concept-btn-area { margin-top: 25px !important; }

/* --- 5. 各種セクション・下層ページ共通 --- */
.section-subsidy { background-color: #fff; }
.subsidy-grid { display: flex; justify-content: space-between; gap: 30px; }
.subsidy-card { width: 31%; border: 1px solid #eee; padding: 20px; }
.subsidy-title { font-size: 16px; margin: 0 0 15px; font-weight: bold; }
.subsidy-desc { font-size: 14px; color: #666; margin: 0; line-height: 1.8; }
.refa-layout { display: flex; align-items: center; gap: 50px; }
.refa-content, .refa-img-wrap { flex: 1; }
.journal-list { max-width: 800px; margin: 0 auto; }
.journal-item { border-bottom: 1px solid #eee; padding: 20px 0; }
.journal-item a { display: flex; align-items: center; gap: 30px; text-decoration: none; color: inherit; width: 100%; }
.journal-thumb { width: 220px; flex-shrink: 0; margin: 0; line-height: 0; }
.journal-body { flex: 1; text-align: left; }
.journal-title { font-size: 16px; margin: 0 0 10px; font-weight: 500; }
.section-catalogue { position: relative; padding: 120px 0; color: #fff; text-align: center; background-color: #333; }
.bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; z-index: 0; }
.catalogue-content { position: relative; z-index: 1; }
.catalogue-title { font-size: 24px; margin-bottom: 20px; letter-spacing: 0.1em; }

/* --- 6. ハンバーガーメニュー・フッター --- */
#drawer-content { position: fixed; top: 0; right: 0; z-index: 9990; width: 80%; max-width: 320px; height: 100%; background: #fff; transform: translateX(100%); transition: transform 0.4s ease; box-shadow: -5px 0 15px rgba(0,0,0,0.1); }
#drawer-checkbox:checked ~ #drawer-content { transform: translateX(0); }
.drawer-content-wrap { padding: 100px 30px 40px; text-align: center; overflow-y: auto; height: 100%; box-sizing: border-box; }
.drawer-content-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.drawer-content-list li { margin-bottom: 25px; border-bottom: 1px dotted #ccc; padding-bottom: 10px; }
.drawer-content-list li a { display: block; color: #333; font-size: 16px; letter-spacing: 0.1em; transition: opacity 0.3s; }
#drawer-close { display: none; position: fixed; z-index: 9980; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0; transition: opacity 0.3s; }
#drawer-checkbox:checked ~ #drawer-close { display: block; opacity: 1; }
#drawer-checkbox { display: none; }
#drawer-icon { cursor: pointer; display: block; width: 50px; height: 50px; position: relative; z-index: 10001; }
#drawer-icon span { display: block; width: 30px; height: 2px; background: #333; position: absolute; left: 10px; transition: 0.3s; border-radius: 2px; }
#drawer-icon span:nth-of-type(1) { top: 16px; }
#drawer-icon span:nth-of-type(2) { top: 24px; }
#drawer-icon span:nth-of-type(3) { top: 32px; }
#drawer-checkbox:checked ~ #drawer-icon span:nth-of-type(1) { top: 24px; transform: rotate(45deg); }
#drawer-checkbox:checked ~ #drawer-icon span:nth-of-type(2) { opacity: 0; }
#drawer-checkbox:checked ~ #drawer-icon span:nth-of-type(3) { top: 24px; transform: rotate(-45deg); }
.footer { padding: 60px 0; background: #fff; text-align: center; border-top: 1px solid #eee; }
.footer-logo { width: 130px !important; max-width: 130px !important; height: auto; margin: 0 auto 25px; display: block; }
.fixed-header { display: none; position: fixed; bottom: 0; left: 0; width: 100%; background: #6f7e81; z-index: 9999; }
.fixed-header ul { display: flex; }
.fixed-header li { width: 25%; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); }
.fixed-header li a { display: block; padding: 10px 0; color: #fff; font-size: 12px; }

/* --- 7. 下層ページ・その他デザイン --- */
.company-table { width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 50px; border-top: 1px solid #ccc; }
.company-table th, .company-table td { padding: 20px 15px; border-bottom: 1px solid #eee; line-height: 2.0; vertical-align: middle; }
.company-table th { text-align: left; background-color: #fafafa; width: 30%; font-weight: bold; color: #333; white-space: nowrap; }
.page-body { background: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); margin: 0 auto; padding: 40px; }

/* --- ★ 8. 縦書き＆改行（<br>）の完全保護設定（PC・スマホ共通） --- */
/* 床ドン（意図せぬ改行）を防ぐための十分な高さを確保 */
.concept-inner,
.reform-intro-text.tategaki,
.realestate-intro-text.tategaki,
.works-intro-text.tategaki,
.blog-intro-text.tategaki {
  writing-mode: vertical-rl !important;
  -webkit-writing-mode: vertical-rl !important;
  height: 500px !important; /* ※文字が底に当たる場合はこの数値を大きくしてください */
  overflow-x: hidden !important; /* はみ出した場合の安全装置 */
  margin: 0 auto;
}

/* --- リフォーム --- */
.reform-section { padding: 0 20px 80px; }

.reform-hero {
    width: 100%;
    height: 400px;
    background: url(https://images.unsplash.com/photo-1505691938895-1758d7feb511?auto=format&fit=crop&w=1920&q=80) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 80px;
}

.reform-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.reform-hero-inner {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.reform-hero-title {
    font-family: "Cinzel", serif;
    font-size: 40px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    line-height: 1.2;
}

.reform-intro {
    padding: 60px 20px 100px;
    display: flex;
    justify-content: center;
}

.reform-label {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #a68e74;
    border-bottom: 1px solid #a68e74;
    margin-bottom: 20px;
}

.reform-title {
    font-family: "Shippori Mincho", "Yu Mincho", serif;
    font-size: 1.6rem;
    margin-bottom: 30px;
    line-height: 1.6;
    font-weight: 500;
}

.reform-image img {
    width: 100%;
    height: auto;
    box-shadow: 20px 20px 0 #eee;
}

ul.reform-points {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    padding-left: 0;
}

.reform-points {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.reform-points li {
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    border-radius: 20px;
    color: #888;
}

.reform-contact, .works-contact {
    display: block !important;
    text-align: center !important;
    background-color: #f4f4f4;
    padding: 60px 20px !important;
    width: 100% !important;
    box-sizing: border-box;
}

.reform-btn, .works-btn {
    display: inline-block !important;
    margin: 20px auto 0 !important;
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 15px 50px;
    text-decoration: none;
    min-width: 200px;
}

/* --- 問い合わせ --- */
.contact-hero {
    width: 100%;
    height: 350px;
    background: url(https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=1920&q=80) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 60px;
}

.contact-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 50, 50, 0.4);
}

.contact-container-form dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    margin: 0;
}

.contact-container-form dt {
    width: 30%;
    font-family: "Shippori Mincho", "Yu Mincho", serif;
    font-weight: 500;
    padding-top: 10px;
    color: #333;
}

.contact-hero-inner { position: relative; text-align: center; color: #fff; z-index: 1; }
.contact-intro { text-align: center; padding: 0 20px 60px; }
.contact-form-area { padding: 0 20px 100px; background-color: #fafafa; }
.contact-container-form dl:first-child { border-top: 1px solid #eee; }
input[type="text"], input[type="email"], input[type="tel"], textarea, select { width: 100%; padding: 15px; border: 1px solid #ddd; background-color: #f9f9f9; border-radius: 2px; font-size: 16px; box-sizing: border-box; transition: border-color 0.3s; }
input[type="submit"] { background-color: #333; color: #fff; font-size: 18px; padding: 20px 80px; border: none; cursor: pointer; letter-spacing: 0.1em; transition: opacity 0.3s, background-color 0.3s; -webkit-appearance: none; }
input[type="submit"]:hover { background-color: #a68e74; opacity: 1; }

.any {
    display: inline-block;
    background-color: #ccc;
    color: #fff;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 2px;
    margin-left: 10px;
    vertical-align: middle;
}

.required {
    display: inline-block;
    background-color: #a68e74;
    color: #fff;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 2px;
    margin-left: 10px;
    vertical-align: middle;
}


/* 縦書き内のテキスト・タイトルの体裁 */
.concept-title-vertical, .big-title {
  writing-mode: vertical-rl !important;
  -webkit-writing-mode: vertical-rl !important;
/*  border-left: 1px solid #a68e74 !important; */
  border-bottom: none !important;
  padding-left: 20px !important;
  padding-bottom: 0 !important;
  margin-left: 20px !important;
  font-size: 26px !important;
  font-weight: 500;
}
.concept-text-vertical p {
  writing-mode: vertical-rl !important;
  -webkit-writing-mode: vertical-rl !important;
  margin-left: 20px !important; /* 縦書きの行間 */
  margin-bottom: 0 !important;
  line-height: 2.2 !important;
  text-align: justify !important;
  font-size: 0.9rem;
}

/* 段落間の余白（縦書き仕様） */
.space-m {
  display: block !important;
  margin-left: 1.5em !important;
  margin-bottom: 0 !important;
  height: 0 !important;
  content: "";
}

/* 改行タグを絶対に消さない強力な保護 */
.concept-lead br, 
.promise-text br, 
.concept-text-vertical br,
.blog-intro-text br,
.concept-inner span.br, 
span.br {
  display: inline !important; 
}
.concept-inner span.br::after, 
span.br::after {
  content: "\A" !important; 
  white-space: pre !important; 
}

/* PCでは改行を無効化（非表示）にする */
.sp-br { display: none; }

/* --- フッターのレイアウト --- */
.footer-sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.sns-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* --- テキストの左揃え --- */
.concept-lead {
  line-height: 2.2;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

/* --- 施工事例 --- */
.works-hero {
    width: 100%;
    height: 400px;
    background: url(https://images.unsplash.com/photo-1600607686527-6fb886090705?auto=format&fit=crop&w=1920&q=80) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 80px;
}

.works-hero-title {
    font-family: "Cinzel", serif;
    font-size: 40px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.works-hero-inner {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.works-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.work-card {
  background: #fff;
  transition: transform 0.4s ease;
  width: 100% !important;
  margin-bottom: 0 !important;
}

.works-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
  width: 100% !important;
  justify-content: normal !important;
}

.work-img {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 3 / 2 !important;
    height: auto !important;
    padding-top: 0 !important;
    overflow: hidden;
    background-color: #eee;
}

.work-title {
    font-family: "Shippori Mincho", "Yu Mincho", serif;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 0 !important;
}

.works-section.bg-gray { background-color: #f9f9f9; }
.works-section { padding: 80px 20px; }

.works-nav { margin-bottom: 60px; text-align: center; }

.works-nav a {
    text-decoration: none;
    color: #333;
    font-family: "Shippori Mincho", "Yu Mincho", serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    transition: color 0.3s;
}

.works-nav ul {
    display: inline-flex;
    gap: 15px;
    border-bottom: none;
    padding-bottom: 0;
}

.works-nav li a {
    display: block;
    padding: 10px 25px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 30px;
    background: #fff;
    transition: all 0.3s ease;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.1em;
}

.works-nav li a:hover, .works-nav li.active a {
    background-color: #a68e74;
    border-color: #a68e74;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(166, 142, 116, 0.3);
    transform: translateY(-2px);
}

.works-intro {
    padding: 60px 20px 80px;
    display: flex;
    justify-content: center;
}

/* 注文住宅 */
.house-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.house-list li {
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.house-list li strong {
    display: block;
    color: #a68e74;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.house-list li p { font-size: 13px; }
.house-title { text-align: center; margin-bottom: 40px; }
.house-img { margin-bottom: 40px; }
.house-text h3:first-of-type { margin-top: 0; }

.house-text h3, .service-title h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 5px solid #a68e74;
    line-height: 1.4;
}

/* --- ReFa --- */
ul.refa-points {
    list-style: none !important;
    padding-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

ul.refa-points li {
    font-size: 14px;
    color: #333 !important;
    border: 1px solid #bbaaa0 !important;
    border-radius: 30px;
    padding: 12px 24px !important;
    background-color: #fff;
    line-height: 1.5;
    text-align: center;
    font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
}

.catalogue-desc {
    font-size: 13px;
    padding-bottom: 20px;
}

.about-concept {
    padding: 40px 0;
/*    background-color: #f9f8f6; */
    display: flex;
    justify-content: center;
}

.promise-text h4 {
    font-size: 22px;
    color: #a68e74;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-family: "Shippori Mincho", "Yu Mincho", serif;
}

.category-title {
    text-align: center;
    font-family: "Shippori Mincho", "Yu Mincho", serif;
    font-size: 22px;
    margin-bottom: 50px;
}

/* --- 不動産 --- */
.service-num {
    font-family: "Cinzel", serif;
    font-size: 60px;
    color: #e0e0e0;
    line-height: 1;
    display: block;
    margin-bottom: -20px;
    position: relative;
    z-index: -1;
}

.realestate-hero {
    width: 100%;
    height: 400px;
    background: url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 80px;
}

.realestate-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.realestate-hero-inner {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.realestate-hero-title {
    font-family: "Cinzel", serif;
    font-size: 40px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.realestate-hero-sub {
    font-family: "Shippori Mincho", "Yu Mincho", serif;
    font-size: 14px;
    letter-spacing: 0.2em;
}

.realestate-list-section {
    background-color: #f9f9f9;
    padding: 100px 20px 30px;
}

.realestate-container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-title-center {
    text-align: center;
    font-family: "Cinzel", serif;
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
}

.section-sub-center {
    text-align: center;
    font-family: "Shippori Mincho", "Yu Mincho", serif;
    font-size: 14px;
    color: #888;
    margin-bottom: 60px;
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.property-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.property-img {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.property-info { padding: 25px; }

.property-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.property-price {
    font-size: 22px;
    color: #a68e74;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.property-detail {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.property-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #a68e74;
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 2px;
}

.contact-banner-inner h3 {
    font-family: "Shippori Mincho", "Yu Mincho", serif;
    font-size: 20px;
    margin-bottom: 30px;
}

.btn-contact {
    display: inline-block;
    border: 1px solid #333;
    color: #333;
    padding: 15px 60px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
}

.realestate-contact {
    padding: 80px 20px;
    text-align: center;
    background-color: #fff;
}

/* --- プライバシーポリシー --- */
.privacy-section { margin-bottom: 40px; }

.privacy-heading {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-left: 4px solid #a68e74;
    margin-bottom: 20px;
}

ul.privacy-list {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 13px;
}


/* =========================================================
   ▼ 9. スマホ対応 (767px以下に完全集約)
   ========================================================= */
@media screen and (max-width: 767px) {
  
  /* --- 基本・ヘッダー・共通 --- */
  body { padding-top: 80px; }
  .header { height: 80px; }
  .section { padding: 60px 0; }
  .header-wrap-logo img, .logo-img { max-width: 140px !important; }
  .fixed-header { display: block; }
  .footer { padding-bottom: 80px; }
  .footer-info { font-size: 13px; margin-top: 20px; }
  .page-title { font-size: 1.6rem !important; margin-bottom: 30px; color: #333; line-height: 1.4; border-bottom: 2px solid #e0dcd9; padding-bottom: 20px; }
  .page-body { padding: 20px !important; }

  /* --- ★トップページスライダー（スマホ画角専用） --- */
  .hero { height: 85vh !important; } /* スマホ画面の高さに合わせる */
  .hero-swiper .swiper-slide { height: 100% !important; }
  .hero-swiper .slide-img { height: 100% !important; object-fit: cover !important; } /* 横が見切れても高さを優先 */
  
  .hero-text { font-size: 1.8rem; }
  .hero-logo-pana { bottom: 25px; right: 25px; }
  .hero-logo-pana img { width: 90px; }
  .top-concept-btn-area { margin-top: 25px !important; }
  .contact-hero { height: 250px; }
  
  /* --- 会社概要テーブル --- */
  .company-table { width: 100% !important; border-collapse: collapse; }
  .company-table tr { display: flex; flex-direction: column; padding: 15px 0; border-bottom: 1px solid #eee; }
  .company-table th { width: 100% !important; text-align: left !important; padding: 5px 0 !important; font-size: 11px !important; color: #888 !important; font-weight: normal !important; display: flex; align-items: center; gap: 5px; }
  .company-table td { width: 100% !important; display: block !important; padding: 5px 0 0 0 !important; font-size: 15px !important; color: #333 !important; line-height: 1.6 !important; }

  /* --- 縦書きエリアのスマホ微調整 --- */
  .concept-inner { flex-direction: row-reverse !important; gap: 20px !important; align-items: center !important; height: 525px !important;}


  .concept-title-vertical, .big-title { font-size: 20px !important; padding-left: 15px !important; }
  .concept-text-vertical p, .page-body p { font-size: 13px !important; line-height: 2 !important; margin-bottom: 20px !important; margin-left: 0 !important; text-align: left !important; }

  /* --- 問い合わせ --- */
  .contact-container-form dl { display: block; padding: 20px 0; }
  .contact-container-form dt { width: 100%; margin-bottom: 10px; }

  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form textarea { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
  input[type="submit"] { width: 100%; padding: 15px 0; }

  /* --- その他レイアウト（グリッド解除など） --- */
  .subsidy-grid, .works-grid, ul.my-blog-grid { display: block !important; }
  .service-grid { grid-template-columns: 1fr !important; }
  .subsidy-card, .refa-card { width: 100% !important; margin-bottom: 30px; }
  .subsidy-desc { font-size: 13px; }
  .journal-thumb { width: 100% !important; height: auto !important; aspect-ratio: 16 / 9; margin-bottom: 15px; }
  .journal-thumb img { width: 100%; height: 100%; object-fit: cover; }
  .journal-item a { display: block;}
  .journal-body p {font-size: 13px; color: #666; margin: 0; line-height: 1.6; }
  .promise-row, .promise-row.reverse, .refa-product, .refa-product.reverse, .service-item, .service-item.reverse, .reform-container { display: flex !important; flex-direction: column !important; gap: 30px; }
  .promise-img, .promise-text, .refa-product-img, .refa-product-info, .service-img, .service-content, .reform-content, .reform-image { width: 100% !important; }
  .refa-layout { display: flex !important; flex-direction: column; align-items: center; gap: 20px; }
  .refa-content { display: contents; }
  .refa-content .section-title-en { order: 1; width: 100%; text-align: center;}
  .section-title-en { margin-top: 60px;}
  .refa-content .refa-title { order: 2; width: 100%; text-align: center; margin-bottom: 10px; line-height: 1.5 !important; }
  .refa-content p { order: 4; text-align: left; }
  .refa-img-wrap { order: 3; width: 100%; margin: 0 0 20px; }
  ul.refa-points { order: 4; justify-content: center; text-align: center; margin-top: 30px !important; gap: 10px; }
  ul.refa-points li { font-size: 13px; padding: 10px 18px !important; width: 100%; }
  .refa-btn-outline, .refa-content a { order: 5; margin: 10px auto 0; display: inline-block; }
  
  .reform-label, .reform-title { order: 1 !important; text-align: center !important; width: 100% !important; }
  .reform-title { margin-bottom: 10px; }
  .reform-image { order: 2 !important; margin: 20px 0 !important; width: 100% !important; }
  .reform-desc, .reform-content p { order: 3 !important; text-align: left !important; margin-bottom: 20px !important; display: block !important; }
  .reform-content { display: contents !important; }
  .reform-contact p, .works-contact p { font-size: 15px !important; line-height: 1.6 !important; margin-bottom: 20px !important; display: block !important; }
  .reform-contact , .works-contact { padding: 40px 15px !important; }
  .reform-points, ul.reform-points { order: 4 !important; margin-top: 10px !important; width: 100% !important; }
  .reform-btn, .works-btn { display: block !important; width: 85% !important; margin: 0 auto !important; padding: 15px 0 !important; }
  .reform-hero { height: 300px; }
  .reform-hero-title { font-size: 28px; }
  .reform-intro { padding: 40px 20px 0; }
  ul.reform-points { margin-top: 30px !important; gap: 10px; }

  .concept-lead, .refa-desc { font-family: 'Shippori Mincho', 'Yu Mincho', serif; color: #333; font-size: 13px; text-align: left; }
  .concept-lead br:not(.sp-br), .concept-text-vertical br:not(.sp-br) { display: none !important; }
  
  .works-grid { grid-template-columns: 1fr !important; }
  .works-nav ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 0 10px; }
  .works-hero { height: 300px;}
  .works-nav li a { padding: 8px 18px; font-size: 13px; }
  .works-intro { padding: 40px 20px; }

  .drawer-content-wrap img { width: 70%;}

  .sp-br { display: inline !important;}
  .about-concept { padding: 40px 0 0 0; }

  .category-title span { display: block; font-family: "Cinzel", serif; font-size: 13px; color: #a68e74; letter-spacing: 0.2em; margin-bottom: 10px; }

  span.big-title { display: inline-block; margin-left: 5px !important;}

  .house-text h3 { font-size: 16px; margin-top: 30px; }
  .house-section { margin-bottom: 80px !important; }

  .realestate-hero { height: 300px; }
  .section-title-center { font-size: 24px; }
}