@charset "UTF-8";
/* Scss Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
v2.0 | 20110126
03
License: none (public domain)
04
*/
/* parameters setting */
.nav-following {
  position: fixed !important;
  z-index: 999 !important;
  background: #fff;
  top: 0;
  width: 100%;
  /*
        height: 80px!important;
        &>ul>li>a{
        height: 80px!important;
        }
        */ }

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
global-nav-list,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  word-break: break-all;
  list-style: none; }

html {
  font-size: 10px; }

body {
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  font-size: 1.4rem; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
global-nav-list,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

a {
  color: #333;
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media screen and (min-width: 900px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none; } }
@media screen and (min-width: 900px) {
  .nav1 > a {
    pointer-events: none; } }
/* header / global navi */
@media screen and (min-width: 900px) {
  #global-nav-list > li > .nav-active {
    background: #0066cc !important;
    color: #fff !important; } }
@media screen and (min-width: 900px) {
  header .header-top {
    max-width: 980px;
    width: 94%;
    padding: 60px 0 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto; }
    header .header-top .header-logo {
      display: block;
      max-width: 444px;
      margin-right: 30px; }
      header .header-top .header-logo .header-logo-link img {
        width: 100%; }
    header .header-top .header-fontSize {
      display: flex;
      width: 376px; }
      header .header-top .header-fontSize .header-fontSize-font {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 20px;
        border-right: 1px solid #ddd; }
        header .header-top .header-fontSize .header-fontSize-font .header-fontSize-text {
          color: #666;
          font-size: 1.2rem;
          padding-right: 15px; }
        header .header-top .header-fontSize .header-fontSize-font #header-fontSize-list {
          display: flex; }
          header .header-top .header-fontSize .header-fontSize-font #header-fontSize-list > li + li {
            margin-left: 8px; }
          header .header-top .header-fontSize .header-fontSize-font #header-fontSize-list .nohash {
            display: block;
            width: 34px;
            height: 34px;
            text-align: center;
            text-decoration: none;
            font-size: 1.6rem;
            line-height: 32px;
            border-radius: 17px;
            background-color: #ffffff;
            color: #333;
            font-weight: bold;
            border: 2px solid #666; }
          header .header-top .header-fontSize .header-fontSize-font #header-fontSize-list .active a {
            background: #666;
            color: #ffffff; }
      header .header-top .header-fontSize .header-subnav {
        display: flex;
        align-items: center;
        padding-left: 20px; }
        header .header-top .header-fontSize .header-subnav .header-link-txt {
          padding: 10px 0;
          font-size: 1.2rem;
          padding-right: 43px;
          background: url(..//images/contact.png) no-repeat right center; }
          header .header-top .header-fontSize .header-subnav .header-link-txt:hover {
            opacity: 0.5; }
  header #global-nav {
    font-weight: bold;
    width: 100%;
    height: 56px;
    position: relative;
    border-bottom: 2px solid #0066cc;
    z-index: 999; }
    header #global-nav #global-nav-list {
      max-width: 980px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      header #global-nav #global-nav-list > li {
        width: 20%;
        height: 100%; }
        header #global-nav #global-nav-list > li + li::after {
          position: absolute;
          content: "";
          display: block;
          height: 20px;
          width: 1px;
          top: 18px;
          background-color: #ddd; }
        header #global-nav #global-nav-list > li:hover::after {
          background-color: #0066cc; }
        header #global-nav #global-nav-list > li a {
          font-size: 16px !important;
          padding: 0 15px;
          height: 56px;
          display: flex;
          align-items: center;
          text-align: center;
          justify-content: center;
          width: 100%;
          color: #333;
          text-decoration: none; }
          header #global-nav #global-nav-list > li a:hover {
            background-color: #0066cc;
            color: #fff;
            transition-property: all;
            transition-duration: 200ms;
            transition-delay: 0s;
            transition-timing-function: ease; }
        header #global-nav #global-nav-list > li .Wrap {
          display: none;
          background: #fff;
          z-index: 99; }
          header #global-nav #global-nav-list > li .Wrap li + li {
            border-top: 1px solid #ddd; }

  footer {
    width: 100%;
    padding: 40px 0;
    border-top: 2px solid #0066cc; }
    footer .footer-nav {
      width: 94%;
      max-width: 980px;
      margin: 0 auto; }
      footer .footer-nav .footer-nav-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        footer .footer-nav .footer-nav-list li {
          padding: 0 30px; }
        footer .footer-nav .footer-nav-list a:hover {
          color: #0066cc; }
      footer .footer-nav #copyright {
        display: block;
        text-align: center;
        margin-top: 30px; } }
