@charset "UTF-8";
.section-slider-top {
  position: fixed;
  top: 0;
  left: 0;
  height: 700px;
  width: 100%;
  z-index: -10;
}

.section-slider-top li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 700px;
}

.section-slider-top li:nth-child(1) {
  background-image: url("../img/slide1.jpg");
}

/*.section-slider-top li:nth-child(2) {
  background-image: url("../img/slide2.jpg");
}*/

.section-slider-catch {
  position: relative;
  margin-top: 700px;
}

.section-slider-catch .prev-bx-top, .section-slider-catch .next-bx-top {
  position: absolute;
  top: -380px;
}

.section-slider-catch .prev-bx-top a, .section-slider-catch .next-bx-top a {
  color: #FFF;
  text-decoration: none;
  background-color: #666;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 38px;
  padding-bottom: 2px;
}

.section-slider-catch .prev-bx-top a:before, .section-slider-catch .next-bx-top a:before {
  line-height: 45px;
}

.section-slider-catch .prev-bx-top {
  left: 0;
}

.section-slider-catch .prev-bx-top a {
  border-radius: 0 5px 5px 0;
}

.section-slider-catch .prev-bx-top a:before {
  font-family: FontAwesome;
  content: "";
}

.section-slider-catch .next-bx-top {
  right: 0;
}

.section-slider-catch .next-bx-top a {
  border-radius: 5px 0 0 5px;
}

.section-slider-catch .next-bx-top a:before {
  font-family: FontAwesome;
  content: "";
}

.wrappr-slide-catch {
  position: relative;
}

.wrappr-slide-catch .title-catch-top {
  position: absolute;
  top: -380px;
  left: 30px;
}

.section-intro {
  padding-top: 20px;
  padding-bottom: 20px;
}

.area-shop-news {
  padding-top: 12px;
}

.article-shop .title-large {
  margin-bottom: 24px;
}

.article-shop .lead-medium {
  margin-bottom: 20px;
}

.section-news {
  padding-top: 45px;
  padding-bottom: 45px;
}

.section-news .item-mews {
  display: block;
  color: #111;
  text-decoration: none;
  max-width: 283.5px;
}

.section-news .meta-news {
  margin-top: 8px;
  margin-bottom: 8px;
}

.section-news .text-date {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
}

.section-news .owl-nav {
  text-align: right;
  margin-top: 12px;
  margin-bottom: 12px;
}

.section-news .owl-nav .owl-prev {
  display: inline-block;
  border: 1px solid #111;
  text-align: center;
  width: 40px;
  line-height: 36px;
  padding-bottom: 4px;
  font-size: 25px;
}

.section-news .owl-nav .owl-next {
  display: inline-block;
  border: 1px solid #111;
  text-align: center;
  width: 40px;
  line-height: 36px;
  padding-bottom: 4px;
  font-size: 25px;
  margin-left: -1px;
}

.section-news .shop-footer {
  margin-top: 12px;
  margin-bottom: 12px;
}

.section-news .col-news-footer {
  margin-top: 20px;
}

.section-news .link-news-icon {
  color: #111;
  display: inline-block;
  border-bottom: 1px solid #111;
  text-decoration: none;
  padding-right: 0.3em;
}

.section-news .link-news-icon:hover {
  border-bottom: none;
}

.section-news .link-news-icon:before {
  font-family: FontAwesome;
  content: "";
  margin-left: 0.5em;
  margin-right: 0.3em;
}

.button-shop-footer {
  background-color: #AAA;
}

.button-shop-footer:hover {
  background-color: #9d9d9d;
}

@media only screen and (max-width: 740px){
  .section-slider-top{
    height: 290px;
  }
  .section-slider-top li{
    height: 290px;
    background-position: center bottom;
  }
  .section-slider-catch{
    margin-top: 290px;
  }
  .section-slider-catch .prev-bx-top, .section-slider-catch .next-bx-top{
    top: -165px;
    display: none;
  }
  .wrappr-slide-catch .title-catch-top{
    top: -65px;
    left: 12px;
    width: 220px;
  }
  .section-intro{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .area-shop-news{
    margin-bottom: 6px;
  }
  .row-intro .col-logo-intro{
    width: 150px;
    margin: auto;
    margin-bottom: 12px;
  }
  .article-shop .header-shopname{
    margin-bottom: 10px;
  }
  .article-shop .col-photo{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .article-shop .title-large{
    margin-bottom: 18px;
  }
  .article-shop .shop-footer{
    text-align: center;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .section-news .col-news{
    margin-bottom: 40px;
  }
  .section-news .col-news:last-child{
    margin-bottom: 0;
  }
  #shop-list .bg-minor{
    padding-top: 24px;
  }

  .carousel.carousel-single{
    max-width: 48%;
  }
  
}

  .carousel.carousel-single img{
    vertical-align: bottom;
  }

@media print, screen and (min-width: 741px){
  .section-slider-top, .section-slider-top li {
    width: 1240px;
    max-width: 100%;
  }
  .section-intro .col-content{
    margin-top: 12px;
  }
  .area-shop-news{
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .area-shop-news .row-shop-news{
    padding-left: 180px;
    padding-right: 180px;
  }
  .area-shop-news .col-shop-news-list{
    width: 615px;
  }
  .row-intro{
    padding-left: 180px;
    padding-right: 180px;
  }
  .header-section.shop-list{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .article-shop .col-photo{
    width: 553px;
  }
  .article-shop .col-content{
    width: 580px;
  }
  .carousel.carousel-single{
    width: 270px;
  }
}

/* 年末年始休業案内 */
.close-info-area {
  width: 830px;
  margin: -10px auto 0;
}
.newyearholiday {
  width: 100%;
  padding: 10px 40px; 
  margin-left: auto;
  margin-right: auto;
  border: dotted 1px #444;
}
.newyearholiday p {
  margin-bottom: 0;
}
@media print, screen and (max-width: 740px) {
  .close-info-area {
    width: 93%;
    padding: 0;
    margin: -20px auto 0;
  }
  .newyearholiday {
    width: 94%;
    padding: 10px;
  }
}

/*休業案内*/
.allshop-holiday dl dt {
  float: left;
  width: 130px;
  text-align: left;
}
.allshop-holiday dl dd {
  text-align: left;
  margin-left: 123px;
  width: 700px;
}
.newyearholiday .allshop-holiday {
  width: 820px;
  margin: 10px auto 0;
  font-weight: bolder;
}
.allshop-holiday dl {
  border-bottom: 1px dotted #ccc;
  padding: 7px 5px 5px;
}
.allshop-holiday dl:first-child {
  border-top: 1px dotted #ccc;
}
.fw-normal {
  font-weight: normal;
}
@media print,screen and (max-width: 740px) {
  .newyearholiday .allshop-holiday {
    width: 100%;
  }
  .allshop-holiday dl {
    padding-left: 3px;
    line-height: 1.4;
  }
  .allshop-holiday dl dt {
    width: 110px;
  }
  .allshop-holiday dl dd {
    margin-left: 0;
    width: 100%;
  }
  .allshop-holiday dl dd span {
    font-size: 11px;
  }
}

/*SPナビの隙間調整 - 20231117*/
@media only screen and (max-width: 740px) {
  header#header .nav-sp.nav-top {
    margin-top: 4px;
  }
}

/*おすすめ特集日付削除に伴う調整 - 20231117*/
.recommend {
  margin-top: 10px;
}
.recommend .title.title-news {
  margin-bottom: 10px;
}
.owl-item {
  height: 290px;
}

/*# sourceMappingURL=page_top.css.map */
