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

    保育園一覧・一覧ページ用CSS

**********************************************/
/**********************************************

児童発達支援関連ページ用設定CSS

**********************************************/
/* Responsive
-------------------------------------------- */
.content.thin :not(.fa, .far, .fas) {
  font-family: "Kosugi Maru", sans-serif;
}

/* 横幅767px以下 */
@media screen and (max-width: 767px) {
  /*--------------------------------------------
  	保育園・学童を探す
  ---------------------------------------------*/
  /*--------------------------------------------
  	地図から探す
  ---------------------------------------------*/
  /* アコーディオン内容　リンクリスト */
  .box-basesearch-links {
    display: none;
    padding: 15px 0;
    background: #ffffff;
    border-bottom: 2px solid #ed6d00;
  }
  /* タイトルオレンジ下線リスト */
  dl.list-title-underorangeline > dt {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ed6d00;
  }
  /* 一覧へのリンク配置 */
  dl.list-title-underorangeline > dt > span {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-weight: normal;
  }
  dl.list-title-underorangeline > dt > span > a {
    padding-left: 15px;
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangebutton.gif") no-repeat left center;
  }
  /* 一覧から探す　アコーディオン内コンテンツ　レイアウトカスタマイズ */
  #contents_basesearch_lists > dl.list-title-underorangeline > dd > ul.listlayout-2clm-middle20-inlinecenter > li {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
  }
  /* タイトル点線リスト */
  dl.list-titlelink-dottedorange,
  ul.list-titlelink-dottedorange {
    font-size: 14px;
  }
  dl.list-titlelink-dottedorange > dt,
  ul.list-titlelink-dottedorange > li {
    font-size: 16px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ffc272;
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangetext.png") no-repeat left 5px;
  }
  dl.list-titlelink-dottedorange > dd {
    font-size: 0;
  }
  dl.list-titlelink-dottedorange > dd > ul > li {
    display: inline-block;
    font-size: 14px;
    width: 20%;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.list-titlelinks-3clm > li {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  /* ボタンインライン中央配置 */
  ul.listlayout-inlinebuttons-center {
    font-size: 0;
  }
  ul.listlayout-inlinebuttons-center > li {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.listlayout-inlinebuttons-center > li:nth-child(2n) {
    padding-left: 5px;
  }
  ul.listlayout-inlinebuttons-center > li:nth-child(2n+1) {
    padding-right: 5px;
  }
  ul.listlayout-inlinebuttons-center > li button.button-round-lightorange {
    width: 100%;
  }
  /* 地図表示枠 */
  .wrapper-map {
    margin: 20px auto;
  }
  .wrapper-map #map_canvas {
    height: 250px !important;
  }
  #contents.pageval-basedetailpage #map_canvas {
    height: 250px !important;
  }
  /* 凡例表記枠 */
  .wrapper-legendarea {
    margin-bottom: 60px;
  }
  /* 吹き出しタイトルリスト 「すべての保育園を表示」~ */
  dl.list-basesearch-resultlist > dt {
    position: relative;
    color: #ed6d00;
    margin-bottom: 30px;
    background: #ffd9b3;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
  }
  dl.list-basesearch-resultlist > dt:after {
    position: absolute;
    left: 20px;
    bottom: -10px;
    content: url("/wp-content/images/kidslife-nursery/facility/arrow_basesearch_titlebottom.png");
  }
  /* エリア別リスト */
  dl.list-baseareas {
    display: block;
  }
  dl.list-baseareas.inactive {
    display: none;
  }
  dl.list-baseareas > dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-bottom: 8px;
    background: url("/wp-content/images/kidslife-nursery/facility/icon_home.png") no-repeat left 4px;
    border-bottom: 2px solid #ed6d00;
  }
  dl.list-baseareas > dd {
    display: block;
    overflow: hidden;
  }
  dl.list-baseareas > dd.inactive {
    display: none;
  }
  /* 保育園拠点カード */
  dl.list-baseareas > dd > ul {
    font-size: 0;
    margin: 0 0 0 -20px;
  }
  dl.list-baseareas > dd > ul > li {
    display: inline-block;
    font-size: 14px;
    width: 50%;
    padding-left: 20px;
    margin-bottom: 20px;
    background-size: 7px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  dl.list-baseareas > dd > ul > li.inactive {
    display: none;
  }
  /* わらべうたの場合 */
  dl.list-baseareas > dd > ul > li.type-warabe > a {
    border-color: #9b0000;
    background-image: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_warabe.png");
  }
  dl.list-baseareas > dd > ul > li > a {
    display: block;
    padding: 10px 15px;
    /* padding-right: 0; */
    border-left: 4px solid #FFA200;
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_brightyellow.png") no-repeat right 3px bottom 3px #ffffff;
  }
  dl.list-baseareas > dd > ul > li > a:hover {
    text-decoration: none;
  }
  dl.list-baseareas > dd > ul > li > a:hover {
    opacity: 0.75;
  }
  dl.list-baseareas > dd > ul > li dl > dt {
    font-size: 12px;
    color: #FFA200;
    margin-bottom: 10px;
    line-height: 1;
  }
  /* わらべうたの場合 */
  dl.list-baseareas > dd > ul > li.type-warabe dl > dt {
    color: #9b0000;
  }
  dl.list-baseareas > dd > ul > li dl > dd {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
  }
  /*--------------------------------------------
  	エリアから探す
  ---------------------------------------------*/
  dl.list-baseareas > dd > ul > li > a > dl > dd.thumbnail > dl > dt {
    margin-top: 15px;
    width: 95%;
    height: 120px;
    overflow: hidden;
    border-radius: 6px;
  }
  dl.list-baseareas > dd > ul > li > a > dl > dd.thumbnail > dl > dt > img {
    width: 100%;
    border-radius: 6px;
  }
  dl.list-baseareas > dd > ul > li > a > dl > dd.thumbnail > dl > dd {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.35em;
  }
  dl.list-baseareas > dd > ul > li > a > dl > dd.thumbnail > dl > dd > span {
    display: block;
    margin-top: 5px;
    color: #7f7f7f;
  }
  /*--------------------------------------------
  	保育園紹介
  ---------------------------------------------*/
  /* ページタイトル部分　デバイステキスト */
  .single-facility #pagetitle.type-directinput {
    padding-bottom: 35px;
  }
  .single-facility #pagetitle.type-directinput > h1 {
    padding-top: 32px;
    /*font-size: 24px;*/
    background: url("/wp-content/images/kidslife-nursery/facility/pagetitle_flags.png") no-repeat center 5px;
    line-height: 1;
  }
  .single-facility #pagetitle.type-directinput > h1 > span {
    display: block;
    color: #FFA200;
    font-size: 16px;
    margin-bottom: 8px;
  }
  /* 余白 */
  .pageval-basedetailpage .wrapper-contents-55 {
    margin-bottom: 0;
    padding-bottom: 55px;
  }
  /* 施設画像＋IDリンク */
  .wrapper-basedetail-information {
    padding: 20px 0 30px 0;
  }
  .wrapper-basedetail-information > ul {
    font-size: 0;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ed6d00;
  }
  .wrapper-basedetail-information > ul > li {
    display: inline-block;
    font-size: 14px;
    padding-right: 20px;
    font-weight: bold;
    background: url("/wp-content/images/kidslife-nursery/icon_down_inpage.png") no-repeat right center;
  }
  .wrapper-basedetail-information > ul > li:before {
    content: "｜";
    font-weight: normal;
    margin: 0 5px;
    color: #999999;
  }
  .wrapper-basedetail-information > ul > li:first-child:before {
    content: "";
    margin: 0;
  }
  .wrapper-basedetail-information > ul > li > a.movie {
    padding-right: 85px;
    background: url("/wp-content/images/kidslife-nursery/facility/icon_movie.png") no-repeat right center;
  }
  .wrapper-basedetail-information > dl {
    margin-top: 20px;
  }
  .wrapper-basedetail-information > dl > dt {
    padding: 0 10px;
  }
  .wrapper-basedetail-information > dl > dt > img {
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    border: none;
    padding: 0;
  }
  .wrapper-basedetail-information > dl > dd {
    padding: 10px;
  }
  .wrapper-basedetail-information > dl > dd > span {
    font-size: 16px;
    font-weight: bold;
    color: #ed6d00;
    line-height: 1.5em;
  }
  dl.list-basedetail-information {
    padding: 20px 10px;
  }
  dl.list-basedetail-information > dt {
    margin-bottom: 20px;
  }
  dl.list-basedetail-information > dt > img {
    display: block;
    margin: 0 auto;
    border-radius: 6px;
  }
  dl.list-basedetail-information > dd > ul {
    font-size: 0;
  }
  dl.list-basedetail-information > dd > ul > li {
    display: inline-block;
    font-size: 14px;
    padding-right: 25px;
    font-weight: bold;
    background: url("/wp-content/images/kidslife-nursery/icon_down_inpage.png") no-repeat right center;
  }
  dl.list-basedetail-information > dd > ul > li:before {
    content: "｜";
    font-weight: normal;
    margin: 0 20px;
    color: #999999;
  }
  dl.list-basedetail-information > dd > ul > li:first-child:before {
    content: "";
  }
  /* 下線ドットオレンジ線リスト */
  dl.list-underdottedline-l168 {
    border-bottom: 2px dotted #FFC170;
    padding: 20px 0;
    line-height: 1.6em;
  }
  dl.list-underdottedline-l168 > dt {
    /*font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;*/
  }
  .list-visit-event {
    display: block;
  }
  .list-visit-event__list {
    display: flex;
    flex-wrap: wrap;
    margin: -2.5% -1.25% 0;
  }
  .list-visit-event__banner {
    display: block;
    width: 50%;
    padding: 2.5% 1.25% 0;
  }
  .list-visit-event__banner a,
  .list-visit-event__banner img {
    display: block;
    width: 100%;
  }
  .list-visit-event__banner a::after {
    display: none !important;
  }
  /* 動画配置 */
  .wrapper-movie {
    width: 100%;
  }
  .wrapper-movie > iframe {
    width: 100%;
  }
  /* サムネイルリスト */
  ul.list-basedetail-thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px dotted #FFC170;
    border-bottom: 2px dotted #FFC170;
    padding: 10px;
    background: #ffffff;
  }
  ul.list-basedetail-thumbnails > li {
    width: calc(50% - 10px);
  }
  ul.list-basedetail-thumbnails > li > dl {
    width: 100%;
  }
  ul.list-basedetail-thumbnails > li > dl > dt {
    display: block;
    margin-bottom: 10px;
  }
  ul.list-basedetail-thumbnails > li > dl > dt a {
    width: 100%;
    height: 100px;
    border-radius: 6px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
  }
  ul.list-basedetail-thumbnails > li > dl > dt img.pdf {
    width: 50px;
    height: 50px;
    margin: 20px auto auto;
  }
  ul.list-basedetail-thumbnails > li > dl > dd {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* モーダル内ページャ */
  .lb-prev {
    background: url("/wp-content/images/kidslife-nursery/slider_prev.png") no-repeat left center !important;
  }
  .lb-nav a.lb-prev {
    position: absolute;
    opacity: 1 !important;
  }
  .lb-next {
    background: url("/wp-content/images/kidslife-nursery/slider_next.png") no-repeat right center !important;
  }
  .lb-nav a.lb-next {
    position: absolute;
    opacity: 1 !important;
  }
  /* モーダル　クローズボタン */
  .lb-data .lb-close {
    width: 20px !important;
    height: 20px !important;
    margin-top: 5px;
    opacity: 1 !important;
    background: url("/wp-content/images/kidslife-nursery/icon_modalclose.png") no-repeat center center !important;
  }
  /* ライトオレンジ背景ボックス　2カラム配置 */
  .box-diagonalborder {
    background: #fff5eb;
    padding: 30px;
  }
  .layout-2clm-rightimg-lightorange > .caption-clm {
    margin-bottom: 20px;
  }
  .layout-2clm-rightimg-lightorange h3 {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .layout-2clm-rightimg-lightorange > .img-clm {
    text-align: center;
  }
  .layout-2clm-rightimg-lightorange > .img-clm > img {
    border-radius: 6px;
  }
  /* 斜線ボーダーボックス　中身 */
  .box-diagonalborder-inner {
    background: #fff5eb;
    padding: 30px;
  }
  /* レスポンシブ対応バナー */
  dl.listbanner-rwd {
    max-width: 270px;
    margin: 0 auto;
    margin-top: 20px;
  }
  dl.listbanner-rwd > dt > img,
  dl.listbanner-rwd > dd > img {
    display: block;
  }
  #cts_01 .wrapper-contents-55 iframe {
    display: block;
    width: 100%;
    height: 27vh;
  }
  #cts_02 {
    min-width: 320px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  #cts_03 {
    min-width: 320px;
    width: 96%;
    margin: 0 auto;
  }
  #cts_03.layout-2clm-rightimg-lightorange {
    background: #fff5eb;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 10px;
  }
  /* 保育園紹介 SP版 */
  #cts_03 h3,
  #tinymce h3,
  .editor-wrap h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ffc272;
  }
  #cts_03 h3:not(:first-child),
  #tinymce h3:not(:first-child),
  .editor-wrap h3:not(:first-child) {
    margin-top: 20px;
  }
  #cts_03 h4,
  #tinymce h4,
  .editor-wrap h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  #cts_03 h4 *,
  #tinymce h4 *,
  .editor-wrap h4 * {
    font-size: 1em;
    font-weight: bold;
  }
  #cts_03,
  #tinymce,
  .editor-wrap {
    /* リスト */
  }
  #cts_03 ul,
  #tinymce ul,
  .editor-wrap ul {
    list-style-type: none;
  }
  #cts_03 ul.dot,
  #tinymce ul.dot,
  .editor-wrap ul.dot {
    list-style-type: disc !important;
  }
  #cts_03 ul.nest,
  #tinymce ul.nest,
  .editor-wrap ul.nest {
    margin-left: 0.75em;
  }
  #cts_03 ul.nest li,
  #tinymce ul.nest li,
  .editor-wrap ul.nest li {
    padding-bottom: 0;
  }
  #cts_03 ol,
  #tinymce ol,
  .editor-wrap ol {
    list-style-type: decimal;
  }
  #cts_03 ul,
  #cts_03 ol,
  #tinymce ul,
  #tinymce ol,
  .editor-wrap ul,
  .editor-wrap ol {
    padding-left: 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    margin-left: 0;
  }
  #cts_03 li,
  #tinymce li,
  .editor-wrap li {
    line-height: 1.8em;
    padding-bottom: 0.5em;
  }
  #cts_03 dd,
  #tinymce dd,
  .editor-wrap dd {
    line-height: 1.8em;
    padding-bottom: 0.5em;
  }
  #cts_03 dt,
  #tinymce dt,
  .editor-wrap dt {
    font-weight: bold;
    font-size: 1.8rem;
    padding-bottom: 0.5em;
  }
  #cts_03 p,
  #tinymce p,
  .editor-wrap p {
    margin-bottom: 1.5em;
  }
  #cts_03 a,
  #tinymce a,
  .editor-wrap a {
    color: #004cca;
    text-decoration: underline;
  }
  #cts_03 a:hover,
  #tinymce a:hover,
  .editor-wrap a:hover {
    text-decoration: none;
  }
  #cts_04,
  .facility-contents {
    min-width: 320px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  #cts_04 .recommend-lead-txt,
  .facility-contents .recommend-lead-txt {
    padding: 0 0 20px;
  }
  /* 見学申し込み */
  ul.listlayout-2clm-middle20-inlinecenter.contact > li {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.listlayout-2clm-middle20-inlinecenter.contact > li > .box-diagonalborder {
    position: relative;
  }
  ul.listlayout-2clm-middle20-inlinecenter.contact > li > .box-diagonalborder > dl {
    padding: 20px 0;
  }
  ul.listlayout-2clm-middle20-inlinecenter.contact > li > .box-diagonalborder > dl > dt {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4em;
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* タイトル2行 調整 */
  ul.listlayout-2clm-middle20-inlinecenter.contact > li:nth-child(3) > .box-diagonalborder > dl > dt,
  ul.listlayout-2clm-middle20-inlinecenter.contact > li:nth-child(4) > .box-diagonalborder > dl > dt {
    margin-bottom: 8px;
  }
  ul.listlayout-2clm-middle20-inlinecenter.contact > li > .box-diagonalborder > dl > dd > p {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
  }
  ul.listlayout-2clm-middle20-inlinecenter.contact > li > .box-diagonalborder > dl > dd button {
    width: 200px;
    display: block;
    margin: auto;
  }
}
/* 横幅768px以上 */
@media screen and (min-width: 768px) {
  /*--------------------------------------------
  	保育園一覧
  ---------------------------------------------*/
  /*--------------------------------------------
  	地図から探す
  ---------------------------------------------*/
  /* アコーディオン内容　リンクリスト */
  .box-basesearch-links {
    display: none;
    padding: 30px 20px;
    background: #ffffff;
    border-bottom: 2px solid #ed6d00;
  }
  /* タイトルオレンジ下線リスト */
  #contents_basesearch_maps,
  #contents_basesearch_lists {
    display: none;
  }
  dl.list-title-underorangeline > dt {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ed6d00;
  }
  dl.list-title-underorangeline > dd {
    position: relative;
  }
  #contents_basesearch_lists > dl.list-title-underorangeline > dd {
    margin-bottom: 20px;
  }
  #contents_basesearch_lists > dl.list-title-underorangeline > dd > ul.listlayout-2clm-middle20-inlinecenter {
    width: 100%;
  }
  #contents_basesearch_lists > dl.list-title-underorangeline > dd > ul.listlayout-2clm-middle20-inlinecenter > li {
    width: 100%;
    display: block !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
  }
  /* タイトル点線リスト */
  dl.list-titlelink-dottedorange,
  ul.list-titlelink-dottedorange {
    font-size: 14px;
  }
  dl.list-titlelink-dottedorange > dt,
  ul.list-titlelink-dottedorange > li {
    font-size: 16px;
    padding-left: 15px !important;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ffc272;
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangetext.png") no-repeat left 5px;
  }
  dl.list-titlelink-dottedorange > dd {
    font-size: 0;
    margin-bottom: 20px;
  }
  dl.list-titlelink-dottedorange > dd > ul > li {
    display: inline-block;
    font-size: 14px;
    width: 20%;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contents_basesearch_lists ul.list-titlelinks-3clm {
    position: relative;
    width: 100%;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.list-titlelinks-3clm > li {
    float: left;
    width: 20%;
    padding-right: 15px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.list-titlelinks-3clm > li:last-child {
    padding-right: 0;
  }
  /* 一覧へのリンク配置 */
  dl.list-title-underorangeline > dt > span {
    position: absolute;
    padding-left: 15px;
    right: 0;
    bottom: 10px;
    font-weight: normal;
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangebutton.gif") no-repeat left center;
  }
  /* ボタンインライン中央配置 */
  ul.listlayout-inlinebuttons-center {
    font-size: 0;
    text-align: center;
  }
  ul.listlayout-inlinebuttons-center > li {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  ul.listlayout-inlinebuttons-center > li:first-child {
    margin-left: 0;
  }
  ul.listlayout-inlinebuttons-center > li button.button-round-lightorange {
    width: 180px;
  }
  /* 地図表示枠 */
  .wrapper-map {
    margin: 20px auto;
  }
  /* 凡例表記枠 */
  .wrapper-legendarea {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  /* 吹き出しタイトルリスト 「すべての保育園を表示」~ */
  dl.list-basesearch-resultlist > dt {
    position: relative;
    color: #ed6d00;
    margin-bottom: 30px;
    background: #ffd9b3;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
  }
  dl.list-basesearch-resultlist > dt:after {
    position: absolute;
    left: 20px;
    bottom: -10px;
    content: url("/wp-content/images/kidslife-nursery/facility/arrow_basesearch_titlebottom.png");
  }
  /* エリア別リスト */
  dl.list-baseareas {
    display: block;
  }
  dl.list-baseareas.inactive {
    display: none;
  }
  dl.list-baseareas > dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-bottom: 8px;
    background: url("/wp-content/images/kidslife-nursery/facility/icon_home.png") no-repeat left 8px;
    border-bottom: 2px solid #ed6d00;
  }
  dl.list-baseareas > dd {
    display: block;
    overflow: hidden;
  }
  dl.list-baseareas > dd.inactive {
    display: none;
  }
  /* 保育園拠点カード */
  dl.list-baseareas > dd > ul {
    font-size: 0;
    margin: 0 0 0 -20px;
  }
  dl.list-baseareas > dd > ul > li {
    display: inline-block;
    font-size: 14px;
    width: 240px;
    margin-left: 20px;
    margin-bottom: 20px;
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_brightyellow.png") no-repeat right 3px bottom 3px #ffffff;
    background-size: 7px;
    border-left: 4px solid #FFA200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  dl.list-baseareas > dd > ul > li.inactive {
    display: none;
  }
  /* わらべうたの場合 */
  dl.list-baseareas > dd > ul > li.type-warabe {
    border-color: #9b0000;
    background-image: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_warabe.png");
  }
  dl.list-baseareas > dd > ul > li > a {
    display: block;
    padding: 10px 15px;
    /* padding-right: 0; */
  }
  dl.list-baseareas > dd > ul > li > a:hover {
    text-decoration: none;
  }
  dl.list-baseareas > dd > ul > li > a:hover {
    opacity: 0.75;
  }
  dl.list-baseareas > dd > ul > li dl > dt {
    font-size: 12px;
    color: #FFA200;
    margin-bottom: 10px;
    line-height: 1;
  }
  /* わらべうたの場合 */
  dl.list-baseareas > dd > ul > li.type-warabe dl > dt {
    color: #9b0000;
  }
  dl.list-baseareas > dd > ul > li dl > dd {
    font-weight: bold;
    font-size: 16px;
    padding-right: 10px;
    line-height: 21px;
  }
  /*--------------------------------------------
  	エリアから探す
  ---------------------------------------------*/
  dl.list-baseareas > dd > ul > li > a > dl > dd.thumbnail > dl > dt {
    width: 210px;
    height: 130px;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 6px;
  }
  dl.list-baseareas > dd > ul > li > a > dl > dd.thumbnail > dl > dt > img {
    display: block;
    width: 210px;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    border-radius: 6px;
  }
  dl.list-baseareas > dd > ul > li:hover > a > dl > dd.thumbnail > dl > dt > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  dl.list-baseareas > dd > ul > li > a > dl > dd.thumbnail > dl > dd {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.35em;
  }
  dl.list-baseareas > dd > ul > li > a > dl > dd.thumbnail > dl > dd > span {
    display: block;
    margin-top: 5px;
    color: #7f7f7f;
  }
  /*--------------------------------------------
  	保育園紹介
  ---------------------------------------------*/
  /* ページタイトル部分　デバイステキスト */
  .single-facility #pagetitle.type-directinput > h1 {
    padding-top: 46px;
    /*font-size: 34px;*/
    background: url("/wp-content/images/kidslife-nursery/facility/pagetitle_flags.png") no-repeat center 20px;
  }
  .single-facility #pagetitle.type-directinput > h1 > span {
    display: block;
    color: #FFA200;
    font-size: 20px;
    line-height: 1;
  }
  /* 余白 */
  .pageval-basedetailpage .wrapper-contents-55 {
    margin-bottom: 0;
    padding-bottom: 55px;
  }
  /* 施設画像＋IDリンク */
  .wrapper-basedetail-information {
    padding: 40px 0 60px 0;
  }
  .wrapper-basedetail-information > ul {
    /*font-size: 0;*/
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ed6d00;
  }
  .wrapper-basedetail-information > ul > li {
    display: inline-block;
    font-size: 16px;
    padding-right: 25px;
    font-weight: bold;
    background: url("/wp-content/images/kidslife-nursery/icon_down_inpage.png") no-repeat right center;
  }
  .wrapper-basedetail-information > ul > li:before {
    content: "｜";
    font-weight: normal;
    margin: 0 20px;
    color: #999999;
  }
  .wrapper-basedetail-information > ul > li:first-child:before {
    content: "";
  }
  .wrapper-basedetail-information > ul > li > a.movie {
    padding-right: 85px;
    background: url("/wp-content/images/kidslife-nursery/facility/icon_movie.png") no-repeat right center;
  }
  .wrapper-basedetail-information > dl {
    margin-top: 40px;
  }
  .wrapper-basedetail-information > dl > dt {
    float: left;
    width: 550px;
  }
  .wrapper-basedetail-information > dl > dt > img {
    display: block;
    border-radius: 6px;
    margin: 0 auto;
    border: none;
    padding: 0;
  }
  .wrapper-basedetail-information > dl > dd {
    float: right;
    width: 450px;
  }
  .wrapper-basedetail-information > dl > dd > span {
    font-size: 24px;
    font-weight: bold;
    color: #ed6d00;
    line-height: 30px;
  }
  /* 下線ドットオレンジ線リスト */
  dl.list-underdottedline-l168 {
    border-bottom: 2px dotted #FFC170;
    padding: 20px 0;
    /*line-height: 1.6em;*/
  }
  dl.list-underdottedline-l168 > dt {
    float: left;
    /*font-size: 16px;
    font-weight: bold;*/
    width: 168px;
  }
  dl.list-underdottedline-l168 > dd {
    float: right;
    width: 856px;
  }
  .list-visit-event {
    display: block;
  }
  .list-visit-event__list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
  }
  .list-visit-event__banner {
    display: block;
    width: 50%;
    padding: 10px;
  }
  .list-visit-event__banner a,
  .list-visit-event__banner img {
    display: block;
    width: 100%;
  }
  .list-visit-event__banner a::after {
    display: none !important;
  }
  /* 動画配置 */
  .wrapper-movie {
    text-align: center;
  }
  .wrapper-movie > iframe {
    width: 560px;
    height: 315px;
  }
  /* サムネイルリスト */
  ul.list-basedetail-thumbnails {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
    border-top: 2px dotted #FFC170;
    border-bottom: 2px dotted #FFC170;
    padding: 20px 10px 0;
    background: #ffffff;
  }
  ul.list-basedetail-thumbnails > li {
    width: 25%;
    padding: 0 10px;
  }
  ul.list-basedetail-thumbnails > li > dl {
    width: 100%;
  }
  ul.list-basedetail-thumbnails > li > dl > dt {
    margin-bottom: 5px;
    display: block;
  }
  ul.list-basedetail-thumbnails > li > dl > dt a {
    width: 100%;
    height: 170px;
    border-radius: 6px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
  }
  ul.list-basedetail-thumbnails > li > dl > dt a img.pdf {
    width: auto;
    height: 50px;
    margin: 60px auto auto;
  }
  ul.list-basedetail-thumbnails > li > dl > dd {
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #cts_01 .wrapper-contents-55 iframe {
    display: block;
  }
  #cts_02,
  #cts_03,
  #cts_04,
  .facility-contents {
    width: 1024px;
    margin: 0 auto;
  }
  #cts_03 a {
    text-decoration: underline;
    color: inherit;
  }
  #cts_02 ul.list-basedetail-thumbnails {
    padding-bottom: 20px;
  }
  #cts_02 ul.list-basedetail-thumbnails a[target*=_blank]:after {
    display: none;
  }
  #cts_03.layout-2clm-rightimg-lightorange {
    background: #fff5eb;
    padding: 40px;
    margin-bottom: 50px;
    border-radius: 10px;
  }
  /* 保育園紹介 PC版 */
  #cts_03 h3,
  #tinymce h3,
  .editor-wrap h3 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ffc272;
  }
  #cts_03 h3:not(:first-child),
  #tinymce h3:not(:first-child),
  .editor-wrap h3:not(:first-child) {
    margin-top: 20px;
  }
  #cts_03 h4,
  #tinymce h4,
  .editor-wrap h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  #cts_03 h4 *,
  #tinymce h4 *,
  .editor-wrap h4 * {
    font-size: 1em;
    font-weight: bold;
  }
  #cts_03,
  #tinymce,
  .editor-wrap {
    /* リスト */
  }
  #cts_03 ul,
  #tinymce ul,
  .editor-wrap ul {
    list-style-type: none;
  }
  #cts_03 ul.dot,
  #tinymce ul.dot,
  .editor-wrap ul.dot {
    list-style-type: disc !important;
  }
  #cts_03 ul.nest,
  #tinymce ul.nest,
  .editor-wrap ul.nest {
    margin-left: 1em;
  }
  #cts_03 ul.nest li,
  #tinymce ul.nest li,
  .editor-wrap ul.nest li {
    padding-bottom: 0;
  }
  #cts_03 ol,
  #tinymce ol,
  .editor-wrap ol {
    list-style-type: decimal;
  }
  #cts_03 ul,
  #cts_03 ol,
  #tinymce ul,
  #tinymce ol,
  .editor-wrap ul,
  .editor-wrap ol {
    padding-left: 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    margin-left: 0;
  }
  #cts_03 li,
  #tinymce li,
  .editor-wrap li {
    line-height: 1.8em;
    padding-bottom: 0.5em;
  }
  #cts_03 dd,
  #tinymce dd,
  .editor-wrap dd {
    line-height: 1.8em;
    padding-bottom: 0.5em;
  }
  #cts_03 dt,
  #tinymce dt,
  .editor-wrap dt {
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 0.5em;
  }
  #cts_03 p,
  #tinymce p,
  .editor-wrap p {
    margin-bottom: 1.5em;
  }
  #cts_03 p,
  #cts_03 li,
  #cts_03 dd,
  #tinymce p,
  #tinymce li,
  #tinymce dd,
  .editor-wrap p,
  .editor-wrap li,
  .editor-wrap dd {
    font-size: 17px;
  }
  #cts_03 p *,
  #cts_03 li *,
  #cts_03 dd *,
  #tinymce p *,
  #tinymce li *,
  #tinymce dd *,
  .editor-wrap p *,
  .editor-wrap li *,
  .editor-wrap dd * {
    font-size: 17px;
  }
  #cts_03 a,
  #tinymce a,
  .editor-wrap a {
    color: #004cca;
    text-decoration: underline;
  }
  #cts_03 a:hover,
  #tinymce a:hover,
  .editor-wrap a:hover {
    text-decoration: none;
  }
  #cts_04 .recommend-lead-txt,
  .facility-contents .recommend-lead-txt {
    padding: 0 0 40px;
  }
  /* モーダル内ページャ */
  .lb-prev {
    background: url("/wp-content/images/kidslife-nursery/slider_prev.png") no-repeat left center !important;
  }
  .lb-nav a.lb-prev {
    position: absolute;
    opacity: 1 !important;
    left: -30px !important;
  }
  .lb-next {
    background: url("/wp-content/images/kidslife-nursery/slider_next.png") no-repeat right center !important;
  }
  .lb-nav a.lb-next {
    position: absolute;
    opacity: 1 !important;
    right: -30px !important;
  }
  /* モーダル　クローズボタン */
  .lb-data .lb-close {
    width: 20px !important;
    height: 20px !important;
    margin-top: 5px;
    opacity: 1 !important;
    background: url("/wp-content/images/kidslife-nursery/icon_modalclose.png") no-repeat center center !important;
  }
  /* 見学申し込み */
  ul.listlayout-2clm-middle20-inlinecenter.contact > li {
    width: 502px;
    margin-top: 20px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.listlayout-2clm-middle20-inlinecenter.contact > li:nth-child(2n+1) {
    padding-right: 10px;
    padding-left: 0;
  }
  ul.listlayout-2clm-middle20-inlinecenter.contact > li > .box-diagonalborder {
    position: relative;
  }
  ul.listlayout-2clm-middle20-inlinecenter.contact > li > .box-diagonalborder > dl {
    padding: 40px 0 !important;
    height: 300px;
    text-align: center;
  }
  ul.listlayout-2clm-middle20-inlinecenter.contact > li > .box-diagonalborder > dl > dt {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4em;
    float: none;
    padding-right: 0;
    padding-bottom: 30px;
  }
  /* 担当&TEL 位置 */
  ul.listlayout-2clm-middle20-inlinecenter.contact > li > .box-diagonalborder > dl > dd {
    margin: auto;
  }
  /* タイトル１行 担当&TEL 位置調整 */
  ul.listlayout-2clm-middle20-inlinecenter.contact > li:nth-child(1) > .box-diagonalborder > dl > dd,
  ul.listlayout-2clm-middle20-inlinecenter.contact > li:nth-child(2) > .box-diagonalborder > dl > dd {
    bottom: 120px;
  }
  ul.listlayout-2clm-middle20-inlinecenter.contact > li > .box-diagonalborder > dl > dd > p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
  }
  ul.listlayout-2clm-middle20-inlinecenter.contact > li > .box-diagonalborder > dl > dd button {
    display: block;
    margin: auto;
  }
  ul.listlayout-2clm-middle20-inlinecenter.contact > li:nth-child(1) > .box-diagonalborder > dl > dd button,
  ul.listlayout-2clm-middle20-inlinecenter.contact > li:nth-child(2) > .box-diagonalborder > dl > dd button {
    top: 80px;
  }
}
/* 共通設定 */
/* 保育園紹介 */
#cts_03 {
  line-height: 1.75em;
}

