@charset "UTF-8";
.remodal .close {
  position: sticky;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  z-index: 10;
}

.remodal .close:hover {
  filter: invert(1);
}

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 25px;
  background: url(../img/shared/close_popup.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.remodal-close::before {
  content: none;
}

.remodal-overlay {
  background: rgba(255, 255, 255, 0.95);
}

.remodal {
  background: transparent;
  padding: 0;
}

.popup-menu {
  box-sizing: border-box;
  padding: 12vw 3% 8vw;
  margin-bottom: 0;
  color: #000;
}
.popup-menu h2 {
  text-align: center;
  font-size: 6vw;
  font-family: var(--ship);
  letter-spacing: 0.25em;
  color: #000;
  line-height: 1.6em;
  margin-bottom: 3vw;
}
.popup-menu .sub {
  text-align: center;
  margin-bottom: 5vw;
}
.popup-menu .group {
  margin-bottom: 30px;
}
.popup-menu .group:last-child {
  margin-bottom: 0;
}
.popup-menu .item {
  margin-bottom: 30px;
}
.popup-menu .item:last-child {
  margin-bottom: 0;
}
.popup-menu .item .tit {
  padding: 10px 10px;
  border: 1px solid #000;
  margin-bottom: 20px;
}
.popup-menu .item .dish {
  margin-bottom: 12px;
}
.popup-menu .item .dish:last-child {
  margin-bottom: 0;
}
.popup-menu .item .dish dl {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.popup-menu .item .dish dl dt {
  text-align: left;
}
.popup-menu .item .dish dl dd {
  text-align: right;
}

#sec1 {
  padding: 10vw 0 15vw;
}
#sec1 .row .desc h2 {
  font-family: var(--ship);
  font-size: 5vw;
  line-height: 1.6em;
  margin-bottom: 5vw;
  letter-spacing: 0.25em;
}
#sec1 .row .desc h2 .small {
  font-size: 66.6666666667%;
}
#sec1 .row .desc h2 .medium {
  font-size: 80%;
}
#sec1 .row .img {
  position: relative;
  margin-bottom: 8vw;
}
#sec1 .row .img::before {
  content: "";
  position: absolute;
  background-color: #be2e1e;
  right: 3%;
  left: -3%;
  bottom: -5vw;
  top: 15vw;
}
#sec1 .row .img .photo {
  margin-bottom: 2vw;
}
#sec1 .row .img .photo:last-child {
  margin-bottom: 0;
}

#sec2 {
  position: relative;
}
#sec2 .row {
  padding: 10vw 0;
  background: url(../img/shared/main_bg2.jpg) repeat;
  background-position: center top;
}
#sec2 .row .box {
  padding: 10vw 8%;
  position: relative;
  z-index: 1;
}
#sec2 .row .box::before {
  content: "";
  position: absolute;
  inset: 3.3vw 3.3%;
  border: 1px solid #be2e1e;
  z-index: -2;
}
#sec2 .row .box::after {
  content: "";
  position: absolute;
  inset: 2.67vw 2.67%;
  background: url(../img/shared/square_icon_red.png) no-repeat top left, url(../img/shared/square_icon_red.png) no-repeat top right, url(../img/shared/square_icon_red.png) no-repeat bottom left, url(../img/shared/square_icon_red.png) no-repeat bottom right;
  background-size: 2vw;
  z-index: -1;
}
#sec2 .row .box h2 {
  text-align: center;
  font-family: var(--ship);
  font-size: 5vw;
  letter-spacing: 0.25em;
  line-height: 1.6em;
  margin-bottom: 2vw;
}
#sec2 .row .box .price {
  text-align: center;
  font-family: var(--ship);
  font-size: 4.375vw;
  letter-spacing: 0.25em;
  line-height: 1.6em;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  position: relative;
}
#sec2 .row .box .price::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 17.5vw;
  height: 2px;
  border: 0px solid #000;
  border-width: 1px 0;
}
#sec2 .row .box .price .small {
  font-size: 75%;
}
#sec2 .box-parallax {
  position: relative;
}
#sec2 .box-parallax .bg {
  min-height: 80vw;
  position: relative;
}
#sec2 .box-parallax .bg .img_parallax {
  position: absolute;
  inset: 0;
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
}
#sec2 .box-parallax .bg .img_parallax img {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#sec2 .box-parallax .num {
  font-family: var(--ship);
  font-size: 4vw;
  line-height: 1.6em;
  color: #fff;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
