@charset "UTF-8";
/* =======================================

  CommonElements

======================================= */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(/facilities/library/css/fonts/fonts.css);
@import url(/facilities/library/css/fonts/fontsLib.css);

html {
  height: 100%;
  font-size: 62.5%;
}
html.menuOpen {
  overflow: hidden;
}
body {
  height: 100%;
  position: relative;
  font-size: 1.6rem;
  color: #222;
  line-height: 1.42;
  background: #ffffff;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "ÓÎ¥´¥·¥Ã¥¯",sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
a {
    text-decoration: none;
    color: #533076;
}
h1 {font-size: 2.25em;line-height: 1.4;}
h2 {font-size: 1.375em;line-height: 1.4;}
h3 {font-size: 1.250em;line-height: 1.4;}
h4 {font-size: 1.15em;line-height: 1.4;}
h5 {font-size: 1.02em;line-height: 1.4;}
h6 {font-size: 0.95em;line-height: 1.4;}
p {
  line-height: 2.2;
  letter-spacing: 0.075em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.supplement { color: #8a8a8a }  /*¥µ¥Ö¥Æ¥­¥¹¥È¥«¥é©`*/
.attention { color: #ff0000 }  /*×¢Òâ•ø¤­ ¥Æ¥­¥¹¥È¥«¥é©`*/
.line { background-color: #f3f2f4 } /*¥é¥¤¥ó¥«¥é©`*/
li,th,td,dt,dd {
  line-height: 1.6;
}
small {font-size: 0.75em;}
.sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.5em;
}
span.date {
  color: #8a8a8a;
  font-size: 0.875em;
  font-family: "Roboto Condensed";
}
br.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  p {
    line-height: 1.8;
  }
  h1 {font-size: 2.0em;}
  h2 {font-size: 1.2em;}
  h3 {font-size: 1.1em;}
  h4 {font-size: 1.063em;}
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}

#container {
  width: 100%;
  overflow: hidden;
  padding: 96px 0 0;
}
/*.contWrap {width: 100%;}
.contBaseWrap {
  border: 1px solid #ff0000;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}*/
#wrapper {
  width: 100%;
  padding: 0 16px;
  /*padding: 0 8%;*/
}
#wrapper #wrapInner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 769px) and (max-width: 949px) {
  #container {
    width: 1012px;    /* 980px + 32px */
  }
  #wrapInner {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  #container {
    width: auto;
    padding: 65px 0 0;
  }
  /*.contWrap {width: 100%;}
  .contBaseWrap {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
  }*/
  #wrapper {padding: 0;}
  #wrapInner {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
  }
}


/* ------------------------------------
  parts
------------------------------------ */
.btn {
  display: inline-block;
  min-width: 104px;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid #472c63;
  padding: 8px 25px;
  color: #533076;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.016), 0 0 16px rgba(0, 0, 0, 0.016) inset;
  position: relative;
}
.btn::after {
  content: "\e900";
  font-family: 'komazawaLib';
  font-size: 1.0rem;
  color: #533076;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.btn.bg_color {
  color: #fff;
  background-color: #533076;
}
.btn.bg_color::after {
  color: #fff;
}

/* Hover */
@media only screen and (min-width: 769px) {
  body:not(.tab_view) .btn:hover {
    opacity: 1;
    color: #fff;
    background-color: #492d65;
  }
  body:not(.tab_view) .btn:hover::after {
    right: 10px;
    color: #fff;
  }
  body:not(.tab_view) .btn.bg_color:hover {
    opacity: 0.6;
  }
}

