.key {
  position: relative;
}

.key .item .slide1 {
  background: url("../img/course/key1.jpg") no-repeat center/cover;
}

.key .item .slide2 {
  background: url("../img/course/key2.jpg") no-repeat center/cover;
}

.key .item .slide3 {
  background: url("../img/course/key3.jpg") no-repeat center/cover;
}

#sec1 {
  position: relative;
  padding: 20vw 0;
  margin-top: 15vw;
}

#sec1:before {
  content: "";
  width: 120%;
  height: 120vw;
  background-image: url("../img/course/sec1_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -20vw;
  top: 0;
  z-index: -1;
}

#sec1 .blk1 h2 {
  margin-bottom: 15vw;
}

#sec1 .blk1 h2 .eng-ttl {
  margin: 90px 30px 0 0;
}

#sec1 .blk1 .img-group {
  margin-bottom: 10vw;
}

#sec1 .blk1 .img-group .img1 {
  margin: 20vw 4vw 0 0;
}

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

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 89px 0 180px;
    margin-top: 0;
  }
  #sec1:before {
    width: 1195px;
    height: 850px;
    right: 0;
  }
  #sec1 .blk1 {
    margin-bottom: 119px;
  }
  #sec1 .blk1 h2 {
    margin: 387px 0 0 -43px;
    justify-content: flex-start;
  }
  #sec1 .blk1 h2 .eng-ttl {
    margin: 105px 88px 0 0;
  }
  #sec1 .blk1 .img-group {
    width: 739px;
    margin: 0 -207px 0 0;
    justify-content: space-between;
  }
  #sec1 .blk1 .img-group .img1 {
    margin: 207px 0 0 0;
  }
  #sec1 .blk2 .txt {
    order: 2;
    width: 690px;
    margin: 0 -65px 0 0;
  }
  #sec1 .blk2 .img3 {
    width: 415px;
    margin: 10px 0 0 -177px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec1 .blk1 h2 {
    margin-left: -20px;
  }
  #sec1 .blk1 h2 .eng-ttl {
    margin-right: 68px;
  }
  #sec1 .blk1 .img-group {
    margin-right: -100px;
  }
  #sec1 .blk2 .txt {
    margin-right: -30px;
  }
  #sec1 .blk2 .img3 {
    margin-left: -140px;
  }
}

#sec2 {
  height: calc(100vh - 70px);
}

#sec2 .box {
  width: 95vw;
  margin: 0 auto;
  background-image: url("../img/course/sec2_box_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  z-index: 5;
  padding: 50px 0 90px;
}

#sec2 .box h2 {
  order: 1;
  letter-spacing: 0.5em;
}

#sec2 .box .note {
  line-height: 20px;
  margin: 45px 30px 0 0;
}

#sec2 .df-sticky-container {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 290px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec2 .df-sticky-container .right-side {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

#sec2 .df-sticky-container .df-sticky-card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30%;
  width: 100%;
  height: 100%;
}

#sec2 .df-sticky-container .df-sticky-card:nth-child(1) {
  background-image: url("../img/course/sec2_para1.jpg");
  z-index: 4;
}

#sec2 .df-sticky-container .df-sticky-card:nth-child(2) {
  background-image: url("../img/course/sec2_para2.jpg");
  z-index: 3;
}

#sec2 .df-sticky-container .df-sticky-card:nth-child(3) {
  background-image: url("../img/course/sec2_para3.jpg");
  z-index: 2;
}

@media only screen and (max-width: 767px) and (max-height: 700px) {
  #sec2 .box {
    padding: 30px 0px 70px 30px;
  }
}

@media only screen and (min-width: 768px) {
  #sec2 {
    position: relative;
    height: calc(100vh - 84px);
  }
  #sec2:before {
    content: "";
    height: 101px;
    background-image: url("../img/shared/bg.jpg");
    position: absolute;
    left: 0;
    right: calc(50% - 91px);
    top: -1px;
    z-index: 5;
  }
  #sec2:after {
    content: "";
    height: 101px;
    background-image: url("../img/shared/bg.jpg");
    position: absolute;
    left: calc(50% + 590px);
    right: 0;
    top: -1px;
    z-index: 5;
  }
  #sec2 .box {
    width: 508px;
    height: 661px;
    margin: 0;
    background-size: 100%;
    padding: 96px 0 90px 43px;
    position: absolute;
    top: -1px;
    right: calc(50% - 599px);
  }
  #sec2 .box h2 {
    order: 1;
  }
  #sec2 .box .note {
    line-height: 30px;
    margin: 61px 47px 0 0;
  }
  #sec2 .df-sticky-container {
    height: calc(100vh - 84px);
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

