@charset "utf-8";
/*--------サブページ共通--------*/
.main_subvisual{
        background-image: url("../images/sub_header_image2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding-top: 70px;
    padding-bottom: 60px;
    margin-top: 70px;
    color: #fff;
    font-size: 32px;
    padding-left: 10%;
    line-height: 1.1;
}
.main_subvisual span{
    font-size: 20px;
    padding-left: .2em;
    color: #f2dab2;
}
/*------products_page------*/
#products .main_subvisual{
    background-image: url("../images/sub_header_image1.jpg");
}
#products main{
    background-color:#faf8f5;
    padding-top: 80px;
    padding-bottom: 80px;
}
#products #products_info{
    margin-bottom: 70px;
}
#products #products_info .leading{
    text-align: center;
    margin-bottom: 1em;
}
#products #products_info .flex{
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
}
#products #products_info .flex a{
    display: block;
    background-image: url("../images/seihin_btn_image1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 32.5%;
    text-align: center;
    padding: 30px 0 30px;
    border-radius: 15px;
    box-shadow: 3px 3px 4px 0 rgba(93, 93, 93, 0.20);
}
#products #products_info .flex a:nth-child(2){
    background-image: url("../images/seihin_btn_image2.jpg");
}
#products #products_info .flex a:nth-child(3){
    background-image: url("../images/seihin_btn_image3.jpg");
}
#products #products_info .flex p{
    background-color: rgba(0,0,0,.2);
    padding: .2em;
    color: #fff;
    font-size: 20px;
}
#products h2{
    font-size: 20px;
    background-color: #f3e4d6;
    padding: .5em .5em .5em 1em;
    border-left: 5px solid #e29662;
    margin-bottom: 1.5em;
}
.productstyle{
    padding-top: 80px;
    margin-top: -80px;
    padding-bottom: 60px;
}
.productstyle .heading p{
    margin-bottom: 1em;
}
.productstyle .bottom_text{
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 50px;
}
.productstyle .bottom_text li{
    font-size: 15px;
    padding: .2em .6em;
    margin-right: 10px;
    margin-bottom: .5em;
  background-color: #f0d0ab;  
}
.productstyle .bottom_text li span{
    font-size: 14px;
}
.productstyle .product_photo{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.productstyle .product_photo li{
    width: 24.2%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 1.5em;
    margin-right: .6em;
    line-height: 1.3;
}
.productstyle .product_photo li .chotai{
    letter-spacing: -1px;
/*    font-size: 13px;*/
}
.productstyle .product_photo li img{
    margin-bottom: .6em;
}
#product_bateikugi .heading{
    margin-bottom: 2em;
}
#product_bateikugi .text_top{
    margin-bottom: 1.5em;
}
#product_bateikugi .text_top .orange{
    color: #f03d00;
    margin-bottom: .5em;
}
#product_bateikugi .link_next span.link {
  color: #2d767f;
  border-bottom: solid 1px #2d767f;
}
#product_bateikugi .link_next span.size_s {
  font-size: 12px;
  margin-right: .2em;
  color: #2d767f;
}

#product_bateikugi.productstyle .product_photo li,#product_neji.productstyle .product_photo li{
    margin-bottom: .2em;
}
/*------company_page------*/

#company #top_content{
    background-color: #f0e6d9;
    background-image: none;
    padding-top: 70px;
    padding-bottom: 70px;
}
#company #top_content > div{
    background-color: #fff;
    max-width: 1100px;
    padding: 50px 55px;
    align-items: center;
}
#company #top_content .top_text{
    margin-bottom: 1em;
}
#company #top_content .r_content{
    width: 35%;
}
#company #top_content .l_content{
    width: 62%;
}
#company #top_content .btn_style{
    background-color: #FAF4EC;
}
#company #top_content .under_content .l_content{
  width: 70%;  
}
#company #top_content .under_content .r_content{
    width: 160px;
}
#company_profile{
    padding-top: 80px;
    padding-bottom: 80px;
}
#company_history{
    padding-bottom: 70px;
}
.company_info{
    background-color: #faf8f5;
}
.company_info h2{
    text-align: center;
    font-size: 24px;
    margin-bottom: 1.5em;
}
.company_info table {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid #565656;
}
.company_info table p.address{
    margin-bottom: 1em;
}
.company_info table .left {
    width: 20%;
}
.company_info table .right {
    width: 80%;
}
.company_info table td {
    padding: 1em;
    border-bottom: 1px solid #565656;
    line-height: 1.4;
}
.company_photo{
     background-color: #faf8f5;
    padding-bottom: 110px;
}
.company_photo .flex{
       width: 95%;
    max-width: 800px;
    margin: 0 auto;
 }
