@charset "utf-8";

.loop-flex {
  display: flex;
}

.cuisine_section {
  padding-bottom: 60px;
}

.spot_list li:not(:nth-child(3n)) {
  margin-right: 0;
}

.moon_h4 {
  padding-top: 110px;
  background: url(../../img/common/pic_moon.svg) no-repeat 50% 30%;
  background-size: 40px 40px;
  border-top: 1px solid #c2c2c2;
}

.btn {
  width: 100%;
}

h3 {
  font-family: hannari, "Yu Mincho", 游明朝, メイリオ, Meiryo, serif;
  font-size: 41px;
  font-weight: 300;
  width: 500px;
  margin: 0 auto;
}

.link01 {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .cuisine_section {
    padding-bottom: 30px;
  }

  .highlight_wrap .list_box:last-child {
    margin-bottom: -30px;
  }

  .main_txt_wrap_yoko p.btn {
    text-align: center;
  }

  .tab_list_link {
    height: 155px;
  }
}






.main_txt_wrap_tate {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .main_txt_wrap_tate {
    width: 100%;
  }
}