@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Sans+KR:wght@300;400;500;700;900&family=Noto+Sans+SC:wght@300;400;500;700;900&family=Noto+Sans+TC:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg"), url("../fonts/icomoon.eot");
}

html {
  overflow-x: hidden;
  min-height: 100vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbe3ee+0,fefdec+50,cae7e2+100 */
}

body {
  margin: 0;
  text-align: center;
}

body.lang_zh-hans {
  font-family: "新細明體",'Noto Sans SC', sans-serif;
}

body.lang_zh-hant {
  font-family: "新細明體",'Noto Sans TC', sans-serif;
}

body.lang_ko {
  font-family: 'Noto Sans KR', sans-serif;
}

body.lang_es {
  font-family: "T1 Body Font","Helvetica Neue",Helvetica,Arial,sans-serif;
}

body.lang_pt-pt {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media screen and (min-width: 768px) {
  body.lang_es {
    font-size: .8vw;
  }
  #page2nd.area_template .lang_es .area_list li a {
    font-size: 100%;
  }
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.ruby > ruby > rt {
  font-size: 30%;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

a:hover {
  color: #aaa;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

a:hover img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.wp-block-button__link {
  border: 1px solid #ccc !important;
}

.wp-block-button__link:hover {
  background-color: #efefef !important;
  transition: .3s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.noview {
  display: none !important;
}

.movie {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.movie iframe {
  height: 120% !important;
  left: -10%  !important;
  position: absolute !important;
  top: -10%  !important;
  width: 120% !important;
}

.icon {
  font-style: normal;
}

.icon.app:before {
  font-family: 'icomoon';
  content: "\e900";
}

.noimage {
  width: 150px;
  height: 150px;
  font-size: 20px;
  line-height: 150px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px #eee;
  background: white;
  color: #666;
  text-align: center;
}

.basein_block .block,
.basein {
  width: 1300px;
  margin: auto;
  position: relative;
  height: 100%;
}

section.block {
  margin-bottom: 15%;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.googlemap {
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 2%;
}

.googlemap iframe {
  top: -155px;
  left: -130px;
  position: absolute;
  width: calc(100% + 260px);
  height: 700px;
}

.googlemap.top {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.customize-support #header.fixhead {
  top: 32px;
}

#toppage {
  overflow: hidden;
}

#toppage #footer {
  display: none;
}

#top .fullscreen {
  position: relative;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top .fullscreen .block_center .logo {
  width: 25vw;
  padding: 5%;
  margin: auto;
}

#top .slideback {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 100vh;
  background-color: #000;
}

#top .slideback:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

#top .slideback .slick-slider .slick-slide .area {
  height: 100vh;
  background-image: url("../img/area1_moviethum.jpg");
  background-size: cover;
  background-position: center center;
}

#top .slideback .slick-slider .slick-slide .area.back02 {
  background-image: url("../img/area2_moviethum.jpg");
}

#top .slideback .slick-slider .slick-slide .area.back03 {
  background-image: url("../img/area3_moviethum.jpg");
}

#top .slideback .slick-slider .slick-slide .area.back04 {
  background-image: url("../img/area4_moviethum.jpg");
}

#top .slideback .slick-slider .slick-slide .area.back05 {
  background-image: url("../img/area5_moviethum.jpg");
}

#top .lang_menu {
  margin: 2% 0;
}

#top .lang_menu .lang_btn {
  display: inline-block;
  padding: 1% 50px;
  border: 1px solid white;
  color: white;
  border-radius: 20px;
  transition: .3s;
}

#top .lang_menu .lang_btn:hover {
  transition: .3s;
  color: black;
  background: white;
}

#top .lang_menu .lang_btn:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

#top .lang_menu .lang_btn.on + .list {
  display: block;
}

#top .lang_menu .list {
  display: none;
  padding: 1% 0;
  margin: 1% auto;
}

#top .lang_menu .list ul {
  padding: 5% 0;
  text-align: left;
  background: white;
  border-radius: 5px;
  background: white;
}

#top .lang_menu .list ul li a {
  text-align: left;
  display: block;
  padding: 2px 10px;
  transition: .3s;
}

#top .lang_menu .list ul li a:hover {
  transition: .3s;
  background: #eee;
}

#page2nd #header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: black;
  color: white;
  text-align: left;
}

#page2nd #header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0A318F), color-stop(16%, #0A318F), color-stop(16%, #22AB38), color-stop(32%, #22AB38), color-stop(32%, #F7B62E), color-stop(48%, #F7B62E), color-stop(48%, #E95514), color-stop(64%, #E95514), color-stop(64%, #E50012), to(#E50012), color-stop(80%, #74548c), to(#74548c));
  background-image: -webkit-linear-gradient(left, #0A318F 0%, #0A318F 16%, #22AB38 16%, #22AB38 32%, #F7B62E 32%, #F7B62E 48%, #E95514 48%, #E95514 64%, #E50012 64%, #E50012 82%, #74548c 82%);
  background-image: linear-gradient(to right, #0A318F 0%, #0A318F 16%, #22AB38 16%, #22AB38 32%, #F7B62E 32%, #F7B62E 48%, #E95514 48%, #E95514 64%, #E50012 64%, #E50012 82%, #74548c 82%);
}

#page2nd #header a {
  color: white;
}

#page2nd #header .wpml-ls-statics-shortcode_actions {
  display: inline-block;
  width: auto;
  padding: 1vw 5vw;
  background: inherit;
}

#page2nd #header .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  background: inherit;
  padding: 5px 50px !important;
  line-height: 1;
  border-radius: 30px;
  min-width: 180px;
  text-align: center;
}

#page2nd #header .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle.wpml-ls-item-toggle span {
  vertical-align: inherit;
}

#page2nd #header .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle.wpml-ls-item-toggle.wpml-ls-item-toggle:after {
  margin-left: 0.5vw;
  right: inherit;
}

#page2nd #header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  margin-top: 5px;
  border: none;
}

#page2nd #header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border: none;
  color: #333;
  padding: 10px;
}

#page2nd #header .main_menus {
  text-align: left;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

#page2nd #header .main_menus .menu {
  display: flex;
}

#page2nd #header .main_menus .menu > li a {
  display: block;
  padding: 1.2vw 2vw;
  padding-top: calc(1.2vw + 7px);
}

#page2nd #header .main_menus .menu > li a:hover {
  text-decoration: underline;
}

#page2nd #header .main_menus .menu > li.anq a {
  background-color: #fff200;
  color: #db3a15;
}

#page2nd #header .main_menus .menu .menu-item-has-children > a {
  position: relative;
}

#page2nd #header .main_menus .menu .menu-item-has-children > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

#page2nd #header .main_menus .menu .sub-menu {
  transition: .5s;
  display: none;
  position: absolute;
  background-color: white;
  border-radius: 5px;
  top: 85%;
  padding: 1% 0;
}

#page2nd #header .main_menus .menu .sub-menu a {
  padding: 2% 2vw;
  color: #333;
}

#page2nd #header .main_menus .menu .sub-menu a:hover {
  color: #333;
  text-decoration: none;
  background: #eee;
}

#page2nd #header .main_menus .menu .sub-menu.on {
  display: block;
  transition: .5s;
}

#page2nd #header .guide_link {
  position: absolute;
  right: 1vw;
  top: 10px;
}

#page2nd #header .guide_link span {
  vertical-align: super;
  display: inline-block;
  padding-right: 1vw;
}

#page2nd #header .guide_link span:hover {
  text-decoration: underline;
}

#page2nd #header .guide_link i {
  font-size: 200%;
}

#page2nd .slideback {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 100vh;
}

#page2nd .slideback:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

#page2nd .slideback .slick-slider .slick-slide .area {
  height: 100vh;
  background-image: url("../img/area1_moviethum.jpg");
  background-size: cover;
  background-position: center center;
}

#page2nd .slideback .slick-slider .slick-slide .area.back02 {
  background-image: url("../img/area2_moviethum.jpg");
}

#page2nd .slideback .slick-slider .slick-slide .area.back03 {
  background-image: url("../img/area3_moviethum.jpg");
}

#page2nd .slideback .slick-slider .slick-slide .area.back04 {
  background-image: url("../img/area4_moviethum.jpg");
}

#page2nd .slideback .slick-slider .slick-slide .area.back05 {
  background-image: url("../img/area5_moviethum.jpg");
}

#page2nd.area_template .slideback {
  height: 90vh;
  position: relative;
}

#page2nd.area_template .slideback:after {
  display: none;
}

#page2nd.area_template .slideback .slick-slider .slick-slide .area {
  height: 90vh;
}

#page2nd.area_template .slideback .slick-slider .slick-slide .area:after {
  content: "";
  position: inherit;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100vw;
  display: block;
}

#page2nd.area_template .slideback .slick-slider .area_back {
  height: 90vh;
}

#page2nd.area_template .slideback .slick-slider .area_back.area1 {
  background-color: #0A318F;
}

#page2nd.area_template .slideback .slick-slider .area_back.area2 {
  background-color: #22AB38;
}

#page2nd.area_template .slideback .slick-slider .area_back.area3 {
  background-color: #F7B62E;
}

#page2nd.area_template .slideback .slick-slider .area_back.area4 {
  background-color: #E95514;
}

#page2nd.area_template .slideback .slick-slider .area_back.area5 {
  background-color: #E50012;
}

#page2nd.area_template .slideback .slick-slider .area_back.area6 {
  background-color: #74548c;
}

#page2nd.area_template .area_title {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}

