html {
    scroll-behavior: smooth;
}
.l-main__body {
    padding-bottom: 0;
}
.l-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
#mainContent .p-page-header,
#mainContent .p-breadcrumb {
    display: none;
}
#mainContent .l-one-column {
    margin-top: 0;
}
#bookingRenewal {
    background-color: #FBFCF2;
    color: #2D3300;
    line-height: 1.6;
    font-size: 16px;
}
#bookingRenewal h2 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 72px;
    margin-bottom: 48px;
    padding-bottom: 8px;
    border-bottom: 3px solid #BED600;
}
#bookingRenewal h3 {
    font-size: 24px;
    color: #437500;
    font-weight: bold;
    margin-top: 48px;
    margin-bottom: 24px;
}
#bookingRenewal ul li {
    line-height: 1.8;
}
#bookingRenewal .imp {
    font-weight: bold;
    color: #437500;
}
#bookingRenewal .mb {
    margin-bottom: 24px;
}
#bookingRenewal table {
    border-collapse: separate;
    width: 100%;
    border-spacing: 4px;
}
#bookingRenewal table th,
#bookingRenewal table td {
    border-radius: 2px;
    background-color: #F2F2F2;
    padding: 12px;
    text-align: center;
}
#bookingRenewal table th {
    font-weight: bold;
}
#bookingRenewal table.after th {
    background-color: #BED600;
}
#bookingRenewal table.after td {
    background-color: #EBF2B2;
}
#bookingRenewal table .img {
    max-width:736px;
    margin: auto;
}
#bookingRenewal table .tips {
    text-align: right;
    line-height: 1.8;
    margin-top: 10px;
}
#bookingRenewal table .tips ul {
    display: inline-block;
}
@media screen and (min-width:601px) {
    #bookingRenewal .spOnly {
        display: none;
    }
}

/* mainArea */
#bookingRenewal .mainArea h1 {
    margin: 0;
}
@media screen and (min-width:601px) {
    #bookingRenewal .mainArea h1 {
        height: 28.55vw;
        min-height: 548px;
        min-width: 1200px;
        background: url(../img/img_main_pc.png) no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #bookingRenewal .mainArea h1 img {
        height: 0 !important;
        opacity: 0;
    }
}

/* lead */
#bookingRenewal .lead {
    width: 100%;
    background-color: #437500;
    color: #FBFCF2;
    text-align: center;
    padding: 24px 0;
    font-size: 32px;
    font-weight: bold;
}
#bookingRenewal .lead span {
    font-size: 24px;
}
@media screen and (max-width:600px) {
    #bookingRenewal .lead {
        font-size: 30px;
    }
    #bookingRenewal .lead span {
        font-size: 20px;
    }
}

/* contents */
#bookingRenewal .contents {
    padding: 72px 20px;
    max-width: 1200px;
    margin: auto;
}
#bookingRenewal .ancList {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
#bookingRenewal .ancList li {
    padding-left: 0;
    text-indent: 0;
    line-height: 1.6;
}
#bookingRenewal .ancList a {
    display: block;
    padding: 13px 48px 11px 24px;
    border-radius: 100px;
    color: #2D3300;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #2D3300;
    background-image: url(../img/icon_arrow_downward.svg);
    background-position: center right 16px;
    background-size: 24px;
    background-repeat: no-repeat;
}
#bookingRenewal .ancList a:hover {
    opacity: .7;
}
#bookingRenewal .tableWrap {
    display: flex;
}
#bookingRenewal .tableWrap table.tbL {
    width: calc( 666 / 1152 * 100% );
    margin-right: -4px;
}
#bookingRenewal .tableWrap table.tbR {
    width: calc( 482 / 1152 * 100% );
}
#bookingRenewal .baggageTb th,
#bookingRenewal .baggageTb td {
    background-color: #fff !important;
    padding: 5px;
}
#bookingRenewal .baggageTb img {
    width: 60%;
    margin: auto;
}
#bookingRenewal .rulesChange {
    background-color: #EBF2B2;
    border-radius: 8px;
    padding: 24px 48px;
    display: flex;
    justify-content: space-between;
    gap: 120px 96px;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}
#bookingRenewal .rulesChange::after {
    position: absolute;
    content: "";
    width: 72px;
    height: 86px;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    background-image: url(../img/icon_arrow.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#bookingRenewal .rulesChange > div {
    width: calc( 480 / 1152 * 100% );
}
#bookingRenewal .rulesChange .rulesBtn {
    display: block;
    color: #2D3300;
    font-size: 24px;
    line-height: 1.4;
    text-decoration: none;
    padding: 20px 60px 20px 36px;
    border-radius: 10px;
    background-color: #FBFCF2;
    position: relative;
}
#bookingRenewal .rulesChange .rulesBtn::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background-image: url(../img/icon_arrow_right.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#bookingRenewal .rulesChange > div:last-child .rulesBtn {
    background-color: #BED600;
}
@media screen and (max-width:600px) {
    #bookingRenewal .ancList {
        flex-direction: column;
    }
    #bookingRenewal .ancList li {
        width: 100%;
    }
    #bookingRenewal .ancList a {
        max-width: 335px;
        margin: auto;
    }
    #bookingRenewal .tableWrap {
        flex-direction: column;
    }
    #bookingRenewal .tableWrap table {
        width: 100% !important;
        margin-right: 0 !important;
    }
    #bookingRenewal .tbImg table th,
    #bookingRenewal .tbImg table td {
        display: block;
    }
    #bookingRenewal .baggageTb {
        padding: 0 !important;
    }
    #bookingRenewal .baggageTb th,
    #bookingRenewal .baggageTb td {
        display: table-cell !important;
        font-size: 14px;
    }
    #bookingRenewal .baggageTb img {
        width: 100%;
    }
    #bookingRenewal .tbImg table .tips {
        text-align: left;
        margin-top: 24px;
    }
    #bookingRenewal .rulesChange {
        flex-direction: column;
        padding: 24px 12px;
        font-size: 18px;
    }
    #bookingRenewal .rulesChange::after {
        position: absolute;
        content: "";
        width: 72px;
        height: 86px;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%,50%) rotate(90deg);
    }
    #bookingRenewal .rulesChange > div {
        width: 100%;
    }
    #bookingRenewal .rulesChange .rulesBtn {
        padding: 36px 48px 36px 24px;
    }
    #bookingRenewal .rulesChange .rulesBtn::after {
        right: 0;
    }
}