/* ============================================
   新築キャンペーンページ
   ============================================ */

/* ページ共通 */
#new-building { max-width: 1220px; margin: 0 auto; padding: 0 15px; }
#new-building img.img100 { width: 100%; height: auto; display: block; }

/* アンカーメニュー */
.nb-anc-area { display: flex; gap: 10px; margin: 20px 0; }
.nb-anc-area li { flex: 1; list-style: none; }
.nb-anc-area li a img { width: 100%; height: auto; }

/* campaign01 */
#campaign01 { margin: 30px 0; }
#campaign01 .sttl { font-size: 1.6rem; font-weight: bold; color: #c0392b; margin-bottom: 10px; }
#campaign01 .note { padding-left: 1.5em; }
#campaign01 .note li { list-style: disc; margin-bottom: 5px; font-size: 1.3rem; }
.campaign01-detail { background: #f5f5f5; padding: 20px; margin-top: 20px; border-radius: 4px; }

/* erande */
#erande { margin: 40px 0; }
#erande .bg-erande { background: #fff8e1; padding: 20px; border-radius: 8px; }
#erande .red { color: #c0392b; font-size: 1.2rem; margin: 5px 0 15px; }

/* otoku */
#otoku { margin: 40px 0; }
#otoku .bg-otoku { background: #e8f5e9; padding: 20px; border-radius: 8px; }
#otoku .bg-white { background: #fff; padding: 15px; border-radius: 4px; }

/* FAXエリア */
.nb-fax-area { display: flex; gap: 20px; justify-content: center; margin: 20px 0; flex-wrap: wrap; }
.nb-fax-area a img { width: 100%; max-width: 300px; height: auto; }

/* takunaihaisen */
#takunaihaisen { margin: 40px 0; }
.takunai-bgpink { background: #fce4ec; padding: 20px; border-radius: 8px; margin-bottom: 20px; }
.takunaiTtl-bgpink { background: #e91e63; color: #fff; padding: 10px 15px; border-radius: 4px; font-size: 1.5rem; margin-bottom: 15px; }
.takunaiTtl-bgpink span { font-size: 1.2rem; font-weight: normal; margin-left: 10px; }
.takunai-float { margin-bottom: 20px; }
.takunai-float h5 { font-size: 1.4rem; font-weight: bold; margin-bottom: 8px; color: #333; border-left: 4px solid #e91e63; padding-left: 10px; }
.takunai-float ol { padding-left: 1.8em; }
.takunai-float ol li { margin-bottom: 5px; font-size: 1.3rem; }
.takunai-float ol li span { font-size: 1.2rem; color: #666; }
@media (min-width: 768px) {
  .takunai-float { float: left; width: 48%; }
  .takunai-float + .takunai-float { float: right; }
}
.clearfix::after { content: ''; display: table; clear: both; }

.takunaiTtl-bggreen { background: #388e3c; color: #fff; padding: 10px 15px; border-radius: 4px; font-size: 1.5rem; margin: 20px 0 15px; }
.sp-only { display: none; }
.pc-only { display: block; width: 100%; }
@media (max-width: 767px) {
  .sp-only { display: block; width: 100%; }
  .pc-only { display: none; }
}

/* 有償工事 dl */
#takunaihaisen dl { margin: 15px 0; }
#takunaihaisen dt { font-weight: bold; font-size: 1.4rem; margin-top: 10px; }
#takunaihaisen dt.red { color: #c0392b; }
#takunaihaisen dd { padding-left: 1em; font-size: 1.3rem; color: #555; }
#takunaihaisen dd.red { color: #c0392b; }
.haisenhani { display: flex; gap: 10px; flex-wrap: wrap; }
.haisenhani img { flex: 1; min-width: 200px; width: 48%; height: auto; }

/* community */
#community { margin: 40px 0; }

/* contact */
#contact { background: #f8f8f8; padding: 30px 20px; margin: 40px 0; border-radius: 8px; }
#contact h2 { text-align: center; font-size: 1.8rem; margin-bottom: 20px; }
.nb-cntact-wrap { display: flex; gap: 20px; flex-wrap: wrap; }
.nb-contact-box { flex: 1; min-width: 250px; background: #fff; padding: 20px; border-radius: 8px; }
.nb-contact-box h3 { font-size: 1.5rem; margin-bottom: 15px; border-bottom: 2px solid #003F90; padding-bottom: 8px; }
.nb-free { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.nb-free .tel { font-size: 2.8rem; font-weight: bold; color: #003F90; }
.nb-free img { width: 30px; height: auto; }
.nb-tel-list { list-style: none; margin-bottom: 10px; }
.nb-tel-list li { font-size: 1.3rem; color: #333; margin-bottom: 3px; }
.nb-tel-list .tel { font-weight: bold; }
.nb-reception { font-size: 1.2rem; color: #888; }
.nb-btn-contact { display: flex; align-items: center; gap: 10px; background: #003F90; color: #fff; padding: 12px 18px; border-radius: 6px; text-decoration: none; margin-bottom: 10px; font-size: 1.4rem; transition: opacity 0.2s; }
.nb-btn-contact:hover { opacity: 0.85; color: #fff; }
.nb-btn-contact img { width: 24px; height: auto; filter: brightness(0) invert(1); }

/* 右端追従ボタン */
.nb-fixed-banner { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 999; display: flex; flex-direction: column; gap: 4px; }
.nb-fixed-banner ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.nb-fixed-banner li a { display: flex; flex-direction: column; align-items: center; justify-content: center; background: #003F90; color: #fff; width: 70px; padding: 10px 5px; font-size: 1.1rem; text-decoration: none; text-align: center; gap: 5px; transition: background 0.2s; }
.nb-fixed-banner li a:hover { background: #002a66; color: #fff; }
.nb-fixed-banner li a img { width: 28px; height: auto; filter: brightness(0) invert(1); }
.nb-fixed-banner li.referralletter a { background: #e91e63; }
.nb-fixed-banner li.referralletter a:hover { background: #b71c63; }
.nb-fixed-banner li.new-building a { background: #003F90; }
.nb-fixed-banner li.reserve a { background: #388e3c; }
.nb-fixed-banner li.reserve a:hover { background: #1b5e20; }
.nb-fixed-banner li.visit a { background: #f57c00; }
.nb-fixed-banner li.visit a:hover { background: #bf360c; }
@media (max-width: 767px) {
  .nb-fixed-banner { display: none; }
}

/* pagetop */
.nb-pagetop { text-align: right; margin: 20px 0; }
.nb-pagetop a { display: inline-block; background: #ccc; color: #fff; padding: 8px 16px; border-radius: 4px; font-size: 1.2rem; text-decoration: none; }
