@charset "UTF-8";
html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  background-color: #018A33;
  padding: 2rem;
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
}

p {
  line-height: 1.8;
}

em {
  font-style: normal;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

.content_wrap {
  width: 100%;
  height: calc(100vh - 4rem);
  background-color: #FFFBED;
  border-radius: 3.2rem;
  background-image: url(/asset/img/common/content_wrap_bg.png);
  background-size: 78%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 3rem;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .content_wrap {
    padding: 3.6rem;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1280px) {
  .header {
    margin-bottom: 3.2rem;
  }
}
.header .site_ttl {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 1280px) {
  .header .site_ttl {
    font-size: 3.2rem;
  }
}
.header .site_ttl span {
  display: block;
  font-size: 0.625em;
}
.header .site_ttl_en {
  font-size: 2rem;
}
@media screen and (min-width: 1280px) {
  .header .site_ttl_en {
    font-size: 2.8rem;
  }
}
.header .site_ttl_zh-cn {
  font-weight: 700;
}
.header .lang_nav {
  width: 50%;
}
.header .lang_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  width: 100%;
}
.header .lang_nav ul li {
  width: 19%;
  text-align: center;
}
.header .lang_nav ul li a {
  display: block;
  background-color: #fff;
  border: solid 0.2rem #D14138;
  color: #D14138;
  border-radius: 0.8rem;
  padding: 0.4rem 0;
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .header .lang_nav ul li a {
    padding: 0.6rem 0;
  }
}
.header .lang_nav ul .active a {
  background-color: #D14138;
  color: #fff;
}

.ff_oswald {
  font-family: "Oswald", sans-serif;
  font-style: normal;
}

.page_content {
  border: solid 0.6rem #ECB61A;
  border-radius: 1.2rem;
  background-color: #fff;
}
.page_content .page_ttl_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ECB61A;
  color: #fff;
  padding: 1.2rem 1.6rem 1.6rem;
}
@media screen and (min-width: 1280px) {
  .page_content .page_ttl_area {
    padding: 1.6rem 2rem 2rem;
  }
}
.page_content .page_ttl_area h1 {
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (min-width: 1280px) {
  .page_content .page_ttl_area h1 {
    font-size: 3.2rem;
  }
}
.page_content .page_ttl_area h1 span {
  margin-right: 0.8rem;
}
.page_content .page_ttl_area p {
  font-size: 2rem;
}
@media screen and (min-width: 1280px) {
  .page_content .page_ttl_area p {
    font-size: 2.4rem;
  }
}
.page_content .page_ttl_area_en p {
  font-size: 1.6rem;
}
@media screen and (min-width: 1280px) {
  .page_content .page_ttl_area_en p {
    font-size: 2rem;
  }
}
.page_content .page_content_inner {
  padding: 2rem;
  position: relative;
  min-height: calc(100vh - 26rem);
}
@media screen and (min-width: 1280px) {
  .page_content .page_content_inner {
    min-height: calc(100vh - 32rem);
  }
}
.page_content .page_content_inner .fixed_btn_list {
  list-style-type: none;
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1280px) {
  .page_content .page_content_inner .fixed_btn_list {
    right: 2rem;
    bottom: 2rem;
  }
}
.page_content .page_content_inner .fixed_btn_list li {
  width: 6.4rem;
  margin-left: 0.8rem;
}
@media screen and (min-width: 1280px) {
  .page_content .page_content_inner .fixed_btn_list li {
    width: 7.2rem;
    margin-left: 1.2rem;
  }
}
.page_content .page_content_inner .fixed_btn_list li a {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 6.4rem;
  background-color: #D14138;
  border-radius: 10rem;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .page_content .page_content_inner .fixed_btn_list li a {
    height: 7.2rem;
  }
}
.page_content .page_content_inner .fixed_btn_list li a img {
  display: block;
  width: 40%;
}
.page_content .page_content_inner .fixed_btn_list li a span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

/* //////////////////////////////////////////////////

トップ

////////////////////////////////////////////////// */
.top .header .site_ttl {
  visibility: hidden;
}

.top_main_ttl_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top_main_ttl {
  width: 74%;
  font-weight: 900;
  margin-bottom: 5.6rem;
  font-size: 4.8rem;
}
@media screen and (min-width: 1280px) {
  .top_main_ttl {
    font-size: 6.4rem;
    margin-bottom: 7.2rem;
  }
}
.top_main_ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFD904));
  background: linear-gradient(transparent 70%, #FFD904 0%);
}
.top_main_ttl .first_line {
  font-size: 0.75em;
}
.top_main_ttl_en {
  font-size: 3.2rem;
  margin-bottom: 9.6rem;
}
@media screen and (min-width: 1280px) {
  .top_main_ttl_en {
    font-size: 4.2rem;
    margin-bottom: 16rem;
  }
}

.top_main_ttl_ko {
  font-size: 3.6rem;
  margin-bottom: 7.2rem;
}
@media screen and (min-width: 1280px) {
  .top_main_ttl_ko {
    font-size: 4.8rem;
    margin-bottom: 12rem;
  }
}

.top_main_ttl_zh-cn {
  font-weight: 700;
}

