@charset "UTF-8";
/*----------------------- 店舗 ---------------------------*/
section.top_oyatsu,
section.top_gourmet,
section.top_special {
  width: 1200px;
  margin: 100px auto 160px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  section.top_oyatsu,
  section.top_gourmet,
  section.top_special {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  section.top_oyatsu,
  section.top_gourmet,
  section.top_special {
    width: 90%;
    padding: 0;
    margin: 80px auto;
  }
}

.archive_thb {
  width: 100%;
  height: 0;
  line-height: 0;
  margin-bottom: 4px;
  overflow: hidden;
  padding-bottom: 69%;
  position: relative;
}

.archive_thb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.archive_thb_box {
  position: relative;
}

.archive_thbBar {
  box-sizing: content-box;
  position: absolute;
  top: -20px;
  background: #ff8c82;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 1;
  font-size: 14px;
  padding: 9px 20px 8px 10px;
  display: inline-block;
  font-family: "TTC", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.archive_thbBar span {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  /*padding:0 0 0 8px;:*/
  /*border-left:1px solid #fff*/
  position: relative;
}
.archive_thbBar span:before {
  content: "｜";
  display: inline-block;
  margin-right: 2px;
}

.archive_thb_box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  padding-top: 20px;
}

ul.store .archive_thb_box h3 {
  padding-top: 20px;
}

.top_oyatsu .archive_txt,
.top_gourmet .archive_txt,
.top_special .archive_txt {
  height: 48px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .archive_img img {
    border-top-right-radius: 30px;
  }
  .archive_thb_box {
    padding-top: 3px !important;
  }
  .archive_thbBar {
    font-size: 12px;
    padding: 5px 10px 4px 6px;
  }
  .top_oyatsu .archive_txt,
  .top_gourmet .archive_txt,
  .top_special .archive_txt {
    font-size: 14px;
  }
  .archive_thb_box h3 {
    line-height: 1.4;
    font-size: 16px;
  }
}
.col_04 {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .col_04 {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.col_04 li {
  flex: 0 0 25%;
  padding: 0 15px 45px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .col_04 li {
    padding: 0 7px 30px;
    flex: 0 0 50%;
  }
}

.col_03 {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.col_03 li {
  flex: 0 0 33.333%;
  padding: 0 15px 45px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .col_03 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .col_03 li {
    padding: 0 7px 30px;
    flex: 0 0 50%;
  }
}

section h2.ja {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 46px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  section h2.ja {
    font-size: 30px;
  }
}
section h2.ja span {
  font-size: 16px;
  font-family: "TTC", sans-serif;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  section h2.ja span {
    font-size: 14px;
  }
}

/*# sourceMappingURL=top_oyatsu.css.map */