#sec3 .blk1 {
  padding: 16vw 0;
  position: relative;
  z-index: 2;
}

#sec3 .blk1 .box {
  position: relative;
  padding: 7vw 5vw 10vw;
}

#sec3 .blk1 .box:before {
  content: "";
  width: 15px;
  border: 1px solid #b0aba1;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

#sec3 .blk1 .box:after {
  content: "";
  width: 15px;
  border: 1px solid #b0aba1;
  border-left: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

#sec3 .blk1 dl {
  margin-bottom: 8vw;
}

#sec3 .blk1 dl dt {
  font-size: 20px;
  letter-spacing: 0.4em;
  margin-bottom: 4vw;
}

#sec3 .blk1 dl dd {
  font-size: 15px;
  line-height: 20px;
}

#sec3 .blk1 dl dd small {
  font-size: 12px;
}

#sec3 .blk1 ul {
  margin-bottom: 6vw;
}

#sec3 .blk1 .txt {
  font-size: 12px;
  line-height: 20px;
}

#sec3 .blk2 {
  position: relative;
  z-index: 1;
  padding-bottom: 16vw;
}

#sec3 .blk2:before {
  content: "";
  width: 243vw;
  height: 150vw;
  background-image: url("../img/course/sec3_deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -50vw;
  top: -52vw;
  z-index: -1;
}

#sec3 .blk2 .img {
  width: 35vw;
  margin: 0 3vw -25vw auto;
  position: relative;
  z-index: 1;
}

#sec3 .blk2 .s3-slider {
  line-height: 0;
  margin-bottom: 7vw;
}

#sec3 .blk3 {
  position: relative;
  padding-bottom: 16vw;
}

#sec3 .blk3:before {
  content: "";
  width: 126vw;
  height: 200vw;
  background-image: url("../img/course/sec3_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -35vw;
  top: -85vw;
  z-index: -1;
}

#sec3 .blk3 .img1 {
  width: 40vw;
  position: relative;
  z-index: 1;
  margin-bottom: -20vw;
}

#sec3 .blk3 .img2 {
  width: 80vw;
  margin: 0 0 7vw auto;
}

#sec3 .blk4 {
  padding-bottom: 30vw;
  position: relative;
}

#sec3 .blk4:before {
  content: "";
  width: 100vw;
  height: 200vw;
  background-image: url("../img/course/sec3_deco3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec3 .blk4:after {
  content: "";
  width: 24vw;
  height: 24vw;
  background-image: url("../img/course/sec3_deco4.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 2vw;
  bottom: -10vw;
  z-index: -1;
}

#sec3 .blk4 .df {
  flex-wrap: wrap;
}

#sec3 .blk4 .img1 {
  width: 60%;
  height: 83vw;
}

#sec3 .blk4 .img1 img {
  object-position: 50% 100%;
}

#sec3 .blk4 .col-text {
  width: 40%;
}

#sec3 .blk4 .col-text .txt {
  margin: 0 auto;
}

#sec3 .blk4 .img2 {
  width: 100%;
  margin-top: 8vw;
}

#sec3 .blk5 {
  position: relative;
  overflow: hidden;
}

#sec3 .blk5 .inner {
  position: relative;
  z-index: 2;
}

#sec3 .blk5 .water-effect-wrapper {
  position: relative;
}

#sec3 .blk5 .water-effect-wrapper .gr-txt {
  position: relative;
  z-index: 10;
  padding: 100vh 0 10vw;
}

#sec3 .blk5 .water-effect-wrapper .gr-txt .txt {
  padding: 3.3vw;
}

#sec3 .blk5 .water-effect-wrapper .gr-photo {
  width: 260px;
  height: 260px;
  margin: 0 auto;
  position: absolute;
  transition: 1.5s;
  left: 50%;
  transform: translateX(-50%);
}

#sec3 .blk5 .water-effect-wrapper .gr-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec3 .blk5 .water-effect-wrapper .photo-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#sec3 .blk5 .water-effect-wrapper .photo-item.active {
  opacity: 1;
}

#sec3 .blk5 .water-effect-wrapper .photo-item.active .water {
  animation: move-water 2s linear forwards;
}

