* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: rgb(35, 24, 21);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 100px 0;
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 40px);
  }
}
.contents-wrapper.mini {
  max-width: 900px;
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
  line-height: 200%;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img:not(.emoji) {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

figure {
  margin: 0;
  padding: 0;
}

.language-wrapper {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
}
@media (max-width: 1023px) {
  .language-wrapper {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .language-wrapper {
    bottom: 10px;
  }
}
.language-wrapper .language-box-btn {
  cursor: pointer;
  width: 50px;
}
.language-wrapper .language-box-btn img {
  pointer-events: none;
}
.language-wrapper .language-box-menu {
  position: absolute;
  bottom: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-color: rgba(35, 24, 21, 0.9);
  border-radius: 5px;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
  max-height: 0;
}
@media (max-width: 1023px) {
  .language-wrapper .language-box-menu {
    right: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.language-wrapper .language-box-menu.is-open {
  max-height: var(--max-height);
}
.language-wrapper .language-box-menu .inner {
  padding: 10px;
  width: 100px;
}
.language-wrapper .language-box-menu a {
  color: rgb(255, 255, 255);
}
.language-wrapper .language-box-menu a.current {
  pointer-events: none;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.header {
  padding: 50px 0;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/fv-image.jpg");
  color: rgb(255, 255, 255);
  font-family: "Zen Old Mincho", serif;
  text-shadow: 3px 3px 5px rgba(35, 24, 21, 0.8);
}
@media (max-width: 1023px) {
  .header {
    padding: 30px 0;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 450px;
    padding: 10px 0;
  }
}
.header .contents-wrapper {
  max-width: 1500px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .header .contents-wrapper {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .header .contents-wrapper {
    width: calc(100% - 20px);
  }
}
.header .header-text {
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .header .header-text {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .header .header-text {
    font-size: 1.8rem;
  }
}
.header .fv-after-message {
  width: 55%;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .header .fv-after-message {
    font-size: 0.9rem;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .header .fv-after-message {
    font-size: 10px;
    width: 85%;
  }
}

.tour-name {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1023px) {
  .tour-name {
    font-size: 1.8rem;
  }
}
.tour-name .beige-text {
  color: rgb(178, 129, 70);
}

.open-box {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.5rem;
  color: rgb(3, 110, 183);
  padding: 10px;
  border: 1px solid rgb(3, 110, 183);
}
@media (max-width: 767px) {
  .open-box {
    margin-bottom: 30px;
  }
}

.detail-wrapper {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 30px;
}
@media (max-width: 767px) {
  .detail-wrapper {
    margin-bottom: 30px;
  }
}
.detail-wrapper .day-box {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: rgb(3, 110, 183);
  padding-right: 30px;
  border-right: 1px solid rgb(35, 24, 21);
}
@media (max-width: 1023px) {
  .detail-wrapper .day-box {
    margin: auto;
    border-right: none;
    padding-right: 0;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid rgb(35, 24, 21);
  }
}
@media (max-width: 767px) {
  .detail-wrapper .day-box {
    text-align: left;
  }
}
.detail-wrapper .year {
  display: block;
}
@media (max-width: 1023px) {
  .detail-wrapper .year {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .detail-wrapper .year {
    display: block;
  }
}
.detail-wrapper .day {
  font-size: 3rem;
}
.detail-wrapper .week {
  font-weight: 400;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .detail-wrapper .week {
    font-size: 1rem;
  }
}
.detail-wrapper .price-wrapper {
  width: calc(100% - 227px - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  .detail-wrapper .price-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .detail-wrapper .price-wrapper {
    gap: 10px;
  }
}
.detail-wrapper .ja span {
  text-align: center;
  display: block;
  font-weight: 700;
}
.detail-wrapper .ja span.big {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .detail-wrapper .ja span.big {
    font-size: 1.3rem;
  }
}
.detail-wrapper .ja span.one {
  font-size: 1.3rem;
  color: rgb(3, 110, 183);
  text-align: center;
  border-radius: 5px;
  border: 2px solid rgb(3, 110, 183);
}
.detail-wrapper .ja span.small {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .detail-wrapper .ja span.small {
    font-size: 0.7rem;
  }
}
.detail-wrapper .en {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .detail-wrapper .en {
    font-size: 1rem;
  }
}
.detail-wrapper .en .number {
  font-family: "Rubik", sans-serif;
  font-size: 5rem;
}
@media (max-width: 767px) {
  .detail-wrapper .en .number {
    font-size: 3.8rem;
  }
}

@media (max-width: 767px) {
  .note-text {
    font-size: 0.9rem;
  }
}
.note-text p:not(:last-child) {
  margin-bottom: 5px;
}

.reserve-button {
  margin: 50px auto 0;
  max-width: 300px;
  padding: 10px 30px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  border: 4px solid rgb(178, 129, 70);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: rgb(35, 24, 21);
  -webkit-box-shadow: 0 3px 0 rgba(35, 24, 21, 0.3);
          box-shadow: 0 3px 0 rgba(35, 24, 21, 0.3);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (max-width: 767px) {
  .reserve-button {
    margin-top: 40px;
  }
}
.reserve-button::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/arrow.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reserve-button:hover {
  -webkit-box-shadow: 0 0px 0 rgba(35, 24, 21, 0.3);
          box-shadow: 0 0px 0 rgba(35, 24, 21, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reserve-button:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.introduction-section .first-text {
  margin-bottom: 50px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .introduction-section .first-text {
    text-align: left;
    margin-bottom: 30px;
  }
}

.introduction-title {
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 3.5rem;
  font-weight: 700;
  padding: 10px 0;
  border-top: 1px solid rgb(178, 129, 70);
  border-bottom: 1px solid rgb(178, 129, 70);
}
@media (max-width: 1023px) {
  .introduction-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .introduction-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

.text-brown {
  color: rgb(178, 129, 70);
}

.bg-title {
  margin: 0 auto 30px;
  padding: 10px 50px;
  letter-spacing: 0.03em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgb(238, 233, 210);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .bg-title {
    width: 100%;
    padding: 10px;
  }
}

.point-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid rgb(35, 24, 21);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  counter-reset: number 0;
}
.point-wrapper .number-box {
  counter-increment: number 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-family: "Zen Old Mincho", serif;
  color: rgb(178, 129, 70);
  font-weight: 600;
}
.point-wrapper .number-box:not(:last-child) {
  margin-bottom: 15px;
}
.point-wrapper .number-box::before {
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(178, 129, 70);
  content: counter(number);
}
.point-wrapper .number-box span {
  width: calc(100% - 20px - 10px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.plan-wrapper {
  margin-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/plan-bg.jpg");
  padding: 0 0 50px;
  border: 2px solid rgb(178, 129, 70);
  border-top: transparent;
}
.plan-wrapper .plan-inner {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1023px) {
  .plan-wrapper .plan-inner {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .plan-wrapper .plan-inner {
    gap: 0;
    text-align: left;
  }
}
.plan-wrapper .place {
  position: relative;
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .plan-wrapper .place {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .plan-wrapper .place {
    width: 100%;
  }
  .plan-wrapper .place .small {
    font-size: 1rem;
  }
}
.plan-wrapper .time {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  color: rgb(178, 129, 70);
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .plan-wrapper .time {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    font-size: 0.9rem;
    display: block;
    text-align: left;
  }
}
.plan-wrapper .line {
  width: 80px;
  position: relative;
  border-bottom: 2px dashed rgb(35, 24, 21);
}
@media (max-width: 767px) {
  .plan-wrapper .line {
    width: 1px;
    height: 30px;
    margin: 10px auto 0;
    border-bottom: none;
    border-left: 2px dashed rgb(35, 24, 21);
  }
}
.plan-wrapper .line span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -104%);
          transform: translate(-50%, -104%);
  display: block;
  color: rgb(178, 129, 70);
  font-size: 10px;
}
@media (max-width: 767px) {
  .plan-wrapper .line span {
    white-space: nowrap;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
}

.plan-title {
  margin-bottom: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(178, 129, 70);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .plan-title {
    margin-bottom: 20px;
  }
}
.plan-title::before, .plan-title::after {
  content: "";
  display: block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 2px;
  background-color: rgb(178, 129, 70);
}

.plan-place-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 50px 30px;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .plan-place-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px;
  }
}
.plan-place-wrapper .place-box > img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.plan-place-wrapper .place-name {
  margin: 10px auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.history-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/bg-map.png");
}

.history-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 50px;
}
.history-box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history-box:nth-child(even) .image-box::before {
  left: auto;
  right: 10px;
}
@media (max-width: 767px) {
  .history-box:nth-child(even) .image-box::before {
    right: auto;
    left: 10px;
  }
}
.history-box:not(:last-child) {
  margin-bottom: 50px;
}
.history-box .image-box {
  position: relative;
  width: calc(50% - 50px);
}
@media (max-width: 1023px) {
  .history-box .image-box {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .history-box .image-box {
    width: 100%;
  }
}
.history-box .image-box::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(238, 233, 210);
}
.history-box .image-box img {
  position: relative;
  z-index: 2;
}
.history-box .image-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
  z-index: 2;
  text-shadow: 2px 2px 5px rgb(35, 24, 21);
}
.history-box .text-box {
  width: 50%;
  font-family: "Zen Old Mincho", serif;
  font-size: 0.9rem;
}
@media (max-width: 1023px) {
  .history-box .text-box {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .history-box .text-box {
    width: 100%;
  }
}
.history-box .text-box h3 {
  margin-bottom: 15px;
  color: rgb(178, 129, 70);
  font-size: 1.4rem;
}

.footer .contents-wrapper {
  border-top: 1px solid rgb(35, 24, 21);
  padding: 50px 0 10px;
}
.footer .footer-contents {
  margin-bottom: 50px;
}
.footer .footer-contents .inner-box {
  text-align: center;
}
.footer .footer-contents .inner-box:not(:last-child) {
  margin-bottom: 20px;
}
.footer .footer-contents .inner-box p {
  margin-bottom: 5px;
  font-weight: 600;
}
.footer .copy-light {
  display: block;
  font-size: 0.9rem;
  text-align: right;
}

@media (max-width: 1023px) {
  .korea .tour-name {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .korea .fv-after-message {
    width: 100%;
  }
}
.korea .price-wrapper {
  width: calc(100% - 290px - 30px);
}
@media (max-width: 1023px) {
  .korea .price-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .korea .day {
    font-size: 2rem;
  }
}
.korea .reserve-button {
  max-width: 310px;
}
.korea .introduction-title {
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .korea .introduction-title {
    font-size: 2.2rem;
  }
}
.korea .plan-wrapper .place {
  font-size: 1.2rem;
}
@media (max-width: 1023px) {
  .korea .plan-wrapper .place {
    font-size: 1rem;
  }
}

.china .fv-after-message {
  width: 64%;
}
@media (max-width: 1023px) {
  .china .fv-after-message {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .china .fv-after-message {
    width: 95%;
  }
}
.china .price-wrapper {
  width: calc(100% - 310px - 30px);
}
@media (max-width: 1023px) {
  .china .price-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .china .day {
    font-size: 1.8rem;
  }
}
.china .reserve-button span {
  width: calc(100% - 20px - 10px);
  text-align: center;
}
/*# sourceMappingURL=main.css.map */