
#navigation,#mynavi {
    display:none;
}
@media (max-width: 820px) {
    #navigation,#mynavi {
    display:flex;
    }
}

#main {
    width:100%;
    margin:0 0 0 0;
}

#tokubai2024 {
    width:100%;
    padding:0 0 40px 0;
    background: #ffe823;
}
#tokubai2024-mainvs img{
    width:100%;
}
#tokubai2024-intro {
    margin:0 0 40px 0;
    padding:16px 20%;
    line-height: 1.5;
    background: #fffbd6; 
}
#tokubai2024-intro-1 {
    margin:0 0 10px 0;
    text-align: center;
    font-size: 14px;

}
#tokubai2024-intro-2 {
    color: #ff0000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    
}
.tokubai2024-h2 {
    margin:0 0 40px 0;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #000;
}

@media (max-width: 820px) {
    #main {
        width:100%;
        margin:0 0 0 0;
    }
    
    #tokubai2024 {
        width:100%;
        margin:0 0 20px 0;
        background: #ffe823;
    }
    #tokubai2024-intro {
        margin:0 0 20px 0;
        padding:16px 3%;
        line-height: 1.5;
        background: #fffbd6;
        
    
    }
    #tokubai2024-intro-1 {
        margin:0 0 10px 0;
        text-align:left;
        font-size: 14px;
    
    }
    #tokubai2024-intro-2 {
        color: #ff0000;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        
    }
    .tokubai2024-h2 {
        margin:0 0 20px 0;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        color: #000;
    }
}

/********************************************************************/
.tokubai2024-medama-wrap {
    margin:0 0 50px 0;

}
.tokubai2024-medama {
    width:84%;
    margin:0 5% 0 5%;
    padding:28px 3%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 9px 1px rgba(213, 186, 40, 0.68);
    display: flex;
    position: relative;
}
.tokubai2024-medama-img {
    width: 30%;
}
.tokubai2024-medama-img img {
    width:100%;
}
.tokubai2024-medama-r {
    width:65%;
    margin:0 0 0 3%;
}
.tokubai2024-medama-name {
    margin:0 0 16px 0;
    font-size: 20px;
    font-weight: bold;

}
.tokubai2024-medama-txt {
    margin:0 0 20px 0;
    line-height: 1.8;
    font-size: 14px;
    
}
.tokubai2024-medama-b {
    display: flex;
}
.tokubai2024-medama-price {
    width:65%;
}
.tokubai2024-medama-price1 {
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
}
.tokubai2024-medama-price1_1 {
    font-size: 24px;
}
.tokubai2024-medama-price1_2 {
    font-size: 30px;
}
.tokubai2024-medama-price2 {  
    font-size: 14px;
}
.tokubai2024-medama-btn {
    width:35%;
}
.tokubai2024-medama-btn a {
    margin:20px 0 0 0;
    border-radius: 50px;
    padding:10px 20px;
    color: #fff;
    font-size: 18px;
    background: #212121;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
}
.tokubai2024-medama-btn a:hover {
    opacity: 0.8;
}
.tokubai2024-medama-off {
    padding:30px 15px 0px 15px ;
    position: absolute;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    top:-20px;
    left:-20px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    width: 90px;
  height: 90px;
}
.tokubai2024-medama-off span {
    font-size: 40px;
}