#page2nd.area_template .area_title h2 {
  margin-top: 7%;
  font-size: 450%;
  font-weight: 200;
}

#page2nd.area_template .area_title ul {
  padding: 3%;
  align-items: center;
  justify-content: center;
  display: flex;
}

#page2nd.area_template .area_title ul li {
  font-size: 150%;
  font-weight: 200;
  padding: 1% 2vw;
}

#page2nd.area_template .area_title .catch {
  padding: 3%;
  width: 100%;
  font-size: 150%;
  font-weight: 200;
}

#page2nd.area_template .area_title .scroll a {
  color: white;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 50%;
  font-weight: 200;
  font-size: 110%;
  letter-spacing: .5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#page2nd.area_template .area_title .scroll a:after {
  content: "";
  width: 3vw;
  height: 3vw;
  display: block;
  position: absolute;
  top: -5vw;
  left: calc(50% - 1.5vw);
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(-45deg);
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-name: bound;
  animation-name: bound;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#page2nd.area_template .area_list {
  display: flex;
  background: white;
  text-align: center;
  width: 100%;
}

#page2nd.area_template .area_list li {
  width: 100%;
  padding: 0;
}

#page2nd.area_template .area_list li a {
  padding: 8% 2%;
  display: flex;
  color: black;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #eceeef;
  font-size: 1vw;
}

#page2nd.area_template .area_list li a:hover {
  text-shadow: inherit;
  color: #333;
  background: #eee;
}

#page2nd.area_template .area_list li a:before {
  padding-top: 0;
  font-family: 'icomoon';
  content: "\e901";
  position: relative;
  background-color: inherit;
  display: inline-block;
  margin-right: 5%;
  width: auto;
  font-size: 200%;
}

#page2nd.area_template .area_list li a:after {
  padding-top: 0;
  transform: rotate(0);
  border: none;
  transition: .3s;
  content: "";
  width: 100%;
  position: absolute;
  background: #0A318F;
  height: 2px;
  left: 0;
  top: inherit;
  bottom: 0;
}

#page2nd.area_template .area_list li a.area2:before {
  content: "\e902";
}

#page2nd.area_template .area_list li a.area2:after {
  background-color: #22AB38;
}

#page2nd.area_template .area_list li a.area3:before {
  content: "\e903";
}

#page2nd.area_template .area_list li a.area3:after {
  background-color: #F7B62E;
}

#page2nd.area_template .area_list li a.area4:before {
  content: "\e904";
}

#page2nd.area_template .area_list li a.area4:after {
  background-color: #E95514;
}

#page2nd.area_template .area_list li a.area5:before {
  content: "\e905";
}

#page2nd.area_template .area_list li a.area5:after {
  background-color: #E50012;
}

#page2nd.area_template .area_list li a.area6:before {
  content: "\e905";
}

#page2nd.area_template .area_list li a.area6:after {
  background-color: #74548c;
}

#page2nd.area_template .area_list li.active a:after {
  height: 8px;
}

#page2nd.area_template .area_map {
  display: none;
  position: fixed;
  width: 80vw;
  height: 100vh;
  top: 0;
  right: calc(-80vw + 5px);
  z-index: 10000;
  transition: .3s;
}

#page2nd.area_template .area_map.on {
  right: 0;
}

#page2nd.area_template .area_map.on .btn:before {
  content: "\e908";
}

#page2nd.area_template .area_map.on .btn:after {
  content: "ClOSE";
}

#page2nd.area_template .area_map .btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: -100px;
  top: calc(50% - 50px);
  cursor: pointer;
  width: 100px;
  height: 100px;
  color: white;
  background: black;
  color: white;
}

#page2nd.area_template .area_map .btn:before {
  font-family: 'icomoon';
  content: "\e906";
  display: block;
  font-size: 200%;
}

#page2nd.area_template .area_map .btn:after {
  content: "MAP";
}

#page2nd.area_template .area_map iframe {
  background: black;
  border: none;
  border-left: 5px solid black;
  width: 80vw;
  height: 100vh;
  top: 0;
  right: 0;
}

#page2nd.area_template .video_btn {
  height: 40vh;
  min-height: 200px;
  background-image: url("../../../../wp-content/uploads/2022/02/area1_moviethum.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

#page2nd.area_template .video_btn:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page2nd.area_template .video_btn .video_text {
  font-size: 200%;
  position: relative;
  z-index: 5;
  color: white;
}

#page2nd.area_template .video_btn .video_text:before {
  font-family: 'icomoon';
  content: "\e90d ";
  display: block;
  font-size: 200%;
  margin: 0 0 5%;
}

#page2nd.area_template .video_popup_window {
  display: none;
  transition: .3s;
}

#page2nd.area_template .video_popup_window.on {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000000;
}

#page2nd.area_template .video_popup_window.on .video_back {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: .3s;
}

#page2nd.area_template .video_popup_window.on .video_player {
  width: 100%;
  max-width: 1300px;
  position: relative;
}

#page2nd.area_template .video_popup_window.on .video_player video {
  width: 100%;
}

.hover_flash {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.hover_flash:hover:before {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.hover_flash:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: background .6s;
  transition: background .6s;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.hover_border {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.hover_border:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0;
  top: -.6rem;
  left: -.6rem;
  right: -.6rem;
  bottom: -.6rem;
  border: .6rem solid #ccc;
}

.hover_border:hover:after {
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

#footer {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 5;
  padding: 0;
}

#footer .template_view {
  text-align: left;
}

#footer .template_view .main_menus {
  text-align: left;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

#footer .template_view .main_menus .menu {
  display: flex;
}

#footer .template_view .main_menus .menu > li a {
  display: block;
  padding: 1.2vw 2vw;
  padding-top: calc(1.2vw + 7px);
}

#footer .template_view .main_menus .menu > li a:hover {
  text-decoration: underline;
}

#footer .template_view .main_menus .menu .menu-item-has-children > a {
  position: relative;
}

#footer .template_view .main_menus .menu .menu-item-has-children > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

#footer .template_view .main_menus .menu .sub-menu {
  border: 1px solid #eee;
  transition: .5s;
  display: none;
  position: absolute;
  background-color: white;
  border-radius: 5px;
  bottom: 85%;
  padding: 1% 0;
}

#footer .template_view .main_menus .menu .sub-menu a {
  padding: 2% 2vw;
  color: #333;
}

#footer .template_view .main_menus .menu .sub-menu a:hover {
  color: #333;
  text-decoration: none;
  background: #eee;
}

#footer .template_view .main_menus .menu .sub-menu.on {
  display: block;
  transition: .5s;
}

#footer .footer-bunner {
  display: flex;
  position: absolute;
}

#footer .footer-bunner li {
  padding: 1% 1vw;
}

#footer .footer-sns {
  display: flex;
  position: absolute;
  right: 1%;
}

#footer .footer-sns li {
  padding: 1% 1vw;
}

.top_template #footer {
  position: fixed;
  padding: 1%;
}

.top_template #footer .template_view {
  display: none;
}

#footer {
  background: #eee;
  padding-bottom: 2%;
}

#footer .template_view {
  display: block;
  background: white;
}

#footer .footer.top {
  padding-top: 1%;
}

#totop {
  display: none;
  position: fixed;
  font-size: 200%;
  right: 1%;
  bottom: 8%;
  z-index: 10000000;
}

.area_list {
  display: flex;
}

.area_list li {
  padding: 1% 1vw;
}

.area_list a {
  color: white;
  padding-left: 2vw;
  position: relative;
  transition: .3s;
}

.area_list a:before {
  transition: .3s;
  content: "";
  width: 1.2vw;
  position: absolute;
  background: #0A318F;
  padding-top: 1.2vw;
  left: 0;
  top: calc(50% - 0.6vw);
}

.area_list a:after {
  transition: .3s;
  content: "";
  width: 0.4vw;
  padding-top: 0.4vw;
  position: absolute;
  left: 0.2vw;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(-45deg);
  top: calc(50% - 0.2vw);
}

.area_list a:hover {
  transition: .3s;
  text-shadow: 1px 1px 1px #0A318F;
}

.area_list a:hover:before {
  transition: .3s;
  background-color: white;
}

.area_list a:hover:after {
  transition: .3s;
  border-color: #0A318F;
}

.area_list a.area2:before {
  background-color: #22AB38;
}

.area_list a.area2:hover {
  text-shadow: 1px 1px 1px #22AB38;
}

.area_list a.area2:hover:before {
  background: white;
}

.area_list a.area2:hover:after {
  border-color: #22AB38;
}

.area_list a.area3:before {
  background-color: #F7B62E;
}

.area_list a.area3:hover {
  text-shadow: 1px 1px 1px #F7B62E;
}

.area_list a.area3:hover:before {
  background: white;
}

.area_list a.area3:hover:after {
  border-color: #F7B62E;
}

.area_list a.area4:before {
  background-color: #E95514;
}

.area_list a.area4:hover {
  text-shadow: 1px 1px 1px #E95514;
}

.area_list a.area4:hover:before {
  background: white;
}

.area_list a.area4:hover:after {
  border-color: #E95514;
}

.area_list a.area5:before {
  background-color: #E50012;
}

.area_list a.area5:hover {
  text-shadow: 1px 1px 1px #E50012;
}

.area_list a.area5:hover:before {
  background: white;
}

.area_list a.area5:hover:after {
  border-color: #E50012;
}

.area_list a.area6:before {
  background-color: #74548c;
}

