#key {
  background-image: url("../img/menu/key.jpg");
  background-position: 30%;
}

#sec1 {
  position: relative;
  z-index: 0;
  padding: 20vw 6vw 25vw;
}

#sec1:after {
  content: '';
  height: 70vw;
  background-image: url("../img/menu/sec1_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% top;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16vw;
  z-index: -1;
}

#sec1 h2 {
  width: 40vw;
  margin: 0 auto 10vw;
}

#sec1 .eng {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 167px 0 298px;
  }
  #sec1:after {
    height: 709px;
    bottom: -93px;
  }
  #sec1 h2 {
    width: 100%;
    margin: 0 auto 97px;
  }
  #sec1 .eng {
    font-size: 13px;
    margin-bottom: 60px;
  }
  #sec1 .txt {
    text-align: center;
  }
}

#sec2 {
  position: relative;
  z-index: 1;
}

#sec2:before {
  content: '';
  height: 100vw;
  background-image: url("../img/shared/pattern1.png");
  background-size: 8.5vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 16vw;
  z-index: -1;
}

#sec2 .row1 {
  padding: 0 4vw 20vw;
}

#sec2 .row1 h2 {
  width: 20vw;
  margin: 0 auto 8vw;
}

#sec2 .row1 .note {
  margin-bottom: 8vw;
}

#sec2 .row1 .slide-thumb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-bottom: 12vw;
}

#sec2 .row1 .slide-thumb .recipe-item {
  position: relative;
  color: #fff;
}

#sec2 .row1 .slide-thumb .recipe-item span {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#sec2 .row2 {
  padding-bottom: 20vw;
  position: relative;
  z-index: 0;
}

#sec2 .row2:before {
  content: '';
  background: #f4f4f4;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 10vw;
  top: 10vw;
  z-index: -1;
}

#sec2 .row2 h2 {
  width: 6vw;
  margin: 0 auto 8vw;
}

#sec2 .row2 .btn-more {
  width: 150px;
  margin: 0 auto;
}

#sec2 .row2 .btn-more a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: rgba(209, 51, 44, 0.75);
  color: #fff;
  height: 35px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  border-radius: 30px;
}
  #sec2 .row2 #feed .item .photo {
    margin: 0 30vw 0 0;
  }

  #sec2 .row2 #feed .item .photo span {
    width: 75vw !important;
    height: auto !important;
  }

@media screen and (max-width: 767px) {
  #sec2 .row2 #feed {
    width: 60vw;
    margin: 0 auto 5vw;
  }
  #sec2 .row2 #feed .photo {
    margin-bottom: 15vw;
  }
  #sec2 .row2 #feed .item .photo span {
    padding-top: 52vw;
  }
  #sec2 .row2 #feed dl {
    text-align: center;
    font-size: 12px;
    line-height: 25px;
  }
  #sec2 .row2 #feed dl dd a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 25px;
  }
}

@media screen and (min-width: 768px) {
  #sec2:before {
    height: 550px;
    background-size: auto;
    top: 93px;
  }
  #sec2 .row1 {
    padding: 0 30px 150px;
  }
  #sec2 .row1 .inner {
    max-width: 1202px;
    width: 100%;
    margin: 0 auto;
  }
  #sec2 .row1 h2 {
    width: 100%;
    margin: 0 auto 57px;
  }
  #sec2 .row1 .note {
    margin-bottom: 61px;
  }
  #sec2 .row1 .slide-thumb {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 101px;
  }
  #sec2 .row1 .slide-thumb .recipe-item {
    cursor: pointer;
    transition: 0.3s all ease;
  }
  #sec2 .row1 .slide-thumb .recipe-item:hover {
    opacity: 0.8;
  }
  #sec2 .row1 .slide-thumb .recipe-item span {
    font-size: 20px;
    cursor: pointer;
  }
  #sec2 .row1 .slide-thumb .recipe-item img {
    width: 100%;
    height: auto;
  }
  #sec2 .row2 {
    padding-bottom: 100px;
  }
  #sec2 .row2:before {
    right: calc(50% - 500px);
    top: 100px;
  }
  #sec2 .row2 h2 {
    width: 250px;
    margin: 45px 0 0;
  }
  #sec2 .row2 #feed {
    width: 750px;
    min-height: 350px;
  }
  #sec2 .row2 #feed .item {
    display: flex;
    align-items: flex-start;
  }
  #sec2 .row2 #feed .item .photo {
    margin: 60px 0 0 0;
  }
  #sec2 .row2 #feed .item .photo span {
    transition: 0.3s all ease;
    width: 400px !important;
    height: 280px !important;
    object-fit: cover; /* 必要に応じてトリミング */
  }
  #sec2 .row2 #feed .item .photo:hover {
    opacity: 0.8;
  }
  #sec2 .row2 #feed .item dl {
    width: calc(100% - 400px);
    border-bottom: 1px solid #fff;
    padding: 137px 70px 25px 80px;
    line-height: 40px;
  }
  #sec2 .row2 #feed .item dl dd a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 40px;
  }
  #sec2 .row2 #feed .item dl dd a:hover {
    text-decoration: underline;
  }
  #sec2 .row2 .btn-more {
    width: 150px;
    margin: 0;
    position: absolute;
    right: 120px;
    top: 284px;
    z-index: 1;
  }
  #sec2 .row2 .btn-more a {
    height: 40px;
    font-size: 15px;
    padding: 0 0 3px 5px;
  }
  #sec2 .row2 .btn-more a:hover {
    opacity: 0.8;
  }
}

