@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";
/* ==================================================
normalize.css v8.0.0
================================================== */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ==================================================
reset+
================================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  vertical-align: bottom;
}

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

dl, dt, dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

.offtype_block {
  opacity: 0.5;
}
.offtype_block a {
  pointer-events: none;
}

body {
  color: #333;
  background: #fff;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #09f;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: baseline;
  background: transparent;
}
a img:hover {
  opacity: 0.7;
}
.a_deco a {
  text-decoration: underline;
}

.svg-inline--fa {
  margin-right: 0.2em;
}

.set_width {
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1199px) {
  .set_width {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 599px) {
  .set_width {
    width: calc(100% - 30px);
  }
}

table {
  width: 100%;
}

header.n22 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 85px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9990;
  background: #000;
  color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
header.n22.is-animation {
  height: 45px;
}
header.n22 .inset {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.n22 .inset a {
  color: #fff;
}
header.n22 .logo {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
}
header.n22 .logo img {
  width: 100%;
}
header.n22 .main_navigation {
  margin-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header.n22 .main_navigation .subinfo_area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header.n22 .main_navigation .permanent_area {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.n22 .subinfo_area .headData {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header.n22 .subinfo_area .headData img {
  height: 40px;
}
header.n22 .subinfo_area .headData p.place {
  font-size: 13px;
  margin-left: 1em;
  margin-bottom: 3px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
header.n22 .subinfo_area .headData p.place a:hover {
  color: #999;
}
header.n22 .subinfo_area ul.sns_icon {
  margin-left: auto;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.n22 .subinfo_area ul.sns_icon li a {
  margin-left: 0.5em;
  display: block;
  line-height: 1;
}
header.n22 .subinfo_area ul.sns_icon li a span {
  display: block;
  font-size: 16px;
}
header.n22 .subinfo_area ul.sns_icon li a span img {
  height: 16px;
}
header.n22 .subinfo_area ul.sub02 {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.n22 .subinfo_area ul.sub02 li {
  margin-left: 0.5em;
  font-size: 13px;
}
header.n22 .permanent_area > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.n22 .permanent_area > ul li {
  position: relative;
}
header.n22 .permanent_area > ul li .category {
  white-space: nowrap;
  height: 45px;
  font-size: 15px;
  padding: 0 1em;
  margin-right: 0em;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1299px) {
  header.n22 .permanent_area > ul li .category {
    padding: 0 0.75em;
  }
}
@media screen and (max-width: 1199px) {
  header.n22 .permanent_area > ul li .category {
    padding: 0 0.5em;
  }
}
header.n22 .permanent_area > ul li .category:hover {
  border-bottom: 3px solid #009fe8;
}
header.n22 .permanent_area > ul li:hover .pages {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header.n22 .permanent_area > ul li .pages {
  visibility: hidden;
  opacity: 0;
  z-index: 101;
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  min-width: 14.5em;
}
header.n22 .permanent_area > ul li .pages a:hover {
  opacity: 0.5;
}
header.n22 .permanent_area > ul li .pages > ul {
  padding: 0.75em 1em 0.75em;
}
header.n22 .permanent_area > ul li .pages > ul > li {
  display: block;
}
header.n22 .permanent_area > ul li .pages > ul > li > a {
  font-size: 15px;
  display: block;
  padding: 12px 0;
  white-space: nowrap;
}
header.n22 .permanent_area > ul li .pages > ul > li .sub {
  padding: 12px 0;
}
header.n22 .permanent_area > ul li .pages > ul > li .sub > a {
  font-size: 15px;
  display: block;
  white-space: nowrap;
}
header.n22 .permanent_area > ul li .pages > ul > li .sub ul {
  margin-top: 0.5em;
  margin-left: 0.125em;
  padding: 0 0.75em;
  border-left: 2px solid #009fe8;
}
header.n22 .permanent_area > ul li .pages > ul > li .sub ul li a {
  font-size: 0.8125em;
  display: block;
  white-space: nowrap;
  padding: 0.6125em 0;
}
header.n22 .permanent_area .venue_select {
  white-space: nowrap;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.n22 .permanent_area .venue_select a {
  margin: 0;
  font-size: 12px;
  display: block;
  padding: 3px 0.75em;
  border: 1px solid rgba(255, 255, 255, 0.75);
}
header.n22 .permanent_area .venue_select a.another {
  background: rgba(255, 255, 255, 0.1);
}
header.n22 .permanent_area .venue_select a.another:hover {
  opacity: inherit;
  background: #009e41;
  color: #fff;
}
header.n22 .permanent_area .venue_select a.here {
  pointer-events: none;
  background: white;
  color: #333;
}
header.n22 .reg_button,
header.n22 .reg_login_button {
  height: 100%;
}
header.n22 .reg_button a,
header.n22 .reg_login_button 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
  width: 120px;
  padding: 0 1.375em;
  font-size: 13px;
  line-height: 1.375;
}
header.n22 .reg_button a:hover,
header.n22 .reg_login_button a:hover {
  opacity: 0.8;
}
header.n22 .reg_button {
  margin-left: 20px;
}
header.n22 .reg_button a {
  background: #29abe2;
}
header.n22 .reg_login_button a {
  background: #ef5c4e;
}
header.n22 .rsp_nav {
  display: none;
}
header.n22.is-animation .logo img {
  height: 34px;
}
header.n22.is-animation .main_navigation .subinfo_area {
  display: none;
}
header.n22.is-animation .main_navigation .permanent_area .venue_select {
  display: none;
}
header.n22.is-animation .reg_button a,
header.n22.is-animation .reg_login_button a {
  font-size: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1499px) {
  header.n22 .permanent_area > ul li .category {
    padding: 0 0.75em;
  }
}
@media screen and (max-width: 1399px) {
  header.n22 .permanent_area > ul li .category {
    font-size: 14px;
    padding: 0 0.6em;
  }
}
@media screen and (max-width: 1329px) {
  header.n22 .permanent_area > ul li .category {
    font-size: 13px;
    padding: 0 0.6em;
  }
}
@media screen and (max-width: 1249px) {
  header.n22 .main_navigation .subinfo_area ul,
header.n22 .main_navigation .permanent_area .venue_select {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  header.n22 {
    height: 60px;
    overflow: hidden;
  }
  header.n22.is-animation {
    height: 60px;
  }
  header.n22 .logo, header.n22.is-animation .logo {
    width: auto;
  }
}
@media screen and (max-width: 1023px) and (max-width: 559px) {
  header.n22 .logo, header.n22.is-animation .logo {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  header.n22 .logo img, header.n22.is-animation .logo img {
    width: auto;
    height: 42px;
  }
}
@media screen and (max-width: 1023px) {
  header.n22 .main_navigation {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  header.n22 .reg_button,
header.n22 .reg_login_button {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  header.n22 .reg_button a,
header.n22 .reg_login_button a {
    height: auto;
    width: auto;
    padding: 0.75em 1em;
    border-radius: 3px;
    font-size: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 1023px) {
  header.n22 .reg_button {
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) {
  header.n22 .reg_login_button {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1023px) {
  header.n22 .rsp_nav {
    margin-left: 1em;
    display: block;
    width: 60px;
  }
}
@media screen and (max-width: 559px) {
  header.n22 .reg_button,
header.n22 .reg_login_button {
    display: none;
  }
  header.n22 .rsp_nav {
    margin-left: auto;
  }
}

.rsp_nav .openbtn {
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  width: 100%;
  height: 60px;
  background-image: url(../images/icon/bars-solid-white.svg);
}
.rsp_nav .openbtn.active {
  background-image: url(../images/icon/close-solid-white.svg);
}

footer {
  background: #333;
  color: #fff;
  text-align: left;
}
footer a {
  color: #fff;
}
footer p.copyright {
  background: #000;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 2.5em 0.5em;
}

.footer_navi_22 {
  padding: 2.5em 0;
}
.footer_navi_22 .menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
}
.footer_navi_22 .menu_wrap ul.column {
  width: calc((100% - 75px) / 4);
}
@media screen and (max-width: 1199px) {
  .footer_navi_22 .menu_wrap ul.column {
    width: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 999px) {
  .footer_navi_22 .menu_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_navi_22 .menu_wrap ul.column {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 374px) {
  .footer_navi_22 .menu_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_navi_22 .menu_wrap ul.column {
    width: 100%;
  }
}
.footer_navi_22 ul.column > li {
  margin-bottom: 1.5em;
}
.footer_navi_22 ul.column > li .category {
  margin-bottom: 0.5em;
  display: block;
  font-size: 1em;
  padding: 0.25em 0.5em;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.footer_navi_22 ul.column > li .pages {
  margin: 0 0.5em;
}
.footer_navi_22 ul.column > li .pages > ul > li > a {
  display: block;
  font-size: 0.8125em;
  line-height: 1.5;
  padding: 0.375em 0;
}
.footer_navi_22 ul.column > li .pages > ul > li .sub {
  padding: 0.25em 0;
}
.footer_navi_22 ul.column > li .pages > ul > li .sub a {
  font-size: 0.8125em;
}
.footer_navi_22 ul.column > li .pages > ul > li .sub ul {
  margin-top: 0.375em;
  margin-left: 0.5em;
  padding: 0 0.5em;
  border-left: 2px solid #009fe8;
}
.footer_navi_22 ul.column > li .pages > ul > li .sub ul li a {
  font-size: 0.8125em;
  display: block;
  padding: 0.375em 0;
}
.footer_navi_22 ul.column > li .sns_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.5em;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .footer_navi_22 ul.column > li .sns_set {
    margin: 0 5px 1em;
  }
}
.footer_navi_22 ul.column > li .sns_set > div {
  width: 100%;
}
.footer_navi_22 ul.column > li .sns_set span.icon {
  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;
  margin: 0 auto;
  padding: 0.5em 0;
}
.footer_navi_22 ul.column > li .sns_set span.icon img {
  height: 1em;
}
.footer_navi_22 ul.column > li .sns_set .tweet {
  background: #1da1f2;
}
.footer_navi_22 ul.column > li .sns_set .facebook {
  background: #295199;
}
.footer_navi_22 ul.column > li .sns_set .youtube {
  background: #f00;
}
.footer_navi_22 ul.column > li ul.sub_set {
  margin: 0 0 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.footer_navi_22 ul.column > li ul.sub_set li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.footer_navi_22 ul.column > li ul.sub_set li a {
  display: block;
  font-size: 0.8125em;
  line-height: 1.5;
  padding: 0.5em 0.5em;
}
.footer_navi_22 ul.column > li .reg_button a,
.footer_navi_22 ul.column > li .reg_login_button a {
  display: block;
  text-align: center;
  border-radius: 3px;
  font-size: 0.875em;
  padding: 0.75em;
}
.footer_navi_22 ul.column > li .reg_button a {
  background: #29abe2;
}
.footer_navi_22 ul.column > li .reg_login_button {
  margin-top: 5px;
}
.footer_navi_22 ul.column > li .reg_login_button a {
  background: #ef5c4e;
}
.footer_navi_22 .organization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_navi_22 .organization p.title {
  margin-bottom: 0.5em;
  font-size: 0.8125em;
}
.footer_navi_22 .organization .org_info {
  width: calc(25% - 1.5em);
}
.footer_navi_22 .organization .org_info .banner {
  width: 100%;
  min-height: 50px;
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.footer_navi_22 .organization .org_info .banner img {
  width: 90%;
}
.footer_navi_22 .organization .contact {
  width: calc(50% - 1.5em);
  border-left: 1px solid #fff;
  padding-left: 0.5em;
}
.footer_navi_22 .organization .contact p.name {
  font-size: 0.875em;
  line-height: 1.5;
  margin: 0.25em 0;
}
.footer_navi_22 .organization .contact .add {
  margin-bottom: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_navi_22 .organization .contact .add a.mailadd {
  margin-left: 0.75em;
}
.footer_navi_22 .organization .contact .add a.mailadd span:before {
  margin-right: 0.25em;
}
.footer_navi_22 .organization .contact ul.other_page li a {
  display: block;
  font-size: 0.8125em;
  padding: 0.5em 0 0;
}
@media screen and (max-width: 1119px) {
  .footer_navi_22 .organization {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_navi_22 .organization .org_info {
    width: calc(50% - 1em);
    margin-bottom: 1.5em;
  }
  .footer_navi_22 .organization .org_info .banner {
    min-height: 70px;
  }
  .footer_navi_22 .organization .contact {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer_navi_22 .organization {
    font-size: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_navi_22 .organization .org_info {
    width: 100%;
    margin-bottom: 1em;
  }
  .footer_navi_22 .organization .org_info .banner {
    min-height: 50px;
  }
  .footer_navi_22 .organization .org_info .banner img {
    width: 70%;
    max-width: 300px;
  }
  .footer_navi_22 .organization .contact {
    margin-top: 2em;
    width: 100%;
  }
  .footer_navi_22 .organization .contact p.info a {
    display: block;
    margin-left: 0;
    margin-top: 0.25em;
  }
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav .layout_area {
  padding-top: 85px;
}
@media screen and (max-width: 1023px) {
  #g-nav .layout_area {
    padding-top: 60px;
  }
}
#g-nav .layout_area .ins {
  padding: 20px;
}
#g-nav ul.layout_area {
  display: none;
}
#g-nav.panelactive ul.layout_area {
  display: block;
}
#g-nav .button_pad_1 {
  margin-bottom: 30px;
}
#g-nav .button_pad_2 {
  margin-bottom: 30px;
}
#g-nav .reg_button a,
#g-nav .reg_login_button a {
  display: block;
  font-size: 1em;
  padding: 0.75em;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 5px;
}
#g-nav .reg_button a {
  background: #29abe2;
}
#g-nav .reg_login_button a {
  background: #ef5c4e;
}
#g-nav ul.modalnav li a {
  color: #000;
}
#g-nav ul.modalnav li .category {
  font-weight: bold;
  font-size: 1.25em;
  border-bottom: 1px solid #999;
  margin-bottom: 0.5em;
  padding-bottom: 0.125em;
}
#g-nav ul.modalnav li .pages {
  margin-bottom: 2em;
  margin-left: 0px;
}
#g-nav ul.modalnav li .pages > ul > li {
  font-size: 1.125em;
}
#g-nav ul.modalnav li .pages > ul > li > a {
  display: block;
  padding: 0.5em 0;
}
#g-nav ul.modalnav li .pages .sub {
  padding: 0.3125em 0;
}
#g-nav ul.modalnav li .pages .sub ul {
  margin-top: 0.5em;
  margin-left: 0.5em;
  padding: 0 0.75em;
  border-left: 2px solid #009fe8;
}
#g-nav ul.modalnav li .pages .sub ul li a {
  font-size: 0.9125em;
  display: block;
  padding: 0.5em 0;
}
#g-nav .sns_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 0;
  border-radius: 4px;
  overflow: hidden;
}
#g-nav .sns_set > div {
  width: 100%;
}
#g-nav .sns_set span.icon {
  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;
  margin: 0 auto;
  padding: 1em 0;
}
#g-nav .sns_set span.icon img {
  height: 1em;
}
#g-nav .sns_set .tweet {
  background: #1da1f2;
}
#g-nav .sns_set .facebook {
  background: #295199;
}
#g-nav .sns_set .youtube {
  background: #f00;
}
#g-nav ul.sub_set {
  margin: 2em 0;
}
#g-nav ul.sub_set li {
  font-size: 1.125em;
}
#g-nav ul.sub_set li a {
  color: #000;
  display: block;
  padding: 0.5em 0;
}

.topBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: block;
  border: 1px solid #fff;
  background-color: rgb(0, 0, 0);
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.topBtn:before {
  content: "▲";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.topBtn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1023px) {
  .topBtn_area {
    display: none;
  }
}
span.iconWrap_v901 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
span.iconWrap_v901.set_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
span.iconWrap_v901.set_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
span.iconWrap_v901:before {
  content: "";
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  margin-right: 0.125em;
  margin-bottom: 0.1em;
}
span.iconWrap_v901.arrow-bk:before {
  background-image: url("../images/icon/arrow-circle-right-solid.svg");
}
span.iconWrap_v901.arrow-white:before {
  background-image: url("../images/icon/arrow-circle-right-solid-white.svg");
}
span.iconWrap_v901.envelope-white:before {
  background-image: url("../images/icon/envelope-regular-white.svg");
}
span.iconWrap_v901.check-red:before {
  background-image: url("../images/icon/check-solid.svg");
  height: 1.125em;
  width: 1.125em;
  margin-right: 0.25em;
}
span.iconWrap_v901.etPlus:before {
  background-image: url("../images/icon/etPlus.svg");
  height: 1.25em;
  width: 1.25em;
  margin-right: 0.25em;
}
span.iconWrap_v901.list-white:before {
  background-image: url("../images/icon/list_icon_white.svg");
}
span.iconWrap_v901.list-white.fs150:before {
  margin-right: 0.25em;
  height: 1.5em;
  width: 1.5em;
}

