﻿@charset "UTF-8";
html, body {
  height: 100%; }

body {
  word-wrap: break-word;
  white-space: normal; }

.wrap {
  width: fit-content;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto; }

.body-title {
  background-color: seagreen; }
  .body-title .header-title {
    font-size: 20px; }
  .body-title .header-title, .body-title header-title-en {
    margin-left: 40px;
    margin-right: 40px; }

.body-content {
  width: 942px; }

.box-title {
  border-top: double 5px black;
  border-bottom: double 5px black; }

.btn-app {
  width: 220px; }

table, th, td {
  border: 1px solid #999; }

th, td {
  padding: 3px; }

td {
  background-color: lavender; }

/* map */
.gmap iframe {
  margin-left: auto;
  margin-right: auto;
  width: 600px; }

@media screen and (max-width: 1228px) {
  .wrap {
    width: 100%; }
  .body-title {
    width: 100%;
    min-width: 380px; }
  .body-content {
    width: 100%; }
  /* map */
  .gmap iframe {
    width: 100%; } }

.wrap {
  display: flex;
  flex-direction: column; }
  .wrap .header {
    position: sticky;
    display: block;
    top: 0;
    left: 0;
    height: 54px;
    z-index: 3; }
  .wrap .header-menu {
    width: 254px;
    height: 100%;
    position: sticky;
    top: 54px;
    background-color: #fff;
    z-index: 2;
    border-right: 1px solid darkgreen; }
    .wrap .header-menu .btn-menu-close {
      display: none; }
    .wrap .header-menu .menu {
      width: 250px;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column; }
    .wrap .header-menu .menu li {
      position: relative;
      list-style: none;
      text-align: left;
      margin: 1px; }
    .wrap .header-menu .menu .sidebar-title {
      width: 250px;
      background-color: seagreen;
      color: white;
      padding: 7px 5px; }
    .wrap .header-menu .menu li a {
      display: table;
      padding: 7px 5px;
      width: 250px;
      background-color: #fff;
      color: darkgreen;
      text-decoration: underline;
      vertical-align: middle;
      overflow: hidden;
      border: 1px solid seagreen;
      transition: all .10s ease-out; }
      .wrap .header-menu .menu li a.btn-adjust {
        width: 250px; }
      .wrap .header-menu .menu li a.btn-adjust2 {
        width: 250px; }
      .wrap .header-menu .menu li a img {
        margin-top: -5px; }
    .wrap .header-menu .menu li a:hover {
      background-color: darkseagreen;
      color: white;
      transition: all .5s ease-out; }
    .wrap .header-menu .menu li ul {
      position: static;
      margin: 0;
      padding: 0;
      background-color: #fff;
      z-index: 1; }
    .wrap .header-menu .menu li li a {
      display: table;
      margin-top: 1px;
      padding: 7px 0;
      width: 250px;
      height: 1em;
      transition: all .10s ease-out;
      border: 1px solid seagreen; }
  .wrap .body-title .btn-menu-open {
    display: none; }

@media screen and (max-width: 1228px) {
  .wrap .header-menu {
    height: 100%;
    position: fixed;
    top: 0;
    background-color: seagreen;
    z-index: 4;
    overflow: auto;
    border-right: 5px double #ccc; }
    .wrap .header-menu .btn-menu-close {
      display: block;
      width: 36px;
      height: 36px;
      color: darkgreen;
      font-size: 45px;
      font-weight: 700;
      line-height: 0.5;
      padding: 0;
      box-sizing: border-box;
      border: 2px solid #fff;
      border-radius: 3px;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      background-color: #fff; }
    .wrap .header-menu .menu {
      margin: 10px;
      width: 250px;
      flex-direction: column; }
    .wrap .header-menu .menu li {
      position: static;
      width: 250px;
      margin-bottom: 5px; }
    .wrap .header-menu .menu li a {
      width: 250px;
      display: table;
      margin: 0;
      padding: 10px 0;
      border: none; }
    .wrap .header-menu .menu li a:hover {
      text-decoration: underline; }
    .wrap .header-menu .menu li ul {
      position: static;
      padding: 0;
      background-color: seagreen;
      z-index: 1; }
    .wrap .header-menu .menu li li {
      margin: 0; }
    .wrap .header-menu .menu li li a {
      width: 250px;
      margin-top: 1px;
      padding: 10px 0;
      height: 1em;
      border: none; }
      .wrap .header-menu .menu li li a.btn-adjust {
        width: 250px; }
      .wrap .header-menu .menu li li a.btn-adjust2 {
        width: 250px; }
  .wrap .header-close {
    left: -30px;
    width: 0; }
  .wrap .header-open {
    left: 0;
    width: 320px; }
  .wrap .body-title {
    height: auto;
    min-height: 70px;
    position: fixed;
    top: 0;
    z-index: 1; }
    .wrap .body-title .btn-menu-open {
      display: block;
      position: fixed;
      top: 15px;
      left: 8px;
      width: 40px;
      height: 40px;
      display: inline-block;
      box-sizing: border-box;
      border: 2px solid #fff;
      border-radius: 3px;
      cursor: pointer; }
      .wrap .body-title .btn-menu-open div {
        position: absolute;
        left: 6px;
        height: 4px;
        width: 24px;
        background-color: #fff;
        border-radius: 2px;
        display: inline-block;
        box-sizing: border-box; }
        .wrap .body-title .btn-menu-open div:nth-of-type(1) {
          top: 6px; }
        .wrap .body-title .btn-menu-open div:nth-of-type(2) {
          top: 15px; }
        .wrap .body-title .btn-menu-open div:nth-of-type(3) {
          top: 24px; }
  .wrap .body-content {
    margin-top: 80px; } }

@media screen and (max-width: 575px) {
  .body-content {
    margin-top: 100px !important; } }

html, body {
  height: 100%; }

body {
  word-wrap: break-word;
  white-space: normal; }

.wrap {
  width: fit-content;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto; }

.body-title {
  background-color: seagreen; }
  .body-title .header-title {
    font-size: 20px; }
  .body-title .header-title, .body-title header-title-en {
    margin-left: 40px;
    margin-right: 40px; }

.body-content {
  width: 942px; }

.box-title {
  border-top: double 5px black;
  border-bottom: double 5px black; }

.btn-app {
  width: 220px; }

table, th, td {
  border: 1px solid #999; }

th, td {
  padding: 3px; }

td {
  background-color: lavender; }

/* map */
.gmap iframe {
  margin-left: auto;
  margin-right: auto;
  width: 600px; }

@media screen and (max-width: 1228px) {
  .wrap {
    width: 100%; }
  .body-title {
    width: 100%;
    min-width: 380px; }
  .body-content {
    width: 100%; }
  /* map */
  .gmap iframe {
    width: 100%; } }

footer {
  width: 100%;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0; }

/* 固有 */
/* Entryのみ */
.box-caution {
  padding-left: 1em;
  text-indent: -1em; }

/* ConferencesModelのみ */
.link-jsce img {
  width: 80px; }

.box-point {
  background-color: lightcyan;
  padding: 10px 15px;
  border-radius: 5px; }

.box-heading {
  font-weight: bold; }

.th-main {
  background-color: seagreen;
  color: #fff;
  border-color: #ccc;
  width: 250px; }

.th-sub {
  background-color: lightgreen; }

.table-sm {
  display: none; }

.table-lg {
  width: 800px; }

.expire-span {
  display: inline-block;
  width: 160px; }

.but-span {
  display: inline-block;
  width: 16px; }

@media screen and (max-width: 991px) {
  .table-lg {
    display: none; }
  .table-sm {
    display: table; }
  .th-main {
    width: 750px; }
  .th-sub {
    width: 250px; }
  .th-left {
    width: 185px; }
  .td-sub {
    width: 500px; } }

@media screen and (max-width: 767px) {
  /*.table-sm {
        width: 500px;
    }*/
  .th-main {
    width: 570px; }
  .th-sub {
    width: 190px; }
  .th-left {
    width: 120px; }
  .td-sub {
    width: 380px; } }

@media screen and (max-width: 575px) {
  .th-sub {
    width: 70px; }
  .th-left {
    width: 80px; }
  .td-sub {
    width: auto; } }
