@charset "UTF-8";
@media only screen and (max-width: 749px) {
  .l-content-p-tb {
    padding-bottom: 0;
  }
}
/* ------------------------------
- slider
------------------------------ */
.shop__thumbnail {
  border: 1px solid #e8e6df;
}
.thumbnail__item {
  width: 10%;
  border: 1px solid #e8e6df;
}
.thumbnail__item::before {
  width: 100%;
  height: 100%;
  background: #f0801d;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.thumbnail-current::before,
.thumbnail__item:hover::before {
  opacity: .4;
}
@media only screen and (min-width: 750px) {
  .thumbnail__item {
    width: 9%;
    margin-top: 1%;
    border: none;
    cursor: pointer;
  }
  .thumbnail__item:not(:nth-child(10n)) {
    margin-right: 1.1%;
  }
}
/* ------------------------------
-
------------------------------ */
.shop__heading {
  font-size: 20px;
  text-align: center;
  margin-bottom: 8.95522%;
  font-weight: normal;
}
.shop__contentwrap {
  margin-top: 8.95522%;
}
.shop__info__dt {
  border-right: 1px solid #ccc;
}
.shop__map {
  margin-top: 8.95522%;
}
.shop__map__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.shop__map__frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 749px) {
  .shop__content {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 750px) {
  .shop__heading {
    margin-bottom: 50px;
    font-size: 24px;
  }
  .shop__contentwrap {
    margin-top: 80px;
  }
  .shop__content {
    width: 48.5%;
  }
  .shop__map {
    width: 46%;
    margin-top: 0;
    height: 300px;
  }
  .shop__map__frame {
    padding-top: 0;
    height: 100%;
  }
  .shop__btnwrap {
    margin-top: 40px;
  }
}
/* ------------------------------
- shop__virtual
shop__btnwrap_custom
------------------------------ */
@media only screen and (max-width: 749px) {
    .shop__virtualwrap {
        padding: 8.95522% 15px;
        text-align: center;
    }
    .shop__virtualtitlebox {
        width: 100%;
    }

    .shop__virtualtitle {
        font-size: 14px;
        font-weight: bold;
        margin: 0 auto 20px;
        width: 100%;
    }
    .shop__virtualbtn {
        padding: 9.5px;
        width: 80%;
        background: #656565;
        display: inline-block;
        color: #fff;
        border: 1px solid #656565;
    }
    .shop__virtualtext {
        font-size: 13px;
        margin-top: 15px;
    }
    .shop__btnwrap_custom {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 750px) {
    .shop__virtualwrap {
        margin-top: 8.95522%;
        text-align: center;
    }
    .shop__virtualtitlebox {
        width: 100%;
        position: relative;
    }

    .shop__virtualtitle {
        font-size: 16px;
        margin: 0 auto 20px;
        width: 400px;
    }
    .shop__virtualtitle:before,
    .shop__virtualtitle:after {
        content: '';
        position: absolute;
        top: 40%;
        display: inline-block;
        width: calc(50% - 200px);
        height: 1px;
        background-color: #656565;
    }
    .shop__virtualtitle:before {
        left:0;
    }
    .shop__virtualtitle:after {
        right: 0;
    }
    .shop__virtualbtn {
        padding: 9.5px;
        width: 40%;
        background: #656565;
        color: #fff;
        border: 1px solid #656565;
    }
    .shop__virtualbtn:hover {
        background: #fff;
        color: #656565;
        border: 1px solid #656565;
    }
    .shop__virtualtext {
        font-size: 13px;
        margin-top: 15px;
    }
    .shop__btnwrap_custom .shop__btn__contact {
        margin-left: 110px;
    }
}

@media only screen and (min-width: 1000px) {
    .shop__btnwrap_custom .shop__btn__contact {
        margin-left: 145px;
    }
}