@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@300;400;500;700&display=swap");

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.modal-note {
  font-size: 12px;
}
.form-note {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 50px;
}
.note {
  color: #e53900;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 8px;
}

body {
  background-color: #ededed;
  font-family: "Noto Sans TC", sans-serif, "Noto Serif TC", serif;
}

body.active {
  overflow: hidden;
}
.download-box {
  text-align: right;
}
section {
  position: relative;
}
#about {
  position: absolute;
  top: 0;
}
#serving {
  position: absolute;
  top: -80px;
}
header {
  width: 100%;
  padding: 0 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: position 0.5s;
}
header.active {
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.logo {
  display: inline-block;
  width: 230px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 80px;
  position: absolute;
  left: 36px;
  top: 0;
  z-index: 3;
  letter-spacing: 0.2em;
}
header.active .logo {
  color: #000;
}
.menu-box {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu-box a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-left: 30px;
  text-decoration: none;
}
header.active .menu-box a {
  color: #000;
}
.menu-box a:hover {
  opacity: 0.8;
}
.green-text {
  color: #129740 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.pd-0 {
  padding: 0 !important;
}

.w-100 {
  width: 100%;
}

.text-center {
  text-align: center !important;
}

.show-xs {
  display: none;
}
.banner {
  position: relative;
}
.banner-swiper {
  overflow: hidden;
}
.banner-pic {
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.banner-pagination {
  display: flex;
  flex-direction: column;
  width: 2px;
  position: absolute;
  z-index: 150;
}
.banner-pagination::before {
  content: "01";
  font-family: "Noto Serif TC", serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  position: absolute;
  top: -30px;
  left: -13px;
}
.banner-pagination::after {
  content: "04";
  font-family: "Noto Serif TC", serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  position: absolute;
  bottom: -30px;
  left: -13px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: auto;
  left: auto;
  width: 1px;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-pagination-bullet {
  width: 1px;
  height: 60px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}
.banner-info {
  position: absolute;
  top: 54%;
  left: 135px;
  z-index: 9;
  transform: translateY(-50%);
  max-width: 600px;
}
.banner-en {
  color: #fff;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 26px;
  opacity: 0;
  animation: leftInB 0.7s forwards 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.banner-title {
  color: #fff;
  font-family: "Noto Serif TC", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  opacity: 0;
  animation: leftIn 0.7s forwards 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.banner-text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.25;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  opacity: 0;
  animation: leftInB 0.7s forwards 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.banner-text-icon {
  width: 18px;
  margin-right: 8px;
  transform: translateY(2px);
}
.banner-note {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.25;
  letter-spacing: 1px;
  margin-bottom: 40px;
  opacity: 0;
  animation: leftInB 0.7s forwards 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.video-btn-box {
  display: inline-flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px;
  opacity: 0;
  animation: leftIn 0.7s forwards 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.video-btn-info {
  flex: 1;
  padding-right: 12px;
}
.video-btn-pic {
  display: block;
  width: 164px;
  position: relative;
}
.video-btn-pic:hover {
  opacity: 0.8;
}
.play {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-btn-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 0.9;
  line-height: 1.4;
  margin-bottom: 6px;
}
.video-btn-tag {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 0.9;
}
.about-box {
  padding: 160px 0 240px 135px;
}
.about-title {
  color: #353535;
  font-family: "Noto Serif TC", serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.about-icon {
  width: 60px;
  margin-right: 10px;
  transform: translateY(5px);
}
.about-sub {
  color: #129740;
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.about-sub-icon {
  width: 24px;
  transform: translateY(3px);
  margin: 0 6px;
}
.about-sub span {
  color: #8c8c8c;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.about-text {
  color: #353535;
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  padding-right: 30px;
}
.about-row {
  display: flex;
  align-items: stretch;
}
.about-left {
  width: 33.3%;
  padding-right: 50px;
}
.about-right {
  width: 66.6%;
  background-size: cover;
  background-position: center center;
}
.about-item {
  padding: 26px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: -1px;
}
.about-item-title {
  color: #353535;
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
}
.about-item-text {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}
.about-item-price {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.about-item-price span {
  display: inline-block;
  margin-right: 8px;
}
.view-box {
  text-align: right;
}
.view-more {
  display: inline-flex;
  align-items: center;
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-decoration: none;
}
.view-more span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: solid 1px #353535;
  margin-left: 15px;
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center center;
}
.view-more:hover {
  color: #129740;
}
.view-more:hover span {
  background-image: url(../images/next-1.svg);
  background-color: #129740;
  border: solid 1px #129740;
}
.serving-title {
  color: #353535;
  font-family: "Noto Serif TC";
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-align: center;
}
.serving-en {
  color: #353535;
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
.serving-box {
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  padding: 30px 24px 66px;
}
.serving-item {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
  min-height: 250px;
}
.serving-info {
  width: calc(40% - 30px);
  margin-right: 30px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.servingf-info.fix {
  margin-right: 0;
  margin-left: 30px;
}
.serving-pic {
  width: 60%;
  position: relative;
  background-size: cover;
}
.serving-info-title {
  color: #353535;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
}
.serving-item:hover .serving-info-title {
  color: #129740;
}
.serving-info-price {
  color: #129740;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.serving-info-price span {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 1px;
  text-decoration: line-through;
}
.serving-info ul {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  list-style-type: disc;
  padding-left: 1.5em;
}
.serving-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.serving-link span {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: solid 1px #fff;
  margin-left: 15px;
  background-image: url(../images/next-1.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center center;
}
.serving-item:hover .serving-link span {
  border: solid 1px #129740;
  background-color: #129740;
}
.step-box {
  padding: 80px 20px 120px;
  width: 100%;
  max-width: 788px;
  margin: 0 auto;
}
.step-up {
  padding: 0 10%;
}
.step-dw {
  display: flex;
}
.step-col {
  width: 33.3%;
}
.step-tit {
  color: #353535;
  text-align: center;
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin: 20px 0 12px 0;
}
.step-sub {
  color: #8c8c8c;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.reserve {
  background-image: url(../images/reserve.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 80px 80px 50px 80px;
}
.reserve-box {
  width: calc(100% - 48px);
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
  padding: 70px 100px;
  color: #fff;
}
.reserve-title {
  color: #fff;
  font-family: "Noto Serif TC";
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  text-align: center;
}
.reserve-en {
  color: #fff;
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-align: center;
  margin-bottom: 20px;
}
.reserve-text {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.input-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.input-col-full {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.input-col {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
label {
  display: block;
  color: #c4c3c3;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
label a {
  color: #c4c3c3;
}
.form-input {
  color: #fff;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 1px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 20px;
  border: none;
  outline: none;
  width: 100%;
  display: block;
}
select.form-input {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 24px auto;
}
select.form-input option {
  color: #000;
}
option:checked {
  color: rgb(246, 250, 0);
  background-color: rgb(123, 123, 123);
}
.datepicker-input {
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 24px auto;
}
.datepicker-input::-webkit-calendar-picker-indicator {
  background-image: url("");
}
.btn-box {
  text-align: center;
}
button {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 12px 54px 12px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.4px;
  background-image: url(../images/next-1.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 24px auto;
  background-color: transparent;
  cursor: pointer;
}
button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@keyframes leftIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes leftInB {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 0.8;
    transform: translateX(0);
  }
}
.modal-head {
  padding-top: 15px;
  width: 100%;
  text-align: right;
  position: sticky;
  top: 0;
}
.close {
  display: inline-block;
  width: 24px;
  height: auto;
  cursor: pointer;
}
.close:hover {
  opacity: 0.6;
}
.modal-mask {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-mask.active {
  display: flex;
}
.modal-box {
  max-width: 800px;
  width: 90%;
  max-height: 70vh;
  overflow: auto;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  padding: 0 15px 30px 50px;
  position: relative;
}
.modal-box.fix {
  max-width: 1200px;
  width: 100%;
  max-height: none;
  overflow: visible;
  border-top: none;
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 0;
}
.video-container {
  width: 100%;
  height: 0;
  padding-top: 56.2%;
  position: relative;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.modal-box.fix .close {
  position: absolute;
  top: -24px;
  right: -24px;
}
.modal-content {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  padding-right: 35px;
}
.modal-content h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  margin-top: 24px;
}
.modal-content p {
  margin-bottom: 10px;
}
.modal-content ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.modal-content ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.modal-title {
  color: #129740;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 10px;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 10px;
}
@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.active .modal-box {
  animation: popup 1s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 1366px) {
  .banner-pic {
    min-height: 600px;
    max-height: 700px;
  }
  .about-left {
    width: 50%;
  }
  .about-right {
    width: 50%;
  }
  .banner-title {
    font-size: 48px;
  }
  .about-title {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .about-box {
    padding: 160px 0 240px 36px;
  }
  .banner-info {
    left: 36px;
  }
  .serving-pic {
    width: 50%;
  }
  .serving-info {
    width: calc(50% - 30px);
  }
}
@media (max-width: 860px) {
  .about-box {
    padding: 80px 36px 140px 36px;
  }
  .about-row {
    flex-direction: column;
  }
  .about-right {
    width: 100%;
    order: 1;
    height: 0;
    padding-top: 60%;
  }
  .about-left {
    width: 100%;
    order: 2;
    padding-right: 0;
  }
  .reserve {
    padding: 30px 24px;
  }
  .reserve-box {
    width: 100%;
    padding: 36px 30px;
  }
  .input-col {
    width: 100%;
  }
  header {
    padding: 0 24px;
    background-color: #fff;
    height: 48px;
    position: fixed;
  }
  header.active {
    background-color: #fff;
    backdrop-filter: none;
    position: fixed;
  }
  .logo {
    width: auto;
    line-height: 48px;
    left: 24px;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .menu-box {
    height: 0;
    display: block;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.3s linear;
    z-index: 999;
  }
  .menu-box.active {
    height: calc(100% - 48px);
  }
  .menu-box a {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 48px;
    margin-left: 0;
    text-align: center;
  }
  .menu-box a:first-child {
    margin-top: 48px;
  }
  .button_container {
    position: absolute;
    top: 16px;
    right: 24px;
    height: 16px;
    width: 22px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
  }
  .button_container:hover {
    opacity: 0.9;
  }
  .button_container.active .top {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg);
  }
  .button_container.active .middle {
    opacity: 0;
  }
  .button_container.active .bottom {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
  }
  .button_container span {
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
    background-color: #000;
  }
  .button_container span:nth-of-type(2) {
    top: 7px;
  }
  .button_container span:nth-of-type(3) {
    top: 14px;
  }
  .banner-info {
    position: absolute;
    top: 55%;
    left: 30px;
    z-index: 9;
    transform: translateY(-50%);
    max-width: 480px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: auto;
    left: auto;
    width: 1px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 430px) {
  .banner-info {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translateY(0);
    width: 100%;
  }
  .banner-pic {
    min-height: 0;
    max-height: none;
    height: 580px;
  }
  .banner-en {
    margin-bottom: 6px;
    opacity: 1;
    padding-left: 30px;
    font-size: 17px;
  }
  .banner-title {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    margin-bottom: 60px;
    padding-left: 30px;
  }
  .banner-text {
    padding-left: 30px;
  }
  .banner-note {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 36px;
    padding-left: 30px;
  }
  .video-btn-box {
    display: flex;
    padding: 10px;
  }
  .video-btn-pic {
    display: block;
    width: 140px;
    position: relative;
  }
  .banner-pagination::before {
    font-size: 14px;
    letter-spacing: 1px;
    top: -20px;
    left: -7px;
  }
  .banner-pagination::after {
    font-size: 14px;
    letter-spacing: 1px;
    bottom: -20px;
    left: -7px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    right: 30px;
    top: 110px;
    transform: translateY(0);
  }
  .swiper-pagination-bullet {
    height: 36px;
  }
  .about-box {
    padding: 80px 24px 120px 24px;
    background-size: 360px auto;
    background-position: bottom 10px left 24px;
  }
  .about-title {
    font-size: 24px;
  }
  .about-icon {
    width: 32px;
    margin-right: 5px;
    transform: translateY(3px);
  }
  .about-sub {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .about-sub-icon {
    width: 13px;
    transform: translateY(2px);
    margin: 0 4px;
  }
  .about-sub span {
    font-size: 12px;
  }
  .about-text {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    padding-right: 0;
  }

  .about-item {
    border-top: none;
    margin-bottom: 0;
  }
  .about-left .about-item:last-child {
    border-bottom: none;
  }
  .about-item-title {
    font-size: 20px;
  }
  .about-item-text {
    font-size: 14px;
  }
  .serving-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .serving-en {
    font-size: 16px;
  }
  .bg-white {
    background-color: #fff;
    padding-top: 36px;
  }
  .serving-box {
    padding: 30px 24px;
  }
  .serving-item {
    flex-direction: column;
    margin-bottom: 0;
    min-height: 0;
  }
  .serving-info {
    width: 100%;
    margin-right: 0;
    border-top: none;
    border-bottom: none;
    padding: 20px 30px;
    order: 2;
  }
  .serving-pic {
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
  }
  .show-xs {
    display: block;
  }
  .hide-xs {
    display: none;
  }
  .step-box {
    padding: 80px 50px 20px 50px;
    margin: 0 auto;
    display: flex;
  }
  .step-up {
    padding: 0;
    width: 56px;
  }
  .step-dw {
    width: calc(100% - 56px);
    flex-direction: column;
    padding-left: 20px;
  }
  .step-col {
    width: 100%;
  }
  .step-tit {
    text-align: left;
    font-size: 20px;
    margin: 0 0 8px 0;
  }
  .step-sub {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5em;
    margin-bottom: 66px;
  }
  .reserve-title {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
  .reserve-en {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .modal-mask {
    height: 100%;
  }
  .modal-box {
    max-height: 70%;
    padding: 0 15px 30px 40px;
  }
  .modal-content {
    padding-right: 25px;
  }
  .form-note {
    font-size: 12px;
    margin-top: 24px;
  }
  .modal-box.fix .close {
    position: absolute;
    top: -24px;
    right: 0;
  }
}
@media (max-width: 360px) {
  .video-btn-title {
    font-size: 18px;
  }
  .step-box {
    padding: 80px 30px 20px 30px;
  }
}

.d-md-inline,
.radio-label {
  display: inline-block;
}
@media (max-width: 578px) {
  .d-md-inline {
    display: block;
    margin-bottom: 0.75rem;
  }
  .radio-label {
    display: block;
  }
}
.radio {
  margin-right: 1.5rem;
}

.radio {
  margin-right: 1.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  border: 1px solid #666666;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 0.25em;
  margin-right: 0.5rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #129740;
  box-shadow: inset 0 0 0 2px #ffffff;
  border: 1px solid #ffffff;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 2px #ffffff;
  background: #c4c3c3;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.radio-label {
  cursor: pointer;
}
.radio:hover input[type="radio"] + .radio-label:before {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.radio:hover input[type="radio"]:checked + .radio-label:before {
  background-color: #129740;
  border: 1px solid #ffffff;
}

.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 250ms ease;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: 0;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #666666;
  border-radius: 4px;
  transition: all 250ms ease;
}

.checkbox:hover input ~ .checkmark {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
  border-color: #ffffff;
}
.checkbox:hover input:checked ~ .checkmark {
  border-color: #ffffff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 50%;
  top: 50%;
  margin-top: -6.5px;
  margin-left: -4px;
  width: 4px;
  height: 8px;
  border: solid #129740;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