#sec2 .box-parallax .num::after {
  content: "｜";
  font-family: var(--serif);
  font-size: 100%;
}
#sec2 .box-parallax h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  color: #fff;
  font-family: var(--ship);
  font-size: 5vw;
  line-height: 1.6em;
  letter-spacing: 0.25em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: 15vw;
  height: 60vw;
}
#sec2 .box-parallax h2::before {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  inset: 4px 0;
}

#sec3 {
  padding: 0 0 15vw;
}
#sec3 .row1 {
  padding-top: 15vw;
  position: relative;
  z-index: 1;
}
#sec3 .row1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3.4%;
  left: 23.33%;
  background: url(../img/shared/main_bg2.jpg) center/auto repeat;
  z-index: -1;
}
#sec3 .row1 .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5vw;
}
#sec3 .row1 .right .ttl {
  margin: 0 auto;
}
#sec3 .row1 .right h2 {
  padding: 4vw 6%;
  font-family: var(--ship);
  font-size: 4vw;
  line-height: 1.6em;
  background-color: #fff;
  margin: 0 auto 2vw;
  width: 6vw;
  height: 28vw;
}
#sec3 .row1 .right .tit {
  font-family: var(--ship);
  font-size: 5vw;
  line-height: 1.6em;
  margin: 0 auto 4vw;
  letter-spacing: 0.25em;
}
#sec3 .row1 .right .tit .small {
  font-size: 66.6666666667%;
}
#sec3 .row1 .left .img {
  margin-bottom: 5vw;
}
#sec3 .box1 {
  padding: 10vw 0;
  position: relative;
  z-index: 1;
}
#sec3 .box1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3.4%;
  left: 23.33%;
  background: url(../img/shared/main_bg2.jpg) center/auto repeat;
  z-index: -1;
}
#sec3 .box1 .bd {
  padding: 8vw 6%;
  position: relative;
  z-index: 1;
}
#sec3 .box1 .bd::before, #sec3 .box1 .bd::after {
  content: "";
  border: 1px solid #000;
  position: absolute;
  z-index: -1;
}
#sec3 .box1 .bd::before {
  inset: 5px 0;
}
#sec3 .box1 .bd::after {
  inset: 0 5px;
}
#sec3 .box1 .bd .tit {
  font-size: 4vw;
  text-align: center;
  margin-bottom: 5vw;
}
#sec3 .box1 .bd .dish {
  margin-bottom: 8vw;
}
#sec3 .box1 .bd .dish .group dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  line-height: 1.8em;
}
#sec3 .box1 .bd .dish .group dl.cus {
  padding-bottom: 20px;
}
#sec3 .box1 .bd .dish .group dl.cus dt,
#sec3 .box1 .bd .dish .group dl.cus dd {
  padding-bottom: 20px;
}
#sec3 .box1 .bd .dish .group dl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  border: 0px solid #000;
  border-width: 1px 0;
}
#sec3 .box1 .bd .dish .group dl dt {
  flex-shrink: 0;
  text-align: left;
  font-weight: bold;
}
#sec3 .box1 .bd .dish .group dl dd {
  text-align: right;
}
#sec3 .box1 .bd .dish .group dl .note {
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
}
#sec3 .box1 .bd .txt {
  text-align: center;
}

#sec3 .course {
  padding: 10vw 0;
  position: relative;
  z-index: 1;
}
#sec3 .course h2 {
  text-align: center;
  font-family: var(--ship);
  font-size: 5vw;
  letter-spacing: 0.25em;
  line-height: 1.6em;
  margin-bottom: 3vw;
}
#sec3 .course .price {
  text-align: center;
  font-family: var(--ship);
  font-size: 4.375vw;
  letter-spacing: 0.25em;
  line-height: 1.6em;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  position: relative;
}
#sec3 .course .price::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 17.5vw;
  height: 2px;
  border: 0px solid #000;
  border-width: 1px 0;
}
#sec3 .course .price .small {
  font-size: 75%;
}
#sec3 .course .note {
  margin-bottom: 6vw;
}

