@charset "UTF-8";

main {
  overflow: visible;
}

.db {
  display: block;
}

.object-cover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
}

section * {
  box-sizing: border-box;
}

.ttl-20 {
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 8vw;
}

.ttl-24 {
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 8vw;
}

.ttl-28 {
  font-size: 5.6vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 10vw;
}

.ttl-32 {
  font-size: 5.5vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 15vw;
}

.ttl-36 {
  font-size: 6.9vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 15vw;
}

.ttl-38 {
  font-size: 7vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 15vw;
}

.ttl-42 {
  font-size: 9vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 15vw;
}

.price {
  font-size: 5.6vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 8vw;
}

.price small {
  font-size: 4.8vw;
  letter-spacing: 0.1em;
}

ul.list {
  letter-spacing: 0;
  line-height: 22px;
}

ul.list li {
  padding-left: 20px;
  position: relative;
}

ul.list li:before {
  content: '―';
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  #key-box {
    height: 304px;
  }

  #head-key .bnr-instagram {
    right: 0;
    left: auto;
    top: 264px;
    width: 390px;
  }

  .ttl-20 {
    font-size: 20px;
    line-height: 52px;
  }

  .ttl-24 {
    font-size: 24px;
    line-height: 52px;
  }

  .ttl-28 {
    font-size: 28px;
    line-height: 52px;
  }

  .ttl-32 {
    font-size: 32px;
    line-height: 62px;
  }

  .ttl-36 {
    font-size: 36px;
    line-height: 62px;
  }

  .ttl-38 {
    font-size: 38px;
    line-height: 62px;
  }

  .ttl-42 {
    font-size: 42px;
    line-height: 62px;
  }

  .price {
    font-size: 28px;
    line-height: 52px;
  }

  .price small {
    font-size: 22px;
  }

  ul.list {
    line-height: 27px;
  }
}

#lead {
  position: relative;
  padding-bottom: 20vw;
}

#lead h2 {
  position: absolute;
  left: 5%;
  top: 60vw;
  z-index: 1;
  text-shadow: 0 0 10px #000, 0 0 20px #000;
}

#lead h2:after {
  content: '';
  width: 15vw;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 7vw;
  left: 60vw;
}

#lead h2 .r2 {
  margin-left: 14vw;
}

#lead h2 .r3 {
  margin-left: 8vw;
}

#lead .img {
  height: 120vw;
}

#lead .img img {
  object-position: 10%;
}

#lead .txt {
  width: 90%;
  margin: -10vw auto 0;
  padding: 10vw 5%;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  #lead {
    padding-bottom: 197px;
  }

  #lead h2 {
    left: calc(50% - 542px);
    top: 159px;
    text-shadow: none;
    line-height: 81px;
  }

  #lead h2:after {
    width: 80px;
    height: 1px;
    bottom: 39px;
    left: 300px;
  }

  #lead h2 .r2 {
    margin-left: 71px;
  }

  #lead h2 .r3 {
    margin-left: 36px;
  }

  #lead .img {
    width: calc(50% + 198px);
    height: 750px;
    margin-left: auto;
  }

  #lead .txt {
    width: 618px;
    margin: -163px 0 0 calc(50% - 655px);
    padding: 45px 50px 49px 55px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1330px) {
  #lead .txt {
    margin-left: calc(-50vw + 50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  #lead h2 {
    left: calc(-50vw + 53%);
  }
}

#sec1 {
  overflow: hidden;
}

#sec1 .photo-outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sec1 .photo-wrap {
  width: 100vw;
  height: 120vw;
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 20vw;
}

#sec1 .photo-zoom {
  position: relative;
  text-align: center;
}

#sec1 .photo-zoom .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: opacity 0.5s;
  overflow: hidden;
}

#sec1 .photo-zoom .item img {
  width: 100%;
  height: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sec1 .blk {
  padding: 20vw 0;
  background-image: url("../img/shared/bg2.jpg");
  position: relative;
}

#sec1 .blk:before {
  content: '';
  width: 6vw;
  height: 44vw;
  background-image: url("../img/course/deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  top: -31vw;
  right: 2vw;
  z-index: 1;
}

#sec1 .blk:after {
  content: '';
  width: 3vw;
  height: 44vw;
  background-image: url("../img/course/deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  bottom: -28vw;
  left: 2vw;
  z-index: 1;
}

