/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://github.com/google/material-design-icons
 */




/* Use the font */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/assets/material-icons-regular-d7f083631d2357fe2c2c75d353cb1d6deaceb0249e07d00a59f9cdffbbccf35a.woff2) format('woff2'),
       url(/assets/material-icons-regular-a9f2f380dd4aab1414f47620e68d9bf7d45cece149be7fec8a94e532e1660cb1.woff) format('woff');
}

/* Base class */
.material-icons,
.mi {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
@charset "UTF-8";
/* line 7, app/assets/stylesheets/template_style.scss */
body:not(.mce-content-body):not(.articles):not(.exhibitions):not(.exhibits) * {
  margin: 0;
  padding: 0;
}

/* line 11, app/assets/stylesheets/template_style.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 18, app/assets/stylesheets/template_style.scss */
html, body {
  height: 100%;
}

/* line 21, app/assets/stylesheets/template_style.scss */
body {
  font-size: 14px;
  color: #383f48;
  font-family: 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background: white;
  -webkit-text-size-adjust: 100%;
}

/* line 29, app/assets/stylesheets/template_style.scss */
#main {
  background: white;
}

/* line 32, app/assets/stylesheets/template_style.scss */
#main-in {
  padding-left: 275px;
}

/* line 35, app/assets/stylesheets/template_style.scss */
#main p {
  margin-bottom: 1em;
  line-height: 1.5;
}

/* line 40, app/assets/stylesheets/template_style.scss */
#main p a {
  text-decoration: underline;
}

/* line 44, app/assets/stylesheets/template_style.scss */
#main .inner {
  padding: 60px;
}

/* main-visual */
/* line 49, app/assets/stylesheets/template_style.scss */
#main-visual {
  height: 400px;
  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;
}

/* line 62, app/assets/stylesheets/template_style.scss */
#main-visual h2 {
  font-size: 180%;
  color: #fff;
}

/* line 66, app/assets/stylesheets/template_style.scss */
body:not(.mce-content-body) h3 {
  font-size: 131%;
  margin-bottom: .7em;
}

/* line 72, app/assets/stylesheets/template_style.scss */
.mt-0 {
  margin-top: 0rem;
}

/* line 73, app/assets/stylesheets/template_style.scss */
.mt-1 {
  margin-top: 0.25rem;
}

/* line 74, app/assets/stylesheets/template_style.scss */
.mt-2 {
  margin-top: 0.5rem;
}

/* line 75, app/assets/stylesheets/template_style.scss */
.mt-3 {
  margin-top: 1rem;
}

/* line 76, app/assets/stylesheets/template_style.scss */
.mt-4 {
  margin-top: 1.5rem;
}

/* line 77, app/assets/stylesheets/template_style.scss */
.mt-5 {
  margin-top: 3rem;
}

/* line 79, app/assets/stylesheets/template_style.scss */
.mb-0 {
  margin-bottom: 0rem;
}

/* line 80, app/assets/stylesheets/template_style.scss */
.mb-1 {
  margin-bottom: 0.25rem;
}

/* line 81, app/assets/stylesheets/template_style.scss */
.mb-2 {
  margin-bottom: 0.5rem;
}

/* line 82, app/assets/stylesheets/template_style.scss */
.mb-3 {
  margin-bottom: 1rem;
}

/* line 83, app/assets/stylesheets/template_style.scss */
.mb-4 {
  margin-bottom: 1.5rem;
}

/* line 84, app/assets/stylesheets/template_style.scss */
.mb-5 {
  margin-bottom: 3rem;
}

/* line 86, app/assets/stylesheets/template_style.scss */
#copyright a {
  color: #666;
  text-decoration: none;
}

/* line 90, app/assets/stylesheets/template_style.scss */
#copyright a:hover {
  text-decoration: underline;
}

/* line 94, app/assets/stylesheets/template_style.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* ここから */
/* line 114, app/assets/stylesheets/template_style.scss */
#global-head {
  position: fixed;
  color: #033560;
  width: 260px;
  text-align: center;
  padding-top: 60px;
  z-index: 100;
}

/* line 123, app/assets/stylesheets/template_style.scss */
#sidebar {
  font-size: 15px;
  padding-top: 120px;
  width: 260px;
  height: 100%;
  position: fixed;
  color: #033560;
  background: #fff;
  text-align: center;
}

/* line 134, app/assets/stylesheets/template_style.scss */
#global-nav ul {
  list-style: none;
  margin-left: 0;
}

