@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  soft_food.css
 style info :  スタイル指定
=================================================================== */

#link01,#link02,#link03,#link04,#link05,#link06,#link07,#link08,#link09,#link10,#link11,#link12,#link13,#link14,#link15{
    padding:50px 0 0 0;
    margin: -50px 0 0 0;
}
/* soft_food
----------------------------------------------------------------------------- */
.soft_food{
    
}
.soft_food .main_wrapper{
    
}
.soft_food .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em;
    min-height: 1053px;
}
.soft_food .main_wrapper .box h2{
    width: 100%;
    color: #0173e7;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
}
.soft_food .main_wrapper .box h3{
    width: 100%;
    color: #d251a1;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
    line-height: 1.2;
}

.soft_food .main_wrapper .box h4{
    width: 100%;
    color: #0173e7;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: 14px;
    background: #fff;
    padding: 10px 25px;
    margin: 30px auto 20px;
    position: relative;
    line-height: 1;
}
.soft_food .main_wrapper .box h4:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 5px;
    height: 24px;
    background: #0173e7;
}
.soft_food .main_wrapper .box h5{
    width: 100%;
    line-height: 1;
    padding: 10px 10px;
    background: #0173e7;
    color: #fff;
    text-align: left;
    font-size: 16px;
}
.soft_food .main_wrapper .box .food{
    width: 100%;
    margin: 30px auto 60px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.soft_food .main_wrapper .box .food ul{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.soft_food .main_wrapper .box .food ul li{
    width: calc(100% / 4 - 10px);
}
.soft_food .main_wrapper .box .food ul li a{
    color: #0173e7;
    font-weight: bold;
    display: block;
}
.soft_food .main_wrapper .box .food ul li a img{
    width: 100%;
    object-fit: cover;
    margin: 0 0 5px;
}
.soft_food .main_wrapper .box .food ul li a:hover img{
    opacity: 0.8;
}
.soft_food .main_wrapper .box .food ul li a:hover p{
    text-decoration: underline;
}
.soft_food .main_wrapper .box .info ul.photo{
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
}
.soft_food .main_wrapper .box .info ul.photo li{
    width: 49%;
}
.soft_food .main_wrapper .box .info ul.photo li img.mv{
    width: 100%;
}
.soft_food .main_wrapper .box .info ul.photo li span{
    font-weight: bold;
}
.soft_food .main_wrapper .box .info ul.n_li{
    list-style-type: decimal;
    padding: 0 0 15px 2em;
}
.soft_food .main_wrapper .box .info ul.n_li li{
    list-style: decimal;
}
.soft_food .main_wrapper .box .info > p{
    padding: 0 0 15px;
}
.soft_food .main_wrapper .box .info > p.name{
    text-align: right;
}
/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {


}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {

/* soft_food
----------------------------------------------------------------------------- */
.soft_food{
    
}
.soft_food .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em 1em;
    min-height: auto;
}
.soft_food .main_wrapper .box .food ul {
    flex-wrap: wrap;
}
.soft_food .main_wrapper .box .food ul li {
    width: calc(100% / 2 - 10px);
    margin: 10px 0 0;
}
.soft_food .main_wrapper .box .food ul li a p {
    font-size: 14px;
}
.soft_food .main_wrapper .box .info ul.photo {
    display: block;
}
.soft_food .main_wrapper .box .info ul.photo li {
    width: 100%;
    margin: 0 0 10px;
}



}
