@charset "utf-8";

/* LIST
----------------------------------------------------------------------------- */
.products-list{
    
}
.product-list-search{
    background-color:#f0f0f0;
    padding:15px;
    margin-bottom: 30px;
}
.product-list-search ul{
    display: table;
    width:100%;
    table-layout: fixed;
    text-align: right;
}
.product-list-search ul li{
    display: inline;
    vertical-align: middle;
}
.product-list-search .btn-simple{
    height:35px;
    line-height: 35px;
    padding-top:0;
    padding-bottom: 0;
    background-color:#333;
    color: #fff;
}
.product-list-search .btn-submit{
    min-width: 120px;
    height:35px;
    line-height: 35px;
    background-color:#333;
    color: #fff;
}
.product-list-search-detail{
    display: none;
    padding:20px;
}
.product-list-search-detail h2{
    font-size:15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.product-list-search-detail ul{
    text-align: left;
    margin-bottom: 20px;
}
.product-list-search-detail ul li{
    font-size:13px;
    display: inline-block !important;
    width: 20%;
}

@media screen and (max-width:768px){
    .product-list-search{
        padding:10px;
        margin-bottom: 15px;
    }
    .product-list-search ul{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .product-list-search ul li{
        display: block;
        padding-bottom:5px;
        width: 100%;
        text-align: left;
        line-height: 35px;
    }
    .product-list-search ul li.tar{
        width: 50%;
        text-align: center;
    }
    .product-list-search ul select{
        width:100%;
    }
    
    .product-list-search .btn-simple{
        height:35px;
        line-height: 35px;
        padding-top:0;
        padding-bottom: 0;
        width: 95%;
    }
    .product-list-search .btn-submit{
        height:35px;
        line-height: 35px;
        width: 95%;
    }
    .product-list-search-detail{
        display: none;
        padding:20px;
    }
    .product-list-search-detail h2{
        font-size:15px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .product-list-search-detail ul{
        margin-bottom: 20px;
    }
    .product-list-search-detail ul li{
        font-size:13px;
        display: inline-block !important;
        width: 49%;
        line-height: 0;
    }

}


/* DETAIL
----------------------------------------------------------------------------- */

.products-detail{
    padding-bottom:50px;
}

/* TOPエリア */
.products-detail-top{
    width:100%;
    display:table;
    table-layout: fixed;
    padding:0 20px;
}

.products-detail-top-img,
.products-detail-top-txt{
    display: table-cell;
    vertical-align: top;
}

.products-detail-top-img{
    width:40%;
    padding-right: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.products-detail-top-img img{
    width:250px;
    height:auto;
    display:block;
    margin:0 auto 15px;
}

.products-detail-top-img .btn-fav-off,
.products-detail-top-img .btn-fav-on{
    font-size:13px;
    height:30px;
    line-height: 30px;
}

.products-detail-top-txt{
    width:60%;
}
.products-detail-top-txt td img{
    width:40px;
    height:auto;
    vertical-align: middle;
    margin-right: 10px;
}

@media screen and (max-width:768px){
    /* TOPエリア */
    .products-detail-top{
        display:block;
        padding:0 10px;
    }

    .products-detail-top-img,
    .products-detail-top-txt{
        display: block;
    }

    .products-detail-top-img{
        width:100%;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .products-detail-top-img img{
        margin-bottom:10px;
    }
    .products-detail-top-txt{
        width:100%;
    }
    .products-detail-top-txt .tbl-detail th{
        display: table-cell !important;
        width:26% !important;
    }
    .products-detail-top-txt .tbl-detail td{
        display: table-cell !important;
    }
}

/* 価格 */
.products-detail-price{
    padding:0 20px 20px;
}
.products-detail-price-inner{
    border:1px solid #ddd;
    height:500px;
    overflow: scroll;
    padding:20px;
    box-shadow:0px 0px 8px -3px rgba(0,0,0,0.25) inset;
}
.products-detail-price .col .col-2:nth-child(1){
    padding-right: 10px;
}
.products-detail-price .col .col-2:nth-child(2){
    padding-left: 10px;
}

.products-detail-price h2{
    font-size: 18px;
    font-weight: bold;
    padding:0 0 10px;
}
.products-detail-price h2 i{
    margin-right: 5px;
    color:#666;
    font-size: 20px;
}
.products-detail-price h2 span{
    font-weight: normal;
    font-size:14px;
    color:#777;
}

.products-detail-price table{
    width: 100%;
    font-size: 13px;
    margin:0 auto 30px;
}
.products-detail-price table thead th{
    font-weight: bold;
    padding: 5px 10px;
    text-align: left;
}
.products-detail-price table tr{
    border-bottom: 1px solid #eee;
}
.products-detail-price table td{
    padding:5px 10px;
    vertical-align: top;
}
.products-detail-price table .is-price{
    font-size:18px;
    font-weight: bold;
    width: 100px;
    color:#b12700
}
.products-detail-price table .is-status span{
    font-weight: bold;
    font-size:14px;
    display: block;
    margin:0 0 5px;
}
.products-detail-price table .is-deliver{
    font-size: 11px;
}
.products-detail-price table .btn-cart{
    height:30px;
    line-height:30px;
    float:right;
    font-size: 12px;
    width:160px;
    padding:0 15px;
    margin:0;
}

/*
.products-detail-price ul{
    
}
.products-detail-price ul li{
    display: table;
    width:100%;
    border-bottom: 1px solid #ddd;
    padding:10px;
    clear: both;
}
.products-detail-price ul li strong,
.products-detail-price ul li p{
    display: table-cell;
    vertical-align: middle;
}
.products-detail-price ul li strong{
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    color:#b12700;
}
.products-detail-price ul li p{
    font-size: 12px;
    color:#999;
}
.products-detail-price ul li .btn-cart{
    height:30px;
    line-height:30px;
    float:right;
    font-size: 12px;
    width:160px;
    padding:0 15px;
}
*/
@media screen and (max-width:768px){
    .products-detail-price{
        padding:0 10px 10px;
    }
    .products-detail-price-inner{
        padding:20px 10px;
    }
    .products-detail-price .col .col-2:nth-child(1){
        padding-right: 0;
    }
    .products-detail-price .col .col-2:nth-child(2){
        padding-left: 0;
    }

    .products-detail-price h2{
        font-size: 16px;
        padding:0 0 5px;
    }
    .products-detail-price h2 i{
        font-size: 16px;
    }
    .products-detail-price h2 span{
        font-size:12px;
    }
    .products-detail-price ul li{
        padding:5px;
    }
    .products-detail-price ul li strong{
        font-size: 15px;
        width: 85px;
    }
    .products-detail-price ul li p{
        font-size: 12px;
        color:#999;
    }
    .products-detail-price ul li .btn-cart{
        margin:0;
        font-size: 12px;
        width:140px;
        padding:0 10px;
    }
    
    /* 20201007 murakami add start */
    .products-detail-price table thead{
        display:none;
    }
    .products-detail-price table td{
        display:block !important;
        width:100% !important;
    }
    .products-detail-price table td.is-btn{
        text-align:center !important;
    }
    .products-detail-price table .btn-cart{
        float:none;
        margin:0 auto 10px;
    }
    /* 20201007 murakami add end */
}

/* 説明文 */
.products-detail-txt{
    margin:0 auto 30px;
    padding:0 50px;
    font-size:14px;
}
@media screen and (max-width:768px){
    .products-detail-txt{
        margin:0 auto 20px;
        padding:0 25px;
        font-size:14px;
    }
}

.price-info{
    width:100%;
    color: #eee;
    background-color: #333;
    border-radius: 6px 6px 0 0;
    text-align:center;
}

/* ギャラリー */
.products-detail-gallery{
    margin:0 auto 30px;
    padding:20px;
    background-color:#222;
}
.products-detail-gallery-inner{
    max-width:200px;
    margin:0 auto;
    
}
.fotorama__wrap{
    margin:0 auto;
} 
@media screen and (max-width:768px){
    .products-detail-gallery{
        margin:0 auto 15px;
        padding:15px;
    }
}

/* オススメ */
.products-detail-recommend{
    margin:0 auto 30px;
    padding: 0 20px;
}
.products-detail-recommend ul li a{
    text-decoration:none;
    font-size: 13px;
    font-weight: bold;
}
.products-detail-recommend ul li a img{
    width: 100%;
    max-width: 147px !important;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}
@media screen and (max-width:768px){
    .products-detail-recommend{
        margin:0 auto 10px;
        padding: 0;
    }
    .products-detail-recommend ul li a{
        font-size: 12px;
    }
}

/* レビュー */
.products-detail-review{
    margin:0 auto 30px;
    padding: 0 20px;
}
.products-detail-review-box{
    border:1px solid #ddd;
    padding:15px;
    height:500px;
    overflow-y:scroll;
    box-shadow:0px 0px 8px -3px rgba(0,0,0,0.25) inset;
}
.products-detail-review-box ul{
    
}
.products-detail-review-box ul li{
    border-bottom:1px dotted #ddd;
    padding:15px;
}
.products-detail-review-box-ttl{
    font-size:16px;
    font-weight:bold;
    margin:0 0 10px;
}
.products-detail-review-box-ttl span{
    font-size:14px;
    font-weight: normal;
    color:#aaa;
    padding-left:10px;
}
.products-detail-review-box-ttl .fc-yellow{
    font-size:18px !important;
    padding-right: 10px;
}
.products-detail-review-box-txt{
    padding:0 15px 15px;
    font-size: 14px;
}
@media screen and (max-width:768px){
    .products-detail-review{
        margin:0 auto 20px;
        padding: 0 10px;
    }
    .products-detail-review-box{
        padding:10px;
        height:300px;
    }
    .products-detail-review-box ul li{
        padding:10px;
    }
    .products-detail-review-box-ttl{
        font-size:13px;
        margin:0 0 5px;
    }
    .products-detail-review-box-ttl span{
        font-size:10px;
        padding-left:5px;
    }
    .products-detail-review-box-ttl .fc-yellow{
        font-size:15px !important;
        padding-right: 5px;
    }
    .products-detail-review-box-txt{
        padding:0 0 10px;
        font-size: 13px;
    }
}

.course-item a:hover {
      opacity: 0.8;
    }

.course-item a img {
      width: 100%;
    }

.modal-img {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.8);
      display: none;
    }

.bigimg {
      position: absolute;
      width: 70%;
      max-width: 600px;
      top: 150px;
      left: 0;
      right: 0;
      margin-right: auto;
      margin-left: auto;
    }

.close-btn {
      color: #fff;
      font-size: 40px;
      position: absolute;
      right: 35%;
      top: 10%;
    }

.close-btn a {
      color: #fff;
      text-decoration: none;
    }
    
.image-list{
    display:flex;
    align-items: center;
    justify-content: center;
}
.image-list>div{
    width:30%;
}
@media screen and (max-width:768px){
    .image-list{
        display:flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}    