@media (max-width: 820px) {
    .tokubai2024-medama-wrap {
        margin:0 0 50px 0;
    }
    .tokubai2024-medama {
        width:94%;
        margin:0 3% 0 3%;
        padding:14px 3%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 5px 9px 1px rgba(213, 186, 40, 0.68);
        display: block;
        position: relative;
    }
    .tokubai2024-medama-img {
        width: 100%;
    }
    .tokubai2024-medama-img img {
        width:100%;
        margin:0 0 8px 0;
    }
    .tokubai2024-medama-r {
        width:100%;
        margin:0 0 0 0;
    }
    .tokubai2024-medama-name {
        margin:0 0 5px 0;
        font-size: 16px;
        font-weight: bold;
    }
    .tokubai2024-medama-txt {
        margin:0 0 0 0;
        line-height: 1.4;
        font-size: 14px;
    }
    .tokubai2024-medama-b {
        display: block;
    }
    .tokubai2024-medama-price {
        width:100%;
    }
    .tokubai2024-medama-price1 {
        color: #ff0000;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }
    .tokubai2024-medama-price1_1 {
        font-size: 24px;
    }
    .tokubai2024-medama-price1_2 {
        font-size: 24px;
    }
    .tokubai2024-medama-price2 {  
        font-size: 14px;
        text-align: center;
    }
    .tokubai2024-medama-btn {
        width:100%;
    }
    .tokubai2024-medama-btn a {
        margin:10px 0 0 0;
        border-radius: 50px;
        padding:10px 20px;
        color: #fff;
        font-size: 16px;
        background: #212121;
        text-decoration: none;
        display: block;
        text-align: center;
        font-weight: bold;
    }
    .tokubai2024-medama-btn a:hover {
        opacity: 0.8;
    }
    .tokubai2024-medama-off {
        padding:20px 15px 0px 15px ;
        position: absolute;
        background: #ff0000;
        color: #fff;
        font-weight: bold;
        top:-5px;
        left:0px;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        vertical-align: middle;
        border-radius: 50%;
        width: 80px;
        height: 80px;
    }
    .tokubai2024-medama-off span {
        font-size: 30px;
    }
}
/********************************************************************/
.tokubai2024-item-wrap {
    margin:0 1.5% 50px 1.5%;
    width:97%;
    display: flex;
    flex-wrap:wrap;
}
 
.tokubai2024-item {
    width:22%;
    margin:0 1% 14px 0;
    padding:10px 1%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 9px 1px rgba(213, 186, 40, 0.68);
}
.tokubai2024-item-wrap li:nth-child(4n) {
    margin:0 1% 14px 0;
}
.tokubai2024-item-img {
    width: 100%;
    margin:0 0 5px 0;
}

.tokubai2024-item-name {
    margin:0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;

}
.tokubai2024-item-txt {
    margin:0 0 10px 0;
    line-height: 1.8;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.tokubai2024-item-b {
}
.tokubai2024-item-price {
    
}
.tokubai2024-item-price1 {
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.tokubai2024-item-price1_1 {
    font-size: 14px;
}
.tokubai2024-item-price1_2 {
    font-size: 16px;
}
.tokubai2024-item-price2 {  
    font-size: 12px;
    text-align: center;
}
.tokubai2024-item-btn {
    
}
.tokubai2024-item-btn a {
    margin:20px 0 0 0;
    border-radius: 50px;
    padding:8px 8px;
    color: #fff;
    font-size: 14px;
    background: #212121;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
}
.tokubai2024-item-btn a:hover {
    opacity: 0.8;
}
@media (max-width: 820px) {
    .tokubai2024-item-wrap {
        margin:0 2% 50px 2%;
        width:96%;
        display: flex;
        flex-wrap:wrap;
    }
     
    .tokubai2024-item {
        width:49%;
        margin:0 2% 5px 0;
        padding:10px 2%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 5px 9px 1px rgba(213, 186, 40, 0.68);
    }
    .tokubai2024-item-wrap li:nth-child(2n) {
        margin:0 0 5px 0;
    }
    .tokubai2024-item-img {
        width: 100%;
        margin:0 0 5px 0;
    }
    
    .tokubai2024-item-name {
        margin:0 0 5px 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
    
    }
    .tokubai2024-item-txt {
        margin:0 0 5px 0;
        line-height: 1.8;
        font-size: 12px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
    }
    .tokubai2024-item-b {
    }
    .tokubai2024-item-price {
        
    }
    .tokubai2024-item-price1 {
        color: #ff0000;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }
    .tokubai2024-item-price1_1 {
        font-size: 14px;
    }
    .tokubai2024-item-price1_2 {
        font-size: 16px;
    }
    .tokubai2024-item-price2 {  
        font-size: 12px;
        text-align: center;
    }
    .tokubai2024-item-btn {
        
    }
    .tokubai2024-item-btn a {
        margin:10px 0 0 0;
        border-radius: 50px;
        padding:8px 8px;
        color: #fff;
        font-size: 14px;
        background: #212121;
        text-decoration: none;
        display: block;
        text-align: center;
        font-weight: bold;
    }
    .tokubai2024-item-btn a:hover {
        opacity: 0.8;
    }
}

/********************************************************************/

#tokubai2024-totop {
    text-align: center;
}
#tokubai2024-totop a {
    padding:16px 26px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
}


