@charset "UTF-8";
/*----------------------- 店舗 ---------------------------*/
section.top_konohito {
  width: 1200px;
  margin: 100px auto 160px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  section.top_konohito {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  section.top_konohito {
    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%;
  transform: translate(-50%, -50%);
}

.archive_thb_box {
  position: relative;
}
.archive_thb_box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .archive_thb_box h3 {
    line-height: 1.4;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .archive_thb_box {
    padding-top: 3px !important;
  }
}

.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;
  position: relative;
}
.archive_thbBar span:before {
  content: "｜";
  display: inline-block;
  margin-right: 2px;
}
@media only screen and (max-width: 767px) {
  .archive_thbBar {
    font-size: 12px;
    padding: 5px 10px 4px 6px;
  }
}

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

.archive_txt {
  height: 48px;
  overflow: hidden;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .archive_txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .archive_img img {
    border-top-right-radius: 30px;
  }
}

.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%;
  }
}

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";
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  section h2.ja span {
    font-size: 14px;
  }
}

.top_konohito__container {
  gap: 4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 766px) {
  .top_konohito__container {
    margin-bottom: 100px;
    flex-direction: row;
  }
}
.top_konohito__info {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 766px) {
  .top_konohito__info {
    width: auto;
  }
}
.top_konohito__info_contents {
  padding: 45px 0 45px;
  border-top: 1px solid #ff8c82;
  border-bottom: 1px solid #ff8c82;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 766px) {
  .top_konohito__info_contents {
    flex-direction: column;
    align-items: flex-start;
    width: 250px;
  }
}
.top_konohito__info_main {
  padding-left: 7%;
}
@media (min-width: 766px) {
  .top_konohito__info_main {
    padding-left: 0;
  }
}
.top_konohito__info_caption {
  margin-bottom: 15px;
  line-height: 1.4;
}
.top_konohito__info_title {
  line-height: 1.3;
  margin-bottom: 20px;
}
.top_konohito__info_title strong {
  display: block;
  font-size: 150%;
  font-weight: bold;
}
.top_konohito__info_image {
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}
@media (min-width: 766px) {
  .top_konohito__info_image {
    width: auto;
    max-width: initial;
  }
}
.top_konohito__info_image img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 766px) {
  .top_konohito__info_image img {
    width: auto;
  }
}
.top_konohito__info .btnArea {
  margin: 40px auto 0;
}
.top_konohito__info .btnArea a.btn_arrow {
  margin: 15px auto 0;
  width: 100%;
  max-width: 320px;
  display: flex;
  justify-content: center;
  line-height: 1.3;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top_konohito__info .btnArea a.btn_arrow {
    font-size: 13px;
  }
}
.top_konohito__main {
  width: 100%;
  max-width: 790px;
}
.top_konohito__main_thumbnail img {
  width: 100%;
}

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