@charset "UTF-8";
/* mixin
*********************************************************************/
/* media query */
/* SP縦から */
/* SP横から */
/* フルワイド */
#page_top {
  bottom: 140px !important;
}
@media all and (max-width: 500px) {
  #page_top {
    bottom: 110px !important;
  }
}

.topbg {
  width: 100%;
  height: 95vh;
  background-image: url("../img/info5/top_bg_pc.jpg");
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
@media all and (max-width: 800px) {
  .topbg {
    background-image: url("../img/info5/top_bg_sp.jpg");
  }
}
.topbg.bg01 {
  background-image: url("../img/info5/top_bg_pc01.jpg");
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 800px) {
  .topbg.bg01 {
    background-image: url("../img/info5/top_bg_sp01.jpg");
  }
}
.topbg.bg02 {
  background-image: url("../img/info5/top_bg_pc02.jpg");
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 800px) {
  .topbg.bg02 {
    background-image: url("../img/info5/top_bg_sp02.jpg");
  }
}
.topbg .top_titlebox {
  max-width: 880px;
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
}
@media all and (max-width: 500px) {
  .topbg .top_titlebox {
    max-width: 100%;
    height: 70vh;
  }
}
.topbg .top_titlebox h1 {
  text-align: center;
}
.topbg .top_title2box {
  max-width: 1400px;
  margin: -100px auto 0;
  padding: 10px;
}
@media all and (max-width: 500px) {
  .topbg .top_title2box {
    margin-top: 0;
  }
}
.topbg .top_title2box h2 {
  text-align: left;
}
.topbg .top_title2box h2 img {
  max-width: 260px;
}
@media all and (max-width: 800px) {
  .topbg .top_title2box h2 img {
    max-width: 200px;
  }
}
@media all and (max-width: 500px) {
  .topbg .top_title2box h2 img {
    max-width: 150px;
  }
}

#intro {
  position: relative;
  padding-top: 80px;
  text-align: center;
}
@media all and (max-width: 800px) {
  #intro {
    padding-top: 50px;
  }
}
#intro h3.vol {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#intro p {
  line-height: 3;
}
@media all and (max-width: 500px) {
  #intro p {
    line-height: 2;
  }
}
#intro ul {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin: 50px auto 0;
}
@media all and (max-width: 500px) {
  #intro ul {
    width: 100%;
    margin-top: 30px;
    margin: 30px auto 0;
  }
}
#intro ul li {
  box-sizing: border-box;
  width: 33.3333333333%;
  width: 50%;
  padding: 10px;
  margin-bottom: 10px;
  max-width: 340px;
}
@media all and (max-width: 500px) {
  #intro ul li {
    width: 50%;
    padding: 5px;
    margin-bottom: 5px;
  }
}
#intro ul li a img {
  transition: all 0.3s ease-out;
}
#intro ul li a img:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
}
#intro .spacer {
  width: 100%;
}
@media all and (max-width: 500px) {
  #intro .spacer {
    display: none;
  }
}

