@charset "UTF-8";
/* shopDetail */
.shopDetail {
  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;
}
.shopDetail__wrap {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 168px;
}
.shopDetail__box {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.shopDetail__box-wrap {
  padding: 65px 0 60px;
  margin: 0 auto;
}
.shopDetail__box-flex {
  width: calc(100% - 204px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 44px;
  font-weight: 500;
}
.shopDetail__box-flex--left {
  width: 650px;
  margin-right: 16px;
}
.shopDetail__box-flex--right {
  width: 280px;
}
.shopDetail__box-flex--img {
  width: 100%;
  margin-bottom: 15px;
}
.shopDetail__box-flex--img img {
  width: 100%;
}
.shopDetail__box-booth {
  width: 175px;
  height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #b18528;
  border-radius: 30px;
  margin-bottom: 15px;
  margin-left: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopDetail__box-booth span {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-left: 18px;
}
.shopDetail__box-string {
  width: auto;
  max-width: 650px;
  min-width: 175px;
  height: auto;
  min-height: 36px;
}
.shopDetail__box-string span {
  font-size: 20px;
}
.shopDetail__box-kana {
  font-size: 12px;
  margin-bottom: 2px;
}
.shopDetail__box-title {
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #2C2C2C;
}
.shopDetail__box-text {
  font-size: 14px;
  margin-bottom: 36px;
  line-height: 24.5px;
}
.shopDetail__box-list--item {
  width: 100%;
  height: 56px;
  background-color: #ebebeb;
  font-size: 14px;
  margin-bottom: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 17px;
  box-sizing: border-box;
  border-radius: 5px;
}
.shopDetail__box-list--item2 a, .shopDetail__box-list--item3 a {
  color: #bc0000;
  padding-left: 40px;
}
.shopDetail__box-list--item2 a:hover, .shopDetail__box-list--item3 a:hover {
  opacity: 0.6;
}
.shopDetail__box-list--area {
  display: flex;
  justify-content: start;
  flex-direction: row;
  align-items: center;
  margin-left: 21px;
}
.shopDetail__box-list--product {
  width: auto;
  height: 30px;
  padding: 0 12px;
  background-color: #fff;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 20px;
  font-size: 14px;
  line-height: 30px;
}
.shopDetail__box-list--sp {
  display: none;
}
.shopDetail__box-sns {
  width: 135px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shopDetail__title {
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-style: normal;
  text-shadow: 1px 1px 2px #aaa;
  text-align: center;
  margin-bottom: 24px;
}
.shopDetail__list {
  width: calc(100% - 136px);
  margin: 0 auto;
}
.shopDetail__list-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.shopDetail__list-box {
  width: calc(25% - 27px);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 23px;
  font-weight: 500;
}
.shopDetail__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;
}
.shopDetail__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;
}
.shopDetail__list-name {
  margin: 8px 0;
}
.shopDetail__list-price {
  width: 100%;
  padding: 10px 0;
  border-top: 0.5px solid #707070;
}
.shopDetail__button-pc {
  display: block;
  width: 220px;
  height: 50px;
  margin: 40px auto 0;
  text-align: center;
  line-height: 50px;
  background: #b18528;
  border-radius: 30px;
}
.shopDetail__button-pc a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.shopDetail__button-pc:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.shopDetail__button-sp {
  display: none;
}/*# sourceMappingURL=shopDetail.css.map */