.contents-wrap .main-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px;
  height: 500px;
}
@media screen and (max-width: 1300px) {
  .contents-wrap .main-image {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .contents-wrap .main-image {
    padding: 18% 0;
  }
}
@media screen and (min-width: 1301px) {
  .contents-wrap .main-image > img {
    position: relative;
    top: 50%;
    width: 100%;
    max-width: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .contents-wrap .main-image > img {
    visibility: hidden;
  }
}
.contents-wrap .main-image .title-area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #333;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contents-wrap .main-image .title-area .title span {
  display: block;
  margin: 10px 0 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contents-wrap .main-image .title-area .title span {
    font-size: 1rem;
  }
}

/* リード分 */
.contents-wrap .lead {
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 3.4rem;
  text-align: center;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .contents-wrap .lead {
    font-size: 1.8rem;
    line-height: 1.5;
    /* text-shadow: 1px 1px 1px #333; */
  }
}

.contents-wrap .lead .break {
  display: block;
}

@media screen and (max-width: 767px) {
  .contents-wrap .section.section01 .main-image {
    background: url("../img/cuisine/main-image01_sp.jpg") no-repeat center;
    background-size: 100% auto;
  }
}
.contents-wrap .section.section01 .main-image .title-area .title img {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .contents-wrap .section.section01 .main-image .title-area .title img {
    max-width: none;
    height: 50px;
  }
}
.contents-wrap .section.section01 .gallery-wrap {
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .contents-wrap .section.section01 .gallery-wrap {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .contents-wrap .section.section02 .main-image {
    background: url("../img/cuisine/main-image02_sp.jpg") no-repeat center;
    background-size: 100% auto;
  }
}
.contents-wrap .section.section02 .main-image .title-area .title img {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .contents-wrap .section.section02 .main-image .title-area .title img {
    height: 50px;
  }
}
.contents-wrap .section.section02 .gallery-wrap {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .contents-wrap .section.section02 .gallery-wrap {
    margin: 0 auto 25px;
  }
}
.contents-wrap .section-lead {
  width: 640px;
  margin: 0 auto 75px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contents-wrap .section-lead {
    width: auto;
    margin: 0 30px 35px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.contents-wrap .section .content {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents-wrap .section .content {
    width: auto;
  }
}

/* コンテンツタイトル */
.contents-wrap .section .content-title {
  margin: 0 0 25px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contents-wrap .section .content-title {
    margin: 0 0 20px;
    font-size: 2.5rem;
  }
}

.contents-wrap .section .content-title img {
  width: auto;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .contents-wrap .section .content-title img {
    height: 20px;
  }
}

.contents-wrap .section .content-title span {
  display: block;
  margin: 5px 0 20px;
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .contents-wrap .section .content-title span {
    margin: 0;
    font-size: 1rem;
  }
}

.contents-wrap .section .col-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .contents-wrap .section .col-wrap {
    margin: 0 0 30px;
  }
}
.contents-wrap .section .left-col {
  float: left;
}
@media screen and (max-width: 767px) {
  .contents-wrap .section .left-col {
    float: none;
  }
}
.contents-wrap .section .left-col dl {
  left: 0;
}
.contents-wrap .section .right-col {
  float: right;
}
@media screen and (max-width: 767px) {
  .contents-wrap .section .right-col {
    float: none;
  }
}
.contents-wrap .section .right-col dl {
  right: 0;
}
.contents-wrap .section .image-area {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .contents-wrap .section .image-area {
    width: auto;
    padding: 0 10px;
    text-align: center;
  }
}
.contents-wrap .section .text-area dl {
  position: absolute;
  top: 50%;
  width: 300px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contents-wrap .section .text-area dl {
    position: static;
    top: auto;
    width: auto;
    margin: 0 0 15px;
    padding: 0 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.contents-wrap .section .text-area dl dt {
  margin: 0 0 20px;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 2.7rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contents-wrap .section .text-area dl dt {
    margin: 0 0 15px;
    font-size: 1.8rem;
    text-align: center;
  }
}

.contents-wrap .section .text-area dl dd {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contents-wrap .section .text-area dl dd {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .contents-wrap .section .gallery-wrap {
    padding: 30px 0 0;
    background: url("../img/cuisine/gallery-title01.png") no-repeat center top;
    background-size: auto 19px;
  }
}
.contents-wrap .btn-wrap {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .contents-wrap .btn-wrap {
    margin: 0 0 30px;
  }
}
.contents-wrap .btn-wrap p {
  margin: 0 0 10px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contents-wrap .btn-wrap p {
    margin: 0 10px 10px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
.contents-wrap .btn-wrap .btn {
  clear: both;
  margin: 0 auto;
  text-align: center;
  display: flex;
  gap:20px;
  flex-wrap: wrap;
  justify-content: center;
}
}
@media screen and (max-width: 767px) {
  .contents-wrap .btn-wrap .btn {
    width: 250px;
    margin: 0 auto;
  }
}
.contents-wrap .btn-wrap .btn a {
  position: relative;
  display: block;
  width: 250px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #ae266d;
  transition: opacity 0.3s ease;
  border-radius: 3px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .contents-wrap .btn-wrap .btn a {
    font-size: 1.4rem;
    text-align: center;
    padding: 15px 0;
    margin: 10px auto;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .btn-wrap .btn a:hover {
    opacity: 0.7;
  }
}
.contents-wrap .btn-wrap .btn a:before,
.contents-wrap .btn-wrap .btn a:after {
  position: absolute;
  top: 50%;
  content: "";
  margin: -5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.contents-wrap .btn-wrap .btn a:before {
  right: 20px;
  border-left: 6px solid #fff;
}
.contents-wrap .btn-wrap .btn a:after {
  right: 22px;
  border-left: 6px solid #ae266d;
}
.contents-wrap .gallery-wrap {
  overflow: hidden;
  position: relative;
  height: 320px;
}
@media screen and (max-width: 767px) {
  .contents-wrap .gallery-wrap {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .contents-wrap .gallery-wrap .slider-wrap {
    position: absolute;
    left: 50%;
    width: 1640px;
    margin-left: -820px;
  }
}
.contents-wrap .gallery-wrap .slide {
  width: 320px !important;
}
@media screen and (max-width: 767px) {
  .contents-wrap .gallery-wrap .slide {
    width: 230px !important;
  }
}
@media screen and (max-width: 767px) {
  .contents-wrap .gallery-wrap .slide a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
}
.contents-wrap .gallery-wrap .slide a img {
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .contents-wrap .gallery-wrap .slide a:hover img {
    opacity: 0.7;
  }
}
.contents-wrap .gallery-wrap .bx-wrapper .bx-controls-direction a {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 30px;
  height: 44px;
  margin-top: -15px;
  outline: 0;
  text-indent: -9999px;
}
@media screen and (max-width: 767px) {
  .contents-wrap .gallery-wrap .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 100%;
    margin-top: -115px;
  }
}
.contents-wrap .gallery-wrap .bx-wrapper .bx-prev {
  left: 30px;
  background: url("../img/bg-icn-before.png") no-repeat;
}
@media screen and (max-width: 767px) {
  .contents-wrap .gallery-wrap .bx-wrapper .bx-prev {
    left: 190px;
    background: url("../img/bg-icn-before.png") no-repeat center center;
    background-size: 21px 31px;
  }
}
.contents-wrap .gallery-wrap .bx-wrapper .bx-next {
  right: 30px;
  background: url("../img/bg-icn-next.png") no-repeat;
}
@media screen and (max-width: 767px) {
  .contents-wrap .gallery-wrap .bx-wrapper .bx-next {
    right: 190px;
    background: url("../img/bg-icn-next.png") no-repeat center center;
    background-size: 21px 31px;
  }
}