@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&family=Varela+Round&display=swap'); 
* {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* 大枠 */
html, body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch !important;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: 'Noto Sans JP',noto-sans-cjk-jp,'Noto Sans CJK JP','Noto Sans Japanese',sans-serif;
    font-weight: 400;
}
#wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
body > #wrapper {
    height: auto;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
input[type="checkbox"] {
    display: none;
}
@media print {
    html, html body {
        overflow: visible !important;
    }
}
/* アクセシビリティ */
.guidance {
    left: -999px;
    position: absolute;
    width: 990px;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    pointer-events: none;
}
/* レスポンシブ対応 */
img {
    vertical-align: bottom;
    box-shadow: #000 0 0 0;
    /* ロールオーバー対応 */
}
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
    /* IE7対応 */
}
/* リンク */
a {
    display: inline-block;
}
a:link, a:visited, a:active {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    opacity: .7;
    text-decoration: none !important;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
    position: relative;
    font-weight: normal;
}
/* CLEARFIX */
.container:after, .row:after, .col:after {
    content: "";
    display: table;
    clear: both;
}
.container {
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
.pc {
    display: block;
}
.pc_inline {
    display: inline;
}
.sp {
    display: none;
}
/* ▼ タイトル
--------------------------------------- */
h2.facility_title {
    color: #2EB400;
    font-size: 2em;
    margin-bottom: 15px;
    font-weight: bold;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
    width: 100%;
    height: 80px;
    padding: 0;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
header .container {
    padding: 0;
    max-width: 100%;
}
.menu {
    display: none;
}
.header_top {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    height: 80px;
    font-weight: bold;
}
.header_top #h_logo {
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
    margin-left: 10px;
}
.header_top ul.h_top_menu {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: stretch;
    align-items: stretch;
    align-content: stretch;
}
.header_top ul.h_top_menu a {
    display: block;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 50px;
}
.header_top ul.h_top_menu li a, .header_top ul.h_top_menu li a {
    border-left: #D6D6D6 1px solid;
}
.header_top ul.h_top_menu li:nth-last-child(3) a span {
    font-weight: 600;
    vertical-align: middle;
}
.header_top ul.h_top_menu li:nth-last-child(3) a span:nth-child(1) {
    font-size: 12px;
    margin-right: 12px;
}
.header_top ul.h_top_menu li:nth-last-child(3) a span:nth-child(2) {
    font-size: 20px;
}
.header_top ul.h_top_menu li:nth-child(6) {
    position: relative;
}
.header_top ul.h_top_menu li:nth-child(6) .caption {
    position: absolute;
    font-size: 0.7em;
    top: -5px;
    left: 8px;
}
.header_btm {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    height: 77px;
    padding-left: 53px;
}
.header_btm #h_logo_facility {}
.header_btm #h_logo_facility a {
    display: block;
}
.header_btm #h_logo_facility a span {
    display: block;
    line-height: 1.2;
}
.header_btm #h_logo_facility a span.faci_name_sub {
    font-size: 12px;
}
.header_btm #h_logo_facility a span.faci_name_main {
    font-size: 24px;
}
.header_btm #h_logo_facility a span.faci_name_main_2line span {
    font-size: 0.5em;
}
/* グローバルナビゲーション */
#gnav {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
}
#gnav ul.main_menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding-top: 17px;
}
#gnav ul.main_menu > li {}
#gnav ul.main_menu > li a {
    display: block;
    padding: 0 15px;
    font-weight: 600;
    line-height: 60px;
    text-decoration: none;
}
/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#mainVisual {
    margin-bottom: 100px;
    width: 100%;
    max-width: 100%;
    position: relative;
}
table.table_block {
    width: 70%;
    border-collapse: collapse;
    margin-bottom: 15px;
}
table.table_block tr {
    border-bottom: solid 2px white;
}
table.table_block tr:last-child {
    border-bottom: none;
}
table.table_block th {
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #2EB400;
    color: white;
    text-align: center;
    padding: 10px 0;
}
table.table_block th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #2EB400;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
table.table_block td {
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
}
/* 施設情報
====================================================== */
#information {
    margin-bottom: 100px;
}
.info_left {
    width: 45%;
    float: left;
}
.info_right {
    width: 50%;
    float: right;
}
#information h3,
#access h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
}
#information p,
#access p {
    margin-bottom: 15px;
}
/* 施設のご案内
====================================================== */
#facility {
    margin-bottom: 100px;
}
.slide_box {
    margin-bottom: 25px;
}
.slide_box .slide_items {
    overflow: hidden;
}
.slide_box .slide_items .facility_image {
    width: 50%;
    float: left;
}
.slide_box .slide_items .facility_text {
    width: 45%;
    float: right;
}
.slide_box .slide_items .facility_text .title {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.slide_box .slide_items .facility_text .body {
    text-align: justify;
}
.thumbnail .thumbnail_img {
    width: calc(100% / 4) !important;
    opacity: .3;
    transition: opacity .3s linear;
}
.thumbnail .slick-track {
    transform: unset !important;
}
.thumbnail .slick-current {
    opacity: 1;
}
.thumbnail img {
    width: 80%;
    margin-bottom: 10px;
}
/* 施設利用料金
====================================================== */
#usage_fee {
    margin-bottom: 100px;
}
#usage_fee h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