#cts_03 .dot-line {
  clear: both;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px dotted #ffc272;
}

/* 園見学バナー */
#contents-bannar {
  margin-top: -55px;
}

.facility-contents.facility-recommend {
  padding-top: 60px;
}

/* 児童発達支援事業所アイビーキッズ 誘導ボタン */
.support-box * {
  font-family: "Kosugi Maru", sans-serif !important;
  font-weight: 500 !important;
}
.support-box__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  margin: -10px;
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .support-box__nav {
    margin: -2vw;
    padding: 0 0 30px;
  }
}
.support-box__list {
  width: 50%;
  padding: 10px;
}
@media (max-width: 767px) {
  .support-box__list {
    width: 100%;
    padding: 2vw;
  }
}
.support-box__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 15px 40px;
  margin: 0 0 10px;
  border-radius: 10px;
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .support-box__link {
    padding: 10px 30px;
  }
}
.support-box__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 16px;
  border-top: #FFF 2px dotted;
  border-right: #FFF 2px dotted;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .support-box__link::after {
    right: 14px;
    width: 12px;
    height: 12px;
  }
}
.support-box__link:hover {
  filter: brightness(1.05);
  text-decoration: none;
}
.support-box__link.orange {
  background: #ee740d;
}
.support-box__link.orange * {
  color: #FFF;
}
.support-box__link.green {
  background: #65AD6E;
}
.support-box__link.green * {
  color: #FFF;
}
.support-box__link small {
  font-size: 1em;
  font-style: normal;
  margin: 0 0 0.5em;
}
@media (max-width: 767px) {
  .support-box__link small {
    font-size: 0.9em;
  }
}
.support-box__name {
  font-size: 1.2rem;
  font-style: normal;
  padding: 0;
}
.support-box__cat {
  font-size: 1.4rem;
  font-style: normal;
  display: block;
}