#sec3 .row2 {
  padding-top: 10vw;
}
#sec3 .row2 h2 {
  text-align: center;
  font-family: var(--ship);
  font-size: 5vw;
  letter-spacing: 0.25em;
  line-height: 1.6em;
  margin-bottom: 3vw;
}
#sec3 .row2 .note {
  text-align: center;
  margin-bottom: 6vw;
}
#sec3 .row2 .dish {
  text-align: center;
}
#sec3 .row2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5vw;
}
#sec3 .row2 .item:last-child {
  margin-bottom: 0;
}
#sec3 .row2 .item .tit1 {
  text-align: center;
  font-family: var(--ship);
  font-size: 5vw;
  letter-spacing: 0.25em;
  line-height: 1.6em;
  margin-bottom: 2vw;
}
#sec3 .row2 .item .price {
  text-align: center;
  font-family: var(--ship);
  font-size: 4.375vw;
  letter-spacing: 0.25em;
  line-height: 1.6em;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  position: relative;
}
#sec3 .row2 .item .price::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 17.5vw;
  height: 2px;
  border: 0px solid #000;
  border-width: 1px 0;
}
#sec3 .row2 .item .price .small {
  font-size: 75%;
}
#sec3 .row2 .item .tit2 {
  text-align: center;
  margin-bottom: 5vw;
}
#sec3 .row2 .item ul li {
  text-align: left;
  position: relative;
  padding-left: 20px;
}
#sec3 .row2 .item ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#sec3 .box2 {
  margin-top: 10vw;
  padding: 10vw 7%;
  position: relative;
  z-index: 1;
  border: 1px solid #000;
}
#sec3 .box2::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 2%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#sec3 .box2 .tel-info {
  text-align: center;
  margin-bottom: 5vw;
}
#sec3 .box2 .tel-info dt {
  font-size: 6.4vw;
  font-family: var(--gara);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-bottom: 2vw;
}
#sec3 .box2 .tel-info dt .tit {
  font-size: 4vw;
  font-family: var(--serif);
  letter-spacing: 0.15em;
}
#sec3 .box2 .tel-info dd {
  line-height: 1.8em;
  font-size: 2.67vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#sec3 .box2 .btn-web a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 250px;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.5s ease;
  background-color: #be2e1e;
}
#sec3 .box2 .btn-web a .ic {
  position: relative;
  padding-left: 25px;
}
#sec3 .box2 .btn-web a .ic::before {
  content: "";
  position: absolute;
  background: url(../img/shared/web_icon.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}