/* 医療体制・施設の特徴
====================================================== */
#medical_system, #features {
    margin-bottom: 100px;
}
.accept_list {
    border-left: 1px solid #c2b1ad;
    border-top: 1px solid #c2b1ad;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.accept_list li {
    width: 33.333333%;
    box-sizing: border-box;
    padding: 10px 12px;
    background-color: #fff;
    border-right: 1px solid #c2b1ad;
    border-bottom: 1px solid #c2b1ad;
}
.accept_list li .accept_symbol {
    color: #017c38;
    font-weight: bold;
    margin: 0 10px 0 0;
}

.system_info {
    margin: 20px 0 0;
    text-align: center;
}
.system_info .tel {
    margin: 20px 0 0;
    font-size: 1.5em;
}
.system_info p:nth-child(3) {
    margin-top: 15px;
}

/* ブログ
====================================================== */
#blog {
    margin-bottom: 100px;
}
/*#blog .blog_box {
    width: 23%;
    float: left;
    margin-right: 25px; 
}
#blog .blog_box:nth-child(5) {
    margin-right: 0;
}
#blog .blog_box .img {
    height: 334px;
}*/
#blog .blog_box {
    width: 100%;
    overflow: hidden; 
}
#blog .blog_box:nth-child(5) {
    margin-right: 0;
}
#blog .blog_box .img {
    width: 50%;
    height: auto;
    float: left;
}
#blog .blog_box .contents {
    width: 45%;
    text-align: justify;
    float: left;
    margin-left: 25px;
}
#blog .blog_box .contents .blog_title {
    font-size: 1.5em;
    margin: 15px 0;
}
#blog .blog_link {
    padding: 15px 0;
    background-color: #2EB400;
    color: white;
    margin: 20px 0 0 0;
    width: 230px;
    text-align: center;
    border-radius: 50px;
}
/* アクセス
====================================================== */
#access {
    margin-bottom: 100px;
}
#access .g_map {
    margin: 20px 0 0;
}

/* 施設概要
====================================================== */
#overview {
    margin-bottom: 100px;
}

/* 会社情報
====================================================== */
#company {
    margin-bottom: 100px;
}


/* ※リスト */
.dot_list li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
}
.dot_list li::before {
    content: '・';
}
.dot_list li a {
    text-indent: 0;
}
.kome_list li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 2;
}
.kome_list li::before {
    content: '※';
}
.kome {
    font-size: 14px;
}

/* ▼ システム
--------------------------------------- */
.disabled {
    opacity: .5;
    pointer-events: none;
}
/* ▼▼▼ フッター
===================================== */
footer {
    width: 100%;
    background: #2EB400;
    color: white;
    padding: 20px 0;
    clear: both;
    overflow: hidden;
}
footer .f_logo {
    text-align: center;
    width: 30%;
    display: block;
    margin: 0 auto 10px;
}
footer .copy {
    text-align: center;
    font-size: 0.8em;
}