.company_photo .flex p{
    margin-left: 4px;
    margin-right: 4px;
}


/*--------プライバシーポリシーページ--------*/
#privacypolicy h1{
    font-size: 22px;
    margin-top: 100px;
    margin-bottom: .5em;
}
#privacypolicy .content_wrap{
    width: 90%;
    max-width: 1000px;
    padding-bottom: 80px;
    margin-top: 60px;
}
#privacypolicy .privacy_style{
    margin-top:2em;
}
#privacypolicy h2{
    margin-bottom: .6em;
    padding-bottom: .1em;
    border-bottom: 1px solid #666;
}
#privacypolicy .privacy_style a{
    color: #1D7C72;
    text-decoration: underline;
}

@media screen and (max-width: 980px) {
    /*--------サブページ共通--------*/
.main_subvisual{
    background-image: url("../images/sub_header_image2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-top: 60px;
    color: #fff;
    font-size: 26px;
    padding-left: 8%;
    line-height: 1;
}
.main_subvisual span{
    font-size: 18px;
    padding-left: .2em;
    color: #f2dab2;
}
/*------products_page------*/

#products main{
    background-color:#faf8f5;
    padding-top: 60px;
    padding-bottom: 30px;
}
#products #products_info{
    margin-bottom: 40px;
}
#products #products_info .leading{
    text-align: center;
    margin-bottom: 1em;
}
#products #products_info .flex{
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
}
#products #products_info .flex a{
    display: block;
    background-image: url("../images/seihin_btn_image1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 32.5%;
    text-align: center;
    padding: 30px 0 30px;
    border-radius: 15px;
    box-shadow: 3px 3px 4px 0 rgba(93, 93, 93, 0.20);
}
#products #products_info .flex a:nth-child(2){
    background-image: url("../images/seihin_btn_image2.jpg");
}
#products #products_info .flex a:nth-child(3){
    background-image: url("../images/seihin_btn_image3.jpg");
}
#products #products_info .flex p{
    background-color: rgba(0,0,0,.2);
    padding: .2em;
    color: #fff;
    font-size: 20px;
}
#products h2{
    font-size: 20px;
    background-color: #f3e4d6;
    padding: .5em .5em .5em 1em;
    border-left: 5px solid #e29662;
    margin-bottom: 1.5em;
}
.productstyle{
    padding-top: 80px;
    margin-top: -80px;
    padding-bottom: 40px;
}
.productstyle .heading p{
    margin-bottom: 1em;
}
.productstyle .bottom_text{
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 40px;
}
.productstyle .bottom_text li{
    font-size: 15px;
    padding: .2em .6em;
    margin-right: 10px;
    margin-bottom: .5em;
  background-color: #f0d0ab;  
}
.productstyle .bottom_text li span{
    font-size: 14px;
}
.productstyle .product_photo li{
    width: 31%;
    font-size: 13px;
}
/*------company_page------*/

#company #top_content{
    background-color: #f0e6d9;
    background-image: none;
    padding-top: 50px;
    padding-bottom: 50px;
}
#company #top_content > div{
    display:block;
    background-color: #fff;
    max-width: 1200px;
    padding: 30px;
}
#company #top_content .top_text{
    margin-bottom: 1em;
}
#company #top_content .r_content{
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
}
#company #top_content .l_content{
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 0;
}
#company #top_content .btn_style{
    background-color: #FAF4EC;
}
    #company #top_content .under_content {
        max-width: 700px;
        padding: 15px;
        font-size: 16px;
        margin-top: 30px;
    }
