@charset "UTF-8";
.sec-sub__caption, .sec-bottom-shopinfo__ttl span {
  font-family: 'Crimson Text', serif;
}

.sec-main__ttl, .sec-main__ttl:before, .sec-main__ttl:after, .sec-sub__ttl, .sec-sub__item-name, .sec-info__name, .sec-bottom__ttl, .sec-bottom__shop-name, .sec-bottom-shopinfo__name {
  font-family: 'Noto Serif JP', serif;
}

html {
  font-size: 62.5%;
}

.sec-main__list-wrap, .sec-sub__list-wrap, .sec-bottom-foodinfo__list-wrap, .sec-bottom-shopinfo__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-sub__caption-wrap, .sec-info__list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-main__ttl, .sec-info__list--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-main__list-wrap, .sec-sub__list-wrap, .sec-info__list_wrap, .sec-bottom-foodinfo__list-wrap, .sec-bottom-shopinfo__list-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fade {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.fade.onView {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (min-device-width: 768px) {
  .sp_only {
    display: none;
  }
  .w400 {
    width: 40rem;
  }
  .w480 {
    width: 48rem;
  }
  .sec-sub__list {
    width: 18rem;
  }
  .sec-sub__list:nth-of-type(1), .sec-sub__list:nth-of-type(3), .sec-sub__list:nth-of-type(5) {
    margin-top: 4.4rem;
  }
}

/* ==============================
              all
============================== */
#style200826lp {
  width: 120rem;
  margin: 0 auto;
  padding: 4rem 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

#style200826lp img,
#style200826lp video {
  width: 100%;
}

/* ==============================
          main visual
============================== */
.sec-mv {
  padding-bottom: 5.6rem;
}

.sec-mv__ttl {
  width: 75.2rem;
  margin-left: 25rem;
  padding-bottom: 5rem;
}

.sec-mv__lead {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.01em;
}

/* ==============================
          main section
============================== */
.sec-main {
  padding-bottom: 10rem;
}

.sec-main__ttl {
  height: 7.8rem;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  color: #8c3946;
  text-align: center;
  position: relative;
  padding-bottom: 4rem;
  letter-spacing: 0.08em;
}

.sec-main__ttl._top {
  width: 36.4rem;
}

.sec-main__ttl._btm {
  width: 41.8rem;
}

.sec-main__ttl:before, .sec-main__ttl:after {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #8c3946;
  position: absolute;
}

.sec-main__ttl:before {
  content: "“";
  top: -1.4rem;
  left: 0;
}

.sec-main__ttl:after {
  content: "”";
  bottom: 1rem;
  right: 0;
}

.sec-main__main-img {
  margin: 0 auto;
  padding-bottom: 4rem;
}

.sec-main__list-wrap {
  width: 84rem;
  margin: 0 auto;
}

.sec-main__list--img {
  width: 42rem;
}

.sec-main__list--txt {
  width: 38rem;
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.01em;
}

/* ==============================
          sub section
============================== */
.sec-sub {
  width: 100rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10rem;
  z-index: 1;
}

.sec-sub:before {
  content: "";
  display: block;
  position: absolute;
  width: 100rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 1rem;
  z-index: -1;
}

.sec-sub--top:before {
  background-color: #eff0ee;
  height: 65.8rem;
}

.sec-sub--btm:before {
  background-color: #fff;
  border: 0.1rem solid #8c3946;
  height: 51.5rem;
}

.sec-sub__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #8c3946;
  padding-bottom: 3.2rem;
  letter-spacing: 0.08em;
}

.sec-sub__ttl--btm {
  width: 32rem;
  background-color: #ffffff;
  margin: 0 auto;
  padding-bottom: 2.4rem;
}

.sec-sub__txt {
  font-size: 1.5rem;
  line-height: 2;
  padding-bottom: 2.4rem;
}

