@media only screen and (min-width: 768px) {
  html,
  body {
    background-image: url("../../images/citi/bg_golden_dots_d.jpg");
  }
  h2 {
    font-size: 2.3333333333vw;
  }
  h3 {
    font-size: 1.8333333333vw;
  }
  h4 {
    font-size: 1.5vw;
  }
  p {
    font-size: 1.1666666667vw;
  }
  h5 {
    font-size: 1.1666666667vw;
  }
  h6 {
    font-size: 1.0833333333vw;
  }
  .mb-small {
    margin-bottom: 1.25vw !important;
  }
  .mb-normal {
    margin-bottom: 2.5vw !important;
  }
  .mb-large {
    margin-bottom: 5vw !important;
  }
  header {
    padding: 2.5vw;
  }
  header .img-logo {
    width: 9.1666666667vw;
  }
  .container-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  section {
    margin-bottom: 6.6666666667vw;
  }
  section .wrapper {
    margin: 1.25vw;
  }
  section .ic-divider {
    display: block;
    margin: 0 auto;
    width: 1.5vw;
  }
  section .ic-pin {
    width: 1.6666666667vw;
  }
  section .btn-base-citi {
    font-size: 1.3333333333vw;
    padding: 0.8333333333vw;
    height: 5vw;
  }
  section .footer-image-content {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
  }
  section .footer-image-content .buttons {
    width: 50.8905852417vw;
  }
  section .footer-image-content .buttons {
    width: 20.8333333333vw;
  }
  .section-hero .img-lockup {
    width: 44.25vw;
    margin-top: 3.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .section-offer .img-cardface {
    width: 27.9166666667vw;
  }
  .section-michelin .img-suntory-michelin {
    width: 15.8333333333vw;
    margin-top: 0vw;
    margin-bottom: 5vw;
  }
  .section-ami .address, .section-epure .address, .section-offer .address {
    justify-content: center;
    align-items: center;
  }
  .section-ami .img-col, .section-epure .img-col, .section-offer .img-col {
    padding-bottom: 1.1666666667vw;
    width: initial;
  }
  .section-ami .photos, .section-epure .photos, .section-offer .photos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.1666666667vw;
  }
  .section-ami .buttons, .section-epure .buttons, .section-offer .buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.6666666667vw;
  }
  .section-ami .buttons button, .section-epure .buttons button, .section-offer .buttons button {
    width: 23vw;
  }
  .modal .modal-content .menu-title {
    height: 5.8333333333vw;
    margin-top: 5vw;
    margin-bottom: 2.5vw;
  }
  .modal .modal-content h5.divider {
    margin-bottom: 0.8333333333vw;
    margin-top: 0.8333333333vw;
  }
  .modal .modal-content .price {
    font-size: 1.5vw;
  }
  /********************** BOOKING FORM **********************/
  .booking-wrapper .wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.25vw;
  }
  .section-restaurant .icon-address {
    width: 1.6666666667vw;
  }
  .section-booking .form-select {
    padding: 0.8333333333vw;
  }
  .section-booking .form-select select {
    font-size: 1.3333333333vw;
    padding-left: 0.4166666667vw;
    background-size: 2.0833333333vw 2.0833333333vw;
  }
  .section-booking .form-select-wrapper {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
  }
  .section-booking .form-select-wrapper > div {
    width: 30%;
  }
  .section-booking .form-input input {
    padding: 0.8333333333vw;
    font-size: 1.3333333333vw;
  }
  .section-booking .form-checkbox .checkbox-flex {
    gap: 0.8333333333vw;
  }
  .section-booking ul li {
    font-size: 1.1666666667vw;
  }
  .section-booking .err-msg, .section-booking .err-server {
    margin-top: 0.4166666667vw;
  }
  .section-thankyou .gap-small {
    gap: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  html,
  body {
    background-image: url("../../images/citi/bg_golden_dots_d.jpg");
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }
  h5 {
    font-size: 12px;
  }
  h6 {
    font-size: 10px;
  }
  .mb-small {
    margin-bottom: 15px !important;
  }
  .mb-normal {
    margin-bottom: 30px !important;
  }
  .mb-large {
    margin-bottom: 60px !important;
  }
  header {
    padding: 30px;
  }
  header .img-logo {
    width: 110px;
  }
  .container-wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  section {
    margin-bottom: 80px;
  }
  section .wrapper {
    margin: 15px;
  }
  section .ic-divider {
    display: block;
    margin: 0 auto;
    width: 18px;
  }
  section .ic-pin {
    width: 20px;
  }
  section .btn-base-citi {
    font-size: 16px;
    padding: 10px;
    height: 60px;
  }
  section .footer-image-content .buttons {
    width: 300px;
  }
  .section-hero .img-lockup {
    width: 531px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section-michelin .img-suntory-michelin {
    width: 190px;
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .section-offer .img-cardface {
    width: 335px;
  }
  .section-ami .img-col, .section-epure .img-col, .section-offer .img-col {
    padding-bottom: 14px;
  }
  .section-ami .photos, .section-epure .photos, .section-offer .photos {
    gap: 14px;
  }
  .section-ami .buttons, .section-epure .buttons, .section-offer .buttons {
    gap: 20px;
  }
  .section-ami .buttons button, .section-epure .buttons button, .section-offer .buttons button {
    width: 276px;
  }
  .modal .modal-content .menu-title {
    height: 70px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .modal .modal-content h5.divider {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .modal .modal-content .price {
    font-size: 18px;
  }
  /********************** BOOKING FORM **********************/
  .section-restaurant .icon-address {
    width: 20px;
  }
  .booking-wrapper .wrapper {
    padding: 0 15px;
  }
  .section-booking .form-select {
    padding: 10px;
  }
  .section-booking .form-select select {
    font-size: 16px;
    padding-left: 5px;
    background-size: 25px 25px;
  }
  .section-booking .form-input input {
    padding: 10px;
    font-size: 16px;
  }
  .section-booking .form-checkbox .checkbox-flex {
    gap: 10px;
  }
  .section-booking ul li {
    font-size: 14px;
  }
  .section-booking .err-msg, .section-booking .err-server {
    margin-top: 5px;
  }
  .section-thankyou .gap-small {
    gap: 15px;
  }
}/*# sourceMappingURL=citi-desktop.css.map */