@charset = "utf-8";


#main{
    margin: 0 auto;
}

.inner,
#main{
    padding-bottom: 0;
}


@media screen and (max-width:480px){

}


/************************************
/menu メニュー
************************************/

/****************************
#fv
****************************/
#main section#fv{
    padding: 0;
}

/****************************
#fv
****************************/



/****************************
#menu_product
****************************/
.product_block {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
}

.product_block > .flex{
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_contents {
    width: calc(50% - 25px);
    margin-bottom: 75px;
}

.product_contents:last-child{
    margin-bottom: 0;
}

.product_contents h3 {
    text-align: center;
    border-top: 5px double #4c444d;
    border-bottom: 5px double #4c444d;
    color: #4c444d;
    font-weight: normal;
    padding: 20px 15px;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

.product_contents li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #4c444d;
    color: #4c444d;
    box-sizing: border-box;
    min-height: 62.5px;
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
}

.product_contents .product_name span {
    color: #a190a3;
    display: block;
    margin-top: -10px;
    font-size: 12px;
}

.product_contents .product_price span{
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width:1000px){
    .product_contents h3 {
        padding: 20px 10px;
        margin-bottom: 20px;
        font-size: 18px;
        letter-spacing: 0.075em;
        line-height: 1.7;
    }

    .product_contents li {
        min-height: 62.5px;
        padding: 5px 0;
        font-size: 13px;
        letter-spacing: 0.075em;
        line-height: 2;
    }

    .product_contents .product_name span {
        margin-top: -10px;
        font-size: 11px;
    }

    .product_contents .product_price span{
        margin-right: 7.5px;
    }
}

@media screen and (max-width:768px){
    .product_block {
        padding: 0 7%;
    }

    .product_contents {
        margin-bottom: 100px;
        width: 100%;
    }
    
    .product_contents:last-child{
        margin-bottom: 0;
    }
    
    .product_contents h3 {
        padding: 20px 15px;
        margin-bottom: 20px;
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 1.7;
    }

    .product_contents li {
        min-height: 62.5px;
        padding: 5px 0;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 2;
    }

    .product_contents .product_name span {
        margin-top: -10px;
        font-size: 12px;
    }

    .product_contents .product_price span{
        margin-right: 10px;
    }
}

@media screen and (max-width:480px){
    .product_contents h3 {
        padding: 15px 10px;
        margin-bottom: 15px;
        font-size: 18px;
        letter-spacing: 0.075em;
        line-height: 1.7;
    }

    .product_contents li {
        min-height: 60px;
        padding: 5px 0;
        font-size: 13px;
        letter-spacing: 0.075em;
        line-height: 2;
    }

    .product_contents .product_name span {
        margin-top: -10px;
        font-size: 11px;
    }

    .product_contents .product_price span{
        margin-right: 7.5px;
    }
}

@media screen and (max-width:430px){
    .product_contents h3 {
        padding: 15px 10px;
        margin-bottom: 15px;
        font-size: 17px;
        letter-spacing: 0.05em;
        line-height: 1.7;
    }

    .product_contents li {
        min-height: 60px;
        padding: 5px 0;
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 2;
    }

    .product_contents .product_name span {
        margin-top: 0;
        font-size: 11px;
        line-height: 1;
    }

    .product_contents .product_price span{
        margin-right: 7.5px;
    }
}
/****************************
#menu_product
****************************/



/************************************
/menu コンセプト
************************************/
