.plan-hdlogoarea {
    width: 100%;
    margin-bottom: 2em;
}

.plan-hdlogoarea .logo {
    width: 110px;
    margin-left: auto;
}

.txt-area {
    width: 35%;
    padding-bottom: 2em;
}

.packageplan .txt-area {
    width: 30%;
    padding-bottom: 1em;
}

@media screen and (max-width:767px) {
    .txt-area {
        width: 100%;
        margin-top: 2em;
        order: 1;
    }
    .packageplan .txt-area {
        width: 100%;
        margin-top: 0;
        order: 0;
    }
}

.txt-area .plan-number {
    font-size: 1.8em;
    font-weight: 100;
    margin-bottom: 1em;
}

.txt-area .title {
    font-size: 1.3em;
    margin-bottom: 1em;
}

.packageplan-title {
    font-size: 1.5em;
    font-weight: 200;
    margin: 1em 0;
    width: 100%;
    padding-top: .25em;
}

.txt-area .type {
    font-size: .9em;
    margin-bottom: .35em;
}

.txt-area .lead {
    width: 100%;
    font-size: .8em;
    line-height: 1.8;
    margin-bottom: 3em;
    padding: 1em 0;
}

.packageplan .lead {
    margin-bottom: 2em;
    border-top: none;
    border-bottom: none;
}

.txt-area .room {
    width: 45%;
}

@media screen and (max-width:767px) {
    .txt-area .room {
        width: 70%;
        margin: 0 auto 1em;
    }
}

.price-table-wrp {
    width: 45%;
}

@media screen and (max-width:767px) {
    .price-table-wrp {
        width: 100%;
    }
}

.price-table-wrp.w100 {
    width: 100%;
}

.price-table-wrp .price-table {
    width: 100%;
}

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

.price-table-wrp th {
    text-align: left;
    font-size: .7em;
}

.price-table-wrp td {
    text-align: right;
    font-size: .8em;
}

.price-table-wrp td,
.price-table-wrp th {
    padding: .5em 0;
}

.price-table-wrp .price {
    font-size: 1.3em;
    font-family: var(--en);
}

.mainimg-area {
    width: 60%;
}

.packageplan .spec-area {
    width: 65%;
}

@media screen and (max-width:767px) {
    .mainimg-area {
        width: 100%;
    }
    .packageplan .spec-area {
        width: 100%;
    }
}

.packageplan .spec-area .title {
    font-size: 1.3em;
    margin-bottom: 1.5em;
}

.packageplan .spec-area .subtitle {
    font-size: 1.1em;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 1.5em;
    padding-bottom: .5em;
    padding-left: 1.5em;
    position: relative;
}

.packageplan .spec-area .subtitle::before {
    content: '';
    width: .4em;
    height: .4em;
    display: inline-block;
    border: 5px solid var(--main_red);
    position: absolute;
    bottom: .75em;
    left: 0;
    border-radius: 100%;
}

.packageplan .spec-area .spec {
    margin-bottom: 3em;
}

.packageplan .spec-area .spec-title {
    font-size: .9em;
    margin-top: 1em;
    padding-bottom: .5em;
}

.packageplan .spec-area .spec p {
    font-size: .8em;
    margin-top: 1em;
}