.area_list a.area6:hover {
  text-shadow: 1px 1px 1px #74548c;
}

.area_list a.area6:hover:before {
  background: white;
}

.area_list a.area6:hover:after {
  border-color: #74548c;
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none;
}

.mw_wp_form {
  margin-bottom: 10%;
}

.mw_wp_form .form,
.mw_wp_form .title {
  text-align: left;
  font-size: 100%;
}

.mw_wp_form .back_btn {
  border: 1px solid #004adf !important;
  color: #004adf !important;
  background: white !important;
}

.mw_wp_form .hissu {
  position: relative;
}

.mw_wp_form .hissu:after {
  content: "必須";
  display: inline-block;
  position: relative;
  font-size: 80%;
  color: white;
  background: #c30d23;
  border-radius: 5px;
  padding: 2px 10px;
  letter-spacing: 0;
  margin-left: 5px;
}

.mw_wp_form .conf {
  padding: 0 0 5%;
  text-align: left;
}

.mw_wp_form dl {
  display: flex;
  flex-wrap: wrap;
}

.mw_wp_form dl dt, .mw_wp_form dl dd {
  padding: 1% 1% 1% 1%;
}

.mw_wp_form dl dt {
  width: 30%;
  text-align: left;
  background: rgba(0, 74, 223, 0.3);
}

.mw_wp_form dl dt:nth-of-type(even) {
  background: rgba(0, 74, 223, 0.1);
}

.mw_wp_form dl dd {
  text-align: left;
  width: 70%;
  background: #eee;
}

.mw_wp_form dl dd:nth-of-type(even) {
  background: #fefefe;
}

.mw_wp_form .textarea {
  text-align: left;
  padding: 3% 0;
}

.mw_wp_form .textarea h4 {
  text-align: left;
  margin-bottom: 2%;
}

.mw_wp_form.mw_wp_form_input .confirm_view {
  display: none;
}

.mw_wp_form.mw_wp_form_input input[type="text"], .mw_wp_form.mw_wp_form_input input[type="number"], .mw_wp_form.mw_wp_form_input input[type="email"], .mw_wp_form.mw_wp_form_input textarea, .mw_wp_form.mw_wp_form_input select {
  border-radius: 5px;
  padding: 1% 2%;
  border: 1px solid #888;
  width: 100%;
  box-sizing: border-box;
}

.mw_wp_form.mw_wp_form_input input[type="number"],
.mw_wp_form.mw_wp_form_input input[type="text"].zip,
.mw_wp_form.mw_wp_form_input input[type="text"].zip2,
.mw_wp_form.mw_wp_form_input select {
  width: auto;
}

.mw_wp_form.mw_wp_form_input .mwform-zip-field input[type="text"],
.mw_wp_form.mw_wp_form_input .mwform-tel-field input[type="text"] {
  width: auto;
}

.mw_wp_form input[type="button"] {
  color: white;
  background: #004adf;
  padding: 1% 5%;
  border: none;
  border-radius: 1px;
}

.mw_wp_form .back,
.mw_wp_form input[type="submit"] {
  color: white;
  background: #004adf;
  padding: 1% 5%;
  border: none;
  border-radius: 1px;
  font-size: 100%;
  vertical-align: top;
  border: 1px solid #004adf;
  cursor: pointer;
  transition: .3s;
}

.mw_wp_form .back:hover,
.mw_wp_form input[type="submit"]:hover {
  transition: .3s;
  opacity: .8;
}

.mw_wp_form .back {
  background: white;
  color: #004adf;
}

.mw_wp_form.mw_wp_form_confirm .reset_btn {
  display: none;
}

.sendend .text {
  margin: auto;
  width: 80%;
  text-align: left;
  padding: 2% 0;
}

.spbtn {
  display: none;
}

.pankuzu {
  text-align: left;
  padding: 1% 2%;
}

.pankuzu ul {
  display: flex;
}

.pankuzu ul li {
  align-items: center;
  display: inline-block;
}

.pankuzu ul li a {
  text-decoration: underline;
}

.pankuzu ul li span {
  padding: 0 5px;
}

/* スポット情報 */
.spot.flex {
  padding: 7% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.spot.flex .hover_flash {
  width: 30%;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.4);
  margin: 0 1.5% 3%;
}

.spot.flex .hover_flash h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}

.spot .detail_block {
  position: fixed;
  transition: .3s;
  top: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 1000000;
  background: white;
  padding-top: 10vh;
}

.spot .detail_block.on {
  top: 0;
  border: 5px solid #0A318F;
}

.spot .detail_block.on .spot_map {
  display: flex;
}

.spot .detail_block.on .back_btn {
  position: fixed;
}

.spot .detail_block .catch_copy {
  margin: 2% auto;
}

.spot .detail_block .catch_copy h4 {
  font-size: 200%;
  text-align: left;
  border-left: 4px solid #0A318F;
  padding: 2%;
}

.spot .detail_block .main_block {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5%;
}

.spot .detail_block .main_block .image_side,
.spot .detail_block .main_block .text_side {
  padding: 1%;
  box-sizing: border-box;
}

.spot .detail_block .main_block .image_side {
  width: 65%;
}

.spot .detail_block .main_block .image_side > .image {
  text-align: left;
}

.spot .detail_block .main_block .image_side > .image img {
  width: 100%;
}

.spot .detail_block .main_block .image_side .sub_image {
  display: flex;
  flex-wrap: wrap;
  padding: 3% 0;
}

.spot .detail_block .main_block .image_side .sub_image > .image {
  width: 20%;
  padding-right: 1%;
  box-sizing: border-box;
}

.spot .detail_block .main_block .image_side .image_under_text {
  padding: 5%;
  background-color: #f7f7f9;
  margin-top: 5%;
  text-align: left;
}

.spot .detail_block .main_block .image_side .image_under_text > h3 {
  font-size: 110%;
  margin-bottom: 3%;
}

.spot .detail_block .main_block .text_side {
  width: 35%;
  text-align: left;
}

.spot .detail_block .main_block .text_side .labels {
  padding-bottom: 2%;
}

.spot .detail_block .main_block .text_side .labels span {
  display: inline-block;
  margin-right: 1%;
  padding: .5% 2%;
  border-radius: 4px;
  background: #0A318F;
  color: white;
  font-size: 70%;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

.spot .detail_block .main_block .text_side .labels span .comment {
  position: absolute;
  height: auto;
  border: 1px solid red;
  color: black;
  width: 200px;
  left: -50px;
  padding: 10px;
  bottom: calc(100% + 20px);
  font-weight: normal;
  background: white;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.spot .detail_block .main_block .text_side .labels span .comment:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  left: calc(50% - 11px);
  bottom: -11px;
  transform: rotate(-45deg);
}

.spot .detail_block .main_block .text_side .spot_name {
  font-size: 140%;
  font-weight: 700;
  margin-bottom: 3%;
}

.spot .detail_block .main_block .text_side .text {
  line-height: 200%;
  margin-bottom: 5%;
}

.spot .detail_block .main_block .text_side .datas table {
  width: 100%;
  padding: 3% 0;
  margin-bottom: 5%;
}

.spot .detail_block .main_block .text_side .datas table th {
  width: 35%;
}

.spot .detail_block .main_block .text_side .datas table td {
  width: 65%;
}

.spot .detail_block .main_block .text_side .datas table td a {
  text-decoration: underline;
  word-break: break-all;
}

.spot .detail_block .main_block .text_side .datas table th, .spot .detail_block .main_block .text_side .datas table td {
  padding: 3% 1%;
  box-sizing: border-box;
  border-top: 1px solid #eceeef;
  vertical-align: middle;
}

.spot .detail_block .main_block .text_side .datas table tr:last-child th, .spot .detail_block .main_block .text_side .datas table tr:last-child td {
  border-bottom: 1px solid #eceeef;
}

.spot .detail_block .main_block .text_side .gaibu {
  margin: 5% 0;
}

.spot .detail_block .main_block .text_side .gaibu p {
  padding: 2% 0 5%;
}

.spot .detail_block .main_block .text_side .gaibu a {
  margin-bottom: 3%;
  display: block;
  background: #0A318F;
  border-radius: 30px;
  padding: 2% 5%;
  color: white;
  text-align: center;
}

.spot .detail_block .main_block .text_side .gaibu a:before {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.spot .detail_block .spot_map {
  display: none;
  position: fixed;
  width: 5px;
  height: 100vh;
  top: 0;
  right: 0;
  border-left: 5px solid #0A318F;
  z-index: 100000;
  transition: .3s;
}

.spot .detail_block .spot_map a {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: -100px;
  top: calc(50% - 50px);
  cursor: pointer;
  width: 100px;
  height: 100px;
  color: white;
  background: #0A318F;
  color: white;
  z-index: 100000;
}

.spot .detail_block .spot_map a:before {
  font-family: 'icomoon';
  content: "\e906";
  display: block;
  font-size: 200%;
}

.spot .detail_block .spot_map a:after {
  content: "MAP";
}

.spot .detail_block .back_btn {
  position: absolute;
  cursor: pointer;
  top: 5px;
  left: 5px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  width: calc(100% - 10px);
  height: 8vh;
  padding: 0 2%;
  display: flex;
  align-items: center;
  justify-content: left;
  color: white;
}

.spot .detail_block .back_btn:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1%;
}

.spot .detail_block .back_btn:hover {
  background: black;
}

.spot .detail_block.area2.on {
  border-color: #22AB38;
}

.spot .detail_block.area2 .catch_copy h4 {
  border-left-color: #22AB38;
}

.spot .detail_block.area2 .spot_map {
  border-left-color: #22AB38;
}

.spot .detail_block.area2 .spot_map a {
  background-color: #22AB38;
}

.spot .detail_block.area2 .main_block .text_side .labels span,
.spot .detail_block.area2 .main_block .text_side .gaibu a {
  background: #22AB38;
}

.spot .detail_block.area3.on {
  border-color: #F7B62E;
}

.spot .detail_block.area3 .catch_copy h4 {
  border-left-color: #F7B62E;
}

.spot .detail_block.area3 .spot_map {
  border-left-color: #F7B62E;
}

.spot .detail_block.area3 .spot_map a {
  background-color: #F7B62E;
}

.spot .detail_block.area3 .main_block .text_side .labels span,
.spot .detail_block.area3 .main_block .text_side .gaibu a {
  background: #F7B62E;
}

.spot .detail_block.area4.on {
  border-color: #E95514;
}

.spot .detail_block.area4 .catch_copy h4 {
  border-left-color: #E95514;
}

.spot .detail_block.area4 .spot_map {
  border-left-color: #E95514;
}

.spot .detail_block.area4 .spot_map a {
  background-color: #E95514;
}

.spot .detail_block.area4 .main_block .text_side .labels span,
.spot .detail_block.area4 .main_block .text_side .gaibu a {
  background: #E95514;
}

.spot .detail_block.area5.on {
  border-color: #E50012;
}

.spot .detail_block.area5 .catch_copy h4 {
  border-left-color: #E50012;
}

.spot .detail_block.area5 .spot_map {
  border-left-color: #E50012;
}

.spot .detail_block.area5 .spot_map a {
  background-color: #E50012;
}

.spot .detail_block.area5 .main_block .text_side .labels span,
.spot .detail_block.area5 .main_block .text_side .gaibu a {
  background: #E50012;
}

.spot .detail_block.area6.on {
  border-color: #74548c;
}

.spot .detail_block.area6 .catch_copy h4 {
  border-left-color: #74548c;
}

.spot .detail_block.area6 .spot_map {
  border-left-color: #74548c;
}

.spot .detail_block.area6 .spot_map a {
  background-color: #74548c;
}

.spot .detail_block.area6 .main_block .text_side .labels span,
.spot .detail_block.area6 .main_block .text_side .gaibu a {
  background: #74548c;
}

.page_template #useful_mv,
.page_template #guide_mv,
.page_template #model_mv,
.model_template #useful_mv,
.model_template #guide_mv,
.model_template #model_mv {
  background-color: #FFB500;
  display: flex;
  width: 100%;
  height: 70vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 5px solid #dbdcdc;
  overflow: hidden;
}

