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

   set module

---------------------------------------------------- */
/*-- 施設紹介　ページのパーツ
---------------------------------------------------- */
#facility .base_wide {
  min-width: 290px; }
#facility .content__asnav {
  display: none; }

.anker_list {
  background: #f3f7fb;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 16px 15px 16px;
  margin-bottom: 62px; }
  @media screen and (max-width: 899px) {
    .anker_list {
      padding: 15px 12px 15px 12px; } }
  @media screen and (max-width: 699px) {
    .anker_list {
      padding: 15px 7px 15px 7px; } }
  @media screen and (max-width: 639px) {
    .anker_list {
      margin-bottom: 40px; } }
  .anker_list.row_1 > li {
    width: 100%; }
    .anker_list.row_1 > li:not(:first-child) {
      margin-top: 15px; }
  .anker_list.row_2 > li {
    width: calc(50% - 16px); }
  .anker_list.row_3 > li {
    width: calc(33.33% - 16px); }
  .anker_list > li {
    margin: 0 8px 0 8px; }
    .anker_list > li:nth-child(n+4) {
      margin-top: 15px; }
    @media screen and (max-width: 699px) {
      .anker_list > li {
        width: 100% !important; }
        .anker_list > li:not(:first-child) {
          margin-top: 10px !important; } }
    .anker_list > li > a {
      position: relative;
      display: block;
      background: #fff;
      width: 100%;
      padding: 12px 0 12px 36px;
      border: solid 1px #f8f9fa;
      border-top-color: #fff;
      border-bottom-color: #bfc9d0;
      border-radius: 6px;
      transition: all 0.1s ease-out; }
      @media screen and (max-width: 899px) {
        .anker_list > li > a {
          display: flex;
          height: 100%;
          padding: 12px 16px 12px 36px;
          align-items: center; } }
      .anker_list > li > a::before {
        content: "\f063";
        position: absolute;
        top: 50%;
        left: 17px;
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: 900;
        color: #ff9416;
        font-size: 14px;
        transform: translateY(-50%);
        transition: all 0.1s ease-out; }
      .anker_list > li > a > span {
        display: block;
        color: #333;
        font-size: 15px;
        line-height: 1.2;
        transition: all 0.2s ease-out; }
        @media screen and (max-width: 899px) {
          .anker_list > li > a > span {
            font-size: 14px; } }
      .anker_list > li > a:hover::before {
        top: 54%; }
      .anker_list > li > a:hover > span {
        color: #ff9416; }

.facility_separate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 52px;
  overflow: hidden; }
  .facility_separate > li {
    width: calc(50% - 30px); }
    @media screen and (max-width: 899px) {
      .facility_separate > li {
        width: 100%; } }
    @media screen and (max-width: 899px) {
      .facility_separate > li:first-child {
        order: 2; } }
    @media screen and (max-width: 899px) {
      .facility_separate > li:last-child {
        order: 1; } }