/* ------------------------------------
  header
------------------------------------ */
header {
  width: 100%;
  height: 96px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header h1,
header .logo {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 auto 0 40px;
  position: absolute;
}
header h1 a,
header .logo a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
header h1 img,
header .logo img {
  transition: all 0.3s ease-out;
}
header .linkHome {
  margin-right: 20px;
}
header .linkHome::after {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #999;
  position: relative;
  right: -20px;
}
header .linkHome img {
  width: 35px;
  height: 37px;
}
header .linkLibraryHome {
  margin-left: 20px;
}

/* header gloNav */
header .gloNav {
  float: right;
  height: 100%;
  margin: 0 120px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
header .gloNav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
header .gloNav ul > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
header .gloNav ul > li:not(:last-child)  {
  margin: 0 32px 0 0;
}
header .gloNav ul > li > a {
  text-align: center;
  color: #000;
}
header .gloNav ul > li > a.btn {
  width: 100%;
  font-family: "Roboto Condensed";
  font-size: 1.4rem;
  background-color: #533076;
  color: #fff;
  padding: 13px 14px;
}
header .gloNav ul > li > a.btn::after {
  content: none;
}
header .gloNav ul > li > a.btn > span {
  position: relative;
  padding-left: 30px;
}
header .gloNav ul > li > a.btn > span::before {
  content: "\e902";
  font-family: 'komazawaLib';
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
/* active */
header .gloNav ul > li.active > a {
  color: #0089ff;
}

/* header dropNav */
header .dropNav {
  height: calc(100vh - 96px);
  display: none;
  opacity: 0;
  background: #533076;
  padding: 40px 6%;
  overflow-y: scroll;
  z-index: 12;
}
body.menuOpen header .dropNav {
  width: 100%;
  opacity: 1;
  overflow: auto;
}
header .dropNav > ul {
  margin: 0 auto;
}
header .dropNav > ul:not(:last-child) {
  margin-bottom: 38px;
}

/* clmNav */
header .clmNav {
  width: 100%;
  display: -webkit-box;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(204, 204, 204, 0.15);
}
header .clmNav > li {
  display: -webkit-box;
  display: flex;
  width: 100%;
  font-size: 1.8rem;
}
header .clmNav > li .display_sp {
  display: none;
}
header .clmNav > li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
header .clmNav > li > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  padding: 14px 0;
  transition: all 0.3s ease-out;
}
/* inPre */
header .clmNav > li.inPre > a {
  pointer-events: none;
}
header .clmNav > li span {
  display: inline-block;
  line-height: 1.2;
  position: relative;
  padding-left: 35px;
}
header .clmNav > li span::before {
  content: "";
  font-family: 'komazawaLib';
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .clmNav > .kompass span { padding-left: 45px; }
header .clmNav > .kompass span::before { font-size: 3.0rem; content: "\e906"; }
header .clmNav > .calendar span::before { font-size: 2.0rem; content: "\e904"; }
header .clmNav > .search span::before { font-size: 1.7rem; content: "\e901"; }
header .clmNav > .congestion span::before { font-size: 1.9rem; content: "\e907"; }
header .clmNav > .floor span::before { font-size: 1.5rem; content: "\e905"; }
header .clmNav > li span small {
  display: block;
  font-size: 1.4rem;
}

/* listNav */
header .listNav {
  width: 92%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
header .listNav a {
  display: block;
  color: #fff;
  transition: all 0.3s ease-out;
}
header .listNav a small {
  font-size: 1.2rem;
}
header .listNav > li {
  width: 21%;
}
header .listNav > li > a {
  font-size: 1.8rem;
  padding: 0 0 18px 15px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
}
header .listNav > li > a::before {
  content: "";
  font-size: 1.0rem;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
  transition: all 0.3s ease-out;
  width: 3px;
  height: 20px;
  background-color: #fff;
}
header .listNav > li > ul > li > a {
  font-size: 1.5rem;
  padding: 4px 0 4px 12px;
  position: relative;
}
header .listNav > li > ul > li > a::before {
  width: 4px;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
  content: "\e900";
  font-family: 'komazawaLib';
  font-size: 0.8rem;
}
header .listNav > li > a + span {
  display: none;
}
header .listNav > li > ul > li > ul {
  margin: 0 0 8px 10px;
}
header .listNav > li > ul > li > ul > li > a {
  font-size: 1.3rem;
  padding: 5px 0 5px 10px;
  position: relative;
}
header .listNav > li > ul > li > ul > li > a::before {
  content: "";
  border-radius: 50%;
  width: 4px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 16px;
  left: 0;
}
header .listNav > li > ul > li > ul > li > a small {
  font-size: 1.2rem;
}

@media only screen and (min-width: 769px) and (max-width: 900px) {
  header {
    width: 1012px;    /* 980px + 32px */
  }
  header .listNav {
    width: 100%;
  }
  header .listNav > li {
    width: 23%;
  }
}

/* Hover */
@media only screen and (min-width: 769px) {
  header .listNav > li > ul {
    display: block !important;  /*PCÓÃ*/
  }

  body:not(.tab_view) header .gloNav ul > li > a.btn:hover {
    opacity: 0.6;
  }
  body:not(.tab_view) header .clmNav > li > a:hover {
    opacity: 0.6;
  }
  body:not(.tab_view) header .listNav a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 768px) {
  header {
    width: 100%;
    height: 65px;
    /*padding: 0 6%;*/
  }
  header h1,
  header .logo {
    width: auto;
    max-width: 196px;
    margin: 0 auto 0 17px;
    position: static;
  }
  header h1 img,
  header .logo img {
    width: 100%;
  }
  header .linkHome {
    margin-right: 14px;
  }
  header .linkHome::after {
    height: 20px;
    right: -14px;
  }
  header .linkHome img {
    width: 31px;
    height: 30px;
  }
  header .linkLibraryHome {
    margin-left: 14px;
  }
  .menuOpen header .gloNav {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    opacity: 1;
    visibility: visible;
  }
  /* gloNav */
  header .gloNav {
    height: auto;
    display: none;
    margin: 0 auto;
    float: none;
  }
  header .gloNav ul {
    width: 100%;
    background-color: #fff;
    padding: 0 6%;
  }
  header .gloNav ul > li {
    position: relative;
    padding: 6px 0;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  header .gloNav ul > li:not(:last-child) {
    margin: 0;
    padding: 6px;
  }
  header .gloNav ul > li:not(:last-child):not(:first-child)::before {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #e2e2e2;
    position: absolute;
    left: 0;
  }
  header .gloNav ul > li > a.btn {
    padding: 12px 0;
  }
  header .gloNav ul > li > span {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: -5px;
    z-index: 1;
  }
  header .gloNav ul > li > a {
    display: block;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  /* dropNav */
  header .dropNav {
    height: calc(100vh - 125px);
    padding: 0;
  }
  header .dropNav > ul:not(:last-child) {
    margin-bottom: 0;
  }
  /* clmNav */
  header .clmNav {
    flex-wrap: wrap;
    background-color: transparent;
  }
  header .clmNav > li {
    min-height: 64px;
  }
  header .clmNav > li .display_pc {
    display: none;
  }
  header .clmNav > li .display_sp {
    display: flex;
  }
  header .clmNav > li:not(:first-child) {
    width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  header .clmNav > li.kompass { order: 1; }
  header .clmNav > li.kompass small { display: inline-block }
  header .clmNav > li.calendar { order: 3; }
  header .clmNav > li.search { order: 2; }
  header .clmNav > li.congestion { order: 4; }
  header .clmNav > li.floor { order: 5; }
  header .clmNav > li > a {
    font-size: 1.4rem;
    padding: 10px 0;
  }
  header .clmNav > li:not(:first-child) span small {
    font-size: 1.0rem;
  }
  /* listNav */
  header .listNav {
    width: 100%;
    display: block;
  }
  header .listNav > li {
    width: 100%;
    position: relative;
  }
  header .listNav > li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  header .listNav > li > a {
    padding: 16px 6%;
    margin-bottom: 0;
  }
  header .listNav > li > a::before {
    content: "\e900";
    font-family: 'komazawaLib';
    background-color: transparent;
    font-size: 1.2rem;
    top: 50%;
    left: auto;
    right: 19px;
    transform: translateY(-50%) rotate(90deg);
  }
  header .listNav > li.listNav_open > a::before {
    transform: translateY(-50%) rotate(90deg) scale(-1, 1);
  }
  header .listNav > li > span {
    width: 50px;
    height: 62px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
  }
  header .listNav > li > ul {
    display: none;
    background-color: #583f71;
  }
  header .listNav > li > ul > li > a {
    padding: 14px 6% 14px calc(6% + 24px);
  }
  header .listNav > li > ul > li > a::before {
    top: 21px;
    left: calc(6% + 12px);
  }
  header .listNav > li > ul > li > ul {
    margin: 0;
  }
  header .listNav > li > ul > li > ul > li > a {
    padding: 14px 6% 14px calc(6% + 38px);
  }
  header .listNav > li > ul > li > ul > li > a::before {
    top: 25px;
    left: calc(6% + 28px);
  }
}

/*-----------------------------------------
  menu btn
-----------------------------------------*/
.menuWrap {
  display: block;
  position: absolute;
  top: 27px;
  right: 36px;
  z-index: 15;
}
.menuWrap #btnMenu {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  /*top: 22px;
  right: 36px;*/
}
.menuWrap #btnMenu span {
  width: 29px;
  height: 3px;
  display: inline-block;
  background-color: #492d65;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-out;
}
.menuWrap #btnMenu span:nth-of-type(1) {
  top: 10px;
  transform: translateX(-50%) rotate(0);
}
.menuWrap #btnMenu span:nth-of-type(2) {
  width: 24px;
  top: 18px;
  transform: translateX(-50%) translateX(2.5px) rotate(0);
}
.menuWrap #btnMenu span:nth-of-type(3) {
  top: 26px;
  transform: translateX(-50%) rotate(0);
}
/* .menuOpen  */
/*.menuOpen header {
  background-color: #effafd;
}*/
.menuOpen #btnMenu span:nth-of-type(1) {
  top: 18px;
  transform: translateX(-50%) rotate(45deg);
}
.menuOpen #btnMenu span:nth-of-type(2) {
  transform: translateX(10%) translateX(2.5px) rotate(0);
  opacity: 0;
}
.menuOpen #btnMenu span:nth-of-type(3) {
  top: 18px;
  transform: translateX(-50%) rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  .menuWrap {
    top: 11px;
    right: 6%;
  }
}