.page_template #useful_mv:before,
.page_template #guide_mv:before,
.page_template #model_mv:before,
.model_template #useful_mv:before,
.model_template #guide_mv:before,
.model_template #model_mv:before {
  content: "";
  width: 100%;
  height: 10vh;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: url(../img/model_mv.png);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
}

.page_template #useful_mv:after,
.page_template #guide_mv:after,
.page_template #model_mv:after,
.model_template #useful_mv:after,
.model_template #guide_mv:after,
.model_template #model_mv:after {
  content: "";
  width: 200px;
  height: 10vh;
  position: absolute;
  bottom: -5px;
  right: -200px;
  background: url(../img/yuirail_illust.png);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
  animation-name: monorail_move;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.page_template #useful_mv .useful_title,
.page_template #useful_mv .guide_title,
.page_template #useful_mv .model_title,
.page_template #guide_mv .useful_title,
.page_template #guide_mv .guide_title,
.page_template #guide_mv .model_title,
.page_template #model_mv .useful_title,
.page_template #model_mv .guide_title,
.page_template #model_mv .model_title,
.model_template #useful_mv .useful_title,
.model_template #useful_mv .guide_title,
.model_template #useful_mv .model_title,
.model_template #guide_mv .useful_title,
.model_template #guide_mv .guide_title,
.model_template #guide_mv .model_title,
.model_template #model_mv .useful_title,
.model_template #model_mv .guide_title,
.model_template #model_mv .model_title {
  color: white;
  z-index: 2;
}

.page_template #useful_mv .useful_title h2,
.page_template #useful_mv .guide_title h2,
.page_template #useful_mv .model_title h2,
.page_template #guide_mv .useful_title h2,
.page_template #guide_mv .guide_title h2,
.page_template #guide_mv .model_title h2,
.page_template #model_mv .useful_title h2,
.page_template #model_mv .guide_title h2,
.page_template #model_mv .model_title h2,
.model_template #useful_mv .useful_title h2,
.model_template #useful_mv .guide_title h2,
.model_template #useful_mv .model_title h2,
.model_template #guide_mv .useful_title h2,
.model_template #guide_mv .guide_title h2,
.model_template #guide_mv .model_title h2,
.model_template #model_mv .useful_title h2,
.model_template #model_mv .guide_title h2,
.model_template #model_mv .model_title h2 {
  color: #d9534f;
  padding: 2%;
}

.page_template #useful_mv .useful_title .catch,
.page_template #useful_mv .guide_title .catch,
.page_template #useful_mv .model_title .catch,
.page_template #guide_mv .useful_title .catch,
.page_template #guide_mv .guide_title .catch,
.page_template #guide_mv .model_title .catch,
.page_template #model_mv .useful_title .catch,
.page_template #model_mv .guide_title .catch,
.page_template #model_mv .model_title .catch,
.model_template #useful_mv .useful_title .catch,
.model_template #useful_mv .guide_title .catch,
.model_template #useful_mv .model_title .catch,
.model_template #guide_mv .useful_title .catch,
.model_template #guide_mv .guide_title .catch,
.model_template #guide_mv .model_title .catch,
.model_template #model_mv .useful_title .catch,
.model_template #model_mv .guide_title .catch,
.model_template #model_mv .model_title .catch {
  font-size: 200%;
  line-height: 120%;
  padding: 2%;
}

.page_template #useful_mv .useful_title .text,
.page_template #useful_mv .guide_title .text,
.page_template #useful_mv .model_title .text,
.page_template #guide_mv .useful_title .text,
.page_template #guide_mv .guide_title .text,
.page_template #guide_mv .model_title .text,
.page_template #model_mv .useful_title .text,
.page_template #model_mv .guide_title .text,
.page_template #model_mv .model_title .text,
.model_template #useful_mv .useful_title .text,
.model_template #useful_mv .guide_title .text,
.model_template #useful_mv .model_title .text,
.model_template #guide_mv .useful_title .text,
.model_template #guide_mv .guide_title .text,
.model_template #guide_mv .model_title .text,
.model_template #model_mv .useful_title .text,
.model_template #model_mv .guide_title .text,
.model_template #model_mv .model_title .text {
  line-height: 200%;
}

.page_template #useful_mv:before,
.model_template #useful_mv:before {
  height: 20vh;
}

.page_template #useful_mv:after,
.model_template #useful_mv:after {
  animation-name: monorail_move_reverse;
}

.page_template .view_tab ul,
.model_template .view_tab ul {
  display: flex;
  padding: 5% 0 0;
}

.page_template .view_tab ul > li,
.model_template .view_tab ul > li {
  width: 100%;
  display: block;
  border: 1px solid #d9534f;
  border-right: none;
  color: #d9534f;
  padding: 2% 0;
  cursor: pointer;
  transition: .3s;
}

.page_template .view_tab ul > li:last-child,
.model_template .view_tab ul > li:last-child {
  border-right: 1px solid #d9534f;
}

.page_template .view_tab ul > li:hover, .page_template .view_tab ul > li.on,
.model_template .view_tab ul > li:hover,
.model_template .view_tab ul > li.on {
  background: #d9534f;
  color: white;
}

.page_template .view_course .course_block,
.model_template .view_course .course_block {
  display: none;
}

.page_template .view_course .course_block .course_name h3,
.model_template .view_course .course_block .course_name h3 {
  color: #d9534f;
  font-size: 250%;
  margin: 3% auto 2%;
}

.page_template .view_course .course_block > ul,
.model_template .view_course .course_block > ul {
  margin: 5% auto 2%;
}

.page_template .view_course .course_block > ul li,
.model_template .view_course .course_block > ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.page_template .view_course .course_block > ul li:before,
.model_template .view_course .course_block > ul li:before {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px solid #d9534f;
  position: absolute;
  top: 0;
  left: 18%;
}

.page_template .view_course .course_block > ul li:after,
.model_template .view_course .course_block > ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #FF585B;
  border-radius: 50%;
  display: block;
  position: absolute;
  box-sizing: content-box;
  left: calc(18% - 5px);
  top: calc(50% - 5px);
}

.page_template .view_course .course_block > ul li .station_name,
.model_template .view_course .course_block > ul li .station_name {
  width: 15%;
}

.page_template .view_course .course_block > ul li .station_name span,
.model_template .view_course .course_block > ul li .station_name span {
  display: block;
  padding: 2px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: white;
  background: #0A318F;
  border-radius: 50px;
}

.page_template .view_course .course_block > ul li.area2 .station_name span,
.model_template .view_course .course_block > ul li.area2 .station_name span {
  background: #22AB38;
}

.page_template .view_course .course_block > ul li.area3 .station_name span,
.model_template .view_course .course_block > ul li.area3 .station_name span {
  background: #F7B62E;
}

