@charset "UTF-8";
@media only screen and (min-width: 768px) {
  #key .slide1 {
    background: url("../img/menu/kv1.jpg") center/cover;
  }
  #key .slide2 {
    background: url("../img/menu/kv2.jpg") center/cover;
  }
}

#sec1 {
  padding: 20vw 2% 16vw;
  position: relative;
  background: url("../img/menu/sec1_deco.png") no-repeat top 10vw left 30%/65%;
}
#sec1::before {
  content: "";
  position: absolute;
  top: 10vw;
  left: 3vw;
  height: calc(100% + 16vw);
  width: 2px;
  border-left: 1px solid #a9a49b;
}
#sec1::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 98%;
  border-bottom: 1px solid #a9a49b;
}
#sec1 h2 {
  font-size: 6vw;
  margin: 0px 0px 8vw;
  text-align: center;
  line-height: 1.8;
}
#sec1 h2 span {
  font-size: 3.5vw;
}
#sec1 .sec1-img {
  margin: 0px -20% 8vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 175px 0px 87px;
    background-position: top 78px left calc(50% + 250px);
    background-size: auto;
  }
  #sec1::before {
    height: calc(100% + 218px);
    left: 60px;
    top: 0px;
  }
  #sec1::after {
    width: calc(100% - 60px);
  }
  #sec1 h2 {
    font-size: 28px;
    line-height: 53px;
    margin: 0px 0px 79px;
  }
  #sec1 h2 span {
    font-size: 16px;
  }
  #sec1 .sec1_h2{
    text-align: center;
  }
  #sec1 .sec1-img {
    margin: 0px -100px;
  }
  #sec1 .sec1-txt {
    width: 855px;
    margin: 50px auto 0px;
  }
}

@media only screen and (max-width: 768px) {
#sec1 .sec1_h2{
  text-align: center;
}
}

