@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Questrial");
@import url("https://fonts.googleapis.com/css?family=Philosopher");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top; }
  img[usemap] {
    border-width: 0; }
  a img {
    border-width: 0;
    text-decoration: none; }

ul, li {
  list-style: none; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  -webkit-text-size-adjust: none; }
  @media screen and (max-width: 800px) {
    body {
      font-size: 1.4rem;
      line-height: 1.6; } }
  @media screen and (max-width: 640px) {
    body {
      font-size: 1.3rem;
      line-height: 1.6; } }

html[lang='en'] body {
  font-family: 'Questrial';
  font-size: 1.8rem; }
  @media screen and (max-width: 800px) {
    html[lang='en'] body {
      font-size: 1.4rem; } }
  @media screen and (max-width: 640px) {
    html[lang='en'] body {
      font-size: 1.4rem; } }

a {
  text-decoration: none;
  color: #243b68; }
  a:hover {
    color: #4f77c4;
    text-decoration: none; }

.header {
  position: relative; }
  .header .header__logo {
    padding: 40px 0;
    text-align: center; }
    .header .header__logo img.sp {
      display: none; }
  @media screen and (max-width: 800px) {
    .header .header__logo {
      padding: 25px;
      text-align: left; }
      .header .header__logo img {
        width: 300px;
        height: auto; }
        .header .header__logo img.pc {
          display: none; }
        .header .header__logo img.sp {
          display: block; }
      .header .header__logo.logo-40th {
        padding-top: 30px; } }
  @media screen and (max-width: 640px) {
    .header .header__logo {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-left: 8px;
      padding: 15px 0 0;
      height: 63px; }
      .header .header__logo img {
        width: 130px; }
      .header .header__logo.logo-40th {
        padding-top: 18px; } }

.header-sub {
  background: #fff url("../img/vr-app/header-line.png") repeat-x bottom; }
  .header-sub .header__logo {
    padding: 40px 0;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .header-sub .header__logo {
        padding: 20px 0; } }

.group-link {
  color: #262662;
  font-size: 1.2rem;
  vertical-align: middle;
  padding-right: 12px;
  border-right: 1px solid #e5e5e5; }
  .group-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: underline; }
  .group-link a:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    background-image: url(/assets/img/icon_group.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px; }
  @media screen and (max-width: 800px) {
    .group-link {
      display: none; } }

.faq-link {
  color: #262662;
  font-size: 1.2rem;
  vertical-align: middle; }
  .faq-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: underline; }
  .faq-link a:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    background-image: url(/assets/img/icon_faq.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 19px; }
  @media screen and (max-width: 800px) {
    .faq-link {
      display: none; } }

.menu-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  gap: 12px; }
  @media screen and (max-width: 800px) {
    .menu-link-wrap {
      display: none; } }

.language-select {
  position: absolute;
  top: 15px;
  right: 20px; }
  .language-select li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
    font-weight: bold;
    font-size: 1.2rem;
    color: #878787; }
    .language-select li:first-child {
      margin-left: 0;
      padding-left: 0;
      border-left: none; }
    .language-select li:before {
      content: '';
      display: inline-block;
      margin-right: 5px;
      background-image: url(/assets/img/icon_blank_blue.svg);
      background-repeat: no-repeat;
      width: 10px;
      height: 9px; }
    .language-select li a {
      font-weight: normal;
      color: #878787;
      text-decoration: underline; }
      .language-select li a:hover {
        text-decoration: none; }
  @media screen and (max-width: 800px) {
    .language-select {
      display: none; } }

