.en-all {
  font-size: 2vw;
  font-family: var(--serif);
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0.7em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .en-all {
    font-size: 12px;
  }
}

.ttl-all {
  font-size: 8vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #e3ded5;
  line-height: 1.8em;
}
.ttl-all .small {
  font-size: 80%;
  letter-spacing: 0.2em;
}
.ttl-all .big {
  font-size: 124%;
  letter-spacing: 0.2em;
}
.ttl-all .bigger {
  font-size: 144%;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  .ttl-all {
    font-size: 50px;
    line-height: 94px;
  }
}

.btn-pop a {
  margin: 0 auto;
  box-sizing: border-box;
  width: 310px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #e3ded5;
  border-radius: 3px;
  border: 1px solid #e3ded5;
  position: relative;
  z-index: 1;
}
.btn-pop a::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_popup.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  width: 11px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto 0;
}
@media only screen and (min-width: 768px) {
  .btn-pop a {
    width: 350px;
    height: 76px;
    font-size: 18px;
    padding-right: 22px;
    transition: 0.4s ease;
  }
  .btn-pop a::before {
    width: 11px;
    right: 27px;
  }
  .btn-pop a:hover {
    background: #820f0f;
    letter-spacing: 0.25em;
  }
}

.bnr-all a {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .bnr-all {
    text-align: center;
  }
  .bnr-all a {
    width: 800px;
    margin: 0 auto;
  }
}

#lead {
  padding: 20vw 0 20vw;
  position: relative;
}
#lead::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg3.jpg) repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% + 26.4vw);
  z-index: -2;
}
#lead .deco1 {
  width: 50vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#lead .img {
  width: 40vw;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
}
#lead .img::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco3.png) repeat;
  background-size: 100% auto;
  width: 30.8vw;
  height: 30.8vw;
  top: 13.4vw;
  left: -20.5vw;
}
#lead .group-ttl {
  position: relative;
  margin: 0 0 10vw;
  width: 28.8vw;
}
#lead .group-ttl h2 {
  white-space: nowrap;
  text-align: right;
}
#lead .group-ttl .en-all {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 5vw);
  width: 100%;
}
#lead .desc {
  margin-bottom: 8vw;
}
#lead .desc .txt {
  margin-bottom: 30px;
}
#lead .desc .txt:last-child {
  margin-bottom: 0;
}
#lead .list {
  position: relative;
}
#lead .list::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco2.png) repeat;
  background-size: 100% auto;
  width: 30.8vw;
  height: 30.8vw;
  bottom: -13.4vw;
  right: -10.5vw;
}
#lead .list .photo1 {
  width: 80vw;
  margin-bottom: -10vw;
}
#lead .list .photo2 {
  width: 50vw;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #lead {
    padding: 200px 0 230px;
  }
  #lead::before {
    right: calc(50% + 390px);
    left: calc(50% - 50vw);
  }
  #lead .deco1 {
    width: 100vw;
  }
  #lead .img {
    height: 550px;
    left: calc(50% + 380px);
    width: unset;
    top: -200px;
  }
  #lead .img::before {
    background-size: auto;
    width: 299px;
    height: 299px;
    top: 132px;
    left: -248px;
  }
  #lead .group-ttl {
    margin: 0 252px 70px auto;
    width: 188px;
  }
  #lead .group-ttl h2 {
    text-align: right;
  }
  #lead .group-ttl .en-all {
    top: calc(50% + 13px);
    left: calc(100% + 43px);
    font-size: 9px;
  }
  #lead .desc {
    margin-bottom: 0;
    margin-right: -110px;
    position: relative;
    z-index: 3;
    width: fit-content;
    margin-left: auto;
  }
  #lead .desc .txt {
    margin-bottom: 64px;
  }
  #lead .desc .txt:last-child {
    margin-left: 65px;
    margin-bottom: 0;
  }
  #lead .list {
    position: absolute;
    top: 271px;
    left: calc(50% - 50vw);
    right: 50%;
  }
  #lead .list::before {
    background-size: auto;
    width: 253px;
    height: 253px;
    bottom: -71px;
    right: -116px;
  }
  #lead .list .photo1 {
    width: unset;
    margin-bottom: -65px;
    margin-right: 106px;
    height: 630px;
  }
  #lead .list .photo2 {
    width: 460px;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
}