.img-ttl {
  width: 100%;
  height: 450px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px;
  z-index: 2;
}
@media all and (max-width: 800px) {
  .img-ttl {
    height: 300px;
  }
}
@media all and (max-width: 500px) {
  .img-ttl {
    height: 240px;
  }
}
.img-ttl.anc1 {
  background-image: url("../img/info5/anc1_top_bg.jpg");
}
.img-ttl.anc2 {
  background-image: url("../img/info5/anc2_top_bg.jpg");
}
.img-ttl.anc3 {
  background-image: url("../img/info5/anc3_top_bg.jpg");
}
.img-ttl.anc4 {
  background-image: url("../img/info5/anc4_top_bg.jpg");
}
.img-ttl.anc5 {
  background-image: url("../img/info5/anc5_top_bg.jpg");
}
.img-ttl .top_titlebox {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
.img-ttl .top_titlebox h3 {
  margin-top: 220px;
  z-index: 3;
  position: absolute;
}
@media all and (max-width: 800px) {
  .img-ttl .top_titlebox h3 {
    margin-top: 100px;
  }
}
@media all and (max-width: 500px) {
  .img-ttl .top_titlebox h3 {
    margin-top: 130px;
  }
}
.img-ttl .top_titlebox h3 img {
  max-width: 320px;
}
@media all and (max-width: 1367px) {
  .img-ttl .top_titlebox h3 img {
    max-width: 260px;
  }
}
@media all and (max-width: 800px) {
  .img-ttl .top_titlebox h3 img {
    max-width: 220px;
  }
}
@media all and (max-width: 500px) {
  .img-ttl .top_titlebox h3 img {
    max-width: 120px;
  }
}

.bg01 {
  background: #F2F4F4;
  padding-bottom: 50px;
}

.img-box-pc {
  width: 100%;
  display: block;
}
@media all and (max-width: 800px) {
  .img-box-pc {
    display: none;
  }
}
.img-box-pc .flex {
  display: flex;
  margin-top: -10px;
}
.img-box-pc .flex > div {
  width: 50%;
}
.img-box-pc .flex > div:first-child {
  border-right: 2px dashed #ddd;
}
@media all and (max-width: 800px) {
  .img-box-pc .flex > div:first-child {
    border: none;
  }
}
.img-box-pc .flex > div .btnArea {
  margin-bottom: 0;
}

.img-box-sp {
  display: none;
}
@media all and (max-width: 800px) {
  .img-box-sp {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 800px) {
  .img-box-sp img {
    display: block;
    margin-bottom: 10px;
  }
}
.img-box-sp .btnArea img {
  margin: 0 auto;
}

.btnArea {
  margin-bottom: 50px;
}
.btnArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.btnArea ul li {
  width: calc(50% - 20px);
  max-width: 350px;
}
@media all and (max-width: 500px) {
  .btnArea ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.btnArea ul li a img {
  transition: all 0.3s ease-out;
}
.btnArea ul li a img:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
}

#gourmet {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#gourmet .ttl {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 20px;
  padding: 10px;
}
#gourmet .bg_gourmet {
  background-size: contain;
  background-image: url("../img/info5/gourmet_bg.jpg");
  background-position: top center;
  margin-top: -400px;
  padding-top: 400px;
  padding-bottom: 200px;
}
@media all and (max-width: 1600px) {
  #gourmet .bg_gourmet {
    margin-top: -25vw;
    padding-top: 25vw;
  }
}
@media all and (max-width: 1000px) {
  #gourmet .bg_gourmet {
    margin-top: -60vw;
    padding-top: 60vw;
    padding-bottom: 140px;
  }
}
#gourmet .bg_gourmet ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media all and (max-width: 1000px) {
  #gourmet .bg_gourmet ul {
    display: block;
  }
}
#gourmet .bg_gourmet ul li {
  width: 49%;
  margin: 0 0 50px;
}
@media all and (max-width: 1000px) {
  #gourmet .bg_gourmet ul li {
    width: 95%;
    margin: 0 auto 25px;
  }
}
#gourmet .bg_gourmet ul li h3 {
  padding: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #1B2360;
}
#gourmet .bg_gourmet ul li .img {
  line-height: 0;
}
#gourmet .bg_gourmet ul li .box {
  padding: 20px;
  background: #fff;
}
#gourmet .bg_gourmet ul li .box .ttl {
  margin: 0;
  padding: 0;
  color: #8F5214;
  font-size: 1.5rem;
  text-align: left;
}
#gourmet .bg_gourmet ul li .box .txt {
  margin: 10px 0;
  font-size: 1.4rem;
  text-align: left;
}
#gourmet .bg_gourmet ul li .box .btn {
  width: 100%;
}
#gourmet .bg_gourmet ul li .box .btn a {
  padding: 10px 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  background: #8F5214;
  display: block;
}
#gourmet .bg_gourmet .btnArea {
  margin-top: 50px;
}
#gourmet .bg_gourmet .btnArea h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 1000px) {
  #gourmet .bg_gourmet .btnArea h4 {
    padding: 0 10px;
    font-size: 1.5rem;
    text-align: left;
  }
}
#gourmet .bg_gourmet .btnArea ul {
  justify-content: center;
}
#gourmet .bg_gourmet .btnArea ul li {
  width: 100%;
  margin: 0 auto;
}