/*
PF上書き用
*/

@media screen and (min-width: 62.5em) {
    header .inner {
        width: auto !important;
        display: block;
    }
}

header .top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header .bottom {
    padding: 1.071em;
    border-top-width: 0px;
    border-top-style: none;
}
.header-top{
    background-color: #efefef;
}
.h-nav{
    display: none;
}
h1.site-title, div.site-title {
    max-width: 190px;
}
#main-visual .flex-control-nav {
    text-align: center;
}


.footer-widget{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: space-between;
    margin-top: 80px;
}
.footer-widget .widget_media_image{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.footer-widget .widget_media_image h3{
    order: 2;
    width: 100%;
    margin-top: 10px;
    font-family: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.footer-widget .widget_media_image a{
    /*order: 1;*/
    width: 100%;
}
.footer-widget .widget_media_image a img{
    width: 100%;
}
.footer-widget .widget_media_image>img{
    width: 100%;
}

@media screen and (min-width: 46.25em){
    .h-nav{
        display: block;
    }

    .h-nav a{
        margin-right: 10px;
    }

    .footer-widget .widget_media_image{
        /*width: 32%;*/
        width: 100%;
    }

}
@media screen and (min-width: 62.5em){
    #main-visual .flex-control-nav {
        width: auto;
        margin: 1.428em 0 2.143em;
    }
    #media_image-3,
    #media_image-4,
    #media_image-5{
        margin-bottom: 10px !important;
    }



        .cat-area .noslider .list {
            float: left;
            width: 18%;
        }

    .cat-area .noslider .list:nth-child( 5n ) {
        margin-right: 0;
    }

    .cat-area .noslider .list:nth-child( 6n ) {
        margin-right: 2.5%;
    }
    .cat-area .noslider .list:nth-child( n+6 ) {
        margin-top: 4%;
    }

}

/* slickの矢印変更 */