#sec4 {
  padding-bottom: 15vw;
}
#sec4 .row {
  position: relative;
}
#sec4 .row::before {
  content: "";
  position: absolute;
  top: 13.1vw;
  bottom: 0;
  left: 0;
  right: -3.5%;
  background-color: #be2e1e;
  z-index: -1;
}
#sec4 .row .img {
  margin-bottom: 5.1vw;
}
#sec4 .row .desc {
  padding: 0 12% 11.4vw;
  color: #fff;
}
#sec4 .row .desc h2 {
  text-align: center;
  font-size: 5vw;
  font-family: var(--ship);
  margin-bottom: 5.2vw;
  padding-bottom: 4.9vw;
  letter-spacing: 0.22em;
  line-height: 1.6em;
  position: relative;
}
#sec4 .row .desc h2::before, #sec4 .row .desc h2::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  left: -16%;
  right: 0;
  bottom: 0;
}
#sec4 .row .desc h2::after {
  bottom: 2px;
}
#sec4 .row .desc h2 .small {
  font-size: 66.6666666667%;
}
#sec5 {
  padding: 10vw 0 15vw;
  position: relative;
  z-index: 1;
}
#sec5::before {
  content: "";
  position: absolute;
  background: url(../img/dinner/sec5_deco1.jpg) no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 40vw;
  z-index: -1;
}
#sec5 .row {
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
  z-index: 1;
}
#sec5 .row::before {
  content: "";
  position: absolute;
  background: url(../img/shared/effect2.png) no-repeat;
  background-size: contain;
  top: -5vw;
  left: 0;
  opacity: 0.3;
  width: 8.75vw;
  height: 8.75vw;
}
#sec5 .row::after {
  content: "";
  position: absolute;
  background: url(../img/shared/deco_style2.png) no-repeat;
  background-size: contain;
  bottom: -10vw;
  right: 0;
  width: 8.75vw;
  height: 8.75vw;
}
#sec5 .row h2 {
  margin: 0 auto 8vw;
  text-align: center;
  font-family: var(--ship);
  font-size: 6vw;
  line-height: 1.6em;
  letter-spacing: 0.2em;
}
#sec5 .row .img1 {
  margin: 0 -3.4% -10vw;
}
#sec5 .row .img2 {
  margin-bottom: 5vw;
}
#sec5 .row .txt {
  margin-bottom: 5vw;
}
#sec6 {
  padding: 15vw 0 15vw;
}
#sec6 .row1 {
  position: relative;
  margin-bottom: 8vw;
}
#sec6 .row1::before {
  content: "";
  position: absolute;
  background: url(../img/dinner/sec6_deco1.jpg) no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 26.67%;
  height: 40vw;
  z-index: -1;
}
#sec6 .row1 h2 {
  margin: 0 auto 8vw;
  font-family: var(--ship);
  font-size: 6vw;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  position: relative;
  color: #222;
  z-index: 2;
}
#sec6 .row1 h2::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 3vw);
  right: 23%;
  height: 14vw;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
  margin: 0 auto;
}
#sec6 .row1 h2 .red {
  color: #be2e1e;
}
#sec6 .row1 .img {
  margin: 0 auto 5vw;
  height: 76vw;
}
#sec6 .row1 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec6 .row2 {
  margin-bottom: 8vw;
}
#sec6 .row2 .txt {
  margin: 0 auto 5vw;
}
#sec6 .box {
  margin-bottom: 8vw;
  text-align: center;
  padding: 10vw 6%;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
}
#sec6 .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 2%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#sec6 .box > .tit {
  font-size: 4vw;
  text-align: center;
  color: #be2e1e;
  line-height: 1.6em;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  position: relative;
}
#sec6 .box > .tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 17.5vw;
  height: 2px;
  border: 0px solid #000;
  border-width: 1px 0;
}
#sec6 .box .txt {
  text-align: center;
  margin-bottom: 26px;
}
#sec6 .box .tel-info {
  text-align: center;
}
#sec6 .box .tel-info dt {
  font-size: 6.4vw;
  font-family: var(--gara);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-bottom: 2vw;
}
#sec6 .box .tel-info dt .tit {
  font-size: 4vw;
  font-family: var(--serif);
  letter-spacing: 0.15em;
}
#sec6 .box .tel-info dd {
  line-height: 1.8em;
  font-size: 2.67vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .popup-menu {
    padding: 95px 0 48px;
    max-width: 1000px;
  }
  .popup-menu h2 {
    font-size: 30px;
    margin-bottom: 9px;
  }
  .popup-menu .sub {
    margin-bottom: 39px;
  }
  .popup-menu .list {
    display: flex;
    gap: 20px;
  }
  .popup-menu .group {
    width: 33.3333333333%;
  }
  .popup-menu .item {
    margin-bottom: 40px;
  }
  .popup-menu .item .tit {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  .popup-menu .item .dish dl {
    line-height: 1.8em;
    padding: 13px 0;
  }
  .popup-menu .item .note {
    line-height: 1.8em;
  }
  .remodal-close {
    top: 0;
    right: 29px;
  }
  #sec1 {
    padding: 55px 0 140px;
  }
  #sec1 .row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-left: 50px;
  }
  #sec1 .row .desc {
    margin-right: 90px;
    margin-top: 40px;
  }
  #sec1 .row .desc h2 {
    font-size: 30px;
    margin-bottom: 36px;
  }
  #sec1 .row .desc h2 .small {
    letter-spacing: 0.25em;
    font-size: 66.6666666667%;
  }
  #sec1 .row .desc h2 .medium {
    font-size: 80%;
  }
  #sec1 .row .desc .txt {
    width: 400px;
    line-height: 2.35em;
  }
  #sec1 .row .img {
    margin-right: -140px;
    margin-bottom: 0;
  }
  #sec1 .row .img::before {
    right: 40px;
    left: -40px;
    bottom: -50px;
    top: 155px;
  }
  #sec1 .row .img .photo {
    margin-bottom: 5px;
  }
  #sec2 .wrap {
    width: 1030px;
  }
  #sec2 .row {
    padding: 85px 0;
  }
  #sec2 .row .box {
    padding: 127px 50px 112px;
  }
  #sec2 .row .box::before {
    inset: 20px;
  }
  #sec2 .row .box::after {
    inset: 15px;
    background-size: 15px;
  }
  #sec2 .row .box h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  #sec2 .row .box .price {
    font-size: 24px;
    padding-bottom: 44px;
    margin-bottom: 37px;
  }
  #sec2 .row .box .price::before {
    width: 100px;
  }
  #sec2 .row .box .txt {
    max-width: 500px;
    margin: 0 auto;
  }
  #sec2 .box-parallax .bg {
    min-height: 550px;
  }
  #sec2 .box-parallax .num {
    font-size: 24px;
    left: 100px;
  }
  #sec2 .box-parallax h2 {
    font-size: 24px;
    width: 60px;
    height: 310px;
  }
  #sec3 {
    padding: 0 0 100px;
  }
  #sec3 .row1 {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 160px;
  }
  #sec3 .row1::before {
    right: calc(50% - 50vw);
    left: calc(50% - 150px);
  }
  #sec3 .row1 .right {
    display: block;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  #sec3 .row1 .right h2 {
    padding: 0;
    font-size: 24px;
    margin: 0 0 10px 118px;
    letter-spacing: 0.2em;
    width: 65px;
    height: 250px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sec3 .row1 .right .tit {
    font-size: 30px;
    margin: 0 0 29px 63px;
  }
  #sec3 .row1 .left {
    margin-top: 70px;
    margin-right: 19px;
  }
  #sec3 .row1 .left .img {
    margin-bottom: 47px;
    margin-left: -70px;
  }
  #sec3 .row1 .left .txt {
    width: 500px;
    margin-left: auto;
  }
  #sec3 .box1 {
    padding: 80px 0 60px 0;
  }
  #sec3 .box1::before {
    right: calc(50% - 50vw);
    left: calc(50% - 150px);
  }
  #sec3 .box1 .bd {
    padding: 79px 130px;
    margin: 0 -50px;
  }
  #sec3 .box1 .bd::before {
    inset: 10px 0;
  }
  #sec3 .box1 .bd::after {
    inset: 0 10px;
  }
  #sec3 .box1 .bd .tit {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #sec3 .box1 .bd .dish {
    margin-bottom: 39px;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  #sec3 .box1 .bd .dish .group {
    width: 50%;
  }
  #sec3 .box1 .bd .dish .group dl {
    padding: 18px 0;
    line-height: 2.4em;
  }
  #sec3 .box1 .bd .dish .group dl.cus {
    padding-bottom: 35px;
  }
  #sec3 .box1 .bd .dish .group dl .note {
    font-size: 13px;
    bottom: 25px;
  }
  #sec3 .box1 .bd .txt {
    text-align: center;
  }

  #sec3 .course {
  padding: 80px 0 0 0;
}
  #sec3 .course .row  {
    display: flex;
    justify-content: center;
  }
  #sec3 .course .row .item {
    width: 450px;
    text-align: left;
    margin: 0 30px 0 0;
  }