#sec1 .blk h2 {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 6vw;
}

#sec1 .blk .eng {
  text-align: center;
  opacity: 0.05;
  font-size: 21vw;
  line-height: 20vw;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -11vw;
  z-index: 0;
}

#sec1 .blk .txt {
  margin-bottom: 10vw;
}

#sec1 .blk .note {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #sec1 .photo-wrap {
    height: calc(46.7vw + 80px);
    padding-top: 80px;
  }

  #sec1 .photo-zoom .item img {
    height: 46.7vw;
  }

  #sec1 .blk {
    padding: 162px 0 100px;
  }

  #sec1 .blk:before {
    width: 49px;
    height: 357px;
    top: -44px;
    right: calc(50% - 590px);
  }

  #sec1 .blk:after {
    width: 20px;
    height: 289px;
    bottom: -170px;
    left: calc(50% - 611px);
  }

  #sec1 .blk h2 {
    margin: 0 0 41px 12px;
  }

  #sec1 .blk h2 .ttl-28 {
    margin-bottom: 8px;
  }

  #sec1 .blk .eng {
    font-size: 200px;
    line-height: 200px;
    top: -123px;
  }

  #sec1 .blk .txt {
    text-align: center;
    margin-bottom: 68px;
  }

  #sec1 .blk .note {
    font-size: 14px;
    padding-right: 42px;
  }
}

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

#sec2 .row-text {
  position: relative;
  z-index: 0;
  padding: 15vw 5%;
}

#sec2 .row-text h2 {
  text-align: center;
  margin-bottom: 6vw;
}

#sec2 .row-text .price {
  display: table;
  margin: 0 auto 7vw;
  padding: 0 1.5vw 2.5vw 4vw;
  border-bottom: 1px solid;
}

#sec2 .row-text .s2-slider-sp {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec2 .row-text .s2-slider-sp * {
  height: 100%;
}

#sec2 .row-text .s2-slider-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

#sec2 .row-text .s2-slider-sp .bg-img1 {
  height: 50%;
}

#sec2 .row-text .s2-slider-sp .bg-img2 {
  height: 50%;
}

#sec2 .infiniteslide_wrap {
  margin-top: 10vw;
}

#sec2 .infiniteslide_wrap p {
  margin: 0 4vw;
}

#sec2 .infiniteslide_wrap .img1 {
  width: 62.1vw;
}

#sec2 .infiniteslide_wrap .img2 {
  width: 52vw;
  margin-top: 20vw;
}

#sec2 .infiniteslide_wrap .img3 {
  width: 57.9vw;
  margin-top: 5vw;
}

#sec2 .infiniteslide_wrap .img4 {
  width: 39.5vw;
  margin-top: 25vw;
}

#sec2 .infiniteslide_wrap .img5 {
  width: 64.1vw;
}