.page_template .view_course .course_block > ul li.area4 .station_name span,
.model_template .view_course .course_block > ul li.area4 .station_name span {
  background: #E95514;
}

.page_template .view_course .course_block > ul li.area5 .station_name span,
.model_template .view_course .course_block > ul li.area5 .station_name span {
  background: #E50012;
}

.page_template .view_course .course_block > ul li.area6 .station_name span,
.model_template .view_course .course_block > ul li.area6 .station_name span {
  background: #74548c;
}

.page_template .view_course .course_block > ul li .course_detail,
.model_template .view_course .course_block > ul li .course_detail {
  width: 80%;
  text-align: left;
  padding: 2%;
}

.page_template .view_course .course_block > ul li .course_detail .course_catch,
.model_template .view_course .course_block > ul li .course_detail .course_catch {
  cursor: pointer;
}

.page_template .view_course .course_block > ul li .course_detail .course_catch h4,
.model_template .view_course .course_block > ul li .course_detail .course_catch h4 {
  font-size: 150%;
}

.page_template .view_course .course_block > ul li .course_detail .course_view,
.model_template .view_course .course_block > ul li .course_detail .course_view {
  transition: 1.3s;
  height: 0;
  overflow: hidden;
}

.page_template .view_course .course_block > ul li .course_detail .course_view .flex.spot,
.model_template .view_course .course_block > ul li .course_detail .course_view .flex.spot {
  padding: 2% 0;
}

.page_template .view_course .course_block > ul li .course_detail .course_view .flex.spot .hover_flash,
.model_template .view_course .course_block > ul li .course_detail .course_view .flex.spot .hover_flash {
  box-shadow: inherit;
}

.page_template .view_course .course_block > ul li .course_detail .course_view .flex.spot .card_block h3,
.model_template .view_course .course_block > ul li .course_detail .course_view .flex.spot .card_block h3 {
  min-height: auto;
  padding: 3% 0;
  text-align: left;
  justify-content: left;
}

.page_template .view_course .course_block > ul li .course_detail .course_view .flex.spot .card_block h3:before,
.model_template .view_course .course_block > ul li .course_detail .course_view .flex.spot .card_block h3:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 1%;
}

.page_template .view_course .course_block > ul li.on:after,
.model_template .view_course .course_block > ul li.on:after {
  background: #FF585B;
}

.page_template .view_course .course_block > ul li.on .course_detail,
.model_template .view_course .course_block > ul li.on .course_detail {
  border: 2px solid #e9e9e9;
  border-radius: 15px;
  padding: 3%;
  width: 80%;
  position: relative;
}

.page_template .view_course .course_block > ul li.on .course_detail:before, .page_template .view_course .course_block > ul li.on .course_detail:after,
.model_template .view_course .course_block > ul li.on .course_detail:before,
.model_template .view_course .course_block > ul li.on .course_detail:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  right: 100%;
}

.page_template .view_course .course_block > ul li.on .course_detail:before,
.model_template .view_course .course_block > ul li.on .course_detail:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}

.page_template .view_course .course_block > ul li.on .course_detail:after,
.model_template .view_course .course_block > ul li.on .course_detail:after {
  border-right-color: #fff;
  border-width: 17px;
  top: 50%;
  margin-top: -17px;
}

.page_template .view_course .course_block > ul li.on .course_view,
.model_template .view_course .course_block > ul li.on .course_view {
  display: block;
  transition: 1.3s;
  height: auto;
}

.page_template #guide_mv {
  background-color: #00d2c2;
}

.page_template #guide_mv:before {
  background-image: url(../img/guide_mv.png);
}

.page_template #guide_mv .guide_title h2 {
  color: white;
}

.page_template #useful_mv {
  background-color: #ffaa8e;
}

.page_template #useful_mv:before {
  background-image: url(../img/useful_mv.png);
}

.page_template #useful_mv .useful_title h2 {
  color: white;
}

.page_template .view_page {
  padding: 10% 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.page_template .view_page > div.block_btn {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}

.page_template .view_page > div.block_btn:nth-of-type(3n) {
  margin-right: 0;
}

.page_template .view_page > div.block_btn > h3 {
  min-height: auto;
  padding: 3% 0;
  text-align: left;
  justify-content: left;
}

.page_template .view_page > div.block_btn > h3:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 1%;
}

.page_template .view_page > div.block_btn .block_detail {
  display: none;
}

.page_template .view_page > div.block_btn.on .block_detail {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
}

.page_template .view_page > div.block_btn.on .block_detail .under_close {
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  z-index: 90;
  top: 0;
  left: 0;
  position: fixed;
}

.page_template .view_page > div.block_btn.on .block_detail .inner {
  z-index: 110;
  width: 80vw;
  height: auto;
  max-height: 80vh;
  background: white;
  position: relative;
  overflow: hidden;
  max-width: 1280px;
}

.page_template .view_page > div.block_btn.on .block_detail .inner .scroll {
  padding: 5% 5% 10%;
  max-height: 80vh;
  overflow: auto;
}

.page_template .view_page > div.block_btn.on .block_detail .inner .block_title {
  font-size: 150%;
  margin-bottom: 3%;
}

.page_template .view_page > div.block_btn.on .block_detail .inner .wysiwyg {
  text-align: left;
  min-height: 30vh;
}

.page_template .view_page > div.block_btn.on .block_detail .inner .block_link {
  position: absolute;
  width: 100%;
  bottom: -3px;
  left: 0;
}

.page_template .view_page > div.block_btn.on .block_detail .inner .block_link a {
  padding: 2%;
  display: block;
  background-color: #FFAA8E;
  color: #fff;
}

.page_template .view_page > div.block_btn.on .block_detail .inner .block_link a:before {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 1%;
}

.page_template .view_page > div.block_btn.on .block_detail .close {
  position: absolute;
  background-color: #FFAA8E;
  width: 5vw;
  height: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  color: white;
}

.page_template .view_page > div.block_btn.on .block_detail .close:after {
  font-family: 'icomoon';
  content: "\e908";
}

.page_app {
  margin-bottom: 5%;
}

.page_app #app_mv {
  height: 75vh;
  background-image: url("../img/app_mv.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5%;
  color: white;
  text-shadow: 1px 1px 1px black;
  position: relative;
  background-position: center;
}

.page_app #app_mv:after {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.page_app #app_mv .block {
  padding-top: 5%;
  position: relative;
  z-index: 2;
}

.page_app #app_mv .icon {
  padding: 3%;
}

.page_app #app_mv h2 {
  font-size: 300%;
}

.page_app #app_mv .text {
  padding: 2% 0;
  font-size: 120%;
}

.page_app #app_mv .app_link.flex a {
  margin: 2%;
  display: inline-block;
}

.page_app #app_mv a {
  color: white;
  text-decoration: underline;
}

.page_app .catch_text {
  padding: 5%;
  text-align: center;
  line-height: 200%;
}

.page_app .catch_text p {
  display: block;
  margin-bottom: 2%;
}

.page_app .infomation {
  background: #00D2C2;
  padding: 3% 0;
  color: white;
}

