@charset "utf-8";

h2 {
  font-size: 50px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
  letter-spacing: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.text01 {
  font-size: 26px;
  text-align: center;
}
.shop {
  background: #fff;
  max-width: 940px;
  margin: 0 auto;
}
.itemsshop {
  color: #000;
  max-width: 440px;
  margin: 0 auto;
  padding: 40px 15px;
}
.itemsshop h3 {
  font-size: 2.0rem;
  text-align: left;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.itemsshop p {
  font-size: 1.5rem;
  line-height: 1.4;
}
.itemsshop p.chuushaku {
  font-size: 1.2rem;
  line-height: 1.4;
}
.itemsshop h4 {
  font-size: 2.0rem;
  font-family: 'Roboto', sans-serif;
}
.itemsshop h4 span{
  font-size: 1.3rem;
  font-family: 'Noto Sans Japanese', sans-serif;
}
.w380 {
  max-width: 380px;
  margin: 10px auto;
}
caption {
  caption-side: top;
  color: #000;
}
.table th {
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  color: #000;
  text-align: center;
  border-top: none;
}
.table td {
  font-size: 1.4rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #000;
  text-align: center;
}
.table tr td:nth-of-type(1){
  border-right: 2px solid #dee2e6;
  text-align: center;
}
.bt_shop {
  display: block;
  width: 230px;
  margin: 30px auto 0;
  transition-duration: 0.3s;
}
.bt_shop:hover {
  opacity: 0.7;
}
.add_artists {
  max-width: 465px;
  margin: 50px auto;
}
@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 495px) {}

@media only screen and (max-width: 414px) {}