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

/* PC
---------------------------------------------------------------------- */

@media (min-width: 1001px) {
    /* .wrap .inner {
        max-width: 1398px;
        margin: 0 auto;
        width: calc(100% - 40px);
    } */
    #facility {
        background: #f4f4f4;
    }
/* fv
---------------------------------------------------------------------- */
/* #fv {
    height: calc(100vh - 120px);
    position: relative;
    margin-bottom: 145px;
    margin-top: 120px;
}
#fv img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#fv .fv_txt {
    position: absolute;
    top: 50%;
    left: 20px;
    margin: auto;
    z-index: 1;
    color: #fff;
    letter-spacing: .1em;
    font-family: 'Karla', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .2em;
}

@media screen and (min-width:1500px){
    #fv .fv_txt {
    left: 160px;
}
}

#fv .fv_txt span.min {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px 0;
    letter-spacing: .1em;
} */

/*-----------------------------fv下テキスト*/
/* #facility .fvb_txt {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 50px;
} */

#facility .fvb_sub {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 50px;
}

#facility .link-box-top {
    margin-bottom: 110px;
}

#facility .link-box ul {
    max-width: 470px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

#facility .link-box ul li {
    text-align: center;
    background: #0079ad;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 15px);
}

#facility .link-box ul li a {
    color: #fff;
    display: block;
    line-height: 1.4;
    letter-spacing: 0.15em;
    position: relative;
    transition: .3s;
    padding: 10px;
    min-width: 176px;
    font-size: 17px;
    font-weight: 400;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#facility .link-box ul li a img {
    width: 16px;
    margin-left: 6px;
}

#facility .link-box p.reserve {
    font-size: 16px;
    line-height: 28px;
    max-width: 290px;
    margin: 0 auto;
}

#facility .link-box p.reserve a {
    display: block;
    background-color: #0079ad;
    text-align: center;
    font-size: calc(15em / 16);
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding: 20px 3em;
}

#facility .link-box .reserve img {
    position: relative;
    top: -1px;
    margin-right: 2px;
    width: 194px;
}

/*-----------------------------一覧*/
#facility .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: normal;
    margin-bottom: 90px;
}
#facility .flex .box {
    width: calc(100% / 2 - 10px);
    position: relative;
    background: #fff;
    margin-bottom: 40px;
}
#facility .flex .box img {
    width: 100%;
    max-height: 365px;
    height: 24vw;
    object-fit: cover;
}
#facility .flex .box img.img {
    height: 230px;
    object-fit: cover;
}
/*テキスト*/
#facility .flex .box .txt-box {
    padding: 30px;
    box-sizing: border-box;
}
#facility .flex .box .txt-box h2 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #0079ad;
}
#facility .flex .box .txt-box p.txt {
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
}
#facility .flex .box .txt-box .link {
    text-align: right;
    margin-top: 30px;
}
#facility .flex .box .txt-box .link a {
    font-family: 'Karla','Noto Sans JP', sans-serif;
    font-weight: 700;
    border-bottom: 2px solid #0079ad;
    color: #0079ad;
    font-size: 20px;
    letter-spacing: .1em;
}

#facility .flex .box .txt-box table.facility_box{
    width: 100%;
    border-top: #ccc solid 1px;
    margin-top: 12px;
}
#facility .flex .box .txt-box table.facility_box th{
    width: 25%;
    vertical-align: middle;
    border-bottom: #ccc 1px solid;
}
#facility .flex .box .txt-box table.facility_box td{
    width: 75%;
    padding: 6px;
    border-bottom: #ccc 1px solid;
}

#facility .box_w100 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 40px;
}
#facility .box_w100 .box {
    margin-bottom: 0;
}


}















/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px){
    /* .wrap .inner {
        max-width: 1398px;
        margin: 0 auto;
        width: calc(100% - 40px);
    } */
    #facility {
        background: #f4f4f4;
    }

