@charset "utf-8";

#container {
  /* overflow: hidden; */
}
#container.fixed {
    position: fixed;
    width: 100%;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media print, screen and (max-width: 1279px) {
  .sp_none {
    display: none !important;
  }

  body {
    font-size: 14px;
  }

  body.sp-nav-open {
    overflow: hidden;
  }
}

@media print, screen and (min-width: 1280px) {
  .pc_none {
    display: none !important;
  }
}

.font_mincho {
  font-family: 'Noto Serif JP';
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.slick-slider {
  display: none;
}

.slick.slick-initialized {
  display: block;
}

/* Utility */
.display--block {
  display: block;
}

.img--max {
  width: 100%;
  height: auto;
}

/* Icon */
.icon--right-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1892D3;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
}

.icon--right-arrow::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-top: 2px solid #1892D3;
  border-right: 2px solid #1892D3;
  transform: rotate(45deg);
  margin-left: -2px;
}

.icon--map {
  width: 32px;
  height: 32px;
  background-image: url(../image/common/icon_map.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.icon--arrow-forward {
  width: 24px;
  height: 24px;
  background-image: url(../image/common/icon_arrow_forward.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.icon--tel {
  width: 32px;
  height: 32px;
  background-image: url(../image/common/icon_tel_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.icon--fax {
  width: 32px;
  height: 32px;
  background-image: url(../image/common/icon_fax.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.icon--clock {
  width: 32px;
  height: 32px;
  background-image: url(../image/common/icon_clock.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.icon--arrow {
  width: 10px;
  height: 10px;
  background-image: url(../image/common/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.icon--pdf {
  width: 25px;
  height: 25px;
  background-image: url(../image/common/icon_pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: text-top;
}

.icon--excel {
  width: 25px;
  height: 25px;
  background-image: url(../image/common/icon_excel.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: text-top;
}

.icon--word {
  width: 25px;
  height: 25px;
  background-image: url(../image/common/icon_word.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: text-top;
}

.icon--file-pdf {
  width: 25px;
  height: 25px;
  background-image: url(../image/common/icon_file_pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: text-top;
}

/* Margin */
.mgr16 {
  margin-right: 16px !important;
}

.mgb120 {
  margin-bottom: 120px !important;
}

/* tablet & mobile */
@media screen and (max-width: 1279px) {
  .mgb20--sp {
    margin-bottom: 20px !important;
  }
}


/* TextAlign  */
.text--right {
  text-align: right !important;
}

/* FontSize */
.font--14 {
  font-size: 14px !important;
}

/* Button */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF !important;
  text-decoration: none;
  border-radius: 30px;
  background-color: #1892D3;
}
  .btn:hover {
    text-decoration: none;
    color: #FFFFFF !important;
  }

.btn--50 {
  width: 50%;
}

.btn--padding-60 {
  padding: 10px 60px;
}

.btn--half {
  width: 49%;
}

.btn--small {
  width: 240px;
  max-width: 100%;
}

.btn--midlle {
  width: 370px;
  max-width: 100%;
}

.btn--large {
  width: 80%;
}

.btn--blue {
  background-color: #0A4F98;
}

.btn--green {
  background-color: #00B2B2;
}

.btn--white {
  border: 1px solid #1892D3;
  background-color: #FFFFFF;
  color: #1A1F29 !important;
}
  .btn--white:hover {
    text-decoration: none;
    color: #1A1F29 !important;
  }

.btn--yellow {
  border: 1px solid #EAD76D;
  background-color: #FDF9E2;
  color: #1A1F29 !important;
}
  .btn--yellow:hover {
    text-decoration: none;
    color: #1A1F29 !important;
  }

.btn--offwhite {
  background-color: #FDF9E2;
  border: 1px solid #EAD76D;
  color: #1A1F29 !important;
}
  .btn--offwhite:hover {
    color: #1A1F29 !important;
  }

.btn--more {
  border: 1px solid #FFCCC1;
  background-color: #FFFFFF;
  color: #1A1F29 !important;
}
  .btn--more:hover {
    color: #1A1F29 !important;
  }

@media screen and (max-width: 1279px) {
  .btn--sp-max {
    width: 100% !important;
  }

  .btn--large {
    width: 100%;
  }
}

/* Table */
.table--type01,
.content1 table {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #CCCCCC !important;
}
  .table--type01 tr,
  .content1 table tr {
    border: none !important;
    border-top: 1px solid #CCCCCC !important;
  }
  /*
    .table--type01 th,
    .content1 table th {
      width: 18%;
      border: none !important;
      font-weight: normal;
      text-align: left;
      background: #FFFFFF;
      position: relative;
      padding: 12px 12px 12px 0 !important;
    }
      .table--type01 th span,
      .content1 table th span
      {
        width: 100%;
        padding: 12px;
        background: #FDF9E2;
        display: block;
      }

      .table--type01 th::after,
      .content1 table th::after
      {
        content: "";
        position: absolute;
        right: 0;
        top: 25%;
        display: block;
        width: 1px;
        height: 50%;
        border-right: 1px solid #CCCCCC;
      }

    .table--type01 td,
    .content1 table td {
      border: none !important;
      font-weight: normal;
      padding: 12px;
    }
  */


  .content1 table th,
  .content1 table td{
    padding: 15px;
  }

  /* ================================================= */
  .content1 table th{
    line-height: 2;
    font-weight: normal;
    text-align: left;
  }

  .content1 .table--type01 th,
  .content1 .table--type01 td{
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
  }

  .content1 .table--type01 th:first-child::before,
  .content1 .table--type01 thead th + th::before,
  .content1 .table--type01 tr th + th::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    right: 8px; /* 右側に隙間を開ける */
    background-color: #FDF9E2; /* 薄い黄色 */
    z-index: -1; /* 文字の後ろに配置する */
  }

  .content1 .table--type01 thead th + th::before,
  .content1 .table--type01 tr th + th::before {
    left: 8px;
  }

  /* 1列目の設定 */
  .content1 .table--type01 th:first-child {
    width: 25%; /* 1列目の幅 */
    position: relative;
    z-index: 1;
  }

  /* 1列目のテキストの左側余白 */
  .content1 .table--type01 tbody th:first-child {
    padding-left: 16px;
  }

  /* --- グレーの短い縦線を作る設定 --- */
  /* データセル(td)と、1行目の2列目以降 */
  .content1 .table--type01 td,
  .content1 .table--type01 thead th + th,
  .content1 .table--type01 tr th + th {
    padding-left: 20px; /* 縦線から文字までの距離 */
    position: relative;
    z-index: 1;
  }

  /* 縦線本体 */
  .content1 .table--type01 td::after,
  .content1 .table--type01 thead th + th::after,
  .content1 .table--type01 tr th + th::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* 縦方向の中央に配置 */
    width: 1px; /* 線の太さ */
    height: 16px; /* 線の長さ */
    background-color: #CCCCCC; /* グレー */
  }

.table--type02,
.content1 .table--type02 {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #CCCCCC !important;
}
  .table--type02 tr,
  .content1 .table--type02 tr {
    border: none !important;
    border-top: 1px solid #CCCCCC !important;
  }
    .table--type02 th,
    .content1 .table--type02 th {
      width: 18%;
      border: none !important;
      font-weight: normal;
      text-align: left;
      background: #FFFFFF;
      position: relative;
    }

    .table--type02 td,
    .content1 .table--type02 td {
      border: none !important;
      font-weight: normal;
      padding: 24px 0 !important;
    }

.table--type03,
.content1 .table--type03 {
  width: 100%;
}
    .table--type03 th,
    .content1 .table--type03 th {
      width: 18%;
      background: #EEF7FB;
      padding: 12px !important;
      font-weight: 500;
    }


    .table--type01 td,
    .content1 .table--type01 td {
      border: none !important;
      font-weight: normal;
      padding: 12px;
    }

/* Pagenation */
.pagenation {
  width: 100%;
  margin-top: 60px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FBF9F6;
}
  .pagenation__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 10px;
  }
    .pagenation__list__prev::before {
      content: "";
      display: inline-block;
      margin: 0 12px 0 0;
      border-top: 6px solid transparent;
      border-right: 12px solid #0A4F98;
      border-bottom: 6px solid transparent;
      border-left: 6px solid transparent;
    }
    .pagenation__list__prev--none {
      color: #ccc !important;
    }
    .pagenation__list__prev--none::before {
      border-right: 12px solid #ccc;
    }

    .pagenation__list__next::after {
      content: "";
      display: inline-block;
      margin: 0 0 0 12px;
      border-top: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 12px solid #0A4F98;
    }
    .pagenation__list__next--none {
      color: #ccc !important;
    }
    .pagenation__list__next--none::after {
      border-left: 12px solid #ccc;
    }

    .pagenation__list__item {
      line-height: 1;
      background-color: #FFFFFF;
      color: #0A4F98;
      border: 1px solid #C9C9C9;
      display: block;
      padding: 11px 15px;
      text-decoration: none;
    }

    .pagenation__list__item--current {
      background-color: #0A4F98;
      color: #FFFFFF;
    }

@media screen and (max-width: 1279px) {
  /*
  .pagenation__list__prev {
    display: none;
  }
  .pagenation__list__next {
    display: none;
  }

  .pagenation__list__item {
    padding: 2vw 4vw;
  }
  */

}


/* Box */
.box {
  padding: 18px 24px;
}
  .box--blue {
    background-color: #EEF7FB;
  }

  .box--offwhite {
    background-color: #FAFAF6;
  }

  .box__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
  }
    .box__title--blue {
      color: #0085BF;
    }

    .box__title--offwhite {
      color: #81782D;
    }

  .box__text {
    margin-bottom: 20px;
  }

  .box__list {
    list-style-type: disc;
    padding-left: 40px;
  }
    .box__list--blue li::marker {
      color: #0085BF;
    }
    .box__list--offwhite li::marker {
      color: #81782D;
    }

.content1 * + .box,
.content1 * + .card,
.content1 * + .contact{
  margin-top: 40px;
}

@media print, screen and (min-width: 1280px) {
  .content1 * + .box,
  .content1 * + .card,
  .content1 * + .contact{
    margin-top: 60px;
  }
}
/* Flex */
.flex {
  display: flex;
}
  .flex--space-between {
    justify-content: space-between;
  }
  .flex--justify-center {
    justify-content: center;
  }

  .flex--column {
    flex-flow: column;
  }

  .flex--center {
    align-items: center
  }

  .flex--40 {
    gap: 40px;
  }

/* Width */
.width--100 {
  width: 100%;
}

.width--50 {
  width: 50%;
}

.width--two-column {
  width: 48%;
}

.width--three-column {
  width: 31%;
}

.card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
  .card__box {
    width: 48%;
    min-height: 273px;
    padding: 30px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border: 1px solid #CCCCCC;
  }
  .card__box.card__box_headBg{
    padding-top: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .card__box.card__box__blank{
    border: none;
    display: flex;
  }

    .card__box__info {
      display: flex;
      flex-flow: column;
      gap: 20px 0;
    }
    .card .card__box p{
      margin-top: 0;
      margin-bottom: 0;
    }
      .card__box__info__title {
        font-size: 26px;
        line-height: 1.2;
        font-weight: 500;
        color: #003399;
      }
      .card__box_headBg .card__box__info__title{
        margin: 0 -30px 0;
        padding: 10px 20px;
        background-color: #E0F4FC;
      }

      .card__box__info__text {
        font-size: 18px;
      }

      .card__box__info__caution{
        padding: 12px 15px;
        border-radius: 10px;
        background-color: #F4F4F4;
        color: #E23320;
      }

    .card__box__price {
      width: 100%;
      text-align: right;
    }

    .card__box__price_caution {
      font-size: 1.8rem;
      font-weight: 500;
    }
      .card__box__price span {
        font-size: 32px;
        font-weight: bold;
      }

/* tablet & mobile */
@media screen and (max-width: 1279px) {
  .card {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 20px 0;
  }
    .card__box {
      width: 100%;
      padding: 20px;
    }
    .card__box.card__box__blank{
      display: none;
    }
      .card__box_headBg .card__box__info__title{
        margin: 0 -20px 0;
      }

      .card__box__price_caution {
        font-size: 1.6rem;
      }
}

.contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #FFF2F2;
  padding: 40px;
}
  .contact__box {
    width: 48%;
    min-height: 308px;
    padding: 35px;
    background: #fff;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px 0;
  }
    .content1 .contact__box p{
      margin-top: 0;
      margin-bottom: 0;
    }

    .contact__box__title {
      font-size: 22px;
      font-weight: 600;
    }

    .contact__box__text {
      font-size: 18px;
    }
      .contact__box__text strong {
        font-size: 25px;
        font-weight: bold;
      }

      .contact__box__text small {
        font-size: 16px;
      }

/* tablet & mobile */
@media screen and (max-width: 1279px) {
  .contact {
    flex-flow: column;
    padding: 20px;
    gap: 20px 0;
  }
    .contact__box {
      width: 100%;
      padding: 20px;
      gap: 20px 0;
      min-height: 200px;
    }
      .contact__box__title {
        font-size: 20px;
      }

      .contact__box__text {
        font-size: 16px;
      }
        .contact__box__text strong {
          font-size: 18px;
        }
        .contact__box__text a {
          font-size: 18px;
          text-decoration: none;
          color: #000;
        }

        .contact__box__text small {
          font-size: 14px;
        }
}


/* header */
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  .header__logo {
    width: 310px;
    margin: 0 0 0 30px;
  }

  .header__contents {
    display: flex;
    align-items: center;
    gap: 0 15px;
  }
  .header__nav {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    gap: 8px;
  }
    .header__nav__list {
      display: flex;
      font-size: 15px;
      padding-top: 8px;
      border-top: 1px solid#EAEBF1;
      gap: 25px;
    }
      .header__nav__list--small {
        gap: 10px;
        font-size: 13px;
        padding-top: 0;
        border-top: none;
      }

      .header__nav__list__item {
        content: "";
        display: block;
        padding-right: 10px;
        border-right: 1px solid #EAEBF1;
      }
        .header__nav__list__item__link {
          text-decoration: none;
          color: #1A1F29;
        }

      .header__nav__list__has-sub {
        position: relative;
        padding-right: 30px;
      }
        .header__nav__list__has-sub::before {
          content: "";
          width: 6px;
          height: 6px;
          border-top: 3px solid #1892D3;
          border-right: 3px solid #1892D3;
          transform: rotate(135deg);
          position: absolute;
          bottom: calc(50% - 3px);
          right: 10px;
          z-index: 1;
        }

        .header__nav__list__has-sub:hover .header__nav__sub,
        .header__nav__list__has-sub:focus-within .header__nav__sub {
          opacity: 1;
          visibility: visible;
        }

    .header__nav__sub {
      position: absolute;
      z-index: 100;
      padding: 20px;
      width: max-content;
      background-color: rgba(255, 255, 255, 0.8);
      border-right: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      border-left: 1px solid #FFFFFF;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      top: 125%;
      margin-top: 5px;
      left: 0;
      display: flex;
      flex-flow: column;
      gap: 15px 0;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }
      .header__nav__sub__item {
        display: flex;
        align-items: center;
        gap: 0 10px;
      }

  .header__contact {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
    .header__contact__text {
      font-size: 15px;
    }

    .header__contact__tel {
      display: flex;
      align-items: center;
      gap: 10px;
    }
      .header__contact__tel__icon {
        width: 33px;
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .header__contact__tel__number {
        font-size: 23px;
        font-weight: 500;
        color: #1892D3;
      }

  .header__reservation {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 120px;
    height: 100px;
  }
    .header__reservation__link {
      /* position: absolute; */
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none !important;
      color: #FFFFFF !important;
      width: 120px;
      z-index: 100;
    }
      .header__reservation__link--web {
        height: 100px;
        font-size: 15px;
        background-color: #0A4F98;
        top: 0;
      }

      .header__reservation__link--search {
        height: 51px;
        font-size: 16px;
        background-color: #1892D3;
        border-bottom-left-radius: 20px;
        top: 100px;
      }

  .header__hamburger {
    display: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
  }
    .header__hamburger:focus {
      outline: 2px solid #1892D3;
      outline-offset: 2px;
    }

  .header__tel {
    display: none;
  }

@media screen and (max-width: 1279px) {
  .header {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1000;
  }
    .header__logo {
      /* width: 63%; */
      width: auto;
      height: 60px;
      padding: 0;
      margin: 0;
      background: #FFFFFF;
      border-bottom-right-radius: 40px;
      box-sizing: border-box;
    }
      .header__logo img {
        width: auto !important;
        max-width: auto !important;
        height: 30px !important;
        margin: 14px 30px 14px 20px;
      }

    .header__contents {
      display: none;
    }

    .header__hamburger {
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      padding: 14px 0 10px 0;
      border: none;
      border-radius: 4px;
      box-shadow: -1px 1px 0 rgba(24, 146, 211, 0.3);
      background: #FFF;
      position: relative;
      z-index: 1000;
      cursor: pointer;
    }
      .header__hamburger:focus {
        outline: 2px solid #1892D3;
        outline-offset: 2px;
      }
      .header__hamburger__line {
        display: flex;
        flex-flow: column;
        gap: 5px 0;
      }
        .header__hamburger__line__item {
          width: 22px;
          height: 2px;
          background-color: #1892D3;
          transition: transform 0.3s ease, opacity 0.3s ease;
        }

      .header__hamburger::after {
        content: "menu";
        display: block;
        color: #1A1F29;
        font-size: 15px;
      }
      .header__hamburger.active::after {
        content: "close";
        display: block;
        color: #1A1F29;
        font-size: 15px;
      }

      .header__hamburger.active .header__hamburger__line__item:nth-child(2) {
        opacity: 0;
      }
      .header__hamburger.active .header__hamburger__line__item:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
      }
      .header__hamburger.active .header__hamburger__line__item:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
      }

      .header__hamburger__text {
        font-size: 15px;
      }

    .header__tel {
      width: 60px;
      height: 60px;
      padding: 13px;
      border: none;
      border-top-left-radius: 100%;
      border-bottom-left-radius: 100%;
      box-shadow: -1px 0 0 rgba(24, 146, 211, 0.3), 0 1px 0 rgba(24, 146, 211, 0.3), 0 -1px 0 rgba(24, 146, 211, 0.3);
      display: block;
      position: absolute;
      top: 70px;
      right: 0;
      background: #FFF;
    }
}

@media print, screen and (min-width: 1280px) {
  .header__reservation .header__reservation__inner{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
  }
}


/* main */
.contents {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 0 60px 0;
}
  .contents--offwhite {
    background: #FDF9E2;
  }

  .contents__box {
    width: 1200px;
  }
    .contents__box--top-news {
      background: #FFF2F2;
      border-radius: 24px;
      padding: 50px;
    }

@media screen and (max-width: 1279px) {
  .under .contents{
    width: 100%;
    padding: 0 5%;
  }

  .dir_topics .contents,
  .dir_search .contents,
  .dir_404 .contents,
  .dir_contact .contents,
  .dir_sitemap .contents{
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
    .contents__box {
      width: 100%;
    }
}


/* footer */
.footer {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
  .footer__box {
    width: 98%;
  }

  .footer__pagetop {
    padding-right: 48px;
    display: flex;
    justify-content: flex-end;
  }
    .footer__pagetop__link {
      width: 66px;
      display: block;
    }

  .footer__contents {
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #EBF8FD;
    border-top-left-radius: 20px;
    padding: 58px 0 49px 0;
  }
    .footer__contents__item {
      width: 78%;
      display: flex;
      flex-flow: column;
      gap: 40px 0;
    }
      .footer__contents__item__logo {
        width: 50%;
      }

      .footer__contents__item__info {
        width: 100%;
        display: flex;
        padding-bottom: 44px;
        border-bottom: 1px solid #81CEF0;
      }
        .footer__contents__item__info__box {
          width: 50%;
          border-right: 1px solid #81CEF0;
          display: flex;
          flex-flow: column;
          gap: 20px 0;
        }
        .footer__contents__item__info__box:last-child {
          border-right: none;
          padding-left: 8%;
        }
          .footer__contents__item__info__box__address {
            display: flex;
            align-items: top;
            gap: 0 16px;
          }
            .footer__contents__item__info__box__address__detail {
              margin-top: 5px;
            }

            .footer__contents__item__info__box__address__detail__link,
            .footer .footer__contents__item__info__box__address__detail__link {
              text-decoration: underline;
              color: #1A1F29;
            }

        .footer__contents__item__info__box__address__detail__text {
          display: flex;
          align-items: center;
        }

      .footer__contents__item__nav {
        width: 100%;
      }
        .footer__contents__item__nav__list {
          display: flex;
          gap: 0 30px;
          margin-bottom: 20px;
        }
          .footer__contents__item__nav__list__item {
            display: flex;
            align-items: center;
          }
          .footer__contents__item__nav__list__item::before {
            content: "";
            display: inline-block;
            width: 6px;
            height: 11px;
            background-image: url(../image/common/icon_arrow_forward_outline.png);
            background-position: center;
            background-size: 100% auto;
            background-repeat: no-repeat;
            margin-right: 10px;
          }
            .footer__contents__item__nav__list__item__link {
              text-decoration: none;
              color: #1A1F29;
            }

      .footer__contents__item__sitemap {
        display: flex;
        justify-content: flex-end;
      }
        .footer__contents__item__sitemap__list {
          display: flex;
          gap: 0 15px;
        }
          .footer__contents__item__sitemap__list__item {
            padding-right: 15px;
            border-right: 1px solid #1A1F29;
          }
          .footer__contents__item__sitemap__list__item:last-child {
            border-right: none;
          }
            .footer__contents__item__sitemap__list__item__link {
              text-decoration: none;
              color: #1A1F29;
            }

  .footer__copyright {
    background-color: #1892D3;
    padding: 13px;
    text-align: center;
    font-size: 10px;
    color: #FFFFFF;
  }

@media screen and (max-width: 1279px) {
.footer {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
  .footer__box {
    width: 100%;
  }

  .footer__pagetop {
    padding-right: 5%;
    display: flex;
    justify-content: flex-end;
  }
    .footer__pagetop__link {
      width: 46px;
      display: block;
    }

  .footer__contents {
    border-top-left-radius: 0;
    padding: 40px 0 20px 0;
  }
    .footer__contents__item {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 0;
    }
      .footer__contents__item__logo {
        width: 95%;
        margin-left: -5%;
      }

      .footer__contents__item__info {
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 0;
        border-bottom: none;
      }
        .footer__contents__item__info__box {
          width: 90%;
          border-right: none;
          border-bottom: 1px solid #81CEF0;
          gap: 10px 0;
          padding: 20px 0;
        }
        .footer__contents__item__info__box:last-child {
          border-right: none;
          padding-left: 0;
        }
          .footer__contents__item__info__box__address--sp {
            flex-flow: column;
            gap: 10px 0;
          }

        .footer__contents__item__info__box__address__detail__text {
          font-size: 14px;
        }
          .footer__contents__item__info__box__address__detail__text a {
            text-decoration: none;
            color: #000;
          }

      .footer__contents__item__nav {
        width: 90%;
        display: flex;
        margin: 0 auto;
        gap: 20px;
      }
        .footer__contents__item__nav__list {
          display: flex;
          flex-flow: column;
          gap: 10px 0;
          margin-bottom: 20px;
        }

      .footer__contents__item__sitemap {
        display: flex;
        justify-content: flex-start;
        padding-left: 5%;
      }

  .footer__copyright {
    font-size: 7px;
  }
}

.content1 {
  line-height: 1.8;
}
.content1 p {
  margin: 20px 0;
}
.content1 h2 + p,
.content1 h3 + p,
.content1 h4 + p,
.content1 h5 + p,
.content1 h6 + p {
  margin-top: 0;
}
.content1 div > p {
  margin-top: 0;
}
.content1 * + h2 {
  margin-top: 120px;
}
.content1 * + h3 {
  margin-top: 120px;
}
.content1 * + h4 {
  margin-top: 60px;
}
.content1 * + h5,
.content1 * + h6 {
  margin-top: 40px;
}
/*
.content1 h2 + h3,
.content1 h3 + h4 {
  margin-top: 0;
}
*/

/* utility */
.content1 * + dl,
.content1 * + ol,
.content1 * + ul,
.content1 * + table {
  margin-top: 20px;
}

/* header_h1〜6_footer – 2 */
h1.title {
  width: 98%;
  margin-left: auto;
  font-size: 40px;
  font-weight: 400;
  color: #222222;
  background-color: #F4F4F4;
  margin-bottom: 10px;
  padding: 32px 30px;
  border-bottom-left-radius: 20px;
}

.lead_01,
.content1 h2,
h2.title {
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  color: #000000;
  border-left: 5px solid #1892D3;
  padding-left: 18px;
  margin-bottom: 40px;
}

.lead_02,
.content1 h3,
h3.title {
  font-size: 32px;
  font-weight: 400;
  color: #1892D3;
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.lead_03,
.content1 h4,
h4.title {
  font-size: 28px;
  font-weight: 400;
  color: #000000;
  border-bottom: 1px dashed #BFBFBF;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.lead_04,
.content1 h5,
h5.title {
  font-size: 24px;
  font-weight: 400;
  color: #0A4F98;
  margin-bottom: 20px;
}

.lead_05,
.content1 h6,
h6.title {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 20px;
}

.lead_06 { color: #0A4F98; font-weight: 500; font-size: 2.4rem; }
.lead_07 { color: #008E8E; font-weight: 500; font-size: 1.8rem; }
/* .lead_08 { color: #333333; font-weight: 500; font-size: 1.8rem; } */

.fc_01 { color: #0A4F98; }
.fc_02 { color: #E23320; }
.fc_03 { color: #008E8E; }
.fc_04 { color: #000000; }


/* tablet & mobile */
@media screen and (max-width: 1279px) {
  .content1 * + h2 {
    margin-top: 60px;
  }
  .content1 * + h3 {
    margin-top: 40px;
  }
  .content1 * + h4 {
    margin-top: 30px;
  }
  .content1 * + h5,
  .content1 * + h6 {
    margin-top: 20px;
  }
  
  h1.title {
    width: 97.6%;
    font-size: 2.4rem;
    margin-bottom: 12px;
    padding: 13px 20px 13px 11px;
    border-bottom-left-radius: 10px;
  }

  .lead_01,
  .content1 h2,
  h2.title {
    font-size: 2.2rem;
    line-height: 1.3636363636363635;
    border-left: 4px solid #1892D3;
    padding-left: 18px;
  }

  .lead_02,
  .content1 h3,
  h3.title {
    font-size: 2rem;
    color: #1892D3;
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 12px;
  }

  .lead_03,
  .content1 h4,
  h4.title {
    font-size: 1.8rem;
    color: #000000;
    border-bottom: 1px dashed #BFBFBF;
    padding-bottom: 10px;
  }

  .lead_04,
  .content1 h5,
  h5.title {
    font-size: 1.8rem;
    color: #0A4F98;
  }

  .lead_05,
  .content1 h6,
  h6.title {
    font-size: 1.8rem;
    color: #222222;
  }

  .lead_06 { font-size: 2rem; }
  .lead_07 { font-size: 1.6rem; }
}

.content1 + .list__contents,
.content2 + .list__contents,
.content2 + .content1{
  margin-top: 40px;
}

@media print, screen and (min-width: 1280px) {
  .content1 + .list__contents,
  .content2 + .list__contents,
  .content2 + .content1{
    margin-top: 60px;
  }
}

/* breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin: 0 0 40px 0;
}
  .breadcrumb__item {
    display: flex;
    align-items: center;
  }
  .breadcrumb__item::after {
    content: ">";
    margin: 0 16px;
  }
  .breadcrumb__item:last-child:after {
    content: "";
  }
    .breadcrumb__item__link {
      text-decoration: none;
      color: #1A1F29;
    }

@media screen and (max-width: 1279px) {
  .breadcrumb {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}


.sp-nav {
  display: none;
}

@media screen and (max-width: 1279px) {
  .sp-nav {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E0F4FC;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
    .sp-nav.sp-nav--open {
      opacity: 1;
      visibility: visible;
    }
    .header__tel.sp-nav--open {
      display: none;
    }

    .sp-nav__contents {
      width: 100%;
      height: 100%;
      padding: 95px 5% 80px 5%;
      display: flex;
      flex-flow: column;
      gap: 30px 0;
      overflow-y: auto;
    }
      .sp-nav__contents__contact {
        width: 100%;
        display: flex;
        justify-content: space-between;
      }

    .sp-nav__contents__nav {
      display: flex;
      flex-flow: column;
      border-top: 1px solid #81CEF0;
    }
      .sp-nav__contents__nav__item {
        padding: 12px 20px;
        border-bottom: 1px solid #81CEF0;
        font-size: 16px;
        position: relative;
      }
        .sp-nav__contents__nav__item__link {
          text-decoration: none;
          color: #1A1F29;
        }

      .sp-nav__contents__nav__item--has-sub {
        position: relative;
        border-bottom: 1px solid #81CEF0;
      }

      .sp-nav__openbtn {
        width: 21px;
        height: 21px;
        color: #FFFFFF;
        background-color: #1892D3;
        position: absolute;
        top: 15px;
        right: 9px;
        border-radius: 11px;
        display: block;
      }

      .sp-nav__openbtn::before {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
        transform: rotate(135deg);
        position: absolute;
        top: 5px;
        right: 6px;
        z-index: 1;
        transition: transform 0.3s ease;
      }

      .sp-nav__openbtn.open::before {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
        transform: rotate(-45deg);
        position: absolute;
        top: 8px;
        right: 6px;
        z-index: 1;
        transition: transform 0.3s ease;
      }


    .sp-nav__contents__reservation {
      width: 100%;
      padding: 20px 35px;
      display: flex;
      flex-flow: column;
      align-items: center;
      background-color: #FFFFFF;
      border-radius: 8px;
      box-shadow: 0 0 6px rgba(24, 146, 211, 0.3);
    }
      .sp-nav__contents__reservation__text {
        font-size: 21px;
        font-weight: 500;
      }

      .sp-nav__contents__reservation__tel {
        font-size: 31px;
        font-weight: 500;
        color: #1892D3;
        display: flex;
        align-items: center;
        text-decoration: none;
      }
        .sp-nav__contents__reservation__tel__icon {
          width: 40px;
          height: 40px;
          margin-right: 10px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
        }

  .sp-nav__sub {
    display: none;
    flex-flow: column;
    padding: 0 30px 12px 30px;
    gap: 10px 0;
  }
    .sp-nav__sub__item {
      display: flex;
      align-items: center;
      padding: 4px 0;
    }
      .sp-nav__sub__item__link {
        text-decoration: none;
        color: #1A1F29;
      }

  .sp-nav__contents__nav__link {
    display: block;
    width: 100%;
    border-bottom: none;
    text-decoration: none;
  }

  .sp-nav__sub__item__link--sub {
    font-size: 16px;
  }
}


/*--------- template -----------*/
.fll_img { margin-bottom: 15px; }
.flr_img { margin-bottom: 15px; }

.sp_flr_img {
    float: right;
    margin: 0 0 0 20px;
}
.sp_fll_img {
    float: left;
    margin: 0 20px 0 0;
}

.fll_img img,
.fll_img img {
  max-width: 100%;
  height: auto;
  
}

.fl_over {
  overflow: hidden;
}

@media print, screen and (min-width: 767px) {
  .fll_img {
    float: left;
    max-width: 45%;
    margin: 0 40px 0 0;
  }
  .flr_img {
    float: right;
    max-width: 45%;
    margin: 0 0 0 40px;
  }
}
.caption,
.list_1column .caption,
.list_2column .caption,
.list_3column .caption,
.list_4column .caption,
.list_5column .caption {
  font-size: 86.66%;
  line-height: 1.4;
  padding-top: 12px;
  text-align: center;
  margin: 0;
}
.list_1column img,
.list_2column img,
.list_3column img,
.list_4column img,
.list_5column img {
  width: 100%;
  height: auto;
}

.list_2column .width_auto,
.list_3column .width_auto {
	width: auto;
}

/* list_2column */
.list_2column {}
.list_2column .item + .item {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .list_2column {
    display: flex;
    flex-wrap: wrap;
  }
  .list_2column .item {
    width: 48.75%;
    margin: 0 2.5% 2.5% 0;
  }
  .list_2column .item + .item { margin-top: 0; }
  .list_2column .item:nth-child(2n) {
    margin-right: 0;
  }
}

/* list_3column */
.list_3column {}
.list_3column .item + .item {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .list_3column {
    display: flex;
    flex-wrap: wrap;
  }
  .list_3column .item {
    width: 31.08%;
    margin: 0 3.33% 3.33% 0;
  }
  .list_3column .item + .item { margin-top: 0; }
  .list_3column .item:nth-child(3n) {
    margin-right: 0;
  }
}

/* list_4column */
.list_4column {
  display: flex;
  flex-wrap: wrap;
}
.list_4column .item {
  width: 48.75%;
  margin: 0 2.5% 2.5% 0;
}
.list_4column .item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .list_4column .item,
  .list_4column .item:nth-child(2n){
    width: 23.33%;
    margin: 0 2.08% 2.08% 0;
  }
  .list_4column .item:nth-child(4n) {
    margin-right: 0;
  }
}

/* list_5column */
.list_5column {
  display: flex;
  flex-wrap: wrap;
}
.list_5column .item {
  width: 48.75%;
  margin: 0 2.5% 2.5% 0;
}
.list_5column .item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .list_5column .item,
  .list_5column .item:nth-child(2n){
    width: 18%;
  }
  
  .list_5column .item:nth-child(2n){
    margin-right: 2.5%;;
  }
  
  .list_5column .item:nth-child(5n) {
    margin-right: 0;
  }
}

.contact_box {
  background: #fafafa;
  padding: 15px 20px;
  border: 3px solid #133775;
}
* + .contact_box {
  margin-top: 60px;
}

@media print, screen and (min-width: 1280px) {
  .caption,
  .list_1column .caption,
  .list_2column .caption,
  .list_3column .caption,
  .list_4column .caption,
  .list_5column .caption {
    font-size: 1.5rem;
    padding-top: 16px;
  }
}

.list__mv {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.list__contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
  .list__contents__box {
    display: flex;
    flex-flow: column;
    gap: 20px;
    width: 31%;
    padding: 20px;
    background: #FEFCF2;
    border-radius: 8px;
    border: 1px solid #D8EDF7;
  }

  .list__contents__box,
  .list__contents__box:visited,
  .footer__contents__item__nav__list__item__link,
  .footer__contents__item__nav__list__item__link:visited,
  .footer__contents__item__sitemap__list__item__link,
  .footer__contents__item__sitemap__list__item__link:visited,
  .header__nav__list__item__link,
  .header__nav__list__item__link:visited,
  .footer__contents__item__info__box__address__detail__link,
  .footer__contents__item__info__box__address__detail__link:visited,
  .sp-nav__contents__nav__item,
  .sp-nav__contents__nav__item:visited,
  .sp-nav__sub__item__link--sub,
  .sp-nav__sub__item__link--sub:visited{
    color: #1A1F29;
    text-decoration: none;
  }

  .list__contents__box__title {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .list__contents__box__title::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../image/common/icon_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
  }

  .list__contents__box__text {
    background-color: #FFFFFF;
    font-size: 14px;
    border: 1px solid #D8EDF7;
    padding: 13px;
    border-radius: 8px;
  }

.list__category {
  width: 98%;
  margin: 50px 0;
  margin-left: auto;
  padding:  45px 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #FEFCF2;
  display: flex;
  justify-content: center;
}
  .list__category__box {
    width: 1200px;
    max-width: 100%;
  }
    .list__category__box__title {
      margin-bottom: 22px;
      font-size: 22px;
      font-weight: 500;
      /*
      display: flex;
      align-items: center;
      */
    }
    /*
    .list__category__box__title::before {
      content: "";
      width: 20px;
      height: 20px;
      background-image: url(../image/list/awesome-align-justify.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      margin: 2px 10px 0 0;
    }
    */
    .list__category__box__title a{
      position: relative;
      display: block;
      padding: 21px 20px 21px 46px;
      border: 1px solid #D8EDF7;
      border-radius: 10px;
      background-color: #F0FAFF;
      font-size: 2.2rem;
      font-weight: 500;
      text-decoration: none;
      color: #1A1F29;
    }
    .list__category__box__title a::before{
      content: "";
      position: absolute;
      top: 50%;
      left: 20px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #1892D3;
      border-right: 2px solid #1892D3;
      transform: rotate(-135deg) translate(-10%,55%);
    }

    .list__category__box__list {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      align-items: center;
    }
      .list__category__box__list__item {
        width: 32%;
      }
        .list__category__list__item__link {
          position: relative;
          padding: 25px 36px 25px 20px;
          border: 1px solid #D8EDF7;
          border-radius: 10px;
          background-color: #FFFFFF;
          font-size: 18px;
          font-weight: 500;
          display: block;
          color: #1A1F29;
          text-decoration: none;
        }
        .list__category__list__item__link::after {
          content: "";
          width: 10px;
          height: 10px;
          background-image: url(../image/common/icon_arrow.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          display: inline-block;
          margin-top: 3px;
          position: absolute;
          right: 23px;
          top: 50%;
          transform: translateY(-50%);
        }

        .list__category__list__item__link:visited{
          color: #1A1F29;
        }

/* tablet & mobile */
@media screen and (max-width: 1279px) {
  .list__mv {
    margin-bottom: 40px;
  }

  .list__contents {
    gap: 20px;
  }
    .list__contents__box {
      width: 100%;
    }

  .list__category {
    width: 100%;
    margin-left: inherit;
    padding: 40px 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
    .list__category__box {
      width: 100%;
      padding: 0 5%;
    }
      .list__category__box__title {
        margin-bottom: 20px;
      }
      /*
      .list__category__box__title::before {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(../image/list/awesome-align-justify.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        margin: 2px 10px 0 0;
      }
      */
      .list__category__box__title a{
        padding: 20px 20px 20px 46px;
        font-size: 1.8rem;
      }

      .list__category__box__list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
      }
        .list__category__box__list__item {
          width: 100%;
        }
        .list__category__box__list__item::after {
        }
          .list__category__list__item__link {
            padding: 20px 36px 20px 20px;
          }
}

/*--------------------------------------------------
	list_topics
--------------------------------------------------*/
/* list_topics */
.list_topics {
  background: #fff;
  border-top: 1px dotted #bbb;
}
.list_topics li {
  border-bottom: 1px dotted #bbb;
}
.list_topics li a {
  color: #000;
  display: block;
  text-decoration: none;
  padding: 10px;
}
.list_topics li span {
  display: inline-block;
  vertical-align: top;
}
.list_topics li .date,
.list_topics li .icon_cat{
  margin-right: 10px;
  font-size: 1.3rem;
}
.list_topics li .icon_cat {
    text-align: center;
    font-weight: normal;
    background: #FFCCC1;
    padding: 1px 8px;
    border-radius: 3px;
}
.list_topics li .cat_01 { background: #DFFFBF; }
.list_topics li .cat_02 { background: #BFDFFF; }
.list_topics li .cat_03 { background: #E4F4FC; }
.list_topics li .cat_04 { background: #FFF9E5; }
.list_topics li .cat_05 { background: #ECE5FF; }

.list_topics li .title {
  display: block;
  margin-top: 5px;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .list_topics li a {
    padding: 15px 20px;
  }
  .list_topics li .date {
    font-size: 1.5rem;
  }
  .list_topics li .icon_cat {
    font-size: 1.3rem;
    padding: 3px 20px;
  }
}
/* pc */
@media print, screen and (min-width: 1280px) {
  .list_topics li a { transition: .3s; }
  .list_topics li a:hover {
    background-color: #fffced;
  }
  .list_topics li a:hover .title {
    text-decoration: underline;
  }
}

/*--------------------------------------------------
	detail_topics
--------------------------------------------------*/
.link_prev_next{
  margin-top: 40px;
}

.back_list{
  text-align: center;
}

/*---------------------------------------------------
	sidemenu
---------------------------------------------------*/
.side_menu {}
.side_menu a {
	color: #000;
  display: block;
  text-decoration: none;
}
.side_menu a:hover {
  text-decoration: underline;
}
.side_menu .level_1 {
  border-top: 1px solid #ccc;
}
.side_menu .level_1 > li > a {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.side_menu .level_1 > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  border: 5px solid transparent;
  border-left: 7px solid #aaa;
}
.side_menu .level_1 > li > a.selected,
.side_menu .level_1 > li > a:hover {
  color: #133557;
}
.side_menu .level_2 > li + li {}
.side_menu .level_2 > li > a {
	font-size: 1.4rem;
	border-bottom: 1px dotted #bbb;
	padding: 15px;
	position: relative;
}
.side_menu .level_2 > li > a::before {
	content: "";
	width: 2px;
	height: 20px;
	background: #BBBBBB;
	position: absolute;
	left: 0;
	top: 16px;
}
.side_menu .level_2 > li > a.selected,
.side_menu .level_2 > li > a:hover {
	color: #008ECF;
}
.side_menu .level_2 > li > a.selected::before,
.side_menu .level_2 > li > a:hover::before {
	background: #009FE8;
}

.side_menu .level_3 {
  margin:10px 0 10px 10px;
  background: #fafafa;
}
.side_menu .level_3 > li > a {
  padding: 10px;
  padding-left: 23px;
  font-size: 1.4rem;
  border-bottom: 1px dotted #ccc;
  position: relative 
}
.side_menu .level_3 > li > a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
}
.side_menu .level_3 > li > a.selected,
.side_menu .level_3 > li > a:hover {
  color: #133557;
}
.side_menu .level_3 > li > a.selected::before,
.side_menu .level_3 > li > a:hover::before {
	background: #009FE8;
}

.side_menu .level_4 {
  margin-left: 22px;
}
.side_menu .level_4 > li+ li {
  border-top: 1px dotted #ccc;
}
.side_menu .level_4 > li > a {
  padding: 8px;
  font-size: 1.4rem;
  position: relative;
}
.side_menu .level_4 > li > a::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 15px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.side_menu .level_4 > li > a.selected,
.side_menu .level_4 > li > a:hover {
  color: #133557;
}
.side_menu .level_4 > li > a.selected::before,
.side_menu .level_4 > li > a:hover::before {
	border-left-color: #009FE8;
	border-bottom-color: #009FE8;
}

/*--------------------------------------------------
	alpha
--------------------------------------------------*/
@media print, screen and (min-width: 1280px) {
  #alpha {
    float: left;
    width: 76.66%;
  }
}


/*---------------------------------------------------
	beta
---------------------------------------------------*/
#beta {
  margin-top: 40px;
}
/* pc */
@media print, screen and (min-width: 1280px) {
  #beta {
    float: right;
    width: 20%;
    margin-top: 0;
  }
}

/*--------- beta -----------*/
/*
.list_side_menu {
  border: 4px double #bdbdbd;
}
*/
.list_side_menu+ .list_side_menu {
  margin-top: 30px;
}
.list_side_menu .ttl {
  font-size: 100%;
  color: #003399;
  font-weight: bold;
  padding: 15px 10px;
  position: relative;
  background: #F4F4F4;
}
.list_side_menu ul {
  padding: 10px;
}
.list_side_menu li {}
.list_side_menu li + li {
  border-top: 1px dotted #e0d7bc;
}
.list_side_menu li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 7px 5px 7px 23px;
  position: relative;
}
.list_side_menu li a::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 13px;
  border: 5px solid transparent;
  border-left: 7px solid #aaa;
}
.list_side_menu li .date {
    display: block;
    font-size: 90%;
    font-weight: bold;
}
.list_side_menu .type_01{
  padding: 10px;
}
.list_side_menu .type_01 dd + dt{
  margin-top: 10px;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .list_side_menu li a { transition: .3s; }
  .list_side_menu li a:hover { background: #EBF8FD; }
}

/*------サイドバナー-------*/
.bnr_side li {
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px;
}


/*---------------------------------------------------------------------
	sitemap
---------------------------------------------------------------------*/
.list_sitemap {}
.list_sitemap a:hover {
  opacity: .8;
}

.list_sitemap .level01 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 15px;
}
.list_sitemap * + .level01 {
  margin-top: 40px;
}
.list_sitemap .level01 > a {
    display: block;
    background-color: #0a4f98;
    background-size: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 160%;
    padding: 12px 15px;
    position: relative;
    border-radius: 3px;
}
.list_sitemap .level02 {
  font-size: 0;
}
.list_sitemap .level02 >li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 49.16%;
  margin: 0 1.66% 1.66% 0;
}
.list_sitemap .level02 >li:nth-child(2n) {
  margin-right: 0;
}
.list_sitemap .level02 >li > a {
    border: 1px solid #ccc;
    display: block;
    text-decoration: none;
    padding: 12px;
    border-radius: 3px;
    color: #133775;
    background: #fafafa;
    position: relative;
}
.list_sitemap .level02 >li > a::before {
    content: "";
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    border: 4px solid transparent;
    border-left: 6px solid #133775;
}

.list_sitemap .level03,
.list_sitemap .level04,
.list_sitemap .level05 {
  color: #4787ed;
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 36px;
}
.list_sitemap .level04,
.list_sitemap .level05 {
  margin-left: 24px;
}
.list_sitemap .level03 li + li {
  margin-top: 5px;
}

/*---------------------------------------------------------------------
	search
---------------------------------------------------------------------*/
/* google カスタム検索の調整 */
.site_search {}
.site_search #___gcse_0 {
    background: #edf8fd;
    padding: 15px;
}
.site_search #___gcse_0 .gsc-control-searchbox-only {
  max-width: 500px;
  margin: 0 auto;
}
.site_search table,
.site_search table.gsc-search-box td,
.site_search table.gsc-search-box td.gsc-input {
  padding: 0;
  border: none;
}
.site_search .gsc-adBlock {
    display: none;
}

/* pc */
@media screen and (min-width: 1280px) {
  
  .site_search #___gcse_0 {
    padding: 30px;
  }
  .site_search input#gsc-i-id1 {
    padding: 10px !important;
  }
  .site_search button.gsc-search-button {
    padding: 15px 27px;
    margin-left: 10px;
  }
  .site_search .gsc-above-wrapper-area-container {
    border: none;
  }
  .site_search .gsc-above-wrapper-area-container td {
    border: none;
    padding: 0;
  }
  .site_search .gsc-selected-option-container {
    box-sizing: content-box;
  }
  .site_search .gsc-webResult.gsc-result {
    border: 1px solid #e9e9e9;
    margin: 20px 0;
    padding: 15px 20px;
  }
  .site_search .gsc-results { width: 100%; }
  .site_search .gsc-cursor-box.gs-bidi-start-align {
    text-align: center;
  }
  .site_search .gsc-cursor-page {
    font-size: 1.6rem;
    border: 1px solid #ccc;
    padding: 7px 15px;
    border-radius: 3px;
    display: inline-block !important;
  }
  .site_search {}
  
}



.list_search {}
.list_search .item {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
}
.list_search .item + .item {margin-top: 20px; }
.list_search .ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.list_search .url {
    color: #808080;
    font-size: 1.2rem;
    margin: 5px 0;
}

.search_form_wrap{
  margin-bottom: 20px;
  padding: 30px 15px;
  background-color: #f4f4f4;
}
.search_form{
  display: table;
  width: 100%;
  max-width: 610px;
  margin: auto;
  border: 1px solid #B5B5B5;
}

.search_form .search_window{
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  border: none;
  background: #fff;
  outline: none;
  padding: 19px 15px;
  border-right: 1px solid #B5B5B5;
}

.search_form .search_button{
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  border: none;
  color: #fff;
  background: #0a4f98;
  outline: none;
  text-align: center;
  padding: 19px 5px;
  transition: .3s;
}

/*---------------------------------------------------------------------
	contact
---------------------------------------------------------------------*/
.mail_form {
  border: 8px solid #EBF8FD;
  margin: 0 auto;
  padding: 22px;
}
.mail_form form {
  margin: 0 auto;
}
.mail_form form dl {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
}
.mail_form form dt {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  font-size: 93.75%;
  padding-right: 10px;
  padding-top: 12px;
}
.mail_form form dd {
  display: table-cell;
  vertical-align: top;
}
.mail_form form .bg_on {
  background-color: #ececec;
  padding: 12px;
}
.mail_form form .bg_on label {
  /*width: 20%;*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.mail_form form .border_on {
  border: 1px solid #CCCCCC;
  padding: 12px;
}
.mail_form.confirm_list dd {
  background-color: #E5F6FB;
  padding: 12px;
  word-break: break-all;
}
.mail_form .btn_list {
  text-align: center;
  margin: 20px auto;
}
.mail_form .icon_required::before {
    content: "必須";
    color: #fff;
    background: #e20000;
    font-size: 80%;
    border-radius: 3px;
    padding: 2px 9px;
    margin-right: 10px;
}
.icon_required_p {
  color: #fff;
  background: #e20000;
  font-size: 80%;
  border-radius: 3px;
  padding: 2px 9px;
  margin-right: 10px;
}
.mail_form .error {
  color: #d71618;
  font-size: 13px;
}
.form_errors {
    color: #d80000;
    border: 5px solid #e69898;
    text-align: left;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 20px;
}
.mail_form.type_02 form {
  max-width: none;
}
.mail_form.type_02 form dl {
  max-width: 870px;
}
.mail_form.type_02 form dl dt {
  width: 35%;
}
.mail_form input,
.mail_form button,
.mail_form textarea,
.mail_form select {
  margin: 0;
  font-size: 16px;
  padding: 12px;
}
.mail_form input:-ms-input-placeholder {
 color: #808080;
}
.mail_form select,
.mail_form textarea,
.mail_form input[type="tel"],
.mail_form input[type="text"],
.mail_form input[type="email"],
.mail_form input[type="password"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  width: 100%;
  background-color: #ececec;
}
.mail_form input.small {
  width: 27%;
}
.mail_form input[type="file"] {
  font-size: 16px;
}
.mail_form input[type="radio"] {
  margin-right: 5px;
  padding: 5px;
}
.mail_form input[type="checkbox"] {
  margin-right: 5px;
  padding: 5px;
}
.mail_form select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  background-color: #ececec;
  position: relative;
}
.mail_form .twin {
  font-size: 0;
}
.mail_form .twin input + input {
  margin-left: 3.44%;
}
.mail_form .twin input {
  width: 48.26%;
  display: inline-block;
}
.mail_form textarea {
  width: 100%;
  height: 150px;
  background-color: #ececec;
}
.mail_form input[type="text"]:focus,
.mail_form input[type="email"]:focus,
.mail_form textarea:focus {
  box-shadow: 0 0 7px #008CD6;
}
.btm_text {
  /*width: 69%;
  margin-left: auto;*/
  text-align: center;
}
.mail_form input[type="submit"] {
  color: #fff;
  padding: 1em 5em;
  background-color: #358FDD;
  border: none;
  border-radius: 0;
}
.mail_form input[type="submit"]:hover {
  background-color: #055FAD;
}
.mail_form input[type="reset"],
.mail_form input.back {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
  border: none;
  border-radius: 0;
}
.mail_form input[type="reset"]:hover,
.mail_form input.back:hover {
  background-color: #555;
}
.mail_form .btn_backhome {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #358FDD;
  text-decoration: none;
  border: none;
  border-radius: 0;
  display: inline-block;
}
.mail_form .btn_backhome:hover {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
}
.form_message {
  background-color: #ffffbb;
  border: 2px solid #df0000;
  color: #df0000;
  font-size: 120%;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px 15px;
}

@media print, screen and (max-width: 768px) {
  .mail_form {
    padding: 12px;
    border-width: 4px;
  }
  .mail_form form dl {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .mail_form form dt {
    display: block;
    width: auto;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
  }
  .mail_form form dd {
    display: block;
    width: auto;
  }
  .mail_form input,
  .mail_form button,
  .mail_form textarea,
  .mail_form select {
    padding: 10px;
  }
  .mail_form input.small {
    width: 50%;
  }
  .mail_form input[type="submit"] {
    padding: 1em;
  }
  .btm_text {
    width: auto;
    text-align: center;
  }
}

/* btn_radio  btn_checkbox */
.btn_radio,
.btn_checkbox {
    display: inline-block;
    margin-right: 6px;
}
.btn_radio + label,
.btn_checkbox + label {
  background-color: #ececec;
  /*border: 1px solid #358fdd;*/
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  position: relative;
  margin-bottom: 5px;
}
#confirm.btn_checkbox + label {
  background: #ffffe5;
  border: 1px solid #aaa;
  width: 100%;
}

.btn_radio.size_s + label,
.btn_checkbox.size_s + label {
	padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

 
@media (min-width: 1px) {
    .btn_radio,
    .btn_checkbox {
        display: none;
        margin: 0;
    }
    .btn_radio + label,
    .btn_checkbox + label {
        padding-left: 37px;
		color: #000;
	transition: all .2s;
	-webkit-transition: all .2s;
    }
	.btn_radio:checked + label,
    .btn_checkbox:checked + label {
		background-color: #cbe2f6;
        border-color: #358fdd;
	}
    .btn_radio + label::before,
    .btn_checkbox + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .btn_radio + label::before {
        border: 1px solid #aaa;
        border-radius: 30px;
    }
    .btn_checkbox + label::before {
        border: 1px solid #aaa;
    }
    .btn_radio:checked + label::after,
    .btn_checkbox:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .btn_radio:checked + label::after {
        left: 15px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #358fdd;
        border-radius: 8px;
    }
    .btn_checkbox:checked + label::after {
        left: 12px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #358fdd;
        border-bottom: 3px solid #358fdd;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.input_btn_list {
    letter-spacing: -.5em;
}

.input_btn_list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

.input_btn_list label {
    margin: 0 !important;
}

.mail_form input.input_other {
  display: none;
  width: auto;
  margin-left: 10px;
  padding: 10px;
}

/*---------------------------------------------------------------------
	faq
---------------------------------------------------------------------*/
.list_faq + .lead_01 {
	margin-top: 60px;
}
.list_faq .item {
  margin-bottom: 20px;
}
.list_faq .btn_q {
	font-size: 16px;
  font-weight: 500;
  position: relative;
  background-color: #ecf7fd;
}
.list_faq .btn_q::before,
.list_faq .btn_q::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -11px;
    width: 2px;
    height: 22px;
    background: #009fe8;
  transition: .3s;
}
.list_faq .btn_q::before {}
.list_faq .btn_q::after { transform: rotate(90deg); }

.list_faq .btn_q.on { background: #ffffe7; }
.list_faq .btn_q.on::before { transform: rotate(-90deg); background: #FD6D06; }
.list_faq .btn_q.on::after { transform: rotate(270deg); background: #FD6D06; }

.list_faq .btn_q >* {
  color: #000;
  cursor: pointer;
	display: block;
	font-size: 112.5%;
	line-height: 1.6;
	padding: 15px 40px 15px 43px;
	border: 1px solid #ccc;
	position: relative;
}
.list_faq .btn_q >*::before {
  content: "Q";
  display: inline-block;
	color: #009fe8;
	position: absolute;
	top: 14px;
	left: 16px;
}
.list_faq .box_a {
  display: none;
  position: relative;
	border: 1px solid #BFBFBF;
	padding: 15px 15px 15px 50px;
	border-top: none;
}
.list_faq .box_a::before {
  content: "A";
  display: inline-block;
	color: #FD6D06;
	font-size: 112.5%;
	font-weight: bold;
  position: absolute;
	top: 14px;
	left: 22px;
}
.faq_contents {}
.faq_contents .icon_q {}
.faq_contents .icon_a {}



@media screen and (min-width: 768px) {
  .list_faq .item {
    margin-bottom: 20px;
  }
  .list_faq .btn_q >* {
  }
  
  .list_faq + .lead_01 {
    margin-top: 100px;
  }
}

/*---------------------------------------------------------------------
	faq※faqページ以外での処理調整用
---------------------------------------------------------------------*/
#js-faq .btn_q{
  padding-bottom: 0;
  border: none;
}

#js-faq .btn_q{
  margin-bottom: 0;
}

/*
.cke_editable .list_faq .box_a,
.cke_contents .list_faq .box_a{
  display: block;
}
*/
/*---------------------------------------------------------------------
	faq※faqページ以外での処理調整用ここまで
---------------------------------------------------------------------*/

.ly_bg_icon:not(.icon_before){
  padding-left: 30px;
  background: url(/image/icon/icon_clock.svg) no-repeat left center;
  background-size: 20px;
}

span.ly_bg_icon{
  display: inline-block;
  min-height: 30px;
}

.icon_clock:not(.icon_before){
  background-image: url(/image/icon/icon_clock.svg);
}

.icon_calendar:not(.icon_before){
  background-image: url(/image/icon/icon_calendar.svg);
}

.icon_calendar_02:not(.icon_before){
  background-image: url(/image/icon/icon_calendar_02.svg);
}

.icon_web:not(.icon_before){
  background-image: url(/image/icon/icon_web.svg);
}

.btn.icon_web.icon_before{
  padding-right: 15px;
  padding-left: 15px;
  background-position: 10px center;
}

.icon_tel:not(.icon_before){
  background-image: url(/image/icon/icon_tel.svg);
}

.icon_before.icon_web::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 24px;
  background: url(/image/icon/icon_web.svg) no-repeat center center/24px;
}

.icon_before.icon_option::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 24px;
  background: url(/image/icon/icon_option.svg) no-repeat center center/24px;
}

.el_txt_tel{
  line-height: 1.2;
  font-size: 3rem;
  text-decoration: none;
  color: #1A1F29;
}


@media print, screen and (min-width: 1280px) {
  .ly_bg_icon{
    padding-left: 36px;
    background-size: 24px;
  }

  span.ly_bg_icon{
    display: inline-block;
    min-height: 34px;
  }

  .ly_bg_icon:not(.icon_before){
    padding-left: 35px;
    background-size: 26px;
  }

  .btn.icon_web.icon_before{
    padding-right: 15px;
    padding-left: 15px;
    background-position: 10px center;
  }

  .icon_before.icon_web::before{
    margin-right: 10px;
    background-size: 36px;
  }

  .el_txt_tel{
    font-size: 3.4rem;
  }  
}

.ly_page_scrollList{
  display: grid;
  gap: 10px;
  padding: 20px 15px;
  background-color: #EEF7FB;
}

.ly_page_scrollList a{
  display: block;
  padding: 10px 10px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  color: #000000;
}

.ly_reserv_box{
  padding: 40px 20px;
  background-color: #FDF9E2;
}

.ly_reserv_boxList{
  display: grid;
  gap: 20px 30px;
}

.ly_reserv_boxItem{
  padding: 15px 15px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.ly_reserv_boxItem__head{
  margin-bottom: 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #1892D3;
  font-size: 2.2rem;
  color: #0A4F98;
}

@media print, screen and (min-width: 768px) {
  .ly_page_scrollList{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 80px;
  }

  .ly_page_scrollList a{
    padding: 10px 12px;
  }

  .ly_reserv_boxList{
    grid: auto/ 1fr 1fr;
  }
}

@media print, screen and (min-width: 1280px) {
  .ly_reserv_box{
    padding: 55px 40px;
  }

  .ly_reserv_boxItem{
    padding: 15px 45px;
  }

  .ly_reserv_boxItem__head{
    margin-bottom: 20px;
    font-size: 2.6rem;
  }

  .ly_reserv_box .btn{
    width: 320px;
    max-width: 100%;
  }

}
/*---------------------------------------------------------------------
	other
---------------------------------------------------------------------*/
.topics_archive{
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.topics_archive select{
  background: none;
  border: 1px solid #000;
  box-shadow: none;
  padding: 5px 10px;
}
