.product-area-language {
    display: flex;
    flex-wrap: wrap;
}

.product-area {
    color: #5b97f7;
}

.product-language {
    color: #5b97f7;
    margin-left: 40px;
}

.product-name {
    margin-top: 20px;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.3;
    color: #333333;
}

.product-detail-content {
    height: 100%;
}

.product-detail-box {
    margin-bottom: 50px;
}

.product-detail-box:last-child {
    margin-bottom: 0;
}

.product-detail-image {
    width: 100%;
    height: 100%;
    background-color: rgb(213, 213, 213);
    padding: 0;
    margin: 0;
    font-size: 0;
}

.product-detail-image>img {
    width: 100%;
    height: 100%;
}

.product-detail-title {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #000;
}

.product-detail-explain {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
    color: #000;
    opacity: 0.8;
}

.product-essential-guidance {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    opacity: 0.9;
}

.product-essential-guidance-bold {
    background-color: rgba(0, 166, 255, 0.1);
    border: 1px solid rgba(91, 151, 247, 0.3);
    border-radius: 3px;
    margin-top: 20px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

.old-comprise {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.7;
}

.old-comprise>img {
    width: 15px;
    height: 15px;
}

.new-comprise {
    font-size: 15px;
    line-height: 1.6;
}

.partner-info {
    
}

.partner-profile {
    display: flex;
    height: 45px;
    text-align: left;
    align-items: center;
}

.partner-image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.partner-name {
    font-size: 20px;
    font-weight: 500;
    margin-left: 13px;
}

.partner-introduce {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #777;
    line-height: 1.7;
    word-break: keep-all;
}

.map {
    width: 100%;
    height: 300px;
}

.product-metting-area {
    font-size: 16px;
    text-align: center;
    margin-top: 26px;
    word-break: keep-all;
    line-height: 1.6;
}

.product-metting-area.traveler-select-meeting-place {
    text-align: left;
}

.traveler-select-meeting-place-notice {
    color: rgb(255, 98, 98);
}

@media ( max-width: 768px ) {
    .product-area-language {
        display: block;
        flex-wrap: unset;
    }
    
    .product-area {
        font-size: 14px;
    }
    
    .product-language {
        margin: 10px 0 0 0;
        font-size: 14px;
    }
    
    .product-name {
        font-size: 22px;
        line-height: 1.6;
    }
    
    .product-detail-title {
        font-size: 15px;
    }
    
    .product-detail-explain {
        font-size: 14px;
    }
    
    .product-essential-guidance {
        font-size: 14px;
    }
    
    .product-essential-guidance-bold {
        padding: 15px;
        font-size: 15px;
    }
    
    .new-comprise {
        font-size: 14px;
    }
    
    .partner-profile {
        height: 38px;
    }
    
    .partner-image {
        width: 38px;
        height: 38px;
    }
    
    .partner-name {
        font-size: 17px;
    }
    
    .partner-introduce {
        font-size: 15px;
    }
    
    .map {
        height: 200px;
    }
    
    .product-metting-area {
        font-size: 15px;
    }
}