.ob-img {
    background-size: cover;
    background-position: center center;
    position: relative;
}
.ob-img img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (min-width: 768px) {
    .ob-img img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
}
#key {
    margin-left: 0;
}
#key .ob-img {
    height: 115vw;
}
@media screen and (min-width: 768px) {    
    #key .ob-img {
        height: 670px;
    }
}

.txt-center {
  text-align: center;
}

.db {
  display: block;
}

.d-flex {
  display: flex;
}

.fz35 {
  font-size: 6.66vw;
  line-height: 2;
  letter-spacing: 0.36em;
}

.fz26 {
  font-size: 5.46vw;
  line-height: 1;
  letter-spacing: 0.12em;
}

.fz25 {
  font-size: 5.33vw;
  line-height: 2.285;
  letter-spacing: 0.36em;
}

.fz24 {
  font-size: 5.2vw;
  line-height: 1.5;
  letter-spacing: 0.36em;
}

.fz20 {
  font-size: 4.66vw;
  line-height: 1.75;
  letter-spacing: 0.22em;
}

.fz19 {
  font-size: 4.53vw;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .d-flex-pc {
    display: flex;
  }
  .fz35 {
    font-size: 35px;
  }
  .fz26 {
    font-size: 26px;
  }
  .fz25 {
    font-size: 25px;
  }
  .fz24 {
    font-size: 24px;
  }
  .fz20 {
    font-size: 20px;
  }
  .fz19 {
    font-size: 19px;
  }
}
#sec1 {
  padding: 20vw 0px 8vw;
  position: relative;
}
#sec1:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../img/menu/deco1.png);
  width: 170vw;
  height: 90vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#sec1 h2, #sec1 .txt {
  position: relative;
  z-index: 1;
}
#sec1 h2 {
  margin: 0px auto;
  width: fit-content;
}
#sec1 h2 i {
  margin: 0px auto 2vw;
  width: fit-content;
}
#sec1 .sec1-group-img {
  margin-top: 6vw;
  gap: 4%;
}
#sec1 .txt {
  margin-top: 8vw;
}
#sec1 .txt li + li {
  margin: 4vw 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  #sec1 .txt {
    writing-mode: horizontal-tb;
  }
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 155px 0px 57px;
  }
  #sec1:before {
    top: -233px;
    right: calc(50% - 284px);
    width: 1282px;
    height: 680px;
  }
  #sec1 .wrap {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #sec1 h2 {
    margin: 33px 0px 0px 30px;
  }
  #sec1 h2 i {
    margin-bottom: 5px;
  }
  #sec1 .sec1-group-img {
    position: absolute;
    top: 0px;
    left: -250px;
    right: -250px;
    justify-content: space-between;
    margin-top: 0px;
  }
  #sec1 .txt {
    margin: 210px 0px 0px 170px;
    height: 520px;
  }
  #sec1 .txt li + li {
    margin: 0px 20px 0px 0px;
  }
}