#course {
  position: relative;
}
#course .deco1 {
  position: absolute;
  bottom: -27vw;
  left: 0;
  z-index: 3;
}
#course .row1 {
  padding: 0 0 5vw;
  margin: 0 calc(50% - 50vw) 10vw;
  position: relative;
  overflow: hidden;
}
#course .row1 .group-ttl {
  width: 28.8vw;
  position: relative;
  margin: 0 5vw 0 auto;
  text-shadow: 1px 1px 2px #000;
  padding-top: 18vw;
}
#course .row1 .group-ttl::before {
  content: "";
  position: absolute;
  right: 2.5vw;
  width: 1px;
  bottom: 10vw;
  top: 0;
  background: #e3ded5;
  opacity: 0.5;
}
#course .row1 .group-ttl h2 {
  white-space: nowrap;
}
#course .row1 .group-ttl h2 .pt {
  padding-top: 28vw;
}
#course .row1 .group-ttl .en-all {
  position: absolute;
  bottom: 18vw;
  right: calc(100% + 1vw);
}
#course .row1 .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#course .txt-large {
  margin-bottom: 30px;
}
#course .note {
  margin-bottom: 10vw;
}
#course .row2 .wrap-slider {
  margin-bottom: 10vw;
}
#course .row2 .wrap-slider .slick-slide {
  line-height: 1em;
}
#course .row2 .wrap-slider .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#course .row2 .wrap-slider .slider-thumb {
  margin-top: 5vw;
  position: relative;
  display: flex;
  gap: 2vw;
  z-index: 4;
}
#course .row2 .wrap-slider .slider-thumb .photo {
  width: 40vw;
  position: relative;
  z-index: 1;
  background: #000;
}
#course .row2 .wrap-slider .slider-thumb .photo::before {
  content: "";
  position: absolute;
  background: url(../img/fugu/overlay.png) repeat;
  opacity: 1;
  inset: 0;
  z-index: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
