@charset "UTF-8";

html  {
  scroll-behavior: smooth;
  /* scroll-padding-top: 216px; */
  /* scroll-padding-top: 254px; */
  scroll-padding-top: 206px;
}

.rasta__sec01 {
  margin-top: 25px;
}

.rasta__sec01-box {
  display: flex;
  justify-content: space-between;
}

.rasta__sec01-img {
  /* width: 51%; */
  width: 417px;
}

.rasta__sec01-img img {
  width: 100%;
}

.rasta__sec01-txt {
  /* width: 45%; */
  width: 341px;
}

.rasta__sec01-txt div {
  border: 2px solid #FF0000;
  padding: 18px;
}

.rasta__sec01-txt h3 {
  font-size: 16px;
  font-weight: bold;
}

.rasta__sec01-txt p {
  font-size: 14px;
  font-weight: 500;
}

.rasta__sec01-txt a {
  display: flex;
  justify-content: flex-end;
  margin-top: 9px;
  column-gap: 9px;
}

.rasta__sec01-txt a p {
  text-decoration: underline;
  font-size: 14px;
  margin-top: 0;
  font-weight: 400;
}

.rasta__sec01 h2 {
  font-size: 17px;
  font-weight: 500;
  margin-top: 40px;
}

.resta__nav {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  transition: .3s;
}

.resta__nav-item {
  width: 21.3%;
  background-color: #FBEDF3;
  border-radius: 14px;
  padding: 5px 10px;
  transition: .3s;
  text-align: center;
  color: #554940;
  height: 152px;
}

.resta__nav.active {
  margin-top: 0;
  padding: 16px 0;
  background-color: #fff;
}

.resta__nav.active .resta__nav-item {
  /* height: 110px; */
  height: 100px;
  padding: 0 10px 5px;
}

.resta__nav-item:last-child {
  width: 13%;
}

.resta__nav-item:last-child p {
  margin-top: 0;
  height: 100%;
}

.resta__nav.active .resta__nav-item:last-child p {
  height: 100%;
  margin-top: 0;
}

.resta__nav-item h2 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
  position: relative;
}

.resta__nav.active .resta__nav-item h2 {
  font-size: 12px;
  padding-bottom: 6px;
}

.resta__nav-item p {
  font-size: 18px;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  line-height: 1.4;
}

.resta__nav.active .resta__nav-item p {
  font-size: 14px;
  height: 62px;
  /* margin-top: 4px; */
  margin-top: -4px;
}

.resta__nav-item h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 4px;
  background-color: #554940;
}

.resta__nav.active .resta__nav-item h2::after {
  height: 3px;
  content: none;
}

.resta__nav-item h2 span {
  font-size: 19px;
}

.resta__nav-item:hover {
  background-color: #FBE67F;
  color: #000000;
}

.resta__nav-item:hover h2::after {
  background-color: #fff;
}

.rasta__sec02 {
  margin-top: 70px;
}

.resta__sec02-title {
  display: flex;
  align-items: center;
  /* column-gap: 15px; */
  column-gap: 10px;
}

.resta__sec02-title p {
  font-size: 17px;
  font-weight: bold;
}

.resta__sec02-title p span {
  font-size: 23px;
}

/* .resta__line {
  display: block;
  width: 4px;
  height: 26px;
  background-color: #FAE5EE;
} */

.resta__sec02-title h2 {
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  border-left: 4px solid #FAE5EE;
}

.resta__sec02-box {
  width: 580px;
  margin: 0 auto;
  margin-top: 34px;
}

.resta__sec02-box:first-child {
  margin-top: 0;
}

.resta_sec02-video {
  /* margin-top: 25px; */
  margin-top: 15px;
}

.resta_sec02-video img {
  width: 100%;
}

.resta__btn {
  width: fit-content;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
  column-gap: 10px;
}

.resta__btn p {
  font-size: 14px;
  text-decoration: underline;
}