.global-navigation-wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ad2496), color-stop(15%, #2888cc), color-stop(33%, #2fcc7e), color-stop(49%, #dbb735), color-stop(67%, #2fcc7e), color-stop(84%, #2888cc), to(#ad2496));
  background: linear-gradient(to right, #ad2496 0%, #2888cc 15%, #2fcc7e 33%, #dbb735 49%, #2fcc7e 67%, #2888cc 84%, #ad2496 100%); }

@media screen and (max-width: 800px) {
  .global-navigation-wrap .global-navigation {
    display: none; }
  .global-navigation-wrap.is-open .global-navigation {
    display: block; } }

.global-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .global-navigation > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 84px;
    background-image: url(/assets/img/global_navigation_line.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: relative; }
    .global-navigation > li:last-child {
      background-image: none; }
    .global-navigation > li:hover .global-sub-navigation {
      display: block; }
    .global-navigation > li > a {
      display: block;
      position: relative;
      min-height: 84px;
      text-align: center;
      font-size: 1.4rem;
      color: #262662; }
      .global-navigation > li > a:before {
        display: block;
        content: '';
        margin: 0 auto;
        width: 150px;
        height: 55px;
        background-repeat: no-repeat;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out; }
      .global-navigation > li > a:hover:before {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .global-navigation > li.attractions a:before {
      background-image: url(/assets/img/global_navigation_attractions.svg);
      background-position: center top; }
    .global-navigation > li.animals a:before {
      background-image: url(/assets/img/global_navigation_animals.svg);
      background-position: center 3px; }
    .global-navigation > li.facility a:before {
      background-image: url(/assets/img/global_navigation_facility.svg);
      background-position: center 15px; }
    .global-navigation > li.guide a:before {
      background-image: url(/assets/img/global_navigation_guide.svg);
      background-position: center 2px; }
    .global-navigation > li.accessible a:before {
      background-image: url(/assets/img/global_navigation_accessible-guide.svg);
      background-position: center 2px; }
    .global-navigation > li.sdgs a:before {
      background-image: url(/assets/img/global_navigation_sdgs.svg);
      background-position: center 2px; }
    .global-navigation > li.onlineshop a:before {
      background-image: url(/assets/img/global_navigation_online-shop.svg);
      background-position: center 2px; }
    .global-navigation > li.ticketstore a {
      background-color: #262662;
      color: #fff; }
      .global-navigation > li.ticketstore a:before {
        background-image: url(/assets/img/global_navigation_ticketstore.svg);
        background-position: center 15px; }
  @media screen and (max-width: 800px) {
    .global-navigation {
      position: absolute;
      width: 100%;
      z-index: 200; }
      .global-navigation > li {
        position: relative;
        width: 100%;
        height: auto;
        min-height: auto;
        background-image: none;
        border-bottom: 1px solid #626c9f; }
        .global-navigation > li > a {
          padding: 15px 20px;
          height: auto;
          min-height: auto;
          background-color: #283784;
          color: #fff;
          text-align: left;
          font-weight: bold; }
          .global-navigation > li > a:before {
            display: none; }
        .global-navigation > li:hover .global-sub-navigation {
          display: none; }
          .global-navigation > li:hover .global-sub-navigation.is-open {
            display: block; }
        .global-navigation > li.ticketstore {
          display: none; } }

.global-sub-navigation {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #262662;
  padding: 10px 0;
  top: 100%;
  left: 0;
  width: 100%; }
  .global-sub-navigation li a {
    display: block;
    padding: 12px 34px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold; }
    .global-sub-navigation li a:hover {
      background-color: #33336b; }
  @media screen and (max-width: 800px) {
    .global-sub-navigation {
      display: none;
      position: relative;
      padding: 0;
      z-index: 0; }
      .global-sub-navigation.is-open {
        display: block; }
      .global-sub-navigation li {
        border-top: 1px solid #626c9f; }
        .global-sub-navigation li a {
          text-align: left;
          font-size: 1.3rem;
          background-image: url(/assets/img/arrow_white.svg);
          background-repeat: no-repeat;
          background-position: right 20px center;
          background-size: 18px auto; }
          .global-sub-navigation li a:hover {
            background-color: #262662; } }

.sp-menu-toggle-button {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp-menu-toggle-button {
      display: block;
      position: absolute;
      top: 25px;
      right: 25px;
      width: 63px;
      height: 63px;
      background-color: #262662;
      border: none;
      color: #fff;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
      font-size: 1.0rem;
      cursor: pointer; }
      .sp-menu-toggle-button:before {
        display: block;
        content: '';
        height: 38px;
        background-image: url(/assets/img/global_navigation_menu.svg);
        background-repeat: no-repeat;
        background-position: center 10px; }
      .sp-menu-toggle-button.is-open:before {
        background-image: url(/assets/img/global_navigation_close.svg);
        background-position: center 10px; } }
  @media screen and (max-width: 640px) {
    .sp-menu-toggle-button {
      top: 0;
      right: 0; } }

@media screen and (max-width: 800px) {
  html[lang='en'] .sp-menu-toggle-button {
    font-family: 'Questrial'; } }

.sp-sub-menu-toggle-button {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp-sub-menu-toggle-button {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url(/assets/img/global_navigation_plus.svg);
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      border: none;
      width: 60px;
      height: 50px;
      text-indent: -99999px;
      cursor: pointer; }
      .sp-sub-menu-toggle-button.is-open {
        background-image: url(/assets/img/global_navigation_minus.svg); } }

.sp-menu-group-link {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp-menu-group-link {
      display: block;
      position: absolute;
      top: 25px;
      right: 235px; }
      .sp-menu-group-link a {
        display: table-cell;
        border-radius: 4px;
        width: 63px;
        height: 62px;
        border: 1px solid #d4d4e7;
        font-size: 9px;
        line-height: 1.3;
        vertical-align: middle;
        text-align: center; } }
  @media screen and (max-width: 640px) {
    .sp-menu-group-link {
      top: 10px;
      right: 180px; }
      .sp-menu-group-link a {
        width: 50px;
        height: 40px; } }

.sp-menu-faq-link {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp-menu-faq-link {
      display: block;
      position: absolute;
      top: 25px;
      right: 165px; }
      .sp-menu-faq-link a {
        display: table-cell;
        border-radius: 4px;
        width: 63px;
        height: 62px;
        border: 1px solid #d4d4e7;
        font-size: 9px;
        line-height: 1.3;
        vertical-align: middle;
        text-align: center; } }
  @media screen and (max-width: 640px) {
    .sp-menu-faq-link {
      top: 10px;
      right: 124px; }
      .sp-menu-faq-link a {
        width: 50px;
        height: 40px; } }

.sp-menu-ticketstore-link {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp-menu-ticketstore-link {
      display: block;
      position: absolute;
      top: 25px;
      right: 95px; }
      .sp-menu-ticketstore-link a {
        display: table-cell;
        border-radius: 4px;
        width: 63px;
        height: 62px;
        border: 1px solid #d4d4e7;
        font-size: 9px;
        line-height: 1.3;
        vertical-align: middle;
        text-align: center; }
        .sp-menu-ticketstore-link a:after {
          display: inline-block;
          content: '';
          margin-left: 2px;
          width: 6px;
          height: 6px;
          background-image: url(/assets/img/global_navigation_icon_blank.svg);
          background-repeat: no-repeat; } }
  @media screen and (max-width: 640px) {
    .sp-menu-ticketstore-link {
      top: 10px;
      right: 68px; }
      .sp-menu-ticketstore-link a {
        width: 50px;
        height: 40px; } }

.footer {
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .footer .footer__container {
    margin: 0 auto;
    padding: 30px 10px 0;
    max-width: 1050px;
    overflow: hidden; }
  .footer .footer__column1 {
    float: left;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 302px; }
  .footer .footer__column2 {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0 10px;
    width: calc(100% - 302px - 265px); }
  .footer .footer__column3 {
    float: left;
    margin-bottom: 40px;
    width: 265px; }
  .footer .footer__bottom {
    clear: both;
    margin: 0 auto;
    max-width: 1010px;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5; }
  .footer .footer__copyright {
    padding: 10px 0 30px;
    text-align: center;
    color: #d0d0d0;
    font-size: 10px; }
  @media screen and (max-width: 1000px) {
    .footer .footer__column1 {
      width: 262px; }
    .footer .footer__column2 {
      width: calc(100% - 262px - 200px); }
    .footer .footer__column3 {
      width: 200px; } }
  @media screen and (max-width: 800px) {
    .footer .footer__column1 {
      display: none; }
    .footer .footer__column2 {
      float: none;
      margin: 0 auto;
      width: 420px; }
    .footer .footer__column3 {
      clear: both;
      float: none;
      margin: 0 auto;
      width: 100%; }
    .footer .footer__bottom {
      border-top: none;
      border-bottom: 1px solid #e5e5e5; }
    .footer .footer__copyright {
      padding-top: 30px; } }
  @media screen and (max-width: 640px) {
    .footer {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .footer .footer__container {
        padding: 0; }
      .footer .footer__column2 {
        margin-bottom: 30px;
        padding: 0;
        width: 100%; } }

html[lang='en'] .footer__container {
  padding: 60px 20px; }

html[lang='en'] .footer__copyright {
  clear: both;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5; }

@media screen and (max-width: 800px) {
  html[lang='en'] .footer__container {
    padding: 45px 100px; } }

@media screen and (max-width: 640px) {
  html[lang='en'] .footer__container {
    padding: 0; }
  html[lang='en'] .footer__copyright {
    border-top: none;
    padding: 25px 0; } }

.footer-logo {
  margin-bottom: 30px;
  width: 100%;
  height: 163px;
  background-image: url(/assets/img/footer_park_image.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center; }

.footer-main-banner {
  overflow: hidden;
  padding: 0 20px; }
  .footer-main-banner li {
    float: left; }
    .footer-main-banner li:nth-child(2) {
      float: right; }
    .footer-main-banner li a:hover img {
      opacity: 0.8; }
  @media screen and (max-width: 1000px) {
    .footer-main-banner {
      padding: 0; } }

.footer-navigation {
  float: left;
  width: 33%;
  font-size: 1.2rem; }
  @media screen and (max-width: 640px) {
    .footer-navigation {
      float: none;
      width: 100%;
      font-size: 1.3rem; }
      .footer-navigation:first-child {
        border-top: 1px solid #e5e5e5; }
      .footer-navigation:last-child {
        border-bottom: 1px solid #e5e5e5; } }

html[lang='en'] .footer-navigation {
  width: 25%;
  font-size: 1.5rem; }
  @media screen and (max-width: 800px) {
    html[lang='en'] .footer-navigation {
      width: 50%; } }
  @media screen and (max-width: 800px) {
    html[lang='en'] .footer-navigation {
      width: 100%; } }

.footer-navigation__main-list {
  margin-bottom: 20px; }
  .footer-navigation__main-list a {
    color: #666; }
    .footer-navigation__main-list a:hover {
      color: #a4a4a4; }
  .footer-navigation__main-list > li {
    margin-bottom: 14px; }
    .footer-navigation__main-list > li > a {
      display: inline-block;
      position: relative;
      padding-left: 14px;
      font-weight: bold; }
      .footer-navigation__main-list > li > a:before {
        display: block;
        content: '';
        position: absolute;
        top: 4px;
        left: 2px;
        width: 6px;
        height: 9px;
        background-image: url(/assets/img/arrow_right_bold_gray.svg);
        background-repeat: no-repeat;
        background-size: 100% auto; }
    .footer-navigation__main-list > li.home > a:before {
      left: 0;
      width: 10px;
      height: 8px;
      background-image: url(/assets/img/icon_home.svg); }
  @media screen and (max-width: 640px) {
    .footer-navigation__main-list {
      margin-top: -1px;
      margin-bottom: 0; }
      .footer-navigation__main-list > li {
        margin-bottom: 0;
        border-top: 1px solid #e5e5e5; }
        .footer-navigation__main-list > li > a {
          display: block;
          padding: 15px 20px; }
          .footer-navigation__main-list > li > a:before {
            display: none; }
          .footer-navigation__main-list > li > a br {
            display: none; } }

html[lang='en'] .footer-navigation__main-list {
  margin-bottom: 15px; }
  html[lang='en'] .footer-navigation__main-list > li {
    margin-bottom: 7px; }
    html[lang='en'] .footer-navigation__main-list > li > a {
      font-weight: normal; }
      html[lang='en'] .footer-navigation__main-list > li > a:before {
        top: 6px; }
  @media screen and (max-width: 640px) {
    html[lang='en'] .footer-navigation__main-list {
      margin-top: -3px;
      margin-bottom: 0; }
      html[lang='en'] .footer-navigation__main-list > li {
        margin-bottom: 0; }
        html[lang='en'] .footer-navigation__main-list > li > a {
          padding: 12px 20px;
          color: #4c4c4c;
          font-size: 1.6rem; } }

.footer-navigation__sub-list {
  margin-top: 12px; }
  .footer-navigation__sub-list li {
    margin-bottom: 5px; }
    .footer-navigation__sub-list li a {
      position: relative;
      display: inline-block;
      padding-left: 10px; }
      .footer-navigation__sub-list li a:before {
        display: block;
        content: '';
        position: absolute;
        top: 6px;
        left: 1px;
        width: 3px;
        height: 4px;
        background-image: url(/assets/img/arrow_right_bold_gray.svg);
        background-repeat: no-repeat;
        background-size: 3px 4px; }
  @media screen and (max-width: 640px) {
    .footer-navigation__sub-list {
      margin-top: 0;
      margin-bottom: -1px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: center;
          align-content: center;
      border-top: 1px solid #e5e5e5; }
      .footer-navigation__sub-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 0;
        width: 50%;
        border-bottom: 1px solid #e5e5e5; }
        .footer-navigation__sub-list li:nth-child(odd) {
          border-right: 1px solid #e5e5e5; }
        .footer-navigation__sub-list li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 10px 20px;
          width: 100%;
          height: 100%; }
          .footer-navigation__sub-list li a:before {
            display: none; } }

html[lang='en'] .footer-navigation__sub-list {
  margin-top: 8px;
  font-size: 1.3rem; }
  html[lang='en'] .footer-navigation__sub-list li {
    margin-bottom: 2px; }
    html[lang='en'] .footer-navigation__sub-list li a:before {
      top: 8px; }
  @media screen and (max-width: 640px) {
    html[lang='en'] .footer-navigation__sub-list {
      margin-top: 0; }
      html[lang='en'] .footer-navigation__sub-list li.long-text {
        width: 100%; }
      html[lang='en'] .footer-navigation__sub-list li a {
        padding: 8px 20px;
        color: #4c4c4c;
        font-size: 1.3rem; } }

.footer-social-button {
  width: 100%;
  height: 295px;
  background-image: url(/assets/img/footer_social_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .footer-social-button .footer-social-button__title {
    margin-bottom: 15px;
    padding-top: 94px;
    font-size: 1.3rem;
    color: #666;
    text-align: center; }
    .footer-social-button .footer-social-button__title:before {
      display: inline-block;
      position: relative;
      top: 3px;
      content: '';
      margin-right: 10px;
      width: 7px;
      height: 18px;
      background-image: url(/assets/img/footer_kakko_right_white.png);
      background-repeat: no-repeat; }
    .footer-social-button .footer-social-button__title:after {
      display: inline-block;
      position: relative;
      top: 3px;
      content: '';
      margin-left: 5px;
      width: 7px;
      height: 18px;
      background-image: url(/assets/img/footer_kakko_left.png);
      background-repeat: no-repeat; }
  .footer-social-button .footer-social-button__list {
    margin: 0 auto;
    width: 160px;
    overflow: hidden; }
    .footer-social-button .footer-social-button__list li {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; }
      .footer-social-button .footer-social-button__list li:nth-child(3n) {
        margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .footer-social-button {
      width: 200px; }
      .footer-social-button .footer-social-button__title {
        margin-bottom: 5px;
        padding-top: 70px; } }
  @media screen and (max-width: 800px) {
    .footer-social-button {
      width: auto;
      height: auto;
      background-image: none; }
      .footer-social-button .footer-social-button__title {
        margin-bottom: 10px;
        padding-top: 0; }
        .footer-social-button .footer-social-button__title:before {
          background-image: url(/assets/img/footer_kakko_right.png); } }

.footer-navigation-banner {
  max-width: 1050px;
  overflow: hidden; }
  .footer-navigation-banner li {
    float: left;
    margin: 0 3.564% 10px 0;
    width: 22.277%; }
    .footer-navigation-banner li:nth-child(4n) {
      margin-right: 0; }
    .footer-navigation-banner li img {
      max-width: 100%;
      height: auto; }
    .footer-navigation-banner li a:hover img {
      opacity: 0.8; }
  @media screen and (max-width: 1000px) {
    .footer-navigation-banner {
      margin: 0 auto;
      max-width: 679px; }
      .footer-navigation-banner li {
        margin: 0 0.29% 2px 0;
        width: 33.1369%; }
        .footer-navigation-banner li:nth-child(4n) {
          margin-right: 0.29%; }
        .footer-navigation-banner li:nth-child(3n) {
          margin-right: 0; } }
  @media screen and (max-width: 640px) {
    .footer-navigation-banner {
      width: 225px; }
      .footer-navigation-banner li {
        margin: 0 0 2px;
        width: 225px; } }

.pagetop-button {
  position: absolute;
  top: -30px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -99999px;
  background-image: url(/assets/img/arrow_top_gray.svg);
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 640px) {
    .pagetop-button {
      display: none; } }

.footer-sub {
  padding: 80px 0 0 0;
  background: #f8f8f8; }
  @media screen and (max-width: 640px) {
    .footer-sub {
      padding: 60px 0 0 0; } }
  .footer-sub .footer-app-box {
    width: 86.32%;
    margin: 0 auto 40px; }
    .footer-sub .footer-app-box:after {
      content: '';
      clear: both;
      display: block; }
    @media screen and (max-width: 640px) {
      .footer-sub .footer-app-box {
        width: 100%;
        margin: 0 auto 30px; } }
  .footer-sub .footer-app-box_icon {
    width: 32.69%;
    float: left;
    margin-right: 2.93%; }
    @media screen and (max-width: 640px) {
      .footer-sub .footer-app-box_icon {
        width: 70%;
        float: none;
        margin: 0 auto 10px; } }
  .footer-sub .footer-app-box_logo {
    font-size: 4.4rem;
    color: #262662;
    font-family: 'Questrial';
    float: left;
    padding: 40px 0; }
    @media screen and (max-width: 640px) {
      .footer-sub .footer-app-box_logo {
        font-size: 2.9rem;
        padding: 0;
        float: none;
        text-align: center;
        margin: 0 auto 10px; } }
  .footer-sub .footer-app-box_btn {
    width: 64.22%;
    float: left; }
    .footer-sub .footer-app-box_btn:after {
      content: '';
      clear: both;
      display: block; }
    @media screen and (max-width: 640px) {
      .footer-sub .footer-app-box_btn {
        width: 70%;
        float: none;
        margin: auto; } }
  .footer-sub .footer-app-box_btn-app {
    width: 43.83%;
    float: left; }
    .footer-sub .footer-app-box_btn-app:hover {
      opacity: 0.8; }
    @media screen and (max-width: 640px) {
      .footer-sub .footer-app-box_btn-app {
        width: 100%;
        float: none;
        margin-bottom: 10px; } }
  .footer-sub .footer-app-box_btn-google {
    width: 51.82%;
    float: right; }
    .footer-sub .footer-app-box_btn-google:hover {
      opacity: 0.8; }
    @media screen and (max-width: 640px) {
      .footer-sub .footer-app-box_btn-google {
        width: 100%;
        float: none; } }
  .footer-sub .footer__copyright {
    padding: 30px 0 30px;
    text-align: center;
    color: #d0d0d0;
    background: #fff;
    font-size: 10px; }

.top-heading {
  margin-bottom: 40px;
  color: #262662;
  text-align: center; }
  .top-heading .top-heading__decorative-text {
    width: 100%;
    font-family: 'Questrial';
    font-size: 5.4rem;
    line-height: 1.2;
    letter-spacing: 2.5px; }
  .top-heading .top-heading__heading {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 1px; }
  .top-heading .top-heading__text {
    margin-top: 10px;
    font-size: 1.4rem; }
  @media screen and (max-width: 800px) {
    .top-heading {
      margin-bottom: 30px; }
      .top-heading .top-heading__decorative-text {
        font-size: 4.0rem; }
      .top-heading .top-heading__heading {
        font-size: 1.5rem; }
      .top-heading .top-heading__text {
        margin-top: 5px;
        font-size: 1.2rem; } }
  @media screen and (max-width: 640px) {
    .top-heading {
      margin-bottom: 20px; }
      .top-heading .top-heading__decorative-text {
        font-size: 2.5rem; }
      .top-heading .top-heading__heading {
        font-size: 1.4rem; } }

html[lang='en'] .top-heading__decorative-text {
  font-weight: normal;
  letter-spacing: 0; }

html[lang='en'] .top-heading__text {
  margin-top: 5px; }

@media screen and (max-width: 800px) {
  html[lang='en'] {
    margin-top: 0; } }

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 180px;
  background-image: url(/assets/img/page_header_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  text-align: center; }
  .page-header .heading-level2 {
    color: #fff; }
  .page-header.animals {
    background-image: url(/assets/img/animals/page_header_bg.jpg); }
    .page-header.animals .heading-level2 {
      color: #262662; }
  .page-header.panda {
    background-image: url(/assets/img/animals/panda/page_header_bg.jpg); }
    .page-header.panda .heading-level2 {
      color: #262662; }
  .page-header.sea-animals {
    background-image: url(/assets/img/animals/sea-animals/page_header_bg.jpg); }
  .page-header.carnivore {
    background-image: url(/assets/img/animals/carnivore/page_header_bg.jpg); }
  .page-header.herbivore {
    background-image: url(/assets/img/animals/herbivore/page_header_bg.jpg); }
  .page-header.family {
    background-image: url(/assets/img/animals/family/page_header_bg.jpg); }
  .page-header.attractions {
    background-image: url(/assets/img/attractions/page_header_bg.jpg); }
    .page-header.attractions .heading-level2 {
      color: #262662; }
  .page-header.facility {
    background-image: url(/assets/img/facility/page_header_bg.jpg); }
  .page-header.play-zone {
    background-image: url(/assets/img/facility/play-zone/page_header_bg.jpg); }
  .page-header.restaurant {
    background-image: url(/assets/img/facility/restaurant/page_header_bg.jpg); }
  .page-header.sdgs {
    background-image: url(/assets/img/sdgs/page_header_bg.jpg); }
    .page-header.sdgs .heading-level2 {
      color: #262662; }
  .page-header.shop {
    background-image: url(/assets/img/facility/shop/page_header_bg.jpg); }
  .page-header.guide {
    background-image: url(/assets/img/guide/page_header_bg.jpg); }
  @media screen and (max-width: 1300px) {
    .page-header {
      background-size: auto 100%; } }
  @media screen and (max-width: 800px) {
    .page-header {
      height: 116px; } }
  @media screen and (max-width: 640px) {
    .page-header {
      margin-bottom: 20px;
      height: 80px;
      background-size: 100% auto; } }
  @media screen and (max-width: 583px) {
    .page-header {
      background-size: auto 100%; } }

.heading-level2 {
  color: #262662;
  text-align: center; }
  .heading-level2 .heading-level2__decorative-text {
    font-size: 5.4rem;
    line-height: 1.0;
    font-weight: normal;
    letter-spacing: 5px;
    font-family: 'Questrial'; }
  .heading-level2 .heading-level2__heading {
    font-size: 1.8rem;
    letter-spacing: 2px; }
  .heading-level2 .heading-level2__category-text {
    font-size: 1.8rem; }
  .heading-level2 .heading-level2__sub-heading {
    font-size: 3.4rem;
    font-weight: normal;
    letter-spacing: -1px; }
  @media screen and (max-width: 800px) {
    .heading-level2 .heading-level2__decorative-text {
      font-size: 4.0rem; }
    .heading-level2 .heading-level2__heading {
      font-size: 1.5rem; }
    .heading-level2 .heading-level2__category-text {
      font-size: 1.6rem; }
    .heading-level2 .heading-level2__sub-heading {
      font-size: 2.7rem; } }
  @media screen and (max-width: 640px) {
    .heading-level2 .heading-level2__decorative-text {
      font-size: 2.5rem;
      letter-spacing: 2px; }
    .heading-level2 .heading-level2__heading {
      font-size: 1.4rem;
      letter-spacing: 0; }
    .heading-level2 .heading-level2__category-text {
      font-size: 1.4rem; }
    .heading-level2 .heading-level2__sub-heading {
      font-size: 2.0rem; } }

html[lang='en'] .heading-level2 .heading-level2__decorative-text {
  letter-spacing: 0; }

html[lang='en'] .heading-level2 .heading-level2__category-text {
  font-size: 2.0rem; }

html[lang='en'] .heading-level2 .heading-level2__sub-heading {
  font-size: 4.2rem;
  letter-spacing: 0; }

@media screen and (max-width: 800px) {
  html[lang='en'] .heading-level2 .heading-level2__category-text {
    font-size: 1.6rem; }
  html[lang='en'] .heading-level2 .heading-level2__sub-heading {
    font-size: 2.7rem; } }

@media screen and (max-width: 640px) {
  html[lang='en'] .heading-level2 .heading-level2__category-text {
    font-size: 1.4rem; }
  html[lang='en'] .heading-level2 .heading-level2__sub-heading {
    font-size: 2.0rem; } }

.simple-page-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 50px; }
  .simple-page-header .heading-level2 .heading-level2__category-text {
    font-weight: bold; }
  .simple-page-header .heading-level2 .heading-level2__sub-heading {
    font-weight: bold;
    letter-spacing: 0; }
  @media screen and (max-width: 640px) {
    .simple-page-header {
      padding: 20px 10px; } }

html[lang='en'] .simple-page-header .heading-level2 .heading-level2__category-text {
  font-weight: normal; }

html[lang='en'] .simple-page-header .heading-level2 .heading-level2__sub-heading {
  font-weight: normal; }

.visual-page-header {
  padding: 0 20px;
  background-image: url(/assets/img/visual_header_bg.png);
  background-repeat: no-repeat;
  background-position: center top 170px;
  background-size: 100% 70%; }
  .visual-page-header.is-index {
    padding-bottom: 110px;
    background-size: 100% 100%;
    background-position: center bottom; }
  .visual-page-header + .article-wrap .section-box2:first-child {
    margin-top: 0; }
  .visual-page-header .visual-page-header__image {
    padding: 30px 0;
    text-align: center; }
    .visual-page-header .visual-page-header__image img {
      max-width: 100%;
      height: auto; }
  .visual-page-header .visual-page-header__lead-text {
    margin: 30px auto 0;
    max-width: 790px;
    text-align: center; }
  .visual-page-header .heading-level2__category-text,
  .visual-page-header .heading-level2__sub-heading {
    font-weight: bold; }
  @media screen and (max-width: 1280px) {
    .visual-page-header {
      background-position: center top 140px; }
      .visual-page-header.is-index {
        background-size: auto 100%; } }
  @media screen and (max-width: 1000px) {
    .visual-page-header {
      background-position: center top 160px; } }
  @media screen and (max-width: 800px) {
    .visual-page-header {
      background-image: none; }
      .visual-page-header.is-index {
        padding-bottom: 90px;
        background-image: url(/assets/img/visual_header_bg.png); } }
  @media screen and (max-width: 640px) {
    .visual-page-header {
      margin-top: 20px; }
      .visual-page-header.is-index {
        padding-bottom: 60px;
        background-size: auto 100%; }
      .visual-page-header .visual-page-header__image {
        padding: 20px 0; }
        .visual-page-header .visual-page-header__image .photo-box-wrap {
          margin-bottom: 0; }
      .visual-page-header .visual-page-header__lead-text {
        margin-top: 10px; } }

.heading-level3 {
  margin-bottom: 40px;
  padding: 0 10px;
  font-size: 2.8rem;
  color: #262662;
  text-align: center; }
  .heading-level3 .icon-text1,
  .heading-level3 .icon-text2,
  .heading-level3 .icon-text3 {
    font-size: 2.0rem; }
  @media screen and (max-width: 800px) {
    .heading-level3 {
      margin-bottom: 30px;
      font-size: 2.4rem; }
      .heading-level3 .icon-text1,
      .heading-level3 .icon-text2,
      .heading-level3 .icon-text3 {
        font-size: 1.6rem; } }
  @media screen and (max-width: 640px) {
    .heading-level3 {
      margin-bottom: 20px;
      font-size: 1.8rem; } }

html[lang='en'] .heading-level3 {
  font-size: 3.8rem;
  font-weight: normal; }
  @media screen and (max-width: 800px) {
    html[lang='en'] .heading-level3 {
      font-size: 2.4rem; } }
  @media screen and (max-width: 640px) {
    html[lang='en'] .heading-level3 {
      font-size: 2.1rem; } }

.heading-level3-small {
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 2.4rem;
  color: #262662;
  text-align: center; }
  .heading-level3-small .icon-text1,
  .heading-level3-small .icon-text2,
  .heading-level3-small .icon-text3 {
    position: relative;
    top: -3px;
    font-size: 1.6rem; }
  @media screen and (max-width: 800px) {
    .heading-level3-small {
      margin-bottom: 20px;
      font-size: 2.0rem; }
      .heading-level3-small .icon-text1,
      .heading-level3-small .icon-text2,
      .heading-level3-small .icon-text3 {
        font-size: 1.5rem; } }
  @media screen and (max-width: 640px) {
    .heading-level3-small {
      margin-bottom: 15px;
      font-size: 1.7rem; } }

html[lang='en'] .heading-level3-small {
  font-size: 2.8rem;
  font-weight: normal; }
  @media screen and (max-width: 800px) {
    html[lang='en'] .heading-level3-small {
      font-size: 2.4rem; } }
  @media screen and (max-width: 640px) {
    html[lang='en'] .heading-level3-small {
      font-size: 1.9rem; } }

.heading-level4 {
  margin-bottom: 10px;
  font-size: 2.0rem;
  color: #262662; }
  .heading-level4 .red-text {
    font-size: 1.4rem; }
  @media screen and (max-width: 800px) {
    .heading-level4 {
      font-size: 1.7rem; } }
  @media screen and (max-width: 640px) {
    .heading-level4 {
      font-size: 1.5rem; }
      .heading-level4 .red-text {
        font-size: 1.2rem; } }

html[lang='en'] .heading-level4 {
  font-weight: normal; }

.heading-level5 {
  margin-bottom: 5px;
  font-size: 1.6rem;
  color: #262662; }
  @media screen and (max-width: 640px) {
    .heading-level5 {
      font-size: 1.3rem; } }

.heading-level6 {
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: #262662; }
  @media screen and (max-width: 640px) {
    .heading-level6 {
      font-size: 1.2rem; } }

.topics-heading-wrap {
  padding: 0 10px; }
  @media screen and (max-width: 640px) {
    .topics-heading-wrap {
      padding: 0; } }

.topics-heading {
  margin: 0 auto 60px;
  max-width: 1000px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f6f6; }
  .topics-heading .icon-text3 {
    font-size: 1.4rem; }
  .topics-heading .heading-level3 {
    text-align: left; }
  .topics-heading .topics-heading__icon {
    margin-bottom: 10px; }
  .topics-heading .topics-heading__date {
    margin-top: -20px;
    text-align: right;
    color: #4c4c4c; }
  @media screen and (max-width: 800px) {
    .topics-heading {
      margin-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    .topics-heading {
      margin-top: 20px;
      padding: 0 20px 10px; }
      .topics-heading .icon-text3 {
        font-size: 1.1rem; }
      .topics-heading .topics-heading__icon {
        margin-bottom: 5px; } }

.calendar-heading {
  padding: 20px 0;
  background-color: #262662;
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .calendar-heading {
      padding: 8px 0;
      font-size: 1.7rem; } }

html[lang='en'] .calendar-heading {
  font-size: 2.8rem; }
  @media screen and (max-width: 640px) {
    html[lang='en'] .calendar-heading {
      font-size: 1.8rem; } }

.mv-box_heading {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 60px; }
  @media screen and (max-width: 640px) {
    .mv-box_heading {
      display: inline-block;
      text-align: center;
      margin: auto;
      font-size: 2rem;
      margin-bottom: 30px;
      letter-spacing: 2px; } }
  .mv-box_heading:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 42px;
    background: url("../img/vr-app/heading_line_left.png") no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px; }
    @media screen and (max-width: 640px) {
      .mv-box_heading:before {
        width: 25px;
        height: 53px;
        left: -20px;
        margin-top: -26px;
        background-size: 100% 100%; } }
  .mv-box_heading:after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 42px;
    background: url("../img/vr-app/heading_line_right.png") no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px; }
    @media screen and (max-width: 640px) {
      .mv-box_heading:after {
        width: 25px;
        height: 53px;
        right: -20px;
        margin-top: -26px;
        background-size: 100% 100%; } }

.experience-box_heading {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    .experience-box_heading {
      margin-bottom: 30px; } }
  .experience-box_heading .experience-box_heading-icon {
    position: relative;
    padding: 10px 12px 7px 12px;
    background: #E72472;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-family: 'Questrial';
    margin-right: 20px; }
    @media screen and (max-width: 640px) {
      .experience-box_heading .experience-box_heading-icon {
        margin: 0;
        font-size: 1.5rem; } }
    .experience-box_heading .experience-box_heading-icon:after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      border-top-width: 10px;
      border-bottom-width: 10px;
      border-left-width: 17px;
      border-right-width: 17px;
      margin-top: -10px;
      border-left-color: #E72472;
      left: 90%;
      top: 50%; }
      @media screen and (max-width: 640px) {
        .experience-box_heading .experience-box_heading-icon:after {
          border: solid transparent;
          content: '';
          height: 0;
          width: 0;
          pointer-events: none;
          position: absolute;
          border-top-width: 17px;
          border-bottom-width: 17px;
          border-left-width: 10px;
          border-right-width: 10px;
          margin-left: -10px;
          border-top-color: #E72472;
          top: 100%;
          left: 50%; } }
  .experience-box_heading .experience-box_heading-text {
    font-size: 2.8rem;
    color: #262662;
    letter-spacing: 2px; }
    @media screen and (max-width: 640px) {
      .experience-box_heading .experience-box_heading-text {
        display: block;
        font-size: 1.8rem;
        margin-top: 15px; } }

.head-seal {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 132px;
  height: 132px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  z-index: 100; }
  .head-seal.panda-monthly {
    background-image: url(/assets/img/top/panda_monthly_header_seal.png); }
  @media screen and (max-width: 800px) {
    .head-seal {
      position: static;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 5px 5px 5px 40px;
      width: 100%;
      height: auto;
      text-indent: 0;
      color: #fff;
      font-size: 1.3rem;
      letter-spacing: -0.5px;
      font-weight: bold; }
      .head-seal:hover {
        color: #fff; }
      .head-seal.panda-monthly {
        background-image: url(/assets/img/top/panda_monthly_header_icon.png);
        background-position: 4px bottom;
        background-size: 34px 24px;
        background-color: #396a33; } }

.main-visual-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/assets/img/top/mainvisual_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #000; }
  .main-visual-wrap.panda-monthly {
    position: relative;
    background-image: url(/assets/img/top/mainvisual_bg_panda.jpg); }
  @media screen and (max-width: 1400px) {
    .main-visual-wrap {
      background-size: auto 100%; } }

.main-visual-slider {
  margin: 0 auto;
  max-width: 1000px; }

.main-visual-slider-wrap {
  padding: 32px 10px 20px; }
  @media screen and (max-width: 800px) {
    .main-visual-slider-wrap {
      padding: 10px 10px 8px; } }

.visual-banner {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.9)), to(rgba(17, 17, 17, 0.7)));
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.9) 0%, rgba(17, 17, 17, 0.7) 100%);
  height: 428px; }
  .visual-banner.birthday a:before, .visual-banner.special a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 119px;
    height: 119px;
    background-repeat: no-repeat; }
  .visual-banner.birthday a .visual-banner__content-label, .visual-banner.special a .visual-banner__content-label {
    padding-right: 50px; }
  .visual-banner.birthday a:before {
    background-image: url(/assets/img/top/ribbon_birthday.png); }
  .visual-banner.special a:before {
    background-image: url(/assets/img/top/ribbon_special.png); }
  .visual-banner .visual-banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px;
    color: #fff; }
  .visual-banner .visual-banner__image {
    width: 652px; }
  .visual-banner .visual-banner__image-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 65.0306%;
    overflow: hidden; }
    .visual-banner .visual-banner__image-iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .visual-banner .visual-banner__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 40px 0;
    width: calc(100% - 652px); }
  .visual-banner .visual-banner__content-label {
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-family: 'Philosopher';
    font-style: italic;
    letter-spacing: 2px; }
  .visual-banner .visual-banner__content-heading {
    margin-bottom: 15px;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1.4; }
  .visual-banner .visual-banner__content-text {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.8; }
  .visual-banner .visual-banner__content-link {
    display: block;
    border-radius: 4px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 1.4rem; }
  @media screen and (max-width: 1000px) {
    .visual-banner {
      height: 310px; }
      .visual-banner.birthday a .visual-banner__content-label, .visual-banner.special a .visual-banner__content-label {
        padding-right: 60px; }
      .visual-banner .visual-banner__image {
        width: 470px; }
        .visual-banner .visual-banner__image img {
          max-width: 100%;
          height: auto; }
      .visual-banner .visual-banner__content {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 20px;
        width: calc(100% - 470px); }
      .visual-banner .visual-banner__content-label {
        margin-bottom: 5px;
        font-size: 1.4rem; }
      .visual-banner .visual-banner__content-heading {
        margin-bottom: 15px;
        padding-right: 30px;
        font-size: 2.0rem; }
        .visual-banner .visual-banner__content-heading br {
          display: none; } }
  @media screen and (max-width: 800px) {
    .visual-banner {
      margin: 0 auto;
      max-width: 652px;
      height: auto; }
      .visual-banner.birthday a:before, .visual-banner.special a:before {
        display: none; }
      .visual-banner .visual-banner-inner {
        display: block;
        padding: 0; }
      .visual-banner .visual-banner__image {
        margin-bottom: 15px;
        width: 100%; }
      .visual-banner .visual-banner__content {
        padding: 0 20px 20px;
        width: 100%; }
      .visual-banner .visual-banner__content-label {
        display: none; }
      .visual-banner .visual-banner__content-heading {
        margin-bottom: 10px;
        padding-right: 0;
        font-size: 1.6rem; }
      .visual-banner .visual-banner__content-text {
        margin-bottom: 10px; } }
  @media screen and (max-width: 640px) {
    .visual-banner .visual-banner__content-heading {
      font-size: 1.4rem; }
    .visual-banner .visual-banner__content-text {
      font-size: 1.2rem;
      line-height: 1.6; }
    .visual-banner .visual-banner__content-link {
      padding: 2px 0;
      font-size: 1.2rem; } }

.mv-panda-monthly {
  opacity: 0;
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%; }
  .mv-panda-monthly .mv-panda-monthly__inner {
    position: relative;
    bottom: -15px;
    margin: 0 auto;
    max-width: 1000px;
    height: 0; }
  .mv-panda-monthly .mv-panda1 {
    position: absolute;
    left: 26px;
    bottom: 0;
    width: 160px;
    height: 127px;
    background-image: url(/assets/img/top/panda_monthly_panda1.png); }
  .mv-panda-monthly .mv-panda2 {
    position: absolute;
    left: 225px;
    bottom: 0;
    width: 97px;
    height: 85px;
    background-image: url(/assets/img/top/panda_monthly_panda2.png); }
  .mv-panda-monthly .mv-panda3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 151px;
    height: 120px;
    background-image: url(/assets/img/top/panda_monthly_panda3.png); }
  .mv-panda-monthly .mv-panda-kanban {
    display: block;
    position: absolute;
    right: 163px;
    bottom: 0;
    width: 210px;
    height: 54px;
    background-image: url(/assets/img/top/panda_monthly_kanban.png);
    text-indent: -9999px; }
  @media screen and (max-width: 800px) {
    .mv-panda-monthly {
      position: relative; }
      .mv-panda-monthly .mv-panda-monthly__inner {
        height: 70px; }
      .mv-panda-monthly .mv-panda1 {
        left: 0;
        width: 88px;
        height: 85px;
        background-position: left top;
        background-size: 131% auto;
        z-index: 10; }
      .mv-panda-monthly .mv-panda2 {
        left: 80px;
        width: 61px;
        height: 54px;
        background-position: left top;
        background-size: 103% auto;
        z-index: 20; }
      .mv-panda-monthly .mv-panda3 {
        width: 100px;
        height: 85px;
        background-position: left top;
        background-size: 103% auto;
        z-index: 20; }
      .mv-panda-monthly .mv-panda-kanban {
        right: 74px;
        width: 120px;
        height: 82px;
        background-image: url(/assets/img/top/panda_monthly_kanban_sp.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        z-index: 10; } }

.pyon {
  -webkit-animation-name: pyon-frame;
          animation-name: pyon-frame;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center; }

@-webkit-keyframes pyon-frame {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px); }
  15% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes pyon-frame {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px); }
  15% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.information {
  margin-bottom: 20px;
  padding: 10px 0;
  background-color: #185089; }
  .information.panda-monthly {
    position: relative;
    z-index: 30;
    background-color: #396a33; }
  .information .information__inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1005px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 800px) {
      .information .information__inner {
        display: block; } }
  @media screen and (max-width: 640px) {
    .information {
      margin-bottom: 0; } }

.today-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: calc(100% - 298px - 20px); }
  .today-schedule .today-schedule__heading {
    position: relative;
    background-color: #fff;
    width: 30.4347%;
    border-radius: 4px 0 0 4px;
    font-size: 1.4rem;
    color: #262662;
    text-align: center; }
    .today-schedule .today-schedule__heading:after {
      content: '';
      display: block;
      position: absolute;
      right: -7px;
      top: 0;
      width: 8px;
      height: 100%;
      background-image: url(/assets/img/top/today_schedule_arrow.png);
      background-repeat: no-repeat;
      background-position: 0 center; }
    .today-schedule .today-schedule__heading .day {
      display: block;
      color: #9696ac;
      font-size: 1.2rem;
      font-family: 'Arial'; }
  .today-schedule .today-schedule__content {
    width: 69.5652%;
    border-radius: 0 4px 4px 0;
    background-color: rgba(255, 255, 255, 0.2);
    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; }
    @media screen and (max-width: 800px) {
      .today-schedule .today-schedule__content {
        display: block; } }
  .today-schedule .today-schedule__time {
    margin: 0 0 0 35px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Arial'; }
    .today-schedule .today-schedule__time span {
      margin: 0 5px;
      font-weight: normal;
      font-size: 1.8rem;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif; }
    .today-schedule .today-schedule__time:before {
      content: '';
      display: inline-block;
      position: relative;
      top: 2px;
      margin-right: 5px;
      width: 18px;
      height: 18px;
      background-image: url(/assets/img/icon_time.svg);
      background-repeat: no-repeat; }
  .today-schedule .today-schedule__link {
    display: inline-block;
    margin: 0 30px 0 0;
    border-radius: 4px;
    padding: 8px 23px;
    background-color: #262662;
    color: #fff;
    font-size: 1.2rem; }
    .today-schedule .today-schedule__link:before {
      content: '';
      display: inline-block;
      position: relative;
      top: 2px;
      margin-right: 5px;
      width: 12px;
      height: 13px;
      background-image: url(/assets/img/icon_calendar.svg);
      background-repeat: no-repeat; }
    .today-schedule .today-schedule__link:hover {
      background-color: #33336b; }
  .today-schedule .today-schedule__link-short {
    display: none; }
  .today-schedule.holiday .today-schedule__heading {
    width: 60%;
    font-size: 1.5rem;
    font-weight: normal; }
    .today-schedule.holiday .today-schedule__heading .next-day {
      display: block;
      font-size: 1.2rem;
      color: #9696ac; }
  .today-schedule.holiday .today-schedule__content {
    width: 40%;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right; }
  @media screen and (min-width: 801px) {
    .today-schedule .today-schedule__heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .today-schedule .today-schedule__link {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 212px; } }
  @media screen and (max-width: 1000px) {
    .today-schedule .today-schedule__heading {
      width: 27%; }
    .today-schedule .today-schedule__content {
      width: 73%; }
    .today-schedule .today-schedule__time {
      margin-left: 20px;
      width: calc(100% - 165px);
      font-size: 2.0rem;
      text-align: center; }
      .today-schedule .today-schedule__time span {
        margin: 0 3px;
        font-size: 1.4rem; }
    .today-schedule .today-schedule__link {
      margin-right: 10px;
      padding: 8px 8px; }
    .today-schedule .today-schedule__link-normal {
      display: none; }
    .today-schedule .today-schedule__link-short {
      display: inline; }
    .today-schedule.holiday .today-schedule__heading {
      width: 65%; }
    .today-schedule.holiday .today-schedule__content {
      width: 35%;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .today-schedule.holiday .today-schedule__link {
      float: none;
      margin-right: 0; } }
  @media screen and (max-width: 800px) {
    .today-schedule {
      display: block;
      width: 100%; }
      .today-schedule .today-schedule__heading {
        width: 100%;
        padding: 13px 0;
        border-radius: 4px 4px 0 0; }
        .today-schedule .today-schedule__heading:after {
          display: none; }
        .today-schedule .today-schedule__heading .day {
          display: inline-block;
          margin-left: 10px; }
      .today-schedule .today-schedule__content {
        padding: 13px 0;
        border-radius: 0 0 4px 4px;
        width: 100%;
        text-align: center; }
      .today-schedule .today-schedule__time {
        display: inline-block;
        float: none;
        margin: 0 10px 0 0;
        width: auto;
        font-size: 1.5rem; }
        .today-schedule .today-schedule__time span {
          font-size: 1.5rem; }
        .today-schedule .today-schedule__time:before {
          top: 4px; }
      .today-schedule .today-schedule__link {
        float: none;
        margin: 0;
        padding: 0;
        background-color: transparent;
        font-size: 1.1rem;
        text-decoration: underline; }
        .today-schedule .today-schedule__link:hover {
          background-color: transparent;
          text-decoration: none; }
      .today-schedule.holiday .today-schedule__heading {
        width: 100%;
        font-size: 1.4rem; }
        .today-schedule.holiday .today-schedule__heading .next-day {
          font-size: 1.1rem; }
      .today-schedule.holiday .today-schedule__content {
        width: 100%; } }

@media screen and (min-width: 801px) {
  html[lang='en'] .banner-ticketstore {
    min-height: 73px;
    height: auto;
    background-repeat: no-repeat;
    background-position: right -2px bottom -3px;
    background-color: #fff;
    border-radius: 3px;
    border-end-end-radius: 15px;
    padding-right: 50px;
    padding-block: 10px;
    margin-bottom: 0; } }

.banner-ticketstore {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: -4px;
  padding: 15px 0 0 24px;
  width: 298px;
  height: 73px;
  background-image: url(/assets/img/top/banner_ticketstore_bg.png);
  font-size: 1.3rem; }
  .banner-ticketstore.icon-blank:after {
    background-image: url(/assets/img/icon_blank_blue.svg); }
  @media screen and (max-width: 800px) {
    .banner-ticketstore {
      float: none;
      display: inline-block;
      background-image: none;
      margin: 10px auto 0;
      padding: 0;
      width: 100%;
      height: auto;
      color: #fff;
      text-align: center;
      font-size: 1.1rem;
      text-decoration: underline; }
      .banner-ticketstore:hover {
        color: #fff;
        text-decoration: none; }
      .banner-ticketstore br {
        display: none; } }

.top-appoint {
  max-width: 1020px;
  margin: 80px auto 0;
  padding: 0 10px; }
  @media screen and (max-width: 800px) {
    .top-appoint {
      margin: 50px auto 0; } }
  @media screen and (max-width: 640px) {
    .top-appoint {
      margin: 30px auto 0; } }
  .top-appoint .top-appoint__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px;
    border: #262662 1px solid; }
  .top-appoint .top-appoint__heading {
    margin-bottom: 5px;
    color: #f00;
    font-size: 1.8rem;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      .top-appoint .top-appoint__heading {
        font-size: 1.4rem; } }
  .top-appoint .top-appoint__text em {
    text-decoration: underline;
    font-style: normal; }
  .top-appoint .top-appoint__text a {
    color: #243b68;
    text-decoration: underline; }
    .top-appoint .top-appoint__text a:hover {
      color: #4f77c4; }
  .top-appoint .top-appoint__text + p {
    margin-top: 20px; }
    @media screen and (max-width: 640px) {
      .top-appoint .top-appoint__text + p {
        margin-top: 10px; } }
  .top-appoint .is-blue {
    color: #262662;
    font-weight: bold; }

.top-section {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto; }
  .top-section.topics {
    background-image: url(/assets/img/top/topics_bg.jpg);
    background-color: #f3ecdf; }
    .top-section.topics .top-heading {
      color: #fff; }
  .top-section.animal {
    padding-bottom: 0; }
  .top-section.facilities {
    background-color: #f6f6f6; }
  .top-section.park-guide {
    background-image: url(/assets/img/top/park_guide_bg.jpg);
    background-color: #a5b742; }
    .top-section.park-guide .top-heading {
      color: #fff; }
  .top-section.movie {
    background-image: url(/assets/img/top/movie_bg.jpg);
    background-color: #0998ad; }
    .top-section.movie .top-heading,
    .top-section.movie .thumbnail-set__heading,
    .top-section.movie .thumbnail-set__text {
      color: #fff; }
  @media screen and (max-width: 1400px) {
    .top-section {
      background-size: auto; } }
  @media screen and (max-width: 800px) {
    .top-section {
      padding: 50px 0;
      background-size: auto 100%; } }
  @media screen and (max-width: 640px) {
    .top-section {
      padding: 30px 0 35px; } }

.top-topics {
  margin: -4px auto 0;
  padding: 0 10px;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top-topics li {
    margin-right: 4px;
    margin-top: 4px;
    width: calc(50% - 2px); }
    .top-topics li:nth-child(2n) {
      margin-right: 0; }
    .top-topics li a {
      display: block;
      overflow: hidden;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px;
      height: 100%;
      background-color: #fff;
      background-image: url(/assets/img/arrow_right_bottom_blue.svg);
      background-repeat: no-repeat;
      background-position: right bottom; }
      .top-topics li a:hover .top-topics__photo img {
        opacity: 0.8; }
  .top-topics .top-topics__photo {
    float: left;
    width: 148px; }
    .top-topics .top-topics__photo img {
      max-width: 100%;
      height: auto; }
  .top-topics .top-topics__content {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    width: calc(100% - 148px - 20px);
    height: 100%; }
  .top-topics .top-topics__content-date {
    width: 100%;
    margin-bottom: 5px;
    color: #4c4c4c;
    font-size: 1.2rem; }
    .top-topics .top-topics__content-date .icon-text3 {
      top: 0;
      margin-top: 2px; }
  .top-topics .top-topics__content-title {
    width: 100%;
    font-size: 1.4rem; }
  @media screen and (max-width: 800px) {
    .top-topics li {
      margin-right: 0;
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .top-topics {
      margin-top: -1px; }
      .top-topics li {
        margin-top: 1px; }
      .top-topics .top-topics__photo {
        float: right;
        width: 100px; }
        .top-topics .top-topics__photo img {
          max-width: 100%;
          width: 100%;
          height: auto; }
      .top-topics .top-topics__content {
        float: left;
        width: calc(100% - 100px - 10px); }
      .top-topics .icon-category {
        display: none; }
      .top-topics .top-topics__content-date {
        margin-bottom: 0;
        font-size: 1.1rem; }
        .top-topics .top-topics__content-date .icon-text3 {
          display: none; }
      .top-topics .top-topics__content-title {
        font-size: 1.2rem; } }

html[lang='en'] .top-topics__content-date {
  font-size: 1.4rem; }
  html[lang='en'] .top-topics__content-date .icon-text3 {
    margin-left: 5px; }

html[lang='en'] .top-topics__content-title {
  font-size: 1.6rem; }

@media screen and (max-width: 640px) {
  html[lang='en'] .top-topics__content-date {
    font-size: 1.2rem; }
  html[lang='en'] .top-topics__content-title {
    font-size: 1.3rem; } }

.top-animal {
  display: table;
  margin: 0 auto;
  max-width: 1400px;
  background-color: #f6f6f6; }
  .top-animal .top-animal__image {
    display: table-cell;
    width: 49.35714%; }
    .top-animal .top-animal__image img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .top-animal .top-animal__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    padding: 0 60px;
    width: 50.64286%; }
  .top-animal .top-animal__content-label {
    margin-bottom: 10px;
    width: 100%;
    font-family: 'Philosopher';
    color: #262662; }
  .top-animal .top-animal__content-heading {
    margin-bottom: 30px;
    width: 100%;
    color: #262662;
    font-size: 3.0rem;
    line-height: 1.4; }
  .top-animal .top-animal__content-text {
    font-size: 1.4rem;
    width: 100%;
    color: #262662; }
  @media screen and (max-width: 1250px) {
    .top-animal .top-animal__content-heading {
      margin-bottom: 10px; } }
  @media screen and (max-width: 1100px) {
    .top-animal {
      display: block; }
      .top-animal .top-animal__image {
        display: block;
        width: 100%;
        background-image: url(/assets/img/top/animal_photo_long.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        padding-bottom: calc(198 / 768 * 100%); }
        .top-animal .top-animal__image img {
          display: none; }
      .top-animal .top-animal__content {
        display: block;
        width: 100%;
        padding: 20px 30px 80px; }
      .top-animal .top-animal__content-heading {
        font-size: 2.4rem; }
        .top-animal .top-animal__content-heading br {
          display: none; }
      .top-animal .button-layout.is-right {
        text-align: center; } }
  @media screen and (max-width: 640px) {
    .top-animal .top-animal__image {
      padding-bottom: 0;
      background-image: none; }
      .top-animal .top-animal__image img {
        display: block; }
    .top-animal .top-animal__content {
      padding: 20px 20px 35px; }
    .top-animal .top-animal__content-label {
      margin-bottom: 2px;
      font-size: 1.1rem; }
    .top-animal .top-animal__content-heading {
      margin-bottom: 5px;
      font-size: 1.5rem; }
      .top-animal .top-animal__content-heading br {
        display: inline; }
    .top-animal .top-animal__content-text {
      font-size: 1.2rem; }
    .top-animal .button-layout {
      margin-right: 0;
      margin-left: 0; } }

.top-facilities .top-facilities__image {
  margin: 0 auto;
  max-width: 1400px; }
  .top-facilities .top-facilities__image img {
    max-width: 100%;
    width: 100%;
    height: auto; }

.top-facilities .top-facilities__content {
  margin: 42px auto 0;
  padding: 0 10px;
  max-width: 1220px; }
  .top-facilities .top-facilities__content:after {
    content: '';
    clear: both;
    display: block; }

.top-facilities .top-facilities__column1 {
  float: left;
  width: calc(100% - 390px); }

.top-facilities .top-facilities__column2 {
  float: right;
  width: 380px;
  text-align: right; }

.top-facilities .top-facilities__heading {
  font-size: 2.4rem;
  color: #262662; }

.top-facilities .top-facilities__text {
  font-size: 1.4rem;
  color: #262662; }

@media screen and (max-width: 800px) {
  .top-facilities .top-facilities__content {
    margin-top: 20px; }
  .top-facilities .top-facilities__column1 {
    float: none;
    margin-bottom: 20px;
    width: 100%; }
  .top-facilities .top-facilities__column2 {
    float: none;
    width: 100%;
    text-align: center; } }

@media screen and (max-width: 640px) {
  .top-facilities .top-facilities__heading {
    margin-bottom: 5px;
    font-size: 1.5rem; }
  .top-facilities .top-facilities__text {
    font-size: 1.2rem; } }

.top-entrance-fee {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #fff; }
  .top-entrance-fee .top-entrance-fee__heading {
    padding: 20px 0 15px;
    font-size: 1.8rem;
    text-align: center; }
  .top-entrance-fee .top-entrance-fee__conent1 {
    padding: 0 30px 0;
    width: 100%; }
  .top-entrance-fee .top-entrance-fee__conent2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 27px;
    width: 100%;
    background-color: #464646;
    color: #fff; }
    .top-entrance-fee .top-entrance-fee__conent2 .link-with-text a {
      color: #fff; }
  .top-entrance-fee .astarisk-text {
    font-size: 1.2rem; }
    .top-entrance-fee .astarisk-text + .white-gray-button {
      margin: 0 0 20px 0; }
  .top-entrance-fee .top-entrance-fee__link {
    margin-top: -10px; }
    .top-entrance-fee .top-entrance-fee__link li {
      margin-top: 10px;
      width: 100%; }
      .top-entrance-fee .top-entrance-fee__link li a {
        padding: 5px 0 5px 20px;
        background-image: url(/assets/img/arrow_white.svg);
        background-repeat: no-repeat;
        background-position: 0 0.3em;
        text-decoration: underline;
        font-size: 1.4rem;
        color: #fff; }
        .top-entrance-fee .top-entrance-fee__link li a:hover {
          text-decoration: none; }
      .top-entrance-fee .top-entrance-fee__link li p {
        padding-left: 5px;
        font-size: 1.2rem; }
  @media screen and (max-width: 640px) {
    .top-entrance-fee .top-entrance-fee__heading {
      padding: 15px 0;
      font-size: 1.5rem; }
    .top-entrance-fee .top-entrance-fee__conent1 {
      padding: 0 10px; }
    .top-entrance-fee .top-entrance-fee__conent2 {
      padding: 10px; }
    .top-entrance-fee .top-entrance-fee__link li a {
      font-size: 1.2rem; }
    .top-entrance-fee .top-entrance-fee__link li p {
      margin-top: 3px;
      padding-left: 0;
      font-size: 1.1rem; } }

html[lang='en'] .top-entrance-fee .top-entrance-fee__heading {
  font-size: 2.0rem;
  font-weight: normal; }

html[lang='en'] .top-entrance-fee .astarisk-text {
  font-size: 1.4rem;
  line-height: 1.2; }

html[lang='en'] .top-entrance-fee .top-entrance-fee__link li a {
  font-size: 1.4rem;
  padding-left: 22px; }

html[lang='en'] .top-entrance-fee .top-entrance-fee__link li p {
  font-size: 1.3rem; }

.top-calendar {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff; }
  .top-calendar .top-calendar__inner {
    padding: 20px 30px; }
  .top-calendar .top-calendar__heading {
    padding-bottom: 15px;
    font-size: 1.8rem;
    text-align: center; }
  .top-calendar .calendar-legend {
    margin-top: 5px; }
    .top-calendar .calendar-legend li {
      margin-left: 5px;
      font-size: 1.2rem; }
      .top-calendar .calendar-legend li:before {
        top: 5px;
        width: 17px;
        height: 17px; }
  .top-calendar .calendar-heading {
    padding: 6px 0;
    font-size: 1.4rem;
    font-weight: bold; }
  .top-calendar .astarisk-text {
    font-size: 1.2rem; }
  @media screen and (max-width: 640px) {
    .top-calendar .top-calendar__inner {
      padding: 15px 10px; }
    .top-calendar .top-calendar__heading {
      font-size: 1.5rem; }
    .top-calendar .calendar-legend {
      margin-bottom: 10px; }
      .top-calendar .calendar-legend li {
        font-size: 1.2rem; } }

html[lang='en'] .top-calendar .top-calendar__heading {
  font-size: 2.0rem;
  font-weight: normal; }

html[lang='en'] .top-calendar .calendar-heading {
  font-size: 1.6rem;
  font-weight: normal; }

html[lang='en'] .top-calendar .astarisk-text {
  font-size: 1.4rem;
  line-height: 1.2; }

.top-calendar-slider__content {
  padding: 0 2px; }

.top-access {
  height: 100%;
  background-color: #fff; }
  .top-access .top-access__inner {
    padding: 20px 30px; }
  .top-access .top-access__heading {
    padding-bottom: 15px;
    font-size: 1.8rem;
    text-align: center; }
  @media screen and (max-width: 640px) {
    .top-access .top-access__inner {
      padding: 15px 10px; }
    .top-access .top-access__heading {
      font-size: 1.5rem; } }

html[lang='en'] .top-access .top-access__heading {
  font-size: 2.0rem;
  font-weight: normal; }

#top-access-map {
  width: 100%;
  height: 228px; }

.access-list {
  margin-top: -5px; }
  .access-list li {
    margin-top: 5px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 0 0.1em;
    color: #777;
    font-size: 1.4rem;
    line-height: 1.4; }
    .access-list li .access-list__heading {
      color: #333; }
    .access-list li.car {
      background-image: url(/assets/img/icon_car.svg); }
    .access-list li.bus {
      padding-top: 3px;
      background-image: url(/assets/img/icon_bus.svg); }
    .access-list li.train {
      padding-top: 3px;
      background-image: url(/assets/img/icon_train.svg); }
  @media screen and (max-width: 640px) {
    .access-list {
      margin-top: -7px; }
      .access-list li {
        margin-top: 7px;
        font-size: 1.2rem; } }

html[lang='en'] .access-list li {
  font-size: 1.6rem;
  line-height: 1.4;
  padding-left: 28px; }

html[lang='en'] .access-list .access-list__heading {
  font-weight: normal; }

@media screen and (max-width: 640px) {
  html[lang='en'] .access-list li {
    font-size: 1.3rem; } }

.top-big-banner {
  padding: 50px 0; }
  .top-big-banner a:hover img {
    opacity: 0.8; }
  .top-big-banner img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 640px) {
    .top-big-banner {
      padding: 30px 0; } }

.click-ranking-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 10px;
  min-height: 278px;
  background-position: center top;
  background-size: 100% auto;
  color: #fff; }
  .click-ranking-area .mini-thumbnail .mini-thumbnail__name {
    color: #fff; }
  .click-ranking-area.sea-animals {
    background-image: url(/assets/img/animals/sea-animals/ranking_bg.jpg); }
  .click-ranking-area.carnivore {
    background-image: url(/assets/img/animals/carnivore/ranking_bg.jpg); }
  .click-ranking-area.herbivore {
    background-image: url(/assets/img/animals/herbivore/ranking_bg.jpg); }
  .click-ranking-area.family {
    background-image: url(/assets/img/animals/family/ranking_bg.jpg); }
  .click-ranking-area .click-ranking-area__heading {
    margin-bottom: 20px;
    font-size: 2.4rem;
    text-align: center; }
  @media screen and (max-width: 800px) {
    .click-ranking-area {
      margin-bottom: 40px;
      padding-top: 30px;
      min-height: 230px; }
      .click-ranking-area .click-ranking-area__heading {
        margin-bottom: 10px;
        font-size: 2.0rem; } }
  @media screen and (max-width: 640px) {
    .click-ranking-area {
      margin-bottom: 20px;
      padding-top: 20px;
      min-height: 313px;
      background-size: auto 100%; }
      .click-ranking-area .click-ranking-area__heading {
        font-size: 1.7rem; } }

.animal-card {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1150px;
  overflow: hidden; }
  .animal-card li {
    float: left;
    margin-right: 1.73%;
    margin-bottom: 15px;
    width: 23.65217%; }
    .animal-card li:nth-child(4n) {
      margin-right: 0; }
    .animal-card li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 3px;
      padding: 15px;
      border: 1px solid #e5e5e5; }
      .animal-card li a:hover {
        border-color: #262662; }
  .animal-card .animal-card__no-link-inner {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    padding: 15px;
    height: 100%;
    border: 1px solid #e5e5e5; }
  .animal-card .animal-card__photo {
    margin-bottom: 14px; }
    .animal-card .animal-card__photo img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .animal-card .animal-card__name {
    color: #262662;
    font-size: 1.6rem;
    text-align: center; }
    .animal-card .animal-card__name span {
      display: block;
      font-size: 1.0rem;
      font-family: 'Questrial'; }
  @media screen and (max-width: 800px) {
    .animal-card {
      max-width: 690px; }
      .animal-card li {
        margin-right: 1.159%;
        margin-bottom: 8px;
        width: 32.4637%; }
        .animal-card li:nth-child(4n) {
          margin-right: 1.159%; }
        .animal-card li:nth-child(3n) {
          margin-right: 0; }
      .animal-card .animal-card__name {
        font-size: 1.5rem; } }
  @media screen and (max-width: 640px) {
    .animal-card {
      max-width: 452px; }
      .animal-card li {
        margin-right: 0.888%;
        margin-bottom: 4px;
        width: 49.557%; }
        .animal-card li:nth-child(4n), .animal-card li:nth-child(3n) {
          margin-right: 0.888%; }
        .animal-card li:nth-child(2n) {
          margin-right: 0; }
      .animal-card .animal-card__name {
        font-size: 1.3rem; } }

.panda-family-wrap {
  padding: 80px 20px;
  background-image: url(/assets/img/animals/panda/panda_family_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto; }
  .panda-family-wrap .button-layout .basic-button {
    margin-bottom: 10px; }
  @media screen and (max-width: 1280px) {
    .panda-family-wrap {
      background-size: auto auto; } }
  @media screen and (max-width: 800px) {
    .panda-family-wrap {
      padding-top: 60px;
      padding-bottom: 60px;
      background-size: auto 100%; } }
  @media screen and (max-width: 640px) {
    .panda-family-wrap {
      padding-top: 30px;
      padding-bottom: 30px; } }

.panda-family {
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 960px;
  background-color: #fff;
  border-radius: 4px; }
  .panda-family .heading-level3-small {
    margin-bottom: 10px;
    text-align: center; }
  .panda-family .panda-family__image {
    text-align: center; }
    .panda-family .panda-family__image img {
      max-width: 100%;
      height: auto; }
  @media screen and (max-width: 640px) {
    .panda-family {
      padding: 20px; } }

.topics-main-image {
  padding: 0 20px;
  background-image: url(/assets/img/visual_header_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 502px; }
  .topics-main-image .topics-main-image__image {
    padding: 30px 0;
    text-align: center; }
  @media screen and (max-width: 1280px) {
    .topics-main-image {
      background-size: auto auto; } }
  @media screen and (max-width: 1000px) {
    .topics-main-image {
      background-position: center center; } }
  @media screen and (max-width: 800px) {
    .topics-main-image {
      background-image: none; } }

.topics-text {
  margin-top: 20px;
  margin-bottom: 60px;
  line-height: 2.0; }
  .topics-text p {
    margin-bottom: 30px; }
  .topics-text a {
    text-decoration: underline; }
    .topics-text a:hover {
      text-decoration: none; }
  @media screen and (max-width: 800px) {
    .topics-text {
      margin-bottom: 20px;
      line-height: 1.8; }
      .topics-text p {
        margin-bottom: 15px; } }

.calendar-wrap {
  margin: 0 auto 60px;
  padding: 0 20px;
  max-width: 1000px; }
  @media screen and (max-width: 640px) {
    .calendar-wrap {
      margin-bottom: 20px; } }

.calendar-slider__content {
  padding: 0 2px; }

.lead-text {
  margin: 0 auto 40px;
  width: 680px;
  text-align: center; }
  .lead-text.is-left {
    text-align: left; }
  @media screen and (max-width: 800px) {
    .lead-text {
      width: 630px; } }
  @media screen and (max-width: 640px) {
    .lead-text {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 20px;
      width: 100%;
      padding: 0 20px; } }

.lead-text2 {
  margin: 0 auto 40px;
  padding: 0 20px;
  max-width: 790px; }
  .lead-text2 .border-box {
    margin-top: 0;
    text-align: center; }
    .lead-text2 .border-box.is-charge .red-text {
      font-weight: bold; }
    .lead-text2 .border-box.is-charge .basic-button {
      text-decoration: none; }
  @media screen and (max-width: 800px) {
    .lead-text2 {
      max-width: 630px; } }
  @media screen and (max-width: 640px) {
    .lead-text2 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 20px;
      width: 100%;
      padding: 0 20px; }
      .lead-text2 .border-box.is-charge .button-layout {
        margin: 11px 0 0; } }

.lead-text3 {
  margin-bottom: 20px; }

.right-thumbnail {
  overflow: hidden; }
  .right-thumbnail .right-thumbnail__image {
    float: right;
    width: 234px;
    margin-left: 40px; }
  .right-thumbnail .right-thumbnail__content {
    float: left;
    width: calc(100% - 234px - 40px); }
    .right-thumbnail .right-thumbnail__content p {
      margin-bottom: 20px; }
      .right-thumbnail .right-thumbnail__content p:last-child {
        margin-bottom: 0; }
    .right-thumbnail .right-thumbnail__content .basic-table {
      margin-bottom: 10px; }
      .right-thumbnail .right-thumbnail__content .basic-table th {
        vertical-align: middle; }
  @media screen and (max-width: 640px) {
    .right-thumbnail .right-thumbnail__image {
      margin-left: 10px;
      margin-bottom: 10px;
      max-width: 103px;
      height: auto; }
      .right-thumbnail .right-thumbnail__image img {
        max-width: 100%;
        height: auto; }
    .right-thumbnail .right-thumbnail__content {
      float: none;
      width: 100%; } }

.text-box {
  margin-bottom: 15px; }
  .text-box + .two-photo {
    margin-top: 40px; }
  @media screen and (max-width: 640px) {
    .text-box {
      margin-bottom: 8px; }
      .text-box + .two-photo {
        margin-top: 20px; } }

.section-box {
  padding-bottom: 80px; }
  .section-box > .heading-level3,
  .section-box > .heading-level3-small,
  .section-box .information-box-wrap {
    padding-top: 80px; }
  .section-box.gray {
    background-color: #f6f6f6; }
    .section-box.gray .basic-table th,
    .section-box.gray .table-with-heading th {
      background-color: #f0f0f0; }
  .section-box .section-box2:last-child {
    margin-bottom: 0; }
  .section-box .section-box2 .information-box-wrap {
    padding-left: 0;
    padding-right: 0; }
  .section-box .information-box-wrap {
    padding-left: 20px;
    padding-right: 20px; }
  .section-box .section-box__inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 790px; }
  .section-box .section-box__inner2 {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px; }
  .section-box .section-box__inner3 {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px; }
  @media screen and (max-width: 800px) {
    .section-box {
      padding-bottom: 60px; }
      .section-box > .heading-level3,
      .section-box > .heading-level3-small,
      .section-box .information-box-wrap {
        padding-top: 60px; } }
  @media screen and (max-width: 640px) {
    .section-box {
      padding-bottom: 35px; }
      .section-box > .heading-level3,
      .section-box > .heading-level3-small,
      .section-box .information-box-wrap {
        padding-top: 30px; }
      .section-box.attractions {
        padding: 30px 10px 10px;
        background-color: #fff;
        background-image: url(/assets/img/attractions/section_bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto; }
        .section-box.attractions .heading-level3 {
          color: #fff; } }

.section-box2 {
  margin: 60px 0; }
  @media screen and (max-width: 800px) {
    .section-box2 {
      margin: 40px 0; } }
  @media screen and (max-width: 640px) {
    .section-box2 {
      margin: 30px 0; } }

.section-box3 {
  margin-bottom: 40px; }
  .section-box3:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    .section-box3 {
      margin-bottom: 20px; } }

.column-change-3to2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px auto 0;
  padding: 0 10px;
  max-width: 1000px; }
  .column-change-3to2 > li {
    margin-top: 40px;
    margin-right: 2.9%;
    width: 31.4%; }
    .column-change-3to2 > li:nth-child(3n) {
      margin-right: 0; }
  @media screen and (max-width: 640px) {
    .column-change-3to2 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: -25px;
      padding: 0 20px;
      width: 100%; }
      .column-change-3to2 > li {
        margin-top: 25px;
        margin-right: 20px;
        width: calc(50% - 10px);
        max-width: 100%; }
        .column-change-3to2 > li:nth-child(3n) {
          margin-right: 20px; }
        .column-change-3to2 > li:nth-child(2n) {
          margin-right: 0; } }

.column-change-3to1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px auto 0;
  padding: 0 10px;
  max-width: 1000px; }
  .column-change-3to1 > li {
    margin-top: 40px;
    margin-right: 2.9%;
    width: 31.4%; }
    .column-change-3to1 > li:nth-child(3n) {
      margin-right: 0; }
  @media screen and (max-width: 800px) {
    .column-change-3to1 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: -10px;
      padding: 0 20px;
      width: 100%; }
      .column-change-3to1 > li {
        margin-top: 10px;
        margin-right: 0;
        width: 100%;
        max-width: 100%; }
        .column-change-3to1 > li:nth-child(3n) {
          margin-right: 0; }
        .column-change-3to1 > li:nth-child(2n) {
          margin-right: 0; } }

.column-change-2to1 {
  margin: -40px auto 0;
  padding: 0 10px;
  max-width: 1000px;
  overflow: hidden; }
  .column-change-2to1 > li {
    float: left;
    margin-top: 40px;
    max-width: 48.5%; }
    .column-change-2to1 > li:nth-child(2n) {
      float: right; }
  @media screen and (max-width: 640px) {
    .column-change-2to1 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: -25px;
      padding: 0 20px;
      width: 100%; }
      .column-change-2to1 li {
        float: none;
        margin-top: 25px;
        margin-right: 0;
        width: 100%;
        max-width: 100%; } }

.column-change-3to1--bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px auto 0;
  padding: 0 10px;
  max-width: 980px; }
  .column-change-3to1--bnr > li {
    margin-top: 20px;
    margin-right: 2%;
    width: 49%; }
    .column-change-3to1--bnr > li:nth-child(2n) {
      margin-right: 0; }
  @media screen and (max-width: 800px) {
    .column-change-3to1--bnr {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: -10px;
      padding: 0 20px;
      width: 100%; }
      .column-change-3to1--bnr > li {
        margin-top: 10px;
        margin-right: 0;
        width: 100%;
        max-width: 100%; }
        .column-change-3to1--bnr > li:nth-child(3n) {
          margin-right: 0; }
        .column-change-3to1--bnr > li:nth-child(2n) {
          margin-right: 0; } }

.image-with-content {
  overflow: hidden; }
  .image-with-content .image-with-content__image {
    float: left;
    width: 45%; }
    .image-with-content .image-with-content__image img {
      max-width: 100%;
      height: auto; }
  .image-with-content .image-with-content__content {
    float: right;
    width: 53%; }
    .image-with-content .image-with-content__content .table-with-heading {
      margin-top: 20px; }
  @media screen and (max-width: 800px) {
    .image-with-content .image-with-content__image {
      float: none;
      margin-bottom: 20px;
      width: 100%;
      text-align: center; }
    .image-with-content .image-with-content__content {
      float: none;
      width: 100%; } }

.visual-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto -80px;
  max-width: 1280px;
  border-bottom: 1px solid #e5e5e5; }
  .visual-column .visual-column__content {
    width: 50%;
    background-color: #fff; }
    .visual-column .visual-column__content:nth-child(2n) {
      background-color: #f6f6f6; }
      .visual-column .visual-column__content:nth-child(2n) .basic-table th {
        background-color: #f0f0f0; }
    .visual-column .visual-column__content.long {
      width: 100%; }
  .visual-column + .button-layout {
    margin-top: 115px; }
  @media screen and (max-width: 800px) {
    .visual-column {
      margin-bottom: -60px; }
      .visual-column + .button-layout {
        margin-top: 95px; } }
  @media screen and (max-width: 640px) {
    .visual-column {
      margin-bottom: -35px; }
      .visual-column .visual-column__content {
        width: 100%; }
      .visual-column + .button-layout {
        margin-top: 70px; }
      .visual-column.attractions-slider {
        border: none; }
        .visual-column.attractions-slider .visual-column__content {
          border-radius: 4px;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.9)), to(rgba(17, 17, 17, 0.7)));
          background: linear-gradient(to bottom, rgba(17, 17, 17, 0.9) 0%, rgba(17, 17, 17, 0.7) 100%); }
          .visual-column.attractions-slider .visual-column__content .arrow-button {
            background-image: none;
            padding-bottom: 0; }
          .visual-column.attractions-slider .visual-column__content .visual-set {
            padding-bottom: 0; }
          .visual-column.attractions-slider .visual-column__content .visual-set__photo img {
            border-radius: 4px 4px 0 0; }
          .visual-column.attractions-slider .visual-column__content .visual-set__heading {
            margin-bottom: 0;
            padding: 0 24px 10px;
            color: #fff;
            font-size: 1.4rem;
            font-weight: normal;
            text-align: left; }
          .visual-column.attractions-slider .visual-column__content .visual-set__text {
            padding: 0 24px 10px;
            color: #fff;
            font-size: 1.2rem; } }

.thumbnail-set .thumbnail-set__photo {
  margin-bottom: 10px; }
  .thumbnail-set .thumbnail-set__photo img {
    max-width: 100%;
    width: 100%;
    height: auto; }

.thumbnail-set .thumbnail-set__heading {
  margin-bottom: 3px;
  font-size: 1.6rem;
  color: #262662; }

.thumbnail-set .thumbnail-set__text {
  font-size: 1.4rem;
  color: #333; }

@media screen and (max-width: 640px) {
  .thumbnail-set .thumbnail-set__photo {
    margin-bottom: 5px; }
  .thumbnail-set .thumbnail-set__heading {
    font-size: 1.2rem; }
  .thumbnail-set .thumbnail-set__text {
    font-size: 1.1rem; } }

html[lang='en'] .thumbnail-set__heading {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.4; }

html[lang='en'] .thumbnail-set__text {
  font-size: 1.6rem;
  line-height: 1.4; }

@media screen and (max-width: 640px) {
  html[lang='en'] .thumbnail-set__heading {
    font-size: 1.4rem; }
  html[lang='en'] .thumbnail-set__text {
    font-size: 1.1rem;
    line-height: 1.2; } }

.visual-set {
  padding-bottom: 30px; }
  .visual-set .visual-set__photo {
    margin-bottom: 20px;
    overflow: hidden; }
    .visual-set .visual-set__photo img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .visual-set .visual-set__2-photo {
    float: left;
    width: 50%; }
  .visual-set .visual-set__heading {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 2.4rem;
    color: #262662;
    text-align: center; }
    .visual-set .visual-set__heading span {
      font-size: 1.6rem; }
      .visual-set .visual-set__heading span.icon-blank2 {
        font-size: 2.4rem; }
        .visual-set .visual-set__heading span.icon-blank2:after {
          position: relative;
          top: -2px;
          margin-left: 10px; }
  .visual-set .visual-set__birthday {
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 1.4rem;
    color: #262662;
    text-align: center; }
    .visual-set .visual-set__birthday:before {
      display: inline-block;
      content: '';
      position: relative;
      top: 2px;
      margin-right: 2px;
      width: 14px;
      height: 12px;
      background-image: url(/assets/img/icon_birthday.svg);
      background-repeat: no-repeat;
      background-size: 12px auto; }
  .visual-set .visual-set__text {
    padding: 0 50px;
    font-size: 1.4rem;
    color: #333; }
  .visual-set .basic-table {
    margin-top: 20px; }
    .visual-set .basic-table th {
      padding: 10px 16px;
      width: 70px;
      font-size: 1.4rem;
      vertical-align: middle;
      text-align: left; }
    .visual-set .basic-table td {
      padding: 10px 0 10px 15px;
      font-size: 1.4rem; }
  @media screen and (max-width: 1000px) {
    .visual-set .visual-set__heading span {
      display: block; } }
  @media screen and (max-width: 800px) {
    .visual-set {
      padding-bottom: 20px; }
      .visual-set .visual-set__text {
        padding: 0 20px; } }
  @media screen and (max-width: 640px) {
    .visual-set .visual-set__photo {
      margin-bottom: 15px; }
    .visual-set .visual-set__2-photo {
      float: none;
      width: 100%; }
    .visual-set .visual-set__heading {
      margin-bottom: 15px;
      font-size: 1.8rem; }
      .visual-set .visual-set__heading span {
        font-size: 1.4rem; }
        .visual-set .visual-set__heading span.icon-blank2 {
          font-size: 1.4rem; }
          .visual-set .visual-set__heading span.icon-blank2:after {
            top: 0; }
    .visual-set .visual-set__birthday {
      margin-top: -15px;
      margin-bottom: 15px; }
    .visual-set .visual-set__text {
      padding: 0 10px;
      font-size: 1.3rem; } }

.border-box {
  margin: 30px 0;
  padding: 50px;
  border: 1px solid #e5e5e5;
  background-color: #fff; }
  .border-box:last-child {
    margin-bottom: 0; }
  .border-box .border-box__section {
    margin-bottom: 20px; }
  .border-box p {
    margin-bottom: 10px; }
    .border-box p:last-child {
      margin-bottom: 0; }
  .border-box a {
    text-decoration: underline; }
    .border-box a:hover {
      text-decoration: none; }
  @media screen and (max-width: 800px) {
    .border-box {
      padding: 20px; } }

.mini-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 744px; }
  .mini-thumbnail li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 5px;
    padding: 0 3px;
    width: 142px;
    text-align: center; }
  .mini-thumbnail .mini-thumbnail__number {
    display: block;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 8px;
    width: 32px;
    height: 29px;
    background-image: url(/assets/img/icon_crown.svg);
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'Questrial';
    font-size: 1.5rem; }
  .mini-thumbnail .mini-thumbnail__photo {
    margin-bottom: 5px;
    text-align: center; }
    .mini-thumbnail .mini-thumbnail__photo img {
      border: 2px solid #fff;
      max-width: 118px;
      height: auto; }
    .mini-thumbnail .mini-thumbnail__photo a {
      display: inline-block;
      background-color: #fff;
      border: 2px solid #fff; }
      .mini-thumbnail .mini-thumbnail__photo a:hover {
        border-color: #262662; }
      .mini-thumbnail .mini-thumbnail__photo a img {
        border: none; }
  .mini-thumbnail .mini-thumbnail__name {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #262662; }
    .mini-thumbnail .mini-thumbnail__name br {
      display: none; }
  @media screen and (max-width: 800px) {
    .mini-thumbnail {
      width: 600px; }
      .mini-thumbnail li {
        width: 120px; }
      .mini-thumbnail .mini-thumbnail__photo {
        margin: 0 auto 5px;
        width: 100px; }
        .mini-thumbnail .mini-thumbnail__photo img {
          max-width: 100%;
          width: 100%;
          height: auto; }
      .mini-thumbnail .mini-thumbnail__name {
        font-size: 1.3rem; } }
  @media screen and (max-width: 640px) {
    .mini-thumbnail {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 320px; }
      .mini-thumbnail li {
        margin: 0 3px 5px;
        width: 100px; }
      .mini-thumbnail .mini-thumbnail__photo {
        width: 80px; }
      .mini-thumbnail .mini-thumbnail__name {
        font-size: 1.2rem; }
        .mini-thumbnail .mini-thumbnail__name br {
          display: inline; } }

.topics-list {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 790px; }
  .topics-list:last-child {
    margin-bottom: 60px; }
  .topics-list li {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #e5e5e5; }
    .topics-list li .arrow-button {
      padding-bottom: 0;
      color: #333; }
  @media screen and (max-width: 640px) {
    .topics-list:last-child {
      margin-bottom: 20px; }
    .topics-list li {
      margin-bottom: 20px; } }

.topics-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .topics-box.has-not-image:hover .heading-level4 {
    color: #4f77c4; }
  .topics-box.has-not-image .topics-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    min-height: 140px; }
  .topics-box.has-not-image .topics-box__date {
    width: 100%; }
  .topics-box.has-not-image .heading-level4 {
    margin-bottom: 0;
    width: 100%; }
  .topics-box .topics-box__image {
    width: 232px; }
    .topics-box .topics-box__image img {
      max-width: 100%;
      height: auto; }
  .topics-box .topics-box__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 20px 20px 30px;
    width: calc(100% - 232px);
    font-size: 1.4rem; }
  .topics-box .topics-box__date {
    margin-bottom: 10px; }
  .topics-box .topics-box__big-date {
    font-size: 2.4rem;
    line-height: 1.4; }
  .topics-box .topics-box__option-wrap {
    padding-top: 20px; }
  @media screen and (max-width: 800px) {
    .topics-box .topics-box__content {
      padding: 15px; } }
  @media screen and (max-width: 640px) {
    .topics-box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 20px 20px 10px; }
      .topics-box .topics-box__image {
        margin-bottom: 10px;
        width: 100%;
        text-align: center; }
        .topics-box .topics-box__image img {
          width: 100%;
          height: auto; }
      .topics-box .topics-box__option-wrap {
        padding-top: 10px; }
      .topics-box.has-not-image {
        padding: 5px 20px; }
        .topics-box.has-not-image .topics-box__content {
          min-height: 0; }
        .topics-box.has-not-image .topics-box__date {
          padding-top: 0; }
      .topics-box .topics-box__content {
        padding: 10px 0;
        width: 100%; }
      .topics-box .topics-box__date {
        margin-bottom: 3px;
        font-size: 1.2rem; }
        .topics-box .topics-box__date .icon-text-wrap {
          margin-top: 7px; }
      .topics-box .topics-box__big-date {
        margin-bottom: 0;
        font-size: 1.7rem; }
      .topics-box .topics-box__text {
        margin-bottom: 10px; } }

html[lang='en'] .topics-box .topics-box__big-date {
  margin-top: -10px;
  font-size: 2.8rem;
  line-height: 1.2; }

@media screen and (max-width: 640px) {
  html[lang='en'] .topics-box .topics-box__big-date {
    font-size: 1.9rem; } }

.topics-option {
  display: inline-block;
  margin-right: 12px;
  line-height: 1.4; }
  .topics-option.schedule dt {
    background-image: url(/assets/img/icon_calendar_blue.svg);
    background-position: 1px 0; }
  .topics-option.hour dt {
    background-image: url(/assets/img/icon_time_blue.svg);
    background-size: 16px 16px; }
  .topics-option dt {
    display: inline-block;
    padding: 0 5px 0 21px;
    border-right: 1px solid #e5e5e5;
    background-repeat: no-repeat; }
  .topics-option dd {
    display: inline-block; }

html[lang='en'] .topics-option {
  font-size: 1.6rem; }
  html[lang='en'] .topics-option.hour dt {
    background-position: 0 2px; }
  @media screen and (max-width: 640px) {
    html[lang='en'] .topics-option {
      font-size: 1.4rem; }
      html[lang='en'] .topics-option.hour dt {
        background-position: 0 0; } }

.article-wrap {
  margin: 0 auto 80px;
  padding: 0 20px;
  max-width: 790px; }
  .article-wrap + .button-layout {
    margin-bottom: 80px; }
  .article-wrap .border-box {
    margin: 50px 0; }
  @media screen and (max-width: 640px) {
    .article-wrap {
      margin-bottom: 50px; }
      .article-wrap .button-layout {
        margin: 0; }
      .article-wrap + .button-layout {
        margin-top: 0;
        margin-bottom: 50px; }
      .article-wrap .border-box {
        margin: 30px 0; }
      .article-wrap .heading-level3-small {
        text-align: left; } }

.big-photo {
  margin: 0 auto;
  text-align: center;
  max-width: 790px; }
  .big-photo img {
    max-width: 100%;
    height: auto; }
  .big-photo + .text-box {
    margin-top: 20px; }
  @media screen and (max-width: 640px) {
    .big-photo + .text-box {
      margin-top: 10px; } }

.photo-with-caption .photo-with-caption__image img {
  max-width: 100%;
  height: auto; }

.photo-with-caption .photo-with-caption__caption {
  background-color: #f6f6f6;
  padding: 10px 12px;
  text-align: left;
  font-size: 1.4rem; }

@media screen and (max-width: 640px) {
  .photo-with-caption .photo-with-caption__caption {
    font-size: 1.2rem; } }

.two-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  max-width: 790px; }
  .two-photo li {
    width: 50%; }
    .two-photo li img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .two-photo + .text-box {
    margin-top: -30px; }
  @media screen and (max-width: 640px) {
    .two-photo {
      margin-bottom: 20px; }
      .two-photo + .text-box {
        margin-top: -10px; } }

.article-lead-text {
  margin-bottom: 30px;
  line-height: 2.0; }

.area-map {
  margin: 0 auto 50px;
  padding: 0 20px;
  max-width: 1000px;
  text-align: center; }
  .area-map .area-map__image img {
    max-width: 100%;
    height: auto; }
  .area-map .area-map__button {
    margin-top: 30px; }
  @media screen and (max-width: 800px) {
    .area-map {
      padding: 0 20px; } }
  @media screen and (max-width: 640px) {
    .area-map {
      margin-bottom: 30px; }
      .area-map .area-map__image {
        display: none; } }

.other-area-check {
  margin: 60px 0;
  padding-top: 60px;
  border-top: 1px solid #e5e5e5; }
  @media screen and (max-width: 800px) {
    .other-area-check {
      margin: 40px 0;
      padding-top: 30px; } }
  @media screen and (max-width: 640px) {
    .other-area-check {
      display: none; } }

.big-banner {
  margin-bottom: 60px;
  text-align: center; }
  .big-banner img {
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 800px) {
    .big-banner {
      margin-bottom: 40px; } }
  @media screen and (max-width: 640px) {
    .big-banner {
      margin-bottom: 20px; } }
  .big-banner.is-mt {
    margin-top: 40px; }
    @media screen and (max-width: 640px) {
      .big-banner.is-mt {
        margin-top: 20px; } }

.no-data {
  margin: 100px 0;
  text-align: center; }

.information-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 25px 34px;
  max-width: 790px;
  background-color: #fff;
  border: 1px solid #e5e5e5; }
  .information-box .information-box__heading {
    margin-bottom: 10px;
    color: #262662;
    font-size: 2.0rem; }
    .information-box .information-box__heading:before {
      display: inline-block;
      content: '';
      position: relative;
      top: 5px;
      background-repeat: no-repeat;
      background-size: 100% auto; }
    .information-box .information-box__heading.is-contact:before {
      margin-right: 15px;
      margin-bottom: -2px;
      width: 24px;
      height: 33px;
      background-image: url(/assets/img/icon_tel.svg); }
    .information-box .information-box__heading.is-ticket:before {
      margin-right: 5px;
      width: 45px;
      height: 28px;
      background-image: url(/assets/img/icon_ticket.svg); }
  .information-box .information-box__text {
    padding: 0 40px;
    font-size: 1.4rem; }
  @media screen and (max-width: 640px) {
    .information-box {
      padding: 18px 18px 10px; }
      .information-box .information-box__heading {
        font-size: 1.5rem; }
        .information-box .information-box__heading:before {
          top: 3px;
          margin-right: 8px; }
        .information-box .information-box__heading.is-contact:before {
          margin-right: 8px;
          width: 16px;
          height: 22px; }
        .information-box .information-box__heading.is-ticket:before {
          margin-right: 5px;
          width: 28px;
          height: 17px; }
      .information-box .information-box__text {
        padding: 0;
        font-size: 1.2rem; } }

html[lang='en'] .information-box .astarisk-text {
  font-size: 1.4rem; }

@media screen and (max-width: 640px) {
  html[lang='en'] .information-box .astarisk-text {
    font-size: 1.2rem; } }

.contact-tel {
  margin-top: 10px;
  text-align: center; }
  .contact-tel .contact-tel__text {
    font-size: 1.4rem; }
  .contact-tel .contact-tel__number {
    font-size: 3.6rem;
    font-family: 'Questrial';
    line-height: 1.4; }
    .contact-tel .contact-tel__number:before {
      display: inline-block;
      position: relative;
      top: 5px;
      content: '';
      width: 42px;
      height: 32px;
      background-image: url(/assets/img/icon_navidial.svg);
      background-repeat: no-repeat;
      background-size: 100% auto; }
    .contact-tel .contact-tel__number.has-no-icon:before {
      display: none; }
    .contact-tel .contact-tel__number.text-blue {
      color: #262662; }
  @media screen and (max-width: 640px) {
    .contact-tel {
      text-align: left; }
      .contact-tel .contact-tel__text {
        font-size: 1.2rem; }
      .contact-tel .contact-tel__number {
        font-size: 2.8rem; }
        .contact-tel .contact-tel__number:before {
          width: 29px;
          height: 22px; } }

.contact-email {
  text-align: center; }
  .contact-email__address {
    color: #262662;
    font-size: 2.4rem; }
    .contact-email__address:before {
      display: inline-block;
      position: relative;
      content: '';
      width: 16px;
      height: 12px;
      background-image: url(/assets/img/icon_email.svg);
      background-repeat: no-repeat;
      background-size: 100% auto;
      vertical-align: middle; }
  .contact-email__subtext {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 4px; }
  @media screen and (max-width: 640px) {
    .contact-email {
      text-align: left; }
      .contact-email__address {
        font-size: 1.6rem; }
      .contact-email__subtext {
        font-size: 1.2rem;
        margin-top: 10px; } }

.select-date-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -10px auto;
  max-width: 670px;
  text-align: center; }
  .select-date-list li {
    margin: 10px 4px 0; }
    .select-date-list li a {
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 8px;
      width: 325px;
      background-color: #fff;
      border-radius: 5px;
      text-align: center; }
    .select-date-list li.current a {
      background-color: #262662;
      color: #fff; }
    .select-date-list li.current .select-date-list__hour {
      background-color: #424280; }
  .select-date-list .select-date-list__date {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: bold; }
    .select-date-list .select-date-list__date span {
      font-size: 2.0rem; }
  .select-date-list .select-date-list__option {
    margin-top: -20px;
    margin-bottom: 8px;
    font-size: 1.2rem; }
    .select-date-list .select-date-list__option:before {
      display: inline-block;
      content: '＊'; }
  .select-date-list .select-date-list__hour {
    position: relative;
    border-radius: 3px;
    background-color: #f6f6f6;
    font-family: "Questrial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif; }
    .select-date-list .select-date-list__hour span {
      font-size: 1.2rem; }
  @media screen and (max-width: 640px) {
    .select-date-list li {
      margin-right: 0; }
      .select-date-list li a {
        width: 280px; }
    .select-date-list .select-date-list__date {
      margin-bottom: 5px;
      font-size: 1.3rem; }
      .select-date-list .select-date-list__date span {
        font-size: 1.6rem; }
    .select-date-list .select-date-list__option {
      margin-top: 0;
      margin-bottom: 8px; }
    .select-date-list .select-date-list__hour {
      font-size: 1.2rem; }
      .select-date-list .select-date-list__hour span {
        font-size: 1.1rem; } }

html[lang='en'] .select-date-list__date {
  font-size: 2.0rem;
  font-weight: normal; }

html[lang='en'] .select-date-list__option:before {
  content: '*';
  margin-right: 2px; }

html[lang='en'] .select-date-list__hour {
  font-size: 1.6rem; }

@media screen and (max-width: 640px) {
  html[lang='en'] .select-date-list__date {
    font-size: 1.5rem; }
  html[lang='en'] .select-date-list__hour {
    font-size: 1.3rem; } }

#access-map {
  margin-bottom: 20px;
  width: 100%;
  height: 400px; }
  @media screen and (max-width: 640px) {
    #access-map {
      height: 200px; } }

.large-map-image {
  margin-top: 40px;
  text-align: center; }
  .large-map-image img {
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 640px) {
    .large-map-image {
      margin-top: 20px; } }

.map-detail {
  overflow: hidden; }
  .map-detail .map-detail__column1 {
    float: left;
    margin-right: 20px;
    width: 500px; }
  .map-detail .map-detail__column2 {
    float: left;
    width: calc(100% - 500px - 20px); }
  @media screen and (max-width: 1000px) {
    .map-detail .map-detail__column1 {
      width: 400px; }
    .map-detail .map-detail__column2 {
      width: calc(100% - 400px - 20px); } }
  @media screen and (max-width: 800px) {
    .map-detail .map-detail__column1 {
      float: none;
      margin-bottom: 20px;
      width: 100%; }
    .map-detail .map-detail__column2 {
      float: none;
      width: 100%; } }

#car-map1,
#car-map2 {
  width: 100%;
  height: 500px; }
  @media screen and (max-width: 1000px) {
    #car-map1,
    #car-map2 {
      height: 400px; } }
  @media screen and (max-width: 800px) {
    #car-map1,
    #car-map2 {
      height: 300px; } }

.access-step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 28px;
  font-size: 1.4rem; }
  .access-step li span:first-child {
    padding-right: 20px; }
  .access-step li:last-child:after {
    display: none; }
  .access-step li:after {
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0;
    content: '';
    width: 100%;
    height: 9px;
    background-image: url(/assets/img/arrow_fukidashi_white.svg);
    background-repeat: no-repeat;
    background-position: center top; }

@media screen and (max-width: 640px) {
  .access-step li {
    padding: 17px;
    font-size: 1.2rem; }
    .access-step li span:first-child {
      padding-right: 10px; } }

.entry-flow__item {
  background-color: #f6f6f6;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 20px 28px;
  position: relative; }
  .entry-flow__item:after {
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0;
    content: '';
    width: 100%;
    height: 9px;
    background-image: url(/assets/img/arrow_fukidashi_gray.svg);
    background-repeat: no-repeat;
    background-position: center top; }

.entry-flow__item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem; }

.entry-flow__item-main__index {
  padding-right: 20px; }

@media screen and (max-width: 640px) {
  .entry-flow__item {
    padding: 17px;
    font-size: 1.2rem; }
  .entry-flow__item-main__index {
    padding-right: 10px; } }

.question-list > li {
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  overflow: hidden; }

@media screen and (max-width: 800px) {
  .question-list > li {
    border-top: none;
    padding: 0; } }

.question-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding-right: 10px;
  width: 48%;
  overflow: hidden; }
  .question-box:nth-child(2n) {
    float: right; }
  .question-box.is-long {
    float: none;
    padding-right: 0;
    width: 100%; }
  .question-box .question-box__icon {
    float: left;
    width: 140px; }
  .question-box .question-box__content {
    float: left;
    width: calc(100% - 140px);
    font-size: 1.4rem; }
    .question-box .question-box__content > * {
      margin-bottom: 10px; }
      .question-box .question-box__content > *:last-child {
        margin-bottom: 0; }
      .question-box .question-box__content > * + .basic-table {
        margin-top: 20px; }
    .question-box .question-box__content a {
      text-decoration: underline; }
      .question-box .question-box__content a:hover {
        text-decoration: none; }
  @media screen and (max-width: 800px) {
    .question-box {
      float: none;
      margin-bottom: 20px;
      padding-right: 0;
      padding-top: 20px;
      border-top: 1px solid #e5e5e5;
      width: 100%; }
      .question-box:nth-child(2n) {
        float: none; }
      .question-box .question-box__icon {
        float: none;
        margin-bottom: 20px;
        width: 100%; }
        .question-box .question-box__icon .icon-q {
          margin: 0 auto; }
      .question-box .question-box__content {
        float: none;
        width: 100%; } }
  @media screen and (max-width: 640px) {
    .question-box .question-box__icon {
      margin-bottom: 10px; }
    .question-box .question-box__content {
      font-size: 1.2rem; } }

.icon-q {
  border: 1px solid #262662;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 3.4rem;
  font-family: 'Questrial';
  text-align: center;
  color: #262662; }
  @media screen and (max-width: 800px) {
    .icon-q {
      width: 100px;
      height: 100px;
      line-height: 100px; } }
  @media screen and (max-width: 640px) {
    .icon-q {
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 1.8rem; } }

.content-box-sub {
  max-width: 820px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .content-box-sub img {
    width: 100%; }

.mv-box {
  padding: 120px 0;
  background: url("../img/vr-app/mv.png") no-repeat center;
  background-size: cover;
  text-align: center; }
  .mv-box .pc-hide {
    display: none; }
  @media screen and (max-width: 640px) {
    .mv-box {
      padding: 60px 0;
      background: url("../img/vr-app/mv_sp.png") no-repeat center top;
      background-size: 100% auto; }
      .mv-box .pc-hide {
        display: block; } }
  .mv-box p {
    color: #fff;
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 1px; }
    @media screen and (max-width: 640px) {
      .mv-box p {
        font-size: 2rem; } }
  .mv-box .mv-box_app {
    display: table;
    width: 88.6075%;
    margin: 0 auto 80px; }
    @media screen and (max-width: 640px) {
      .mv-box .mv-box_app {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 auto 30px; } }
  .mv-box .mv-box_app-iphone {
    display: table-cell;
    width: 22.85%; }
    .mv-box .mv-box_app-iphone:hover {
      opacity: 0.8; }
    @media screen and (max-width: 640px) {
      .mv-box .mv-box_app-iphone {
        display: block;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 44%;
        margin-right: 12%; } }
  .mv-box .mv-box_app-icon {
    display: table-cell;
    width: 54.3%;
    padding: 0 5.71%; }
    @media screen and (max-width: 640px) {
      .mv-box .mv-box_app-icon {
        display: block;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 78%;
        margin: 0 auto 30px; } }
  .mv-box .mv-box_app-android {
    display: table-cell;
    width: 22.85%; }
    .mv-box .mv-box_app-android:hover {
      opacity: 0.8; }
    @media screen and (max-width: 640px) {
      .mv-box .mv-box_app-android {
        display: block;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 44%; } }

.gradation-box {
  padding: 80px 0;
  background-size: cover; }
  @media screen and (max-width: 640px) {
    .gradation-box {
      padding: 60px 0 0 0; } }
  .gradation-box .shadow-box {
    padding: 12%;
    background: url("../img/vr-app/bg_shadow.png") no-repeat center;
    background-size: 100% 100%;
    font-size: 2.2rem;
    font-weight: bold;
    color: #262662;
    text-align: center;
    line-height: 2; }
    .gradation-box .shadow-box P + P {
      margin-top: 20px; }
    @media screen and (max-width: 640px) {
      .gradation-box .shadow-box {
        padding: 22% 12%;
        background: url("../img/vr-app/bg_shadow_sp.png") no-repeat center;
        background-size: 100% 100%;
        font-size: 1.6rem; } }

.vr-box {
  padding: 80px 0; }
  @media screen and (max-width: 640px) {
    .vr-box {
      padding: 60px 0 0 0; } }
  .vr-box .experience-box {
    margin-bottom: 80px; }
    @media screen and (max-width: 640px) {
      .vr-box .experience-box {
        margin-bottom: 60px; } }
    .vr-box .experience-box .experience-box_photo {
      margin-bottom: 40px;
      opacity: 0; }
      @media screen and (max-width: 640px) {
        .vr-box .experience-box .experience-box_photo {
          margin-bottom: 30px; } }
    .vr-box .experience-box p {
      font-size: 1.8rem;
      color: #262662;
      text-align: center;
      opacity: 0; }
      @media screen and (max-width: 640px) {
        .vr-box .experience-box p {
          font-size: 1.4rem;
          text-align: left; } }

.vr-box2 {
  position: relative; }
  .vr-box2:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: url("../img/vr-app/bg_vr.png") no-repeat center top;
    background-size: cover;
    z-index: -1; }

.scroll {
  z-index: 2; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.topic-path {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 10px 20px;
  background-color: #f6f6f6;
  font-size: 1.4rem;
  color: #262662; }
  .topic-path + .section-box .heading-level3 {
    padding-top: 50px; }
  .topic-path li {
    display: inline-block;
    margin-left: 10px; }
    .topic-path li:first-child {
      margin-left: 0; }
    .topic-path li:before {
      position: relative;
      top: -1px;
      display: inline-block;
      content: '';
      margin-right: 10px;
      width: 5px;
      height: 8px;
      background-image: url(/assets/img/arrow_right_gray.svg);
      background-repeat: no-repeat; }
    .topic-path li:first-child:before {
      display: none; }
    .topic-path li.current {
      font-weight: bold; }
    .topic-path li a {
      color: #262662;
      text-decoration: underline; }
      .topic-path li a:hover {
        text-decoration: none; }
  @media screen and (max-width: 800px) {
    .topic-path + .section-box .heading-level3 {
      padding-top: 20px; } }
  @media screen and (max-width: 640px) {
    .topic-path {
      display: none; }
      .topic-path + .section-box .heading-level3 {
        padding-top: 10px; } }

html[lang='en'] .topic-path .current {
  font-weight: normal; }

.category-navigation {
  padding: 60px 0;
  background-color: #f6f6f6; }
  .category-navigation.attractions {
    background-image: url(/assets/img/attractions/other_category_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto; }
    .category-navigation.attractions .category-navigation__heading,
    .category-navigation.attractions .mini-thumbnail__name {
      color: #fff; }
  .category-navigation.guide {
    background-image: url(/assets/img/guide/other_category_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%; }
    .category-navigation.guide .category-navigation__heading,
    .category-navigation.guide .mini-thumbnail__name {
      color: #fff; }
  .category-navigation.select-date {
    background-image: url(/assets/img/guide/schedule/select_day_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%; }
  .category-navigation .category-navigation__heading {
    margin-bottom: 30px;
    color: #262662;
    font-size: 2.4rem;
    text-align: center; }
  @media screen and (max-width: 1280px) {
    .category-navigation.guide {
      background-size: 1280px 100%; }
    .category-navigation.attractions {
      background-size: auto 100%; }
    .category-navigation.select-date {
      background-size: auto 100%;
      background-position: center bottom; } }
  @media screen and (max-width: 800px) {
    .category-navigation {
      padding: 40px 0; }
      .category-navigation.guide {
        background-size: auto auto; }
      .category-navigation .category-navigation__heading {
        margin-bottom: 20px;
        font-size: 2.0rem; } }
  @media screen and (max-width: 640px) {
    .category-navigation {
      padding: 25px 0; }
      .category-navigation .category-navigation__heading {
        margin-bottom: 15px;
        font-size: 1.7rem; } }

html[lang='en'] .category-navigation.english-faq {
  background-color: #f6f6f6; }

.animals-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 90px;
  max-width: 1280px; }
  .animals-navigation li {
    width: 50%; }
    .animals-navigation li.wide {
      width: 100%; }
    .animals-navigation li a:hover img {
      opacity: 0.9; }
  @media screen and (max-width: 800px) {
    .animals-navigation {
      margin-bottom: 50px; } }
  @media screen and (max-width: 640px) {
    .animals-navigation {
      margin-bottom: 40px; }
      .animals-navigation li {
        width: 100%; } }

.animals-navigation-link {
  display: block;
  position: relative; }
  .animals-navigation-link .animals-navigation-link__label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    height: 100%; }
    .animals-navigation-link .animals-navigation-link__label span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      bottom: 30px;
      right: 30px;
      width: 220px;
      height: 100px;
      border: 1px solid #fff;
      color: #fff;
      font-size: 2.1rem;
      text-align: center;
      font-weight: bold;
      letter-spacing: 2px; }
    .animals-navigation-link .animals-navigation-link__label.panda {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-right: 11.4%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .animals-navigation-link .animals-navigation-link__label.panda span {
        position: relative;
        bottom: 0;
        right: 0;
        height: 220px; }
    .animals-navigation-link .animals-navigation-link__label.family span {
      font-size: 1.8rem;
      letter-spacing: 0; }
  .animals-navigation-link .animals-navigation-link__image img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1000px) {
    .animals-navigation-link .animals-navigation-link__label span {
      bottom: 10px;
      right: 10px;
      height: 80px;
      font-size: 2.1rem;
      z-index: 100; }
    .animals-navigation-link .animals-navigation-link__label.panda {
      margin-right: 5%; }
      .animals-navigation-link .animals-navigation-link__label.panda span {
        width: 160px;
        height: 160px; } }
  @media screen and (max-width: 800px) {
    .animals-navigation-link .animals-navigation-link__label span {
      width: 200px;
      height: 70px;
      font-size: 1.5rem; }
    .animals-navigation-link .animals-navigation-link__label.panda span {
      width: 140px;
      height: 140px; }
    .animals-navigation-link .animals-navigation-link__label.family span {
      font-size: 1.5rem; } }
  @media screen and (max-width: 640px) {
    .animals-navigation-link .animals-navigation-link__label.panda {
      margin-right: 0; }
      .animals-navigation-link .animals-navigation-link__label.panda span {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 200px;
        height: 70px; }
    .animals-navigation-link .animals-navigation-link__image {
      overflow: hidden;
      text-align: center; }
      .animals-navigation-link .animals-navigation-link__image.panda img {
        position: relative;
        left: -40%;
        width: 190%; } }

html[lang='en'] .animals-navigation-link .animals-navigation-link__label span {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0; }

html[lang='en'] .animals-navigation-link .animals-navigation-link__label.family span {
  font-size: 1.8rem;
  line-height: 1.6; }

@media screen and (max-width: 800px) {
  html[lang='en'] .animals-navigation-link .animals-navigation-link__label span {
    font-size: 2.0rem; }
  html[lang='en'] .animals-navigation-link .animals-navigation-link__label.family span {
    font-size: 1.6rem; } }

.tag-navigation {
  margin: -5px auto 60px;
  padding: 0 20px;
  max-width: 1028px; }
  .tag-navigation li {
    display: inline-block;
    margin-top: 5px; }
    .tag-navigation li a {
      display: block;
      padding: 10px 13px;
      border-radius: 4px;
      font-size: 1.4rem; }
      .tag-navigation li a.current {
        border: 1px solid #262662; }
  @media screen and (max-width: 640px) {
    .tag-navigation {
      margin: -8px auto 30px; }
      .tag-navigation li {
        margin-top: 8px; }
        .tag-navigation li a {
          padding: 3px 5px 2px;
          background-color: #f6f6f6;
          border: 1px solid #f6f6f6;
          font-size: 1.1rem; }
          .tag-navigation li a.current {
            background-color: #fff; } }

.select-category {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
  font-size: 1.4rem; }
  .select-category .select-category__text {
    display: inline-block; }
  .select-category .select-category__pulldown {
    display: inline-block;
    margin-left: 10px; }
  @media screen and (max-width: 640px) {
    .select-category {
      margin-left: 0;
      padding: 3px 3px 2px 5px;
      border-radius: 4px;
      border-left: none;
      background-color: #f6f6f6;
      font-size: 1.1rem;
      color: #777777; } }

.page-link {
  margin: 0 auto 60px;
  max-width: 1000px;
  padding: 0 20px; }
  .page-link .page-link__heading {
    margin-bottom: 20px;
    color: #262662;
    font-size: 2.0rem;
    text-align: center; }
  .page-link .page-link__navigation {
    text-align: center;
    margin-bottom: -5px; }
    .page-link .page-link__navigation li {
      display: inline-block;
      margin-right: 10px;
      padding-right: 10px;
      margin-bottom: 5px;
      border-right: 1px solid #e5e5e5; }
      .page-link .page-link__navigation li:last-child {
        border-right: none; }
      .page-link .page-link__navigation li a {
        display: inline-block;
        padding: 5px 0 5px 28px;
        background-image: url(/assets/img/arrow_blue_bottom.svg);
        background-repeat: no-repeat;
        background-position: 0 0.5em;
        background-size: 18px auto;
        font-size: 1.6rem;
        font-weight: bold; }
  @media screen and (max-width: 800px) {
    .page-link {
      margin-bottom: 40px; }
      .page-link .page-link__heading {
        font-size: 1.7rem; } }
  @media screen and (max-width: 640px) {
    .page-link {
      margin-bottom: 30px;
      padding: 0 20px; }
      .page-link .page-link__heading {
        margin-bottom: 5px;
        font-size: 1.5rem; }
      .page-link .page-link__navigation {
        text-align: left; }
        .page-link .page-link__navigation li {
          display: inline-block;
          margin-right: 15px;
          padding-right: 0;
          margin-bottom: 0;
          border-right: none; }
          .page-link .page-link__navigation li a {
            padding: 3px 0 3px 22px;
            background-position: 0 0.2em;
            font-size: 1.3rem; } }

html[lang='en'] .page-link .page-link__navigation li a {
  font-size: 1.8rem;
  font-weight: normal; }

@media screen and (max-width: 640px) {
  html[lang='en'] .page-link .page-link__navigation {
    margin-left: -15px; }
    html[lang='en'] .page-link .page-link__navigation li {
      display: inline-block;
      margin-left: 15px;
      margin-bottom: 0; }
      html[lang='en'] .page-link .page-link__navigation li a {
        font-size: 1.4rem; } }

.page-text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px; }
  .page-text-link li {
    width: 50%;
    margin-top: 5px; }
    .page-text-link li:nth-child(2n) {
      margin-left: 1%;
      width: 49%; }
    .page-text-link li a {
      display: inline-block;
      padding: 5px 0 5px 28px;
      background-image: url(/assets/img/arrow_blue_bottom.svg);
      background-repeat: no-repeat;
      background-position: 0 0.5em;
      background-size: 19px 19px;
      font-size: 1.6rem;
      font-weight: bold;
      text-decoration: underline; }
      .page-text-link li a:hover {
        text-decoration: none; }
  @media screen and (max-width: 640px) {
    .page-text-link {
      margin-top: 0; }
      .page-text-link li {
        width: 100%;
        margin-top: 0; }
        .page-text-link li:nth-child(2n) {
          margin-left: 0;
          width: 100%; }
        .page-text-link li a {
          font-size: 1.3rem; } }

.pager-number-wrap {
  margin: 60px 0;
  padding: 20px;
  background-color: #f6f6f6; }
  @media screen and (max-width: 640px) {
    .pager-number-wrap {
      margin: 30px 0; } }

.pager-number {
  display: table;
  border-collapse: collapse;
  margin: 0 auto; }
  .pager-number li {
    display: table-cell;
    border: 1px solid #e5e5e5; }
    .pager-number li.current {
      background-color: #262662;
      color: #fff; }
    .pager-number li.hellip {
      border: none; }
      .pager-number li.hellip span {
        width: 30px; }
    .pager-number li span,
    .pager-number li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50px;
      height: 50px;
      font-size: 2.0rem;
      font-family: 'Questrial'; }
    .pager-number li a {
      background-color: #fff; }
  @media screen and (max-width: 640px) {
    .pager-number li span,
    .pager-number li a {
      width: 45px;
      height: 45px;
      font-size: 1.5rem; } }

.pager-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px; }
  .pager-navigation li {
    margin: 0 15px;
    width: 220px; }
    .pager-navigation li a {
      display: block;
      padding: 14px 0;
      border-radius: 4px;
      -webkit-box-shadow: 0 4px #070712;
              box-shadow: 0 4px #070712;
      background-color: #262662;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      .pager-navigation li a:before {
        display: inline-block;
        content: '';
        position: relative;
        top: 3px;
        margin-right: 7px;
        width: 18px;
        height: 18px;
        background-size: 100% auto; }
      .pager-navigation li a.pager-navigation__prev:before {
        background-image: url(/assets/img/arrow_white_left.svg); }
      .pager-navigation li a.pager-navigation__next:before {
        background-image: url(/assets/img/arrow_white.svg); }
      .pager-navigation li a:hover {
        -webkit-box-shadow: 0 4px #161620;
                box-shadow: 0 4px #161620;
        background-color: #33336b;
        color: #fff; }
  @media screen and (max-width: 640px) {
    .pager-navigation {
      margin-bottom: 40px; }
      .pager-navigation li {
        margin: 0 10px;
        width: 130px; }
        .pager-navigation li a {
          padding: 12px 0; } }

.tab-link {
  padding: 32px 20px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  text-align: center; }
  .tab-link.is-top {
    margin-bottom: 80px; }
  .tab-link.faq {
    background-image: url(/assets/img/guide/faq/tab_link_bg.jpg); }
  @media screen and (max-width: 1280px) {
    .tab-link {
      background-size: auto auto; } }
  @media screen and (max-width: 800px) {
    .tab-link.is-top {
      margin-bottom: 60px; } }
  @media screen and (max-width: 640px) {
    .tab-link.is-top {
      margin-bottom: 35px; } }

.tab-link-navigation {
  margin: 0 auto;
  max-width: 670px; }
  .tab-link-navigation:after {
    content: '';
    clear: both;
    display: block; }
  .tab-link-navigation li {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    border-radius: 4px;
    width: 325px;
    height: 85px;
    background-color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4; }
    .tab-link-navigation li br {
      display: none; }
    .tab-link-navigation li:nth-child(2) {
      float: right;
      margin-left: 10px; }
    .tab-link-navigation li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      width: 100%;
      height: 85px; }
    .tab-link-navigation li.current {
      background-color: #262662;
      color: #fff; }
      .tab-link-navigation li.current:after {
        display: block;
        position: absolute;
        bottom: -8px;
        left: 0;
        content: '';
        width: 100%;
        height: 8px;
        background-image: url(/assets/img/arrow_fukidashi_blue.svg);
        background-repeat: no-repeat;
        background-position: center top; }
  .tab-link-navigation.is-bottom li.current:after {
    display: none; }
  .tab-link-navigation.is-bottom li.current:before {
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 8px;
    background-image: url(/assets/img/arrow_fukidashi_blue2.svg);
    background-repeat: no-repeat;
    background-position: center top; }
  @media screen and (max-width: 800px) {
    .tab-link-navigation li {
      width: 48%;
      font-size: 1.8rem; } }
  @media screen and (max-width: 640px) {
    .tab-link-navigation li {
      height: 60px;
      font-size: 1.5rem; }
      .tab-link-navigation li br {
        display: inline; } }

.arrow-button {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 12px;
  height: 100%;
  background-image: url(/assets/img/arrow_right_bottom_blue.svg);
  background-repeat: no-repeat;
  background-position: right bottom; }
  .arrow-button:hover img {
    opacity: 0.8; }
  .arrow-button.is-white {
    background-image: url(/assets/img/arrow_right_bottom_white.svg); }

.button-layout {
  margin-top: 35px;
  text-align: center; }
  .button-layout.is-right {
    text-align: right; }
    .button-layout.is-right .basic-button {
      margin: 0; }
  .button-layout .button-layout__text {
    margin-bottom: 20px; }
  .button-layout .basic-button {
    margin: 0 10px; }
  @media screen and (max-width: 640px) {
    .button-layout {
      margin: 22px 20px 0; }
      .button-layout .basic-button {
        margin: 10px 0 0 0; } }

.basic-button {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px #070712;
          box-shadow: 0 4px #070712;
  background-color: #262662;
  color: #fff;
  font-weight: bold; }
  .basic-button:before {
    display: inline-block;
    content: '';
    position: relative;
    top: 3px;
    margin-right: 7px;
    background-image: url(/assets/img/arrow_white.svg);
    width: 18px;
    height: 18px;
    background-size: 100% auto; }
  .basic-button:hover {
    -webkit-box-shadow: 0 4px #161620;
            box-shadow: 0 4px #161620;
    background-color: #33336b;
    color: #fff; }
  .basic-button .icon-pdf {
    top: -1px;
    margin-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px; }
  @media screen and (max-width: 640px) {
    .basic-button {
      display: block;
      padding: 14px 20px; } }

html[lang='en'] .basic-button {
  font-weight: normal; }

.white-gray-button {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px #c7c7dc;
          box-shadow: 0 3px #c7c7dc;
  border: 1px solid #c7c7dc;
  background-color: #f6f6f6;
  color: #243b68;
  font-size: 1.4rem; }
  .white-gray-button:before {
    display: inline-block;
    content: '';
    position: relative;
    top: 3px;
    margin-right: 7px;
    background-image: url(/assets/img/arrow_blue.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    width: 16px;
    height: 16px; }
  .white-gray-button:hover {
    -webkit-box-shadow: 0 3px #d7d7ec;
            box-shadow: 0 3px #d7d7ec;
    border-color: #d7d7ec;
    background-color: #f8f8f8; }
  .astarisk-text + .white-gray-button {
    margin-top: 10px; }
  @media screen and (max-width: 1000px) {
    .white-gray-button {
      padding: 10px 15px; } }
  @media screen and (max-width: 800px) {
    .white-gray-button {
      margin: 0 auto;
      display: block;
      max-width: 100%;
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 800px) {
    .white-gray-button {
      font-size: 1.2rem; } }

.arrow-link-wrap {
  margin-bottom: 35px;
  text-align: center; }

.arrow-link:before {
  display: inline-block;
  content: '';
  position: relative;
  top: 3px;
  margin-right: 7px;
  background-image: url(/assets/img/arrow_blue.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px; }

.list li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 15px; }
  .list li:last-child {
    margin-bottom: 0; }
  .list li:before {
    position: absolute;
    top: 0.6em;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #262662;
    border-radius: 3px; }

.link-list li {
  display: inline-block; }
  .link-list li a {
    margin-right: 20px;
    padding-left: 10px;
    background-image: url(/assets/img/arrow_right_bold_gray.svg);
    background-repeat: no-repeat;
    background-position: left 0.4em; }

@media screen and (max-width: 640px) {
  .link-list li {
    display: block; } }

.sitemap-list {
  width: 100%;
  border-bottom: 1px solid #e5e5e5; }
  .sitemap-list > li {
    border-top: 1px solid #e5e5e5; }
    .sitemap-list > li > a {
      display: block;
      padding: 18px 30px;
      font-weight: bold; }
      .sitemap-list > li > a:hover {
        background-color: #f6f6f6;
        color: #262662; }
  @media screen and (max-width: 640px) {
    .sitemap-list {
      font-size: 1.3rem; }
      .sitemap-list > li > a {
        padding: 16px 25px; } }

.sitemap-sub-list {
  margin-bottom: 10px; }
  .sitemap-sub-list li a {
    display: block;
    padding: 10px 10px 10px 50px; }
    .sitemap-sub-list li a:hover {
      background-color: #f6f6f6;
      color: #262662; }
  @media screen and (max-width: 640px) {
    .sitemap-sub-list {
      font-size: 1.3rem; }
      .sitemap-sub-list li a {
        padding-right: 0; } }

.list-privacy {
  margin-top: 10px; }
  .list-privacy li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 15px; }
    .list-privacy li:last-child {
      margin-bottom: 0; }
    .list-privacy li:before {
      position: absolute;
      top: 0.6em;
      left: 0;
      content: '';
      width: 6px;
      height: 6px;
      background-color: #262662;
      border-radius: 3px; }

.footer-sub-list {
  margin-bottom: 60px; }
  .footer-sub-list li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-size: 1.4rem;
    margin-bottom: 10px; }

.basic-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #e5e5e5; }
  .basic-table.is-th-long th {
    width: 320px;
    text-align: left; }
  .basic-table.is-th-long td {
    vertical-align: middle; }
  .basic-table.is-th-short th {
    width: 110px; }
  .basic-table.is-th-middle th {
    width: 180px;
    padding-left: 25px;
    text-align: left;
    vertical-align: middle; }
  .basic-table.is-th-middle td {
    padding: 18px;
    vertical-align: middle; }
  .basic-table.is-detail th {
    padding: 12px 16px;
    width: 210px;
    font-size: 1.4rem;
    text-align: left; }
  .basic-table.is-detail td {
    padding: 12px 16px;
    font-size: 1.4rem; }
  .basic-table + .big-photo {
    margin-top: 50px; }
  .basic-table th {
    width: 210px;
    padding: 18px 16px;
    background-color: #f6f6f6;
    border-top: 1px solid #e5e5e5; }
    .basic-table th .astarisk-text {
      margin-bottom: 0;
      font-size: 1.4rem;
      color: #333;
      font-weight: normal; }
  .basic-table td {
    width: auto;
    padding: 18px 16px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5; }
    .basic-table td p + p {
      margin-top: 10px; }
    .basic-table td img {
      max-width: 100%;
      height: auto; }
  .basic-table a {
    text-decoration: underline; }
    .basic-table a:hover {
      text-decoration: none; }
  @media screen and (max-width: 640px) {
    .basic-table.is-th-long th {
      width: 200px; }
    .basic-table.is-th-short th {
      width: 80px; }
    .basic-table.is-th-middle th {
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px 15px;
      width: 100%; }
    .basic-table.is-th-middle td {
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px 15px;
      width: 100%; }
    .basic-table.is-detail th {
      width: 30%;
      font-size: 1.2rem; }
    .basic-table.is-detail td {
      font-size: 1.2rem; }
    .basic-table th {
      padding: 12px 14px;
      width: 80px; }
    .basic-table td {
      padding: 12px; } }

.border-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 4px solid #4e4e4e; }
  .border-table tr:nth-child(2n) th, .border-table tr:nth-child(2n) td {
    background-color: #f6f6f6; }
  .border-table th {
    padding: 12px 0 12px 12px;
    font-size: 1.4rem;
    font-weight: normal; }
    .border-table th span {
      font-weight: bold; }
  .border-table td {
    padding: 12px 12px 12px 0;
    font-size: 1.4rem; }

html[lang='en'] .border-table tr th {
  display: block;
  padding: 10px 13px 0;
  font-size: 1.6rem;
  text-align: left; }

html[lang='en'] .border-table tr td {
  display: block;
  padding: 0 13px 10px;
  font-size: 1.6rem; }

.table-with-heading {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #e5e5e5; }
  .table-with-heading th {
    width: 210px;
    padding: 18px 16px;
    background-color: #f6f6f6;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    vertical-align: middle; }
  .table-with-heading td {
    width: auto;
    padding: 18px 0 18px 18px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5; }
  .table-with-heading thead th {
    text-align: left;
    color: #262662; }
    .table-with-heading thead th .red-text {
      font-weight: normal;
      font-size: 1.4rem; }
  .table-with-heading + .information-box-wrap {
    padding-top: 40px; }
  .table-with-heading.is-th-half th {
    width: 50%; }
    .table-with-heading.is-th-half th.is-th-quarter {
      width: 25%;
      border-right: 1px solid #e5e5e5; }
      .table-with-heading.is-th-half th.is-th-quarter:nth-child(3) {
        border-right: none; }
  .table-with-heading.is-th-half td {
    text-align: center; }
    .table-with-heading.is-th-half td.is-td-quarter {
      text-align: left;
      vertical-align: middle;
      border-right: 1px solid #e5e5e5; }
      .table-with-heading.is-th-half td.is-td-quarter:nth-child(3) {
        border-right: none; }
  .table-with-heading.has-border th {
    border-right: 1px solid #e5e5e5;
    text-align: center;
    width: auto; }
    .table-with-heading.has-border th:last-child {
      border-right: none; }
  .table-with-heading.has-border td {
    border-right: 1px solid #e5e5e5; }
    .table-with-heading.has-border td:last-child {
      border-right: none; }
  .table-with-heading.has-border tbody tr th {
    width: 210px; }
  .table-with-heading.has-border tbody tr td {
    padding: 18px; }
    .table-with-heading.has-border tbody tr td.hour {
      width: 170px;
      text-align: center;
      vertical-align: middle; }
  .table-with-heading a {
    text-decoration: underline; }
    .table-with-heading a:hover {
      text-decoration: none; }
  @media screen and (max-width: 800px) {
    .table-with-heading.has-border tbody tr th {
      width: 150px; }
    .table-with-heading.has-border tbody tr td.hour {
      width: 100px; } }
  @media screen and (max-width: 640px) {
    .table-with-heading th {
      padding: 12px 14px;
      width: 80px; }
    .table-with-heading td {
      padding: 12px; }
    .table-with-heading.has-border th {
      padding: 12px 8px; }
    .table-with-heading.has-border td {
      padding: 12px 8px; }
    .table-with-heading.has-border tbody tr th {
      width: 80px; }
    .table-with-heading.has-border tbody tr td.hour {
      width: 64px; } }

.calendar-table {
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 100%; }
  .calendar-table th {
    padding: 12px 0;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    width: 14.28%; }
    .calendar-table th.sunday {
      color: #ae0002; }
    .calendar-table th.saturday {
      color: #004582; }
  .calendar-table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
    height: 100px;
    border: 1px solid #d1d1d1;
    vertical-align: top;
    word-break: break-all; }
    .calendar-table td.space {
      background-color: #f6f6f6; }
    .calendar-table td.normal-day {
      background-color: #fff; }
    .calendar-table td.night-day {
      background-color: #0061ac; }
      .calendar-table td.night-day.saturday, .calendar-table td.night-day.sunday, .calendar-table td.night-day.holiday {
        background-color: #0061ac; }
      .calendar-table td.night-day .option-text {
        color: #fff; }
      .calendar-table td.night-day .day-text {
        color: #fff; }
    .calendar-table td.saturday {
      background-color: #e8f4f2; }
      .calendar-table td.saturday .day-text {
        color: #0eae99; }
    .calendar-table td.sunday, .calendar-table td.holiday {
      background-color: #fdf3f2; }
      .calendar-table td.sunday .day-text, .calendar-table td.holiday .day-text {
        color: #f22e00; }
    .calendar-table td.closed-day {
      background-color: #b8b8b8; }
    .calendar-table td.today .day-text {
      display: inline-block;
      width: 32px;
      border-radius: 16px;
      background-color: #ffe400;
      text-align: center;
      line-height: 1.4; }
    .calendar-table td.today.night-day .day-text {
      color: #333; }
    .calendar-table td.today.night-day.saturday .day-text {
      color: #0eae99; }
    .calendar-table td.today.night-day.sunday .day-text, .calendar-table td.today.night-day.holiday .day-text {
      color: #f22e00; }
    .calendar-table td .day-text {
      font-family: 'Questrial';
      font-size: 2.4rem; }
    .calendar-table td .option-text {
      display: block;
      margin-top: 5px;
      font-size: 1.4rem; }
    .calendar-table td .saturday-text,
    .calendar-table td .sunday-text,
    .calendar-table td .weekday-text {
      display: none; }
  @media screen and (max-width: 640px) {
    .calendar-table {
      margin-bottom: 10px; }
      .calendar-table thead {
        display: none; }
      .calendar-table th {
        display: block;
        padding: 10px; }
      .calendar-table td {
        display: block;
        padding: 10px;
        height: auto;
        font-size: 1.7rem; }
        .calendar-table td.space {
          display: none; }
        .calendar-table td .option-text {
          display: inline-block;
          font-size: 1.2rem; }
        .calendar-table td .day-text {
          display: inline-block;
          width: 1.2em;
          font-size: 1.7rem; }
        .calendar-table td .saturday-text,
        .calendar-table td .sunday-text,
        .calendar-table td .weekday-text {
          display: inline-block;
          margin: 0 10px 0 5px;
          font-size: 1.5rem; }
        .calendar-table td .saturday-text {
          color: #0eae99; }
        .calendar-table td.night-day .weekday-text {
          color: #fff; }
        .calendar-table td .sunday-text,
        .calendar-table td.holiday .weekday-text {
          color: #f22e00; }
        .calendar-table td.today .day-text {
          position: relative;
          left: -4px;
          width: 26px;
          border-radius: 13px;
          line-height: 1.6; }
        .calendar-table td.today .weekday-text,
        .calendar-table td.today .saturday-text,
        .calendar-table td.today .sunday-text {
          position: relative;
          left: -2px;
          margin-left: 0; } }

html[lang='en'] .calendar-table td .option-text {
  font-size: 1.6rem; }

@media screen and (max-width: 640px) {
  html[lang='en'] .calendar-table td .option-text {
    font-size: 1.3rem; } }

.top-calendar-table {
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%; }
  .top-calendar-table th {
    padding: 5px 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    width: 14.28%; }
    .top-calendar-table th.sunday {
      color: #ae0002; }
    .top-calendar-table th.saturday {
      color: #004582; }
  .top-calendar-table td {
    padding: 5px 0;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    font-family: 'Questrial';
    font-size: 1.2rem;
    text-align: center; }
    .top-calendar-table td.space {
      background-color: #f6f6f6; }
    .top-calendar-table td.normal-day {
      background-color: #fff; }
    .top-calendar-table td.night-day {
      background-color: #0061ac;
      color: #fff; }
      .top-calendar-table td.night-day.saturday, .top-calendar-table td.night-day.sunday, .top-calendar-table td.night-day.holiday {
        background-color: #0061ac; }
      .top-calendar-table td.night-day .today {
        color: #333; }
    .top-calendar-table td.saturday {
      background-color: #e8f4f2;
      color: #0eae99; }
    .top-calendar-table td.sunday, .top-calendar-table td.holiday {
      background-color: #fdf3f2;
      color: #f22e00; }
    .top-calendar-table td.closed-day {
      background-color: #b8b8b8; }
    .top-calendar-table td.today .day-text {
      display: inline-block;
      width: 20px;
      border-radius: 10px;
      background-color: #ffe400;
      text-align: center; }
    .top-calendar-table td.today.night-day .day-text {
      color: #333; }
    .top-calendar-table td.today.night-day.saturday .day-text {
      color: #0eae99; }
    .top-calendar-table td.today.night-day.sunday .day-text, .top-calendar-table td.today.night-day.holiday .day-text {
      color: #f22e00; }

html[lang='en'] .top-calendar-table th {
  font-size: 1.4rem; }

html[lang='en'] .top-calendar-table td {
  font-size: 1.4rem; }
  html[lang='en'] .top-calendar-table td .today {
    width: 22px;
    border-radius: 11px; }

.astarisk-text {
  margin: 7px 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 1.4rem;
  color: #777; }
  .astarisk-text.is-2length {
    padding-left: 1.9em;
    text-indent: -1.9em; }
  .astarisk-text span {
    position: relative;
    top: -2px;
    margin-right: 5px;
    color: #d4361d;
    font-size: 80%; }
  .astarisk-text .red-text {
    font-size: 1.2rem;
    font-weight: bold; }
  .astarisk-text li {
    margin-bottom: 10px; }
    .astarisk-text li:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    .astarisk-text {
      font-size: 1.2rem; } }

html[lang='en'] .astarisk-text {
  padding-left: 1.0em;
  text-indent: -1.0em;
  font-size: 1.6rem; }
  html[lang='en'] .astarisk-text span {
    font-size: 100%;
    top: 0; }
  @media screen and (max-width: 640px) {
    html[lang='en'] .astarisk-text {
      font-size: 1.3rem; } }

.red-text {
  color: #d4361d; }

.calendar-caption {
  font-size: 1.4rem;
  margin-bottom: 20px; }

.calendar-legend-wrap {
  overflow: hidden;
  margin-bottom: 20px; }
  .calendar-legend-wrap .calendar-legend {
    margin-bottom: 0; }
  .calendar-legend-wrap .calendar-legend-text {
    padding-top: 10px;
    font-weight: bold; }
    .calendar-legend-wrap .calendar-legend-text a {
      text-decoration: underline; }
      .calendar-legend-wrap .calendar-legend-text a:hover {
        text-decoration: none; }

.calendar-legend {
  margin-bottom: 20px;
  margin-left: -7px; }
  .calendar-legend li {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.4rem; }
    .calendar-legend li:before {
      display: inline-block;
      content: '';
      position: relative;
      top: 7px;
      border: 1px solid #d1d1d1;
      margin-right: 5px;
      width: 22px;
      height: 22px; }
    .calendar-legend li.normal-day:before {
      background-color: #fff; }
    .calendar-legend li.closed-day:before {
      background-color: #b8b8b8; }
    .calendar-legend li.night-day:before {
      background-color: #0061ac; }
  @media screen and (max-width: 640px) {
    .calendar-legend {
      margin-bottom: 20px; }
      .calendar-legend li {
        font-size: 1.2rem; }
        .calendar-legend li:before {
          top: 7px;
          width: 22px;
          height: 22px; } }

.icon-blank:after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  width: 10px;
  height: 9px;
  background-image: url(/assets/img/icon_blank.svg);
  background-repeat: no-repeat; }

.icon-blank.is-blue:after {
  background-image: url(/assets/img/icon_blank_blue.svg); }

.icon-blank2:after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  width: 10px;
  height: 9px;
  background-image: url(/assets/img/icon_blank_gray.svg);
  background-repeat: no-repeat; }

@media screen and (max-width: 640px) {
  .icon-text-wrap {
    margin-top: 5px;
    display: block; } }

.icon-text1 {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
  padding: 2px 5px;
  background-color: #fff;
  border: 1px solid #262662;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #262662; }
  @media screen and (max-width: 800px) {
    .icon-text1 {
      font-size: 1.1rem; } }

html[lang='en'] .icon-text1 {
  font-size: 1.4rem; }
  @media screen and (max-width: 640px) {
    html[lang='en'] .icon-text1 {
      font-size: 1.2rem; } }

.icon-text2 {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
  padding: 2px 5px;
  border: 1px solid #e2e2fb;
  background-color: #e2e2fb;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #262662; }
  @media screen and (max-width: 800px) {
    .icon-text2 {
      font-size: 1.1rem; } }

html[lang='en'] .icon-text2 {
  font-size: 1.4rem; }
  @media screen and (max-width: 640px) {
    html[lang='en'] .icon-text2 {
      font-size: 1.2rem; } }

.icon-text3 {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
  padding: 2px 5px;
  border: 1px solid #262662;
  background-color: #262662;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff; }
  @media screen and (max-width: 800px) {
    .icon-text3 {
      font-size: 1.1rem; } }

html[lang='en'] .icon-text3 {
  font-size: 1.4rem; }
  @media screen and (max-width: 640px) {
    html[lang='en'] .icon-text3 {
      font-size: 1.2rem; } }

.icon-pdf {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
  padding: 2px 4px;
  background-color: #fff;
  border: 1px solid #262662;
  font-size: 1.1rem;
  line-height: 1.0;
  color: #262662; }
  @media screen and (max-width: 800px) {
    .icon-pdf {
      font-size: 1.1rem; } }

.icon-box {
  margin: 20px 0 60px;
  padding: 25px 25px 15px 30px;
  border: 1px solid #e5e5e5; }
  .icon-box li {
    display: inline-block;
    margin: 0 10px 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 225px;
    font-size: 1.4rem; }
  @media screen and (max-width: 640px) {
    .icon-box {
      margin: 20px 0;
      padding: 20px 20px 10px; }
      .icon-box li {
        display: block;
        width: auto;
        font-size: 1.3rem; } }

.icon-credit-card {
  padding: 0 0 2px 40px;
  background-image: url(/assets/img/icon_credit_card.svg);
  background-size: 30px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    .icon-credit-card {
      padding: 0 0 0 30px;
      background-size: 21px auto;
      background-position: 0 2px; } }

.icon-group {
  padding: 2px 0 2px 40px;
  background-image: url(/assets/img/icon_group.svg);
  background-size: 35px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    .icon-group {
      padding: 0 0 0 30px;
      background-size: 21px auto;
      background-position: 0 3px; } }

.icon-good-view {
  padding: 2px 0 2px 40px;
  background-image: url(/assets/img/icon_good-view.svg);
  background-size: 34px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    .icon-good-view {
      padding: 0 0 0 30px;
      background-size: 21px auto;
      background-position: 0 2px; } }

.icon-couple {
  padding: 8px 0 7px 40px;
  background-image: url(/assets/img/icon_couple.svg);
  background-size: 27px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    .icon-couple {
      padding: 5px 0 5px 30px;
      background-size: 21px auto; } }

.icon-non-smoking {
  padding: 4px 0 4px 40px;
  background-image: url(/assets/img/icon_non_smoking.svg);
  background-size: 33px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    .icon-non-smoking {
      padding: 2px 0 2px 30px;
      background-size: 21px auto;
      background-position: 0 2px; } }

.icon-shirahama {
  padding: 4px 0 4px 40px;
  background-image: url(/assets/img/icon_shirahama.svg);
  background-size: 31px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    .icon-shirahama {
      padding: 2px 0 2px 30px;
      background-size: 21px auto;
      background-position: 0 2px; } }

.icon-panda {
  padding: 4px 0 4px 40px;
  background-image: url(/assets/img/icon_panda.svg);
  background-size: 24px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    .icon-panda {
      padding: 3px 0 3px 30px;
      background-size: 18px auto;
      background-position: 2px 2px; } }

.icon-land-animals {
  padding: 4px 0 4px 40px;
  background-image: url(/assets/img/icon_land_animals.svg);
  background-size: 32px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    .icon-land-animals {
      padding: 2px 0 2px 30px;
      background-size: 21px auto;
      background-position: 0 2px; } }

.icon-sea-animals {
  padding: 4px 0 4px 40px;
  background-image: url(/assets/img/icon_sea_animals.svg);
  background-size: 27px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    .icon-sea-animals {
      padding: 2px 0 2px 30px;
      background-size: 21px auto;
      background-position: 0 2px; } }

sub {
  font-size: 60%; }

.number-square {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  background-color: #262662;
  color: #fff;
  font-family: 'Questrial';
  text-align: center; }
  @media screen and (max-width: 640px) {
    .number-square {
      font-size: 1.3rem;
      width: 18px;
      line-height: 18px; } }

.photo-with-number {
  display: inline-block;
  position: relative; }
  .photo-with-number .number-square {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100; }

.text-with-number {
  margin: 10px 0;
  padding-left: 40px;
  text-indent: -40px; }
  .text-with-number .number-square {
    margin-right: 5px;
    text-indent: 0; }
  @media screen and (max-width: 640px) {
    .text-with-number {
      margin: 5px 0;
      padding-left: 25px;
      text-indent: -25px; }
      .text-with-number .number-square {
        margin-right: 2px; }
      .text-with-number .astarisk-text {
        display: block; } }

select::-ms-expand {
  display: none; }

.select-pulldown {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  padding: 8px 64px 8px 12px;
  border: 1px solid #e5e5e5;
  width: 100%;
  font-size: 1.4rem;
  font-family: inherit;
  background-color: #fff;
  background-image: url(/assets/img/select_arrow.png);
  background-repeat: no-repeat;
  background-position: right top;
  color: #243b68; }
  @media screen and (max-width: 640px) {
    .select-pulldown {
      padding: 2px 38px 2px 10px;
      background-size: auto 100%;
      font-size: 1.1rem; } }

.heading-level3.is-sdgs::before {
  position: relative;
  top: 15px;
  content: '';
  width: 61px;
  height: 50px;
  display: inline-block;
  margin-right: 19px;
  background: url(/assets/img/sdgs/logo.png) no-repeat 0 0;
  background-size: cover; }
  @media screen and (max-width: 640px) {
    .heading-level3.is-sdgs::before {
      position: static;
      display: block;
      margin: 0 auto 14px; } }

.sdgs__flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 640px) {
    .sdgs__flex-box {
      display: block; }
      .sdgs__flex-box > li {
        width: 100%; } }
  .sdgs__flex-box.is-wide {
    max-width: 1280px; }
  .sdgs__flex-box.is-column-2 {
    margin-bottom: 48px;
    padding: 0 24px; }
    @media screen and (max-width: 640px) {
      .sdgs__flex-box.is-column-2 {
        margin-bottom: 24px;
        padding: 0; } }
    .sdgs__flex-box.is-column-2 > li {
      width: calc(50% - 16px);
      margin: 0 8px; }
      @media screen and (max-width: 800px) {
        .sdgs__flex-box.is-column-2 > li {
          width: 100%;
          max-width: 345px;
          margin: 0 auto; }
          .sdgs__flex-box.is-column-2 > li + li {
            margin-top: 24px; } }
      @media screen and (max-width: 640px) {
        .sdgs__flex-box.is-column-2 > li + li {
          margin-top: 16px; } }
      .sdgs__flex-box.is-column-2 > li .button-layout {
        margin: 0; }
      .sdgs__flex-box.is-column-2 > li .basic-button {
        width: 100%;
        margin: 0;
        padding: 14px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .sdgs__flex-box.is-column-2 > li .basic-button::before {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
  .sdgs__flex-box.is-column-3 {
    margin: -40px 0 0 -40px; }
    @media screen and (max-width: 800px) {
      .sdgs__flex-box.is-column-3 {
        margin: -32px 0 0 -32px; } }
    @media screen and (max-width: 640px) {
      .sdgs__flex-box.is-column-3 {
        margin: 0; } }
    .sdgs__flex-box.is-column-3 > li {
      width: calc(33.33333% - 40px);
      margin: 40px 0 0 40px; }
      @media screen and (max-width: 800px) {
        .sdgs__flex-box.is-column-3 > li {
          width: calc(50% - 32px);
          margin: 32px 0 0 32px; } }
      @media screen and (max-width: 640px) {
        .sdgs__flex-box.is-column-3 > li {
          width: 100%;
          margin: 32px 0 0 0; } }
      .sdgs__flex-box.is-column-3 > li .thumbnail-set__heading {
        font-size: 1.6rem; }
        @media screen and (max-width: 640px) {
          .sdgs__flex-box.is-column-3 > li .thumbnail-set__heading {
            font-size: 1.4rem; } }
      .sdgs__flex-box.is-column-3 > li .thumbnail-set__photo {
        margin-bottom: 32px; }
        @media screen and (max-width: 640px) {
          .sdgs__flex-box.is-column-3 > li .thumbnail-set__photo {
            margin-bottom: 24px; } }
      .sdgs__flex-box.is-column-3 > li .list {
        margin-top: 16px; }
        @media screen and (max-width: 640px) {
          .sdgs__flex-box.is-column-3 > li .list {
            margin-top: 8px; } }
        .sdgs__flex-box.is-column-3 > li .list > li {
          font-size: 1.4rem; }
          @media screen and (max-width: 640px) {
            .sdgs__flex-box.is-column-3 > li .list > li {
              font-size: 1.3rem; } }
  .sdgs__flex-box.is-img-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sdgs__flex-box.is-img-right .text-box {
      width: calc(100% - 249px);
      margin-bottom: 0; }
      @media screen and (max-width: 640px) {
        .sdgs__flex-box.is-img-right .text-box {
          width: 100%; } }
    .sdgs__flex-box.is-img-right figure {
      width: 217px;
      margin-left: 32px; }
      @media screen and (max-width: 640px) {
        .sdgs__flex-box.is-img-right figure {
          width: 100%;
          margin: 32px 0 0; } }
      .sdgs__flex-box.is-img-right figure img {
        max-width: 100%;
        height: auto; }

.big-photo.is-wide {
  max-width: 1000px; }

br.sp-only {
  display: none; }
  @media screen and (max-width: 640px) {
    br.sp-only {
      display: block; } }

.big-banner.is-sdgs {
  margin: 48px 0 0; }
  @media screen and (max-width: 640px) {
    .big-banner.is-sdgs {
      margin: 24px 0 0; } }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100002;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 100005; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  position: absolute;
  top: 50%;
  width: auto;
  height: 30px;
  background-image: url(/assets/img/icon_loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 100004;
  text-indent: -99999px; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 100006;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-indent: -99999px; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 25px;
  top: 25px;
  text-decoration: none;
  text-align: center;
  padding: 0;
  background-image: url(/assets/img/modal_close.svg);
  background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    .mfp-close {
      right: 20px;
      top: 20px;
      width: 24px;
      height: 24px;
      background-size: 100% auto; } }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0;
  background-color: transparent;
  text-indent: -9999px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #f00;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    border: solid 5px #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-iframe-holder .mfp-close {
    top: -60px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  background-image: url(/assets/img/icon_loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
            box-shadow: none; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 640px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 640px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 0px;
    padding-right: 0px; } }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.30s ease-out;
  transition: all 0.30s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.30s ease-out;
  transition: all 0.30s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.modal-layout {
  position: relative;
  border-radius: 4px;
  margin: 10px auto;
  padding: 70px;
  max-width: 880px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  overflow: hidden; }
  .modal-layout .modal-layout__column1 {
    float: left;
    width: 63.6363%; }
  .modal-layout .modal-layout__column2 {
    float: right;
    width: 31.818181%; }
  .modal-layout .modal-layout__column3 {
    float: left;
    width: 63.6363%; }
  @media screen and (max-width: 800px) {
    .modal-layout {
      padding-top: 80px; }
      .modal-layout .modal-layout__column1 {
        float: none;
        width: 100%; }
      .modal-layout .modal-layout__column2 {
        float: none;
        margin-bottom: 30px;
        width: 100%; }
      .modal-layout .modal-layout__column3 {
        clear: both;
        width: 100%; } }
  @media screen and (max-width: 640px) {
    .modal-layout {
      margin: 0;
      padding: 64px 20px 40px;
      border: none; } }

.modal-big-photo {
  margin-bottom: 30px; }
  .modal-big-photo img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 800px) {
    .modal-big-photo {
      text-align: center; } }
  @media screen and (max-width: 640px) {
    .modal-big-photo {
      margin-bottom: 15px; } }

.modal-detail .modal-detail__heading {
  margin-bottom: 15px;
  font-size: 2.8rem;
  color: #262662; }

.modal-detail .modal-detail__text {
  margin-bottom: 20px;
  font-size: 1.4rem; }

.modal-detail .basic-table th {
  padding: 8px 16px;
  width: 60px;
  font-size: 1.4rem; }

.modal-detail .basic-table td {
  padding: 8px 0 8px 10px;
  font-size: 1.4rem; }

@media screen and (max-width: 800px) {
  .modal-detail .modal-detail__heading {
    margin-bottom: 20px;
    font-size: 2.4rem;
    text-align: center; } }

@media screen and (max-width: 640px) {
  .modal-detail .modal-detail__heading {
    margin-bottom: 10px;
    font-size: 1.8rem; } }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff url("/assets/img/icon_loading.svg") center center no-repeat; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 100; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.top-calendaer-slider .slick-prev,
.top-calendaer-slider .slick-next {
  top: 7px;
  height: 18px;
  width: 18px;
  background-size: 100% auto; }

.top-calendaer-slider .slick-disabled {
  opacity: 0.5;
  cursor: default; }

.top-calendaer-slider .slick-prev {
  left: 9px;
  background-image: url(/assets/img/arrow_white_left.svg); }

.top-calendaer-slider .slick-next {
  right: 9px;
  background-image: url(/assets/img/arrow_white.svg); }

.calendaer-slider .slick-prev,
.calendaer-slider .slick-next {
  top: 25px;
  height: 27px;
  width: 27px;
  background-color: #262662;
  background-size: 24px auto;
  background-repeat: no-repeat; }

.calendaer-slider .slick-disabled {
  opacity: 0.5;
  cursor: default; }

.calendaer-slider .slick-prev {
  left: 28px;
  background-image: url(/assets/img/arrow_white_left.svg); }

.calendaer-slider .slick-next {
  right: 28px;
  background-image: url(/assets/img/arrow_white.svg); }

@media screen and (max-width: 640px) {
  .calendaer-slider .slick-prev,
  .calendaer-slider .slick-next {
    top: 13px;
    width: 16px;
    height: 16px;
    background-size: 16px auto; }
  .calendaer-slider .slick-prev {
    left: 10px; }
  .calendaer-slider .slick-next {
    right: 10px; } }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 18px;
      width: 18px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        content: "•";
        width: 18px;
        height: 18px;
        font-family: "Questrial";
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000; }
  @media screen and (max-width: 800px) {
    .slick-dots {
      bottom: -32px; } }

.gw-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1; }
  .gw-popup.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gw-popup__body {
    position: relative; }
  .gw-popup__close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer; }
    .gw-popup__close::before, .gw-popup__close::after {
      content: "";
      width: 20px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 5px; }
    .gw-popup__close::before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .gw-popup__close::after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    @media screen and (max-width: 800px) {
      .gw-popup__close {
        right: 0px; } }
  .gw-popup__link {
    display: block; }
  .gw-popup__pc {
    display: block;
    width: 500px; }
  .gw-popup__sp {
    display: none;
    width: 350px; }
  @media screen and (max-width: 800px) {
    .gw-popup__pc {
      display: none; }
    .gw-popup__sp {
      display: block; } }