.page_app .infomation .basein {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.page_app .infomation .basein > div {
  width: 31%;
}

.page_app .infomation .basein > div.icon01:before, .page_app .infomation .basein > div.icon02:before, .page_app .infomation .basein > div.icon03:before {
  font-family: 'icomoon';
  content: "\e900";
  font-size: 400%;
  display: block;
  padding: 2%;
}

.page_app .infomation .basein > div.icon02:before {
  content: "\e90a";
}

.page_app .infomation .basein > div.icon03:before {
  content: "\e90b";
}

.page_app .infomation .basein > div h3 {
  padding: 3% 0;
}

.page_app .infomation .basein > div .text {
  text-align: left;
  padding: 3% 0;
}

.page_app .infomation .basein > div a {
  padding: 2% 0;
  display: inline-block;
  color: white;
  text-decoration: underline;
}

.page_app .guide_book h3 {
  display: block;
  padding: 6% 0;
  color: #FFAA8E;
  font-size: 300%;
}

.page_app .guide_book .guide_book_text {
  color: white;
  padding: 5%;
  background-color: #FFAA8E;
  line-height: 200%;
}

.page_app .guide_book .app_link .basein.flex {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5%  auto;
  padding-bottom: 5%;
}

.page_app .guide_book .app_link .basein.flex a {
  display: block;
  padding: 3%;
}

.page_app .guide_book .app_link .basein.flex a img {
  height: 5rem;
}

.page_app .guide_book .app_link .basein.flex a span {
  display: block;
}

.content_view h2,
.wysiwyg h2 {
  font-size: 200%;
  margin-bottom: 3%;
}

.content_view h3,
.wysiwyg h3 {
  font-size: 170%;
  margin-bottom: 3%;
}

.content_view h4,
.wysiwyg h4 {
  font-size: 150%;
  margin-bottom: 3%;
  font-size: 130%;
  margin-bottom: 3%;
}

.content_view .flex_block,
.wysiwyg .flex_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.content_view .flex_block.block2 > div.left,
.content_view .flex_block.block2 > div.right,
.wysiwyg .flex_block.block2 > div.left,
.wysiwyg .flex_block.block2 > div.right {
  width: 50%;
  padding: 1%;
  margin-bottom: 5%;
  box-sizing: border-box;
  padding: left;
}

.content_view .flex_block.block3 > div.left,
.content_view .flex_block.block3 > div.center,
.content_view .flex_block.block3 > div.right,
.wysiwyg .flex_block.block3 > div.left,
.wysiwyg .flex_block.block3 > div.center,
.wysiwyg .flex_block.block3 > div.right {
  width: 33%;
  padding: 1%;
  margin-bottom: 5%;
  box-sizing: border-box;
  padding: left;
}

.content_view strong,
.wysiwyg strong {
  font-weight: bold;
}

.content_view p,
.wysiwyg p {
  display: block;
  padding: 1% 0;
  line-height: 200%;
}

.content_view .label,
.wysiwyg .label {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  margin: .5% 2%;
}

.content_view .label.label-warning,
.wysiwyg .label.label-warning {
  background-color: #f0ad4e;
}

.content_view .label.label-area3,
.wysiwyg .label.label-area3 {
  background-color: #F7B62E;
}

.content_view .label.label-primary,
.wysiwyg .label.label-primary {
  background-color: #FFAA8E;
}

.content_view .okika_ic_none,
.wysiwyg .okika_ic_none {
  display: flex;
  background: #f7f7f9;
  padding: 3%;
  align-items: center;
}

.content_view .okika_ic_none img,
.wysiwyg .okika_ic_none img {
  width: 10%;
}

.content_view .text-nowrap,
.wysiwyg .text-nowrap {
  white-space: nowrap !important;
}

.content_view .font-size-sm,
.wysiwyg .font-size-sm {
  font-size: .875rem;
}

.content_view .text-ss,
.wysiwyg .text-ss {
  font-size: .675rem;
}

.content_view table.table,
.wysiwyg table.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.content_view table.table tr th, .content_view table.table td,
.wysiwyg table.table tr th,
.wysiwyg table.table td {
  vertical-align: middle;
}

.content_view table.table thead th,
.wysiwyg table.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.content_view table.table th, .content_view table.table td,
.wysiwyg table.table th,
.wysiwyg table.table td {
  padding: 0.75rem;
  line-height: 2;
  border-top: 1px solid #eceeef;
}

.content_view table.table th,
.wysiwyg table.table th {
  text-align: left;
}

.content_view .bg-gray-lightest,
.wysiwyg .bg-gray-lightest {
  background-color: #f7f7f9;
}

.page_title {
  text-align: center;
  padding: 15% 0 10%;
  font-size: 200%;
}

.content_view {
  text-align: left;
  margin-bottom: 10%;
  min-height: 30vh;
}

.content_view.w80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.content_view h2 {
  font-weight: bold;
  background-image: url(../img/markers_ttl_line.gif);
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-bottom: 2%;
  font-size: 150%;
}

.content_view h3 {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 1%;
}

.content_view h4 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 1%;
}

.content_view h5, .content_view h6 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 1%;
}

.content_view ul, .content_view ol {
  list-style: inherit;
  padding-left: 40px;
  margin: auto auto 2%;
}

.content_view ul li, .content_view ol li {
  list-style: inherit;
}

.content_view a {
  text-decoration: underline;
}

.content_view p {
  display: block;
}

.content_view .icon_m1, .content_view .icon_m2 {
  display: flex;
  align-items: center;
}

.content_view .icon_m1:before, .content_view .icon_m2:before {
  content: "";
  width: 6%;
  height: 0;
  display: block;
  padding-top: 6%;
  background-image: url("../img/markers_m_icon.gif");
  background-size: cover;
  background-repeat: no-repeat;
}

.content_view .icon_m2:before {
  background-image: url("../img/markers_r_icon.gif");
}

.page_questionnaire {
  background-color: #fff200;
  padding-bottom: 5%;
}

.page_questionnaire .bottom_line {
  position: relative;
}

.page_questionnaire .bottom_line:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #dad9da;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page_questionnaire .wp-block-buttons {
  margin: 10% auto;
}

.page_questionnaire .wp-block-buttons .wp-block-button__link {
  border-color: #db3a15 !important;
  background-color: #db3a15 !important;
  transition: .3s;
}

.page_questionnaire .wp-block-buttons .wp-block-button__link:hover {
  border-color: #db3a15 !important;
  background-color: #fff200 !important;
  color: #db3a15;
}

figure[class^="wp-block-"] {
  margin-bottom: 5%;
}

.wp-block-separator {
  border-color: #ccc !important;
}

.wp-block-image img {
  height: auto;
}

.news {
  position: fixed;
  right: 7%;
  z-index: 10;
  top: 20%;
  padding: 1% 2%;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  color: white;
}

.news h2 {
  font-size: 150%;
}

.news a {
  display: block;
  color: white;
  padding: 1% 0px;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  margin: 1% 0;
  max-width: 350px;
}

.news a:last-child {
  border-bottom: none;
}

.news a p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*#####################################################################
 *
 * tab base in
 *
 #####################################################################*/
@media all and (max-width: 1300px) {
  .basein_block .block,
  .basein {
    width: 98%;
    margin: 0 1%;
  }
  html {
    font-size: 1.3vw;
  }
  .customize-support #header.fixhead {
    top: 0;
  }
  .lity-wrap .lity-content {
    min-width: inherit;
  }
}