.resta__sec02-txt {
  text-align: right;
  margin-top: 44px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {

  .resta__nav.active .resta__nav-item {
    height: 23px;
    column-gap: 20px;
    padding: 3px 20px;
  }

  .resta__mv {
    padding: 0 12px;
  }

  .rasta__sec01 {
    margin-top: 30px;
  }

  .rasta__sec01-box {
    flex-wrap: wrap;
    row-gap: 37px;
  }

  .rasta__sec01-txt div {
    padding: 15px 19px;
  }

  .rasta__sec01-img {
    width: 100%;
  }

  .rasta__sec01-txt {
    width: 100%;
  }

  .rasta__sec01-txt h3 {
    font-size: 12px;
  }

  .rasta__sec01-txt p {
    font-size: 11px;
    margin-top: 2px;
    line-height: 2;
  }

  .rasta__sec01-txt a {
    margin-top: 14px;
    column-gap: 6px;
  }

  .rasta__sec01-txt a p {
    font-size: 12px;
  }

  .rasta__sec01-txt a img {
    width: 15px;
    margin-top: 2px;
  }

  .rasta__sec01 h2 {
    margin-top: 30px;
    font-size: 14px;
  }

  .resta__nav {
    margin-top: 22px;
    flex-wrap: wrap;
    row-gap: 4px;
    transition: .3s;
  }

  .resta__nav-item {
    width: 100%;
    display: flex;
    column-gap: 14px;
    height: 28px;
    /* padding: 5px; */
    padding: 5px 5px 5px 13px;
  }

  .resta__nav.sp-active {
    padding: 15px 0;
    background-color: #fff;
  }

  .resta__nav.sp-active .resta__nav-item {
    height: 23px;
    column-gap: 20px;
    padding: 3px 20px;
  }

  .resta__nav-item h2::after {
    width: 2px;
    height: 11px;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 6px;
  }

  .resta__nav.sp-active .resta__nav-item h2::after {
     height: 9px;
     margin-left: 9px;
  }

  .resta__nav.active .resta__nav-item h2::after {
    width: 2px;
    height: 9px;
    margin-left: 9px;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
  }

  .resta__nav-item:last-child {
    width: 100%;
    justify-content: center;
  }

  .resta__nav-item p {
    margin-top: 0;
    height: auto;
    font-size: 12px;
  }

  .resta__nav.sp-active .resta__nav-item p {
    font-size: 10px;
  }

  .resta__nav.active .resta__nav-item p {
    font-size: 10px;
    margin-top: 0;
    height: auto;
  }

  .resta__nav-item h2 {
    font-size: 10px;
    padding-bottom: 0;
    line-height: 1.4;
  }

  .resta__nav.sp-active .resta__nav-item h2 {
    font-size: 8px;
  }

  .resta__nav.active .resta__nav-item h2 {
    font-size: 8px;
    padding-bottom: 0;
  }

  .resta__nav-item h2 span {
    font-size: 13px;
  }

  .resta__nav.sp-active .resta__nav-item h2 span {
    font-size: 11px;
  }

  .rasta__sec02 {
    margin-top: 55px;
  }

  .resta__sec02-title {
    column-gap: 6px;
    align-items: flex-start;
    margin-left: 10px;
  }

  .resta__sec02-title p {
    font-size: 14px;
    white-space: nowrap;
    margin-top: -2px;
  }

  .resta__sec02-title p span {
    font-size: 18px;
  }

  .resta__sec02-title h2 {
    font-size: 16px;
    padding-left: 10px;
    border-left: 3px solid #FAE5EE;
  }

  .resta_sec02-video {
    margin-top: 15px;
  }

  .resta__sec02-box {
    width: 100%;
    margin-top: 58px;
  }

  .resta__btn img {
    width: 14px;
  }

  .resta__btn p {
    font-size: 12px;
  }

  .resta__sec02-txt {
    margin-top: 36px;
  }

  html  {
    scroll-padding-top: 250px;
  }
}