/* maincontent */
.content-wrap {
  max-width: 980px;
  margin: 60px auto;
  display: flex;
  width: 92%; }
  .content-wrap .main-content {
    flex: 1;
    margin-right: 40px;
    width: 100%; }
    .content-wrap .main-content section {
      margin-bottom: 40px; }
      .content-wrap .main-content section::last-child {
        margin-bottom: 0; }
    .content-wrap .main-content .common-ttl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 15px;
      border-bottom: 1px solid #0066cc; }
      .content-wrap .main-content .common-ttl .common-ttl-text {
        font-size: 2.8rem;
        color: #0066cc; }
      .content-wrap .main-content .common-ttl p {
        padding-top: 7px;
        width: 100%;
        font-weight: normal; }
      .content-wrap .main-content .common-ttl .common-more-text-link {
        margin: 0;
        padding: 0; }
        .content-wrap .main-content .common-ttl .common-more-text-link a {
          font-size: 1.6rem; }
          .content-wrap .main-content .common-ttl .common-more-text-link a:hover {
            color: #0066cc; }
    .content-wrap .main-content .bottom-nav {
      margin-top: 30px;
      overflow: hidden; }
      .content-wrap .main-content .bottom-nav > .nav-previous {
        float: left; }
      .content-wrap .main-content .bottom-nav > .nav-next {
        float: right; }
  .content-wrap .content-sidenav {
    width: 250px;
    flex: none; }
    .content-wrap .content-sidenav .content-sidenav-contact {
      padding: 20px;
      width: 100%;
      border: 1px solid #0066cc;
      margin-bottom: 15px; }
      .content-wrap .content-sidenav .content-sidenav-contact .contact-ttl {
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        font-size: 1.6rem;
        font-weight: bold; }
      .content-wrap .content-sidenav .content-sidenav-contact .contact-address {
        margin: 10px 0;
        font-size: 1.2rem; }
        .content-wrap .content-sidenav .content-sidenav-contact .contact-address > li {
          margin-bottom: 5px;
          color: #333; }
          .content-wrap .content-sidenav .content-sidenav-contact .contact-address > li:last-child {
            margin-bottom: 0; }
      .content-wrap .content-sidenav .content-sidenav-contact .contact-map {
        margin-bottom: 10px; }
      .content-wrap .content-sidenav .content-sidenav-contact .contact-btn > a {
        display: block;
        padding: 0 10px;
        line-height: 50px;
        height: 50px;
        width: 100%;
        text-align: center;
        border-radius: 25px;
        font-weight: bold;
        color: #fff;
        background: #0066cc; }
        .content-wrap .content-sidenav .content-sidenav-contact .contact-btn > a:hover {
          background: #fff;
          background-position: right center !important;
          color: #0066cc;
          border: 1px solid #0066cc; }
          .content-wrap .content-sidenav .content-sidenav-contact .contact-btn > a:hover::after, .content-wrap .content-sidenav .content-sidenav-contact .contact-btn > a:hover::before {
            border-top: 2px solid #0066cc;
            border-right: 2px solid #0066cc; }
    .content-wrap .content-sidenav .content-sidenav-bnr li,
    .content-wrap .content-sidenav .content-sidenav-bnrs li {
      box-sizing: border-box;
      margin-bottom: 10px; }
      .content-wrap .content-sidenav .content-sidenav-bnr li a,
      .content-wrap .content-sidenav .content-sidenav-bnrs li a {
        display: block;
        width: 100%; }
        .content-wrap .content-sidenav .content-sidenav-bnr li a img,
        .content-wrap .content-sidenav .content-sidenav-bnrs li a img {
          width: 100%; }
      .content-wrap .content-sidenav .content-sidenav-bnr li:hover,
      .content-wrap .content-sidenav .content-sidenav-bnrs li:hover {
        opacity: 0.6; }
    .content-wrap .content-sidenav .content-sidenav-text-links {
      margin-bottom: 20px; }
      .content-wrap .content-sidenav .content-sidenav-text-links > li {
        padding: 20px 10px;
        width: 100%;
        align-content: center;
        border-bottom: 1px solid #ddd; }
        .content-wrap .content-sidenav .content-sidenav-text-links > li a {
          font-weight: bold;
          padding-left: 25px; }
        .content-wrap .content-sidenav .content-sidenav-text-links > li:hover {
          background: #f8f8f8; }
      .content-wrap .content-sidenav .content-sidenav-text-links:first-child {
        border-top: 1px solid #ddd; }

@media (max-width: 899px) {
  body {
    font-size: 1.4rem; }

  main {
    margin-top: 90px; }

  /* header / global navi */
  header {
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 2px solid #0066cc; }
    header .header-top {
      position: relative;
      width: 92%;
      top: 0;
      height: 58px;
      margin: 0 auto;
      padding: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      z-index: 1000; }
      header .header-top .header-logo {
        height: 24px; }
        header .header-top .header-logo img {
          height: 26px; }
      header .header-top .header-fontSize {
        display: none; }
      header .header-top .menu-trigger {
        z-index: 999;
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        position: relative;
        width: 26px;
        height: 10px; }
        header .header-top .menu-trigger span {
          display: inline-block;
          transition: all 0.4s;
          box-sizing: border-box;
          position: absolute;
          left: 0;
          width: 100%;
          height: 3px;
          background: #0066cc; }
          header .header-top .menu-trigger span:nth-of-type(1) {
            top: 0; }
          header .header-top .menu-trigger span:nth-of-type(2) {
            top: 10px; }
        header .header-top .menu-trigger::after {
          position: absolute;
          top: -3px;
          left: -53px;
          content: "MENU";
          display: block;
          width: 100%;
          color: #0066cc;
          font-size: 14px;
          text-decoration: none;
          text-align: center;
          white-space: nowrap;
          transition: all 0.4s;
          font-weight: bold; }

  .menu-trigger.active::after {
    content: "CLOSE" !important;
    transition: all 300ms 0s ease; }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg); }

  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg); }

  #global-nav {
    overflow-y: scroll;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #fff;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    display: none; }
    #global-nav #global-nav-list {
      width: 80%;
      margin: 60px auto; }
      #global-nav #global-nav-list a {
        width: 100%;
        font-size: 1.4rem;
        padding: 13px 0;
        display: block;
        font-weight: bold;
        color: #333;
        border-bottom: 1px solid #eee;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none; }
        #global-nav #global-nav-list a::before, #global-nav #global-nav-list a::after {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
          margin: auto;
          content: "";
          vertical-align: middle;
          width: 8px;
          height: 8px;
          border-top: 2px solid #0066cc;
          border-right: 2px solid #0066cc;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
      #global-nav #global-nav-list .Wrap a {
        padding-left: 20px; }

  footer {
    width: 100%;
    padding: 30px 0;
    border-top: 2px solid #0066cc; }
    footer .footer-nav {
      width: 92%;
      margin: 0 auto; }
      footer .footer-nav .footer-nav-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        footer .footer-nav .footer-nav-list li {
          padding: 10px 20px; }
        footer .footer-nav .footer-nav-list a {
          font-size: 1.2rem; }
        footer .footer-nav .footer-nav-list a:hover {
          color: #0066cc; }
      footer .footer-nav #copyright {
        display: block;
        text-align: center;
        margin-top: 20px; }

  .content-wrap {
    flex-wrap: wrap;
    margin: 30px auto 50px; }
    .content-wrap .main-content {
      flex: auto;
      margin-right: 0;
      width: 100%; }
      .content-wrap .main-content .common-ttl-text {
        font-size: 2rem !important; }
      .content-wrap .main-content .common-link-icon {
        font-size: 1.4rem; }
      .content-wrap .main-content .news-list .news-item {
        display: block; }
        .content-wrap .main-content .news-list .news-item .news-date {
          min-width: 0;
          max-width: none;
          margin: 0 0 5px; }
    .content-wrap .content-sidenav {
      margin-top: 35px;
      width: 100%; }
      .content-wrap .content-sidenav .content-sidenav-bnrs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .content-wrap .content-sidenav .content-sidenav-bnrs li {
          width: calc(50% - 5px); }
      .content-wrap .content-sidenav .content-sidenav-contact .contact-map {
        margin-bottom: 10px; }
        .content-wrap .content-sidenav .content-sidenav-contact .contact-map iframe {
          width: 100%; } }
/* news item */
.news-list > a.news-link {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  padding: 0 5px; }
  .news-list > a.news-link:hover {
    background-color: #f8f8f8; }
.news-list .news-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0; }
  .news-list .news-item > * {
    display: block; }
  .news-list .news-item .news-date {
    min-width: 140px;
    max-width: 180px;
    margin-right: 20px;
    flex: none; }
  .news-list .news-item .news-desc {
    -ms-flex: 0 1 auto; }
    .news-list .news-item .news-desc:hover {
      text-decoration: none; }
  .news-list .news-item:hover .news-desc {
    text-decoration: none; }

@media (max-width: 768px) {
  .news-list .news-item {
    display: block; }
    .news-list .news-item .news-date {
      min-width: 0;
      max-width: none;
      margin: 0 0 5px; } }
@media screen and (min-width: 769px) {
  .top-news {
    width: 100%;
    background: #fff;
    display: block;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd; }
    .top-news .top-news-box {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      position: relative;
      vertical-align: middle; }
      .top-news .top-news-box::before, .top-news .top-news-box::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 10px;
        height: 10px;
        border-top: 2px solid #06c;
        border-right: 2px solid #06c;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .top-news .top-news-box .top-news-img {
        width: 30%; }
        .top-news .top-news-box .top-news-img img {
          width: 100%;
          object-fit: 「cover」;
          border: 1px solid #ddd; }
      .top-news .top-news-box dl {
        text-decoration: none;
        flex: 1;
        margin-left: 20px;
        padding-right: 40px; }
        .top-news .top-news-box dl dt {
          color: #666;
          margin-bottom: 5px; }
        .top-news .top-news-box dl dd {
          font-size: 1.6rem;
          font-weight: bold; }
    .top-news:hover {
      background: #f8f8f8; } }
@media (max-width: 768px) {
  .top-news {
    width: 100%;
    background: #fff;
    display: block;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd; }
    .top-news .top-news-box img {
      width: 100%;
      margin-bottom: 10px; }
    .top-news .top-news-box dl {
      width: 100%;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      padding-right: 40px; }
      .top-news .top-news-box dl::before, .top-news .top-news-box dl::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2px;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 10px;
        height: 10px;
        border-top: 2px solid #06c;
        border-right: 2px solid #06c;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .top-news .top-news-box dl dt {
        color: #666;
        font-size: 1.4ewm; }
      .top-news .top-news-box dl dd {
        font-size: 1.6rem;
        font-weight: bold; } }
/*　お知らせ */
.post-area .news-post-images {
  margin-top: 30px;
  display: flex;
  justify-content: space-between; }
  .post-area .news-post-images .img-2colmn {
    width: 49%; }
    .post-area .news-post-images .img-2colmn img {
      width: auto;
      max-width: 100%;
      text-align: center;
      margin: 0 auto;
      display: block; }
    .post-area .news-post-images .img-2colmn .post-image-caption {
      text-align: center;
      margin-top: 5px; }

/* event item */
.event-list > li {
  border-bottom: 1px solid #eaeaea; }
  .event-list > li:hover {
    background: #f8f8f8; }

.event-item {
  display: flex;
  width: 100%; }
  .event-item > a {
    width: 100%;
    display: flex;
    text-decoration: none;
    padding: 30px 20px; }
  .event-item .event-thumb {
    width: 30%;
    margin-right: 5%;
    flex: none; }
    .event-item .event-thumb img {
      border: 1px solid #ddd;
      width: 100%; }
  .event-item .event-summary {
    flex-grow: 1;
    padding-right: 20px; }
    .event-item .event-summary .event-title {
      font-size: 1.4em;
      font-weight: bold;
      margin-bottom: 10px; }
    .event-item .event-summary .event-tags {
      text-align: left;
      overflow: hidden;
      margin: -5px 0 10px; }
      .event-item .event-summary .event-tags > *:first-child {
        margin-left: 0; }
    .event-item .event-summary .event-info {
      overflow: hidden;
      padding-right: 40px; }
      .event-item .event-summary .event-info > dt {
        float: left;
        width: 120px;
        font-weight: bold;
        margin-right: 10px;
        margin-top: 10px; }
      .event-item .event-summary .event-info > dd {
        overflow: hidden;
        margin-top: 10px; }
    .event-item .event-summary .event-detail-btn {
      background-color: #0066cc;
      margin: 20px 0 0 auto;
      width: 180px;
      text-align: center;
      border-radius: 30px;
      line-height: 40px;
      position: relative;
      padding-right: 16px;
      color: #fff;
      vertical-align: middle;
      text-decoration: none; }
      .event-item .event-summary .event-detail-btn::before,
      .event-item .event-summary .event-detail-btn ::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle; }
      .event-item .event-summary .event-detail-btn:hover {
        opacity: 0.8; }
    .event-item .event-summary .detail-arrow::before {
      top: -2px;
      right: 14px;
      width: 8px;
      height: 8px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.event-calendar .event-date {
  width: 15%; }
.event-calendar .event-name {
  width: 20%; }
.event-calendar .event-place {
  width: 15%; }
.event-calendar .event-time {
  width: 15%; }
.event-calendar .event-price {
  width: 15%; }
.event-calendar .event-organizer {
  width: 20%; }

@media all and (max-width: 767px) {
  .event-item > a {
    padding: 20px;
    flex-wrap: wrap; }
  .event-item .event-thumb {
    width: 100%;
    margin: 0 0 10px 0;
    flex: none; }
  .event-item .event-summary {
    width: 100%;
    padding-right: 0; }
    .event-item .event-summary .event-title {
      font-size: 1.4em;
      font-weight: bold;
      margin-bottom: 20px; }
    .event-item .event-summary .event-tags {
      text-align: left;
      overflow: hidden;
      margin: -10px 0 20px; }
      .event-item .event-summary .event-tags > *:first-child {
        margin-left: 0; }
    .event-item .event-summary .event-desc {
      margin-bottom: 10px; }
    .event-item .event-summary .event-info {
      display: flex;
      flex-wrap: wrap; }
      .event-item .event-summary .event-info > dt {
        float: none;
        width: 40%;
        margin-right: 0;
        margin-bottom: 0; }
      .event-item .event-summary .event-info > dd {
        width: 60%;
        margin-bottom: 5px; }
    .event-item .event-summary .event-detail-btn {
      width: 100%; } }
/* circle item */
.cat-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 40px; }
  .cat-list > li {
    width: 32%;
    flex: none;
    margin-bottom: 20px; }
    .cat-list > li a {
      width: 100%;
      display: block;
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      color: #0066cc;
      border: 1px solid #0066cc;
      line-height: 45px !important;
      text-decoration: none;
      text-align: center;
      line-height: 40px;
      position: relative;
      vertical-align: middle;
      text-decoration: none; }
      .cat-list > li a::before,
      .cat-list > li a ::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle; }
      .cat-list > li a:hover {
        color: #0066cc; }
    .cat-list > li .cat-arrow {
      position: relative;
      display: inline-block;
      color: #000;
      vertical-align: middle;
      text-decoration: none;
      font-size: 15px; }
      .cat-list > li .cat-arrow::before, .cat-list > li .cat-arrow::after {
        position: absolute;
        top: 0;
        bottom: -40px;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle; }
      .cat-list > li .cat-arrow::before {
        width: 18px;
        height: 18px;
        background: #fff; }
      .cat-list > li .cat-arrow::after {
        width: 8px;
        height: 8px;
        border-top: 2px solid #0066cc;
        border-right: 2px solid #0066cc;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }

@media all and (max-width: 768px) {
  .cat-list > li {
    width: 49%; } }
.pt15 {
  padding-top: 10px; }

/* 教育の相談 */
.page-box {
  margin-top: 30px;
  display: flex; }
  .page-box figure {
    margin-left: 20px;
    width: 50%; }
    .page-box figure img {
      width: 100%; }

.page-box-text {
  flex: 1; }
  .page-box-text p,
  .page-box-text ul,
  .page-box-text dl,
  .page-box-text ol,
  .page-box-text > div,
  .page-box-text .img-max {
    margin-top: 20px; }
    .page-box-text p:first-child,
    .page-box-text ul:first-child,
    .page-box-text dl:first-child,
    .page-box-text ol:first-child,
    .page-box-text > div:first-child,
    .page-box-text .img-max:first-child {
      margin-top: 0; }
    .page-box-text p li,
    .page-box-text ul li,
    .page-box-text dl li,
    .page-box-text ol li,
    .page-box-text > div li,
    .page-box-text .img-max li {
      margin-top: 5px; }
  .page-box-text .dl-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.7; }
    .page-box-text .dl-list dt {
      font-weight: bold;
      width: 150px; }
    .page-box-text .dl-list dd {
      width: 70%; }

.mt-none {
  margin-top: 0 !important; }

.list-disc {
  list-style: disc;
  padding-left: 20px; }

.page-link {
  display: inline-block;
  margin-top: 5px;
  color: #208bd6;
  text-decoration: underline; }

@media all and (max-width: 768px) {
  .page-box {
    flex-wrap: wrap-reverse; }
    .page-box figure {
      margin: 0 0 20px 0;
      width: 100%; }

  .page-box-text {
    flex: none;
    width: 100%; }
    .page-box-text .dl-list > dt {
      margin-top: 10px;
      width: 100%; }
    .page-box-text .dl-list > dt:first-child {
      margin-top: 0; } }
@media all and (min-width: 769px) {
  .timeline {
    list-style: none; }

  .timeline > li {
    margin-bottom: 60px; }

  /* タイムライン */
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative; }

  .timeline-date {
    width: 160px;
    padding-top: 30px;
    margin-right: 10px;
    color: #0066cc;
    font-size: 1.6rem;
    font-weight: bold;
    border-left: 3px #e5e5d1 solid;
    padding-left: 50px; }

  .timeline-content {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 13px);
    margin-left: 13px; }
    .timeline-content div {
      width: 71%;
      flex: 1; }
      .timeline-content div p {
        width: 100%;
        background: #fff;
        padding: 20px;
        margin-top: 10px;
        display: block; }

  .timeline-date:before {
    content: "";
    width: 32px;
    height: 32px;
    background: #0066cc;
    position: absolute;
    left: 0;
    top: 25px;
    border-radius: 100%; }

  .timeline-date:after {
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 29px;
    border-radius: 100%; }

  .timeline-date1:after {
    content: "1"; }

  .timeline-date2:after {
    content: "2"; }

  .timeline-date3:after {
    content: "3"; }

  .timeline-date4:after {
    content: "4"; }

  .timeline-date5:after {
    content: "5"; } }
@media all and (max-width: 768px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative; }

  .timeline-date {
    width: 160px;
    margin-top: 20px;
    color: #0066cc;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 40px; }

  .timeline-content div {
    width: 100%; }
    .timeline-content div p {
      width: 100%;
      background: #fff;
      padding: 19px;
      margin-top: 9px;
      display: block; }

  .timeline-date:before {
    content: "";
    width: 28px;
    height: 28px;
    background: #0066cc;
    position: absolute;
    left: 0;
    top: 19px;
    border-radius: 100%; }

  .timeline-date:after {
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    left: 8px;
    top: 22px;
    border-radius: 100%; }

  .timeline-date1:after {
    content: "1"; }

  .timeline-date2:after {
    content: "2"; }

  .timeline-date3:after {
    content: "3"; }

  .timeline-date4:after {
    content: "4"; }

  .timeline-date5:after {
    content: "5"; } }
.required {
  color: #ff0004; }

.eventinfo-form {
  padding: 0 30px; }
  .eventinfo-form dl {
    font-size: 1.6rem !important;
    display: flex;
    flex-wrap: wrap; }
    .eventinfo-form dl dt {
      width: 30%;
      margin-bottom: 20px;
      font-weight: bold; }
    .eventinfo-form dl dd {
      width: 70%;
      margin-bottom: 20px; }
      .eventinfo-form dl dd input[type="tel"],
      .eventinfo-form dl dd input[type="text"],
      .eventinfo-form dl dd input[type="number"],
      .eventinfo-form dl dd input[type="email"],
      .eventinfo-form dl dd textarea {
        padding: 5px;
        font-size: 1.6rem;
        border: 1px solid #ddd;
        width: 100%; }
      .eventinfo-form dl dd textarea {
        width: 100%;
        height: 150px; }
      .eventinfo-form dl dd p {
        font-size: 1.2rem;
        margin-top: 5px;
        color: #666; }
      .eventinfo-form dl dd .postnumber {
        display: flex;
        align-items: center; }
        .eventinfo-form dl dd .postnumber li {
          padding-right: 10px; }
      .eventinfo-form dl dd span.wpcf7-list-item:first-child {
        margin: 0 !important; }
    .eventinfo-form dl .eventinfo-ttl input[type="text"] {
      border: none;
      pointer-events: none;
      padding: 0; }
    .eventinfo-form dl .age input[type="number"] {
      width: 80px; }
  .eventinfo-form .checkbox {
    margin-top: 10px;
    text-align: center; }
    .eventinfo-form .checkbox a {
      padding-left: 10px;
      color: #208bd6;
      text-decoration: underline; }
    .eventinfo-form .checkbox span.wpcf7-list-item {
      margin: 0; }

.form-btn input[type="submit"] {
  line-height: 50px;
  background: none;
  color: #fff;
  border: none;
  font-size: 1.6rem;
  width: 100%; }

.form-btn .ajax-loader {
  display: none !important; }

.form-btn:hover input[type="submit"] {
  color: #0066cc; }

.form-btn {
  box-sizing: border-box;
  width: 280px;
  background: #0066cc;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #0066cc;
  margin: 30px auto 0;
  text-align: center; }
  .form-btn a {
    width: 100%;
    color: #fff; }
  .form-btn .common-arrow-r::before, .form-btn .common-arrow-r::after {
    right: 20px; }
  .form-btn:hover {
    background: #fff;
    border: 1px solid #0066cc; }
    .form-btn:hover a {
      color: #0066cc;
      font-weight: bold; }
    .form-btn:hover .common-arrow-r::before, .form-btn:hover .common-arrow-r::after {
      border-top: 2px solid #0066cc;
      border-right: 2px solid #0066cc; }

@media all and (max-width: 768px) {
  .eventinfo-form {
    padding: 0 20px; }
    .eventinfo-form dl {
      font-size: 1.6rem !important;
      display: flex;
      flex-wrap: wrap; }
      .eventinfo-form dl dt {
        width: 100%;
        margin-bottom: 10px; }
      .eventinfo-form dl dd {
        width: 100%;
        margin-bottom: 20px; }
        .eventinfo-form dl dd input[type="text"],
        .eventinfo-form dl dd input[type="number"],
        .eventinfo-form dl dd input[type="email"],
        .eventinfo-form dl dd textarea {
          padding: 5px;
          font-size: 1.6rem;
          border: 1px solid #ddd;
          width: 100%; }
        .eventinfo-form dl dd textarea {
          width: 100%;
          height: 150px; }
        .eventinfo-form dl dd p {
          font-size: 1.2rem;
          margin-top: 5px;
          color: #666; }
        .eventinfo-form dl dd .postnumber {
          display: flex;
          align-items: center; }
          .eventinfo-form dl dd .postnumber li {
            padding-right: 10px; }
      .eventinfo-form dl .eventinfo-ttl input[type="text"] {
        border: none;
        pointer-events: none;
        padding: 0; }
    .eventinfo-form .checkbox {
      margin-top: 10px;
      text-align: center; }
      .eventinfo-form .checkbox a {
        padding-left: 10px;
        color: #208bd6;
        text-decoration: underline; }

  .form-btn {
    width: 100% !important; } }
/*　サイトマップ */
.text-item-list > li {
  border-bottom: 1px solid #ddd; }
  .text-item-list > li.list-level2 {
    padding-left: 1.5em; }
  .text-item-list > li a {
    display: block;
    padding: 15px 10px; }
    .text-item-list > li a:hover {
      background-color: #f8f8f8;
      text-decoration: none; }

/* post item */
.post-area > *:first-child {
  margin-top: 0; }
.post-area > *:last-child {
  margin-bottom: 0; }
.post-area .post-tag-area {
  text-align: left;
  margin: 10px 0 30px; }
.post-area .post-image {
  text-align: center; }
.post-area .post-images {
  display: flex;
  justify-content: flex-start; }
  .post-area .post-images > * {
    flex: 1; }
    .post-area .post-images > * + * {
      margin-left: 2%; }
  .post-area .post-images .post-image-caption {
    text-align: center;
    margin-top: 5px; }
.post-area .post-image,
.post-area .post-images {
  margin: 0 auto;
  padding-top: 20px; }
  .post-area .post-image img,
  .post-area .post-images img {
    width: auto;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block; }
  .post-area .post-image a,
  .post-area .post-images a {
    max-width: 50%;
    margin: 0 auto; }
.post-area .post-date {
  margin-top: 20px;
  text-align: right; }
.post-area .post-body {
  margin: 30px auto 0; }
  .post-area .post-body * {
    line-height: 1.5em; }
  .post-area .post-body > * {
    margin-bottom: 1em; }
    .post-area .post-body > *:last-child {
      margin-bottom: 0; }
  .post-area .post-body .post-body-inner {
    padding-left: 1em; }
    .post-area .post-body .post-body-inner > * {
      margin-bottom: 1em; }
      .post-area .post-body .post-body-inner > *:last-child {
        margin-bottom: 0; }
.post-area .post-detail {
  overflow: hidden;
  position: relative;
  _zoom: 1;
  border-bottom: 1px solid #ddd; }
  .post-area .post-detail > dt {
    font-weight: bold;
    width: 25%;
    padding: 15px 10px 15px 0;
    color: #333333;
    vertical-align: top;
    white-space: nowrap;
    float: left; }
  .post-area .post-detail > dd {
    padding: 15px 10px 15px 0;
    overflow: hidden;
    position: relative; }
    .post-area .post-detail > dd .dd_img {
      width: 30%;
      float: left;
      padding-right: 15px; }
    .post-area .post-detail > dd dl {
      overflow: hidden;
      position: relative; }
    .post-area .post-detail > dd p {
      margin-left: 0; }
.post-area .post-desc-list {
  margin-top: 10px; }
  .post-area .post-desc-list > dt {
    font-weight: bold;
    margin-bottom: 5px; }
  .post-area .post-desc-list > dd {
    margin-bottom: 1.5em; }
    .post-area .post-desc-list > dd > *:not(br, span) {
      margin-bottom: 1em; }
      .post-area .post-desc-list > dd > *:not(br, span):last-child {
        margin-bottom: 0; }
  .post-area .post-desc-list > *:last-child {
    margin-bottom: 0; }
.post-area .post-image-text-box {
  display: flex;
  justify-content: flex-start; }
  .post-area .post-image-text-box.reverse-position {
    flex-direction: row-reverse; }
  .post-area .post-image-text-box > .image-area {
    width: 45%;
    margin-right: 5%;
    flex: none; }
    .post-area .post-image-text-box > .image-area img {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
  .post-area .post-image-text-box > .text-area {
    -ms-flex: 0 1 auto; }

@media all and (max-width: 768px) {
  .post-area .post-detail > dt {
    width: 100%;
    float: none;
    padding: 15px 10px 5px; }
    .post-area .post-detail > dt::before {
      content: "【"; }
    .post-area .post-detail > dt::after {
      content: "】"; }
  .post-area .post-detail > dd {
    padding: 0 15px 15px;
    background: none;
    border: none; }
  .post-area .post-detail .page dt {
    width: 30%;
    float: left; }
  .post-area .post-detail .page dd {
    border: none;
    padding: 14px 10px 14px 0; }
  .post-area .post-detail .page .dd_img {
    width: 100%;
    margin-bottom: 1em;
    float: none; }
  .post-area .post-image-text-box {
    display: block; }
    .post-area .post-image-text-box > .image-area {
      width: 100%;
      text-align: center;
      margin: 0 0 0.5em; } }
/* 施設紹介 */
.guidance-nolink {
  padding: 30px 20px; }

.guidance-item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd; }
  .guidance-item:first-child {
    border-top: 1px solid #ddd; }
  .guidance-item > a {
    width: 100%;
    display: flex;
    text-decoration: none;
    padding: 30px 20px; }
    .guidance-item > a:hover {
      background: #f8f8f8; }
  .guidance-item .guidance-thumb {
    width: 30%;
    margin-left: 5%;
    flex: none; }
    .guidance-item .guidance-thumb img {
      border: 1px solid #ddd;
      width: 100%; }
  .guidance-item .guidance-summary {
    flex-grow: 1; }
    .guidance-item .guidance-summary .guidance-title {
      font-size: 1.4em;
      font-weight: bold;
      margin-bottom: 10px; }
    .guidance-item .guidance-summary .guidance-info {
      overflow: hidden; }
      .guidance-item .guidance-summary .guidance-info > dt {
        float: left;
        width: 80px;
        font-weight: bold;
        margin-right: 10px;
        margin-bottom: 2px; }
      .guidance-item .guidance-summary .guidance-info > dd {
        overflow: hidden;
        margin-bottom: 2px; }
    .guidance-item .guidance-summary .guidance-info-link > dd {
      padding-right: 50px; }
    .guidance-item .guidance-summary .detail-arrow::before {
      top: -2px;
      right: 14px;
      width: 8px;
      height: 8px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

@media all and (max-width: 767px) {
  .guidance-nolink {
    padding: 20px;
    flex-wrap: wrap-reverse; }

  .guidance-item > a {
    padding: 20px;
    flex-wrap: wrap; }
  .guidance-item .guidance-thumb {
    width: 100%;
    margin: 0 0 10px 0;
    flex: none; }
  .guidance-item .guidance-summary {
    width: 100%; }
    .guidance-item .guidance-summary .guidance-title {
      font-size: 1.4em;
      font-weight: bold;
      margin-bottom: 20px; }
    .guidance-item .guidance-summary .event-desc {
      margin-bottom: 10px; }
    .guidance-item .guidance-summary .guidance-info {
      display: flex;
      flex-wrap: wrap; }
      .guidance-item .guidance-summary .guidance-info > dt {
        float: none;
        width: 25%;
        margin-right: 0;
        margin-bottom: 0; }
      .guidance-item .guidance-summary .guidance-info > dd {
        width: 75%;
        margin-bottom: 5px;
        padding: 0; }
    .guidance-item .guidance-summary .guidance-info-link > dd {
      padding-right: 40px; }
    .guidance-item .guidance-summary .guidance-detail-btn {
      width: 100%; } }
/*　素材 */
/*　タイトル */
.common-ttl2 {
  font-size: 2rem;
  margin: 40px 0 15px;
  font-weight: bold;
  color: #333;
  position: relative;
  /*
    &::before {
				content: "";
				position: absolute;
				display: block;
				width: 30px;
				height: 1;
				background-color: $color-subbase2;
				bottom: -8px;
				left: 0;
		}*/ }

.common-ttl3 {
  margin: 30px 0 10px; }
  .common-ttl3 .common-sttl-text {
    position: relative;
    display: block;
    font-size: 1.6rem;
    color: #333;
    font-weight: bold;
    padding-left: 10px; }
    .common-ttl3 .common-sttl-text:before {
      content: "";
      position: absolute;
      display: block;
      width: 2px;
      height: 100%;
      background-color: #0066cc;
      top: 0;
      left: 0; }

.common-ttl4 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0066cc;
  margin-bottom: 5px; }

@media all and (max-width: 768px) {
  .common-ttl2 {
    font-size: 1.8rem;
    margin: 30px 0 20px; }
    .common-ttl2::before {
      content: "";
      bottom: -10px; }

  .common-ttl3 {
    font-size: 1.6rem; }

  .common-ttl4 {
    font-size: 1.4rem; } }
/* to top btn */
#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #0066cc;
  border-radius: 50%; }

#page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none; }

#page-top a::before {
  font-family: FontAwesome;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

.common-link-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding-left: 16px; }
  .common-link-icon::before, .common-link-icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0066cc;
    border-right: 2px solid #0066cc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.common-arrow-r-g {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none; }
  .common-arrow-r-g::before, .common-arrow-r-g::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0066cc;
    border-right: 2px solid #0066cc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

@media screen and (min-width: 900px) {
  .common-arrow-r-g-pc {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none; }
    .common-arrow-r-g-pc::before, .common-arrow-r-g-pc::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      content: "";
      vertical-align: middle;
      width: 12px;
      height: 12px;
      border-top: 2px solid #47b476;
      border-right: 2px solid #47b476;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); } }
.common-arrow-r {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none; }
  .common-arrow-r::before, .common-arrow-r::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.tab-btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .tab-btns > li {
    width: 32%;
    margin-bottom: 2%; }
    .tab-btns > li:first-child {
      margin-left: 0; }
    .tab-btns > li a {
      display: block;
      font-size: 1.6rem;
      padding: 10px 0;
      color: #0066cc;
      border: 1px solid #0066cc;
      text-align: center;
      text-decoration: none; }
    .tab-btns > li .current {
      color: #fff;
      background: #0066cc; }

.tab-content {
  display: none; }
  .tab-content.current {
    display: block; }

.tab-btns2 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }
  .tab-btns2 > li {
    width: 50%;
    margin-bottom: 2%; }
    .tab-btns2 > li a {
      display: block;
      font-size: 1.6rem;
      padding: 10px 0;
      color: #0066cc;
      border: 1px solid #0066cc;
      text-align: center;
      text-decoration: none; }
    .tab-btns2 > li .current {
      color: #fff;
      background: #0066cc;
      position: relative; }
      .tab-btns2 > li .current::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #0066cc; }
    .tab-btns2 > li + li {
      margin-left: 1px; }

.tab-content2 {
  margin-top: -14px;
  display: none;
  padding: 30px;
  background: #f8f8f8; }
  .tab-content2.current {
    display: block; }

@media all and (max-width: 768px) {
  .tab-content2 {
    padding: 30px 15px 20px; } }
.tab-btns3 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }
  .tab-btns3 > li {
    width: 50%;
    margin-bottom: 2%; }
    .tab-btns3 > li a {
      display: block;
      font-size: 1.6rem;
      padding: 10px 0;
      color: #0066cc;
      border: 1px solid #0066cc;
      text-align: center;
      text-decoration: none; }
    .tab-btns3 > li .current {
      color: #fff;
      background: #0066cc;
      position: relative; }
      .tab-btns3 > li .current::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #0066cc; }
    .tab-btns3 > li + li {
      margin-left: 1px; }

.tab-content3 {
  margin-top: -14px;
  display: none;
  padding: 30px 0; }
  .tab-content3.current {
    display: block; }

@media all and (max-width: 768px) {
  .tab-content3 {
    padding: 30px 15px 20px; } }
#breadcrumb {
  margin-bottom: 30px; }
  #breadcrumb ul > li {
    display: inline; }
    #breadcrumb ul > li a {
      text-decoration: underline; }
    #breadcrumb ul > li + li {
      position: relative; }
      #breadcrumb ul > li + li::before {
        content: "\03e";
        margin: 0 5px; }

/*　マージン */
.second-innner {
  margin-top: 30px; }

/*　リンクpdf */
a.link-pdf {
  padding-left: 25px !important;
  position: relative; }
  a.link-pdf::before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    left: 5px;
    background: url(../images/icon_pdf.png) no-repeat center center;
    background-size: 100% auto; }

/*　テーブルレイアウト01 */
.table-layout01 {
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%; }
  .table-layout01 th {
    padding: 10px 5px;
    background-color: #fff;
    text-align: center;
    border-right: 1px solid #ddd;
    font-size: 1.6rem; }
  .table-layout01 td {
    padding: 15px;
    border-right: 1px solid #ddd;
    background: #f8f8f8; }
    .table-layout01 td a {
      color: #208bd6;
      text-decoration: underline; }
  .table-layout01 tr:nth-child(2n + 2) > td {
    background: #fff !important; }
  .table-layout01 .event-date {
    width: 18%; }

/* テーブルレイアウト02*/
.table-layout02 {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse; }
  .table-layout02 td,
  .table-layout02 th {
    border-bottom: 1px solid #ddd;
    padding: 10px; }
  .table-layout02 th {
    text-align: left;
    vertical-align: middle;
    background: #666666;
    width: 86px;
    color: #fff; }
  .table-layout02 .th-level2 {
    background: #959595; }
  .table-layout02 .td-level2 {
    border-right: 1px solid #ddd;
    border-collapse: collapse; }
  .table-layout02 tr:last-child > td {
    padding: 0; }
    .table-layout02 tr:last-child > td td {
      padding: 10px;
      border-collapse: collapse;
      border-bottom: none; }

@media all and (max-width: 768px) {
  .table-layout02,
  .table-layout02 > tbody > tr {
    display: block;
    width: 100%; }
    .table-layout02 .td-level1,
    .table-layout02 th,
    .table-layout02 > tbody > tr .td-level1,
    .table-layout02 > tbody > tr th {
      width: 100%;
      display: block;
      float: left;
      clear: both;
      border: none; }

  .table-layout02 tr:last-child {
    border-top: 1px solid #ddd; } }
/* テーブルレイアウト03*/
.table-layout03 {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%; }
  .table-layout03 tr {
    border-bottom: 1px solid #ddd; }
    .table-layout03 tr th {
      width: 150px;
      text-align: left;
      color: #fff;
      background: #666;
      border-right: 1px solid #ddd; }
  .table-layout03 th,
  .table-layout03 td {
    padding: 15px; }

@media all and (max-width: 768px) {
  .table-layout03 th,
  .table-layout03 td {
    display: block;
    width: 100% !important;
    float: left;
    clear: both; }

  .table-layout03 tr {
    display: block;
    width: 100%; } }
/* テーブルレイアウト04*/
.table-layout04 {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%; }
  .table-layout04 tr {
    border-bottom: 1px solid #ddd; }
    .table-layout04 tr th {
      vertical-align: middle;
      text-align: center;
      color: #fff;
      background: #666;
      border-right: 1px solid #ddd; }
      .table-layout04 tr th:first-child {
        width: 110px; }
  .table-layout04 tr:first-child td {
    font-weight: bold; }
  .table-layout04 th,
  .table-layout04 td {
    padding: 15px;
    border-left: 1px solid #ddd;
    text-align: center; }

@media all and (max-width: 768px) {
  .table-layout04 th {
    width: 130px !important; }
  .table-layout04 th,
  .table-layout04 td {
    padding: 10px; } }
/* テーブルレイアウト05*/
.table-layout05 {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
  table-layout: fixed; }
  .table-layout05 tr {
    border-bottom: 1px solid #ddd; }
    .table-layout05 tr th {
      font-weight: bold;
      text-align: center;
      vertical-align: middle;
      color: #fff;
      background: #666;
      border-right: 1px solid #ddd; }
    .table-layout05 tr td {
      text-align: left; }
    .table-layout05 tr .txt-right {
      text-align: right; }
    .table-layout05 tr th,
    .table-layout05 tr td {
      padding: 15px;
      border-left: 1px solid #ddd; }
    .table-layout05 tr th:nth-child(1) {
      width: 22%; }
    .table-layout05 tr th:nth-child(2) {
      width: 21%; }
    .table-layout05 tr th:nth-child(3) {
      width: 10%; }
    .table-layout05 tr th:nth-child(4) {
      width: 16%; }
    .table-layout05 tr th:nth-child(5) {
      width: 31%; }

/* テーブルレイアウト06*/
.table-layout06 {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%; }
  .table-layout06 tr {
    border-bottom: 1px solid #ddd; }
    .table-layout06 tr th {
      width: 150px;
      text-align: left;
      color: #fff;
      background: #666;
      border-right: 1px solid #ddd; }
  .table-layout06 th,
  .table-layout06 td {
    padding: 15px; }

@media all and (max-width: 768px) {
  .table-layout06 th,
  .table-layout06 td {
    display: block;
    width: 100% !important;
    float: left;
    clear: both; }

  .table-layout06 tr {
    display: block;
    width: 100%; } }
/*　テーブルスクロール */
.scroll-area .scroll-table-read {
  display: none; }

@media all and (max-width: 736px) {
  .scroll-area .scroll-table-read {
    display: block;
    font-weight: bold;
    color: #919191;
    font-size: 125%;
    text-align: center;
    margin-bottom: 15px; }
  .scroll-area .scroll-item {
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .scroll-area .scroll-item::-webkit-scrollbar {
      height: 5px; }
    .scroll-area .scroll-item::-webkit-scrollbar-track {
      background-color: #f1f1f1; }
    .scroll-area .scroll-item::-webkit-scrollbar-thumb {
      background-color: #aeaeae; }
    .scroll-area .scroll-item > * {
      width: 740px; } }
.hall-name {
  font-style: normal; }

.hall-name + .hall-name {
  padding-left: 5px; }

/* Additional code */
.page-image {
  text-align: center;
  margin: 10px auto; }
  .page-image img {
    width: auto;
    max-width: 100%;
    margin: 0 auto; }
  .page-image .page-image-caption {
    text-align: center;
    margin-top: 5px;
    font-size: 1.2rem; }

/* tag item */
.facility-tag {
  color: #ffffff;
  background-color: #666666;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0.5em;
  font-size: 14px;
  text-align: center;
  line-height: 1.2em;
  font-style: normal; }
  .facility-tag:first-child {
    margin-left: 0; }

.hall-tag {
  background-color: #666; }

/*
.status-tag {
		width: 90px;
}
*/
.tag-end {
  background-color: #666666; }

.tag-free {
  background-color: #47b476; }

.tag-cell {
  background-color: #208bd6; }

.tag-stay {
  background-color: #f6ba2a; }

.tag-over {
  background-color: #e11616; }

.circle-tag {
  background-color: #0066cc; }

.tag-none {
  display: none; }

.tag-business {
  background-color: #0066cc; }

.tag-pink {
  background: #de80df; }

@media all and (max-width: 768px) {
  .tab-btns li {
    width: 49%; } }
@media screen and (min-width: 900px) {
  .pc-none {
    display: none !important; } }
@media (max-width: 899px) {
  .sp-none {
    display: none !important; } }
.timeline2-content {
  width: 100%;
  width: 100%;
  background: #fff;
  padding: 20px; }
  .timeline2-content dl {
    margin-top: 20px; }
    .timeline2-content dl a {
      margin: 5px;
      color: #208bd6;
      text-decoration: underline; }

.tab-content2 > .second-innner:first-child {
  margin-top: 0; }

.page-box-contact {
  margin-top: 30px; }
  .page-box-contact a {
    color: #208bd6;
    text-decoration: underline; }

.character-list {
  margin-left: 1em;
  text-indent: -1em; }

.slider {
  display: none; }

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/ }

/* 施設詳細 */
.img-max {
  width: 100%; }

.bg-table {
  background: #f8f8f8; }

@media screen and (min-width: 769px) {
  .hall-box {
    display: flex;
    justify-content: space-between;
    margin-top: 10px !important; }
    .hall-box div img {
      width: 100%; }
    .hall-box div:first-child {
      width: calc(50% - 20px); }
    .hall-box div + div {
      width: 50%;
      padding-left: 20px;
      border-left: 1px solid #ddd; }
    .hall-box p {
      margin-top: 10px; } }
@media all and (max-width: 768px) {
  .hall-box {
    margin-top: 10px; }
    .hall-box div img {
      margin-top: 10px;
      width: 100%; }
    .hall-box div + div {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #ddd; }
    .hall-box p {
      margin-top: 10px; } }
/* 貸出し施設 */
.link-ttl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  align-items: center; }
  .link-ttl .teble-ttl {
    font-size: 1.8rem;
    font-weight: bold;
    vertical-align: middle; }

.lending-list {
  margin-top: 45px; }

.lending-btn {
  box-sizing: border-box;
  width: 140px;
  background: #0066cc;
  line-height: 40px;
  border-radius: 25px;
  border: 1px solid #0066cc;
  margin-top: 20px;
  text-align: center; }
  .lending-btn a {
    width: 100%;
    color: #fff; }
  .lending-btn .common-arrow-r::before, .lending-btn .common-arrow-r::after {
    right: 12px;
    width: 6px;
    height: 6px; }
  .lending-btn:hover {
    background: #fff;
    border: 1px solid #0066cc; }
    .lending-btn:hover a {
      color: #0066cc;
      font-weight: bold; }
    .lending-btn:hover .common-arrow-r::before, .lending-btn:hover .common-arrow-r::after {
      border-top: 2px solid #0066cc;
      border-right: 2px solid #0066cc; }

.g-br {
  display: none; }

@media all and (max-width: 768px) {
  .lending-btn {
    width: 100%;
    line-height: 50px; }
    .lending-btn .common-arrow-r::before, .lending-btn .common-arrow-r::after {
      right: 20px; } }
@media all and (max-width: 388px) {
  .g-br {
    display: block; } }
/* つながりダウンロード */
.pdf-img img {
  width: auto;
  max-width: 60% !important;
  margin: 0 auto; }

.pdf-img dd {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media all and (max-width: 768px) {
  .pdf-img img {
    max-width: 100% !important; } }
.text-none {
  display: none; }

.modal-icon {
  display: none; }

.modal-item {
  cursor: pointer; }

.modal-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999; }
  .modal-active > div {
    position: relative;
    padding: 60px 3%;
    text-align: center;
    margin: 0 auto;
    height: 100vh; }
    .modal-active > div figure {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      max-width: 800px;
      max-height: 600px;
      overflow: auto; }
      @media all and (max-width: 768px) {
        .modal-active > div figure {
          width: 90%; } }
      .modal-active > div figure img {
        width: 100% !important; }
    .modal-active > div .modal-icon {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 46px;
      height: 46px;
      background-color: rgba(0, 0, 0, 0.5); }
      @media all and (max-width: 768px) {
        .modal-active > div .modal-icon {
          width: 40px;
          height: 40px; } }
      .modal-active > div .modal-icon:before {
        content: '';
        position: absolute;
        left: 12px;
        top: 20px;
        width: 26px;
        height: 1px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        @media all and (max-width: 768px) {
          .modal-active > div .modal-icon:before {
            left: 9px; } }
      .modal-active > div .modal-icon:after {
        content: '';
        position: absolute;
        top: 20px;
        left: 12px;
        background: #fff;
        width: 26px;
        height: 1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media all and (max-width: 768px) {
          .modal-active > div .modal-icon:after {
            left: 9px; } }
  .modal-active figcaption {
    display: none; }

.bg-lightblue td {
  background: #EDF6FF; }