#sec2 {
  position: relative;
  padding: 40vw 0px 20vw;
}
#sec2:before {
  content: "";
  position: absolute;
  top: -40vw;
  left: 20%;
  background-image: url(../img/menu/deco2.png);
  width: 169vw;
  height: 125vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#sec2:after {
  content: "";
  position: absolute;
  top: 20vw;
  left: 0px;
  right: 0px;
  bottom: -10vw;
  background: rgba(0, 0, 0, 0.55);
  z-index: -2;
  transform: skewY(10deg);
}
#sec2 .sec2-group {
  position: relative;
}
#sec2 .sec2-group .ttls {
  position: absolute;
}
#sec2 .ttls {
  position: relative;
  letter-spacing: 0.28em;
  line-height: 1.2;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.6);
  border-bottom-width: 1px;
  z-index: 1;
  width: fit-content;
}
#sec2 .row1 h2 {
  width: fit-content;
  margin: 0px auto;
}
#sec2 .row1 h2 span:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.29);
}
#sec2 .row1 h2 span {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  box-sizing: border-box;
  padding: 2vw 5vw;
}
#sec2 .row1 .note {
  margin-top: 6vw;
}
#sec2 .row1 .note li + li {
  margin-top: 3vw;
}
#sec2 .row2 {
  margin-top: 10vw;
  position: relative;
}
#sec2 .box {
  padding: 10vw 5%;
  background: rgba(0, 0, 0, 0.85);
  box-sizing: border-box;
}
#sec2 .box h3 {
  font-size: 15px;
}
#sec2 .box h3 small {
  font-size: 14px;
}
#sec2 .box .list {
  margin-top: 4vw;
}
#sec2 .sec2-img1 {
  margin-top: 10vw;
}
#sec2 .sec2-img1 .ttls {
  left: 5%;
  bottom: 4vw;
}
#sec2 .sec2-img2 {
  margin: 10vw 10% 0px 10%;
  position: relative;
}
#sec2 .sec2-img2 .ttls {
  border-right-width: 1px;
  border-bottom-width: 0px;
  left: 3%;
  bottom: 3vw;
}
#sec2 .row3 {
  margin-top: 10vw;
  column-gap: 3%;
  align-items: flex-start;
}
#sec2 .sec2-img3 .ttls {
  right: -2%;
  bottom: 4vw;
}
#sec2 .sec2-img4 {
  margin-top: 12vw;
}
#sec2 .sec2-img4 .ttls {
  right: -2%;
  bottom: 4vw;
}
#sec2 .row4 {
  margin-top: 10vw;
  position: relative;
}
#sec2 .row4:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/menu/deco3.png);
  width: 166vw;
  height: 113vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#sec2 .sec2-img5 {
  margin: 0px 0px 0px 30%;
}
#sec2 .sec2-img5 .ttls {
  left: -10%;
  bottom: 2vw;
}
#sec2 .sec2-img6 {
  margin: 8vw 20% 0px 10%;
}
#sec2 .sec2-img6 .ttls {
  left: -10%;
  bottom: 2vw;
}
#sec2 .row5 {
  margin-top: 10vw;
  position: relative;
}
#sec2 .row5:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/menu/deco4.png);
  width: 1479px;
  height: 1001px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#sec2 .sec2-img7 {
  margin: 0px 30% 0px 0px;
}
#sec2 .sec2-img7 .ttls {
  right: -10%;
  bottom: 2vw;
}
#sec2 .sec2-img8 {
  margin: 8vw 10% 0px 20%;
}
#sec2 .sec2-img8 .ttls {
  right: -10%;
  bottom: 2vw;
}
#sec2 .row6 {
  position: relative;
  margin-top: 20vw;
}
#sec2 .row6 h3 {
  margin: 0px auto;
}
#sec2 .row6 .txt {
  margin-top: 6vw;
}
#sec2 .sec2-group2 {
  position: relative;
  margin-top: 10vw;
}
#sec2 .sec2-img9-1 {
  position: relative;
}
#sec2 .sec2-img9-2 {
  margin: -10vw 45% 0px 5%;
  position: relative;
  z-index: 1;
}
#sec2 .row7 {
  position: relative;
  margin-top: 10vw;
}
#sec2 .row7:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/menu/deco5.png);
  width: 180vw;
  height: 142vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#sec2 .row7 .col-txt {
  margin-top: 10vw;
}
#sec2 .row7 .txt {
  margin-top: 6vw;
}
#sec2 .row8 {
  margin-top: 10vw;
}
#sec2 .row8 h3 {
  margin: 0px auto;
}
#sec2 .row8 .col-txt {
  margin-top: 10vw;
}
#sec2 .row8 .txt {
  margin-top: 6vw;
}
#sec2 .sec2-img11 {
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec2 .row7 .txt-vertical {
    writing-mode: horizontal-tb;
  }
  #sec2 .row7 h3 {
    margin: 0px auto;
  }
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 363px 0px 231px;
  }
  #sec2:before {
    top: -217px;
    left: calc(50% - 24px);
    width: 1274px;
    height: 944px;
  }
  #sec2:after {
    top: 180px;
    bottom: -300px;
  }
  #sec2 .row1 h2 {
    min-width: 394px;
  }
  #sec2 .row1 h2 span {
    padding: 5px 0px;
  }
  #sec2 .row1 .note {
    margin-top: 44px;
  }
  #sec2 .row1 .note li + li {
    margin-top: 15px;
  }
  #sec2 .row2 {
    margin-top: 230px;
  }
  #sec2 .box {
    padding: 80px 0px 61px;
    margin-left: 32px;
    width: 529px;
  }
  #sec2 .box h3 {
    font-size: 16px;
  }
  #sec2 .box h3 small {
    font-size: 15px;
  }
  #sec2 .box .list {
    margin-top: 14px;
    line-height: 33px;
  }
  #sec2 .sec2-img1 {
    position: absolute;
    top: -110px;
    right: -250px;
    margin-top: 0px;
  }
  #sec2 .sec2-img1 .ttls {
    left: 42px;
    bottom: 27px;
  }
  #sec2 .sec2-img2 {
    width: 480px;
    margin: -111px -105px 0px auto;
  }
  #sec2 .sec2-img2:before {
    content: "";
    position: absolute;
    top: -61px;
    left: -170px;
    background-image: url(../img/menu/sec2_line1.png);
    width: 170px;
    height: 168px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #sec2 .sec2-img2 .ttls {
    left: 20px;
    bottom: 10px;
  }
  #sec2 .row3 {
    column-gap: 20px;
    margin: 0px 0px 0px -89px;
  }
  #sec2 .sec2-img3 {
    margin-top: -88px;
  }
  #sec2 .sec2-img3 .ttls {
    right: -12px;
    bottom: 100px;
  }
  #sec2 .sec2-img4 {
    margin-top: 102px;
  }
  #sec2 .sec2-img4 .ttls {
    right: -25px;
    bottom: 154px;
  }
  #sec2 .row4 {
    margin-top: -55px;
  }
  #sec2 .row4:before {
    top: -291px;
    left: -750px;
    width: 1250px;
    height: 852px;
  }
  #sec2 .sec2-img5 {
    margin: 0px -110px 0px auto;
    width: 499px;
  }
  #sec2 .sec2-img5 .ttls {
    left: -105px;
    bottom: 100px;
  }
  #sec2 .sec2-img6 {
    margin: -60px 0px 0px 302px;
  }
  #sec2 .sec2-img6 .ttls {
    left: -105px;
    bottom: 138px;
  }
  #sec2 .row5 {
    margin-top: 49px;
  }
  #sec2 .row5:before {
    top: 0px;
    left: calc(50% - 500px);
    width: 1479px;
    height: 1001px;
  }
  #sec2 .sec2-img7 {
    margin: 0px 0px 0px -70px;
    width: 605px;
  }
  #sec2 .sec2-img7 .ttls {
    right: -47px;
    bottom: 176px;
  }
  #sec2 .sec2-img8 {
    margin: -115px 0px 0px auto;
    width: 594px;
  }
  #sec2 .sec2-img8 .ttls {
    right: -50px;
    bottom: 120px;
  }
  #sec2 .row6 {
    margin-top: 311px;
  }
  #sec2 .row6 h3 {
    margin: 0px 0px 0px 108px;
  }
  #sec2 .row6 .inner {
    margin-top: 68px;
  }
  #sec2 .row6 .txt {
    width: 530px;
    margin: 325px 0px 0px 0px;
  }
  #sec2 .sec2-group2 {
    margin-top: 0px;
    width: 504px;
  }
  #sec2 .sec2-img9-1 {
    position: absolute;
    top: -254px;
    right: -763px;
    margin: 0px;
  }
  #sec2 .sec2-img9-1:before {
    content: "";
    position: absolute;
    top: -202px;
    left: 63px;
    background-image: url(../img/menu/sec2_line2.png);
    width: 174px;
    height: 202px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #sec2 .sec2-img9-2 {
    margin: 0px 0px 0px -77px;
  }
  #sec2 .row7 {
    margin-top: 150px;
    justify-content: space-between;
  }
  #sec2 .row7:before {
    top: -104px;
    left: calc(50% - 600px);
    width: 1350px;
    height: 1068px;
  }
  #sec2 .row7 .col-txt {
    flex-direction: row-reverse;
    align-items: flex-start;
    margin: 88px 16px 0px 0px;
  }
  #sec2 .row7 h3 {
    border-right-width: 1px;
    border-bottom-width: 0px;
  }
  #sec2 .row7 .txt {
    height: 353px;
    margin: 0px 43px 0px 0px;
  }
  #sec2 .sec2-img10 {
    margin-left: 3px;
  }
  #sec2 .row8 {
    margin-top: 168px;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #sec2 .row8 .col-txt {
    width: 358px;
    margin: 64px 0px 0px 43px;
  }
  #sec2 .row8 .txt {
    margin-top: 35px;
  }
  #sec2 .sec2-img11 {
    margin-right: 5px;
  }
  #sec2 .sec2-img11:before {
    content: "";
    position: absolute;
    top: -212px;
    left: 44px;
    background-image: url(../img/menu/sec2_line3.png);
    width: 198px;
    height: 212px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

