@charset "UTF-8";
footer {
  border-top: 1px solid #eee;
  margin-top: 10rem; }
  @media screen and (max-width: 959px) {
    footer {
      margin-top: 5rem; } }

#Ft {
  width: 94%;
  margin: 0 auto;
  text-align: left;
  padding-top: 4rem; }
  #Ft img {
    vertical-align: middle; }
  #Ft h1 {
    font-size: 10px; }
    #Ft h1 .-c {
      width: 60px; }
    #Ft h1 .-t {
      width: 240px; }
  #Ft address {
    font-size: 0.95rem;
    line-height: 2.2;
    color: #333;
    margin-left: 0.75rem;
    margin-top: 2rem; }
  #Ft > p {
    font-size: 0.8rem;
    color: #333;
    margin: 3rem 0 5rem;
    margin-left: 0.75rem; }
  #Ft .ft-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center; }
    #Ft .ft-hd > ul li {
      text-align: center;
      font-size: 1.06rem;
      color: #fff; }
      #Ft .ft-hd > ul li a {
        display: inline-block;
        padding: 0.8rem 2rem;
        background: #004D7F;
        border-radius: 50px; }
        #Ft .ft-hd > ul li a::before {
          content: '＞';
          font-family: 'Icons', sans-serif;
          margin-right: 0.5rem;
          font-size: 80%; }
    #Ft .ft-hd > p {
      background: #000;
      width: 50px;
      line-height: 50px;
      border-radius: 50px;
      text-align: center; }
      #Ft .ft-hd > p a {
        display: block; }
      #Ft .ft-hd > p img {
        width: 36px; }
  @media screen and (min-width: 960px), print {
    #Ft .ft-hd {
      justify-content: space-between; }
      #Ft .ft-hd > h1 {
        margin-right: 2rem; }
      #Ft .ft-hd > p {
        margin-left: auto; } }
  @media screen and (max-width: 959px) {
    #Ft {
      padding-top: 2rem; }
      #Ft address {
        font-size: 0.9rem; }
      #Ft > p {
        margin-bottom: 120px; }
      #Ft .ft-hd > h1 {
        width: 100%; }
      #Ft .ft-hd > ul {
        margin-left: 0.75rem; }
      #Ft .ft-hd > p {
        margin-left: 1.5rem; } }

