@charset "utf-8";
/* CSS Document */

.shoplist_contents_box {
  background-image: url(../img/back_design.png);
  background-position: top center;
  padding: 70px 0 170px;
}
.shoplist_contents_wrapper{
  text-align: center;
}
.shoplist_contents{
  margin-bottom: 130px;
  padding: 50px 20px 25px;
  background-color: rgba(255,255,255,0.7);
  box-shadow: 3px 3px 0px 3px #777777;
}
.shoplist_contents_last{
  margin-bottom: 90px;
}
.shoplist_contents h2{
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 6px;
  margin-bottom: 30px;
  line-height: 1.3;
}
.shoplist_contents p{
  line-height: 2em;
  margin-bottom: 5px;
}
.shoplist_btn{
  text-align: right;
}
.shoplist_btn a{
  font-size: 2.0rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 7px 35px;
}
/******************************************************** スマホ用設定 */

@media screen and (min-width: 0px) and (max-width: 760px) {
.shoplist_contents_box {
  padding: 50px 0 70px;
}
.shoplist_contents h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.shoplist_contents {
  margin-bottom: 80px;
  box-shadow: 2px 2px 0px 2px #777777;
}
.shoplist_contents_last {
  margin-bottom: 0;
}
.shoplist_contents_wrapper {
  padding: 0;
}
.shoplist_btn {
  text-align: center;
}
.shoplist_contents p {
  margin-bottom: 30px;
}
.shoplist_btn a {
  font-size: 1.6rem;
}
}