.top_main_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_main_row .place_module {
  width: 32%;
  background-color: #fff;
  border: solid 0.6rem #ECB61A;
  border-radius: 1.2rem;
  position: relative;
}
.top_main_row .place_module h2 {
  background-color: #ECB61A;
  text-align: center;
  color: #fff;
  padding: 1.2rem 0 1.8rem;
  line-height: 1.2;
  font-weight: 900;
  font-size: 2.4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .top_main_row .place_module h2 {
    font-size: 2.8rem;
  }
}
.top_main_row .place_module h2 span {
  font-size: 1.2rem;
  display: block;
  font-weight: 400;
}
.top_main_row .place_module h2::before {
  content: attr(data-num) "";
  display: block;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 5.2rem;
  position: absolute;
  top: calc(50% - 4px);
  left: 0.8rem;
  translate: 0 -50%;
  color: #C49200;
}
.top_main_row .place_module dl {
  padding: 1.2rem 1.2rem 4rem;
}
.top_main_row .place_module dl dt {
  margin-bottom: 1.2rem;
}
.top_main_row .place_module dl dt img {
  display: block;
}
.top_main_row .place_module dl dd {
  font-weight: 700;
}
.top_main_row .place_module p {
  font-weight: 900;
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
}
.top_main_row .place_module_en h2 {
  font-size: 1.8rem;
}
.top_main_row .place_module_en h2 em {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .top_main_row .place_module_en h2 {
    font-size: 2.4rem;
  }
}

.top_character {
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
  border-radius: 3.2rem 0 0 0;
  overflow: hidden;
}

.top_baloon {
  position: absolute;
  top: -3%;
  left: 20%;
  width: 28%;
}

/* //////////////////////////////////////////////////

詳細

////////////////////////////////////////////////// */
.detail_module_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail_module_row .detail_fig {
  width: 49%;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 1280px) {
  .detail_module_row .detail_fig {
    margin-bottom: 4.8rem;
  }
}
.detail_module_row .detail_info {
  width: 49%;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 1280px) {
  .detail_module_row .detail_info {
    margin-bottom: 4.8rem;
  }
}
.detail_module_row .detail_info .detail_indo_body {
  height: 40vh;
  overflow: auto;
  padding-bottom: 2rem;
  border-bottom: dashed 0.1rem #ECB61A;
  margin-bottom: 2rem;
}
.detail_module_row .detail_info .to_search {
  width: 38rem;
  margin: 0 auto;
}

.slider {
  padding: 0 0.2rem;
  margin-bottom: 1.2rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.slider_nav li {
  border-radius: 0.4rem;
  margin: 0 0.2rem;
  overflow: hidden;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev {
  left: 4px;
}

.slick-next {
  right: 4px;
}

.green_btn_list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.green_btn_list li {
  width: 28rem;
  margin: 0 0.8rem;
  position: relative;
}
.green_btn_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5.2rem;
  background-color: #018A33;
  color: #fff;
  border-radius: 10rem;
}
.green_btn_list li::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 2.4rem;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.green_btn_list .to_movie::before {
  background-image: url(/asset/img/common/icon_movie.svg);
  background-size: 56%;
}
.green_btn_list .to_route::before {
  background-image: url(/asset/img/common/icon_pin.svg);
  background-size: 48%;
}

/* //////////////////////////////////////////////////

動画

////////////////////////////////////////////////// */
.movie_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.movie_row .screen_size {
  width: 49%;
}
.movie_row .screen_size h2 {
  padding-left: 0.8rem;
  border-left: solid 0.4rem #D14138;
  font-weight: 900;
  font-size: 2rem;
}
@media screen and (min-width: 1280px) {
  .movie_row .screen_size h2 {
    font-size: 2.4rem;
  }
}

.screen {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1.2rem;
}
.screen video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* //////////////////////////////////////////////////

空港からのルート

////////////////////////////////////////////////// */
.route_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.route_row .map_fig {
  width: 49%;
}
.route_row .route_info {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.route_row .route_info .guide, .route_row .route_info .traffic_info {
  width: 49%;
}
.route_row .route_info .guide h2, .route_row .route_info .traffic_info h2 {
  background-color: #018A33;
  padding: 0.8rem;
  border-radius: 0.4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1280px) {
  .route_row .route_info .guide h2, .route_row .route_info .traffic_info h2 {
    font-size: 1.8rem;
  }
}
.route_row .route_info .guide dl {
  position: relative;
}
.route_row .route_info .guide dl dt, .route_row .route_info .guide dl dd {
  padding: 0.6rem 0 0.6rem 3.2rem;
  position: relative;
}
.route_row .route_info .guide dl dt::before, .route_row .route_info .guide dl dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.5rem;
  height: 1.5rem;
}
.route_row .route_info .guide dl dt::before {
  border-radius: 50%;
  border: solid 0.2rem #D14138;
  left: 0;
  background-color: #fff;
}
.route_row .route_info .guide dl dd::before {
  background: url(/asset/img/common/icon_car_green.svg) no-repeat center center;
  background-size: contain;
  left: 0.2rem;
}
.route_row .route_info .guide dl dd:last-of-type {
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.2rem;
  text-align: center;
  border-bottom: solid 0.2rem #018A33;
}
.route_row .route_info .guide dl dd:last-of-type::before {
  content: none;
}
.route_row .route_info .guide dl::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border-left: dotted 0.3rem #D14138;
  top: 0;
  left: 0.8rem;
  bottom: 5.6rem;
}
/*# sourceMappingURL=style.css.map */