@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
body {
  font-family: 'Roboto', sans-serif; }

.column_visitor_reservation_app .normal_int {
  display: block; }

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

ul.list_tab_en {
  margin: 1em 0 4em;
  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; }
  ul.list_tab_en li {
    margin: 3px; }
  ul.list_tab_en li a {
    display: block;
    width: 100%;
    color: #fff;
    background: #00a0e9;
    font-size: 1em;
    border-radius: 4px;
    padding: 0.5em 1em; }
    @media screen and (max-width: 999px) {
      ul.list_tab_en li a {
        font-size: 1em;
        padding: 0.75em 1.5em; } }
    ul.list_tab_en li a:hover {
      color: #fff;
      background: rgba(0, 160, 233, 0.5); }

@media screen and (min-width: 1000px) {
  .list_theme_company p.name {
    width: 30em; } }

.index_title_area .title_area {
  padding: 8em 0; }
  @media screen and (max-width: 559px) {
    .index_title_area .title_area {
      padding: 3.5em 0; } }
  .index_title_area .title_area h2 a {
    display: block;
    color: #fff;
    max-width: 700px;
    margin: 15px auto 30px;
    border: 8px solid #fff;
    color: #fff;
    padding: 1em 0.25em;
    font-size: 2em;
    font-weight: bold; }
    @media screen and (max-width: 559px) {
      .index_title_area .title_area h2 a {
        font-size: 1.5em; } }
    @media screen and (max-width: 369px) {
      .index_title_area .title_area h2 a {
        font-size: 1.25em; } }

ul.index_conf_thumb_wrap li .name:after {
  content: "";
  margin: 0; }

ul.index_conf_thumb_06 .name:after {
  content: "";
  margin: 0; }

.about_contents p.detail {
  font-size: 2em; }
  @media screen and (max-width: 999px) {
    .about_contents p.detail {
      font-size: 1.5em; } }
  @media screen and (max-width: 599px) {
    .about_contents p.detail {
      font-size: 1.25em; } }

.et_profile h3 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px dotted #999;
  margin-bottom: 0.4em;
  padding-bottom: 0.4em; }

.et_profile p + h3 {
  margin-top: 2em; }

ul.iot_profile {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 3em; }
  ul.iot_profile li {
    font-size: 1.125em;
    line-height: 1.5;
    margin-bottom: 0.25em; }

.wsetTB th {
  text-align: left; }

/* -----------------------------------------------------
expo_banner01
2018年1月30日火曜日
-----------------------------------------------------*/
.expo_banner01 > div:hover {
  opacity: 0.95;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

.expo_banner01 > div.reports {
  opacity: 0.45;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); }

.reports a {
  cursor: default; }

/* -----------------------------------------------------
スライド、見出し
2018年1月31日水曜日
-----------------------------------------------------*/
.photobox {
  margin-bottom: 30px; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  padding: 0;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-slide img {
  width: 100%; }

h2.following_2017 {
  margin-top: 3em;
  background: #000;
  border-radius: 0.25em;
  padding: 0.125em;
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  text-align: center; }

h2.following_2017:before {
  content: "\f0ab";
  font-family: fontAwesome;
  margin-right: 0.25em; }

.about_contents {
  text-align: center; }
  @media screen and (min-width: 600px) {
    .about_contents .under_559 {
      display: none; } }
  @media screen and (max-width: 559px) {
    .about_contents .under_559 {
      display: block; } }
  .about_contents h3 {
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1.25; }
    .about_contents h3 span.event_name {
      display: block;
      font-size: 150%; }
    @media screen and (max-width: 999px) {
      .about_contents h3 {
        font-size: 1.25em; } }
  .about_contents p.new_days {
    font-size: 1.75em;
    font-weight: 700;
    margin: 0.25em 0 1em; }
    .about_contents p.new_days span {
      font-size: 150%; }
    @media screen and (max-width: 999px) {
      .about_contents p.new_days {
        font-size: 1.5em; } }
  .about_contents .ex_out {
    -webkit-text-decoration: line-through solid red;
    text-decoration: line-through solid red;
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: 700;
    color: #333; }
  .about_contents .venue {
    font-weight: bold;
    font-size: 1.5em; }
    @media screen and (max-width: 999px) {
      .about_contents .venue {
        font-size: 1.25em; } }
  .about_contents .venue_m {
    font-weight: bold;
    font-size: 1.125em;
    margin-top: 0.25em; }
    @media screen and (max-width: 599px) {
      .about_contents .venue_m {
        font-weight: normal;
        font-size: 1em;
        margin-top: 0.5em; }
        .about_contents .venue_m .zip {
          display: none; } }
    @media screen and (max-width: 374px) {
      .about_contents .venue_m {
        font-size: 0.9em; } }