#sec3 .blk5 .water-effect-wrapper .photo-main {
  height: 100%;
  position: relative;
  z-index: 1;
}

#sec3 .blk5 .water-effect-wrapper .water {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: repeat;
  filter: url(#water-filter);
  transition: 3s;
  z-index: 3;
  opacity: 0;
}

#sec3 .blk5 .water-effect-wrapper .water.filter-active {
  opacity: 1;
}

#sec3 .blk5 .water-effect-wrapper .photo-item2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}

@media only screen and (max-width: 370px) {
  #sec3 .blk4 .img1 {
    height: 97vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec3 .blk1 {
    padding: 184px 0 132px;
  }
  #sec3 .blk1 .box {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 75px 47px 55px;
    text-align: left;
    justify-content: flex-end;
  }
  #sec3 .txt-vertical-pc .int {
    padding-left: 4px;
  }
  #sec3 .blk1 .box:before {
    width: 28px;
  }
  #sec3 .blk1 .box:after {
    width: 28px;
  }
  #sec3 .blk1 dl {
    order: 3;
    margin-bottom: 0;
  }
  #sec3 .blk1 dl dt {
    font-size: 25px;
    line-height: 50px;
    letter-spacing: 0.5em;
    margin-bottom: 46px;
  }
  #sec3 .blk1 dl dd {
    font-size: 20px;
    line-height: 26px;
    margin-left: -4px;
  }
  #sec3 .blk1 dl dd small {
    font-size: 16px;
  }
  #sec3 .blk1 ul {
    order: 2;
    margin: 33px 110px 0 0;
  }
  #sec3 .blk1 .txt {
    order: 1;
    font-size: 14px;
    line-height: 30px;
    margin: 36px 99px 0 0;
  }
  #sec3 .blk2 {
    padding-bottom: 137px;
  }
  #sec3 .blk2:before {
    width: 2129px;
    height: 1402px;
    left: calc(50% - 1054px);
    top: -301px;
  }
  #sec3 .blk2 .img {
    width: 271px;
    margin: 0 78px -215px auto;
  }
  #sec3 .blk2 .s3-slider {
    width: 900px;
    margin: 0 0 72px -207px;
  }
  #sec3 .blk2 .s3-slider .slick-dots {
    flex-direction: column;
    bottom: 5px;
    top: 0;
    left: auto;
    right: 24px;
  }
  #sec3 .blk2 .s3-slider .slick-dots li + li {
    margin: 34px 0 0;
  }
  #sec3 .blk2 .txt {
    margin: 0 -50px 0 214px;
  }
  #sec3 .blk3 {
    padding-bottom: 313px;
  }
  #sec3 .blk3:before {
    width: 747px;
    height: 1178px;
    left: 0;
    top: -553px;
  }
  #sec3 .blk3 .wrap {
    padding-top: 127px;
  }
  #sec3 .blk3 .df-pc {
    margin-right: -250px;
  }
  #sec3 .blk3 .img1 {
    width: 254px;
    margin: 0;
    position: absolute;
    right: 211px;
    top: 0;
  }
  #sec3 .blk3 .img2 {
    order: 2;
    width: 560px;
    margin: 0;
  }
  #sec3 .blk3 .txt {
    order: 1;
    margin: 229px 165px 0 auto;
  }
  #sec3 .blk4 {
    padding-bottom: 255px;
  }
  #sec3 .blk4:before {
    width: 855px;
    height: 1055px;
    top: -445px;
  }
  #sec3 .blk4:after {
    width: 150px;
    height: 165px;
    left: calc(50% - 409px);
    bottom: -11px;
  }
  #sec3 .blk4 .df {
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
  }
  #sec3 .blk4 .img1 {
    width: 487px;
    height: 885px;
    position: absolute;
    left: -250px;
    top: -888px;
  }
  #sec3 .blk4 .col-text {
    order: 2;
    width: 386px;
    padding-bottom: 24px;
  }
  #sec3 .blk4 .col-text .txt {
    margin: 0 -15px 0 0;
  }
  #sec3 .blk4 .img2 {
    order: 1;
    width: 645px;
    margin: 0 0 0 -100px;
  }
  #sec3 .blk5 .water-effect-wrapper .gr-txt {
    padding-bottom: 50px;
  }
  #sec3 .blk5 .water-effect-wrapper .gr-txt .txt {
    width: 450px;
    margin-left: auto;
    padding: 0;
    text-align: left;
  }
  #sec3 .blk5 .water-effect-wrapper .gr-photo {
    width: 460px;
    height: 367px;
  }
}