#sec2 {
  position: relative;
  background: url("../img/menu/sec2_deco1.png") no-repeat top 90vw left/60%, url("../img/menu/sec2_deco2.png") no-repeat top 56% right/150%, url("../img/menu/sec2_deco3.png") no-repeat top 94% right/30%;
  padding: 16vw 0px;
}
#sec2 .sec2-list1 dl {
  display: flex;
  justify-content: center;
  gap: 5vw;
  margin: 0px 0px 2vw;
  font-size: 4.5vw;
  letter-spacing: 0.2em;
}
#sec2 .sec2-list1 dl span {
  font-size: 5vw;
}
#sec2 .sec2-txt1 {
    width: 95%;
  margin: 9vw auto 6vw;
  text-align: left;
    font-size: 85%;
}
#sec2 h2 {
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0.2em;
  line-height: 1.6;
  border-top: 1px solid #333;
  padding-top: 50px;
  margin-top: 50px;
}
#sec2 h2 span {
  letter-spacing: 0.1em;
  font-size: 4vw;
}
#sec2 h3 {
  text-align: center;
  font-size: 5vw;
  margin: 6vw 0px;
}
#sec2 .sec2-list2 {
  margin: 0px auto 10vw;
  flex-direction: row-reverse;
}
#sec2 .sec2-list2 li {
  line-height: 1;
  margin: 0 1.2vw;
}
#sec2 .sec2-list2 li span {
  text-orientation: sideways;
  font-size: 10px;
}
#sec2 h4 {
  font-size: 6vw;
  letter-spacing: 0.2em;
  text-align: center;
}
#sec2 h4 span{
  font-size: 4vw;
  letter-spacing: 0.1em;
}
#sec2 .sec2-slide1 {
  margin: 8vw auto;
}
#sec2 .sec2-img {
  position: relative;
}
#sec2 .sec2-img span {
  font-size: 5vw;
  position: absolute;
  bottom: 2%;
  right: 2%;
  color: #fff;
}
#sec2 .sec2-img1 {
  width: 60%;
  margin: 8vw 0px;
}
#sec2 .sec2-img2 {
  width: 90%;
  margin: 0px auto;
}
#sec2 .sec2-img3 {
  width: 60%;
  margin: 8vw 3%;
}
#sec2 h5 {
  font-size: 5.5vw;
  text-align: center;
  margin: 10vw 0px 8vw;
}
#sec2 .sec2-txt3 {
  margin: 8vw 0px 12vw;
}
#sec2 .sec2-toggle .toggle-link {
  cursor: pointer;
  width: 85%;
  line-height: 12vw;
  position: relative;
  text-align: center;
  border: 1px solid #8c8882;
  font-size: 4.5vw;
  margin: 0px auto;
}
#sec2 .sec2-toggle .toggle-link::before {
  content: "〉";
  position: absolute;
  top: 60%;
  right: 4%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 4vw;
}
#sec2 .sec2-toggle.active .toggle-link {
  font-size: 5.5vw;
  border: none;
}
#sec2 .sec2-toggle.active .toggle-link::before {
  display: none;
}
#sec2 .sec2-toggle .toggle-main {
  margin: 6vw 0px 0px;
  text-align: center;
}
#sec2 .sec2-toggle .toggle-main .sec2-list3 {
  margin: 8vw 0px 6vw;
  font-size: 5.5vw;
}
#sec2 .sec2-toggle .toggle-main .sec2-list3 li {
  margin: 0px 0px 3vw;
}
#sec2 .sec2-toggle .toggle-main .sec2-list3 span {
  font-size: 5vw;
}
#sec2 .sec2-toggle .toggle-main h6 {
  font-size: 5vw;
}
#sec2 .sec2-toggle .toggle-main .sec2-list4 {
  margin: 6vw 0px 0px;
  flex-direction: row-reverse;
}
#sec2 .sec2-toggle .toggle-main .sec2-list4 li {
  text-align: left;
  height: 20vw;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    background-size: auto, auto, auto;
    background-position: top 380px left, top 1260px right, top 2388px right;
    padding: 96px 0px 130px;
  }
  #sec2 .sec2-list1 dl {
    margin: 0px 0px 12px;
    font-size: 22px;
    gap: 30px;
  }
  #sec2 .sec2-list1 dl span {
    font-size: 28px;
  }
  #sec2 .sec2-txt1 {
    line-height: 30px;
    margin: 40px auto 52px;
      font-size: 90%;
       width: 560px;
  }
  #sec2 h2 {
    font-size: 28px;
    line-height: 56px;
    border-top: 1px solid #333;
    padding-top: 50px;
    margin-top: 50px;
  }
  #sec2 h2 span {
    font-size: 16px;
  }
  #sec2 h3 {
    font-size: 18px;
    margin: 15px 0px 21px;
  }
  #sec2 .sec2_course{
    text-align: center;
  }
  #sec2 .sec2-list2 {
    width: 450px;
    line-height: 40px;
    margin: 0px auto;
  }
  #sec2 .sec2-list2 li {
    height: 300px;
    margin: 0 10px;
  }
  #sec2 .sec2-list2 li span {
    font-size: 13px;

  }
  #sec2 .sec2-row1 {
    position: relative;
    margin: 186px 0px 68px;
  }
  #sec2 h4 {
    font-size: 28px;
    text-align: left;
  }
  #sec2 h4 span{
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-left: 35px;
    position: absolute;
    top: 15px;
  }
  #sec2 .sec2-slide1 {
    width: 790px;
    top: -68px;
    right: -250px;
    margin: 0px;
    position: absolute;
  }
  #sec2 .sec2-txt2 {
    width: 370px;
    margin: 44px 0px 0px;
  }
  #sec2 .sec2-img span {
    font-size: 22px;
    right: 4%;
  }
  #sec2 .sec2-img1 {
    width: 460px;
    margin: 0px 0px 0px;
  }
  #sec2 .sec2-img2 {
    width: 600px;
    margin: -129px -150px 0px auto;
  }
  #sec2 .sec2-img3 {
    width: 370px;
    margin: -24px 0px 0px -187px;
  }
  #sec2 .sec2-slide2 {
    width: 850px;
    margin: -156px -191px 0px auto;
  }
  #sec2 .sec2-row2 {
    margin: 172px 0px 172px;
    position: relative;
  }
  #sec2 h5 {
    text-align: left;
    font-size: 28px;
    width: 300px;
    margin: 0px 0px 36px auto;
  }
  #sec2 .sec2-img4 {
    width: 849px;
    margin: 0px;
    position: absolute;
    top: -73px;
    left: -250px;
  }
  #sec2 .sec2-txt3 {
    width: 300px;
    margin: 0px 0px 0px auto;
  }
  #sec2 .sec2-toggle .toggle-link {
    width: 354px;
    font-size: 18px;
    line-height: 54px;
    margin: 0px auto;
  }
  #sec2 .sec2-toggle .toggle-link::before {
    font-size: 18px;
  }
  #sec2 .sec2-toggle .toggle-link:hover {
    opacity: 0.8;
  }
  #sec2 .sec2-toggle.active .toggle-link {
    width: 500px;
    font-size: 28px;
  }
  #sec2 .sec2-toggle .toggle-main {
    margin: 32px 0px 0px;
  }
  #sec2 .sec2-toggle .toggle-main .sec2-list3 {
    font-size: 28px;
    margin: 60px 0px 26px;
  }
  #sec2 .sec2-toggle .toggle-main .sec2-list3 span {
    font-size: 22px;
  }
  #sec2 .sec2-toggle .toggle-main .sec2-list3 li {
    margin: 0px 0px 26px;
  }
  #sec2 .sec2-toggle .toggle-main h6 {
    font-size: 18px;
  }
  #sec2 .sec2-toggle .toggle-main .sec2-list4 {
    width: 440px;
    line-height: 40px;
    margin: 20px auto 0px;
  }
  #sec2 .sec2-toggle .toggle-main .sec2-list4 li {
    height: 105px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec2 .sec2-img2 span {
    right: 19%;
  }
  #sec2 .sec2-slide2 .sec2-img span {
    right: 19%;
  }
}