#sec3 {
  margin-top: 20vw;
  padding-bottom: 20vw;
}

#sec3 .col-img {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-bottom: 15vw;
}

#sec3 .col-text {
  padding: 0 10vw 10vw;
}

#sec3 .col-text .eng {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 13vw;
}

#sec3 .col-text h2 {
  width: 20vw;
  margin: 0 auto 10vw;
}

@media screen and (min-width: 768px) {
  #sec3 {
    margin-top: 250px;
    padding-bottom: 300px;
  }
  #sec3 .inner {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 101px;
  }
  #sec3 .col-img {
    width: calc(100% - 500px);
    margin-bottom: 0;
  }
  #sec3 .col-img .img {
    height: 600px;
  }
  #sec3 .col-text {
    width: 500px;
    padding: 58px 34px 0;
  }
  #sec3 .col-text .eng {
    font-size: 13px;
    margin-bottom: 78px;
  }
  #sec3 .col-text h2 {
    width: 100%;
    margin: 0 auto 75px;
  }
  #sec3 .col-text .txt {
    max-width: 352px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1550px) {
  #sec3 .col-img {
    width: 66%;
  }
  #sec3 .col-text {
    width: 34%;
  }
}

#sec4 {
  padding-bottom: 20vw;
}

#sec4 .row1 {
  position: relative;
}

#sec4 .row1 h2 {
  width: 20vw;
  position: absolute;
  right: 9vw;
  top: 5vw;
  z-index: 1;
}

#sec4 .row2 .ttl {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10vw;
  text-align: center; /* ★追加：全体を中央揃えに */
}

#sec4 .row2 .ttl dt {
  display: inline-block; /* ★追加：縦書きをインライン化して中央寄せ可能に */
  white-space: nowrap;
  font-size: 5vw;
  letter-spacing: 0.3em;
  margin: 0 auto 6vw;
  padding-top: 20vw;
  position: relative;
}

#sec4 .row2 .ttl dt:before {
  content: '';
  width: 1px;
  height: 15vw;
  background: #000;
  opacity: 0.25;
  position: absolute;
  left: 50%;
  top: 0;
}

#sec4 .row2 .ttl dd {
  font-size: 4.2vw;
  letter-spacing: 0.3em;
}

#sec4 .row2 .box {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 8vw 0;
  margin-bottom: 8vw;
  text-align: center; /* ★追加：全体を中央揃えに */
}

#sec4 .row2 .box .price {
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 6vw;
}

#sec4 .row2 .box ul {
  display: inline-block; /* ★追加：縦書きをインライン化して中央寄せ可能に */
  letter-spacing: 0.2em;
  line-height: 40px;
  font-weight: bold;
  margin: 0 auto 6vw;
  text-align: left; /* ★追加：親のcenterを打ち消し、縦書きのテキストを上揃えにする */
}

#sec4 .row2 .box .txt {
  padding: 0 4vw;
  text-align: left; /* ★追加：スマホでの説明文は左寄せを維持 */
}