#sec3 .course h2 {
    font-size: 30px;
    margin-bottom: 50px;
}
  #sec3 .course .price {
    font-size: 24px;
    padding-bottom: 43px;
    margin: 50px 0 40px 0;
  }
  #sec3 .course .price::before {
    width: 100px;
  }
#sec3 .course .note {
  margin-bottom: 6vw;
}

  #sec3 .row2 {
    padding-top: 80px;
  }
  #sec3 .row2 h2 {
    font-size: 30px;
    margin-bottom: 9px;
  }
  #sec3 .row2 .note {
    margin-bottom: 48px;
  }
  #sec3 .row2 .dish {
    display: flex;
    justify-content: center;
  }
  #sec3 .row2 .item {
    padding: 54px 69px 50px 66px;
    width: 50%;
    margin-bottom: 0;
    position: relative;
  }
  #sec3 .row2 .item::before {
    content: "";
    position: absolute;
    background-color: #afaea5;
    opacity: 0.25;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
  }
  #sec3 .row2 .item:last-child::before {
    content: none;
  }
  #sec3 .row2 .item .tit1 {
    font-size: 24px;
    margin-bottom: 7px;
  }
  #sec3 .row2 .item .price {
    font-size: 24px;
    padding-bottom: 43px;
    margin-bottom: 38px;
  }
  #sec3 .row2 .item .price::before {
    width: 100px;
  }
  #sec3 .row2 .item .tit2 {
    margin-bottom: 18px;
  }
  #sec3 .row2 .item ul li {
    padding-left: 20px;
    line-height: 2.35em;
  }
  #sec3 .row2 .item ul li::before {
    top: 0;
  }
  #sec3 .box2 {
    padding: 77px 20px 108px;
    margin-top: 98px;
  }
  #sec3 .box2::before {
    inset: 0 19px;
  }
  #sec3 .box2 .tel-info {
    margin-bottom: 41px;
  }
  #sec3 .box2 .tel-info dt {
    font-size: 30px;
    margin-bottom: 6px;
    line-height: 1.7em;
  }
  #sec3 .box2 .tel-info dt .tit {
    font-size: 18px;
  }
  #sec3 .box2 .tel-info dd {
    line-height: 2.1em;
    font-size: 15px;
  }
  #sec3 .box2 .btn-web a:hover {
    opacity: 0.8;
  }
  #sec4 {
    padding-bottom: 101px;
  }
  #sec4 .row {
    display: flex;
    z-index: 1;
  }
  #sec4 .row::before {
    top: 50px;
    bottom: 0;
    left: 0;
    right: -50px;
  }
  #sec4 .row .img {
    max-width: 700px;
    height: 450px;
    margin-left: -50px;
    margin-bottom: 0;
  }
  #sec4 .row .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec4 .row .desc {
    margin-right: -50px;
    width: 283px;
    box-sizing: border-box;
    padding: 0 20px 71px;
    margin-top: 116px;
    margin-left: 40px;
    flex-shrink: 0;
  }
  #sec4 .row .desc h2 {
    text-align: left;
    font-size: 30px;
    padding-bottom: 33px;
    margin-bottom: 28px;
    line-height: 1.5em;
  }
  #sec4 .row .desc h2 .small {
    letter-spacing: 0.2em;
  }
  #sec4 .row .desc h2::before, #sec4 .row .desc h2::after {
    left: -60px;
  }
  #sec4 .row .desc h2::after {
    bottom: 3px;
  }
  #sec4 .row .desc .txt {
    line-height: 2.3em;
  }
  #sec5 {
    padding: 50px 0 194px;
  }
  #sec5::before {
    height: 500px;
  }
  #sec5 .row {
    padding: 0;
    display: flex;
  }
  #sec5 .row::before {
    width: 66px;
    height: 66px;
    top: -50px;
    left: 100px;
  }
  #sec5 .row::after {
    width: 66px;
    height: 66px;
    bottom: -79px;
    right: 99px;
  }
  #sec5 .row h2 {
    width: 300px;
    display: flex;
    align-items: center;
    margin: 150px 0 0 100px;
    font-size: 36px;
  }
  #sec5 .row .img1 {
    margin: 0 -250px 35px 0;
    height: 600px;
  }
  #sec5 .row .img1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec5 .row .img2 {
    position: absolute;
    bottom: 18px;
    left: -100px;
  }
  #sec5 .row .txt {
    width: 450px;
    margin-bottom: 47px;
  }
  #sec5 .row .btn-all {
    text-align: left;
  }
  #sec5 .row .btn-all a {
    margin: 0;
  }
  #sec6 {
    padding: 151px 0 150px;
  }
  #sec6 .row1 {
    margin-bottom: 80px;
  }
  #sec6 .row1::before {
    height: 450px;
    left: calc(50% - 50vw);
    right: calc(50% - 350px);
    bottom: -232px;
  }
  #sec6 .row1 h2 {
    position: absolute;
    top: 135px;
    right: 78px;
    font-size: 30px;
    line-height: 1.8em;
    letter-spacing: 0.25em;
    margin-bottom: 0;
    width: 108px;
    height: 300px;
  }
  #sec6 .row1 h2::before {
    height: 200px;
    bottom: calc(100% + 36px);
    right: 25px;
  }
  #sec6 .row1 .img {
    margin: 0 -50px;
    height: unset;
  }
  #sec6 .row2 {
    display: flex;
    margin-bottom: 100px;
  }
  #sec6 .row2 .txt {
    margin: 69px auto 0;
  }
  #sec6 .row2 .img {
    margin-right: -200px;
  }
  #sec6 .box {
    padding: 93px 20px 89px;
    margin-bottom: 81px;
  }
  #sec6 .box .tit {
    font-size: 18px;
    padding-bottom: 48px;
    margin-bottom: 36px;
  }
  #sec6 .box .tit::before {
    width: 100px;
  }
  #sec6 .box .txt {
    margin-bottom: 30px;
  }
  #sec6 .box .tel-info dt {
    font-size: 30px;
    margin-bottom: 6px;
    line-height: 1.7em;
  }
  #sec6 .box .tel-info dt .tit {
    font-size: 18px;
  }
  #sec6 .box .tel-info dd {
    line-height: 2.1em;
    font-size: 15px;
  }
}