#sec3 {
  width: 95%;
  margin: 0px auto 16vw;
  border-top: 1px solid #a9a49b;
  border-bottom: 1px solid #a9a49b;
  text-align: center;
  padding: 16vw 0px;
}
#sec3 h2 {
  font-size: 5.5vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
#sec3 h2 span {
  letter-spacing: 0.1em;
  font-size: 4vw;
}
#sec3 .sec3-tel {
  margin: 8vw 0px;
  line-height: 1.5;
}
#sec3 .sec3-tel p:nth-child(1) {
  font-size: 7vw;
}
#sec3 .sec3-tel p:nth-child(1) span {
  font-size: 3.5vw;
}
#sec3 .sec3-tel p:nth-child(2) {
  font-size: 2.8vw;
}
#sec3 .sec3-btn a {
  margin: 0px auto 4vw;
}
#sec3 .sec3-btn a i {
  scale: 0.9;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    width: 1000px;
    margin: -90px auto 150px;
    padding: 49px 0px 68px;
  }
  #sec3 h2 {
    font-size: 22px;
    line-height: 45px;
  }
  #sec3 h2 span {
    font-size: 16px;
  }
  #sec3 .sec3-tel {
    line-height: 30px;
    margin: 14px 0px 33px;
  }
  #sec3 .sec3-tel p:nth-child(1) {
    font-size: 28px;
  }
  #sec3 .sec3-tel p:nth-child(1) span {
    font-size: 16px;
  }
  #sec3 .sec3-tel p:nth-child(2) {
    font-size: 12px;
  }
  #sec3 .sec3-listbtn {
    width: 680px;
    margin: 0px auto;
  }
  #sec3 .sec3-btn a {
    margin: 0px;
  }
}

#sec4 {
  position: relative;
  padding: 40vw 0px 30vw;
  background: #371f0e;
  color: #fff;
}
#sec4::before, #sec4::after {
  content: "";
  position: absolute;
  top: 90vw;
  left: 0px;
  width: 100%;
  height: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#sec4::after {
  top: auto;
  bottom: 12vw;
}
#sec4 .sec4-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80vw;
  background: url("../img/menu/sec4_bg.jpg") center/cover;
}
#sec4 h2 {
  position: relative;
  text-align: right;
  height: 70vw;
  font-size: 6vw;
  margin: 0px auto;
  letter-spacing: 0.2em;
  z-index: 1;
}
#sec4 h2::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 40vw;
  left: 50%;
  height: 20vw;
  transform: translateX(-50%);
  z-index: -1;
  background: #371f0e;
}
#sec4 .sec4-txt1 {
  text-align: center;
  margin: 3vw 0px 5vw;
}
#sec4 .sec4-img1 {
  margin: 8vw 0px;
}
#sec4 .sec4-img3 {
  width: 80%;
  margin: 8vw auto 0px;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 341px 0px 165px;
  }
  #sec4::before {
    top: 579px;
  }
  #sec4::after {
    bottom: 81px;
  }
  #sec4 .sec4-bg {
    height: 500px;
  }
  #sec4 .sec4-box1 {
    width: 395px;
    margin: 0px 0px 0px auto;
  }
  #sec4 h2 {
    height: 310px;
    font-size: 28px;
    line-height: 65px;
    margin: 0px -2px 0px auto;
  }
  #sec4 h2::before {
    height: 130px;
    width: 230px;
  }
  #sec4 .sec4-txt1 {
    text-align: right;
    font-size: 16px;
    margin: 38px 0px 51px;
    margin-bottom: 10px;
  }
  #sec4 .sec4-img1 {
    width: 692px;
    margin: 319px 0px 0px -191px;
  }
  #sec4 .sec4-row1, #sec4 .sec4-row2 {
    flex-direction: row-reverse;
  }
  #sec4 .sec4-img2 {
    width: 690px;
    margin: 0px -191px 0px 0px;
  }
  #sec4 .sec4-img3 {
    width: 420px;
    margin: 119px 0px 0px -71px;
  }
}/*# sourceMappingURL=menu.css.map */