.shoplist-h1-block-wrap {
  position: relative;
  background: url(../img/shop/shopindex-bg.jpg);
  background-position: center right;
  height: 300px;
}

.shoplist-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.shoplist-h1-block .shoplist-h1 {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
.shoplist-h1-block .shoplist-h1 span {
  border: 1px solid #000;
  padding: 10px 50px;
}
.shoplist-h1-block .h1-txt {
  font-size: 16px;
  text-align: center;
  color: #000;
  font-weight: 300;
  margin-top: 60px;
  position: relative;
  z-index: 5;
}
.shoplist-h1-block .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .shoplist-h1-block-wrap {
    height: 250px;
  }

  .shoplist-flex {
    height: 250px;
  }

  .shoplist-h1-block .shoplist-h1 {
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 30px;
  }
  .shoplist-h1-block .shoplist-h1 span {
    border: 1px solid #000;
    padding: 5px 30px;
  }
  .shoplist-h1-block .h1-txt {
    font-size: 14px;
    margin-top: 30px;
  }
}
.shop-categorylist-wrap2 {
  height: 40px;
  background: #fff;
}

.shop-categorylist-wrap.fixed {
  display: flex;
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  overflow: hidden;
}

.shop-categorylist {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  height: 40px;
}
.shop-categorylist li {
  padding: 5px 15px;
}
.shop-categorylist li a {
  display: block;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  transition: all 0.3s;
}
.shop-categorylist li a:hover, .shop-categorylist li a:active, .shop-categorylist li a:focus {
  color: #fff;
  text-decoration: none;
  background: #000;
}
.shop-categorylist li a.active {
  background: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .shop-categorylist {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    display: flex;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .shop-categorylist li {
    padding: 5px 5px;
    white-space: nowrap;
    width: 50%;
  }
  .shop-categorylist li a {
    font-size: 14px;
    width: 100%;
    padding: 5px 30px;
  }
}
.shop-categorylist-wrap3 {
  width: 100%;
}

@media (max-width: 767px) {
  .shop-categorylist-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
  .shop-categorylist-wrap.fixed {
    background: none;
  }
  .shop-categorylist-wrap.fixed .shop-categorylist li a {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .shop-categorylist-wrap.fixed .shop-categorylist li a.active {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .shop-categorylist-wrap3 {
    width: 100%;
  }
}
.shop-categoryitemlist {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.shop-categoryitemlist li {
  padding: 15px;
  margin-top: 30px;
}
.shop-categoryitemlist li a {
  color: #000;
  text-decoration: none;
}
.shop-categoryitemlist li a .scil-img {
  position: relative;
}
.shop-categoryitemlist li a .scil-img img {
  width: 100%;
  height: auto;
  display: block;
}
.shop-categoryitemlist li a .scil-img:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
}
.shop-categoryitemlist li a .scil-img:before {
  content: "Read more  >";
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1em;
  letter-spacing: 0.06em;
  padding: 0.3em 0.6em 0.3em 0.9em;
  border: solid 1px #fff;
  z-index: 3;
}
.shop-categoryitemlist li a:hover .scil-img:after, .shop-categoryitemlist li a:active .scil-img:after, .shop-categoryitemlist li a:focus .scil-img:after {
  opacity: 0;
}
.shop-categoryitemlist li a .scil-name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  padding: 0 15px;
}
.shop-categoryitemlist li a .scil-wtime {
  margin-top: 10px;
  font-size: 14px;
  padding: 0 15px;
}
.shop-categoryitemlist li a .scil-holiday {
  margin-top: 10px;
  font-size: 14px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .shop-categoryitemlist {
    grid-template-columns: 1fr;
  }
  .shop-categoryitemlist li {
    margin-top: 20px;
  }
  .shop-categoryitemlist li a .scil-name {
    font-size: 20px;
  }
  .shop-categoryitemlist li a .scil-wtime {
    font-size: 14px;
  }
  .shop-categoryitemlist li a .scil-holiday {
    font-size: 14px;
  }
}
.sl-cat {
  position: absolute;
  left: 0;
  top: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}
.sl-cat strong {
  border: 1px solid #000;
  font-size: 16px;
  padding: 5px 15px;
  font-weight: normal;
  margin-right: 30px;
  background: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .sl-cat {
    text-align: left;
    position: static;
    margin-top: 0;
  }
  .sl-cat strong {
    font-size: 14px;
  }
}
.sl-cat-sp {
  margin-top: 20px;
}

.shop-piclist {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.shop-piclist li {
  padding: 15px;
}
.shop-piclist li .shop-img,
.shop-piclist li .shop-img2,
.shop-piclist li .shop-img3 {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}
.shop-piclist li .shop-img {
  padding-top: 75%;
}
.shop-piclist li .shop-img2 {
  padding-top: 66.667%;
}
.shop-piclist li .shop-img3 {
  padding-top: 56.25%;
}
.shop-piclist li img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.shop-piclist li span {
  display: block;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .shop-piclist {
    grid-template-columns: 1fr 1fr;
  }
}
.shop-h1-block-wrap {
  position: relative;
}

.shop-h1-block1 {
  background: url(../img/shop-bg.jpg);
  background-size: cover;
  background-position: center center;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.shop-h1-block1 .shop-h1-mainimage {
  max-width: 100%;
  height: auto;
  margin-top: -70px;
}

.shop-h1-block1_full {
  background: url(../img/shop-bg.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-h1-block1_full .shop-h1-mainimage {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .shop-h1-block1 {
    height: 250px;
    overflow: hidden;
  }
  .shop-h1-block1 .shop-h1-mainimage {
    margin-top: 0;
  }
}
.shop-h1-block2 {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 15px 50px 15px;
}
.shop-h1-block2 .shop-h1 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}
.shop-h1-block2 .shop-h1 small {
  font-size: 24px;
  display: block;
  font-weight: 300;
}
.shop-h1-block2 .h1-txt {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .shop-h1-block2 .shop-h1 {
    font-size: 24px;
  }
  .shop-h1-block2 .shop-h1 small {
    font-size: 16px;
  }
  .shop-h1-block2 .h1-txt {
    font-size: 14px;
  }
}
.shop-h2 {
  font-size: 36px;
  font-style: italic;
  padding-bottom: 15px;
  border-bottom: 3px solid #000;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .shop-h2 {
    font-size: 20px;
  }
  .shop-h2 img {
    width: 20px;
    height: auto;
  }
}
.recommended-menu {
  display: grid;
  list-style: none;
  padding-left: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: -30px;
  margin-right: -30px;
  overflow: hidden;
  text-align: center;
}
.recommended-menu > li {
  padding: 0 30px 0 30px;
  margin-top: 30px;
  text-align: left;
}
.recommended-menu .rm-item {
  height: 100%;
  border-bottom: 2px dashed #cfbbb5;
  padding-bottom: 30px;
}
.recommended-menu .rm-name {
  font-size: 16px;
  font-style: italic;
}
.recommended-menu .rm-pic {
  margin-top: 15px;
}
.recommended-menu .rm-pic img {
  max-width: 100%;
  height: auto;
}
.recommended-menu .rm-price {
  font-size: 16px;
  font-style: italic;
  margin-top: 15px;
}
.recommended-menu .rm-txt {
  font-size: 14px;
  margin-top: 15px;
}
.recommended-menu .rm-ing-label {
  margin-top: 15px;
  font-size: 14px;
  font-style: italic;
}
.recommended-menu .rm-ing {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 200;
  font-style: italic;
}

@media (max-width: 767px) {
  .recommended-menu {
    grid-template-columns: 1fr;
    margin-left: -5px;
    margin-right: -5px;
  }
  .recommended-menu > li {
    padding: 0 5px;
  }
  .recommended-menu .rm-pic img {
    width: 100%;
    height: auto;
  }
  .recommended-menu .rm-price {
    font-size: 15px;
  }
  .recommended-menu .rm-txt {
    font-size: 13px;
  }
  .recommended-menu .rm-ing-label {
    font-size: 13px;
  }
}
.sec-recommend {
  background: #f8f2f1;
  padding-bottom: 30px;
}

.rm-iconlist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none;
  padding-left: 0;
  margin-left: -2px;
  margin-right: -2px;
  overflow: hidden;
}
.rm-iconlist > li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e0eed7;
  margin: 2px;
  padding: 5px;
}
.rm-iconlist > li > img {
  max-width: 100%;
  height: auto;
}
.rm-iconlist > li:nth-child(1) > img {
  width: 70%;
}
.rm-iconlist > li:nth-child(2) > img {
  width: 70%;
}
.rm-iconlist > li:nth-child(3) > img {
  width: 70%;
}
.rm-iconlist > li:nth-child(4) > img {
  width: 70%;
}
.rm-iconlist > li:nth-child(5) > img {
  width: 50%;
}
.rm-iconlist > li:nth-child(6) > img {
  width: 95%;
}
.rm-iconlist > li:nth-child(7) > img {
  width: 64%;
}
.rm-iconlist > li:nth-child(8) > img {
  width: 64%;
}
.rm-iconlist > li[aria-disabled=true] {
  background: #f6f6f6;
}
.rm-iconlist > li[aria-disabled=true] > img {
  opacity: 0.3;
}

@media (max-width: 767px) {
  .rm-iconlist > li {
    padding: 3px;
  }
}
.shop-table {
  border-top: 2px solid #b2b2b2;
  width: 100%;
  margin: 0 auto;
}
.shop-table tr th, .shop-table tr td {
  font-size: 14px;
  padding: 10px;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
}
.shop-table tr th {
  background: #faf9f3;
  width: 300px;
}
@media (max-width: 767px) {
  .shop-table tbody {
    display: block;
    width: 100%;
  }
  .shop-table tr {
    display: block;
    width: 100%;
  }
  .shop-table tr th, .shop-table tr td {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 3px 10px;
  }
  .shop-table tr th {
    width: 100%;
  }
  .shop-table tr td {
    padding-bottom: 10px;
  }
}
.shop-map iframe {
  width: 100%;
}

.shop-getdirections {
  border: 1px solid #000;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  padding: 30px 15px;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 1;
  max-width: 560px;
  transition: all 0.3s;
}
.shop-getdirections:hover, .shop-getdirections:active, .shop-getdirections:focus {
  text-decoration: none;
  border: 1px solid #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  color: #000;
}

@media (max-width: 767px) {
  .shop-getdirections {
    font-size: 20px;
    max-width: 80%;
  }
}

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