#course .row2 .wrap-slider .slider-thumb .photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  z-index: 2;
}
#course .row2 .wrap-slider .slider-thumb .photo img {
  opacity: 0.7;
}
#course .row2 .wrap-slider .slider-thumb .photo.is-active::before {
  opacity: 0;
  visibility: hidden;
}
#course .row2 .wrap-slider .slider-thumb .photo.is-active::after {
  border-color: #e1d8cb;
}
#course .row2 .wrap-slider .slider-thumb .photo.is-active img {
  opacity: 1;
}
#course .row2 .desc {
  position: relative;
  padding: 15.4vw 0 11.4vw;
  color: #36302c;
}
#course .row2 .desc::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg2.jpg) repeat;
  inset: 0 calc(50% - 50vw);
  z-index: -2;
}
#course .row2 .desc .deco2 {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 72.7vw;
  z-index: -1;
}
#course .row2 .desc .label {
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 4vw;
}
#course .row2 .desc .label .bg {
  display: inline-block;
  background: #36302c;
  padding: 2vw 6vw;
}
#course .row2 .desc .en-all {
  color: #36302c;
  margin-left: 5vw;
}
#course .row2 .desc h3 {
  color: #36302c;
  margin-bottom: 6vw;
}
#course .row2 .desc .dish {
  margin-bottom: 6vw;
}
#course .row2 .desc .dish dl {
  display: flex;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-size: 4.5vw;
}
#course .row2 .desc .dish dl:last-child {
  margin-bottom: 0;
}
#course .row2 .desc .dish dl dt {
  flex-shrink: 0;
  width: 40vw;
}
#course .row2 .desc .txt {
  margin-bottom: 8vw;
}
#course .row2 .desc .tit {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-size: 4.5vw;
  margin-bottom: 6vw;
  overflow: hidden;
}
#course .row2 .desc .tit .line {
  position: relative;
}
#course .row2 .desc .tit .line::before,
#course .row2 .desc .tit .line::after {
  content: "";
  position: absolute;
  background: #998e7f;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#course .row2 .desc .tit .line::before {
  right: calc(100% + 3vw);
  left: calc(50% - 50vw);
}
#course .row2 .desc .tit .line::after {
  left: calc(100% + 3vw);
  right: calc(50% - 50vw);
}
#course .row2 .desc ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 10px;
  margin-bottom: 6vw;
}
#course .row2 .desc ul li {
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-weight: 600;
  white-space: nowrap;
}
#course .row2 .desc .btn-pop a {
  border-color: #36302c;
  color: #36302c;
}
#course .row2 .desc .btn-pop a::before {
  background-image: url(../img/shared/icon_popup_b.png);
}
@media only screen and (min-width: 768px) {
  #course .deco1 {
    width: 100%;
    top: 1905px;
    bottom: unset;
    left: 0;
  }
  #course .row1 {
    padding: 0;
    margin: 0 calc(50% - 50vw) 82px;
    height: 780px;
  }
  #course .row1 .group-ttl {
    position: absolute;
    margin: 0;
    text-shadow: unset;
    right: 217px;
    padding-top: 84px;
    width: 196px;
  }
  #course .row1 .group-ttl::before {
    bottom: 70px;
    top: 0;
    right: 23px;
  }
  #course .row1 .group-ttl h2 {
    line-height: 98px;
  }
  #course .row1 .group-ttl h2 .pt {
    padding-top: 178px;
  }
  #course .row1 .group-ttl .en-all {
    font-size: 9px;
    bottom: 111px;
    right: calc(100% + 10px);
  }
  #course .txt-large {
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 0.2em;
  }
  #course .note {
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 80px;
  }
  #course .row2 {
    position: relative;
  }
  #course .row2 .wrap-slider {
    position: absolute;
    right: calc(50% - 50vw);
    left: calc(50% - 30px);
    margin-bottom: 0;
    z-index: 5;
  }
  #course .row2 .wrap-slider .photo {
    height: 620px;
  }
  #course .row2 .wrap-slider .slider-thumb {
    justify-content: flex-end;
    margin-top: 36px;
    gap: 20px;
    margin-right: 62px;
  }
  #course .row2 .wrap-slider .slider-thumb .photo {
    width: 150px;
    height: 150px;
    cursor: pointer;
  }
  #course .row2 .wrap-slider .slider-thumb .photo:hover::before {
    opacity: 0;
    visibility: hidden;
  }
  #course .row2 .wrap-slider .slider-thumb .photo:hover::after {
    border-color: #e1d8cb;
  }
  #course .row2 .wrap-slider .slider-thumb .photo:hover img {
    opacity: 1;
  }
  #course .row2 .desc {
    padding: 170px 0 82px;
    width: 50%;
    position: relative;
    z-index: 4;
  }
  #course .row2 .desc::before {
    inset: 103px -155px 0 calc(50% - 50vw);
  }
  #course .row2 .desc .deco2 {
    bottom: 0;
    left: calc(50% - 50vw + 250px);
    width: 547px;
  }
  #course .row2 .desc .label {
    font-size: 16px;
    margin-bottom: 23px;
  }
  #course .row2 .desc .label .bg {
    padding: 9px 25px;
  }
  #course .row2 .desc .en-all {
    margin-left: 41px;
    margin-bottom: -4px;
  }
  #course .row2 .desc h3 {
    font-size: 50px;
    margin-bottom: 30px;
    letter-spacing: normal;
  }
  #course .row2 .desc .dish {
    margin-bottom: 46px;
    width: 415px;
  }
  #course .row2 .desc .dish dl {
    font-size: 20px;
    margin-bottom: 7px;
  }
  #course .row2 .desc .dish dl dt {
    width: 164px;
  }
  #course .row2 .desc .txt {
    width: 415px;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
  }
  #course .row2 .desc .tit {
    font-size: 20px;
    margin-bottom: 27px;
    width: 415px;
  }
  #course .row2 .desc .tit .line::before {
    right: calc(100% + 10px);
  }
  #course .row2 .desc .tit .line::after {
    left: calc(100% + 10px);
  }
  #course .row2 .desc ul {
    width: 415px;
    gap: 15px;
    margin-bottom: 42px;
  }
  #course .row2 .desc ul li {
    font-size: 18px;
  }
  #course .row2 .desc .btn-pop {
    width: 415px;
  }
  #course .row2 .desc .btn-pop a:hover {
    border-color: #fff;
    color: #fff;
  }
  #course .row2 .desc .btn-pop a:hover::before {
    background-image: url(../img/shared/icon_popup.png);
  }
}

