@charset "UTF-8";
/* テキストの折り返し設定 */
.wrap,
.wrap2 {
  word-break: keep-all;
}
.wrap span, .wrap small, .wrap a, .wrap b,
.wrap2 span,
.wrap2 small,
.wrap2 a,
.wrap2 b {
  display: inline-block;
  white-space: nowrap;
}
.wrap wbr + a, .wrap a:first-child,
.wrap2 wbr + a,
.wrap2 a:first-child {
  display: inline;
}
.wrap wbr,
.wrap2 wbr {
  display: inline-block;
}

a.wrap wbr + span, a.wrap span:first-child,
a.wrap wbr + small, a.wrap small:first-child,
a.wrap2 wbr + span,
a.wrap2 span:first-child,
a.wrap2 wbr + small,
a.wrap2 small:first-child {
  display: inline;
}

.not_ws {
  white-space: normal !important;
}

@media only screen and (max-width: 599px) {
  .wrap2,
  .not_ws_sp,
  html[lang=en] .wrap {
    word-break: normal !important;
    white-space: normal !important;
  }
  .wrap2 span, .wrap2 small, .wrap2 a, .wrap2 b,
  .not_ws_sp span,
  html[lang=en] .wrap span,
  .not_ws_sp small,
  html[lang=en] .wrap small,
  .not_ws_sp a,
  html[lang=en] .wrap a,
  .not_ws_sp b,
  html[lang=en] .wrap b {
    display: inline !important;
    white-space: normal !important;
  }
}

@media only screen and (max-width: 979px) {
  .not_ws_tab {
    word-break: normal !important;
    white-space: normal !important;
  }
  .not_ws_tab span, .not_ws_tab small, .not_ws_tab a, .not_ws_tab b {
    display: inline !important;
    white-space: normal !important;
  }
}

/* Misato Portal page */
/* body */
body {
  background: #FFF;
  color: #333;
  text-align: center;
  font-size: 100%;
  line-height: 1.438;
  font-size: 100%;
}

#container {
  overflow-x: hidden;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #container {
    overflow-x: visible;
  }
}
#container > * {
  position: relative;
  z-index: 1;
}

/* 画像 */
img {
  border: 0;
  -webkit-transition: opacity 0.12s ease-out, -webkit-transform 0.12s ease-out, -webkit-filter 0.12s ease-out;
  transition: opacity 0.12s ease-out, -webkit-transform 0.12s ease-out, -webkit-filter 0.12s ease-out;
  transition: opacity 0.12s ease-out, transform 0.12s ease-out, filter 0.12s ease-out;
  transition: opacity 0.12s ease-out, transform 0.12s ease-out, filter 0.12s ease-out, -webkit-transform 0.12s ease-out, -webkit-filter 0.12s ease-out;
}
@media only screen and (max-width: 979px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* フォーカス */
a:focus, button:focus, input:focus, select:focus, textarea:focus, .btn:focus {
  outline: 2px solid #09F;
}

/* リンク */
a {
  -webkit-transition: color 0.12s ease-out;
  transition: color 0.12s ease-out;
}
a:link {
  color: #3D68C3;
  text-decoration: underline;
}
a:visited {
  color: #3D68C3;
}
a:hover {
  color: #CC1204;
}
a:active {
  color: #CC1204;
}
a.btn {
  text-decoration: none;
  -webkit-transition: opacity 0.12s ease-out, -webkit-transform 0.12s ease-out, -webkit-filter 0.12s ease-out;
  transition: opacity 0.12s ease-out, -webkit-transform 0.12s ease-out, -webkit-filter 0.12s ease-out;
  transition: opacity 0.12s ease-out, transform 0.12s ease-out, filter 0.12s ease-out;
  transition: opacity 0.12s ease-out, transform 0.12s ease-out, filter 0.12s ease-out, -webkit-transform 0.12s ease-out, -webkit-filter 0.12s ease-out;
}
a:hover img, a.btn:hover {
  opacity: 0.75;
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  opacity: 1;
  -webkit-filter: brightness(1.12);
          filter: brightness(1.12);
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

:last-child {
  margin-bottom: 0;
}

p, ul, ol, dl, figure {
  margin-bottom: 1em;
}

/* container */
@media only screen and (min-width: 980px) {
  .container {
    width: 980px;
    padding: 0;
  }
}
@media only screen and (max-width: 979px) {
  .container {
    width: auto;
  }
}

/* フッターを最下部に固定する */
body,
#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media only screen and (max-width: 599px) {
  body,
  #container {
    display: block;
  }
}

#footer {
  margin-top: auto !important;
}

