@charset "utf-8";
#page_title {
  background: #F0F0DC;
}
#lower .main_title {
  margin: 0 0 20px;
}
.anc_link_list {
  margin: 40px 0 150px;
}
#shop {
  background: url(../p_common/images/bgi_contents.png) no-repeat center top / cover;
}
#shop .wrap {
 padding: 100px 0;
}
.shop_list {
  flex-direction: column;
  gap: 60px;
}
.shop_list .shop_box {
  justify-content: center;
  gap: 50px;
  background: #fff;
  padding: 50px 40px 50px 50px;
}
.shop_list .shop_box .images {
  width: 450px;
}
.shop_list .shop_box .images img {
  border-radius: 10px;
}
.shop_list .shop_box p.cap {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0 0 0;
 }
.shop_list .shop_box .cts {
  width: calc(100% - 450px - 50px);
 }
.shop_list .shop_box .cts h2 {
  font-size: 28px;
  line-height: 2em;
  font-weight: 600;
  margin: 0 0 10px;
 }
.shop_list .shop_box .cts p {
  font-size: 16px;
  line-height: 1.8em;
 }
.shop_list .shop_box .cts p.caution {
  font-size: 14px;
  line-height: 1.8em;
  margin: 10px 0 0 0;
 }
.shop_list .shop_box .cts p.info {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid var(--mainColor);
 }


/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #shop {
    background: url(../p_common/images/bgi_contents_sp.png) no-repeat center top / cover;
  }
  #shop .wrap {
  padding: 60px 0;
  }
  .shop_list {
    gap: 40px;
  }
  .shop_list .shop_box {
    gap: 40px;
    padding: 50px 20px;
  }
  .shop_list .shop_box .images,
  .shop_list .shop_box .cts {
    width: 100%;
  }
  .shop_list .shop_box .cts h2 {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 25px;
  }
  .shop_list .shop_box .cts p {
    font-size: 14px;
  }
  .shop_list .shop_box .cts p.caution {
    font-size: 12px;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}