.offtype_block {
  opacity: 0.5;
}
.offtype_block a {
  pointer-events: none;
}

.main_wrap {
  padding-top: 85px;
}
@media screen and (max-width: 1023px) {
  .main_wrap {
    padding-top: 60px;
  }
}

.ins_page_link {
  margin-top: -65px;
  padding-top: 65px;
}
@media screen and (max-width: 1023px) {
  .ins_page_link {
    margin-top: -85px;
    padding-top: 85px;
  }
}

br.display_max599 {
  display: block;
}
@media screen and (min-width: 600px) {
  br.display_max599 {
    display: none;
  }
}

.contact_at_management_office {
  margin: 0 1em;
  background: #f4f4f4;
  margin: 3em 0;
  padding: 2em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .contact_at_management_office {
    margin: 0 0.5em;
  }
}
.contact_at_management_office h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.contact_at_management_office p {
  font-size: 1.125em;
  line-height: 1.5;
}

.exhibit_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exhibit_contact 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;
  padding: 1em 2em;
  border-radius: 3.5em;
  background: #000;
}
.exhibit_contact a:hover {
  background: #999;
}
.exhibit_contact p {
  font-size: 1.25em;
  color: #fff;
  margin-left: 10px;
}
.exhibit_contact .icon.bbg {
  width: 1.25em;
  height: 1.25em;
}
.exhibit_contact .icon.bbg img {
  width: 100%;
}