/* line 138, app/assets/stylesheets/template_style.scss */
#global-nav > ul > li {
  position: relative;
}

/* line 142, app/assets/stylesheets/template_style.scss */
#global-nav a {
  color: #033560;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

/* line 151, app/assets/stylesheets/template_style.scss */
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
  color: #fff;
  background: #033560;
}

/* line 157, app/assets/stylesheets/template_style.scss */
#global-nav .sub-menu-nav a,
#global-nav .sub-menu.is-active .sub-menu-nav {
  width: 230px;
}

/* sub-menu icon */
/* line 163, app/assets/stylesheets/template_style.scss */
#global-nav .sub-menu-head {
  position: relative;
}

/* line 166, app/assets/stylesheets/template_style.scss */
#global-nav .sub-menu-head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #033560;
  border-right: 1px solid #033560;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* sub-menu */
/* line 185, app/assets/stylesheets/template_style.scss */
#global-nav .sub-menu-nav {
  position: fixed;
  background: #033560;
  color: #fff;
  top: 0;
  padding-top: 90px;
  left: 275px;
  width: 0;
  height: 100%;
  overflow: hidden;
  z-index: 5;
  -moz-transition: width .2s ease-out;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
}

/* line 201, app/assets/stylesheets/template_style.scss */
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
  border-color: #fff;
}

/* line 205, app/assets/stylesheets/template_style.scss */
#global-nav .sub-menu-nav a {
  color: #fff;
}

/* line 208, app/assets/stylesheets/template_style.scss */
#global-nav .sub-menu-nav a:hover {
  color: #033560;
  background: #fff;
}

/* nav-toggle */
/* line 215, app/assets/stylesheets/template_style.scss */
#nav-toggle {
  display: none;
  position: absolute;
  right: 15px;
  height: 32px;
}

/* line 221, app/assets/stylesheets/template_style.scss */
#nav-toggle > div {
  position: relative;
  width: 32px;
}

/* line 225, app/assets/stylesheets/template_style.scss */
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #033560;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

/* line 237, app/assets/stylesheets/template_style.scss */
#nav-toggle span:nth-child(1) {
  top: 0;
}

/* line 240, app/assets/stylesheets/template_style.scss */
#nav-toggle span:nth-child(2) {
  top: 11px;
}

/* line 243, app/assets/stylesheets/template_style.scss */
#nav-toggle span:nth-child(3) {
  top: 22px;
}

/* line 248, app/assets/stylesheets/template_style.scss */
#overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 260, app/assets/stylesheets/template_style.scss */
.container {
  padding: 0px 5vw;
}

/* line 264, app/assets/stylesheets/template_style.scss */
.flex_2_block {
  flex: 0 0 50%;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-bottom: 5vh;
}

@media all and (-ms-high-contrast: none) {
  /* line 271, app/assets/stylesheets/template_style.scss */
  .flex_2_block {
    flex: 0 0 45%;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-bottom: 5vh;
  }
}

/* line 279, app/assets/stylesheets/template_style.scss */
.flex_full_block {
  flex: 0 0 100%;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

/* line 286, app/assets/stylesheets/template_style.scss */
.flex_4_block {
  flex: 0 0 25%;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-bottom: 5vh;
}

/* timeテーブル用 レスポンシブ*/
/* line 298, app/assets/stylesheets/template_style.scss */
.tbl-r02 th {
  border: solid 1px #c5c5c5;
  color: #fff;
  padding: 10px;
}

/* line 303, app/assets/stylesheets/template_style.scss */
.tbl-r02 td {
  padding: 10px;
}

@media screen and (max-width: 900px) {
  /* line 308, app/assets/stylesheets/template_style.scss */
  .last td:last-child {
    border-bottom: solid 1px #c5c5c5;
    width: 100%;
  }
  /* line 312, app/assets/stylesheets/template_style.scss */
  .tbl-r02 {
    width: 80%;
  }
  /* line 315, app/assets/stylesheets/template_style.scss */
  .tbl-r02 th,
.tbl-r02 td {
    display: block;
    width: 100% !important;
  }
}

@media screen and (max-width: 900px) {
  /* line 324, app/assets/stylesheets/template_style.scss */
  #main-in {
    padding-left: 0;
    padding-top: 80px;
  }
  /* line 329, app/assets/stylesheets/template_style.scss */
  #global-head {
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    display: -webkit-flex;
    display: flex;
  }
  /* line 337, app/assets/stylesheets/template_style.scss */
  #sidebar {
    /*display: none;*/
    position: fixed;
    right: -300px;
    top: 0;
    height: 100%;
    width: 300px;
    color: #333;
    background: #fff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  /* スマホサイズは下にサブメニュー展開 */
  /* line 351, app/assets/stylesheets/template_style.scss */
  #global-nav .sub-menu-head:after {
    display: none;
  }
  /* line 357, app/assets/stylesheets/template_style.scss */
  #nav-toggle {
    display: block;
    margin-top: 10px;
  }
  /* line 361, app/assets/stylesheets/template_style.scss */
  #global-nav .sub-menu-nav a,