#sec3 {
  position: relative;
  background-image: url(../img/shared/bg.jpg);
  background-position: center top;
  background-repeat: repeat;
  padding: 20vw 0px;
}
#sec3 .sec3-img {
  margin: 0px -40%;
}
#sec3 h2 {
  margin-top: 8vw;
}
#sec3 .txt {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 171px 0px 183px;
  }
  #sec3 .sec3-img {
    margin: 0px -120px;
  }
  #sec3 h2 {
    margin-top: 64px;
  }
  #sec3 .txt {
    text-align: center;
    margin-top: 30px;
  }
}

#sec4 .col-txt {
  padding: 15vw 5%;
  background: rgba(0, 0, 0, 0.55);
}
#sec4 h2 {
  width: fit-content;
  margin: 0px auto;
}
#sec4 h2 span:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.29);
}
#sec4 h2 span {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  box-sizing: border-box;
  padding: 2vw 5vw;
}
#sec4 .txt {
  margin-top: 8vw;
}
#sec4 .txt li + li {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  #sec4 .sec4-img {
    width: calc(100% - 648px);
    height: 788px;
  }
  #sec4 .sec4-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec4 .col-txt {
    padding: 156px 0px 0px;
    width: 648px;
  }
  #sec4 .inner {
    width: 440px;
    margin: 0px auto;
  }
  #sec4 h2 {
    min-width: 327px;
  }
  #sec4 h2 span {
    padding: 5px 0px;
  }
  #sec4 .txt {
    margin-top: 55px;
  }
  #sec4 .txt li + li {
    margin-top: 22px;
  }
}