article {
  text-align: left;
  margin-right: 6vw; }
  article h2 {
    font-size: 2.5rem;
    line-height: 1.25;
    margin: 12.5rem 0 3rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid #eee;
    font-weight: bold;
    color: #333; }
    article h2:first-of-type {
      margin-top: 6rem; }
  article h3 {
    font-size: 1.875rem;
    line-height: 1.25;
    margin: 7.5rem 0 3rem;
    font-weight: normal;
    color: #333; }
    article h3::before {
      content: '';
      width: 20px;
      height: 5px;
      background: #21A8FF;
      display: inline-block;
      vertical-align: 0.5rem;
      border-radius: 10px;
      margin-right: 1.5rem; }
  article h2 + h3 {
    margin-top: 5rem; }
  article h4 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin: 4rem 0 2rem;
    font-weight: bold;
    color: #333; }
  article h5 {
    font-size: 1.1rem;
    line-height: 1.25;
    margin: 3rem 0 1rem;
    font-weight: bold;
    color: #333; }
  article p {
    font-size: 1.06rem;
    line-height: 2;
    margin: 1rem 0; }
  article li {
    font-size: 1.06rem;
    line-height: 1.5;
    margin: 0.5rem 0; }
  article table {
    border-collapse: inherit;
    margin: 1.5rem 0;
    border-spacing: 0px;
    border: 1px solid #eee;
    border-width: 0 2px 2px 0;
    width: 100%; }
    article table th, article table td {
      border: 1px solid #eee;
      border-width: 2px 0 0 2px;
      padding: 0.75rem;
      font-size: 1rem; }
    article table th {
      border-color: #e8e8e8;
      background: rgba(0, 0, 0, 0.05); }
    article table td {
      background: #fff; }
  @media screen and (max-width: 959px) {
    article {
      width: 90%;
      margin: 0 auto; }
      article h2 {
        font-size: 1.875rem;
        margin: 7rem 0 2rem;
        padding-bottom: 2rem; }
      article h3 {
        font-size: 1.56rem;
        margin: 6rem 0 2rem; }
      article h2 + h3 {
        margin-top: 3rem; }
      article p {
        font-size: 1rem; }
      article li {
        font-size: 1rem; } }

span.pdf::before,
span.xls::before,
span.doc::before {
  font-family: 'Icons';
  margin-left: 0.5rem;
  font-size: 95%; }

span.pdf::before {
  content: '赤';
  color: #FA0F00; }

span.xls::before {
  content: '緑';
  color: #0F783F; }

span.doc::before {
  content: '青';
  color: #1E61BC; }

.box-aside {
  border: 1px solid #ddd;
  padding: 2rem; }
  .box-aside.-att {
    border-color: #FFAAAA; }
  .box-aside h4:first-of-type {
    margin-top: 1rem; }
  @media screen and (max-width: 559px) {
    .box-aside {
      padding: 1rem;
      font-size: 90%; }
      .box-aside h4 {
        font-size: 1.1rem; }
      .box-aside p {
        font-size: 0.9rem;
        line-height: 1.5; }
      .box-aside li {
        font-size: 0.8rem; } }

.tbl-nobd {
  border: 0px;
  width: auto;
  font-size: 1.06rem; }
  .tbl-nobd th, .tbl-nobd td {
    border: 0px;
    padding: 0.25rem 1rem 0.25rem 0; }

.tbl-find {
  /*
  @media screen and (min-width: $BP2),print {
      th {
          a {@include Transition(0.5);
              &:hover {color:$ColorCpL;}
          }
      }
  }
  */ }
  .tbl-find th {
    width: 40%; }
    .tbl-find th a {
      text-decoration: underline;
      /*color:$ColorCp;*/
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .tbl-find th a:hover {
        color: #21A8FF; }
  .tbl-find th + td {
    width: 10%; }
  @media screen and (max-width: 959px) {
    .tbl-find th, .tbl-find td {
      font-size: 0.9rem;
      padding: 0.5rem; }
    .tbl-find th + td {
      white-space: nowrap; } }
  @media screen and (max-width: 559px) {
    .tbl-find th + td {
      font-size: 0.8rem; } }

.li-disc {
  margin: 1.5rem 0; }
  .li-disc li {
    list-style: disc outside;
    margin-left: 1.4rem; }

.li-deci {
  margin: 1.5rem 0; }
  .li-deci li {
    list-style: decimal outside;
    margin-left: 1.4rem; }

.li-anno {
  margin: 1.5rem 0; }
  .li-anno li {
    margin: 0.25rem 0;
    color: #808080;
    font-size: 0.93rem;
    padding-left: 1.5rem; }
    .li-anno li::before {
      content: '※';
      display: inline-block;
      margin-left: -1.5rem;
      width: 1.5rem; }
  @media screen and (max-width: 959px) {
    .li-anno li {
      font-size: 0.85rem; } }

.li-faq > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: nowrap;
  margin: 20px 0;
  align-items: flex-start; }
  .li-faq > ul > li > b {
    min-width: 40px;
    line-height: 40px;
    background: #808080;
    text-align: center;
    margin-right: 2rem;
    color: #fff; }
  .li-faq > ul > li > div p {
    margin: 0px; }
    .li-faq > ul > li > div p a {
      text-decoration: underline;
      font-weight: bold; }
      .li-faq > ul > li > div p a::before {
        content: '＞';
        font-family: 'Icons';
        font-size: 0.9rem;
        margin-right: 0.5rem;
        text-decoration: none;
        display: inline-block;
        font-weight: normal; }
  .li-faq > ul > li > div p + p {
    margin-top: 1rem; }
.li-faq li:nth-child(2n-1) b {
  background: #51B8DB; }
.li-faq li:nth-child(2n-1) p {
  font-size: 1.25rem;
  font-weight: bold; }
.li-faq li:nth-child(2n) {
  margin-bottom: 3rem; }
  .li-faq li:nth-child(2n) b {
    background: #004D7F; }
@media screen and (max-width: 559px) {
  .li-faq li b {
    min-width: 30px;
    line-height: 30px;
    margin-right: 1rem; }
  .li-faq li:nth-child(2n-1) p {
    line-height: 1.25; } }

.btn-01 a {
  display: inline-block;
  background: #CBAE1C;
  color: #fff;
  padding: 1.75rem;
  font-weight: bold;
  font-size: 1.05rem;
  line-height: 1.25;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-01 a::before {
    content: 'ウ';
    font-family: 'Icons';
    font-weight: normal;
    margin-right: 1rem; }
  .btn-01 a:hover {
    opacity: 0.75; }

.btn-02 a {
  text-decoration: underline;
  font-weight: bold; }
  .btn-02 a::before {
    content: '＞';
    font-family: 'Icons';
    font-size: 0.9rem;
    margin-right: 0.5rem;
    text-decoration: none;
    display: inline-block;
    font-weight: normal; }

.btn-bord {
  margin: 1.5rem 0; }
  .btn-bord a {
    display: inline-block;
    border: 1px solid #707070;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    color: #333;
    margin: 0.5rem 1rem 0.5rem 0; }
    .btn-bord a::before {
      content: '＞';
      font-family: 'Icons';
      margin-right: 1.5rem; }

.front-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5%; }
  .front-box > div {
    width: 47%;
    margin: 1.5%;
    border: 2px solid #eee;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .front-box > div.-full {
      width: 100%; }
    .front-box > div a {
      font-weight: bold;
      font-size: 1.2rem;
      display: block;
      padding: 3rem 1rem;
      color: #555; }
      .front-box > div a::before {
        content: 'ウ';
        font-family: 'Icons';
        font-weight: normal;
        margin-right: 1rem;
        color: #222; }
  @media screen and (max-width: 559px) {
    .front-box > div {
      width: 100%; }
      .front-box > div a {
        font-size: 1rem;
        padding: 1.5rem 1rem; } }

.mp-box input {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin: 0.5rem auto;
  padding: 1rem; }
.mp-box input[type='text'], .mp-box input[type='password'] {
  background: #f0f0f0;
  font-size: 0.75rem; }
.mp-box input[type='button'], .mp-box input[type='submit'] {
  background: #004D7F;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 1rem auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.mp-box h6 {
  background: #004D7F;
  color: #fff;
  font-size: 1.25rem;
  margin: -2px -2px 1rem -2px;
  padding: 1rem 0;
  text-align: center; }
.mp-box time {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  margin: 1.5rem auto;
  display: block;
  font-weight: 300; }
.mp-box > p, .mp-box > ul {
  text-align: left;
  margin: 0.75rem auto 1.25rem;
  display: block; }
  .mp-box > p a, .mp-box > ul a {
    font-weight: bold;
    color: #808080; }
    .mp-box > p a::before, .mp-box > ul a::before {
      content: 'ウ';
      font-family: 'Icons';
      color: #004D7F;
      margin-right: 0.5rem;
      font-size: 1.1rem;
      font-weight: normal; }
.mp-box li {
  margin: 0.5rem 0; }

.cal-box {
  text-align: center; }
  .cal-box iframe {
    margin: 0 auto; }

.howto-flow {
  background: #f8f8f8;
  padding: 0.001rem 5%;
  margin: 3rem 0; }
  .howto-flow h4 {
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 3rem 0 1rem; }
    .howto-flow h4 span {
      font-weight: normal;
      display: block;
      font-size: 0.9rem;
      opacity: 0.75; }
  .howto-flow figure {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-bottom: 2rem; }
  .howto-flow img {
    max-width: 100%;
    width: 600px; }

.off-map {
  width: 100%;
  max-width: 1200px;
  margin: 1rem 0; }
  .off-map img {
    width: 100%; }

.news-list ul {
  border-top: 1px solid #ddd; }
.news-list li {
  border-bottom: 1px solid #ddd; }
.news-list a {
  display: block;
  padding: 1rem 0; }
.news-list b, .news-list time {
  display: inline-block;
  line-height: 1.25rem;
  vertical-align: middle; }
.news-list b {
  background: #808080;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  margin-right: 1rem; }
  .news-list b.-cate01 {
    background: #51B8DB; }
  .news-list b.-cate02 {
    background: #CBAE1C; }
  .news-list b.-cate03 {
    background: #249700; }
.news-list time {
  font-family: 'Oswald', sans-serif;
  font-size: 1.06rem;
  font-weight: 200; }
.news-list p {
  font-size: 1.12rem;
  margin: 0px;
  margin-top: 0.5rem; }
@media screen and (max-width: 959px) {
  .news-list time {
    font-size: 0.95rem; }
  .news-list p {
    font-size: 1rem; } }

.news-ttl {
  border-bottom: 2px solid #eee;
  margin: 1rem 0 4rem; }
  .news-ttl time {
    font-family: 'Oswald', sans-serif; }
  .news-ttl p {
    font-size: 1.8rem;
    line-height: 1.25;
    padding-bottom: 1rem;
    font-weight: bold;
    color: #333; }

.news-doc img {
  max-width: 100%; }
.news-doc ul {
  margin: 1.5rem 0; }
  .news-doc ul li {
    list-style: disc outside;
    margin-left: 1.4rem; }
.news-doc p a, .news-doc li a {
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .news-doc p a:hover, .news-doc li a:hover {
    opacity: 0.5; }

.news-back {
  border-top: 2px solid #eee;
  margin: 5rem 0 0;
  text-align: center; }
  .news-back p {
    margin: 3rem auto 0; }
    .news-back p a {
      display: inline-block;
      background: #111;
      color: #fff;
      padding: 0.75rem 2rem;
      border-radius: 4rem; }
  @media screen and (min-width: 960px), print {
    .news-back p a {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .news-back p a:hover {
        opacity: 0.5; } }

.event-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2%; }
  .event-list ul li {
    width: 21%;
    margin: 2%;
    max-width: 300px; }
.event-list figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f1f1f1; }
  .event-list figure::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 高さを幅の75%に固定 */ }
  .event-list figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: none; }
.event-list time {
  font-family: 'Oswald', sans-serif;
  display: block;
  font-size: 0.95rem;
  font-weight: 200;
  margin: 1rem 0; }
.event-list p {
  font-size: 1.12rem;
  line-height: 1.5; }
@media screen and (max-width: 1500px) {
  .event-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2%; }
    .event-list ul li {
      width: 29.333%; }
  .event-list p {
    font-size: 1rem; } }
@media screen and (max-width: 559px) {
  .event-list ul li {
    width: 46%; }
  .event-list p {
    font-size: 0.9rem; } }

.floor-map {
  max-width: 960px; }
  .floor-map img {
    width: 100%; }

.box-result {
  margin: 2rem 0 3rem; }
  .box-result dt p {
    font-size: 1.2rem;
    margin: 0; }
    .box-result dt p a {
      text-decoration: underline;
      color: #004D7F; }
  .box-result dd p {
    font-size: 1rem;
    margin: 0; }
    .box-result dd p .-highlight {
      background: yellow;
      display: inline-block;
      padding: 0 0.25rem; }

.tgl-next {
  cursor: pointer; }
  .tgl-next a {
    text-decoration: underline;
    font-weight: bold; }
    .tgl-next a::before {
      content: '＞';
      font-family: 'Icons';
      font-size: 0.9rem;
      margin-right: 0.5rem;
      text-decoration: none;
      display: inline-block;
      font-weight: normal;
      transform: rotate(90deg);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .tgl-next.open a::before {
    transform: rotate(-90deg); }

.wp-pagenavi {
  font-family: 'Oswald', sans-serif;
  margin: 3rem 0 0 0; }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    border: 1px solid #ddd !important;
    padding: 0.25rem 0.5rem !important;
    min-width: 2rem;
    line-height: 1.25 !important;
    margin: 2px;
    text-align: center;
    font-weight: 300 !important; }
    .wp-pagenavi a.current, .wp-pagenavi span.current {
      background: #f8f8f8; }
  .wp-pagenavi span.pages {
    border: 0px !important;
    padding-left: 0px !important; }