.arrow_SVG_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow_SVG_wrap span {
  display: block;
}
.arrow_SVG_wrap .arrow {
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}
a.arrow {
  display: block;
  padding-left: 1.25em;
  line-height: 1em;
  background: url(../images/icon/arrow-right.svg) left 0px top 0 no-repeat;
  background-size: 1em auto;
}

.bbvr2022 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5em 0;
}
.bbvr2022 a {
  display: block;
  background: #ef5c4e;
  color: #fff;
  padding: 1em 2em;
  font-size: 1.25em;
  border-radius: 4px;
}
@media screen and (max-width: 559px) {
  .bbvr2022 a {
    width: 100%;
    margin: 0 0.5em;
    font-size: 1.125em;
    text-align: center;
    padding: 1em 0;
  }
}
.bbvr2022 a:hover {
  background: rgba(239, 92, 78, 0.7);
}
.bbvr2022.closing a {
  pointer-events: none;
  opacity: 0.5;
}

.bbvr2021 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5em 0;
}
.bbvr2021 a {
  display: block;
  background: #ef5c4e;
  color: #fff;
  padding: 1em 2em;
  font-size: 1.25em;
  border-radius: 3.25em;
}
@media screen and (max-width: 559px) {
  .bbvr2021 a {
    width: 100%;
    margin: 0 0.5em;
    font-size: 1.125em;
    text-align: center;
    padding: 1em 0;
    border-radius: 6px;
  }
}
.bbvr2021.closing a {
  pointer-events: none;
  opacity: 0.5;
}