#sec5 {
  margin: 25vw 5% 0px;
  padding: 10vw 0px;
  position: relative;
}
#sec5:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  z-index: -1;
}
#sec5:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  z-index: -1;
}
#sec5 .wrap:before {
  content: "";
  position: absolute;
  top: -50vw;
  left: 0px;
  background-image: url(../img/menu/deco6.png);
  width: 182vw;
  height: 118vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#sec5 .inner {
  margin-top: 6vw;
}
#sec5 .col-txt {
  margin-top: 8vw;
}
#sec5 .price {
  justify-content: center;
  border-bottom: 1px solid;
  width: fit-content;
  margin: 4vw auto 0px;
  padding: 0px 15px;
  box-sizing: border-box;
}
#sec5 .price dd {
  font-size: 19px;
  margin-left: 15px;
}
#sec5 .price dd small {
  font-size: 15px;
}
#sec5 .txt2 {
  margin-top: 4vw;
}
@media screen and (max-width: 767px) {
  #sec5 .col-txt {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #sec5 {
    margin: 184px auto 0px;
    padding: 92px 0px 100px;
    max-width: 1079px;
  }
  #sec5:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  #sec5:after {
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
  }
  #sec5 .wrap:before {
    top: -407px;
    left: 273px;
    width: 1365px;
    height: 888px;
  }
  #sec5 .inner {
    margin: 48px 50px 0px 50px;
    column-gap: 62px;
  }
  #sec5 .col-txt {
    margin-top: 65px;
  }
  #sec5 .price {
    margin-top: 26px;
  }
  #sec5 .price dd {
    font-size: 20px;
  }
  #sec5 .price dd small {
    font-size: 16px;
  }
  #sec5 .txt2 {
    margin-top: 41px;
  }
}