/* HKL_WEBMGT-330 保育園詳細ページ改修 */
.facility-fv {
  padding: 50px 0 4rem;
}
@media (max-width: 767px) {
  .facility-fv {
    padding: 0 0 20px;
  }
}

/* 画像タイトル配置 */
#site-content #contents .facility-overview {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  #site-content #contents .facility-overview {
    padding-bottom: 10px;
  }
}
#site-content #contents .facility-overview__heading .title-2-t80b40 {
  margin-bottom: 4rem !important;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #site-content #contents .facility-overview__heading .title-2-t80b40 {
    margin-bottom: 20px !important;
  }
}
#site-content #contents .facility-overview__paragraph {
  font-size: 1.8rem;
  padding: 0 0 2rem;
}
@media (max-width: 767px) {
  #site-content #contents .facility-overview__paragraph {
    font-size: 1.6rem;
    padding: 0 0 10px;
  }
}
#site-content #contents .facility-overview__paragraph a {
  color: #004CCA;
  text-decoration: underline;
}
#site-content #contents .facility-overview__paragraph a:hover {
  color: #004CCA;
  text-decoration: none;
}
#site-content #contents .facility-overview__paragraph * {
  font-size: 1em;
}

.facility-nav__list--auto, .facility-nav__list {
  flex: 1;
}
@media (max-width: 767px) {
  .facility-nav__list--auto, .facility-nav__list {
    flex: 0 0 auto;
    width: 50%;
    padding: 2px;
  }
}

