@charset "UTF-8";
/* CSS Document */
img {
  vertical-align: bottom;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pc-only {
  display: none !important;
}

.main {
  width: 100%;
  margin: 0 auto;
}
.main__img{
  width: 91%;
  margin: 0 auto;
}
.contents-list{
  margin: 6.933vw auto 15.333vw;
  width: 73.6%;
}
.contents-item{
  margin-bottom: 8.667vw;
}

.contact_desc .contents_box {
  margin-top: 5px;
  border: 0.667vw solid #d52364;
  border-radius: 2vw;
  padding: 2.6vw 2vw;
  font-weight: bold;
}
.shop_title {
  font-size: 4.8vw;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  margin-left: 10px;
  padding-left: 1em;
  position: relative;
}
.shop_title::before{
  content: '■';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}
.contact_desc .headline{
  margin-left: 1.6vw;
}
.contact_desc p{
  font-weight: bold;
  font-size: 2.8vw;
  line-height: 1.75;
}
.contact_desc .supplementary_info{
  font-size: 3.73vw;
}
.contact_desc .supplementary_info:last-child{
  font-feature-settings: "palt" 1;
}
.recipe-img{
  margin: 0 auto;
}
.recipe-img-item{
  margin-bottom: 5.333vw;
}
.recipe-img-item:last-child{
  margin-bottom: 0px;
}
span.txt,
.contents_box a{
  padding-left: 0.5em;
  font-weight: bold;
}

/* shoplist */
.shop_list{
  margin: 5.867vw auto 0;
  width: 78.3%;
}
.shop_list .contact_desc{
  margin-bottom: 5.333vw;
}
.shop_list .contact_desc:last-child{
  margin-bottom: 0;
}
.heading{
  width: 92.2%;
  margin: 7.333vw auto 0;
}
@media screen and (min-width: 600px) {
  .shop_title {
    font-size: 4.667vw;
  }
}
@media screen and (max-width: 500px) {
  .shop_list{
    width: 88%;
  }
  .contact_desc p{
    font-size: 3.2vw;
  }
}