/* メインコンテンツ */
main {
  padding: 60px 0 20px;
  padding-top: 6vh;
}
@media only screen and (max-width: 599px) {
  main {
    padding-top: 15px;
  }
}
main > .container {
  position: relative;
}
main > .container > section,
main > .container > article,
main > .container > nav,
main > .container > aside {
  position: relative;
  margin: 50px auto;
}
@media only screen and (max-width: 599px) {
  main > .container > section,
  main > .container > article,
  main > .container > nav,
  main > .container > aside {
    margin: 2.5em auto;
  }
}
main h1 {
  position: relative;
  z-index: 10;
  display: table;
  margin: 50px auto 0;
  margin-top: 10vh;
  font-size: 150%;
}
@media only screen and (max-width: 599px) {
  main h1 {
    margin: 3vh auto 21vh;
  }
  main h1 img {
    width: auto;
    max-height: 42vh;
  }
}
main.has-emergency h1 {
  margin-top: 0;
}

/* メニュー */
#menu {
  margin-top: -5%;
  margin-bottom: 30px;
  margin-bottom: 3vh;
  padding: 50px 65px 0;
}
@media only screen and (max-width: 979px) {
  #menu {
    padding: 50px 35px 0;
  }
}
@media only screen and (max-width: 599px) {
  #menu {
    margin-top: 2.5em;
    margin-bottom: 30px;
    padding: 0 5px;
  }
}
#menu img {
  max-width: 100%;
  height: auto;
}
#menu .row {
  margin: 0;
}
@media only screen and (max-width: 599px) {
  #menu .row {
    margin: 0 -15px;
  }
}
#menu .col {
  padding-top: 25px;
}
#menu #menu-main,
#menu #menu-kanko {
  position: relative;
  margin-top: -50px;
  padding: 0;
}
@media only screen and (max-width: 599px) {
  #menu #menu-main,
  #menu #menu-kanko {
    margin-top: 0;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 399px) {
  #menu #menu-main,
  #menu #menu-kanko {
    float: none !important;
    width: 64%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 399px) {
  #menu #menu-main.tmp {
    margin-left: 0;
    z-index: 2;
  }
}
#menu #menu-kanko {
  float: right;
}
@media only screen and (max-width: 399px) {
  #menu #menu-kanko {
    margin-top: 10%;
  }
  #menu #menu-kanko.tmp {
    margin-top: -18%;
    margin-right: 0;
    z-index: 1;
  }
}
#menu #menu-sns {
  padding-top: 20px;
}
@media only screen and (max-width: 979px) {
  #menu #menu-sns {
    padding-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  #menu #menu-sns {
    padding-top: 10%;
  }
}
#menu #menu-sns a.btn {
  display: inline-block;
  width: 40%;
  max-width: 142px;
  margin: 0 4%;
  padding: 4.5% 6px 5.5%;
  border: 0;
  border-radius: 10px;
  background: #666;
  color: #FFF;
  font-weight: bold;
  white-space: normal;
  font-size: 112.5%;
  line-height: 1.2;
}
@media only screen and (max-width: 979px) {
  #menu #menu-sns a.btn {
    font-size: 100%;
  }
}
#menu #menu-sns a.btn.btn-twitter {
  background: #000000;
  text-shadow: 0 0 4px black;
}
#menu #menu-sns a.btn.btn-facebook {
  background: #1778F2;
  text-shadow: 0 0 4px #09499a;
}
#menu #menu-sns a.btn span {
  display: block;
}
#menu #menu-sns a.btn img {
  margin: 2px 2px 7px;
}
#menu #menu-line {
  margin-top: -105px;
}
@media only screen and (max-width: 979px) {
  #menu #menu-line {
    margin-top: -85px;
  }
}
@media only screen and (max-width: 599px) {
  #menu #menu-line {
    margin-top: 0;
  }
}

/* 緊急情報 */
#emergency {
  margin: 38px 20px 52px;
  padding: 9px 17px;
  text-align: left;
  border: 9px solid #b6252b;
  border-radius: 10px;
  background: #FFF;
  color: #000;
}
@media only screen and (max-width: 599px) {
  #emergency {
    margin: 0;
  }
}
#emergency h2 {
  width: 7em;
  margin: 0 -8px 0.5em;
  padding: 5px;
  background: #C1272D;
  color: #FFF;
  font-size: 112.5%;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
#emergency p strong {
  font-weight: normal;
}
#emergency time:after {
  content: " ";
}