@media screen and (min-width: 768px) {
  #sec2 .s2-js {
    position: relative;
    display: flex !important;
  }

  #sec2 .s2-js .col-text {
    width: 500px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding-top: 50px;
  }

  #sec2 .s2-js .col-text h2 {
    display: table;
    text-align: center;
    margin: 0 0 19px -16px;
  }

  #sec2 .s2-js .col-text h2 .ttl-24 {
    margin-bottom: 5px;
  }

  #sec2 .s2-js .col-text h2 .ttl-20 {
    margin-top: -8px;
  }

  #sec2 .s2-js .col-text .price {
    width: 250px;
    text-align: center;
    border-bottom: 1px solid;
    margin: 0 0 43px -2px;
    padding: 0 0 5px 15px;
  }

  #sec2 .s2-js .col-text ul li .r2 {
    margin-left: -4px;
  }

  #sec2 .s2-js .col-text ul li .r3 {
    margin-left: -19px;
  }

  #sec2 .s2-js .main-visual {
    width: 50%;
    height: 100vh;
    position: sticky;
    left: 0;
    top: 0px;
  }

  #sec2 .s2-js .main-visual .top-section-img {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: opacity .8s linear 0s;
    height: 100vh;
  }

  #sec2 .s2-js .main-visual .top-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
  }

  #sec2 .s2-js .main-visual .top-section-img .bg-img1,
  #sec2 .s2-js .main-visual .top-section-img .bg-img2 {
    height: 50%;
  }

  #sec2 .s2-js .main-visual .top-section-img .bg-img3 {
    height: 100%;
  }

  #sec2 .s2-js .main-visual .top-section-img.show {
    opacity: 1;
    transition: opacity .6s linear 0s;
  }

  #sec2 .s2-js .n-right {
    width: 50%;
    position: relative;
    margin-left: auto;
    padding: 120px 0;
  }

  #sec2 .s2-js .n-right .img-group {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }

  #sec2 .s2-js .n-right .img-group img {
    width: 100%;
    height: auto;
  }

  #sec2 .s2-js .n-right .img1 {
    width: 31.1vw;
    margin: 0 0 -1.5vw auto;
  }

  #sec2 .s2-js .n-right .img2 {
    width: 26vw;
    margin: 0px 0 4.1vw 3.8vw;
  }

  #sec2 .s2-js .n-right .img3 {
    width: 28.9vw;
    margin: 0 1.9vw -4.7vw auto;
  }

  #sec2 .s2-js .n-right .img4 {
    width: 19.7vw;
    margin: 0 0 5.1vw 6.3vw;
  }

  #sec2 .s2-js .n-right .img5 {
    width: 32.1vw;
    margin: 0 0.3vw 0 auto;
  }

  #sec2 .infiniteslide_wrap {
    margin-top: 0;
  }

  #sec2 .s2-js .n-right .slider2>div {
    width: 100%;
  }

  #sec2 .s2-js .n-right .slider2 #step2 {
    margin-bottom: 40px;
  }

  #sec2 .sec2-js {
    height: 100%;
  }
}

@media screen and (min-width: 768px) and (max-height: 750px) {
  #sec2 .s2-js .col-text {
    padding-top: 70px;
  }

  #sec2 .s2-js .col-text h2 {
    margin-bottom: -10px;
  }

  #sec2 .s2-js .col-text h2 .ttl-24 {
    margin-bottom: -10px;
  }

  #sec2 .s2-js .col-text .price {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  #sec2 .s2-js .col-text ul {
    line-height: 24px;
  }
}

@media screen and (min-width: 1500px) {
  #sec2 .s2-js .n-right .img1 {
    width: 466px;
    margin: 0 0 -23px auto;
  }

  #sec2 .s2-js .n-right .img2 {
    width: 390px;
    margin: 0px 0 62px 57px;
  }

  #sec2 .s2-js .n-right .img3 {
    width: 434px;
    margin: 0 29px -70px auto;
  }

  #sec2 .s2-js .n-right .img4 {
    width: 296px;
    margin: 0 0 76px 94px;
  }

  #sec2 .s2-js .n-right .img5 {
    width: 481px;
    margin: 0 4px 0 auto;
  }
}

#sec3 {
  padding-top: 20vw;
  overflow: hidden;
}

#sec3 .set1 {
  position: relative;
  z-index: 0;
  padding: 0 5% 15vw;
}

#sec3 .set1:before {
  content: '';
  width: 40vw;
  height: 100vw;
  background-image: url("../img/course/sec3_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#sec3 .set1 .inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

#sec3 .set1 .col-text {
  margin-bottom: 10vw;
}

#sec3 .set1 .col-text h2 {
  margin-bottom: 3vw;
}

#sec3 .set1 .col-text .price {
  border-bottom: 1px solid;
  padding-bottom: 3vw;
  margin-bottom: 6vw;
}

#sec3 .set1 .col-text .txt {
  margin-bottom: 6vw;
}

#sec3 .set1 .col-text .note {
  line-height: 22px;
}

#sec3 .set1 .img {
  position: relative;
}

#sec3 .set1 .img:before {
  content: '';
  width: 24vw;
  height: 10vw;
  background-image: url("../img/course/deco3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -3vw;
  top: 5vw;
  z-index: 1;
}

#sec3 .set2 {
  position: relative;
  z-index: 1;
  padding: 12vw 0 15vw;
}

#sec3 .set2:before {
  content: '';
  background-image: url("../img/shared/bg3.jpg");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec3 .set2 .col-text h2 {
  margin-bottom: 4vw;
}

#sec3 .set2 .img {
  margin: 5vw -33vw 6vw -6vw;
}

#sec3 .set2 .box-text {
  border: 1px solid;
  padding: 8vw 5%;
}

#sec3 .set2 .box-text dl {
  margin-bottom: 4vw;
}

