@charset "UTF-8";
/* top */
/* Opening
-----------------------------------------*/
br.sp{
    display: none;
}
br.pc{
    display: inline;
}
#contsec01,
#contsec02{
    width: 1280px;
    margin: auto;
    padding:70px 0;
}
#contsec01 .appear h2,
#contsec02 .appear h2{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #006600;
    background-image: url(../img/bg-conth.png);
    background-repeat: repeat-x;
    background-position: left center;
    margin:20px auto;
    width: 1280px;
}
#contsec01 .appear h2 span,
#contsec02 .appear h2 span{
    background: #fff;
    padding: 5px 1em;
}
/**HOME**/

#topsec01{
    background: #fffdfd;
    background: -moz-linear-gradient(top,  #fffdfd 0%, #fff3f3 100%);
    background: -webkit-linear-gradient(top,  #fffdfd 0%,#fff3f3 100%);
    background: linear-gradient(to bottom,  #fffdfd 0%,#fff3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdfd', endColorstr='#fff3f3',GradientType=0 );
    padding-bottom: 70px;
}
#topsec01 h2{
    text-align: center;
    color: #006600;
    font-size: 40px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    padding:50px 0;
}
#topsec01 h3{
    text-align: center;
    color: #707070;
    font-size: 40px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    padding: 50px 0;
}
#topsec01 .innCont {
    width: 1280px;
    background: #fff;
    margin:0 auto;
    padding-bottom: 50px;
}
#topsec01 .innCont ul{
    text-align: center;
    margin: auto;
    width: 960px;
}
#topsec01 .innCont li{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
#topsec02{
    background-color: #fff;
    background-image: url(../img/top_policy.jpg);
    background-repeat: repeat-x;
    background-position: top;
    padding-bottom: 70px;
}
#topsec02 .innBox{
    width: 1280px;
    margin: 0 auto;
    padding:200px 0 0 0;
}
#topsec02 .innBox h2{
    background: #fff;
    color: #006600;
    font-family: 'Noto Serif JP', serif;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 10px 6px rgba(0,0,0,0.16);
    padding:14px 0;
    margin-bottom: 20px;
}
#topsec02 .innBox .innCont{
    width: 600px;
    margin: 70px auto;
}
#topsec02 .innBox .innCont h3{
    font-weight: 500;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 36px;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 1rem;
    background-color: #006600;
    width: 600px;
    margin-bottom: 25px;
}
#topsec02 .innBox .innCont h3::before,
#topsec02 .innBox .innCont h3::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #006600 transparent;
    border-style: solid;
    content: '';
}
#topsec02 .innBox .innCont h3::before {
    left: -20px;
    border-width: 30px 0px 30px 20px;
}
#topsec02 .innBox .innCont h3::after {
    right: -20px;
    border-width: 30px 20px 30px 0px;
}
#topsec02 .innBox .innCont h4{
    font-weight: 500;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #006600;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
#topsec02 .innBox .innCont p{
    color: #000;
    line-height: 2;
}
/**取扱商品**/
.products #contsec01,
.products #contsec02{
    background: #FFFCEA;
    width: 100%;
    padding: 70px 0 0;
}
.products #contsec01 .innBox,
.products #contsec02 .innBox{
    width:1300px;
    background: #FFFCEA;
    margin: auto;
}
.products #contsec01 .appear h2 span,
.products #contsec02 .appear h2 span{
    background: #FFFCEA;
}

.products #contsec01 .innCont ul,
.products #contsec02 .innCont ul{
    overflow: hidden;
    padding-top: 30px;
}
.products #contsec01 .innCont li{
    display: block;
    text-align: center;
    width: 33%;
    padding: 0 12px;
    margin-bottom: 40px;
    float: left;
    box-sizing: border-box;
    height: 450px;
}
.products #contsec01 .innCont li img,
.products #contsec02 .innCont li img{
    width: 100%;
    height: auto;
}
.products #contsec01 .innCont li h4,
.products #contsec02 .innCont li h4{
    font-size: 30px;
    font-weight: 500;
    color: #006600;
    margin:10px auto;;
}
.products #contsec01 .innCont li p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 2;
}
.products #contsec02 .innCont li{
    display: block;
    text-align: center;
    width: 33%;
    padding: 0 12px;
    margin-bottom: 40px;
    float: left;
    box-sizing: border-box;
    height: 390px;
}


/**スタッフ**/
.staff #contsec01 .innCont h3{
    text-align: center;
    font-size: 40px;
    color: #707070;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
/* top */
/* Opening
----------------------------------------------------------------------------------*/
    br.sp{
        display: inline;
    }
    br.pc{
        display: none;
    }
    /**トップ**/
    #topsec01 .innCont {
        width: 100%;
        padding-bottom: 30px;
    }
    #topsec02 .innBox{
        width: 100%;
        padding-top: 50px;
    }
    #topsec01 h2{
        text-align: center;
        font-size: 22px;
        padding:40px 0 20px;
    }
    #topsec01 h3{
        text-align: center;
        color: #707070;
        font-size: 22px;
        padding: 30px 0;
    }
    #topsec02{
        padding-bottom: 40px;
    }

    #topsec02 .innBox .innCont{
        width: 100%;
        margin: 50px auto;
        padding:0 6px;
    }
    #topsec02 .innBox h2{
        background: #fff;
        color: #006600;
        font-size: 22px;
        text-align: center;
        box-shadow: 0 10px 6px rgba(0,0,0,0.16);
        padding:14px 6px;
        margin-bottom: 20px;
    }
    #topsec02 .innBox .innCont h3{
        font-size: 24px;
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0;
        width: 225px;
        margin:0 auto 25px;
    }
    #topsec02 .innBox .innCont h3::before {
        left: -19px;
        border-width: 25px 0px 25px 20px;
    }
    #topsec02 .innBox .innCont h3::after {
        right: -19px;
        border-width: 25px 20px 25px 0px;
    }

    #topsec02 .innBox .innCont h4{
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }
    #topsec01 .innCont ul{
        width: 100%;
    }
    #topsec01 .innCont li{
        display: block;
        vertical-align: middle;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    #topsec01 .innCont li img{
        width: 90%;
        max-width: 222px;
    }
    /**コンテンツ**/
    #contsec01,
    #contsec02{
        width: 100%;
    }
    #topsec01{
        padding-bottom: 40px;
    }
    #contsec02 .appear h2{
        width: 100%;
    }
    #contsec01 .appear h2,
    #contsec02 .appear h2{
        font-size: 22px;
        margin:16px auto;
        width: 100%;
    }

    /**取扱商品**/
    .products #contsec01,
    .products #contsec02{
        padding: 40px 0 0;
    }

    .products #contsec01 .innBox,
    .products #contsec02 .innBox{
        width: 100%;
    }
    .products #contsec01 .innCont li,
    .products #contsec02 .innCont li{
        width: 100%;
        padding: 0 12px;
        margin-bottom: 40px;
        float: none;
        height: auto;
    }
    .products #contsec01 .innCont li h4,
    .products #contsec02 .innCont li h4{
        font-size: 16px;
        margin:10px auto;;
    }
    .products #contsec01 .innCont li p{
        font-size: 14px;
        line-height: 1.7;
    }

    /**スタッフ**/
    .staff #contsec01 .innCont h3{
        font-size: 22px;
    }























}

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