/* fv
---------------------------------------------------------------------- */
#fv img {
    object-position: 30%;
}
/* #fv {
    height: calc(100vh - 120px);
    position: relative;
    margin-bottom: 100px;
    margin-top: 120px;
}
#fv img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#fv .fv_txt {
    position: absolute;
    top: 50%;
    left: 20px;
    margin: auto;
    z-index: 1;
    color: #fff;
    letter-spacing: .1em;
    font-family: 'Karla', sans-serif;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .2em;
    font-size: 48px;
    width: calc(100% - 40px);
}

@media screen and (min-width:1500px){
    #fv .fv_txt {
    left: 160px;
}
}

#fv .fv_txt span.min {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px 0;
    letter-spacing: .1em;
} */

/*-----------------------------fv下テキスト*/
/* #facility .fvb_txt {
    font-size: 4vw;
    font-weight: 300;
    line-height: 2;
    letter-spacing: .1em;
    margin-bottom: 50px;
}
#facility .fvb_txt br {
    display: none;
} */

#facility .fvb_sub {
    font-size: 5.5vw;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 10vw;
}

#facility .link-box-top {
    margin-bottom: 110px;
}

#facility .link-box ul {
    max-width: 470px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

#facility .link-box ul li {
    text-align: center;
    background: #0079ad;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#facility .link-box ul li a {
    color: #fff;
    display: block;
    line-height: 1.4;
    letter-spacing: 0.15em;
    position: relative;
    transition: .3s;
    padding: 10px;
    width: 100%;
    font-size: 3.5vw;
    font-weight: 400;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#facility .link-box ul li a img {
    width: 16px;
    margin-left: 6px;
}

#facility .link-box p.reserve {
    font-size: 16px;
    line-height: 28px;
    max-width: 290px;
    margin: 0 auto;
}

#facility .link-box p.reserve a {
    display: block;
    background-color: #0079ad;
    text-align: center;
    font-size: calc(15em / 16);
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding: 20px 3em;
}

#facility .link-box .reserve img {
    position: relative;
    top: -1px;
    margin-right: 2px;
    width: 194px;
}

/*-----------------------------一覧*/
#facility .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: normal;
    margin-bottom: 90px;
}
#facility .flex .box {
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 10vw;
}
#facility .flex .box img {
    width: 100%;
    max-height: 365px;
    /* height: 37vw; */
    height: 45vw;
    object-fit: cover;
}
/* #facility .flex .box img.img {
    max-height: 365px;
    height: 37vw;
    object-fit: cover;
} */
/*テキスト*/
#facility .flex .box .txt-box {
    padding: 5vw;
    box-sizing: border-box;
}
#facility .flex .box .txt-box h2 {
    font-weight: 500;
    font-size: 4.7vw;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #0079ad;
}
#facility .flex .box .txt-box p.txt {
    font-weight: 300;
    font-size: 4vw;
    line-height: 2;
}
#facility .flex .box .txt-box .link {
    text-align: right;
    margin-top: 30px;
}
#facility .flex .box .txt-box .link a {
    font-family: 'Karla','Noto Sans JP', sans-serif;
    font-weight: 700;
    border-bottom: 2px solid #0079ad;
    color: #0079ad;
    font-size: 20px;
    letter-spacing: .1em;
}

#facility .flex .box .txt-box table.facility_box{
    width: 100%;
    border-top: #ccc solid 1px;
    margin-top: 2vw;
}
#facility .flex .box .txt-box table.facility_box th{
    width: 25%;
    vertical-align: middle;
    border-bottom: #ccc 1px solid;
}
#facility .flex .box .txt-box table.facility_box td{
    width: 75%;
    padding: 2vw;
    border-bottom: #ccc 1px solid;
}

#facility .box_w100 {
    width: 100%;
    background: #fff;
    margin-bottom: 10vw;
}
#facility .box_w100 .box {
    margin-bottom: 0;
}

}

/*
@media screen and (max-width: 630px){
    #fv {
        height: calc(100vh - 68.32px - 17vw);
        margin-top: 68.32px;
    }
} */