#sec3 .set2 .box-text dl dt {
  margin-bottom: 3vw;
}

#sec3 .set2 .box-text .txt {
  margin-bottom: 3vw;
}

#sec3 .set2 .eng {
  position: absolute;
  right: -2vw;
  top: 11vw;
  z-index: -1;
  opacity: 0.05;
  font-size: 14vw;
  line-height: 13vw;
}

#sec3 .set2 .eng .txt-latin {
  letter-spacing: 0;
}

#sec3 .set3 {
  position: relative;
  z-index: 0;
  padding: 12vw 5% 15vw;
}

#sec3 .set3:before {
  content: '';
  background-image: url("../img/shared/bg2.jpg");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -15vw;
  z-index: -1;
}

#sec3 .set3 .inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

#sec3 .set3 .col-text {
  margin-bottom: 10vw;
}

#sec3 .set3 .col-text h2 {
  margin-bottom: 3vw;
}

#sec3 .set3 .col-text .price {
  border-bottom: 1px solid;
  padding-bottom: 3vw;
  margin-bottom: 6vw;
}

#sec3 .drink-banner {
  padding: 0 5% 5vw;
}

#sec3 .drink-banner a {
  display: block;
  position: relative;
}

#sec3 .drink-banner a:before {
  content: '';
  border: 1px solid;
  position: absolute;
  left: -2vw;
  right: -2vw;
  top: -2vw;
  bottom: -2vw;
}

#sec3 .drink-banner a:after {
  content: '';
  width: 12vw;
  height: 12vw;
  background-image: url("../img/course/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#sec3 .drink-banner a .ttl-ja {
  font-weight: 400;
  position: absolute;
  left: 5vw;
  top: 54%;
  transform: translateY(-50%);
  z-index: 2;
}

#sec3 .drink-banner a .ttl-eng {
  font-size: 21vw;
  line-height: 21vw;
  letter-spacing: 0;
  opacity: 0.05;
  position: absolute;
  left: 4vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#sec3 .drink-banner a .img {
  height: 40vw;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding-top: 131px;
  }

  #sec3 .set1 {
    padding: 0 0 127px 30px;
  }

  #sec3 .set1:before {
    width: 250px;
    height: 520px;
  }

  #sec3 .set1 .inner {
    display: flex;
    justify-content: flex-end;
  }

  #sec3 .set1 .col-text {
    width: 440px;
    margin: 42px 0 0;
  }

  #sec3 .set1 .col-text h2 {
    margin-bottom: 17px;
  }

  #sec3 .set1 .col-text h2 .ttl-24 {
    margin-bottom: 4px;
  }

  #sec3 .set1 .col-text .price {
    padding: 0px 0px 5px 12px;
    margin: 0 0 42px -14px;
  }

  #sec3 .set1 .col-text .txt {
    max-width: 395px;
    margin: 0 0 38px 6px;
  }

  #sec3 .set1 .col-text ul.list {
    margin-left: 8px;
    letter-spacing: 0.1em;
  }

  #sec3 .set1 .col-text .note {
    line-height: 27px;
    margin-left: 6px;
  }

  #sec3 .set1 .img {
    max-width: 789px;
    width: calc(100% - 510px);
    height: 690px;
    margin-left: 77px;
  }

  #sec3 .set1 .img:before {
    width: 231px;
    height: 34px;
    left: -83px;
    top: 29px;
  }

  #sec3 .set2 {
    padding: 86px 0 97px;
  }

  #sec3 .set2:before {
    width: calc(50% + 355px);
    right: auto;
  }

  #sec3 .set2 .col-text {
    /* width: 390px; */
    width: 470px;
    margin: 0 0 81px 4px;
  }

  #sec3 .set2 .col-text h2 {
    margin-bottom: 27px;
  }

  #sec3 .set2 .img {
    margin: 0;
    width: 960px;
    position: absolute;
    left: 434px;
    top: -204px;
  }

  #sec3 .set2 .box-text {
    width: 779px;
    padding: 35px 80px 45px 56px;
    margin-left: 6px;
  }

  #sec3 .set2 .box-text dl {
    margin-bottom: 23px;
    display: flex;
    align-items: flex-end;
  }

  #sec3 .set2 .box-text dl dt {
    line-height: 50px;
    margin: 0 27px 0 0;
  }

  #sec3 .set2 .box-text dl dd {
    margin-bottom: 3px;
  }

  #sec3 .set2 .box-text .txt {
    line-height: 35px;
    margin-bottom: 8px;
  }

  #sec3 .set2 .box-text .note {
    line-height: 30px;
  }

  #sec3 .set2 .eng {
    right: -22px;
    top: -191px;
    font-size: 130px;
    line-height: 130px;
  }

  #sec3 .set3 {
    padding: 141px 0 141px;
  }

  #sec3 .set3:before {
    width: calc(50% + 490px);
    left: auto;
    top: -640px;
    bottom: -125px;
  }

  #sec3 .set3 .inner {
    display: flex;
  }

  #sec3 .set3 .img {
    order: 1;
    width: 50%;
    height: 591px;
  }

  #sec3 .set3 .col-text {
    order: 2;
    max-width: 672px;
    width: 50%;
    margin: 23px 0 0;
  }

  #sec3 .set3 .col-text .wrapper {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }

  #sec3 .set3 .col-text h2 {
    margin-bottom: 19px;
  }

  #sec3 .set3 .col-text h2 .ttl-28 {
    margin-bottom: 9px;
  }

  #sec3 .set3 .col-text .price {
    padding: 0 0 6px 12px;
    margin: 0 -24px 39px -12px;
  }

  #sec3 .set3 .col-text ul.list {
    letter-spacing: 0.1em;
    margin-left: 4px;
  }

  #sec3 .drink-banner {
    padding: 0 0 13px;
    width: 700px;
    margin: 0 auto;
  }

  #sec3 .drink-banner a:before {
    left: -11px;
    right: -15px;
    top: -15px;
    bottom: -13px;
  }

  #sec3 .drink-banner a:after {
    width: 84px;
    height: 72px;
  }

  #sec3 .drink-banner a .ttl-ja {
    left: 38px;
    top: 48%;
  }

  #sec3 .drink-banner a .ttl-eng {
    font-size: 120px;
    line-height: 120px;
    left: -7px;
    top: 47%;
  }

  #sec3 .drink-banner a .img {
    height: 249px;
    overflow: hidden;
  }

  #sec3 .drink-banner a .img img {
    transition: 0.5s all ease-in-out;
  }

  #sec3 .drink-banner a:hover img {
    opacity: 1;
    transform: scale(1.1);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec3 .set1 .img {
    margin-left: 60px;
  }
}