/*#####################################################################
*
 * sp 767px in
 *
#####################################################################*/
@media (min-width: 980px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media all and (max-width: 980px) {
  html {
    font-size: 1.7vw;
  }
  img {
    max-width: 100%;
  }
  #top .fullscreen .block_center {
    width: 60%;
    padding-bottom: 30%;
  }
  #top .lang_menu .lang_btn {
    padding: 3% 15vw;
  }
  #top .lang_menu .list ul li a {
    padding: 4%;
  }
  .sp_btn {
    z-index: 10000;
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 20px;
    background: #111;
  }
  .sp_btn .toggle-ico {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .sp_btn .toggle-ico .ico-1, .sp_btn .toggle-ico .ico-2, .sp_btn .toggle-ico .ico-3 {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .sp_btn .toggle-ico .ico-1 {
    top: 15%;
    -webkit-transition: top 200ms 200ms, -webkit-transform 200ms 0s;
    transition: top 200ms 200ms, -webkit-transform 200ms 0s;
    transition: transform 200ms 0s, top 200ms 200ms;
    transition: transform 200ms 0s, top 200ms 200ms, -webkit-transform 200ms 0s;
  }
  .sp_btn .toggle-ico .ico-2 {
    top: 85%;
    -webkit-transition: top 200ms 200ms, -webkit-transform 200ms 0s;
    transition: top 200ms 200ms, -webkit-transform 200ms 0s;
    transition: transform 200ms 0s, top 200ms 200ms;
    transition: transform 200ms 0s, top 200ms 200ms, -webkit-transform 200ms 0s;
  }
  .sp_btn .toggle-ico .ico-3 {
    top: 50%;
    -webkit-transition: top 200ms 200ms, -webkit-transform 200ms 0s;
    transition: top 200ms 200ms, -webkit-transform 200ms 0s;
    transition: transform 200ms 0s, top 200ms 200ms;
    transition: transform 200ms 0s, top 200ms 200ms, -webkit-transform 200ms 0s;
  }
  #contents {
    min-height: 100vh;
  }
  #toppage .sp_btn {
    display: none;
  }
  #toppage #top .logo {
    width: 100%;
    padding: 10vh 0 10%;
    margin: auto;
  }
  #page2nd #header {
    transition: .5s;
    background: inherit;
  }
  #page2nd #header:before {
    height: 1vw;
  }
  #page2nd #header div[class^="menu-topmenu-"],
  #page2nd #header .wpml-ls-statics-shortcode_actions,
  #page2nd #header .guide_link {
    display: none;
  }
  #page2nd #header.on {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100vh;
    overflow-y: scroll;
  }
  #page2nd #header.on:before {
    display: none;
  }
  #page2nd #header.on div[class^="menu-topmenu-"],
  #page2nd #header.on .wpml-ls-statics-shortcode_actions {
    display: block;
  }
  #page2nd #header.on .main_menus {
    text-align: center;
    width: 100%;
  }
  #page2nd #header.on .menu {
    display: flex;
    text-align: left;
    width: 100%;
    flex-direction: column;
    padding: 10%;
    margin: auto;
    box-sizing: border-box;
  }
  #page2nd #header.on .menu li {
    width: 100%;
    box-sizing: border-box;
  }
  #page2nd #header.on .menu li a {
    padding: 5%;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
  }
  #page2nd #header.on .menu .menu-item-has-children > a,
  #page2nd #header.on .menu .menu-item-has-children > a:after {
    display: none;
  }
  #page2nd #header.on .menu .sub-menu {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    background: inherit;
  }
  #page2nd #header.on .menu .sub-menu li a {
    color: white;
    padding: 5%;
  }
  #page2nd #header.on .wpml-ls-legacy-dropdown > ul {
    padding: 5%;
  }
  #page2nd #header.on .wpml-ls-legacy-dropdown > ul .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    padding: 5% 0 !important;
  }
  #page2nd #header.on .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    margin-top: 5px;
    border: none;
    position: absolute;
    top: inherit;
    bottom: 12vh;
    background: white;
    border-radius: 5px;
    padding: 5% 0;
  }
  #page2nd #header.on .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    padding: 3% 5%;
    background: inherit;
  }
  #page2nd #top .fullscreen {
    height: auto;
  }
  #page2nd #top .fullscreen .block_center {
    width: 100%;
    padding-bottom: 0;
  }
  #page2nd #top .fullscreen .block_center .logo {
    width: 60%;
    padding: 20vh 0;
    margin: auto;
  }
  #page2nd #top .fullscreen .block_center .area_list {
    display: flex;
    background: white;
    flex-direction: column;
    text-align: left;
  }
  #page2nd #top .fullscreen .block_center .area_list li {
    padding: 0;
  }
  #page2nd #top .fullscreen .block_center .area_list li a {
    padding: 5%;
    display: flex;
    color: black;
    align-items: center;
    border-bottom: 1px solid #eceeef;
  }
  #page2nd #top .fullscreen .block_center .area_list li a:hover {
    text-shadow: inherit;
    color: #333;
    background: #eee;
  }
  #page2nd #top .fullscreen .block_center .area_list li a:before {
    font-family: 'icomoon';
    content: "\e901";
    position: relative;
    background-color: inherit;
    display: inline-block;
    margin-right: 5%;
    width: auto;
    font-size: 200%;
  }
  #page2nd #top .fullscreen .block_center .area_list li a:after {
    padding-top: 0;
    transform: rotate(0);
    border: none;
    transition: .3s;
    content: "";
    width: 1vw;
    position: absolute;
    background: #0A318F;
    height: 100%;
    left: 0;
    top: 0;
  }
  #page2nd #top .fullscreen .block_center .area_list li a.area2:before {
    content: "\e902";
  }
  #page2nd #top .fullscreen .block_center .area_list li a.area2:after {
    background-color: #22AB38;
  }
  #page2nd #top .fullscreen .block_center .area_list li a.area3:before {
    content: "\e903";
  }
  #page2nd #top .fullscreen .block_center .area_list li a.area3:after {
    background-color: #F7B62E;
  }
  #page2nd #top .fullscreen .block_center .area_list li a.area4:before {
    content: "\e904";
  }
  #page2nd #top .fullscreen .block_center .area_list li a.area4:after {
    background-color: #E95514;
  }
  #page2nd #top .fullscreen .block_center .area_list li a.area5:before {
    content: "\e905";
  }
  #page2nd #top .fullscreen .block_center .area_list li a.area5:after {
    background-color: #E50012;
  }
  #page2nd #top .fullscreen .block_center .area_list li a.area6:before {
    content: "\e905";
  }
  #page2nd #top .fullscreen .block_center .area_list li a.area6:after {
    background-color: #74548c;
  }
  #page2nd.top_template #footer {
    position: relative;
  }
  #page2nd.area_template .area_title,
  #page2nd.area_template .slideback .slick-slider .slick-slide .area,
  #page2nd.area_template .slideback .slick-slider .area_back,
  #page2nd.area_template .slideback:after,
  #page2nd.area_template .slideback {
    height: 60vh !important;
  }
  #page2nd.area_template .area_title > ul {
    display: none;
  }
  #page2nd.area_template .area_list {
    display: none;
  }
  #page2nd.area_template .video_btn {
    height: 20vh;
  }
  #page2nd.area_template .area_map {
    width: 100%;
    height: 1px;
    top: inherit;
    bottom: 7vh;
    right: 0;
  }
  #page2nd.area_template .area_map.on {
    top: 0;
    bottom: inherit;
  }
  #page2nd.area_template .area_map .btn {
    width: 100%;
    height: 7vh;
    left: 0;
    top: 0;
    flex-direction: row;
  }
  #page2nd.area_template .area_map iframe {
    border: none;
    width: 100%;
    height: 100vh;
  }
  #page2nd.area_template #footer {
    padding-bottom: 7vh;
  }
  #footer {
    background-color: #f7f7f9;
    position: relative;
    padding: 5% 0;
    text-align: center;
  }
  #footer .footer-sns,
  #footer .footer-copy,
  #footer .footer-bunner {
    position: relative;
    justify-content: center;
    padding: 3% 0;
  }
  .spot.flex {
    padding: 10% 5%;
  }
  .spot.flex .hover_flash {
    margin-bottom: 5%;
  }
  .spot.flex .hover_flash h3 {
    min-height: inherit;
    padding: 4%;
  }
  .spot.flex .hover_flash h3 strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .spot.flex .detail_block.on .basein {
    width: 96%;
    padding: 2%;
  }
  .spot.flex .detail_block.on .catch_copy h4 {
    font-size: 150%;
    padding: 0 5%;
    margin-bottom: 5%;
    border-left-width: 2vw;
  }
  .spot.flex .detail_block.on .main_block .image_side,
  .spot.flex .detail_block.on .main_block .text_side {
    width: 100%;
  }
  .spot.flex .detail_block.on .main_block .text_side {
    padding-bottom: 10vh;
  }
  .spot.flex .detail_block.on .main_block .text_side .labels span .comment {
    left: 10px;
  }
  .spot.flex .detail_block.on .main_block .text_side .labels span .comment:before {
    left: 20px;
  }
  .spot.flex .detail_block.on .main_block .text_side .datas table th {
    width: 25%;
  }
  .spot.flex .detail_block.on .main_block .text_side .datas table td {
    width: 75%;
  }
  .spot.flex .detail_block.on .back_btn {
    top: 4px;
    left: 5px;
    width: calc(100% - 10px);
  }
  .spot.flex .detail_block.on .spot_map {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: 0;
  }
  .spot.flex .detail_block.on .spot_map a {
    width: 100%;
    height: 7vh;
    left: 0;
    flex-direction: row;
  }
  .page_template #useful_mv,
  .page_template #guide_mv,
  .page_template #model_mv,
  .model_template #useful_mv,
  .model_template #guide_mv,
  .model_template #model_mv {
    height: 30vh;
  }
  .page_template .view_page {
    padding: 10% 5%;
  }
  .page_template .view_page > div.block_btn {
    width: 40%;
    margin: 5%;
  }
  .page_template .view_page > div.block_btn:nth-of-type(3n) {
    margin-right: 5%;
  }
  .page_app #app_mv {
    justify-content: center;
    height: 50vh;
    background-position: 30% 50%;
  }
  .page_app #app_mv .icon {
    width: 10vw;
    margin: auto;
  }
  .page_app #app_mv h2 {
    font-size: 200%;
  }
  .page_app .infomation {
    padding: 3%;
  }
  .page_app .infomation h3 {
    font-size: 85%;
  }
  .page_app .infomation .text {
    font-size: 85%;
  }
  .page_questionnaire {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .page_questionnaire .present {
    padding: 2% 5%;
  }
  .news {
    position: relative;
    right: 0;
    z-index: 10;
    top: 0;
    padding: 3%;
    text-align: left;
    color: white;
  }
  .news a {
    max-width: 100%;
    color: white;
  }
}