/* ▼ ページ上部へ戻る */
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2000;
    cursor: pointer;
    background: #FFFFFF;
    width: 80px;
    height: 80px;
    border: #f0ece5 solid 2px;
    border-radius: 50%;
    opacity: 0.8;
}
.pagetop::before {
    content: '';
    position: fixed;
    bottom: 55px;
    right: 45px;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #333333 transparent;
    border-style: solid;
}
.pagetop::after {
    content: '';
    position: fixed;
    bottom: 53px;
    right: 45px;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #FFFFFF transparent;
    border-style: solid;
}
/* ▼ コピーライト
--------------------------------------- */
#copyright {
    text-align: center;
    font-size: 12px;
    color: #838383;
}
/* 固定メニュー */
#fixed_menu {
    display: none;
}
/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    body.wrap {
        /*overflow: hidden;*/
    }
    #wrapper {
        width: 100%;
    }
    #screen {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 200;
    }
    .pc {
        display: none;
    }
    .pc_inline {
        display: none;
    }
    .sp {
        display: block;
    }
    .sp_inline {
        display: inline;
    }
    .container {
        width: 100%;
        padding: 0 10px;
    }
    #mainVisual {
        margin-bottom: 50px;
    }
    /* ▼タイトル
	--------------------------------------- */
    
    /* ▼▼▼ ヘッダー
	====================================================== */
    header {
        width: 100%;
        height: 60px;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        overflow: visible;
    }
    .header_inner {
        width: 100%;
        height: 60px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }
    .header_top {
        display: none;
    }
    .header_btm {
        height: 60px;
        padding: 0 70px 0 10px;
    }
    .header_btm #h_logo_facility {
        z-index: 9999;
        max-width: 100%;
    }
    .header_btm #h_logo_facility a {
        max-width: 246px;
    }
    .header_btm #h_logo_facility a span.faci_name_main.faci_name_main_spmin {
        font-size: 18px;
    }
    /* ▼ グローバルナビゲーション
	--------------------------------------- */
    #gnav {
        display: block !important;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        float: none;
        width: 100%;
        max-height: 100vh;
        padding: 60px 0 20px;
        background: #FFF;
        margin: 0;
        position: absolute;
        top: -1000px;
        left: 0;
        z-index: 1000;
        overflow: auto;
    }
    #gnav.open {
        -moz-transform: translateY(1000px);
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }
    #gnav ul.main_menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: #ccc 1px solid;
        padding-top: 0;
    }
    #gnav ul.main_menu > li {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50% !important;
        max-width: 50% !important;
        height: auto;
        text-indent: 0;
    }
    #gnav ul.main_menu > li > a {
        height: 50px !important;
        background: #fff;
        background-size: 10px 10px !important;
        border-bottom: 1px solid #ccc;
        padding: 0 15px;
        font-size: 16px;
        line-height: 50px;
        font-weight: bold;
    }
    .black_base #gnav ul.main_menu > li a {
        color: #000;
    }
    #gnav ul.main_menu > li:nth-child(odd) > a {
        border-right: 1px solid #ccc;
    }
    .h_contact .txt_wrap {
        padding: 20px 20px;
    }
    .h_contact .txt_wrap h3 {
        font-size: 16px;
        text-align: center;
    }
    .h_contact .contact_tel {
        
    }
    .tel_number {
        text-align: center;
        font-size: 2em;
    }
    .h_contact .contact_time {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }
    .h_contact ul.btn_list {
        padding: 0 20px;
    }
    .h_contact ul.btn_list li:not(:last-child) {
        margin-bottom: 15px;
    }
    .h_contact ul.btn_list li:last-child {
        text-align: center;
    }
    .h_contact a.contact_btn.reserve_btn {
        border: #463E23 1px solid;
    }
    /* ▼メニューボタン
	--------------------------------------- */
    .menu {
        display: block;
        width: 60px;
        height: 60px;
        background: #2EB400;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2000;
    }
    .menu .icon {
        display: block;
        width: 20px;
        height: 1px;
        border-top: 1px solid #fff;
        position: absolute;
        top: 21px;
        right: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .menu .icon:before, .menu .icon:after {
        content: '';
        width: 20px;
        border-top: 1px solid #fff;
        position: absolute;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        right: 0;
    }
    .menu .icon:before {
        top: -6px;
    }
    .menu .icon:after {
        bottom: -5px;
    }
    .menu .icon.active {
        border-color: transparent;
    }
    .menu .icon.active:before {
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: -1px;
        right: 0;
    }
    .menu .icon.active:after {
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        bottom: 0;
        right: 0;
    }
    .menu .icon span:before {
        content: "Menu";
        color: #fff;
        font-size: 12px;
        position: absolute;
        left: 50%;
        bottom: -29px;
        transform: translate(-50%, -0%);
        -webkit-transform: translate(-50%, -0%);
    }
    .menu .icon.active span:before {
        content: "Close";
    }
    /* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
    #header_inner, #main, #contents, #side, footer, #footer_inner {
        float: none;
        width: 100%;
    }
    #main {
        margin: 60px 0 0;
    }
    .menu_fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    
    /* 施設情報
	====================================================== */
    #information {
        margin-bottom: 50px;
    }
    #information .info_right,
    #access .info_right {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    #information .info_left,
    #access .info_left {
        width: 100%;
        float: none;
    }
    
    /* 施設のご案内
	====================================================== */
    #facility {
        margin-bottom: 50px;
    }
    #facility .facility_image {
        width: 100%;
        float: none;
    }
    #facility .facility_text {
        width: 100%;
        float: none;
        margin: 10px 0 0;
    }
    #facility .slide_box {
        margin-bottom: 10px;
    }
    #facility .slide_box .slide_items .facility_text .title {
        margin-bottom: 10px;
    }
    
    /* 施設利用料金
	====================================================== */
    #usage_fee {
        margin-bottom: 50px;
    }
    #usage_fee .table_block {
        width: 100%;
    }
    
    /* 医療体制
	====================================================== */
    #medical_system, #features {
        margin-bottom: 50px;
    }
    .accept_list {
    }
    .accept_list li {
        width: 50%;
    }
    #medical_system .adjustment {
        font-size: 0.9em;
    }
    
    /* ブログ
    ====================================================== */
    #blog {
        margin-bottom: 50px;
    }
    #blog .blog_box {
        width: 100%;
        float: none;
        margin: 0 0 20px 0; 
    }
    #blog .blog_box:nth-child(odd) {
        /*margin-right: 0;
        float: right;*/
    }
    #blog .blog_box .img {
        /*height: 285px;*/
        width: 100%;
        float: none;
    }
    #blog .blog_box .contents {
        width: 100%;
        margin: 15px 0 0 0;
        float: none;
    }
    #blog .blog_box .blog_title {
        font-size: 1.2em;
        margin: 15px 0;
    }
    
    /* アクセス
    ====================================================== */
    #access {
        margin-bottom: 50px;
    }
    
    /* 施設概要
    ====================================================== */
    #overview {
        margin-bottom: 50px;
    }
    #overview .table_block,
    #company .table_block {
        width: 100%;
    }
    #overview .table_block th,
    #overview .table_block td,
    #company .table_block th,
    #company .table_block td {
        width: 100%;
        display: block;
    }
    #overview .table_block th:after,  
    #company .table_block th:after {
        display: none;
    }
    
    /* 会社情報
    ====================================================== */
    #company {
        margin-bottom: 50px;
    }
    
    /* ▼▼▼ フッター
	====================================================== */
    footer {
        padding: 20px 20px;
    }
    #footer .facillity_nav_wrap {
        padding: 50px 0 20px;
    }
    #footer .facillity_nav_wrap h2 {
        margin: 0 0 30px;
        font-size: 18px;
    }
    #footer .facillity_nav_wrap h3 {
        margin: 0 0 20px;
    }
    #footer .facllity_nav {
        display: block;
        padding: 0;
        border: none;
        margin-bottom: 10px;
    }
    #footer .facllity_nav .f_wrap {
        border-bottom: #ddd 1px solid;
        margin-bottom: 20px;
    }
    #footer .facllity_nav .f_left_inner, #footer .facllity_nav .f_right_inner {
        padding-top: 0;
    }
    #footer .facllity_nav .f_left_inner {
        display: block;
    }
    #footer .facllity_nav .f_left_inner .f_left_box {
        width: 100%;
        max-width: 100%;
    }
    #footer .facllity_nav .f_box {
        border-top: #ddd 1px solid;
    }
    #footer .facllity_nav h4 {
        margin: 0;
        padding: 15px 0;
        position: relative;
    }
    #footer .facllity_nav h4::before, #footer .facllity_nav h4::after {
        content: '';
        width: 18px;
        height: 2px;
        background: #FFF;
        position: absolute;
        top: calc(50% - 1px);
        right: 15px;
    }
    #footer .facllity_nav h4.fnav_open::before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #footer .facllity_nav h4 + ul {
        display: none;
    }
    #footer .facllity_nav ul {
        padding: 0;
        margin-bottom: 15px;
    }
    #footer #footer_link ul li, #footer .facllity_nav ul li {
        padding: 0 0 5px 1.5em;
    }
    #footer #footer_link ul li::before, #footer .facllity_nav ul li::before {
        top: 8px;
        left: 0;
    }
    #footer #footer_link ul li a, #footer .facllity_nav ul li a {}
    #footer_inner {
        display: block;
        padding: 0;
        margin: 0;
    }
    #footer #footer_link ul {
        display: block;
        margin-bottom: 20px;
    }
    #footer #footer_link ul li {
        margin-right: 0;
    }
    /* ▼ ページ上部へ戻る */
    .pagetop {
        width: 50px;
        height: 50px;
        bottom: 70px;
    }
    .pagetop::before {
        bottom: 91px;
        right: 35px;
        border-width: 0 10px 10px 10px;
    }
    .pagetop::after {
        bottom: 89px;
        right: 35px;
        border-width: 0 10px 10px 10px;
    }
    /* 固定メニュー */
    #fixed_menu {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 900;
    }
    #fixed_menu li {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
    }
    #fixed_menu li:not(:last-child) {
        border-right: #707070 1px solid;
    }
    #fixed_menu li a {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        align-content: center;
        width: 100%;
        height: 50px;
        background: #221F1F;
        color: #FFF;
        font-size: 16px;
    }
    #fixed_menu li a::before {
        content: '';
        width: 19px;
        height: 100%;
        margin-right: 8px;
    }
    #fixed_menu li:nth-child(1) a::before {
        background: url(../img/icon_fix_tel.svg) no-repeat center center/13px;
    }
    #fixed_menu li:nth-child(2) a::before {
        background: url(../img/icon_fix_request.svg) no-repeat center center/18px;
    }
    #fixed_menu li:nth-child(3) a::before {
        background: url(../img/icon_fix_reserve.svg) no-repeat center center/18px;
    }
}
/* ▼▼▼ 近隣施設
======================================================*/
.faci_slider_wrap {
    padding: 30px 0;
}
.faci_slider_title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.6;
    font-size: 20px;
    text-align: center;
}
.faci_slider {
    display: none;
    width: 960px;
    max-width: calc(100% - 50px);
    margin: 0 auto 0;
}
.faci_slider.slick-initialized {
    display: block;
}
.faci_slider img {
    max-width: 100%;
    transition: 0.5s
}
.faci_slider a.faci_slider_inner {
    display: block;
    margin: 0 10px;
    color: #000;
}
.faci_slider a.faci_slider_inner .faci_img_wrap {
    display: block;
    overflow: hidden;
}
.faci_slider a.faci_slider_inner p {
    padding: 5px 0;
    line-height: 1.6;
    text-align: center;
}
/* dotsカスタム */
.faci_slider .slick-dots {
    bottom: -35px !important;
    text-align: center;
}
.faci_slider .slick-dots li {
    margin: 0 3px;
}
.faci_slider .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.faci_slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    font-size: 0 !important;
    opacity: 1 !important;
    border: 1px solid #4A4949;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
    line-height: 10px !important;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.faci_slider .slick-dots li.slick-active button:before {
    content: "";
    background: #4A4949;
    border: 1px solid #4A4949;
}
/* arrowsカスタム */
.faci_slider .slick-prev, .faci_slider .slick-next {
    width: 20px;
    height: 20px;
    top: 50%;
}
.faci_slider .slick-prev {
    left: -20px;
}
.faci_slider .slick-next {
    right: -20px;
}
.faci_slider .slick-next:before {
    border-color: #000 #000 transparent transparent;
    left: 3px;
}
.faci_slider .slick-prev:before {
    border-color: transparent transparent #000 #000;
    right: 3px;
}
.faci_slider .slick-prev:before, .slick-next:before {
    content: '' !important;
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: calc(50% - 6px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}
/* ▼▼▼ 769px~
======================================================*/
@media screen and (min-width: 769px) {
    .faci_slider a.faci_slider_inner:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}
/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {
    .faci_slider_wrap {
        padding: 10px 0 30px;
    }
}
/*____________________________________________________________ black_base_____
______________________________________________________________________________ */
.black_base #gnav ul.main_menu > li a {
    color: #fff;
}
/*ヘッダー*/
.black_base .header_btm {
    background-color: #000000;
}
.black_base .header_btm {
    background-color: #000000;
}
.black_base .header_btm #h_logo_facility {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .black_base .header_inner {
        background-color: #000;
    }
    .black_base #gnav ul.main_menu > li a {
        color: #000;
    }
}