.facility-nav__link--recruit, .facility-nav__link--selected, .facility-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFA200;
  border: #FFA200 1px solid;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  background: #FFF;
}
@media (max-width: 767px) {
  .facility-nav__link--recruit, .facility-nav__link--selected, .facility-nav__link {
    padding: 10px;
    border-width: 2px;
    border-radius: 10px;
    height: 60px;
  }
}
.facility-nav__link--recruit::after, .facility-nav__link--selected::after, .facility-nav__link::after {
  content: "" !important;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 0;
  background: #FFA200;
  transition: height 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .facility-nav__link--recruit::after, .facility-nav__link--selected::after, .facility-nav__link::after {
    display: none;
  }
}
.facility-nav__link--recruit:hover, .facility-nav__link--selected:hover, .facility-nav__link:hover {
  color: #FFA200;
}
.facility-nav__link--recruit:hover::after, .facility-nav__link--selected:hover::after, .facility-nav__link:hover::after {
  height: 5px;
}
.facility-nav__link--recruit span, .facility-nav__link--selected span, .facility-nav__link span {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .facility-nav__link--recruit span, .facility-nav__link--selected span, .facility-nav__link span {
    font-size: 1.6rem;
  }
}

.facility-nav__nav {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .facility-nav__nav {
    padding: 10px 0;
    margin: -2px;
    overflow: hidden;
  }
}
.facility-nav__list--auto {
  flex: auto;
}
@media (max-width: 767px) {
  .facility-nav__list--auto {
    flex: 0 0 auto;
  }
}
.facility-nav__link--selected {
  color: #FFF;
  background: #FFA200;
}
.facility-nav__link--selected:hover {
  color: #FFF;
}
.facility-nav__link--recruit {
  color: #FFF;
  border: none;
  background: #F6CF40;
}
.facility-nav__link--recruit::after {
  padding: 0 !important;
}
.facility-nav__link--recruit:hover {
  color: #FFF;
}
.facility-nav__link--recruit:hover::after {
  height: 6px;
}
.facility-nav__link--recruit span::after {
  padding-left: 5px;
  content: url("/wp-content/images/kidslife-nursery/icon_windows_white.png");
}
.facility-nav__icon {
  display: none;
}
@media (max-width: 767px) {
  .facility-nav__icon {
    display: inline-block;
    margin: 0 0 0 0.3em;
  }
}