.slick-arrow:before{
    content:""!important;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-next:before{
    background: url(./assets/images/arrow-right.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.slick-prev:before{
    background: url(./assets/images/arrow-left.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.slick-arrow{
    z-index:2!important;
    width:30px!important;
    height:30px!important;
}

　.slick-next{
    right:-10px!important;
}

　.slick-prev{
    left:-10px!important;
}

.star-rating {
    position: relative;
    width: 5em;
    height: 1em;
    font-size: 25px;
    margin-top:10px;
    display: inline-block;
}
.star-rating-front {

    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #ffcc33;
    white-space: nowrap;
}
.star-rating-back {
    color: #ccc;

}
.star-link{
    display: inline-block;
}
.star-link a{
    font-size:12px;
    color: #808080;
    text-decoration:underline;
}
.star-link a:hover{

    text-decoration:none;
}


.review-list {
    border: 1px solid #ccc;
    padding: 20px;
    overflow: auto;
    max-height: 400px;
}
.review-list .item {
    border-bottom: 1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:10px;
}
.review-list .item .mark-box {
margin-bottom: 10px;
}
.review-list .item .mark-box .info {
    display: flex;
    align-items: center;
}
.review-list .item .mark-box .info .ttl {
font-weight: bold;
    margin-right: 10px;
}
.review-list .item .mark-box .info .star {
color: #fdaf11;
}
.review-list .item .text {
margin-bottom: 10px;
}
.review-list .item .date {
    text-align: right;
}
.post-review{
    text-align: right;
    text-decoration: underline;
}

.review-form-box .ttl{
    margin-bottom: 30px;
}
.review-form-box form label{
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.review-form-box form label span{
    display: block;
    margin-top: 10px;
}

/*
.common-table{

}
.common-table th{
    padding: 10px;
    border: 1px solid #ccc;
}
.common-table td{
    padding: 10px;
}
*/
.common-table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.common-btn{
    margin-top: 10px;
    text-decoration: none !important;
    display:block;
    background-color: #000;
    color: #fff;
    font-family: FontAwesome;
    font-weight: bold;
    padding: .714286em 2.142856em;
    border: none;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.common-btn:hover{
    color: #fff;
    background-color: rgba( 0, 0, 0, .6 );

}

.common-table th,.common-table td{
    padding: 10px;
    text-align: left;
}
.common-table th {
width: 200px;
}

.common-table tr:nth-child(odd){
    background-color: #eee
}

.content-box{
    margin-top: 40px;
}

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 34px;
    font-weight: bold;
    font-size: 16px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #f5395c;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .qa-list dl {
        position: relative;
        padding: 15px 40px 15px 10px;
    }

    .qa-list dl::before {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }

    .qa-list dl dt {
        padding: 0 0 0 30px;
        font-size: 14px;
    }

    .qa-list dl dt::before {
        font-size: 14px;
        top: 3px;
        left: 5px;
        content: 'Q.';
    }

    .qa-list dl dd::before {
        font-size: 14px;
        top: 5px;
        left: 5px;
        content: 'A.';
    }

    .qa-list dl dd {
        margin: 10px 0 0;
        padding: 0 0 0 30px;
        font-size: 14px;
    }

    .qa-list dl dd p {
        margin: 30px 0 0;
    }

    .qa-list dl dd p:first-child {
        margin-top: 0;
    }

    .common-table {
        display: block;
        width:100%;
    }
    .common-table tbody{
        display: block;
        width: 100%;
    }

    .common-table th{
        width:100%;
    }
    .common-table th,.common-table td,.common-table tr{
        display: block;
        width:100%;
    }



}

select[name=sku-select]{
    width: 100%;
    font-size: 18px;
    border: 2px solid #000000;
    margin-bottom:1.428em;
}

.sort-box{
display: flex;
    flex-wrap: wrap;
}
.item-box{
width: 100%;
    order:2;
}
.box-sku{
width: 100%;
    order:1;
}

.document h2{
    margin-top:40px;
    margin-bottom:20px;
}

.review-form-box form label span.hissu{
    display: inline-block;
    background-color: #cc0000;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    margin-left: 5px;
    padding: 3px;
    line-height: 1em;
}

.product-select{
    background-color: #efefef;
    padding:20px;
    margin-bottom: 20px;
}
.product-select .ttl{
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.wpcf7-form input[type="text"],input[type="email"],input[type="tel"],textarea{
    width: 100%;
    max-width: 500px;
}
.ucart_widget_body>.cat-item{
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.ucart_widget_body .cat-item a{
    display: inline-block;
}

.ucart_widget_body>.cat-item .show-children{
font-size:20px;
    position: absolute;
    right: 0;
    top:0;
    cursor: pointer;
    line-height: 1em;
}
.ucart_widget_body>.cat-item .show-children:hover{
    opacity: 0.5;
}

.product-select .info{
    display: flex;
    align-items: flex-end;
    background-color: #e3e3e3;
    padding: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.product-select .info label:nth-child(1){
    width: 20%;
}
.product-select .info label:nth-child(2){
    width: 30%;
}
.product-select .info label:nth-child(3){
    width: 20%;
}
.product-select .info label:nth-child(4){
    width: 20%;
}
.product-select .info label:nth-child(5){
    width: 10%;
}

.incart .iconbtn img {
    width: 29px
}
.membership .iconbtn img {
    width: 36px;
}

.members-name{
   text-align: right;
    margin-bottom: 10px;
}

.members-name .link{
    text-decoration: underline;
}

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

    .membership .iconbtn img {
        width:36px;
    }
    .membership .iconbtn img {
        height: 30px;
    }

    .incart .iconbtn img {
        width:29px;
    }
    .incart .iconbtn img {
        height: 30px;
    }

    .product-select .info label:nth-child(1){
        width: 40%;
    }
    .product-select .info label:nth-child(2){
        width: 60%;
    }
    .product-select .info label:nth-child(3){
        width: 40%;
    }
    .product-select .info label:nth-child(4){
        width: 40%;
    }
    .product-select .info label:nth-child(5){
        width: 20%;
    }
}


.to_deliveryinfo_button{
    display: none;
}
