#page_cn {
  font-family: "Noto Sans SC", sans-serif;
}

#page_tw {
  font-family: "Noto Sans TC", sans-serif;
}

#page_ko {
  font-family: "Noto Sans KR", sans-serif;
}

header .header_wrap .right_content .nav_tel_wrap .reserve_btn a {
  width: 140rem;
}

.top_mv .catch .txt02 {
  font-size: 50rem;
}

.top_plan.service .center_tit {
  margin-bottom: 20rem;
}
.top_plan.service .center_tit .en {
  font-size: 40rem;
  line-height: 1.5;
}

.top_info {
  margin-top: 120rem;
  margin-bottom: 120rem;
}
.top_info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_info .info dt,
.top_info .info dd {
  padding: 1.5em 0;
}
.top_info .info dt {
  width: 300rem;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.top_info .info dd {
  padding-left: 1em;
  width: calc(100% - 300rem);
  border-bottom: 1px solid #d2cdcd;
}

.area_info ul.list {
  margin-top: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40rem 50rem;
}
.area_info ul.list li {
  width: 47%;
}
.area_info ul.list li h3 {
  font-size: 16rem;
  font-weight: bold;
  padding-left: 10rem;
  border-left: 3rem solid var(--main-color);
  min-height: 50rem;
}
.area_info ul.list li p {
  margin-top: 15rem;
}
.area_info ul.list li p a {
  word-break: break-all;
  color: var(--sub-color);
  text-decoration: underline;
}
.area_info ul.list li .btn_more {
  margin-top: 5rem;
}
.area_info ul.list li .btn_more a {
  width: 260rem;
  font-size: 14rem;
  padding: 0.5em 0;
  color: #fff;
  text-decoration: none;
}
.area_info ul.list li .btn_more a::after {
  width: 20rem;
  height: 19rem;
  right: 6rem;
}
.area_info ul.list.col1 li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area_info ul.list.col3 {
  gap: 40rem 30rem;
}
.area_info ul.list.col3 li {
  width: calc(33.3333333333% - 20rem);
}

@media screen and (min-width: 681px) {
  #page_en .reservation,
  #page_cn .reservation,
  #page_tw .reservation {
    width: 1080rem;
  }
}
@media screen and (max-width: 680px) {
  header .logo_wrap {
    margin: 0;
  }
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn a {
    width: 78rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .sp_tel {
    width: 21rem;
    margin-right: 15rem;
    margin-top: 0rem;
  }
  .top_mv .catch .txt02 {
    font-size: 19rem;
  }
  .top_plan.service .center_tit {
    padding-top: 15rem;
    margin-bottom: 20rem;
  }
  .top_plan.service .center_tit .en {
    font-size: 27rem;
    line-height: 1.2;
  }
  .top_info {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }
  .top_info .info {
    margin-top: 20rem;
  }
  .top_info .info dt {
    width: 30%;
  }
  .top_info .info dd {
    width: 70%;
  }
  .top_info .col h3 {
    font-size: 17rem;
  }
  .top_location .content_wrap .text_wrap .text {
    width: auto;
    padding-top: 15rem;
  }
  .area_info ul.list {
    margin-top: 50rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30rem;
  }
  .area_info ul.list li {
    width: 100%;
  }
  .area_info ul.list li h3 {
    font-size: 16rem;
    padding-left: 8rem;
    min-height: unset;
  }
  .area_info ul.list li p {
    margin-top: 12rem;
  }
  .area_info ul.list li .btn_more a {
    width: 260rem;
    font-size: 14rem;
    padding: 0.5em 0;
  }
  .area_info ul.list li .btn_more a::after {
    width: 20rem;
    height: 19rem;
    right: 6rem;
  }
  .area_info ul.list.col1 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15rem;
  }
  .area_info ul.list.col3 li {
    width: 100%;
  }
}/*# sourceMappingURL=lang.css.map */