.swiper-thumb__btn--next, .swiper-thumb__btn--prev, .swiper-img__btn--next, .swiper-img__btn--prev {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 80px;
  margin: -40px 0 0;
  background: rgba(255, 162, 0, 0.65);
  border-radius: 0 10px 10px 0;
  z-index: 10;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.swiper-thumb__btn--next:hover, .swiper-thumb__btn--prev:hover, .swiper-img__btn--next:hover, .swiper-img__btn--prev:hover {
  background: #ffa200;
}

.swiper-img__content {
  position: relative;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .swiper-img__content {
    margin: 0 -10px;
  }
}
.swiper-img__wrapper {
  position: relative;
  z-index: 1;
}
.swiper-img__slide {
  position: relative;
  padding: 43.9453125% 0 0;
}
@media (max-width: 767px) {
  .swiper-img__slide {
    padding: 60.2409638554% 0 0;
  }
}
.swiper-img__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
}
.swiper-img__btn--next {
  left: auto;
  right: 0;
  border-radius: 10px 0 0 10px;
}
.swiper-img__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}

.swiper-thumb {
  position: relative;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .swiper-thumb {
    padding: 0;
  }
}
.swiper-thumb__content {
  position: relative;
  overflow: hidden;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .swiper-thumb__content {
    margin: 10px 0 0;
  }
}
.swiper-thumb__wrapper {
  position: relative;
  z-index: 1;
}
.swiper-thumb__slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 10.9803921569% 0 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .swiper-thumb__slide {
    padding: 15.0337837838% 0 0;
  }
}
.swiper-thumb__slide::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: #FFA200 0 solid;
  border-radius: 10px;
  z-index: 10;
  transition: border-width 0.3s ease-in-out;
}
.swiper-thumb__slide:hover::after, .swiper-thumb__slide.swiper-slide-thumb-active::after {
  border-width: 3px;
}
@media (max-width: 767px) {
  .swiper-thumb__slide:hover::after {
    border-width: 0;
  }
}
.swiper-thumb__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
}
.swiper-thumb__btn--prev {
  width: 30px;
}
@media (max-width: 767px) {
  .swiper-thumb__btn--prev {
    display: none;
  }
}
.swiper-thumb__btn--next {
  left: auto;
  right: 0;
  width: 30px;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 767px) {
  .swiper-thumb__btn--next {
    display: none;
  }
}
.swiper-thumb__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}