#sec4 {
  padding: 20vw 0;
  position: relative;
}

#sec4 h2 {
  text-align: center;
  margin-bottom: 5vw;
}

#sec4 .txt {
  margin-bottom: 10vw;
}

#sec4 ul {
  margin-bottom: 15vw;
}

#sec4 ul li {
  margin-bottom: 5vw;
}

#sec4 ul li a {
  display: block;
  border: 1px solid;
  text-align: center;
  padding: 5vw 5vw 15vw;
  position: relative;
}

#sec4 ul li a:before {
  content: '＋';
  font-size: 7vw;
  letter-spacing: 0;
  line-height: 10vw;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4vw;
}

#sec4 ul li a .ttl-20 {
  line-height: 6vw;
}

#sec4 ul li a .ttl-32 {
  line-height: 10vw;
  margin-bottom: 2vw;
}

#sec4 .contact-box {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10vw 0;
  text-align: center;
  margin-bottom: 15vw;
}

#sec4 .contact-box .contact-tel {
  font-size: 4vw;
  letter-spacing: 0.1em;
  line-height: 6vw;
  margin-bottom: 6vw;
}

#sec4 .contact-box .contact-tel span.big {
  font-size: 7.2vw;
  letter-spacing: 0.03em;
  line-height: 10vw;
  font-weight: 500;
}

#sec4 .contact-box .contact-tel span.big small {
  font-size: 5vw;
  letter-spacing: 0.03em;
}

#sec4 .contact-box .contact-tel small.db {
  font-size: 3vw;
  letter-spacing: 0.08em;
  line-height: 5vw;
  margin: 0 -3vw;
}

#sec4 .contact-box .contact-reserve {
  width: 65vw;
  margin: 0 auto;
}

#sec4 .contact-box .contact-reserve a {
  display: block;
  font-size: 4vw;
  letter-spacing: 0.1em;
  line-height: 6vw;
  background: #000;
  text-align: center;
  border-bottom: 1px solid;
  padding: 3vw;
  position: relative;
  z-index: 1;
}