@keyframes move-water {
  from {
    background-position: 0% 0%;
    opacity: 1;
  }
  to {
    background-position: calc(-50px) calc(-50px);
    opacity: 0;
  }
}

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

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

#sec4 .blk1 .img {
  margin-bottom: 7vw;
}

#sec4 .blk2 {
  padding-bottom: 15vw;
  position: relative;
}

#sec4 .blk2:before {
  content: "";
  width: 62vw;
  height: 80vw;
  background-image: url("../img/course/sec4_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 65vw;
  z-index: -1;
}

#sec4 .blk2 .img-group {
  margin-bottom: 7vw;
}

#sec4 .blk2 .img-group .img1 {
  margin: 11vw 1vw 0 0;
}

#sec4 .blk3 {
  margin-bottom: 15vw;
  position: relative;
}

#sec4 .blk3:before {
  content: "";
  width: 62vw;
  height: 80vw;
  background-image: url("../img/course/sec4_deco3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -3vw;
  top: 88vw;
  z-index: -1;
}

#sec4 .blk3 .col-img {
  position: relative;
}

#sec4 .blk3 .col-img .img2 {
  height: 70vw;
}

#sec4 .blk3 .col-img .txt {
  position: absolute;
  bottom: -30vw;
  left: 20px;
  right: 0;
  z-index: 1;
  color: #333;
  text-align: left;
}

#sec4 .blk4 {
  padding-bottom: 20vw;
  padding-top: 20vw;
}

#sec4 .blk4 .img-group1 {
  margin-bottom: 7vw;
}

#sec4 .blk4 .img-group1 .img1 {
  margin: 29vw 1vw 0 0;
}

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

#sec4 .blk4 .img-group2 {
  padding-left: 10vw;
}

#sec4 .blk4 .img-group2 .img1 {
  width: 40vw;
}

#sec4 .blk4 .img-group2 .img2 {
  width: 36vw;
  margin: -16vw 0 0 36vw;
}

@media only screen and (max-width: 370px) {
  #sec4 .blk3 .col-img .txt {
    letter-spacing: 0.1em;
  }
}

@media only screen and (min-width: 768px) {
  #sec4 .blk1 {
    padding: 214px 0 0;
  }
  #sec4 .blk1:before {
    width: 246px;
    height: 291px;
    left: calc(50% - 482px);
    top: 25px;
  }
  #sec4 .blk1 .txt {
    order: 1;
    width: 364px;
    padding-top: 43px;
  }
  #sec4 .blk1 .img {
    order: 2;
    width: 660px;
    margin: 0 -160px 0 0;
  }
  #sec4 .blk2 {
    padding-bottom: 0;
  }
  #sec4 .blk2:before {
    width: 404px;
    height: 517px;
    top: 248px;
  }
  #sec4 .blk2 .img-group {
    width: 569px;
    margin: 0 0 0 -69px;
    justify-content: space-between;
  }
  #sec4 .blk2 .img-group .img1 {
    margin: 67px 0 0 0;
  }
  #sec4 .blk2 .txt {
    width: 358px;
    margin-top: 172px;
  }
  #sec4 .blk3 {
    margin: -2px 0 182px;
  }
  #sec4 .blk3:before {
    width: 404px;
    height: 337px;
    left: 0;
    top: 650px;
  }
  #sec4 .blk3 .inner {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
  }
  #sec4 .blk3 .wrapper {
    max-width: 1326px;
    width: 100%;
  }
  #sec4 .blk3 .img1 {
    width: 182px;
    margin-right: 4px;
  }
  #sec4 .blk3 .col-img {
    width: calc(100% - 186px);
    margin-top: 160px;
  }
  #sec4 .blk3 .col-img .img2 {
    width: 100%;
    height: 630px;
  }
  #sec4 .blk3 .col-img .txt {
    width: 400px;
    text-align: left;
    bottom: 39px;
    left: auto;
    color: #fff;
  }
  #sec4 .blk4 {
    padding-bottom: 290px;
    position: relative;
    padding-top: 0;
  }
  #sec4 .blk4 .img-group1 {
    order: 2;
    width: 776px;
    margin: 0 -171px 0 0;
  }
  #sec4 .blk4 .img-group1 .img1 {
    margin: 241px 0 0 0;
  }
  #sec4 .blk4 .txt {
    width: 660px;
    margin-bottom: 0;
    position: absolute;
    top: 67px;
    left: 192px;
    z-index: 1;
  }
  #sec4 .blk4 .img-group2 {
    order: 1;
    width: 428px;
    padding-left: 0;
    margin: 75px 0 0 -202px;
  }
  #sec4 .blk4 .img-group2 .img1 {
    width: 242px;
  }
  #sec4 .blk4 .img-group2 .img2 {
    width: 226px;
    margin: -91px 0 0 auto;
  }
}