.facility-reserve {
  padding: 0 0 55px;
}
.facility-reserve__sub-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 30px 0 0.7em;
}
@media (max-width: 767px) {
  .facility-reserve__sub-ttl {
    font-size: 1.4rem;
    padding: 20px 0 0.7em;
  }
}
.facility-reserve__schedule {
  width: 100%;
  max-height: 200px;
  border: #DDD 1px solid;
  overflow: auto;
}
@media (max-width: 767px) {
  .facility-reserve__schedule {
    max-height: 40vh;
  }
}
.facility-reserve__schedule-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  background: #fefbf6;
}
@media (max-width: 767px) {
  .facility-reserve__schedule-inner {
    display: block;
  }
}
.facility-reserve__schedule-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(50% - 5px);
  padding: 10px 20px;
  background: #fce9d9;
}
@media (max-width: 767px) {
  .facility-reserve__schedule-item {
    width: 100%;
    padding: 10px;
  }
}
.facility-reserve__schedule-item:nth-child(4n+3), .facility-reserve__schedule-item:nth-child(4n+4) {
  background: #fefbf6;
}
@media (max-width: 767px) {
  .facility-reserve__schedule-item:nth-child(4n+3), .facility-reserve__schedule-item:nth-child(4n+4) {
    background: #fce9d9;
  }
}
@media (max-width: 767px) {
  .facility-reserve__schedule-item:nth-child(2n) {
    background: #fefbf6;
  }
}
.facility-reserve__schedule-date {
  width: calc(45% - 30px);
}
@media (max-width: 767px) {
  .facility-reserve__schedule-date {
    width: calc(58% - 30px);
  }
}
.facility-reserve__schedule-name {
  width: calc(55% - 30px);
}
@media (max-width: 767px) {
  .facility-reserve__schedule-name {
    width: calc(42% - 30px);
  }
}
.facility-reserve__schedule-left {
  width: 60px;
  text-align: right;
}
.facility-reserve__schedule-left.empty {
  color: #F00;
}
.facility-reserve__btn {
  text-align: center;
  padding: 40px 0 0;
}
@media (max-width: 767px) {
  .facility-reserve__btn {
    padding: 30px 0 0;
  }
}

