@charset "UTF-8";
/* CSS Document */

.contents .mainvisual{
    width: 100%;
    text-align: center;
}
.contents .mainvisual img{
    margin: 0 auto;
}

.contents .page-title{
    width: 100%;
    max-width: 960px;
    margin: 20px auto;
}
.contents .page-title h2{
    font-size: 36px;
    margin-bottom: 20px;
}
.contents .page-title p{
    font-size: 14px;
}
.contents .page-title ul.post-categories{
}
.contents .page-title ul.post-categories li{
    display: inline-block;
}
.contents .page-title ul.post-categories li a{
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 2px 4px;
    font-size: 12px;
    margin: 0 2px;
}
.main-contents{
    width:100%;
    max-width: 960px;
    margin: 0 auto;
}

.page-contents{margin:20px 0;}

@media (max-width: 640px) {
    
    .contents .page-title{
        width: 96%;
        max-width: 96%;
        margin: 20px auto;
    }
    .contents .page-title h2{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .contents .page-title p{
        font-size: 12px;
    }
    
    .main-contents{
        width:100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .page-contents{margin:20px 5%;}

}



/***********************************************************************************************************************
******商品一覧
******
************************************************************************************************************************/
.item-list{
    width:100%;
    text-align: left;
    margin: 60px auto;
}
.item-list .it-box{
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 0 1% 40px;
    position: relative;
}
.it-box img{
    width: 100%;
    height: auto;
}
.item-list .it-box .label{
    position: absolute;
    width: 36px;
    left: 15px;
    top: -15px;
    z-index: 1000;
}
/*.item-list .it-box .product{
    position: relative;
    width: 100%;
}
.item-list .it-box .product:before{
    content:"";
    display: block;
    padding-top: 75%;
}
.item-list .it-box .image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.item-list .it-box .image img{
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.item-list .it-box .category{
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 10;
}
.item-list .it-box .category span{
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 2px 4px;
    font-size: 12px;
    margin: 0 2px;
}*/
.item-list .it-box .title{
    font-size: 16px;
    text-align: left;
    margin: 10px auto;
}
.item-list .it-box .price{
    text-align: right;
    color: #BC1421;
    font-weight: bold;
    font-size: 18px;
}
.item-list .it-box .price small{
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

@media (max-width: 640px) {
    
    .item-list{
        margin: 40px auto;
    }
    .item-list .it-box{
        width: 96%;
        margin: 20px 2%;
    }
    .item-list .it-box .image img{
        width: 100%;
        height: auto;
        /*max-width: inherit;*/
    }
    .item-list .it-box .category{
        position: relative;
        bottom: 0;
        left: 0;
        text-align: left;
        margin: 10px auto;
    }
    .item-list .it-box .category span{
        font-size: 10px;
    }
    .item-list .it-box .title{
        margin: 20px auto;
    }

}



/***********************************************************************************************************************
******商品個別
******
************************************************************************************************************************/


.item-detail{
    width:100%;
    text-align: left;
    margin: 60px auto;
}

.product-main .p-imagephoto{
    width: 48%;
    float: left;
}
.product-main .p-imagephoto img{
    width: 100%;
}
#p-image-slide{
    width: 100%;
}
#nvs{  
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
#nvs a{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    box-sizing: border-box;
}
#nvs a.active{opacity: 0.6;}

.product-main .p-description{
    width: 50%;
    float: right;
}
.p-description h3{
    font-size: 24px;
    font-weight: bold;
}
.p-description .price{
    color: #BC1421;
    font-weight: bold;
    font-size: 18px;
    margin: 20px auto;
}
.p-description .price small{
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.p-description span{
    font-size: 14px;
    line-height: 1.4;
    margin: 10px auto;
    display: block;
}

.p-description table{
    margin: 20px auto;
}
.p-description table tr{
    width:100%;
    font-size: 14px;
}
.p-description table th{
    width: 40%;
    text-align: center;
    vertical-align: top;
    font-weight: normal;
    padding: 18px 10px 0 0;
    box-sizing: border-box;
}
.p-description table td{
    width: 60%;
    padding: 10px 0;
    box-sizing: border-box;
}

.cart-button{
    background: #eaeaea;
    text-align: center;
    padding: 10px 0;
}
.cart-button p{
    display: inline-block;
}
.cart-button .slct{
    width: 200px;
}
.cart-button .slct span{
    display: inline-block;
    vertical-align: middle;
    margin: -4px 4px 0;
}
.cart-button .tocartbtn{
    background: url(../images/common/btn_cart.jpg) no-repeat center;
    background-size:100% auto;
    text-indent: 9999px;
    width: 200px;
    height: 45px;
}
.p-description textarea {
    -webkit-appearance: none;
    width: 200px;
    height: 100px;
    line-height: 1.4;
    box-sizing: border-box;
}

.p-description label {
    position: relative;
    display: block;
    width: 200px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
}
.cart-button label {
    width: 50px;
}
.p-description label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #000;
}
.p-description select {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 200px;
    padding: 0.5em 1em;
    color: #000;
    border: none;
    border-radius: 5px;
    background: transparent;
}
::-ms-expand {
    display: none;
}

.product-sub{
    clear: both;
    width: 100%;
    padding: 40px 0;
    font-size: 14px;
    line-height: 1.4;
}
.product-sub h3.sub-title {
    text-align: center;
    margin: 40px auto;
    font-size: 24px;
    clear: both;
    position: relative;
    padding-top: 60px;
}
.product-sub h3.title-point{
    background: url(../images/under/ico-point.png) no-repeat top center;
    background-size: 40px auto;
}
.product-sub h3.title-customer{
    background: url(../images/under/ico-comment.png) no-repeat top center;
    background-size: 40px auto;
}
.product-sub h3.title-flow{
    background: url(../images/under/ico-flow.png) no-repeat top center;
    background-size: 40px auto;
}
.product-sub h3.sub-title  span{
    direction: inline;
    border-bottom:#000 solid 1px;
    padding-bottom: 10px;
}
.product-sub table{
    margin: 20px auto;
    border-top:1px solid #eee;
}
.product-sub table tr{
    border-bottom:1px solid #eee;
}
.product-sub table th{
    width: 120px;
    text-align: center;
    vertical-align: top;
    font-weight: normal;
    padding: 15px 0px;
    box-sizing: border-box;
}
.product-sub table td{
    width: 320px;
    padding: 15px 0px;
    vertical-align: top;
    box-sizing: border-box;
}

.recomemnd-comment{
    
}
.recomemnd-comment p{
    margin: 10px auto;
}
.photo-text{
    width: 100%;
    margin: 20px auto;
}
.photo-text .image{
    width: 30%;
    float: left;
}
.photo-text .image img{
    width: 100%;
}
.photo-text .text{
    width: 65%;
    float: right;
}
.review{
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}
.review .rv-box{
    width: 30%;
    margin: 0 1%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}
.review .rv-box img{
    width: 100%;
}
.review .rv-box h3{
    font-size: 18px;
    margin-bottom:20px;
}
.review .rv-box .continue{
    text-decoration: underline;
    margin: 10px auto;
}


/* ページャー */
.pager{
    margin: 30px auto 0;
}
.pager-inner{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.pager-inner span.current{
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #000;
    color: #fff;
    border: #000 solid 1px;
    display: inline-block;
    margin: 0 0.5% 8px;
}
.pager-inner a{
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border: #000 solid 1px;
    display: inline-block;
    margin: 0 0.5% 8px;
}
.pager-inner a:hover{
    background: #000;
    color: #fff;
}


@media (max-width: 640px) {
    
    .item-detail{
        width:100%;
        text-align: left;
        margin: 40px auto;
    }

    .product-main .p-imagephoto{
        width: 96%;
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }

    .product-main .p-description{
        width: 96%;
        margin: 0 auto;
        float: none;
    }
    .p-description h3{
        font-size: 22px;
    }
    .p-description .price{
        font-size: 16px;
    }
    .p-description span{
        font-size: 14px;
        line-height: 1.4;
        margin: 10px auto;
        display: block;
    }

    .cart-button{
        padding: 20px 0;
    }
    .cart-button .slct{
        width: 200px;
        margin-bottom: 20px;
    }
    .cart-button .tocartbtn{
        background: url(../images/common/btn_cart.jpg) no-repeat center;
        background-size:100% auto;
        text-indent: 9999px;
        width: 200px;
        height: 45px;
    }

    .product-sub{
        clear: both;
        width: 92%;
        margin: 0 auto;
        padding: 40px 0;
    }
    .product-sub table{
        width: 100%;
        margin: 10px auto;
    }
    .product-sub table th{
        width: 25%;
        text-align: left;
    }
    .product-sub table td{
        width: 75%;
    }
    .review{
        width: 100%;
        text-align: center;
        margin-bottom: 80px;
    }
    .review .rv-box{
        width: 100%;
        margin: 0 0 20px;
        vertical-align: top;
        display: block;
        text-align: left;
    }
    .review .rv-box .image{
        width:30%; 
        float: left;
    }
    .review .rv-box .text{
        width:65%; 
        float: right;
    }
    .review .rv-box h3{
        font-size: 16px;
        margin-bottom:10px;
        text-align: left;
    }
    .review .rv-box .continue{
        clear: both;
    }

}


.box.last{margin-right:0 !important;}
.shadow{box-shadow: 0 0 5px 3px #dbdada;}
.btn a{display:block;}
p a.blue{display:inline-block; color:#5794bb; text-decoration:underline;}
.margin10{margin:10px auto !important;}
.margin20{margin:20px auto;}
.margin30{margin:30px auto;}
.page_content .main_content{margin-bottom:100px;}
p.w500{width:500px;}

.bread{width:960px; margin:10px auto; text-align:left;}
.bread span{display:inline-block; margin-right:10px; vertical-align:bottom; font-size:14px;}
.bread span a{display:inline-block;}

@media (max-width: 640px) {
br.pc{display:none;}
.shadow{box-shadow:none; border:#dbdada solid 1px;}
.onlypc{display:none;}
.box.w100{width:92% !important;}
p.w500{width:92%;}
.bread{display:none;}
}
.first{margin:50px auto;}
.first .main_title{}
.first .main_img{margin:30px auto;}
.first .main_txt{font-size:20px; line-height:1.4;}
.onlypc{line-height:1.4;}

.separate_column{margin:60px auto 0; padding-bottom:30px;}
.title_pat1{background:url(../images/BG_title_pt1.jpg) repeat-x; height:70px; line-height:70px; text-align:center; font-size:18px; margin-bottom:30px;
font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","Times New Roman","游明朝",YuMincho,"メイリオ",Meiryo,"ＭＳ Ｐ明朝","MS PMincho",serif; font-weight:400;}
.title_pat2{background:url(../images/BG_title_pt2.jpg) repeat-x; height:70px; line-height:70px; text-align:center; font-size:18px; margin:60px auto 30px;
font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","Times New Roman","游明朝",YuMincho,"メイリオ",Meiryo,"ＭＳ Ｐ明朝","MS PMincho",serif; font-weight:400;}
.title_pat2 h2{color:#fff; font-size:36px; text-align:left; padding:0 20px; position:relative; letter-spacing:0.1em;}
.title_pat2 h2 span{color:#65591a; font-size:24px; position:absolute; right:20px; font-weight:400;}

.gray_column{width:90%; margin:40px auto 0;}
.gray_column h3{background:#e0e0e0; width:100%; box-sizing:border-box; padding:20px; margin-bottom:30px;}
.gray_column p.btn{padding:30px 0 0; text-align:center;}

.separate_column .three_column{width:90%; margin:0 auto;}
.mb30{margin-bottom:30px !important;}
.mt30{margin-top:30px !important;}

@media (max-width: 640px) {
.first {margin:30px auto;}
.first .main_txt{font-size:14px; line-height:1.4; text-align:left;}
.three_column .box{display:block; margin-right:0; width:100%; margin-bottom:30px;}
.three_column .box h3{font-size:14px; line-height:1.4; margin:10px auto;}
.two_column .box{display:inline-block; width:45%; margin-bottom:20px;}
.two_column.ver2 .box{display:block; width:100%; text-align:left; margin-bottom:20px;}
.two_column.ver2 .box img.sp{width:45%; display:inline-block; vertical-align:top;}
.two_column.ver2 .box p{font-size:14px; line-height:1.2; margin:0 auto; width:53%; display:inline-block;}
.four_point{margin:30px auto;}
.four_point .circle_box{margin:20px auto;}
.circle_box .title{margin:0 auto 20px;}
.four_point .circle_box .title{display:block; vertical-align:top; width:100%; margin-bottom:20px;}
.four_point .circle_box .disc{display:block; vertical-align:top; width:100%; font-size:14px; line-height:1.2;}
.separate_column{margin:40px auto 0; padding-bottom:20px;}
.separate_column p{width:98%; margin:0 auto; font-size:11px;}
.separate_column .three_column{width:96%;}
.separate_column .three_column img{width:60%; margin:0 auto 10px;}
.gray_column{width:90%; margin:20px auto 0;}
.gray_column h3{padding:10px; margin-bottom:20px;}
.gray_column p.btn{padding:0; text-align:center;}

.one_column p{font-size:14px; line-height:1.2;}
.two_column .box span.cap{font-size:12px;}

.title_pat1{background:url(../images/sp/BG_title_pt1_sp.jpg) repeat-x; background-size:auto 40px; margin-bottom:20px; line-height:40px; height:40px;}
.title_pat2{background:url(../images/sp/BG_title_pt2_sp.jpg) repeat-x; background-size:auto 40px; margin:40px auto 20px; line-height:40px; height:40px;}
.title_pat2 h2{font-size:18px; padding:0 10px;}
.title_pat2 h2 span{display:none;}

#decoration p.margin30{margin:0 auto 20px; font-size:14px; line-height:1.4; width:92%;}
.gray_column p.drop{margin-top:20px;}
}


/**********************************************
******下層ページ（オーダーガイド）
******GUIDE
************************************************/

.ankerlink{width:960px; text-align:center; margin:0 auto;}
.ankerlink li{ display:inline-block; width:35%; margin:0 2% 2% 0;}
.ankerlink li:nth-child(even){margin:0 0 2% 0;}
.ankerlink li a{border:#000 solid 1px; display:block; background:url(../images/icon_tab.jpg) no-repeat left 10px center; line-height:60px;}

.grayback{background:#f6f6f6;}
#guideline1{padding:20px 0 40px 0;}
#guideline1 h2{margin-bottom:70px;}
.guidestyle{width:960px; margin:60px auto; position:relative;}
.guidestyle .gray_column h3{margin-top:30px; clear:both;}
.guidestyle .gray_column h5{margin:20px auto;}
.guidestyle .gray_column p{line-height:1.4;}
.guidestyle .gray_column table{width:380px; margin:20px auto; border:#000 solid 1px; line-height:2;}
.guidestyle .gray_column table caption{background:#000; color:#fff; font-weight:bold;}
.guidestyle .gray_column table tr{border-top:#000 1px solid;}
.guidestyle .gray_column table th{border-right:#000 solid 1px; width:240px;}
.guidestyle .gray_column table td{text-align:center;}
.guidestyle .gray_column .guideicon{float:left; margin-right:30px;}
.guidestyle .gray_column .guidetxt{float:left; width:700px;}

p.cregit{width:510px; margin:30px auto;}
.flow{width:740px; margin:60px auto 0;}
.flow .box{clear:both; margin-bottom:40px;}
.flow .box.last{padding-left:100px;}
.flow .box .flowicon{float:left; margin-right:30px; padding-bottom:20px;}
.flow .box .flowicon2{float:left; margin-right:30px; padding-bottom:80px;}
.flow .box h3{font-size:18px; margin-bottom:20px;}
.flow .box  p{line-height:1.2; margin-bottom:10px;}
.flow .box  p.border{border:#000 solid 1px; padding:10px; display:inline-block;}
.flow .box  p.btn a{background:#000; color:#fff; display:inline-block; padding:10px 20px;}
.fukidashi{display:inline-block; vertical-align:top; margin-left:20px;}

.page404{margin: 40px 0;}
.page404 p{line-height: 2;}
.page404 p a{text-decoration: underline;}
.page404 p a:hover{text-decoration:none;}

@media (max-width: 640px) {
.ankerlink{width:96%;}
.ankerlink li{ display:block; width:100%; margin:0 0 2% 0;}
.ankerlink li:nth-child(even){margin:0 0 2% 0;}
.ankerlink li a{line-height:40px; text-align:left; padding-left:15%;}
	
#guideline1{padding:40px 0 20px;}
#guideline1 h2{margin-bottom:30px;}
.guidestyle{width:96%; margin:30px auto;}
.guidestyle .gray_column h5{font-size:14px;}
.guidestyle .gray_column p{line-height:1.4;}
.guidestyle .gray_column p.tac{text-align:left;}
.guidestyle .gray_column table{width:96%; margin:20px auto; font-size:14px;}
.guidestyle .gray_column table th{width:60%; font-weight:normal;}
.guidestyle .gray_column .guideicon{margin-right:20px; width:40px;}
.guidestyle .gray_column .guidetxt{width:74%; font-size:14px;}
.guidestyle.separate_column p{font-size:14px;}

p.cregit{width:98%; margin:10px auto;}
.flow{width:100%; margin:20px auto 0;}
.flow .box{clear:both; margin-bottom:30px;}
.flow .box.last{padding-left:0;}
.flow .box .flowicon{float:left; margin-right:20px; padding-bottom:20px; width:40px;}
.flow .box .flowicon2{float:left; margin-right:20px; padding-bottom:20px; width:40px;}
.flow .box h3{margin:0; padding:10px 0; font-size:16px;}
.flow .box  p{clear:both; font-size:14px;line-height:1.4;}
.flow .box  p.border{padding:10px; display:inline-block;}
.flow .box  p.btn{text-align:center;}
.flow .box  p.btn a{display:block;  font-size:14px;}
.fukidashi{display:inline-block; width:68%; margin-left:2%;}
img.inlineimg{display:inline-block; width:120px;}
}