/* 広告 */
#nav-banner {
  width: 79%;
  margin: 30px auto 0;
  margin-top: 3vh;
  padding: 5px 15px 4px;
  border-radius: 3px;
  background: #FFF;
  background: rgba(255, 255, 255, 0.84);
  color: #333;
}
@media only screen and (max-width: 599px) {
  #nav-banner {
    width: auto;
    margin: 20vh auto 0;
    padding: 0 8px 2px;
  }
}
#nav-banner.table {
  display: table;
  width: auto;
  max-width: 95%;
}
@media only screen and (max-width: 599px) {
  #nav-banner.table {
    max-width: none;
  }
}
@media only screen and (max-width: 599px) {
  #nav-banner h2 {
    position: static;
    width: auto;
    height: auto;
    clip: auto;
    margin: 0 -8px 0.5em;
    padding: 0.5em 10px;
    font-weight: bold;
    background: #E2E6F2;
    color: #000;
  }
}
#nav-banner .row {
  margin: 0 -4px;
  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;
}
#nav-banner .col {
  height: 68px;
  padding: 0 4px;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  #nav-banner .col {
    text-align: center;
  }
}
#nav-banner.table .col {
  width: auto;
}
#nav-banner a {
  display: inline-block;
}
#nav-banner .btn {
  height: 60px;
  padding: 20px 1em 0;
  border-radius: 0;
  background: #B1BBDB;
  color: #000;
  font-size: 93.8%;
  line-height: 1.2;
  white-space: normal;
}
#nav-banner .btn-primary {
  background: #039;
  color: #FFF;
}
#nav-banner .col .btn {
  width: 100%;
  padding: 20px 5px 0;
}
#nav-banner.table .col .btn {
  width: auto;
  min-width: 10em;
  padding: 20px 1em 0;
}
#nav-banner .note {
  margin-bottom: 0.4em;
  text-align: left;
}
#nav-banner .note small {
  display: block;
  color: #000;
  font-size: 87.5%;
  text-shadow: 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #FFF;
}

/* Footer */
#footer {
  padding: 10px 0 1px;
  background: #E2E6F2;
  background: rgba(226, 230, 242, 0.85);
  color: #000;
  text-align: left;
  font-weight: bold;
  text-shadow: 0 0 4px #FFF, 0 0 8px #FFF, 0 0 8px #FFF;
}
@media only screen and (max-width: 599px) {
  #footer {
    padding: 10px 0;
    text-align: center;
  }
}
#footer h2 {
  float: left;
  margin: 0 30px 0.5em 0;
  padding: 5px 0;
  font-size: 150%;
}
@media only screen and (max-width: 599px) {
  #footer h2 {
    float: none;
    margin: 1.5em 0;
    padding: 0;
  }
}
#footer address {
  margin: 10px 0;
  line-height: 1.35;
  font-size: 93.8%;
}
#footer p.copyright small {
  font-size: 87.5%;
}

/* Footer ナビ */
#footer-nav {
  margin: 0 0 1em;
  padding: 0 0.333em;
  font-size: 93.8%;
}
#footer-nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media only screen and (max-width: 599px) {
  #footer-nav {
    padding: 0;
  }
}
#footer-nav li {
  display: inline-block;
  margin-right: 0.7em;
}
@media only screen and (max-width: 599px) {
  #footer-nav li {
    display: block;
    margin: 1px 0;
  }
}
#footer-nav li a {
  color: #333;
}
#footer-nav li a:hover {
  color: #CC1204;
}
@media only screen and (max-width: 599px) {
  #footer-nav li a {
    display: block;
    padding: 0.75em 0;
    background: #B1BBDB;
    color: #000;
    -webkit-transition: opacity 0.12s ease-out, -webkit-filter 0.12s ease-out;
    transition: opacity 0.12s ease-out, -webkit-filter 0.12s ease-out;
    transition: opacity 0.12s ease-out, filter 0.12s ease-out;
    transition: opacity 0.12s ease-out, filter 0.12s ease-out, -webkit-filter 0.12s ease-out;
  }
  #footer-nav li a:hover {
    opacity: 0.75;
  }
  @supports (filter: brightness(1)) {
    #footer-nav li a:hover {
      opacity: 1;
      -webkit-filter: brightness(1.12);
              filter: brightness(1.12);
    }
  }
}
#footer-nav li a:before {
  content: "> ";
}
@media only screen and (max-width: 599px) {
  #footer-nav li a:before {
    content: none;
  }
}

/* 全画面背景 */
#icatch {
  overflow: hidden;
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  margin: 0;
  text-align: center;
  min-width: 150vh;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #icatch {
    min-width: 0;
  }
}
#icatch img {
  width: 100%;
  height: auto;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #icatch img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 0;
       object-position: 100% 0;
  }
  @media only screen and (max-width: 979px) {
    #icatch img {
      -o-object-position: 50% 0;
         object-position: 50% 0;
    }
  }
}
#icatch figcaption {
  display: none;
}