/* メニュー */
.icon-navi {
    padding: 20px 0;
}
.icon-navi .fb {
    float: left;
    width: 40%;
}
.icon-navi .fb img {
    width: 30%;
}
.icon-navi .aichi {
    float: right;
    width: 60%;
}
.icon-navi .aichi img {
    width: 61%;
}
a.link-fb {
    padding: 0 !important;
    text-align: right !important;
    padding-right: 25px !important;
    border:none !important;
}
a.link-aichi {
    padding: 0 !important;
    border:none !important;
}
ul.slimmenu li .sub-toggle {
    background: transparent;
}
ul.slimmenu.collapsed li .sub-toggle {
    width: 100%;
    text-align: right;
    padding-right: 12px;
}
ul.slimmenu>li,
ul.slimmenu>li.has-submenu{
    background: #1e86c6;
    text-indent: 0;
    position: relative;
}
ul.slimmenu .expanded .icon-expand {
    position: absolute;
    right: 12px;
    top: 13px;
    width: 16px;
    height: 14px;
    background-image: url(../images/common/arrow_up.png);
    background-size: cover;
}
ul.slimmenu .icon-expand {
    position: absolute;
    right: 12px;
    top: 13px;
    width: 16px;
    height: 14px;
    background-image: url(../images/common/arrow_down.png);
    background-size: cover;
}

/* 商品詳細カルーセル */
.product .slick-track {
    margin-left: 0 !important;
}
.product .slick-slider .slick-track {
    transform: translate3d(0, 0, 0) !important;
}
/* lightbox画像パス */
.lb-cancel {
  background: url(../images/common/loading.gif) no-repeat;
}
.lb-nav a.lb-prev {
  background: url(../images/common/prev.png) left 48% no-repeat;
}
.lb-nav a.lb-next {
  background: url(../images/common/next.png) right 48% no-repeat;
}
.lb-data .lb-close {
  background: url(../images/common/close.png) top right no-repeat;
}


/* タブレット */
@media screen and (min-width: 500px) and (max-width: 800px)
{
    .menu-collapser img{width:40%; }
    .icon-navi .fb img {
        width: 20%;
    }
    .icon-navi .aichi img {
        width: 45%;
    }
}

#inquiry_form pre {
    font-size: 14px;
}

/* IE対応 */
a.link-image {
    display: block !important;
}
.item-product .image a img {
     width: 185px;
     height: auto;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

/* ログインモーダル */
body.modal-open {
    overflow: hidden;
}
#login-modal {
    display: none;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#login-modal.s-show {
    display: block;
}

#login-modal .modal-bg {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#login-modal .modal-body {
    background-color: #fff;
    position: absolute;
    width: 480px;
    top: 100px;
    left: 50%;
    margin-left: -240px;
    padding: 30px;
}
@media screen and (max-width:480px) {
    #login-modal .modal-body {
        width: 74%;
        left: 50%;
        margin-left: -45%;
        padding: 8%;
    }
}
.btn-login-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #7db1d9;
    display: inline-block;
    width: 32px;
    height: 32px;
}
.btn-login-close span::before,
.btn-login-close span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74%;
    height: 6%;
    margin: -3% 0 0 -37%;
    background: #fff;
}
.btn-login-close span::before {
    transform: rotate(-45deg);
}
.btn-login-close span::after {
    transform: rotate(45deg);
}

.modal-title {
    font-size: 24px;
    text-align: center;
    margin: 10px 0 20px;
}

#login-modal .btn-login {
    width: 100%;
}

/* 在庫リスト */
table.stock-list {
    width: 100%;
}

table.stock-list tr {
    border-bottom: solid 1px #b3b3b3;
}
table.stock-list th {
    line-height: 1.5;
    vertical-align: top;
    width: 50%;
    text-align: left;
    padding: 16px 0 10px 0;
}
table.stock-list td {
    width: 50%;
    text-align: right;
    padding: 10px 0;
}
@media screen and (max-width: 800px)
{
    table.stock-list th {
        font-size: 1.2rem;
    }
    table.stock-list td .btn-gray {
        font-size: 1.2rem;
        line-height: 35px;
    }
}

/* パーツリスト */
.parts-select {
    background-color: #faf8f8;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.parts-select a {
    display: block;
    /*padding: 15px 15px 15px 30px;*/
    padding: 12px 15px 12px 30px;
    position: relative;
    line-height: 1.4;
}
.parts-select a:before {
    content:  "";
    width:  9px;
    height:  14px;
    position: absolute;
    background-image: url("../images/common/pager_next.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 16px;
    left: 15px;
}
table.parts-list {
    width: 100%;
}

table.parts-list tr {
    border-bottom: solid 1px #b3b3b3;
}
table.parts-list th {
    line-height: 1.5;
    vertical-align: top;
    width: 35%;
    text-align: left;
    padding: 16px 0 10px 0;
}
table.parts-list td {
    line-height: 1.5;
    vertical-align: top;
    width: 40%;
    text-align: left;
    padding: 16px 0 10px 0;
}
table.parts-list td.td-dl {
    line-height: 1;
    width: 25%;
    text-align: right;
    padding: 10px 0;
}
table.parts-list td .btn-gray {
    width: 100%;
}
table.parts-list-title tr {
    border-bottom: solid 2px #b3b3b3;
}
table.parts-list-title td, .parts-list-title th {
    font-weight: bold;
    padding-bottom: 16px;
}
@media screen and (max-width: 800px)
{
    table.parts-list th, table.parts-list td {
        font-size: 1.2rem;
        width: 30%;
    }
    table.parts-list td.td-dl {
      width: 40%;
    }
    #movie table.parts-list td.td-dl {
      width: 25%;
    }
    #movie table.parts-list td.td-dl img{
      width: 100%;
    }

    table.parts-list td .btn-gray {
        font-size: 1.2rem;
        line-height: 35px;
    }
}

@media (max-width:500px) {
  table.parts-list td,
  table.parts-list td{
    width: 100%;
    display: block;
  }
  table.parts-list{
    padding-bottom:10px;
  }
}

.d-block {
    display: block;
}

/* 動画ページ */
@media (max-width:500px) {
  #movie table.parts-list th,
  #movie table.parts-list td.td-dl{
    width: 100%;
    display: block;
  }
  #movie table.parts-list td.td-dl div.f-right{
    padding-bottom: 30px;
  }
  #movie iframe {
    min-height: 200px;
    padding-bottom: 20px;
  }
}
