@charset "UTF-8";
/* shop */
.shop {
  width: 100%;
  background-color: #ebebeb;
  background-image: url("../img/lacquerware_side.png"), url("../img/lacquerware_side.png"); /* 右側の画像 */
  background-repeat: no-repeat, no-repeat;
  background-position: left 13px top 2px, right 8px top 2px;
}
.shop__wrap {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 95px;
}
.shop__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 30px;
  font-style: normal;
  text-align: center;
  margin-bottom: 39px;
  letter-spacing: 0.03em;
  text-shadow: 2px 1px 2px #aaa;
}
.shop__box {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.shop__box-wrap {
  width: calc(100% - 134px);
  padding: 40px 0 313px;
  margin: 0 auto;
}
.shop__search {
  text-align: center;
}
.shop__search-btn {
  cursor: pointer;
}
.shop__select {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.shop__select-btn {
  width: 220px;
  height: 60px;
  border: none;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #707070;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5); /* 内側に影をつける */
  cursor: pointer;
}
.shop__select-btn--shop {
  border-radius: 10px 0 0 10px;
}
.shop__select-btn--product {
  border-radius: 0 10px 10px 0;
}
.shop__checked {
  background-color: #b18528;
  box-shadow: unset;
  color: #fff;
  box-shadow: 0px 2px 2px 0px #dedede;
}
.shop__form-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
}
.shop__form-select, .shop__form-input {
  position: relative;
  width: 350px;
  height: 52px;
  margin: 0 11px 0 0;
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* 標準対応 */
  border: 1px solid #ccc; /* 必要なら枠線を設定 */
  font-size: 16px;
  padding-left: 30px;
  border-radius: 26px;
  border: 1px solid #707070;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #2c2c2c;
  box-sizing: content-box;
  /* 背景に円形を表示（疑似要素の代わりに使用） */
  background-size: 40px 40px; /* サイズを調整 */
  background-repeat: no-repeat;
  background-position: right 5px center; /* 右端に配置 */
}
.shop__form-select {
  background-color: #dedede;
  background-image: url("../img/shop/shop_under.png"); /* アイコンや装飾用の画像を指定 */
}
.shop__form-input {
  margin-right: 0;
  background-image: url("../img/shop/shop_search.png"); /* アイコンや装飾用の画像を指定 */
}
.shop__search {
  margin-bottom: 46px;
}
.shop__search-btn {
  height: 50px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: none;
  border-radius: 26px;
  color: #fff;
}
.shop__search-btn--clear {
  background-color: #727272;
  width: 200px;
  margin-right: 10px;
}
.shop__search-btn--search {
  background-color: #b18528;
  width: 300px;
  box-shadow: 0px 2px 2px 0px #dedede;
}
.shop__search-btn--clear:hover, .shop__search-btn--search:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.shop__search-btn--sp {
  display: none;
}
.shop__search-submit {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.shop__list {
  width: 100%;
  max-width: 1084px;
}
.shop__list-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.shop__list-box {
  width: calc(25% - 27px);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.shop__list-box img {
  width: 100%;
  max-width: 240px;
  height: 180px;
  border-radius: 5px 5px 0 0;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop__list-box:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.shop__list-text {
  height: auto;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 15px;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  flex-direction: column;
  letter-spacing: 0.025rem;
  font-weight: 500;
}
.shop__list-name {
  margin: 10px 0;
}
.shop__list-price {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #707070;
}
.shop__page {
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop__page-list {
  width: 50px;
  height: 50px;
  background-color: #dedede;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-right: 10px;
}
.shop__page-list:last-child {
  margin-right: 0;
}
.shop__page-list--active {
  background-color: #b18528;
  color: #fff;
}

/* 検索結果の表示方法 */
.last-row-wrapper {
  display: flex;
  justify-content: center;
  /* 最終行のアイテムを中央揃えにする */
  width: 100%;
  gap: 38px;
  /* アイテム間のスペースを確保 */
}

@media screen and (max-width: 1200px) {
  .last-row-wrapper {
    gap: 18px;
  }
}/*# sourceMappingURL=shop.css.map */