/* Grenadier page */

html,
body {
  font-size: 12px;
  color: #454545;
  background-color: #fff;
  background-image: url(../../img/2013/pagebg/grenadier.jpg);
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center -250px;
  background-attachment: fixed;
}




/* ベースフォントを完全に統一 */
body, td, th, input, textarea, select {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

/* === BODY背景に指定画像を適用 === */
body {
    background: url('img/back.jpg') no-repeat center top fixed !important;
    background-size: cover !important;
}

/* 背景画像上で文字がしっかり読めるようコンテンツ枠を補正 */
#mmbody-cc {
    background: rgba(255, 255, 255, 0.95);
    max-width: 1080px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);

}

/* ヒーローセクション（指定画像を拡大背景として使用） */
.rent-hero-section {
    position: relative;
    width: 100%;
    height: 380px;
    background: linear-gradient(rgba(17, 21, 24, 0.70), rgba(17, 21, 24, 0.85)), url('img/main.jpg') no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    border-bottom: 3px solid #c5a059;
}
.rent-hero-inner {
    max-width: 900px;
    padding: 0 20px;
}
.rent-hero-subtitle {
    font-family: "Economica", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #e8d39e;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.rent-hero-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.4;
    text-shadow: 0 4px 10px rgba(0,0,0,0.7);
}

.rent-section {
    padding: 20px 20px 60px 20px;
    max-width: 1080px;
    margin: 0 auto;
}

/* リード文ブロック */
.rent-lead-box {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
}
.rent-lead-box p {
    font-size: 1.02rem;
    line-height: 2.0;
    color: #333333;
    text-align: left;
    margin-bottom: 20px;
}

/* 車両ラインナップグリッド */
.rent-car-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}
.rent-car-card {
    background: #ffffff;
    border: 1px solid #e1ece5;
    border-top: 4px solid #1f232a;
    /*border-radius: 4px;*/
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}
.rent-car-img-box {
    width: 100%;
    height: 260px;
    background: #f4f6f8;
    border-bottom: 1px solid #e1ece5;
    overflow: hidden;
}
.rent-car-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rent-car-body {
    padding: 30px 25px;
}
.rent-car-year {
    font-family: "Economica", sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    color: #c5a059;
    letter-spacing: 1px;
}
.rent-car-name {
    font-size: 1.4rem;
    font-weight: bold;
    color: #111518;
    margin-bottom: 15px;
}
.rent-car-tag {
    display: inline-block;
    background: #f0f2f5;
    color: #333;
    padding: 4px 12px;
    font-size: 0.82rem;
    font-weight: bold;
    /*border-radius: 2px;*/
    border-left: 3px solid #c5a059;
}

/* ご利用シーン・カード */
.rent-scene-box {
    background: #f9fbfd;
    border: 1px solid #e2e8f0;
    padding: 40px 30px;
    /*border-radius: 4px;*/
    margin-bottom: 60px;
}
.rent-scene-title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #111518;
    margin-bottom: 30px;
    position: relative;
}
.rent-scene-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #c5a059;
    margin: 12px auto 0 auto;
}
.rent-scene-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.rent-scene-card {
    background: #ffffff;
    border: 1px solid #e1ece5;
    padding: 25px 20px;
    /*border-radius: 4px;*/
}
.rent-scene-card h5 {
    font-size: 1.05rem;
    color: #1f232a;
    margin-bottom: 12px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}
.rent-scene-card p {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* 保険・補償内容セクション（シックな深緑＆マットトーン） */
.rent-insurance-box {
    background: #131a15;
    color: #e0e6e2;
    padding: 40px 35px;
    /*border-radius: 3px;*/
    border: 1px solid #232d26;
    border-top: 3px solid #3d5243;
}
.rent-insurance-header {
    text-align: center;
    margin-bottom: 30px;
}
.rent-insurance-header h4 {
    font-size: 1.3rem;
    color: #d1dfd6;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}
.rent-insurance-header p {
    font-size: 0.88rem;
    color: #a4b3a8;
}
.rent-insurance-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}
.rent-insurance-table tr {
    border-bottom: 1px solid #202b23;
}
.rent-insurance-table th {
    width: 30%;
    padding: 13px 12px;
    text-align: left;
    font-size: 0.88rem;
    color: #8da394;
    font-weight: bold;
}
.rent-insurance-table td {
    padding: 13px 12px;
    text-align: left;
    font-size: 0.88rem;
    color: #d1dfd6;
}
.rent-insurance-note {
    font-size: 0.8rem;
    color: #7d8c83;
    text-align: right;
}

/* 大型コンタクトボタン */
.rent-btn-wrapper {
    text-align: center;
    margin-top: 55px;
}
.rent-contact-btn {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    padding: 20px 30px;
    background: linear-gradient(135deg, #1f232a 0%, #0d0f13 100%);
    color: #e8d39e !important;
    font-size: 1.15rem;
    font-weight: bold;
    text-decoration: none;
    /*border-radius: 4px;*/
    border: 1px solid #c5a059;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: all 0.35s ease;
    letter-spacing: 1px;
}
.rent-contact-btn:hover {
    background: linear-gradient(135deg, #c5a059 0%, #9e7e3e 100%);
    color: #ffffff !important;
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.35);
    border-color: #e8d39e;
}

@media (max-width: 768px) {
    .rent-hero-section {
        height: 280px;
    }
    .rent-hero-title {
        font-size: 1.6rem;
    }
    .rent-car-grid, .rent-scene-grid {
        grid-template-columns: 1fr;
    }
    .rent-insurance-table th, .rent-insurance-table td {
        display: block;
        width: 100%;
    }
    .rent-insurance-table th {
        padding-bottom: 2px;
    }
}



