@charset "UTF-8";

.header-bar{
    position: fixed;
}

@media (min-width: 376px) and (max-width: 1280px) {
    .special-plan__txt__ttl, .plan__price {
        font-size: 20px;
    }
    .meat__title {
        font-size: 34px;
    }
    .oshinagaki-item__ttl{
        font-size: 16px;
    }
    .feautures__body__ttl{
        font-size: 20px;
    }
    .plan__title,
    .sightseeing__title{
        font-size: 22px;
    }
    .plan-name__l{
        font-size: 26px;
    }
    .meat__tab__txts{
        font-size: 10px;
    }
}

@media (max-width: 480px){
    .sightseeing__title::after{
        right: 16%;
    }
    .plan__title,
    .sightseeing__title{
        font-size: 22px;
    }
    .plan-name__l{
        font-size: 26px;
    }
}