@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
body {
  background: #c38d37;
}

.shop_description {
  color: #fff;
  margin-top: 20px;
}
.shop_description p {
  color: #fff;
}
.shop_description p:not(:last-child) {
  margin-bottom: 10px;
}

p {
  color: #fff;
}

.wp-block-gallery {
  overflow: hidden;
}
.wp-block-gallery .slick-track {
  height: 100%;
}
.wp-block-gallery .wp-block-image {
  height: auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.1);
}
.wp-block-gallery .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wp-block-gallery-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.wp-block-gallery-thumbs .wp-block-image {
  height: auto;
  width: 40px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wp-block-gallery-thumbs .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop_size {
  color: #fff;
  text-align: right;
}
.shop_size .wp-block-table .has-fixed-layout tr:first-child td {
  background: #7e603c;
}
.shop_size .wp-block-table .has-fixed-layout td {
  width: 20%;
}
.shop_size .wp-block-table .has-fixed-layout td:first-child {
  background: #1D2120;
}

.shop_buy {
  background: rgba(8, 55, 143, 0.9);
  position: fixed;
  text-align: center;
  /* 751- */
  /* -750 */
}
@media all and (min-width: 751px) {
  .shop_buy {
    max-width: 750px;
    margin: 0 auto;
    right: 40px;
    top: 18%;
  }
}
@media all and (max-width: 750px) {
  .shop_buy {
    width: 90%;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.shop_buy a {
  padding: 10px;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
  font-size: 27px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .shop_buy a {
    padding: 20px;
  }
}
@media (hover: hover) {
  .shop_buy a:hover {
    background: #fff;
    color: #1D2120;
  }
}
.shop_buy a span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
/*# sourceMappingURL=shop.css.map */