#other {
  padding: 15vw 0 10vw;
  position: relative;
  z-index: 1;
}
#other h2 {
  text-align: center;
  margin-bottom: 10vw;
}
#other .list .item {
  padding: 0 5vw 10vw;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10vw;
}
#other .list .item:last-child {
  margin-bottom: 0;
}
#other .list .item::before {
  content: "";
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
  bottom: 0;
  --bdr: 1px;
  --clr: #998e7f;
  --gap: 0%;
  --gap-pos: 0%;
  --left-size: var(--gap-pos);
  --right-size: calc(100% - var(--gap-pos) - var(--gap));
  background:
    linear-gradient(var(--clr), var(--clr)) left 0 top 0 no-repeat,
    linear-gradient(var(--clr), var(--clr)) right 0 top 0 no-repeat,
    linear-gradient(var(--clr), var(--clr)) left 0 top 0 no-repeat,
    linear-gradient(var(--clr), var(--clr)) right 0 top 0 no-repeat,
    linear-gradient(var(--clr), var(--clr)) left 0 bottom 0 no-repeat;
  background-size:
    var(--left-size) var(--bdr),
    var(--right-size) var(--bdr),
    var(--bdr) 100%,
    var(--bdr) 100%,
    100% var(--bdr);
  z-index: -1;
}
#other .list .item .block-tit {
  margin-bottom: 6vw;
}
#other .list .item .block-tit .en-all {
  margin-bottom: 4vw;
}
#other .list .item .block-tit .group {
  width: fit-content;
  position: relative;
}
#other .list .item .block-tit .group::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg.jpg) repeat;
  left: -2vw;
  right: -2vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#other .list .item .block-tit .group h3 {
  letter-spacing: 0.2em;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.4em;
}
#other .list .item .block-tit .group .price {
  letter-spacing: 0.2em;
}
#other .list .item .flex-pc .img {
  margin-bottom: 6vw;
}
#other .list .item .flex-pc .desc .txt {
  margin-bottom: 4vw;
}
#other .list .item .flex-pc .desc .tit {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-size: 4.5vw;
  margin-bottom: 6vw;
  overflow: hidden;
}
#other .list .item .flex-pc .desc .tit .line {
  position: relative;
}
#other .list .item .flex-pc .desc .tit .line::before,
#other .list .item .flex-pc .desc .tit .line::after {
  content: "";
  position: absolute;
  background: #998e7f;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#other .list .item .flex-pc .desc .tit .line::before {
  right: calc(100% + 3vw);
  left: calc(50% - 50vw);
}
#other .list .item .flex-pc .desc .tit .line::after {
  left: calc(100% + 3vw);
  right: calc(50% - 50vw);
}
#other .list .item .flex-pc .desc ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 10px;
  margin-bottom: 6vw;
}
#other .list .item .flex-pc .desc ul li {
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  #other {
    padding: 239px 0 107px;
  }
  #other .wrap {
    max-width: 1160px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
  }
  #other h2 {
    margin-bottom: 47px;
    letter-spacing: normal;
  }
  #other .list .item {
    padding: 0 47px 24px;
    margin-bottom: 50px;
    height: 550px;
  }
  #other .list .item:nth-child(2) .flex-pc .desc {
    padding-top: 30px;
  }
  #other .list .item:nth-child(2) .flex-pc .desc .txt {
    margin-bottom: 39px;
  }
  #other .list .item:nth-child(3) .flex-pc .desc {
    padding-top: 30px;
  }
  #other .list .item:nth-child(3) .flex-pc .desc .txt {
    margin-bottom: 39px;
  }
  #other .list .item::before {
    top: 50px;
    --gap: 0%;
    --gap-pos: 0%;
  }
  #other .list .item .block-tit {
    margin-bottom: 44px;
    display: inline-block;
  }
  #other .list .item .block-tit .en-all {
    margin-bottom: 10px;
  }
  #other .list .item .block-tit .group {
    display: flex;
    align-items: flex-end;
    gap: 26px;
    padding: 0;
  }
  #other .list .item .block-tit .group::before {
    left: -10px;
    right: -10px;
  }
  #other .list .item .block-tit .group h3 {
    font-size: 36px;
    margin-bottom: 0;
    letter-spacing: 0.15em;
  }
  #other .list .item .block-tit .group .price {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  #other .list .item .flex-pc {
    display: flex;
    gap: 34px;
  }
  #other .list .item .flex-pc .img {
    margin-bottom: 0;
  }
  #other .list .item .flex-pc .desc {
    width: 420px;
    flex-shrink: 0;
    padding-top: 13px;
  }
  #other .list .item .flex-pc .desc .txt {
    letter-spacing: 0.2em;
    margin-bottom: 21px;
  }
  #other .list .item .flex-pc .desc .tit {
    font-size: 20px;
    margin-bottom: 27px;
  }
  #other .list .item .flex-pc .desc .tit .line::before {
    right: calc(100% + 10px);
  }
  #other .list .item .flex-pc .desc .tit .line::after {
    left: calc(100% + 10px);
  }
  #other .list .item .flex-pc .desc ul {
    margin-bottom: 0;
    gap: 15px;
  }
  #other .list .item .flex-pc .desc ul li {
    font-size: 18px;
  }
}