#company #top_content .under_content .l_content{
  width: 100%;
    margin: 0;
}
#company #top_content .under_content .r_content{
    width: 180px;
     margin: 0 0 0 10px;
}
#company_profile{
    padding-top: 60px;
    padding-bottom: 70px;
}
#company_history{
    padding-bottom: 60px;
}
.company_info h2{
    text-align: center;
    font-size: 24px;
    margin-bottom: 1em;
}
.company_info table {
    width: 95%;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid #565656;
}
.company_info table .left {
    width: 30%;
}
.company_info table .right {
    width: 70%;
}
.company_info table td {
    padding: 1em .5em;
    border-bottom: 1px solid #565656;
    line-height: 1.4;
}
}

@media screen and (max-width: 520px) {
/*--------サブページ共通--------*/
.main_subvisual{
    background-image: url("../images/sub_header_image2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 50px;
    color: #fff;
    font-size: 22px;
    padding-left: 8%;
    line-height: 1;
}
.main_subvisual span{
    font-size: 15px;
    padding-left: .2em;
    color: #f2dab2;
}
/*------products_page------*/

#products main{
    background-color:#faf8f5;
    padding-top: 30px;
    padding-bottom: 30px;
}
#products #products_info{
    margin-bottom: 40px;
}
#products #products_info .leading{
    text-align: center;
    margin-bottom: 1em;
}
#products #products_info .flex{
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 10px auto;
}
#products #products_info .flex a{
    display: block;
    background-image: url("../images/seihin_btn_image1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 32.5%;
    text-align: center;
    padding: 20px 0 20px;
    border-radius: 15px;
    box-shadow: 3px 3px 4px 0 rgba(93, 93, 93, 0.20);
}
#products #products_info .flex a:nth-child(2){
    background-image: url("../images/seihin_btn_image2.jpg");
}
#products #products_info .flex a:nth-child(3){
    background-image: url("../images/seihin_btn_image3.jpg");
}
#products #products_info .flex p{
    background-color: rgba(0,0,0,.2);
    padding: .2em;
    color: #fff;
    font-size: 16px;
}
#products h2{
    font-size: 18px;
    background-color: #f3e4d6;
    padding: .5em .5em .5em 1em;
    border-left: 5px solid #e29662;
    margin-bottom: 1.2em;
}
.productstyle{
    padding-top: 60px;
    margin-top: -60px;
    padding-bottom: 40px;
}
.productstyle .heading p{
    margin-bottom: .6em;
}
.productstyle .bottom_text{
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 20px;
}
.productstyle .bottom_text li{
    font-size: 15px;
    padding: .2em .6em;
    margin-right: 10px;
    margin-bottom: .5em;
  background-color: #f0d0ab;  
}
.productstyle .bottom_text li span{
    font-size: 14px;
}
    .productstyle .product_photo{
        justify-content: space-between;
    }
.productstyle .product_photo li{
    width: 47%;
    font-size: 13px;
}    
/*------company_page------*/

#company #top_content{
    background-color: #f0e6d9;
    background-image: none;
    padding-top: 25px;
    padding-bottom: 50px;
}
#company #top_content > div{
    background-color: #fff;
    max-width: 1200px;
    padding: 20px;
}
#company #top_content .top_text{
    margin-bottom: 1em;
}
#company #top_content .r_content{
    width: 100%;
    max-width: 500px;
    margin: 20px auto 10px;
}
#company #top_content .l_content{
    width: 100%;
    padding-right: 0;
    max-width: 100%;
}
#company #top_content .btn_style{
    background-color: #FAF4EC;
}
    #company #top_content .under_content {
        max-width: 700px;
        padding: 15px;
        font-size: 16px;
    }
#company #top_content .under_content .l_content{
  width: 100%;
    line-height: 1.4;
}
#company #top_content .under_content .r_content{
    width: 90%;
     margin: 20px auto 5px;
}
#company_profile{
    padding-top: 50px;
    padding-bottom: 70px;
}
#company_history{
    padding-bottom: 60px;
}
.company_info h2{
    text-align: center;
    font-size: 22px;
    margin-bottom: 1em;
}
.company_info table .left {
    width: 28%;
}
.company_info table .right {
    width: 70%;
}
.company_info table td {
    padding: .8em .2em;
    border-bottom: 1px solid #565656;
    line-height: 1.4;
}
    .company_photo{
        padding-bottom: 40px;
    }
    .company_photo .flex{
display: block;
 }
    .company_photo p{
        margin-bottom: 8px;
    }

}