/* =================================================
 * Responsive: w_style, j_style pages
 * Breakpoint: 768px
 * ================================================= */

/* --- Mobile first: SP defaults --- */

.main_style {
  text-align: center;
}

.main_style .mv {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.main_style .container {
  padding: 0 15px;
}

.main_style .article_h2 {
  padding: 25px 15px 15px;
}

.main_style .section01 {
  width: 100%;
  margin: 0 auto 40px;
}

.main_style .section01 li {
  width: 100%;
  float: none;
  margin-bottom: 25px;
}

.main_style .section01 li:nth-child(2n) {
  width: 100%;
  float: none;
}

.main_style .section02 .inner {
  width: 100%;
  padding: 25px 15px 0;
}

.main_style .section02 ul {
  width: 100%;
  margin: 0 auto 30px;
}

.main_style .section02 ul li {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

.main_style .section02 ul li:nth-child(3) {
  margin-right: 0;
}

.main_style .section02 .sub02 {
  font-size: 16px;
  margin-bottom: 20px;
}

.main_style .btn.reserve,
.main_style .btn.reserve a,
.main_style .btn.gallery,
.main_style .btn.gallery a {
  width: 80%;
  max-width: 299px;
  margin-left: auto;
  margin-right: auto;
}

.main_style .btn.gallery {
  margin-bottom: 60px;
}

.main_style .osusume {
  width: 100%;
  margin: 0 auto 60px;
  padding: 30px 15px 40px;
}

.main_style .osusume .inner ul li {
  width: 100%;
  float: none;
  height: auto;
  margin-bottom: 20px;
}

.main_style .osusume .inner ul li:nth-child(2n) {
  width: 100%;
  float: none;
}

.main_style .osusume .inner ul li img {
  width: 100%;
  height: auto;
}

.main_style .osusume .tit,
.main_style .osusume .tit02 {
  margin-top: 15px;
  font-size: 16px;
}

/* Gallery slider (Swiper) */
.box_gallery {
  margin-bottom: 15px;
}

.box_gallery .swiper-slide img {
  width: 100%;
  height: auto;
}

.gallery_shop {
  margin: 20px 0 10px;
}

/* Style page MV backgrounds */
.w_style .mv {
  background-image: url('/w_style/img/mv.jpg');
}

.j_style .mv {
  background-image: url('/j_style/img/mv.jpg');
}


/* =================================================
 * PC (769px+)
 * ================================================= */
@media (min-width: 769px) {
  .main_style .mv {
    height: 669px;
  }

  .main_style .container {
    padding: 0;
  }

  .main_style .article_h2 {
    padding: 40px 0 20px;
  }

  .main_style .section01 {
    width: 1035px;
    margin: 0 auto 80px;
  }

  .main_style .section01 li {
    width: 498px;
    float: left;
  }

  .main_style .section01 li:nth-child(2n) {
    width: 498px;
    float: right;
  }

  .main_style .section02 .inner {
    width: 1100px;
    padding-top: 50px;
  }

  .main_style .section02 ul {
    width: 810px;
    margin: 0 auto 60px;
  }

  .main_style .section02 ul li {
    width: 270px;
    float: left;
  }

  .main_style .osusume {
    width: 1100px;
    margin: 0 auto 140px;
    padding: 90px 95px 124px;
  }

  .main_style .osusume .inner ul li {
    width: 430px;
    float: left;
    height: 284px;
    margin-bottom: 50px;
  }

  .main_style .osusume .inner ul li:nth-child(2n) {
    width: 430px;
    float: right;
  }

  .main_style .btn.gallery {
    margin-bottom: 120px;
  }
}