#cta {
  padding: 10vw 0 20vw;
}
#cta .deco1 {
  position: absolute;
  background: url(../img/shared/deco3.png) repeat;
  background-size: 100% auto;
  width: 20.8vw;
  height: 20.8vw;
  top: -10.4vw;
  right: -3.5vw;
}
#cta .deco2 {
  position: absolute;
  width: 38.7vw;
  height: 38.7vw;
  right: -14vw;
  bottom: 34vw;
  opacity: 0.3;
}
#cta .deco3 {
  position: absolute;
  background: url(../img/shared/deco2.png) repeat;
  background-size: 100% auto;
  width: 20.8vw;
  height: 20.8vw;
  top: 50.4vw;
  left: -3.5vw;
}
#cta .box {
  position: relative;
  background: url(../img/shared/main_bg2.jpg) repeat;
  box-sizing: border-box;
  padding: 10vw 10vw 15vw;
  margin-bottom: 12vw;
}
#cta .box::before {
  content: "";
  position: absolute;
  border: 4vw solid #6f5a44;
  opacity: 0.3;
  inset: 0;
}
#cta .box h2 {
  font-size: 7vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #36302c;
  text-align: center;
  margin-bottom: 8vw;
}
#cta .box h2 .line {
  position: relative;
  padding-bottom: 1.5vw;
  display: inline-block;
}
#cta .box h2 .line::before {
  content: "";
  position: absolute;
  border: 1px solid #625851;
  height: 1vw;
  border-left: none;
  border-right: none;
  bottom: 0;
  left: 0;
  right: 0;
}
#cta .box .list {
  margin-bottom: 10vw;
}
#cta .box .list .item {
  margin-bottom: 10vw;
}
#cta .box .list .item:last-child {
  margin-bottom: 0;
}
#cta .box .list .item .tit {
  position: relative;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-size: 5vw;
  padding-left: 3vw;
  margin-bottom: 2vw;
}
#cta .box .list .item .tit::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5vw;
  background: #36302c;
  top: 1.8vw;
  left: 0;
}
#cta .box .list .item .txt {
  color: #333;
  font-weight: bold;
}
#cta .box .contact {
  padding-top: 10vw;
  border-top: 1px dotted #b4a58e;
}
#cta .box .contact .tel-info {
  font-size: 17px;
  margin-bottom: 15px;
  color: #333;
}
@media only screen and (min-width: 768px) {
  #cta {
    padding: 0 0 120px;
  }
  #cta .wrap {
    max-width: 1310px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
  }
  #cta .deco1 {
    background-size: auto;
    width: 285px;
    height: 285px;
    top: -202px;
    right: -45px;
  }
  #cta .deco2 {
    width: 252px;
    height: 252px;
    right: -53px;
    bottom: 403px;
  }
  #cta .deco3 {
    background-size: auto;
    width: 184px;
    height: 184px;
    top: 551px;
    left: -54px;
  }
  #cta .box {
    padding: 86px 50px 95px;
    margin-bottom: 127px;
  }
  #cta .box::before {
    border: 25px solid #6f5a44;
  }
  #cta .box h2 {
    font-size: 46px;
    margin-bottom: 51px;
    letter-spacing: normal;
  }
  #cta .box h2 .line {
    padding-bottom: 10px;
  }
  #cta .box h2 .line::before {
    height: 5px;
  }
  #cta .box .list {
    max-width: 810px;
    width: 100%;
    margin: 0 auto 52px;
  }
  #cta .box .list .item {
    margin-bottom: 59px;
  }
  #cta .box .list .item .tit {
    font-size: 25px;
    padding-left: 25px;
    margin-bottom: 21px;
  }
  #cta .box .list .item .tit::before {
    width: 8px;
    height: 30px;
    top: 6px;
  }
  #cta .box .list .item .txt {
    font-size: 18px;
    line-height: 40px;
    margin-left: 23px;
  }
  #cta .box .contact {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-top: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
  }
  #cta .box .contact .tel-info {
    font-size: 26px;
    margin-bottom: 0;
  }
  #cta .box .contact .btn-web a {
    width: 312px;
    font-size: 26px;
    height: 79px;
  }
}