.facility-event {
  padding: 0 0 55px;
}
.facility-event__content {
  overflow: hidden;
}
.facility-event__list {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 767px) {
  .facility-event__list {
    margin: -4px;
  }
}
.facility-event__item {
  width: 33.3333333333%;
  padding: 7px;
}
@media (max-width: 767px) {
  .facility-event__item {
    width: 50%;
    padding: 4px;
  }
}
.facility-faq {
  padding: 0 0 55px;
}
.facility-faq__inner {
  max-width: 900px;
  margin: 0 auto;
}
.facility-faq__category {
  margin: 35px 0 0;
}
.facility-faq__heading {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 5px;
  margin: 0 0 30px;
  border-bottom: #FFA200 2px dotted;
}
@media (max-width: 767px) {
  .facility-faq__heading {
    font-size: 1.6rem;
  }
}
.facility-faq__block {
  padding: 0 25px;
  margin: 15px 0 0;
  border: #FFA200 1px solid;
  border-radius: 10px;
  background: #FFF;
}
@media (max-width: 767px) {
  .facility-faq__block {
    padding: 0 15px;
  }
}
.facility-faq__content {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 35px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .facility-faq__content {
    font-size: 1.6rem;
    padding: 7px 25px;
  }
}
.facility-faq__content::before, .facility-faq__content::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(0.7em + 9px);
  right: 0;
  width: 14px;
  height: 1px;
  background: #FFA200;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .facility-faq__content::before, .facility-faq__content::after {
    top: calc(0.8em + 5px);
  }
}
.facility-faq__content::after {
  transform: rotate(90deg);
}
.facility-faq__content.js-active::after {
  transform: rotate(90deg) scaleX(0);
}
.facility-faq__content + .facility-faq__content {
  display: none;
  font-weight: normal;
  padding: 15px 35px;
  cursor: default;
  border-top: #FFA200 2px dotted;
}
@media (max-width: 767px) {
  .facility-faq__content + .facility-faq__content {
    padding: 10px 0;
  }
}
.facility-faq__content + .facility-faq__content::before, .facility-faq__content + .facility-faq__content::after {
  display: none;
}
.facility-faq__q {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  color: #FFA200;
  font-weight: 500 !important;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .facility-faq__q {
    top: 9px;
    font-size: 1.8rem;
  }
}

.facility-self-assessment {
  padding: 0 0 55px;
}
.facility-self-assessment__list {
  display: block;
  margin: 20px 0 0;
}
.facility-self-assessment__item {
  display: block;
}
.facility-self-assessment__item + .facility-self-assessment__item {
  margin: 10px 0 0;
}
.facility-self-assessment__year {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px 0 0;
}
.facility-self-assessment__heading {
  width: 345px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: -1px 0 0;
}
@media (max-width: 767px) {
  .facility-self-assessment__heading {
    width: 100%;
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}
.facility-self-assessment__txt {
  font-size: 0.8em;
}
.facility-self-assessment__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 325px);
  margin: -5px -10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .facility-self-assessment__row {
    width: calc(100% + 10px);
    margin: -5px;
  }
}
.facility-self-assessment__column {
  width: 50%;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .facility-self-assessment__column {
    width: 100%;
    padding: 5px;
  }
}
.facility-self-assessment__column:nth-child(2) {
  width: 45%;
}
@media (max-width: 767px) {
  .facility-self-assessment__column:nth-child(2) {
    width: 100%;
  }
}
.facility-self-assessment__link {
  color: #004CCA;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: underline;
}
.facility-self-assessment__link:hover {
  color: #004CCA;
  text-decoration: none;
}
@media (max-width: 767px) {
  .facility-self-assessment__link {
    font-size: 1.4rem;
  }
}
.facility-self-assessment__txt {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .facility-self-assessment__txt {
    font-size: 1.4rem;
  }
}

.facility-support-link {
  padding: 55px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .facility-support-link {
    padding: 25px 0 55px;
  }
}
.facility-support-link__btn {
  display: inline-block;
  position: relative;
  padding: 10px 50px;
  color: #FFF;
  font-size: 2rem;
  line-height: 1.4;
  border-radius: 10px;
  background: #65AD6E;
}
.facility-support-link__btn::before {
  content: "\f054";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  color: #FFF;
  transform: translateY(-50%);
}
.facility-support-link__btn:hover {
  color: #FFF;
  filter: brightness(1.05);
}
@media (max-width: 767px) {
  .facility-support-link__btn {
    padding: 10px 20px;
    font-size: 1.8rem;
  }
}