.sec-sub__main-img {
  width: 36rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.sec-sub__list-wrap {
  width: 90rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.sec-sub__list {
  width: 18rem;
}

.sec-sub__list figure {
  padding-bottom: 1.5rem;
}

.sec-sub__item-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #8c3946;
  padding-bottom: 1.5rem;
  letter-spacing: 0.08em;
}

.sec-sub__caption-wrap {
  padding-bottom: 4rem;
}

.sec-sub__caption {
  font-size: 1.3rem;
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #cbcbcb;
  letter-spacing: 0.015em;
}

.sec-sub__caption:not(:first-child) {
  margin-left: 1.5rem;
}

.sec-sub__caption.ml0 {
  margin-left: 0 !important;
}

/* ==============================
    human information setcion
============================== */
.sec-info {
  width: 120rem;
  margin: 0 auto;
  padding-bottom: 10rem;
}

.sec-info__list--img {
  width: 18rem;
}

.sec-info__list--txt {
  padding-left: 2.5rem;
}

.sec-info__name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #8c3946;
  padding-bottom: 2rem;
  text-align: left;
  letter-spacing: 0.08em;
}

.sec-info__detail {
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
  padding-bottom: 1.7rem;
  letter-spacing: 0.015em;
}

/* ==============================
        bottom section
============================== */
.sec-bottom {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}

.sec-bottom::before {
  content: "";
  position: absolute;
  display: block;
  width: 100rem;
  height: 126.5rem;
  background-color: #eff0ee;
  top: 1rem;
  z-index: -1;
}

.sec-bottom__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #8c3946;
  padding-bottom: 3rem;
  letter-spacing: 0.08em;
}

.sec-bottom__shop-name {
  position: relative;
  display: inline-block;
  margin-bottom: 1.8rem;
  padding-bottom: 0.2rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #9b9994;
}

.sec-bottom__shop-name--notes {
  font-size: 1.5rem;
  padding-bottom: 3.4rem;
  letter-spacing: 0.015em;
}

.sec-bottom-foodinfo {
  margin: 0 auto;
}

.sec-bottom-foodinfo__list-wrap {
  width: 53rem;
  margin: 0 auto;
  padding-bottom: 1.2rem;
}

.sec-bottom-foodinfo__list {
  width: 25.6rem;
}

.sec-bottom-foodinfo__txt {
  font-size: 1.5rem;
  line-height: 2;
  padding-bottom: 1rem;
  letter-spacing: 0.015em;
}

.sec-bottom-foodinfo__ttl {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.015em;
}

.sec-bottom-foodinfo--mango {
  width: 45.2rem;
  margin: 0 auto 3.2rem;
  padding: 3rem 0 1.3rem;
  background-color: #ffffff;
}

.sec-bottom-foodinfo--mango figure {
  width: 30rem;
  margin: 0 auto;
  padding-bottom: 1.3rem;
}

.sec-bottom-foodinfo--sandwich {
  padding-bottom: 3.44rem;
}

