/* ========================================
   共通スタイル・リセット
======================================== */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
line-height: 1.8;
color: #333;
background-color: #fff;
}

img {
max-width: 100%;
height: auto;
vertical-align: middle;
}

/* ========================================
   安心の料金体系セクション
======================================== */
.safe-pricing-system {
padding: 80px 20px;
background: #fff;
}

.safe-pricing-container {
max-width: 1200px;
margin: 0 auto;
}

.safe-pricing-header {
background: linear-gradient(135deg, #1a9b6f 0%, #16b67f 100%);
color: #fff;
text-align: center;
padding: 25px 30px;
border-radius: 12px 12px 0 0;
box-shadow: 0 4px 15px rgba(26, 155, 111, 0.2);
}

.safe-pricing-header h2 {
font-size: 1.8rem;
font-weight: 700;
margin: 0;
}

.safe-pricing-content {
background: #f8f9fa;
padding: 50px 40px;
border-radius: 0 0 12px 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.safe-pricing-subtitle {
text-align: center;
font-size: 1.3rem;
font-weight: 700;
color: #333;
margin-bottom: 40px;
}

/* 3つのカードグリッド */
.safe-pricing-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-bottom: 40px;
list-style: none;
}

.safe-pricing-card {
background: #fff;
border: 3px solid #1a9b6f;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}

.safe-pricing-card:hover {
transform: translateY(-8px);
}

.card-image-area {
position: relative;
background: #f0f7f4;
padding: 30px 20px;
text-align: center;
}

.free-badge {
position: absolute;
top: 15px;
right: 15px;
background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%);
color: #fff;
width: 70px;
height: 70px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.3rem;
font-weight: 700;
box-shadow: 0 4px 12px rgba(255, 82, 82, 0.4);
}

.card-title-area {
background: #fff;
padding: 20px;
text-align: center;
}

.card-title-area h3 {
font-size: 1.2rem;
font-weight: 700;
color: #333;
line-height: 1.6;
}

.title-emphasis {
color: #1a9b6f;
font-size: 1.4rem;
}

.safe-pricing-description {
background: #fff;
border: 2px solid #e0e0e0;
border-radius: 12px;
padding: 30px;
font-size: 0.95rem;
line-height: 1.9;
color: #555;
margin-bottom: 40px;
}

/* ========================================
   ボタンナビゲーション
======================================== */
.lg_inner_space {
margin: 50px 0;
}

.inner.wrap.space-btw {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: space-between;
}

.inner.wrap.space-btw li {
flex: 0 0 calc(33.333% - 14px);
min-width: 280px;
}

.btn_orange a {
display: flex;
align-items: center;
justify-content: center;
padding: 20px 30px;
background: linear-gradient(135deg, #ff9933 0%, #ff6600 100%);
color: white;
text-decoration: none;
font-size: 18px;
font-weight: bold;
border-radius: 5px;
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
position: relative;
}

.btn_orange a::after {
content: '▶';
position: absolute;
right: 25px;
font-size: 16px;
}

.btn_orange a:hover {
background: linear-gradient(135deg, #ffaa44 0%, #ff7711 100%);
transform: translateY(-2px);
}

.btn_border {
flex: 0 0 100%;
}

.btn_border a {
display: flex;
align-items: center;
justify-content: center;
padding: 20px 30px;
background-color: white;
color: #0066cc;
text-decoration: none;
font-size: 18px;
font-weight: bold;
border: 3px solid #0066cc;
border-radius: 5px;
transition: all 0.3s ease;
position: relative;
}

.btn_border a::after {
content: '▼';
position: absolute;
right: 25px;
font-size: 16px;
}

.btn_border a:hover {
background-color: #f0f8ff;
}

/* ========================================
   トラック積み放題パックセクション
======================================== */
.truck-pack-section {
margin-top: 60px;
padding: 40px 0;
}

.section-main-title {
font-size: 2rem;
font-weight: 700;
text-align: center;
color: #333;
margin-bottom: 40px;
padding-bottom: 15px;
border-bottom: 3px solid #ff6600;
}

.truck-banner-top {
background: linear-gradient(135deg, #fff8e1 0%, #ffe0b2 100%);
border: 3px solid #ff9800;
border-radius: 12px;
padding: 30px;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
box-shadow: 0 4px 15px rgba(255, 152, 0, 0.2);
}

.banner-label {
font-size: 1.2rem;
font-weight: 700;
color: #333;
line-height: 1.6;
}

.banner-content {
text-align: center;
}

.banner-badge {
background: #fff;
color: #ff6600;
font-size: 1.1rem;
font-weight: 700;
padding: 10px 25px;
border-radius: 25px;
margin-bottom: 15px;
border: 2px solid #ff6600;
}

.banner-price {
display: flex;
align-items: baseline;
justify-content: center;
gap: 5px;
}

.price-number {
font-size: 3rem;
font-weight: 700;
color: #ff3300;
}
.price-tax {
font-size: 1rem;
color: #666;
}

.banner-image img {
max-width: 160px;
height: auto;
}

.truck-plans-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-bottom: 40px;
}

.truck-plan-card {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}

.truck-plan-card:hover {
transform: translateY(-8px);
}

.truck-plan-card.blue {
border: 3px solid #2196F3;
}

.truck-plan-card.cyan {
border: 3px solid #00BCD4;
}

.truck-plan-card.navy {
border: 3px solid #1976D2;
}

.plan-header {
padding: 20px;
text-align: center;
font-size: 1.1rem;
font-weight: 700;
color: #fff;
line-height: 1.6;
}

.blue .plan-header {
background: linear-gradient(135deg, #2196F3, #64B5F6);
}

.cyan .plan-header {
background: linear-gradient(135deg, #00BCD4, #4DD0E1);
}

.navy .plan-header {
background: linear-gradient(135deg, #1976D2, #42A5F5);
}

.plan-content {
background: #fff;
padding: 30px 20px;
text-align: center;
}

.plan-badge {
background: #fff3cd;
color: #856404;
font-size: 1rem;
font-weight: 700;
padding: 8px 20px;
border-radius: 20px;
display: inline-block;
margin-bottom: 15px;
border: 2px solid #ffc107;
}

.plan-price {
margin-bottom: 20px;
}

.price-big {
font-size: 2.5rem;
font-weight: 700;
color: #ff6600;
}

.price-unit-small {
font-size: 1.2rem;
font-weight: 700;
color: #ff6600;
}

.price-tax-small {
font-size: 0.9rem;
color: #666;
}

.plan-image img {
max-width: 180px;
margin: 0 auto;
}

/* 積み放題プランに関するお願い */
.truck-plan-notice {
max-width: 100%;
margin: 40px 0;
background: linear-gradient(to bottom, #fff8e1 0%, #fff9c4 100%);
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.notice-header {
background: linear-gradient(135deg, #e53935 0%, #c62828 100%);
color: #fff;
padding: 18px 25px;
display: flex;
align-items: center;
gap: 12px;
font-size: 1.2rem;
font-weight: 700;
}

.notice-icon {
font-size: 1.4rem;
flex-shrink: 0;
}

.notice-title {
flex: 1;
}

.notice-content {
padding: 25px 30px;
}

.notice-item {
display: flex;
align-items: flex-start;
gap: 8px;
margin-bottom: 12px;
line-height: 1.8;
}

.notice-item:last-child {
margin-bottom: 0;
}

.notice-mark {
color: #e53935;
font-weight: 700;
font-size: 1rem;
flex-shrink: 0;
}

.notice-text {
flex: 1;
color: #333;
font-size: 0.95rem;
}

/* ========================================
   部屋サイズ別回収費用セクション
======================================== */
.p-price__mainBlock {
padding: 60px 20px;
margin-top: 60px;
}

.p-price__mainBlockTitle {
background: linear-gradient(135deg, #e53935 0%, #c62828 100%);
color: #fff;
text-align: center;
font-size: 1.8rem;
font-weight: 700;
padding: 25px 30px;
margin-bottom: 50px;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(229, 57, 53, 0.3);
}

.p-guide__safeBodyBlock-inner {
max-width: 1200px;
margin: 0 auto;
}

.price {
position: relative;
display: flex;
flex-wrap: wrap;
gap: 40px;
}

.price__block {
background: #fff;
border: 2px solid #e0e0e0;
border-radius: 8px;
padding: 30px;
}

.price__block--service {
flex: 0 0 100%;
max-width: 600px;
}

.price__blockTitle {
font-size: 1.1rem;
font-weight: 700;
color: #e53935;
margin-bottom: 25px;
}

.price__blockList {
list-style: none;
align-items: center;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 25px;
}

.price__blockListItem {
font-size: 1rem;
font-weight: 600;
color: #333;
background: #f5f5f5;
padding: 8px 15px;
border-radius: 4px;
white-space: nowrap;
}

.price__blockListItem.is-arrow {
background: transparent;
padding: 8px 0;
text-align: center;
}

.price__blockListItem svg .circle {
fill: #e53935;
}

.price__blockListItem svg .plus {
fill: #fff;
}

.price__blockListItemKome {
color: #e53935;
font-size: 0.9rem;
}

.price__blockEq {
text-align: center;
margin: 25px 0;
}

.eq-symbol {
font-size: 2.5rem;
font-weight: 700;
color: #333;
}

.price__blockResult {
background: linear-gradient(135deg, #e53935 0%, #c62828 100%);
color: #fff;
text-align: center;
font-size: 1.5rem;
font-weight: 700;
padding: 20px;
border-radius: 8px;
margin-bottom: 20px;
}

.price__blockCaution {
font-size: 0.85rem;
color: #666;
line-height: 1.7;
}

.price__blockCaution::before {
content: '※';
color: #e53935;
margin-right: 3px;
}

.price__block--table {
flex: 1;
min-width: 500px;
}

.price__blockTbl {
width: 100%;
border-collapse: collapse;
margin-bottom: 25px;
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
border-radius: 8px;
overflow: hidden;
}

.price__blockTbl thead {
background: #fff9c4;
}

.price__blockTbl th {
padding: 18px 15px;
text-align: center;
font-size: 1.1rem;
font-weight: 700;
color: #333;
border-bottom: 3px solid #fdd835;
}

.price__blockTbl tbody tr {
border-bottom: 1px solid #e0e0e0;
}

.price__blockTbl tbody tr:last-child {
border-bottom: none;
}

.price__blockTbl tbody tr:hover {
background: #f5f5f5;
}

.price__blockTbl td {
padding: 18px 15px;
text-align: center;
font-size: 0.95rem;
}

.room-cell {
font-weight: 700;
font-size: 1.2rem;
color: #333;
background: #f8f8f8;
}

.time-cell {
color: #666;
}

.price__blockTblTime {
font-size: 0.95rem;
}

.price-cell {
font-weight: 700;
}

.price__blockTblPrice-wrap {
display: flex;
align-items: baseline;
justify-content: center;
gap: 3px;
}

.price__blockTblPrice {
color: #e53935;
}

.price__blockTblPrice:first-child {
font-size: 1.8rem;
font-weight: 700;
}

.price__blockTblPrice:nth-child(2) {
font-size: 1rem;
}

.price__blockTblPrice:nth-child(3) {
font-size: 0.9rem;
}

.price__blockCautionList {
list-style: none;
font-size: 0.85rem;
color: #666;
line-height: 1.9;
}

.price__blockCautionList li {
margin-bottom: 8px;
}

.price__blockCautionList li::before {
content: '※';
color: #e53935;
margin-right: 3px;
font-weight: 700;
}

.price__bg {
position: absolute;
right: 0;
top: 0;
width: 400px;
z-index: 1;
}

.price__bg img {
width: 100%;
height: auto;
}

/* ========================================
   選べるお支払い方法
======================================== */
.payment-methods-faithful {
margin-top: 60px;
padding: 40px 0;
}

.payment-methods-faithful-container {
background: #fff;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.payment-methods-faithful-title {
font-size: 1.8rem;
font-weight: 700;
text-align: center;
margin-bottom: 25px;
}

.payment-intro-faithful {
font-size: 0.9rem;
line-height: 1.8;
color: #555;
margin-bottom: 40px;
}

.payment-section-heading {
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 20px;
padding-left: 15px;
border-left: 4px solid #1a9b6f;
}

.cash-section,
.credit-card-section {
margin-bottom: 40px;
}

.credit-card-description,
.electronic-payment-description {
font-size: 0.9rem;
line-height: 1.8;
color: #555;
margin-bottom: 25px;
}

.card-logos-container,
.electronic-logos-container {
display: flex;
flex-wrap: wrap;
gap: 15px;
align-items: center;
margin-bottom: 20px;
}

.card-logos-container img,
.electronic-logos-container img {
height: 40px;
width: auto;
}

.payment-notice {
font-size: 0.85rem;
color: #999;
line-height: 1.7;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #e0e0e0;
}

.payment-notice::before {
content: '※';
color: #ff5252;
margin-right: 3px;
}

.electronic-payment-faithful {
margin-bottom: 20px;
}

/* ========================================
   料金表セクション（家電・家具・その他）
======================================== */
.price-table-section {
padding: 60px 20px;
background: #f8f9fa;
}

.price-table-container {
max-width: 1200px;
margin: 0 auto;
}

.price-table-box {
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
margin-bottom: 40px;
overflow: hidden;
}

.price-category-header {
background: linear-gradient(135deg, #7cb342 0%, #8bc34a 100%);
color: #fff;
text-align: center;
padding: 20px;
font-size: 1.5rem;
font-weight: 700;
}

.price-table {
width: 100%;
border-collapse: collapse;
}

.price-table tr {
border-bottom: 1px solid #e0e0e0;
}

.price-table tr:last-child {
border-bottom: none;
}

.price-table th {
width: 180px;
padding: 25px 20px;
text-align: left;
background: #f8f9fa;
border-right: 1px solid #e0e0e0;
}

.price-table td {
padding: 25px 20px;
font-size: 0.9rem;
line-height: 1.8;
color: #555;
}

.category-name-wrapper {
display: flex;
align-items: center;
gap: 15px;
}

.category-name-wrapper img {
width: 60px;
height: 60px;
}

.category-name-wrapper span {
font-size: 1.1rem;
font-weight: 700;
color: #333;
}

.price-column {
width: 200px;
text-align: right;
font-size: 1.8rem;
font-weight: 700;
color: #7cb342;
white-space: nowrap;
}

/* ========================================
   レスポンシブデザイン
======================================== */
@media (max-width: 992px) {
.safe-pricing-cards,
.truck-plans-grid {
grid-template-columns: repeat(2, 1fr);
}

.banner-image img {
max-width: 200px;
}

.inner.wrap.space-btw li {
flex: 0 0 calc(50% - 10px);
}
}

@media (max-width: 768px) {
.safe-pricing-system,
.p-price__mainBlock {
padding: 50px 15px;
}

.safe-pricing-content {
padding: 35px 25px;
}

.safe-pricing-cards,
.truck-plans-grid {
grid-template-columns: 1fr;
gap: 20px;
}

.truck-banner-top {
flex-direction: column;
gap: 20px;
text-align: center;
}

.inner.wrap.space-btw li {
flex: 0 0 100%;
}

.btn_orange a,
.btn_border a {
font-size: 16px;
min-height: 54px;
}

.price {
flex-direction: column;
}

.price__block--service,
.price__block--table {
max-width: 100%;
min-width: auto;
}

.price__bg {
position: static;
width: 100%;
max-width: 400px;
margin: 30px auto 0;
}

.price-table th,
.price-table td {
display: block;
width: 100%;
border: none;
padding: 15px 20px;
}

.price-table th {
background: #f0f7f0;
border-bottom: 1px solid #e0e0e0;
}

.price-column {
text-align: left;
padding-top: 10px;
padding-bottom: 20px;
}

.payment-methods-faithful-container {
padding: 30px 20px;
}

.payment-methods-faithful-title {
font-size: 1.5rem;
}
}

@media (max-width: 640px) {
.safe-pricing-system,
.p-price__mainBlock {
padding: 40px 12px;
}

.safe-pricing-header h2 {
font-size: 1.5rem;
}

.safe-pricing-content {
padding: 30px 18px;
}

.safe-pricing-subtitle {
font-size: 1.1rem;
margin-bottom: 30px;
}

.safe-pricing-cards {
gap: 18px;
margin-bottom: 30px;
}

.card-image-area {
padding: 25px 15px;
}

.free-badge {
width: 60px;
height: 60px;
font-size: 1.1rem;
}

.card-title-area {
padding: 15px;
}

.card-title-area h3 {
font-size: 1.05rem;
}

.title-emphasis {
font-size: 1.2rem;
}

.safe-pricing-description {
padding: 22px;
font-size: 0.9rem;
margin-bottom: 30px;
}

/* ボタン */
.lg_inner_space {
margin: 35px 0;
}

.inner.wrap.space-btw {
gap: 12px;
}

.btn_orange a,
.btn_border a {
font-size: 15px;
padding: 15px 18px;
min-height: 50px;
}

.btn_orange a::after,
.btn_border a::after {
right: 15px;
font-size: 13px;
}

/* トラック */
.truck-pack-section {
margin-top: 40px;
padding: 30px 0;
}

.section-main-title {
font-size: 1.6rem;
margin-bottom: 30px;
padding-bottom: 12px;
}

.truck-banner-top {
padding: 22px;
margin-bottom: 30px;
}

.banner-label {
font-size: 1.05rem;
}

.banner-badge {
font-size: 0.95rem;
padding: 8px 20px;
}

.price-number {
font-size: 2.5rem;
}

.banner-image img {
max-width: 180px;
}

.truck-plans-grid {
gap: 18px;
margin-bottom: 30px;
}

.plan-header {
padding: 16px;
font-size: 1rem;
}

.plan-content {
padding: 22px 18px;
}

.plan-badge {
font-size: 0.9rem;
padding: 6px 16px;
}

.price-big {
font-size: 2.2rem;
}

.price-unit-small {
font-size: 1rem;
}

.plan-image img {
max-width: 150px;
}

/* 注意事項 */
.notice-header {
padding: 15px 18px;
font-size: 1.05rem;
}

.notice-content {
padding: 20px 18px;
}

.notice-text {
font-size: 0.9rem;
}

/* 部屋サイズ別 */
.p-price__mainBlockTitle {
font-size: 1.5rem;
padding: 20px 20px;
margin-bottom: 35px;
}

.price {
gap: 30px;
}

.price__block {
padding: 22px;
}

.price__blockResult {
font-size: 1.3rem;
padding: 16px;
}

.eq-symbol {
font-size: 2rem;
}

/* 支払い方法 */
.payment-methods-faithful-container {
padding: 25px 18px;
}

.payment-methods-faithful-title {
font-size: 1.35rem;
margin-bottom: 20px;
}

.payment-section-heading {
font-size: 1.05rem;
}

.card-logos-container img,
.electronic-logos-container img {
height: 35px;
}

/* 料金表 */
.price-table-section {
padding: 40px 12px;
}

.price-category-header {
font-size: 1.3rem;
padding: 16px;
}

.price-table th,
.price-table td {
padding: 12px 15px;
}

.category-name-wrapper img {
width: 50px;
height: 50px;
}

.category-name-wrapper span {
font-size: 1rem;
}

.price-column {
font-size: 1.5rem;
}
}

@media (max-width: 568px) {
.notice-header {
padding: 16px 20px;
font-size: 1.1rem;
}

.notice-content {
padding: 20px 20px;
}

.price__blockTbl thead {
display: none;
}

.price__blockTbl tbody tr {
display: block;
margin-bottom: 20px;
border: 2px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
}

.price__blockTbl td {
display: block;
width: 100%;
text-align: left;
padding: 12px 15px;
border-bottom: 1px solid #f0f0f0;
}

.room-cell {
background: #fff9c4;
font-size: 1.3rem;
text-align: center;
}

.price__blockTblPrice-wrap {
justify-content: flex-start;
}
}

@media (max-width: 480px) {
.section-main-title {
font-size: 1.5rem;
}

.banner-badge {
font-size: 0.9rem;
padding: 8px 20px;
}

.price-number {
font-size: 2.5rem;
}

.payment-methods-faithful-title {
font-size: 1.5rem;
}
}

@media (max-width: 375px) {
.safe-pricing-system,
.p-price__mainBlock {
padding: 30px 8px;
}

.safe-pricing-header {
padding: 18px 15px;
}

.safe-pricing-header h2 {
font-size: 1.25rem;
}

.safe-pricing-content {
padding: 22px 12px;
}

.safe-pricing-subtitle {
font-size: 1rem;
margin-bottom: 22px;
}

.safe-pricing-cards {
gap: 15px;
margin-bottom: 22px;
}

.card-image-area {
padding: 20px 12px;
}

.free-badge {
width: 55px;
height: 55px;
font-size: 1rem;
top: 10px;
right: 10px;
}

.card-title-area {
padding: 12px;
}

.card-title-area h3 {
font-size: 0.95rem;
}

.title-emphasis {
font-size: 1.1rem;
}

.safe-pricing-description {
padding: 16px;
font-size: 0.85rem;
line-height: 1.8;
margin-bottom: 22px;
}

/* ボタン */
.lg_inner_space {
margin: 25px 0;
}

.inner.wrap.space-btw {
gap: 10px;
}

.btn_orange a,
.btn_border a {
font-size: 14px;
padding: 13px 15px;
min-height: 48px;
}

.btn_orange a::after,
.btn_border a::after {
right: 12px;
font-size: 12px;
}

/* トラック */
.truck-pack-section {
margin-top: 30px;
padding: 25px 0;
}

.section-main-title {
font-size: 1.3rem;
margin-bottom: 25px;
padding-bottom: 10px;
}

.truck-banner-top {
padding: 18px;
margin-bottom: 22px;
border-radius: 8px;
}

.banner-label {
font-size: 0.95rem;
}

.banner-badge {
font-size: 0.85rem;
padding: 6px 16px;
}

.price-number {
font-size: 2rem;
}

.price-tax {
font-size: 0.85rem;
}

.banner-image img {
max-width: 150px;
}

.truck-plans-grid {
gap: 15px;
margin-bottom: 22px;
}

.plan-header {
padding: 14px;
font-size: 0.95rem;
}

.plan-content {
padding: 18px 14px;
}

.plan-badge {
font-size: 0.85rem;
padding: 5px 14px;
}

.price-big {
font-size: 1.8rem;
}

.price-unit-small {
font-size: 0.9rem;
}

.price-tax-small {
font-size: 0.8rem;
}

.plan-image img {
max-width: 120px;
}

/* 注意事項 */
.notice-header {
padding: 14px 15px;
font-size: 0.95rem;
gap: 8px;
}

.notice-icon {
font-size: 1.2rem;
}

.notice-content {
padding: 16px 14px;
}

.notice-text {
font-size: 0.85rem;
}

/* 部屋サイズ別 */
.p-price__mainBlockTitle {
font-size: 1.2rem;
padding: 16px 14px;
margin-bottom: 25px;
}

.price {
gap: 22px;
}

.price__block {
padding: 16px;
}

.price__blockTitle {
font-size: 1rem;
margin-bottom: 18px;
}

.price__blockListItem {
font-size: 0.9rem;
padding: 6px 12px;
}

.price__blockEq {
margin: 18px 0;
}

.eq-symbol {
font-size: 1.8rem;
}

.price__blockResult {
font-size: 1.15rem;
padding: 14px;
}

.price__blockCaution {
font-size: 0.8rem;
}

.price__blockTbl td {
padding: 10px 12px;
font-size: 0.85rem;
}

.room-cell {
font-size: 1.1rem;
}

.price__blockTblPrice:first-child {
font-size: 1.5rem;
}

.price__blockCautionList {
font-size: 0.8rem;
}

/* 支払い方法 */
.payment-methods-faithful {
margin-top: 40px;
}

.payment-methods-faithful-container {
padding: 20px 12px;
}

.payment-methods-faithful-title {
font-size: 1.2rem;
margin-bottom: 18px;
}

.payment-intro-faithful {
font-size: 0.85rem;
margin-bottom: 30px;
}

.payment-section-heading {
font-size: 0.95rem;
padding-left: 12px;
margin-bottom: 15px;
}

.credit-card-description,
.electronic-payment-description {
font-size: 0.85rem;
margin-bottom: 18px;
}

.card-logos-container,
.electronic-logos-container {
gap: 10px;
}

.card-logos-container img,
.electronic-logos-container img {
height: 30px;
}

.payment-notice {
font-size: 0.8rem;
}

/* 料金表 */
.price-table-section {
padding: 30px 8px;
}

.price-table-box {
margin-bottom: 25px;
border-radius: 8px;
}

.price-category-header {
font-size: 1.1rem;
padding: 14px;
}

.price-table th,
.price-table td {
padding: 10px 12px;
}

.category-name-wrapper {
gap: 10px;
}

.category-name-wrapper img {
width: 40px;
height: 40px;
}

.category-name-wrapper span {
font-size: 0.9rem;
}

.price-column {
font-size: 1.3rem;
}

.price-table td {
font-size: 0.85rem;
}
}
