@charset "utf-8";
/* CSS Document */

.goto2:before{content: '全国旅行支援価格：';}
.goto2{color:#000; padding-right: 8px; font-weight: bold;/*display: none !important;*/}


.newyear{
    display: flex;
    flex-wrap: wrap;
    color: #111;
    justify-content: center;
    gap:5px;
    margin-top: 10px;
    margin: -70px auto 0px auto;
    line-height:130%;
}

.newyear::before{
    content: url("../../hayami/images/newyear2026.png");
    display: inline-block;
    width: 100%;
    margin-bottom: -35px;
    z-index: -100;
}


.newyear li{
    background-color: #fff;
    padding:7px 12px;
    color: #fff;
    background-color: #8e8a7f;
}

.newyear li.red{
        color: #fff;
    background-color: #f84239;

}
.newyear li.blue{
    background-color:#2C4CA2;
    color: #fff;
}
thead{
    position: sticky;
    top: -1px;
}

@media only screen and (max-width: 767px) {
.newyear::before{
    display:none;}

.newyear{
    display: flex;
    flex-wrap: wrap;
    color: #111;
    justify-content: center;
    gap:5px;
    margin-top: 10px;
    margin: 5px auto 0px auto;
    line-height:130%;
}
.newyear li{
    background-color: #fff;
    padding:7px 0px;
    width: 50px;
    color: #fff;
    background-color: #8e8a7f;
}

}

.goldenweek{
    display: flex;
    flex-wrap: wrap;
    color: #111;
    justify-content: center;
    gap:5px;
    margin-top: 10px;
    margin: -70px auto 0px auto;
    line-height:130%;
}
.goldenweek::before{
    content: url("../../hayami/images/gw_2025.png");
    display: inline-block;
    width: 100%;
    margin-bottom: -44px;
}
.goldenweek li{
    background-color: #fff;
    padding: 8px 16px;
    color: #fff;
    background-color: #8e8a7f;
}
.goldenweek li.red{
        color: #fff;
    background-color: #f84239;

}
.goldenweek li.blue{
    background-color:#2C4CA2;
    color: #fff;
}

@media only screen and (max-width: 767px) {
.goldenweek::before{
    display:none;
    }
.goldenweek{
    display: flex;
    flex-wrap: wrap;
    color: #111;
    justify-content: center;
    gap:5px;
    margin-top: 10px;
    margin: 5px auto 0px auto;
    line-height:130%;
}
.goldenweek li{
    background-color: #fff;
    padding:7px 0px;
    width: 50px;
    color: #fff;
    background-color: #8e8a7f;
}
    tr.parent {
    border-top: 2px solid #333;
}
}