.sec-bottom-shopinfo__ttl {
  width: 31.6rem;
  margin: 0 auto;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.sec-bottom-shopinfo__ttl span {
  display: inline-block;
  width: 15.5rem;
  margin: 0 auto;
  font-size: 1.8rem;
  font-style: italic;
  background-color: #eff0ee;
}

.sec-bottom-shopinfo__ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 31.6rem;
  height: 0.2rem;
  background-color: #9b9994;
  top: 0.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.sec-bottom-shopinfo__list-wrap {
  width: 53rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.sec-bottom-shopinfo__list {
  width: 25.5rem;
}

.sec-bottom-shopinfo__name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #8c3946;
  padding-bottom: 1.5rem;
  letter-spacing: 0.08em;
}

.sec-bottom-shopinfo__address {
  font-size: 1.5rem;
  line-height: 2;
  padding-bottom: 1.3rem;
  letter-spacing: 0.015em;
}

.sec-bottom-shopinfo__link {
  font-size: 1.5rem;
  letter-spacing: 0.015em;
  text-align: center;
}

@media screen and (max-device-width: 767px) {
  .main-area .main-inner {
    width: 100%;
  }
  .pc_only {
    display: none;
  }
  .order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order_3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order_4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order_5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #breadcrumb .cateList {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  /* ==============================
              all
============================== */
  #style200826lp {
    width: calc(750 *(100vw / 750));
    margin: 0 auto;
    padding: 0 0 calc(64 *(100vw / 750));
  }
  /* ==============================
          main visual
============================== */
  .sec-mv {
    padding-bottom: calc(68 *(100vw / 750));
  }
  .sec-mv__ttl {
    width: calc(750 *(100vw / 750));
    margin-left: 0;
    padding-bottom: calc(68 *(100vw / 750));
  }
  .sec-mv__lead {
    font-size: calc(28 *(100vw / 750));
  }
  /* ==============================
          main section
============================== */
  .sec-main {
    padding-bottom: calc(146 *(100vw / 750));
  }
  .sec-main__ttl {
    height: calc(140 *(100vw / 750));
    font-size: calc(36 *(100vw / 750));
    line-height: 1.8055555556;
    padding-bottom: 0;
    margin-bottom: calc(60 *(100vw / 750));
    letter-spacing: 0.02em;
  }
  .sec-main__ttl._top {
    width: calc(623 *(100vw / 750));
  }
  .sec-main__ttl._btm {
    width: calc(720 *(100vw / 750));
  }
  .sec-main__ttl:before, .sec-main__ttl:after {
    font-size: calc(54 *(100vw / 750));
  }
  .sec-main__ttl:before {
    content: "“";
    top: calc(-22 *(100vw / 750));
    left: 0;
  }
  .sec-main__ttl:after {
    content: "”";
    bottom: calc(-56 *(100vw / 750));
    right: 0;
  }
  .sec-main__main-img {
    width: calc(690 *(100vw / 750));
    padding-bottom: calc(60 *(100vw / 750));
  }
  .sec-main__main-img.ml0 {
    margin-left: 0;
  }
  .sec-main__list-wrap {
    width: calc(750 *(100vw / 750));
  }
  .sec-main__list--img {
    width: calc(570 *(100vw / 750));
    margin-left: calc(180 *(100vw / 750));
    padding-bottom: calc(50 *(100vw / 750));
  }
  .sec-main__list--img.row_02 {
    width: calc(690 *(100vw / 750));
    margin-left: calc(60 *(100vw / 750));
  }
  .sec-main__list--txt {
    width: calc(690 *(100vw / 750));
    margin: 0 auto;
    font-size: calc(28 *(100vw / 750));
  }
  /* ==============================
          sub section
============================== */
  .sec-sub {
    width: calc(750 *(100vw / 750));
    padding-bottom: calc(160 *(100vw / 750));
  }
  .sec-sub:before {
    width: calc(750 *(100vw / 750));
    top: calc(20 *(100vw / 750));
  }
  .sec-sub--top:before {
    height: calc(1085 *(100vw / 750));
  }
  .sec-sub--btm:before {
    width: calc(692 *(100vw / 750));
    left: calc(29 *(100vw / 750));
    height: calc(2120 *(100vw / 750));
  }
  .sec-sub__ttl {
    font-size: calc(36 *(100vw / 750));
    padding-bottom: calc(66 *(100vw / 750));
    letter-spacing: 0.02em;
  }
  .sec-sub__ttl--btm {
    width: calc(580 *(100vw / 750));
    padding-bottom: calc(30 *(100vw / 750));
    letter-spacing: 0.02em;
  }
  .sec-sub__txt {
    font-size: calc(28 *(100vw / 750));
    padding-bottom: calc(48 *(100vw / 750));
    letter-spacing: 0.02em;
  }
  .sec-sub__main-img {
    width: calc(600 *(100vw / 750));
    padding-bottom: calc(40 *(100vw / 750));
  }
  .sec-sub__list-wrap {
    width: calc(650 *(100vw / 750));
    padding-bottom: calc(60 *(100vw / 750));
  }
  .sec-sub__list {
    width: calc(325 *(100vw / 750));
    padding-bottom: calc(80 *(100vw / 750));
  }
  .sec-sub__list:nth-of-type(1) {
    width: calc(650 *(100vw / 750));
  }
  .sec-sub__list:nth-of-type(1) figure {
    width: calc(325 *(100vw / 750));
    margin: 0 auto;
  }
  .sec-sub__list:nth-of-type(4), .sec-sub__list:nth-of-type(5) {
    padding-bottom: 0;
  }
  .sec-sub__list figure {
    padding-bottom: calc(24 *(100vw / 750));
  }
  .sec-sub__item-name {
    font-size: calc(30 *(100vw / 750));
    padding-bottom: calc(30 *(100vw / 750));
    letter-spacing: 0.02em;
  }
  .sec-sub__caption-wrap {
    padding-bottom: calc(60 *(100vw / 750));
  }
  .sec-sub__caption {
    font-size: calc(23 *(100vw / 750));
    padding-bottom: calc(4 *(100vw / 750));
  }
  .sec-sub__caption:not(:first-child) {
    margin-left: calc(30 *(100vw / 750));
  }
  /* ==============================
    human information setcion
============================== */
  .sec-info {
    width: calc(750 *(100vw / 750));
    padding-bottom: calc(100 *(100vw / 750));
  }
  .sec-info__list--img {
    width: calc(520 *(100vw / 750));
    margin: 0 auto;
    padding-bottom: calc(32 *(100vw / 750));
  }
  .sec-info__list--txt {
    width: calc(750 *(100vw / 750));
    padding: 0;
  }
  .sec-info__name {
    font-size: calc(33 *(100vw / 750));
    padding-bottom: calc(32 *(100vw / 750));
    text-align: center;
    letter-spacing: 0.02em;
  }
  .sec-info__detail {
    font-size: calc(28 *(100vw / 750));
    text-align: center;
    padding-bottom: calc(32 *(100vw / 750));
  }
  /* ==============================
        bottom section
============================== */
  .sec-bottom {
    width: calc(750 *(100vw / 750));
  }
  .sec-bottom::before {
    width: calc(750 *(100vw / 750));
    height: calc(2780 *(100vw / 750));
    top: calc(35 *(100vw / 750));
  }
  .sec-bottom__ttl {
    font-size: calc(36 *(100vw / 750));
    line-height: 1.8055555;
    padding-bottom: calc(52 *(100vw / 750));
    letter-spacing: 0.02em;
  }
  .sec-bottom__shop-name {
    font-size: calc(33 *(100vw / 750));
    margin-bottom: calc(48 *(100vw / 750));
    padding-bottom: calc(2 *(100vw / 750));
  }
  .sec-bottom__shop-name--notes {
    font-size: calc(28 *(100vw / 750));
    padding-bottom: calc(60 *(100vw / 750));
  }
  .sec-bottom-foodinfo__list-wrap {
    width: calc(690 *(100vw / 750));
    padding-bottom: calc(20 *(100vw / 750));
  }
  .sec-bottom-foodinfo__list {
    width: calc(496 *(100vw / 750));
  }
  .sec-bottom-foodinfo__list:nth-of-type(2) {
    margin-top: calc(30 *(100vw / 750));
    margin-left: calc(195 *(100vw / 750));
  }
  .sec-bottom-foodinfo__txt {
    font-size: calc(28 *(100vw / 750));
    padding-bottom: calc(16 *(100vw / 750));
  }
  .sec-bottom-foodinfo__ttl {
    font-size: calc(23 *(100vw / 750));
  }
  .sec-bottom-foodinfo--mango {
    width: calc(690 *(100vw / 750));
    margin: 0 auto calc(60 *(100vw / 750));
    padding: calc(40 *(100vw / 750)) 0 calc(10 *(100vw / 750));
  }
  .sec-bottom-foodinfo--mango figure {
    width: calc(600 *(100vw / 750));
    padding-bottom: calc(32 *(100vw / 750));
  }
  .sec-bottom-foodinfo--sandwich {
    padding-bottom: calc(52 *(100vw / 750));
  }
  .sec-bottom-shopinfo__ttl {
    width: calc(540 *(100vw / 750));
    padding-bottom: calc(54 *(100vw / 750));
    letter-spacing: 0.02em;
  }
  .sec-bottom-shopinfo__ttl span {
    width: calc(276 *(100vw / 750));
    font-size: calc(34 *(100vw / 750));
  }
  .sec-bottom-shopinfo__ttl::before {
    width: calc(540 *(100vw / 750));
    height: calc(2 *(100vw / 750));
    top: calc(20 *(100vw / 750));
  }
  .sec-bottom-shopinfo__list-wrap {
    width: calc(690 *(100vw / 750));
    padding-bottom: calc(30 *(100vw / 750));
  }
  .sec-bottom-shopinfo__list {
    width: calc(330 *(100vw / 750));
  }
  .sec-bottom-shopinfo__name {
    font-size: calc(33 *(100vw / 750));
    padding-bottom: calc(30 *(100vw / 750));
    letter-spacing: 0.02em;
  }
  .sec-bottom-shopinfo__address {
    font-size: calc(28 *(100vw / 750));
    padding-bottom: calc(30 *(100vw / 750));
  }
  .sec-bottom-shopinfo__link {
    font-size: calc(28 *(100vw / 750));
  }
}
/*# sourceMappingURL=style.css.map */