.facility-link-area {
  padding: 0 10px 55px;
}
@media (max-width: 767px) {
  .facility-link-area {
    padding: 0 0 55px;
  }
}
.facility-link-area__inner {
  padding: 0 30px 30px;
  background: #FFF;
}
@media (max-width: 767px) {
  .facility-link-area__inner {
    padding: 0 10px 30px;
  }
}
.facility-link-area__list {
  display: block;
  padding: 30px 0 0;
  overflow: hidden;
}
.facility-link-area__category {
  display: block;
  width: 100%;
  font-size: 1.6rem;
}
.facility-link-area__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 7px -7px -7px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.facility-link-area__item * {
  font-size: 1.6rem;
  padding: 7px 10px;
}
@media (max-width: 767px) {
  .facility-link-area__item * {
    padding: 7px;
  }
}
.facility-link-area__item a {
  color: #004CCA;
  text-decoration: underline;
}
.facility-link-area__item a:hover {
  color: #004CCA;
  text-decoration: none;
}

dl.list-underdottedline-l230 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 2px dotted #FFC170;
  padding: 20px 0;
}
@media (max-width: 767px) {
  dl.list-underdottedline-l230 {
    padding: 10 0;
  }
}
dl.list-underdottedline-l230 * {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  dl.list-underdottedline-l230 * {
    font-size: 1.6rem;
  }
}
dl.list-underdottedline-l230 > dt {
  width: 230px;
  padding: 0 10px 0 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  dl.list-underdottedline-l230 > dt {
    width: 80px;
  }
}
dl.list-underdottedline-l230 > dd {
  width: calc(100% - 230px);
}
@media (max-width: 767px) {
  dl.list-underdottedline-l230 > dd {
    width: calc(100% - 80px);
  }
}
dl.list-underdottedline-l230 > dd.map-box {
  width: 100%;
  padding: 0 0 0 230px;
}
@media (max-width: 767px) {
  dl.list-underdottedline-l230 > dd.map-box {
    padding: 0;
  }
}
dl.list-underdottedline-l230 > dd .list-item {
  display: inline-block;
  margin-top: 0.6rem;
}
dl.list-underdottedline-l230 > dd a {
  color: #004CCA;
  text-decoration: underline;
}
dl.list-underdottedline-l230 > dd a:hover {
  color: #004CCA;
  text-decoration: none;
}

.facility-paragraph__small, .facility-paragraph__small *, .facility-paragraph *, .facility-paragraph {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .facility-paragraph__small, .facility-paragraph__small *, .facility-paragraph *, .facility-paragraph {
    font-size: 1.6rem;
  }
}
.facility-paragraph__small a, .facility-paragraph a {
  color: #004CCA;
  text-decoration: underline;
}
.facility-paragraph__small a:hover, .facility-paragraph a:hover {
  color: #004CCA;
  text-decoration: none;
}

.facility-paragraph__small, .facility-paragraph__small * {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .facility-paragraph__small, .facility-paragraph__small * {
    font-size: 1.4rem;
  }
}
.facility-paragraph__small + .facility-paragraph__small, .facility-paragraph__small + .facility-paragraph__small *, .facility-paragraph__small * + .facility-paragraph__small, .facility-paragraph__small * + .facility-paragraph__small * {
  margin: 1em 0 0;
}

.facility-search-title {
  position: relative;
  display: flex;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 0 15px;
}
.facility-search-title::after {
  content: "";
  display: block;
  width: 1px;
  margin: 0 0 0 12px;
  background-color: #5A5957;
}
@media (max-width: 767px) {
  .facility-search-title {
    font-size: 1.6rem;
  }
}

.facility-area-search-box__wrap {
  margin-bottom: 20px;
  border: #ffa200 2px solid;
  border-top: none;
  border-radius: 0 0 6px 6px;
  background-color: #FFF;
}
.facility-area-search-box__box {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
}
@media (max-width: 767px) {
  .facility-area-search-box__box {
    padding: 5px;
  }
}
.facility-area-search-box__ttl {
  flex: 0 0 auto;
  display: flex;
  position: relative;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1;
  padding: 13px 10px;
}
.facility-area-search-box__ttl::after {
  content: "";
  display: block;
  width: 2px;
  margin: -3px 0 -3px 30px;
  background-color: #5A5957;
}
@media (max-width: 767px) {
  .facility-area-search-box__ttl {
    display: none;
  }
}
.facility-area-search-box__content {
  position: relative;
}
.facility-area-search-box__list {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}
.facility-area-search-box__list.active {
  display: flex;
}
.facility-area-search-box__item {
  padding: 5px;
}
.facility-area-search-box__btn {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 8px;
  border-radius: 100px;
  cursor: pointer;
  background: transparent;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.facility-area-search-box__btn.active {
  color: #FFF;
  background: #ffa200;
}
@media (hover: hover) {
  .facility-area-search-box__btn:hover {
    color: #FFF;
    background: #ffa200;
  }
}
@media (max-width: 767px) {
  .facility-area-search-box__btn {
    font-size: 1.4rem;
  }
}

.facility-type-search-box__list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.facility-type-search-box__item {
  padding: 5px;
}
.facility-type-search-box__btn {
  display: block;
  min-width: 85px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  padding: 15px;
  border: #ffa200 2px solid;
  border-radius: 6px;
  background: #FFF;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.facility-type-search-box__btn.active {
  color: #FFF;
  background: #ffa200;
}
@media (hover: hover) {
  .facility-type-search-box__btn:hover {
    color: #FFF;
    background: #ffa200;
  }
}
@media (max-width: 767px) {
  .facility-type-search-box__btn {
    min-width: auto;
    font-size: 1.4rem;
  }
}

.list-basesearch-resultlist__ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  padding: 10px 0 20px;
}
@media (max-width: 767px) {
  .list-basesearch-resultlist__ttl {
    padding: 0 0 10px;
  }
}
.list-basesearch-resultlist__txt {
  font-size: 1.8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .list-basesearch-resultlist__txt {
    font-size: 1.6rem;
  }
}
.list-basesearch-resultlist__num {
  color: #ffa200;
  font-family: Helvetica, Arial !important;
  font-size: 5rem;
  font-weight: bold;
  line-height: 0.7;
  padding: 0 5px 0 10px;
}
@media (max-width: 767px) {
  .list-basesearch-resultlist__num {
    font-size: 3.6rem;
  }
}
.list-basesearch-resultlist__clear {
  display: block;
  position: absolute;
  right: -10px;
  bottom: 10px;
  font-size: 1.6rem;
  text-decoration: underline;
  line-height: 1;
  padding: 10px 10px 10px 25px;
  cursor: pointer;
}
.list-basesearch-resultlist__clear::before {
  content: "✕";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 767px) {
  .list-basesearch-resultlist__clear {
    bottom: 0;
    font-size: 1.4rem;
  }
}