.page_title_area {
  border-bottom: 0px solid #000;
  margin: 0 0 50px;
  padding-top: 40px;
  padding-bottom: 1em;
  background-image: url("../images/index/middle_all.jpg?");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .page_title_area {
    margin: 0 0 30px;
    padding-top: 20px;
  }
}
.page_title_area .title_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_title_area .title_layout .title_txt .category {
  font-size: 1.25em;
  margin-bottom: 0.25em;
}
.page_title_area .title_layout .title_txt h1 {
  font-size: 2.75em;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .page_title_area .title_layout .title_txt h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 559px) {
  .page_title_area .title_layout .title_txt h1 {
    font-size: 2em;
  }
}
.page_title_area .title_layout p.en_pages {
  margin-left: 1em;
  margin-bottom: 5px;
}
.page_title_area .title_layout p.en_pages a {
  background: #fff;
  display: block;
  padding: 0.25em 0.75em;
  color: #333;
  font-size: 0.875em;
  font-weight: bold;
  border-radius: 1.5em;
}
.page_title_area .title_layout p.en_pages a:before {
  display: none;
  content: "\f061";
  font-family: "Font Awesome 5 Solid";
}
@media screen and (max-width: 999px) {
  .page_title_area .title_layout p.en_pages a {
    font-size: 0.875em;
  }
}
.page_title_area .title_layout ul.group_pages {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_title_area .title_layout ul.group_pages li {
  margin-top: 5px;
  margin-right: 5px;
}
.page_title_area .title_layout ul.group_pages li a {
  display: block;
  border: 2px solid #333;
  padding: 0.25em 0.5em;
  border-radius: 1.5em;
  color: #333;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .page_title_area .title_layout ul.group_pages li a {
    font-size: 0.875em;
  }
}
.page_title_area .title_layout ul.group_pages li a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}
.page_title_area .title_layout ul.group_pages li a:hover {
  background: #eee;
}

.page_contents_area {
  min-height: 80vh;
}