#global-nav .sub-menu.is-active .sub-menu-nav {
    position: static;
    width: 300px;
    padding-top: 0px !important;
  }
  /* line 367, app/assets/stylesheets/template_style.scss */
  #global-nav .sub-menu-nav a:hover {
    color: #fff;
    background: #033560;
  }
  /* nav open */
  /* line 373, app/assets/stylesheets/template_style.scss */
  .open {
    overflow: hidden;
  }
  /* line 376, app/assets/stylesheets/template_style.scss */
  .open #overlay {
    display: block;
  }
  /* line 379, app/assets/stylesheets/template_style.scss */
  .open #sidebar {
    padding-top: 180px;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  /* #nav-toggle close */
  /* line 386, app/assets/stylesheets/template_style.scss */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 392, app/assets/stylesheets/template_style.scss */
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  /* line 396, app/assets/stylesheets/template_style.scss */
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* z-index */
  /* line 404, app/assets/stylesheets/template_style.scss */
  #overlay {
    z-index: 200;
  }
  /* line 407, app/assets/stylesheets/template_style.scss */
  #sidebar {
    z-index: 300;
  }
  /* line 410, app/assets/stylesheets/template_style.scss */
  #nav-toggle {
    z-index: 400;
  }
  /* スケジュール */
  /* line 415, app/assets/stylesheets/template_style.scss */
  .flex_2_block {
    flex: 0 0 100%;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-bottom: 5vh;
  }
  /* line 421, app/assets/stylesheets/template_style.scss */
  .flex_full_block {
    flex: 0 0 100%;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-bottom: 5vh;
  }
}

/* line 429, app/assets/stylesheets/template_style.scss */
section.page-header {
  background-color: white;
  z-index: 10;
}

/* line 433, app/assets/stylesheets/template_style.scss */
header.Head {
  z-index: 500;
}

/* line 437, app/assets/stylesheets/template_style.scss */
footer.Foot {
  position: relative;
  z-index: 150;
}

/* line 444, app/assets/stylesheets/template_style.scss */
.ticker {
  text-align: left;
  position: relative;
  overflow: hidden;
  width: 500px;
}

/* line 450, app/assets/stylesheets/template_style.scss */
.ticker ul {
  width: 100%;
  position: relative;
}

/* line 454, app/assets/stylesheets/template_style.scss */
.ticker ul li {
  width: 100%;
  display: none;
}

@media (max-width: 1200px) {
  /* line 460, app/assets/stylesheets/template_style.scss */
  .ticker {
    width: 250px;
  }
}

/* line 465, app/assets/stylesheets/template_style.scss */
.pr-3, .px-3 {
  padding-right: 1rem !important;
}

/* line 469, app/assets/stylesheets/template_style.scss */
.badge-danger {
  background-color: #dc3545;
  color: #FFF;
}

/* line 474, app/assets/stylesheets/template_style.scss */
.badge-warning {
  background-color: #ffc107;
  color: #FFF;
}

/* line 479, app/assets/stylesheets/template_style.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 482, app/assets/stylesheets/template_style.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 493, app/assets/stylesheets/template_style.scss */
span.notification_count {
  position: absolute;
  top: 0;
  left: 2.2rem;
  z-index: 1;
}

/* line 499, app/assets/stylesheets/template_style.scss */
.position-relative {
  position: relative !important;
}

/* line 507, app/assets/stylesheets/template_style.scss */
.HeadInner a:hover {
  text-decoration: underline;
}

/* line 512, app/assets/stylesheets/template_style.scss */
.Head nav > ul > li.close {
  opacity: 0.5;
}

/* line 516, app/assets/stylesheets/template_style.scss */
.Head nav > ul > li.close:hover {
  opacity: 1;
}

/* line 520, app/assets/stylesheets/template_style.scss */
.move_popup {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