#sec4 .contact-box .contact-reserve a:before {
  content: '';
  background-image: url("../img/course/btn_bg.jpg");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s all ease-in-out;
}

#sec4 .alacarte-banner {
  padding: 0 0% 5vw;
}

#sec4 .alacarte-banner a {
  display: block;
  position: relative;
}

#sec4 .alacarte-banner a:before {
  content: '';
  border: 1px solid;
  position: absolute;
  left: -2vw;
  right: -2vw;
  top: -2vw;
  bottom: -2vw;
}

#sec4 .alacarte-banner a:after {
  content: '';
  width: 12vw;
  height: 12vw;
  background-image: url("../img/course/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#sec4 .alacarte-banner a .ttl-ja {
  font-weight: 400;
  position: absolute;
  left: 5vw;
  top: 54%;
  transform: translateY(-50%);
  z-index: 2;
}

#sec4 .alacarte-banner a .ttl-eng {
  font-size: 21vw;
  line-height: 21vw;
  letter-spacing: 0;
  opacity: 0.1;
  position: absolute;
  left: 0vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#sec4 .alacarte-banner a .img {
  height: 45vw;
}

#sec4 .eng {
  opacity: 0.05;
  font-size: 16vw;
  line-height: 13vw;
  position: absolute;
  left: 0;
  bottom: 180vw;
}

#sec4 .eng .txt-latin {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 151px 0 155px;
  }

  #sec4 h2 {
    margin: 0 0 32px 6px;
  }

  #sec4 .txt {
    margin-bottom: 85px;
    text-align: center;
  }

  #sec4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 30px 119px 31px;
  }

  #sec4 ul li {
    width: 450px;
    margin-bottom: 39px;
  }

  #sec4 ul li a {
    padding: 17px 20px 60px;
    position: relative;
    transition: 0.3s all ease-in-out;
  }

  #sec4 ul li a:before {
    font-size: 38px;
    line-height: 40px;
    bottom: 18px;
  }

  #sec4 ul li a .ttl-20 {
    line-height: 35px;
    margin: 8px 0 -3px;
  }

  #sec4 ul li a .ttl-32 {
    line-height: 50px;
    margin-bottom: -3px;
  }

  #sec4 ul li a:hover {
    background: #000;
  }

  #sec4 .contact-box {
    padding: 82px 0 84px;
    margin-bottom: 181px;
  }

  #sec4 .contact-box .contact-tel {
    font-size: 19.5px;
    line-height: 30px;
    margin-bottom: 33px;
  }

  #sec4 .contact-box .contact-tel span.big {
    font-size: 39px;
    line-height: 48px;
  }

  #sec4 .contact-box .contact-tel span.big small {
    font-size: 23.4px;
  }

  #sec4 .contact-box .contact-tel small.db {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
  }

  #sec4 .contact-box .contact-reserve {
    width: 282px;
  }

  #sec4 .contact-box .contact-reserve a {
    font-size: 16px;
    line-height: 30px;
    padding: 11px 10px 8px;
    transition: 0.3s all ease-in-out;
  }

  #sec4 .contact-box .contact-reserve a:hover:before {
    opacity: 0;
  }

  #sec4 .alacarte-banner {
    padding: 0 0px 15px;
  }

  #sec4 .alacarte-banner a {
    padding: 14px 10px 12px;
  }

  #sec4 .alacarte-banner a:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  #sec4 .alacarte-banner a:after {
    width: 84px;
    height: 72px;
    right: 10px;
    bottom: 12px;
  }

  #sec4 .alacarte-banner a .ttl-ja {
    line-height: 60px;
    left: 57px;
    top: 52%;
  }

  #sec4 .alacarte-banner a .ttl-eng {
    font-size: 120px;
    line-height: 120px;
    left: 9px;
    top: 49%;
  }

  #sec4 .alacarte-banner a .img {
    height: 351px;
    overflow: hidden;
  }

  #sec4 .alacarte-banner a .img img {
    transition: 0.5s all ease-in-out;
  }

  #sec4 .alacarte-banner a:hover .img img {
    opacity: 1 !important;
    transform: scale(1.1);
  }

  #sec4 .eng {
    font-size: 180px;
    line-height: 180px;
    bottom: auto;
    top: 7px;
    left: -11px;
  }
}