#sec4 .row2 .note {
  font-weight: bold;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 370px) {
  #sec4 .row2 .box ul {
    line-height: 37px;
  }
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding-bottom: 183px;
  }
  #sec4 .row1 h2 {
    width: 109px;
    right: 158px;
    top: 155px;
  }
  #sec4 .row2 .ttl {
    margin-bottom: 93px;
  }
  #sec4 .row2 .ttl dt {
    font-size: 24px;
    margin: 0 auto 34px;
    padding-top: 199px;
    /* ★削除：中央寄せの邪魔になるため position による配置を解除 */
    /* left: 50%; */
    /* transform: translateX(-50%); */
  }
  #sec4 .row2 .ttl dt:before {
    height: 150px;
  }
  #sec4 .row2 .ttl dd {
    font-size: 20px;
    margin-left: 5px;
  }
  #sec4 .row2 .box {
    width: 800px;
    padding: 64px 0 61px;
    margin: 0 auto 84px;
  }
  #sec4 .row2 .box .price {
    font-size: 17px;
    margin: 0 0 33px 13px;
  }
  #sec4 .row2 .box ul {
    font-size: 17px;
    line-height: 60px;
    margin: 0 auto 57px;
    position: relative;
    /* ★削除：中央寄せの邪魔になるため position による配置を解除 */
    /* left: 50%; */
    /* transform: translateX(-50%); */
  }
  #sec4 .row2 .box .txt {
    text-align: center;
    padding: 0;
  }
  #sec4 .row2 .note {
    font-size: 17px;
    padding-left: 12px;
  }
}

#cta {
  background: #f4f4f4;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

#cta .col {
  padding: 15vw 4vw;
}

#cta .col .ttl {
  font-size: 5vw;
  letter-spacing: 0.3em;
  line-height: 1.6;
  font-weight: bold;
  padding-bottom: 6vw;
  margin-bottom: 6vw;
  position: relative;
}

#cta .col .ttl:after {
  content: '';
  width: 30vw;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

#cta .col .tel {
  font-size: 15px;
  letter-spacing: 0.3em;
  font-weight: bold;
  margin-bottom: 5vw;
}

#cta .col .tel span {
  font-size: 20px;
  letter-spacing: 0.3em;
}

#cta .col .tel small {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 400;
}

#cta .col .btn-reserve {
  margin: 0 auto;
}

#cta .col + .col {
  border-top: 1px solid #d0d0d0;
}

@media screen and (max-width: 370px) {
  #cta .col .txt {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  #cta .col {
    width: 50%;
    min-height: 447px;
    padding: 31px 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #cta .col .ttl {
    font-size: 24px;
    padding-bottom: 31px;
    margin-bottom: 22px;
  }
  #cta .col .ttl:after {
    width: 150px;
  }
  #cta .col .tel {
    font-size: 17px;
    margin-bottom: 39px;
  }
  #cta .col .tel span {
    font-size: 24px;
  }
  #cta .col .tel small {
    font-size: 15px;
    margin-top: -4px;
  }
  #cta .col .btn-reserve {
    max-width: 400px;
    width: 100%;
  }
  #cta .col .btn-reserve a {
    height: 70px;
    column-gap: 20px;
    font-size: 20px;
    padding: 2px 0 0 5px;
  }
  #cta .col + .col {
    border-top: none;
    border-left: 1px solid #d0d0d0;
    padding: 5px 30px 0px;
  }
}

#sec5 {
  padding: 20vw 0;
  position: relative;
  z-index: 0;
}

#sec5:after {
  content: '';
  background-image: url("../img/shared/pattern2.png");
  position: absolute;
  right: 0;
  left: 40%;
  top: 38vw;
  bottom: 0;
  z-index: -1;
}

#sec5 h2 {
  width: 8vw;
  margin: 0 auto 10vw;
}

#sec5 .row .img1 {
  margin: 0 0 5vw -4vw;
}

#sec5 .row .img2 {
  width: 70vw;
  margin: 0 0 8vw auto;
}

#sec5 .row .txt {
  padding: 0 6vw 8vw;
}

#sec5 .list {
  padding: 0 6vw;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.3em;
}

#sec5 .list dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#sec5 .list dl dt {
  display: table-cell;
}

#sec5 .list dl dd {
  display: table-cell;
  width: 110px;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 197px 0 359px;
  }
  #sec5:after {
    left: calc(50% - 100px);
    top: 300px;
  }
  #sec5 h2 {
    width: 100%;
    text-align: center;
    margin: 0 auto 95px;
  }
  #sec5 .row {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec5 .row .img1 {
    width: 650px;
    margin: 0 0 160px -120px;
  }
  #sec5 .row .img2 {
    width: 450px;
    margin: 0;
    position: absolute;
    right: 50px;
    top: 549px;
  }
  #sec5 .row .txt {
    width: 352px;
    padding: 0;
    margin: 42px 48px 0 0;
  }
  #sec5 .list {
    width: 422px;
    padding: 0;
    margin-left: 78px;
    font-size: 20px;
    line-height: 40px;
  }
  #sec5 .list dl {
    padding-bottom: 18px;
    margin-bottom: 21px;
  }
  #sec5 .list dl dd {
    width: 182px;
  }
}