#hirezake {
  padding: 5vw 0 20vw;
  position: relative;
}
#hirezake::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg3.jpg) repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% + 26.4vw);
  z-index: -2;
}
#hirezake .deco1 {
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 0;
}
#hirezake .row {
  margin-bottom: 24vw;
  position: relative;
}
#hirezake .row .deco2 {
  position: absolute;
  bottom: 0;
  right: calc(50% - 50vw);
  z-index: -1;
  width: 80vw;
}
#hirezake .row .img1 {
  margin: 0 calc(50% - 50vw) 6vw 0;
}
#hirezake .row h2 {
  font-size: 7vw;
  margin: 0 auto 8vw;
}
#hirezake .row h2 .pd {
  padding-left: 10vw;
}
#hirezake .row h3 {
  margin-bottom: 6vw;
}
#hirezake .row .desc {
  margin-bottom: 6vw;
  position: relative;
}
#hirezake .row .desc .deco3 {
  content: "";
  position: absolute;
  background: url(../img/shared/deco3.png) repeat;
  background-size: 100% auto;
  width: 20.8vw;
  height: 20.8vw;
  bottom: -10.4vw;
  right: -10.5vw;
  z-index: -1;
}
#hirezake .row .desc .txt {
  margin-bottom: 30px;
}
#hirezake .row .desc .txt:last-child {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
#hirezake .row .list {
  display: flex;
  align-items: flex-end;
}
#hirezake .row .list .photo1 {
  width: 50vw;
  position: relative;
  z-index: 1;
}
#hirezake .row .list .photo1::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco2.png) repeat;
  background-size: 100% auto;
  width: 20.8vw;
  height: 20.8vw;
  top: -10.4vw;
  right: -10.5vw;
}
#hirezake .row .list .photo2 {
  width: 60vw;
  margin-left: -10vw;
  margin-bottom: -10vw;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #hirezake {
    padding: 0 0 124px;
  }
  #hirezake::before {
    top: 350px;
    left: 0;
    right: calc(50% + 555px);
  }
  #hirezake .deco1 {
    top: -9px;
    width: 100%;
  }
  #hirezake .row {
    margin-bottom: 127px;
  }
  #hirezake .row .deco2 {
    bottom: 61px;
    right: calc(50% - 50vw);
    width: 763px;
  }
  #hirezake .row .img1 {
    margin: 0;
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 22px);
    height: 580px;
  }
  #hirezake .row h2 {
    font-size: 62px;
    line-height: 98px;
    margin: 0 0 0 210px;
    padding-top: 57px;
    white-space: nowrap;
  }
  #hirezake .row h2 .big {
    font-size: 100%;
  }
  #hirezake .row h2 .small {
    font-size: 64.5161290323%;
  }
  #hirezake .row h2 .pd {
    padding-left: 0;
    padding-top: 74px;
  }
  #hirezake .row h3 {
    margin-left: auto;
    width: 526px;
    margin-right: -80px;
    margin-top: 114px;
    margin-bottom: 33px;
  }
  #hirezake .row .desc {
    margin-left: auto;
    margin-bottom: 0;
    width: 526px;
    margin-right: -95px;
  }
  #hirezake .row .desc .deco3 {
    background-size: auto;
    width: 299px;
    height: 299px;
    bottom: -205px;
    right: -203px;
  }
  #hirezake .row .desc .txt {
    margin-bottom: 35px;
  }
  #hirezake .row .list {
    justify-content: flex-end;
    position: absolute;
    top: 290px;
    left: calc(50% - 50vw);
    right: 50%;
  }
  #hirezake .row .list .photo1 {
    width: calc(100% - 377px);
    margin-left: calc(50% - 50vw);
    height: 714px;
  }
  #hirezake .row .list .photo1::before {
    background-size: auto;
    width: 170px;
    height: 170px;
    top: -51px;
    right: -87px;
  }
  #hirezake .row .list .photo2 {
    width: 428px;
    margin-left: -51px;
    margin-bottom: -83px;
  }
}

