@charset "UTF-8";

.store-top__heading {
  margin-bottom: 45px;
  background: url(/store/images/main_top.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/store/images/main_top.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/store/images/main_top.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/store/images/main_top.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.store-accordion.accordion:last-child {
  border-bottom: none;
}

.store__info {
  float: left;
}
.store__info p:first-child {
  margin: 0 0 7px;
}
@media print, screen and (max-width: 767px) {
  .store__info {
    float: none;
    text-align: center;
  }
  .store__info p {
    margin-bottom: 25px;
  }
  .store__info p:first-child {
    margin: 0 0 22px;
  }
}

.store__button-group {
  float: right;
  text-align: center;
}

.store__button-group__item {
  display: inline-block;
  margin-left: 26px;
}

.store-news-list {
  padding-top: 5px;
  margin-bottom: 40px;
}
.store-news-list .media-book--dotted {
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
}
.store-news-list .media-book__link {
  min-height: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (max-width: 767px) {
  .store-news-list {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .store-news-list .media-book--dotted {
    border-bottom: none;
  }
  .store-news-list .media-book--dotted:last-child {
    border-bottom: 1px dotted #bbb;
  }
  .store-news-list .media-book__link {
    min-height: auto;
  }

  .store__button-group__item {
    margin-left: 0;
  }
}
/*
	店舗詳細　メインタイトル画像部分
*/
.shop-kobe__heading {
  margin-bottom: 45px;
  background: url(/store/images/main_gds.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.store__text-heading {
  margin: 0 0 24px;
  text-align: center;
  font-size: 2.4rem;
}

@media print, screen and (max-width: 767px) {
  .panel-group .p-slide-content.grid-col3 {
    margin-bottom: 0;
  }

  .store__text-heading {
    margin: 0 0 20px;
    font-size: 1.5rem;
  }
}
.row .store-contact-button__item .button {
  margin: 0;
}
.row .store-contact-button__item .button:first-child {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
  .row .store-contact-button__item .button {
    margin: 0 auto;
  }
}

.store-other-shop {
  padding-bottom: 20px;
}

#info .block-border {
  padding-bottom: 40px;
}

#service .block-border {
  padding-bottom: 25px;
}

@media print, screen and (max-width: 767px) {
  .store-slider-shop .card {
    padding-bottom: 25px;
  }
}
@media print, screen and (max-width: 767px) {
  .price-table-group .table:nth-child(2n) .table__thead {
    display: none;
  }
  .price-table-group .table:nth-child(2n+1) {
    border-bottom: none;
  }
}
.gds-curio__heading {
  margin-bottom: 45px;
  background: url(/store/images/gds/main_curio.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5) 100%), url(/store/images/gds/main_curio.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5) 100%), url(/store/images/gds/main_curio.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5) 100%), url(/store/images/gds/main_curio.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.calender {
  position: relative;
  width: 600px;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0 auto;
}
.calender iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  .calender {
    width: 100%;
    padding-bottom: 100%;
  }
}

.gds-foster__heading {
  margin-bottom: 45px;
  background: url(/store/images/gds/foster/main_foster.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/store/images/gds/foster/main_foster.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/store/images/gds/foster/main_foster.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/store/images/gds/foster/main_foster.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.newfamily-item {
  padding-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  .newfamily-item {
    margin-bottom: 20px;
    border-bottom: 1px dotted #bbb;
  }
  .newfamily-item:last-child {
    border-bottom: none;
  }
}

/*
店舗詳細　メインタイトル画像部分
*/
.shop-kobe__heading {
  margin-bottom: 45px;
	background: url(/store/images/gds/main_gds.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/store/images/gds/main_gds.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/store/images/gds/main_gds.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/store/images/gds/main_gds.jpg);
  -webkit-background-size: cover;
  background-size: cover;
	background-position: center center;
}
.shop-snn__heading {
	margin-bottom: 45px;
  background: url(/store/images/snn/main_snn.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/store/images/snn/main_snn.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/store/images/snn/main_snn.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/store/images/snn/main_snn.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.shop-dky__heading {
  margin-bottom: 45px;
  background: url(/store/images/dky/main_dky.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.shop-tmt__heading {
  margin-bottom: 45px;
  background: url(/store/images/tmt/main_tmt.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.shop-hrk__heading {
  margin-bottom: 45px;
  background: url(/store/images/hrk/main_hrk2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.shop-pnn__heading {
  margin-bottom: 45px;
  background: url(/store/images/pnn/main_pnn.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.shop-jyg__heading {
  margin-bottom: 45px;
  background: url(/store/images/jyg/main_jyg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