.column_pack.block_pad {
  padding: 5em 0;
}
.column_pack.block_pad.topPad_off {
  padding: 0 0 5em;
}
@media screen and (max-width: 599px) {
  .column_pack.block_pad {
    padding: 3em 0;
  }
  .column_pack.block_pad.topPad_off {
    padding: 0 0 3em;
  }
}
.column_pack.unit_pad {
  padding: 3em 0;
}
.column_pack.unit_pad:first-child {
  padding: 0 0 3em;
}
@media screen and (max-width: 599px) {
  .column_pack.unit_pad {
    padding: 2em 0;
  }
  .column_pack.unit_pad:first-child {
    padding: 0 0 2em;
  }
}
.column_pack.adjacent_pad {
  padding: 5em 0;
}
.column_pack.adjacent_pad:first-child {
  padding: 0 0 5em;
}

.headline_h201 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

.headline_h202 {
  font-size: 1.5em;
  padding: 0.5em 1em;
  border-radius: 2.5em;
  background: rgba(77, 194, 187, 0.5);
  margin: 0 0 1em;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 999px) {
  .headline_h202 {
    font-size: 1.25em;
    padding: 0.5em 0.75em;
    border-radius: 6px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.headline_h203 {
  border-top: 4px solid #4dc2bb;
  font-size: 2em;
  line-height: 1.25;
  color: #4dc2bb;
  padding: 0.325em 0;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 999px) {
  .headline_h203 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 599px) {
  .headline_h203 {
    font-size: 1.5em;
  }
}

.column_a01 {
  margin: 0 0.5em;
}
@media screen and (max-width: 599px) {
  .column_a01 {
    margin: 0 5px;
  }
}
.column_a01 p {
  line-height: 1.6;
  margin-bottom: 1em;
}
.column_a01 p:last-child {
  margin-bottom: 0;
}
.column_a01.p_plus p {
  font-size: 1.125em;
  line-height: 1.7;
  margin-bottom: 1em;
}
.column_a01.p_plus p:last-child {
  margin-bottom: 0;
}

.indent_1em p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: auto;
  margin-bottom: auto;
}

.link_button_pt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link_button_pt01 a {
  display: block;
  background: #e33;
  margin: 0 auto;
  padding: 0.5em 2em;
  width: auto;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  border-radius: 2em;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.link_button_pt01 a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.8;
}
.link_button_pt01 a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}
@media screen and (max-width: 599px) {
  .link_button_pt01 a {
    width: calc(100% - 0.5em);
    border-radius: 6px;
    padding: 0.5em 0.5em;
    line-height: 1.25;
  }
}

.column_visitor_reservation_app {
  padding: 5em 0;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .column_visitor_reservation_app {
    padding: 3em 0;
  }
}
.column_visitor_reservation_app.bg_plus01 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d5d4d0), color-stop(1%, #d5d4d0), color-stop(31%, #eeeeec), color-stop(75%, #efeeec), to(#e9e9e7));
  background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
}
.column_visitor_reservation_app .app_button a {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 1.75em;
  padding: 0.5em 1em;
  border-radius: 3.5em;
  width: 90%;
  max-width: 680px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 559px) {
  .column_visitor_reservation_app .app_button a {
    font-size: 1.25em;
  }
}
.column_visitor_reservation_app .app_button a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}
.column_visitor_reservation_app .app_button a:hover {
  opacity: 0.7;
}
.column_visitor_reservation_app .app_button.offtype {
  pointer-events: none;
  opacity: 0.5;
}
.column_visitor_reservation_app .sub_int {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 499px) {
  .column_visitor_reservation_app .sub_int {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.column_visitor_reservation_app .sub_int a {
  display: block;
  margin: 0 0.75em;
  font-size: 1.125em;
  color: #000;
}
@media screen and (max-width: 499px) {
  .column_visitor_reservation_app .sub_int a {
    margin: 0.25em 0.5em;
  }
}
.column_visitor_reservation_app .sub_int a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}
.column_visitor_reservation_app .sub_int a .svg-inline--fa {
  color: #ef5c4e;
}
.column_visitor_reservation_app .sub_int.offtype {
  pointer-events: none;
  opacity: 0.5;
}
.column_visitor_reservation_app.app_reservation_set .app_button a {
  background: #ef5c4e;
}
.column_visitor_reservation_app.app_reservation_set .sub_int a .svg-inline--fa {
  color: #ef5c4e;
}
.column_visitor_reservation_app.app_exhibition_set .app_button a {
  background: #29abe2;
}
.column_visitor_reservation_app.app_exhibition_set .sub_int a .svg-inline--fa {
  color: #29abe2;
}