.sec4-popup {
  background: #000;
  color: #fff;
  border: 1px solid;
  padding: 5vw 5vw 15vw;
}

.sec4-popup .remodal-close {
  width: 20px;
  height: 20px;
  margin-left: auto;
  background-image: url("../img/course/close.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.sec4-popup .remodal-close:before {
  display: none;
}

.sec4-popup h2 {
  margin-bottom: -2vw;
}

.sec4-popup .price {
  margin-bottom: 6vw;
}

.sec4-popup ul.list {
  letter-spacing: 0.1em;
  text-align: left;
}

.sec4-popup .note {
  line-height: 22px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .sec4-popup {
    max-width: 808px;
    padding: 43px 49px 81px;
  }

  .sec4-popup .remodal-close {
    width: 27px;
    height: 27px;
    transition: 0.3s all ease-in-out;
  }

  .sec4-popup .remodal-close:hover {
    opacity: 0.8;
  }

  .sec4-popup h2 {
    margin: -6px 0 -9px;
  }

  .sec4-popup .row-text {
    display: table;
    margin: 0 auto;
    padding-left: 40px;
  }

  .sec4-popup .price {
    margin-bottom: 37px;
  }

  .sec4-popup ul.list {
    line-height: 30px;
  }

  .sec4-popup .note {
    line-height: 30px;
  }
}

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

#sec5:before {
  content: '';
  background-image: url("../img/shared/bg3.jpg");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50vw;
  z-index: -1;
}

#sec5 .eng {
  opacity: 0.05;
  font-size: 23vw;
  line-height: 20vw;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#sec5 .blk1 {
  padding: 20vw 0 15vw;
  position: relative;
}

#sec5 .blk1:before {
  content: '';
  width: 6vw;
  height: 44vw;
  background-image: url("../img/course/deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  top: 10vw;
  right: 2vw;
  z-index: 1;
}

#sec5 .blk1:after {
  content: '';
  width: 3vw;
  height: 44vw;
  background-image: url("../img/course/deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  bottom: -35vw;
  left: 2vw;
  z-index: 1;
}

#sec5 .blk1 h2 {
  position: absolute;
  left: 5%;
  top: 32vw;
  z-index: 1;
}

#sec5 .blk1 .s5-slider {
  margin-bottom: 5vw;
}

#sec5 .blk2 .floormap {
  width: 55vw;
  margin: 0 auto 12vw;
}

#sec5 .blk2 .img {
  width: 90%;
  margin-left: auto;
  position: relative;
}

#sec5 .blk2 .img span {
  background: #815518;
  position: absolute;
  left: -10vw;
  top: -4vw;
  z-index: 1;
  padding: 2vw 5vw;
}

@media screen and (max-width: 767px) {
  #sec5 .ttl-32 {
    line-height: 11vw;
  }
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding-bottom: 147px;
  }

  #sec5:before {
    bottom: 319px;
  }

  #sec5 .eng {
    font-size: 200px;
    line-height: 200px;
    right: 9px;
    top: -22px;
  }

  #sec5 .blk1 {
    padding: 118px 0 53px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  #sec5 .blk1:before {
    width: 49px;
    height: 357px;
    top: 118px;
    right: -40px;
  }

  #sec5 .blk1:after {
    width: 20px;
    height: 289px;
    bottom: -26px;
    left: -41px;
    z-index: -1;
  }

  #sec5 .blk1 h2 {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 42px;
  }

  #sec5 .blk1 .s5-slider {
    width: 850px;
    margin: 0 -136px 0 -212px;
  }

  #sec5 .blk1 .col-text {
    width: 484px;
    position: relative;
    z-index: 1;
    margin: 269px -39px 0 0;
  }

  #sec5 .blk2 {
    display: flex;
    justify-content: space-between;
  }

  #sec5 .blk2 .floormap {
    width: 288px;
    margin: 0 0 0 109px;
  }

  #sec5 .blk2 .img {
    width: 536px;
    margin: 103px -150px 0 0;
  }

  #sec5 .blk2 .img span {
    left: -15px;
    top: -21px;
    padding: 1px 28px 1px 33px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec5 .blk1 .col-text {
    margin-right: -20px;
  }

  #sec5 .blk2 .img {
    margin-right: calc(-50vw + 50%);
  }
}