#sec5 {
  padding: 20vw 0 45vw;
  position: relative;
}

#sec5:after {
  content: "";
  width: 100%;
  height: 200vw;
  background-image: url("../img/course/sec5_deco.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14vw;
  z-index: -1;
}

#sec5 h2 {
  margin-bottom: 10vw;
}

#sec5 h2 small {
  margin-bottom: 10vw;
}

#sec5 h2 span {
  margin: 0 auto;
  white-space: nowrap;
  letter-spacing: 0.5em;
}

#sec5 .img {
  margin-bottom: 7vw;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 0 0 264px;
  }
  #sec5:after {
    width: 1087px;
    height: 1150px;
    left: auto;
    top: 90px;
    bottom: auto;
  }
  #sec5 h2 {
    width: 305px;
    float: right;
    margin: 113px 0 172px;
  }
  #sec5 h2 small {
    margin-bottom: 68px;
  }
  #sec5 .img {
    width: 615px;
    float: left;
    margin: 0 0 0 -115px;
  }
  #sec5 .txt {
    width: 450px;
    float: right;
    text-align: center;
    margin-right: -73px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec5 .txt {
    margin-right: -23px;
  }
  #sec5 h2 {
    margin-right: 50px;
  }
  #sec5 .img {
    margin-left: -100px;
  }
}

#reserve {
  padding-bottom: 20vw;
}

#reserve .box {
  border: 1px solid #948a84;
  padding: 15vw 5vw;
  position: relative;
}

#reserve .box:before {
  content: "";
  width: 80px;
  height: 3px;
  background: #948a84;
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
}

#reserve h2 {
  margin-bottom: 8vw;
}

#reserve h2 small {
  margin-bottom: 4vw;
}

#reserve h2 span {
  font-size: 20px;
  letter-spacing: 0.3em;
}

#reserve .txt {
  line-height: 26px;
  margin-bottom: 10vw;
}

#reserve .contact-group {
  border-top: 1px solid #948a84;
  border-bottom: 1px solid #948a84;
  padding: 6vw 0;
}

#reserve .contact-group .reserve-btn {
  width: 88%;
  margin-bottom: 5vw;
}

#reserve .contact-group .reserve-tel {
  line-height: 20px;
}

#reserve .contact-group .reserve-tel small {
  font-size: 11px;
  letter-spacing: 0.15em;
  margin-right: 5px;
}

#reserve .contact-group .reserve-tel span {
  font-size: 20px;
  letter-spacing: 0.15em;
}

#reserve .contact-group .tel-txt {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 370px) {
  #reserve .contact-group .reserve-tel small {
    font-size: 10px;
    margin-right: 2px;
  }
  #reserve .contact-group .reserve-tel span {
    font-size: 18px;
  }
  #reserve .contact-group .tel-txt {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}

@media only screen and (min-width: 768px) {
  #reserve {
    padding-bottom: 235px;
  }
  #reserve .box {
    padding: 74px 30px 86px;
  }
  #reserve .box:before {
    width: 97px;
  }
  #reserve h2 {
    margin-bottom: 69px;
  }
  #reserve h2 small {
    margin-bottom: 23px;
  }
  #reserve h2 span {
    font-size: 25px;
    padding-left: 6px;
  }
  #reserve .txt {
    text-align: center;
    margin-bottom: 57px;
    line-height: 30px;
    padding-left: 3px;
  }
  #reserve .contact-group {
    width: 520px;
    margin: 0 auto;
    padding: 28px 0 23px;
  }
  #reserve .contact-group .reserve-btn {
    width: 312px;
    margin-bottom: 26px;
  }
  #reserve .contact-group .reserve-tel {
    padding-right: 9px;
  }
  #reserve .contact-group .reserve-tel small {
    font-size: 12px;
    margin-right: 14px;
    position: relative;
    top: -1px;
  }
  #reserve .contact-group .reserve-tel span {
    font-size: 25px;
  }
  #reserve .contact-group .tel-txt {
    font-size: 12px;
  }
}