#alacarte {
  padding: 0 0 20vw;
}
#alacarte .row1 {
  padding: 0 0 15vw;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
#alacarte .row1 .group-ttl {
  width: fit-content;
  position: relative;
  margin: 0 0 8.4vw 5vw;
}
#alacarte .row1 .group-ttl h2 {
  width: 21vw;
  font-size: 21.2vw;
  font-family: var(--serif);
  margin: 0 auto;
  font-weight: 200;
  white-space: nowrap;
  letter-spacing: 0.06em;
  line-height: 1em;
}
#alacarte .row1 .group-ttl .en-all {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: calc(100% + 5vw);
  width: 100%;
  text-shadow: 1px 1px 1px #000;
}
#alacarte .row1 .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#alacarte .row2 {
  padding: 15vw 0 15vw;
  position: relative;
}
#alacarte .row2 .deco1 {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  z-index: 3;
  width: 60vw;
}
#alacarte .row2 h3 {
  text-align: center;
  margin-bottom: 6vw;
}
#alacarte .row2 .txt {
  margin-bottom: 30px;
}
#alacarte .row3 {
  margin-bottom: 12vw;
}
#alacarte .row3 .img {
  margin-bottom: 6vw;
  position: relative;
}
#alacarte .row3 .img::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco2.png) repeat;
  background-size: 100% auto;
  width: 20.8vw;
  height: 20.8vw;
  top: -10vw;
  left: -3.5vw;
}
#alacarte .row3 .desc dl {
  font-size: 6.8vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  margin-bottom: 4vw;
}
#alacarte .row3 .desc dl dt {
  font-size: 100%;
  font-weight: 400;
}
#alacarte .row3 .desc dl dd {
  font-weight: 600;
  font-size: 50%;
  letter-spacing: 0.2em;
}
#alacarte .row3 .desc .txt {
  font-weight: 600;
  letter-spacing: 0.2em;
}
#alacarte .row4 {
  margin-bottom: 12vw;
}
#alacarte .row4 .img {
  margin-bottom: 6vw;
  position: relative;
}
#alacarte .row4 .img::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco3.png) repeat;
  background-size: 100% auto;
  width: 50vw;
  height: 50vw;
  bottom: -20vw;
  left: -7.5vw;
  z-index: -1;
}
#alacarte .row4 .desc dl {
  font-size: 6.8vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  margin-bottom: 4vw;
}
#alacarte .row4 .desc dl dt {
  font-size: 100%;
  font-weight: 400;
}
#alacarte .row4 .desc dl dd {
  font-weight: 600;
  font-size: 50%;
  letter-spacing: 0.2em;
}
#alacarte .row4 .desc .txt {
  font-weight: 600;
  letter-spacing: 0.2em;
}
#alacarte .row5 {
  margin-bottom: 12vw;
}
#alacarte .row5 h3 {
  font-size: 7vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #e3ded5;
  text-align: center;
  margin-bottom: 6vw;
}
#alacarte .row5 h3 .line {
  position: relative;
  padding-bottom: 1.5vw;
  display: inline-block;
}
#alacarte .row5 h3 .line::before {
  content: "";
  position: absolute;
  border: 1px solid #e3ded5;
  height: 1vw;
  border-left: none;
  border-right: none;
  bottom: 0;
  left: 11vw;
  right: 11vw;
}
#alacarte .row5 h3 .small {
  font-size: 78.2608695652%;
}
#alacarte .row5 .note {
  text-align: center;
  margin-bottom: 6vw;
}
#alacarte .row5 .list dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #625246;
  padding: 10px 0;
  letter-spacing: 0.2em;
  line-height: 1.6666666667;
  font-weight: 600;
}
#alacarte .row5 .list dl:first-child {
  border-top: 1px dotted #625246;
}
#alacarte .row5 .list dl dd {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #alacarte .row5 .note {
    font-size: 12px;
  }
  #alacarte .row5 .list .group:first-child dl:first-child {
    border-top: 1px dotted #625246;
  }
}
@media only screen and (min-width: 768px) {
  #alacarte {
    padding: 0 0 150px;
  }
  #alacarte .row1 {
    padding: 0;
    margin: 0 calc(50% - 50vw);
    height: 730px;
  }
  #alacarte .row1 .group-ttl {
    position: absolute;
    margin: 0;
    top: 0;
    left: 234px;
  }
  #alacarte .row1 .group-ttl h2 {
    width: 213px;
    font-size: 213px;
  }
  #alacarte .row1 .group-ttl .en-all {
    font-size: 9px;
    top: 294px;
    left: calc(100% - 50px);
    width: unset;
    text-shadow: unset;
  }
  #alacarte .row2 {
    padding: 124px 0 70px;
  }
  #alacarte .row2 .deco1 {
    top: 0;
    right: calc(50% - 50vw);
    width: 807px;
  }
  #alacarte .row2 h3 {
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 67px;
  }
  #alacarte .row2 h3 .big {
    letter-spacing: 0.15em;
  }
  #alacarte .row2 h3 .small {
    letter-spacing: normal;
  }
  #alacarte .row2 .txt {
    text-align: center;
    margin-bottom: 35px;
  }
  #alacarte .row2 .note {
    text-align: center;
  }
  #alacarte .row3 {
    display: flex;
    gap: 50px;
    margin-bottom: 0;
  }
  #alacarte .row3 .img {
    margin-bottom: 0;
  }
  #alacarte .row3 .img::before {
    background-size: auto;
    width: 170px;
    height: 170px;
    top: -50px;
    left: -144px;
  }
  #alacarte .row3 .desc {
    width: 465px;
    flex-shrink: 0;
    padding-top: 73px;
    margin-right: -15px;
  }
  #alacarte .row3 .desc dl {
    font-size: 36px;
    line-height: 57px;
    margin-bottom: 32px;
  }
  #alacarte .row3 .desc dl dt {
    letter-spacing: 0.14em;
  }
  #alacarte .row4 {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    margin-bottom: 143px;
  }
  #alacarte .row4 .img {
    margin-bottom: 0;
  }
  #alacarte .row4 .img::before {
    background-size: auto;
    width: 299px;
    height: 299px;
    bottom: -107px;
    left: -110px;
  }
  #alacarte .row4 .desc {
    width: 365px;
    flex-shrink: 0;
    padding-top: 123px;
  }
  #alacarte .row4 .desc dl {
    font-size: 36px;
    line-height: 57px;
    margin-bottom: 32px;
  }
  #alacarte .row4 .desc dl dt {
    letter-spacing: 0.14em;
  }
  #alacarte .row5 {
    margin-bottom: 112px;
  }
  #alacarte .row5 h3 {
    font-size: 46px;
    letter-spacing: normal;
    margin-bottom: 39px;
  }
  #alacarte .row5 h3 .line {
    padding-bottom: 10px;
  }
  #alacarte .row5 h3 .line::before {
    height: 5px;
    left: 80px;
    right: 80px;
  }
  #alacarte .row5 .note {
    letter-spacing: 0.2em;
    margin-bottom: 49px;
  }
  #alacarte .row5 .list {
    max-width: 910px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: center;
  }
  #alacarte .row5 .list .group {
    width: 33.3333333333%;
  }
  #alacarte .row5 .list dl {
    font-size: 18px;
    padding: 15px 5px 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  #lead .desc {
    margin-right: -30px;
  }
  #lead .list .photo1 {
    margin-bottom: -45px;
  }
  #lead .list .photo2 {
    margin-right: 55px;
  }
  #hirezake .row .desc {
    margin-right: -30px;
  }
  #hirezake .row .list {
    right: calc(50% + 30px);
  }
  #hirezake .row h3 {
    margin-right: -20px;
  }
}