.facility_table {
  width: 100%;
  margin-bottom: 40px; }
  @media screen and (max-width: 899px) {
    .facility_table {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .facility_table__tbody > tr {
    border-bottom: solid 1px #d3d3d3; }
    .facility_table__tbody > tr:first-child {
      border-top: solid 1px #d3d3d3; }
    .facility_table__tbody > tr > th {
      width: 140px;
      font-weight: 500;
      padding: 21px 0 21px 22px;
      font-size: 15px; }
      @media screen and (max-width: 899px) {
        .facility_table__tbody > tr > th {
          width: 116px;
          padding: 21px 0 21px;
          font-size: 13px; } }
      @media screen and (max-width: 599px) {
        .facility_table__tbody > tr > th {
          display: block;
          padding: 18px 0 9px 0; } }
    .facility_table__tbody > tr > td {
      padding: 21px 0 21px; }
      @media screen and (max-width: 599px) {
        .facility_table__tbody > tr > td {
          display: block;
          padding: 0 0 18px; } }
      .facility_table__tbody > tr > td > .text {
        font-size: 15px;
        max-height: 100%;
        margin-top: -3.9975px;
        margin-bottom: -3.9975px;
        line-height: 1.533; }
      @media screen and (max-width: 599px) {
        .facility_table__tbody > tr > td > .ul_style__link {
          padding: 8px 0 0 4px; } }
      .facility_table__tbody > tr > td > .ul_style__link > li {
        position: relative;
        padding-left: 1em;
        font-size: 15px;
        max-height: 100%;
        margin-top: 4.4975px;
        margin-bottom: -3.5025px;
        line-height: 1.467; }
        .facility_table__tbody > tr > td > .ul_style__link > li:first-child {
          margin-top: -3.5025px; }
        @media screen and (max-width: 899px) {
          .facility_table__tbody > tr > td > .ul_style__link > li {
            font-size: 15px;
            max-height: 100%;
            margin-top: 9px;
            margin-bottom: -3px;
            line-height: 1.4; }
            .facility_table__tbody > tr > td > .ul_style__link > li:first-child {
              margin-top: -3px; } }
        .facility_table__tbody > tr > td > .ul_style__link > li::before {
          content: '\f105';
          position: absolute;
          top: 2px;
          left: 0px;
          display: inline-block;
          font-family: 'FontAwesome';
          font-size: 0.9em;
          font-weight: 900;
          color: #ff9515; }
          @media screen and (max-width: 899px) {
            .facility_table__tbody > tr > td > .ul_style__link > li::before {
              top: 1px; } }
        .facility_table__tbody > tr > td > .ul_style__link > li > a {
          transition: color 0.2s ease-out; }
          .facility_table__tbody > tr > td > .ul_style__link > li > a:hover {
            color: #ff9515; }

.facility_map {
  width: 100%;
  height: 240px; }

.facility_photo_album__slider {
  background: #f7f9fb; }
.facility_photo_album__box {
  display: flex; }
  @media screen and (max-width: 899px) {
    .facility_photo_album__box {
      flex-direction: column; } }
.facility_photo_album__image img {
  width: 100%; }
@media screen and (max-width: 899px) {
  .facility_photo_album__image {
    min-height: 1px; } }
.facility_photo_album__detail {
  background: #f7f9fb;
  padding: 30px 20px; }
  @media screen and (max-width: 799px) {
    .facility_photo_album__detail {
      padding: 20px 12px; } }
  .facility_photo_album__detail > dl > dt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    padding: 0 0 15px 0;
    margin-top: -3px;
    margin-bottom: 20px;
    border-bottom: 1px solid #838383; }
    @media screen and (max-width: 799px) {
      .facility_photo_album__detail > dl > dt {
        font-size: 16px;
        padding: 0 0 12px 0;
        margin-bottom: 12px; } }
  .facility_photo_album__detail dd {
    line-height: 1.6;
    margin-top: -3px; }
.facility_photo_album__slider-nav {
  position: relative;
  width: calc(100% - 16px);
  margin: 30px auto 0 auto; }
  .facility_photo_album__slider-nav::before {
    position: absolute;
    content: "";
    display: block;
    height: calc(100% + 2px);
    width: 12px;
    background: #fff;
    top: -1px;
    left: -1px;
    z-index: 1; }
  .facility_photo_album__slider-nav::after {
    position: absolute;
    content: "";
    display: block;
    height: calc(100% + 2px);
    width: 12px;
    background: #fff;
    top: -1px;
    right: -1px;
    z-index: 1; }
  @media screen and (max-width: 799px) {
    .facility_photo_album__slider-nav {
      width: calc(100% - 4px);
      margin-top: 20px; } }
  .facility_photo_album__slider-nav img {
    margin: 0 auto;
    width: 100%; }
  .facility_photo_album__slider-nav li {
    margin: 0 6px; }
    @media screen and (max-width: 640px) {
      .facility_photo_album__slider-nav li {
        margin: 0 4px; } }
  .facility_photo_album__slider-nav .slick-current {
    position: relative; }
    .facility_photo_album__slider-nav .slick-current img {
      position: relative;
      z-index: 0; }
    .facility_photo_album__slider-nav .slick-current::before {
      position: absolute;
      content: '';
      display: block;
      box-sizing: border-box;
      border: 2px solid #ff9933;
      opacity: 1;
      height: 100%;
      width: inherit;
      z-index: 2; }
    .facility_photo_album__slider-nav .slick-current::after {
      position: absolute;
      content: '';
      display: block;
      background: rgba(255, 255, 255, 0.66);
      height: 100%;
      width: inherit;
      z-index: 1;
      top: 0;
      left: 0; }
  .facility_photo_album__slider-nav .slick-prev, .facility_photo_album__slider-nav .slick-next {
    width: 36px;
    height: 36px;
    background-color: transparent;
    z-index: 2; }
  .facility_photo_album__slider-nav .slick-prev:before, .facility_photo_album__slider-nav .slick-next:before {
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-image: linear-gradient(90deg, #ff9614 0%, #ff6f33 100%);
    padding-top: 1px;
    border-radius: 50%;
    opacity: 1;
    color: white; }
  .facility_photo_album__slider-nav .slick-prev {
    left: -8px; }
    @media screen and (max-width: 799px) {
      .facility_photo_album__slider-nav .slick-prev {
        left: -2px; } }
    .facility_photo_album__slider-nav .slick-prev::before {
      content: "\f053"; }
  .facility_photo_album__slider-nav .slick-next {
    right: -8px; }
    @media screen and (max-width: 799px) {
      .facility_photo_album__slider-nav .slick-next {
        right: -2px; } }
    .facility_photo_album__slider-nav .slick-next::before {
      content: "\f054"; }

/*# sourceMappingURL=common_facility.css.map */