/* ------------------------------------
  topInfo
------------------------------------ */
.topInfoWrap {
  width: 100%;
  z-index: 8;
}
.topInfo {
  padding: 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.topInfo.important { background-color: #dc0000; }
.topInfo.news { background-color: #faf467; }
.topInfo.event { background-color: #bd07d5; }
.topInfo.others { background-color: #005cef; }

.topInfo > .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  min-width: 158px;
  padding: 0 24px 0 0;
  margin: 0 24px 0 0;
  position: relative;
}
/*.topInfo > .ttl::before,
.topInfo:not(.important) span:not(.ttl)::before {
  content: "\e908";
  font-family: 'komazawaLib';
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}*/
.topInfo > .ttl::after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.topInfo span:not(.ttl) {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  padding: 0;
  position: relative;
}
.topInfo.news span:not(.ttl) {
    color: #000;
  }
.topInfo.news span:not(.ttl)::before {
  color: #000
}

/* Hover */
@media only screen and (min-width: 769px) {
  body:not(.tab_view) a.topInfo:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  .topInfo {
    padding: 10px 6%;
    display: block;
  }
  .topInfo > .ttl {
    display: table;
    font-size: 1.4rem;
    text-align: center;
    min-width: auto;
    margin: 0 auto;
    padding: 0 0 2px 0;
  }
  .topInfo > .ttl::after {
    content: none;
  }
  .topInfo span:not(.ttl) {
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
  }
  .topInfo.important span:not(.ttl) {
    padding: 0
  }
}

/* ------------------------------------
  footer
------------------------------------ */
footer {
  padding: 49px 40px 47px;
  background-color: #fff;
  position: relative;
}
footer > a {
  display: table;
  margin: 0 auto 23px;
}
footer img {
  max-width: 277px;
  width: 100%;
}
footer > small {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 900px) {
  footer {
    width: 1012px;    /* 980px + 32px */
  }
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 54px 6% 45px;
  }
  footer > a {
    margin: 0 auto 34px;
  }
  footer img {
    max-width: 235px;
  }
  footer > small {
    width: 100%;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    text-align: center;
    float: none;
  }
}

/*-----------------------------------------
  fixedTop
-----------------------------------------*/
#fixedTop {
  display: none;
  position: fixed;
  background-color: rgba(83, 48, 118, 0.8);
  width: 60px;
  height: 60px;
  right: 73px;
  bottom: 73px;
  cursor: pointer;
  z-index: 8;
  transition: all 0.3s ease-out;
}
#fixedTop::after {
  content: "\e90a";
  font-family: 'komazawaLib';
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Hover */
@media only screen and (min-width: 769px) {
  body:not(.tab_view) #fixedTop:hover {
    background-color: rgba(83, 48, 118, 1);
  }
}

@media only screen and (max-width: 768px) {
  #fixedTop {
    display: none !important;
  }
}

/*-----------------------------------------
  Hover
-----------------------------------------*/
a {
  transition: all 0.3s ease-out;
}
/* Hover */
@media only screen and (min-width: 769px) {
  body:not(.tab_view) a:hover {
    opacity: 0.6;
  }
}

/*-----------------------------------------
  ClearFix
-----------------------------------------*/
.clear::before,
.clear::after,
header::before,
header::after,
footer::before,
footer::after {
  content: '';
  display: table;
}
.clear::after,
header::after,
footer::after {
  clear: both;
}
.clear,
header,
footer {
  *zoom: 1;
}