.sec-info {
  background-image: url(../img/menu/sec6_bg.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 100% cover;
  margin: 20vw 2% 8vw;
  padding: 15vw 0px;
  position: relative;
}
.sec-info .time {
  margin-top: 5vw;
}
.sec-info .time dd {
  margin-top: 5vw;
}
.sec-info .inner {
  background-image: url(../img/menu/line_double.png);
  background-position: center top;
  background-repeat: repeat-x;
  margin: 12vw 0px 0px;
  padding: 12vw 0px 0px;
}
.sec-info .inside {
  margin-top: 8vw;
}
.sec-info h4 {
  letter-spacing: 0.06em;
  background-image: url(../img/shared/bg.jpg);
  background-position: center top;
  background-repeat: repeat;
  padding: 3vw 0px;
}
.sec-info .tel {
  margin-top: 6vw;
}
.sec-info .btn-web {
  margin: 6vw 10% 0px;
}
.sec-info .btn-web a {
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid;
}
.sec-info .btn-web i {
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.sec-info .box-cancel {
  border: 1px solid rgba(255, 255, 255, 0.33);
  margin: 8vw 0px 0px;
  padding: 8vw 5%;
}
.sec-info .box-cancel dd {
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .sec-info .inside .col + .col {
    margin-top: 6vw;
  }
  .sec-info .box-cancel dd {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .sec-info {
    margin: 187px 30px 40px;
    padding: 123px 0px 140px;
  }
  .sec-info .inner {
    max-width: 810px;
    margin: 84px auto 0px;
    padding: 89px 0px 0px;
  }
  .sec-info .inside {
    justify-content: space-between;
    margin: 59px 37px 0px;
  }
  .sec-info .col {
    width: 333px;
  }
  .sec-info .tel {
    margin-top: 41px;
  }
  .sec-info .time {
    margin-top: 27px;
  }
  .sec-info .time dd {
    margin-top: 33px;
  }
  .sec-info .btn-web {
    width: 256px;
    margin: 26px auto 0px;
  }
  .sec-info .btn-web a {
    width: 256px;
    height: 53px;
    padding: 0;
    transition: all 0.3s ease;    
  }
  .sec-info .btn-web a:hover {
    opacity: 0.7;
  }
  .sec-info h4 {
    padding: 12.75px 0px;
  }
  .sec-info .box-cancel {
    max-width: 512px;
    margin: 67px auto 0px;
    padding: 45px 0px 43px;
  }
  .sec-info .box-cancel dd {
    margin-top: 18px;
  }
  footer .ft-info {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1349px) {
  #sec1 .sec1-group-img {
      left: -150px;
      right: -150px;
  }
  #sec1 .sec1-group-img li {      
    width: 280px;
  }
  #sec1 .sec1-group-img li img {      
    width: 100%;
    height: auto;
  }
}


@media screen and (min-width: 768px) and (max-width: 1209px) {
  #sec1 h2 {
      margin: 33px 0px 0px 10px;
      width: 140px;
  }
      #sec1 h2 i {
        margin-bottom: 5px;
        margin: 0 0 5px 60px;
    }
}

@media screen and (max-width: 767px) {    
  #sec1 h2 {
    margin: 0px auto;
    width: 100px;
  }
}

    