.slider-remodal .slick-dots {
  display: flex;
  justify-content: center;
  column-gap: 18px;
}

.slider-remodal .slick-dots li {
  width: 14px;
  height: 14px;
  line-height: 0;
}

.slider-remodal .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  background: #000000;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}

.slider-remodal .slick-dots li.slick-active button {
  background: #bfbfbf;
}

.slider-remodal .slick-arrow {
  width: 10px;
  height: 12px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}

.slider-remodal .slick-prev {
  background-image: url("../img/shared/prev.png");
  left: calc(50% - 137px);
}

.slider-remodal .slick-next {
  background-image: url("../img/shared/next.png");
  right: calc(50% - 137px);
}

.slider-remodal .remodal-close {
  width: 4vw;
  height: 5vw;
  position: absolute;
  top: 62vw;
  right: 0;
  z-index: 9;
}

.slider-remodal .sec4-slide {
  padding-bottom: 10vw;
}

.slider-remodal .popup-box .img {
  margin-bottom: 8vw;
  position: relative;
}

.slider-remodal .popup-box .img span {
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 5px;
  z-index: 1;
}

.slider-remodal .popup-box h2 {
  font-size: 6vw;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7vw;
  margin-bottom: 8vw;
}

.slider-remodal .popup-box dl {
  margin-bottom: 6vw;
}

.slider-remodal .popup-box dl dt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 3vw;
}

.slider-remodal .popup-box dl dd {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .slider-remodal .slick-dots {
    column-gap: 22px;
  }
  .slider-remodal .slick-arrow:hover {
    opacity: 0.8;
  }
  .slider-remodal .slick-prev {
    left: calc(50% - 177px);
  }
  .slider-remodal .slick-next {
    right: calc(50% - 177px);
  }
  .slider-remodal .remodal-close {
    width: 17px;
    height: 18px;
    top: 726px;
    right: calc(50% - 400px);
  }
  .slider-remodal .sec4-slide {
    padding: 60px 0;
  }
  .slider-remodal .popup-box .img {
    width: 900px;
    text-align: center;
    margin: 0 auto 54px;
  }
  .slider-remodal .popup-box h2 {
    width: 500px;
    font-size: 30px;
    padding-bottom: 51px;
    margin: 0 auto 43px;
  }
  .slider-remodal .popup-box dl {
    max-width: 806px;
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
  }
  .slider-remodal .popup-box dl dt {
    width: 303px;
    font-size: 20px;
    margin: 2px 0 0;
  }
  .slider-remodal .popup-box dl dd {
    width: 503px;
  }
}

.menu-popup h2 {
  font-size: 7vw;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 7vw;
}

.menu-popup .note {
  line-height: 30px;
  margin-bottom: 8vw;
}

.menu-popup .menulist .item {
  margin-bottom: 12vw;
}

.menu-popup .menulist .item h3 {
  font-weight: bold;
  letter-spacing: 0.15em;
  border: 1px solid rgba(0, 0, 0, 0.35);
  padding: 6px;
  margin-bottom: 15px;
}

.menu-popup .menulist .item h4 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 13px;
  margin-bottom: 13px;
}

.menu-popup .menulist .item ul {
  line-height: 27px;
}

.menu-popup .menulist .item ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 13px;
  margin-bottom: 13px;
}

.menu-popup .menulist .item ul li:last-child {
  margin-bottom: 0;
}

.menu-popup .menulist .item dl {
  width: 100%;
  display: table;
  line-height: 27px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 13px;
  margin-bottom: 13px;
}

.menu-popup .menulist .item dl dt {
  display: table-cell;
  text-align: left;
}

.menu-popup .menulist .item dl dd {
  display: table-cell;
  text-align: right;
}

.menu-popup .menulist .item dl:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .menu-popup {
    padding: 50px 0;
  }
  .menu-popup h2 {
    font-size: 30px;
    margin: -29px 0 42px;
  }
  .menu-popup .note {
    line-height: 32px;
    margin-bottom: 50px;
  }
  .menu-popup .menulist {
    display: flex;
    justify-content: space-between;
  }
  .menu-popup .menulist .col {
    width: 320px;
  }
  .menu-popup .menulist .item {
    margin-bottom: 49px;
  }
  .menu-popup .menulist .item h3 {
    line-height: 38px;
    padding: 10px;
    margin-bottom: 22px;
  }
  .menu-popup .menulist .item h4 {
    line-height: 30px;
    padding-bottom: 20px;
    margin: 22px 0 15px;
  }
}