@media all and (max-width: 768px) and (orientation: portrait) {
  .sp {
    display: inline-block !important;
  }
  .sp.block {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sptcenter {
    text-align: center;
  }
  html {
    font-size: 3.5vw;
  }
  .spot.flex .hover_flash {
    width: 100%;
  }
  .basein {
    width: 96%;
    margin: 0 2%;
  }
  #page2nd.area_template .area_title h2 {
    font-size: 250%;
  }
  #page2nd.area_template .area_title .catch {
    font-size: 100%;
    padding: 0 3%;
  }
  .page_template #useful_mv,
  .page_template #guide_mv,
  .page_template #model_mv,
  .model_template #useful_mv,
  .model_template #guide_mv,
  .model_template #model_mv {
    height: 50vh;
  }
  .page_template #useful_mv:before,
  .page_template #guide_mv:before,
  .page_template #model_mv:before,
  .model_template #useful_mv:before,
  .model_template #guide_mv:before,
  .model_template #model_mv:before {
    background-size: contain;
  }
  .page_template #useful_mv:after,
  .page_template #guide_mv:after,
  .page_template #model_mv:after,
  .model_template #useful_mv:after,
  .model_template #guide_mv:after,
  .model_template #model_mv:after {
    width: 40vw;
    background-size: contain;
  }
  .page_template #useful_mv .useful_title .catch,
  .page_template #useful_mv .guide_title .catch,
  .page_template #useful_mv .model_title .catch,
  .page_template #guide_mv .useful_title .catch,
  .page_template #guide_mv .guide_title .catch,
  .page_template #guide_mv .model_title .catch,
  .page_template #model_mv .useful_title .catch,
  .page_template #model_mv .guide_title .catch,
  .page_template #model_mv .model_title .catch,
  .model_template #useful_mv .useful_title .catch,
  .model_template #useful_mv .guide_title .catch,
  .model_template #useful_mv .model_title .catch,
  .model_template #guide_mv .useful_title .catch,
  .model_template #guide_mv .guide_title .catch,
  .model_template #guide_mv .model_title .catch,
  .model_template #model_mv .useful_title .catch,
  .model_template #model_mv .guide_title .catch,
  .model_template #model_mv .model_title .catch {
    font-size: 250%;
  }
  .page_template #useful_mv .useful_title .text,
  .page_template #useful_mv .guide_title .text,
  .page_template #useful_mv .model_title .text,
  .page_template #guide_mv .useful_title .text,
  .page_template #guide_mv .guide_title .text,
  .page_template #guide_mv .model_title .text,
  .page_template #model_mv .useful_title .text,
  .page_template #model_mv .guide_title .text,
  .page_template #model_mv .model_title .text,
  .model_template #useful_mv .useful_title .text,
  .model_template #useful_mv .guide_title .text,
  .model_template #useful_mv .model_title .text,
  .model_template #guide_mv .useful_title .text,
  .model_template #guide_mv .guide_title .text,
  .model_template #guide_mv .model_title .text,
  .model_template #model_mv .useful_title .text,
  .model_template #model_mv .guide_title .text,
  .model_template #model_mv .model_title .text {
    padding: 0 3%;
  }
  .page_template .view_tab ul,
  .model_template .view_tab ul {
    flex-direction: column;
  }
  .page_template .view_tab ul li,
  .model_template .view_tab ul li {
    border-right: 1px solid #d9534f;
    border-bottom: none;
    padding: 3% 0;
  }
  .page_template .view_tab ul li:last-child,
  .model_template .view_tab ul li:last-child {
    border-bottom: 1px solid #d9534f;
  }
  .page_template .course_name h3,
  .model_template .course_name h3 {
    padding: 5% 0 0;
  }
  .page_template .course_name .text,
  .model_template .course_name .text {
    padding: 5% 3%;
    text-align: left;
  }
  .page_template .view_course .course_block > ul li,
  .model_template .view_course .course_block > ul li {
    margin-bottom: 5%;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .page_template .view_course .course_block > ul li:before, .page_template .view_course .course_block > ul li:after,
  .model_template .view_course .course_block > ul li:before,
  .model_template .view_course .course_block > ul li:after {
    display: none;
  }
  .page_template .view_course .course_block > ul li .station_name,
  .model_template .view_course .course_block > ul li .station_name {
    width: 100%;
    padding: 5%;
    text-align: left;
  }
  .page_template .view_course .course_block > ul li .station_name span,
  .model_template .view_course .course_block > ul li .station_name span {
    display: inline-block;
    min-width: 30vw;
    text-align: center;
  }
  .page_template .view_course .course_block > ul li .course_detail,
  .model_template .view_course .course_block > ul li .course_detail {
    width: 94%;
  }
  .page_template .view_course .course_block > ul li .course_detail .course_catch h4,
  .model_template .view_course .course_block > ul li .course_detail .course_catch h4 {
    font-size: 150%;
    text-indent: -3vw;
    padding-left: 6vw;
  }
  .page_template .view_course .course_block > ul li .course_detail .course_catch h4:before,
  .model_template .view_course .course_block > ul li .course_detail .course_catch h4:before {
    content: "\f05a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 1vw;
  }
  .page_template .view_course .course_block > ul li.on .course_detail,
  .model_template .view_course .course_block > ul li.on .course_detail {
    padding: 5%;
    width: 94%;
  }
  .page_template .view_course .course_block > ul li.on .course_detail:after, .page_template .view_course .course_block > ul li.on .course_detail:before,
  .model_template .view_course .course_block > ul li.on .course_detail:after,
  .model_template .view_course .course_block > ul li.on .course_detail:before {
    top: -20px;
    transform: rotate(90deg);
    left: 10vw;
  }
  .page_template .view_course .course_block > ul li.on .course_detail:after,
  .model_template .view_course .course_block > ul li.on .course_detail:after {
    border-width: 20px;
    margin-top: -17px;
  }
  .page_template .view_course .course_block > ul li.on .course_detail .course_view .text,
  .model_template .view_course .course_block > ul li.on .course_detail .course_view .text {
    padding: 3% 0;
  }
  .page_template #useful_mv .useful_title .text,
  .page_template #useful_mv .guide_title .text,
  .page_template #guide_mv .useful_title .text,
  .page_template #guide_mv .guide_title .text {
    text-align: left;
  }
  .page_template #useful_mv .useful_title .text br,
  .page_template #useful_mv .guide_title .text br,
  .page_template #guide_mv .useful_title .text br,
  .page_template #guide_mv .guide_title .text br {
    display: none;
  }
  .page_template .view_page {
    padding: 5%;
  }
  .page_template .view_page > div.block_btn {
    width: 100%;
  }
  .page_template .view_page > div.block_btn.on .block_detail .inner {
    width: 100vw;
    height: 100%;
    max-height: inherit;
  }
  .page_template .view_page > div.block_btn.on .block_detail .inner .scroll {
    padding: 20% 10% 20%;
    max-height: 100%;
  }
  .page_template .view_page > div.block_btn.on .block_detail .inner .block_link a {
    padding: 5% 0;
  }
  .page_template .view_page > div.block_btn.on .block_detail .close {
    width: 15vw;
    height: 15vw;
  }
  #footer .template_view {
    position: relative;
  }
  #footer .template_view .main_menus .menu {
    min-height: 10vh;
  }
  #footer .template_view .main_menus .menu > li a {
    display: none;
  }
  #footer #totop {
    display: none;
    width: 10vw;
    height: 10vw;
    bottom: 8%;
    left: calc(50% - 5vw);
    text-align: center;
  }
  #footer #totop.on {
    position: absolute;
    left: calc(50% - 5vw);
    top: calc(50% - 5vw);
  }
  .wysiwyg .flex_block.block2 > div.left,
  .wysiwyg .flex_block.block2 > div.right {
    width: 100%;
  }
  .wysiwyg .flex_block.block3 > div.left,
  .wysiwyg .flex_block.block3 > div.center,
  .wysiwyg .flex_block.block3 > div.right {
    width: 100%;
  }
  .wysiwyg .okika_ic_none {
    display: flex;
    background: #f7f7f9;
    padding: 3%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .wysiwyg .okika_ic_none img {
    width: 100%;
    padding: 10% 20%;
  }
  .wysiwyg .okika_ic_none span {
    width: 100%;
    padding: 0 10% 10%;
  }
  .page_app #app_mv {
    justify-content: center;
    height: 80vh;
    background-position: 60% 50%;
  }
  .page_app #app_mv .icon {
    width: 30vw;
    margin: auto;
  }
  .page_app #app_mv h2 {
    font-size: 200%;
  }
  .page_app #app_mv .app_link {
    padding-top: 30%;
  }
  .page_app .infomation {
    padding: 3%;
  }
  .page_app .infomation .basein > div {
    width: 100%;
    margin-bottom: 10%;
  }
  .page_app .infomation .basein > div h3 {
    font-size: 100%;
  }
  .page_app .infomation .basein > div .text {
    font-size: 100%;
  }
  .page_app .guide_book h3 {
    font-size: 200%;
  }
  .page_app .guide_book .guide_book_text {
    padding: 5% 3%;
  }
  .content_view.w80 {
    width: 100%;
  }
}

/*****page navigation******************************************************/
.navigation.pagination {
  margin: 5% auto 0;
}

.navigation.post {
  position: relative;
}

.navigation.post .nav-links {
  text-align: center;
}

.navigation.post .nav-links a {
  text-decoration: none;
  color: white !important;
}

.pagination li .current, .pagination li a:hover {
  background: #004adf !important;
  color: white;
}

.navigation.post .nav-links a:hover {
  color: #999;
}

.navigation.post .nav-links a[rel="prev"] {
  position: absolute;
  left: 0;
}

.navigation.post .nav-links a[rel="next"] {
  position: absolute;
  right: 0;
}

/***********************************************************/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.end {
  clear: both;
  font-size: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.clear {
  display: block;
  clear: both;
  height: 2px;
}

.cleared {
  display: block;
  clear: both;
}

.align_l, .t_left {
  text-align: left !important;
}

.align_r, .t_right {
  text-align: right !important;
}

.align_c, .t_center {
  text-align: center !important;
}

.bold, .bold * {
  font-weight: bold !important;
}

.nolink {
  pointer-events: none;
}

/* display */
.none {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inlineblock {
  display: inline-block;
}

.ime_act {
  ime-mode: active;
}

.ime_dis {
  ime-mode: disabled;
}

.ime_inact {
  ime-mode: inactive;
}

.kaisho {
  font-family: "HGP正楷書体","HGP行書体","HGS正楷書体","HGS行書体","HGS祥南行書体","HG楷書体","HG行書体",cursive;
}

.sans-serif {
  font-family: arial,helvetica,century gothic,verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",'MS P Gothic','Trebuchet MS',Osaka,clean,sans-serif;
}

.serif {
  font-family: Century,Times,Times New Roman,"ヒラギノ明朝 Pro W3","Hiragino Kaku Mincho","ＭＳ Ｐ明朝","MS P Mincho","Trebuchet MS",Georgia,Cambria,serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP',"Sawarabi Mincho", serif;
  letter-spacing: .1rem;
}

.gothic, body {
  font-family: 'Noto Sans JP','游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Helvetica, 'メイリオ', 'Meiryo', 'Osaka', 'arial', Arial, sans-serif;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.tips {
  font-size: 70%;
}

.clearfix {
  display: block;
}

html > body .clearfix {
  display: block\9;
}

.lity-content {
  background: white;
  padding: 1%;
}

/* balloon top */
.balloon-top {
  position: relative;
  display: inline-block;
  padding: 2%;
  margin: 20px auto 2%;
  width: 96%;
  font-weight: bold;
  height: auto;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  font-size: 14px;
}

.balloon-top:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}

@keyframes monorail_move {
  0% {
    left: calc(100% + 200px);
  }
  40%, 60% {
    left: 60%;
  }
  80% {
    left: -200px;
  }
}

@keyframes monorail_move_reverse {
  0% {
    right: calc(100% + 200px);
  }
  40%, 60% {
    right: 60%;
  }
  80% {
    right: -200px;
  }
}

@keyframes bound {
  0%, 8%, 16%, 100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  4%, 12% {
    -webkit-transform: translateY(-0.2rem) rotate(-45deg);
    transform: translateY(-0.2rem) rotate(-45deg);
  }
}

@-webkit-keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}

@keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #page2nd #header .wpml-ls-statics-shortcode_actions {
    padding: 1vw 1vw;
  }
}
