@charset "utf-8";
 @import url(notosansjapanese.css);
/* ========================================================
	top.css => トップページ用CSS
======================================================== */

#header .head {
 
    /*	position: fixed;*/
    position: absolute;
    width: 100%;
    height: 96px;
    z-index: 100;
    background: rgba(255,255,255,0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 960px) {
#header .head {
    position: fixed;
    }}
@media screen and (max-width: 680px) {
#header .head {
    width: 100%;
    height: 60px;
    z-index: 100;
    background: rgba(255,255,255,0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
}

/* globalnavi  nav_____*/
@media screen and (min-width:961px) {
.nav_area {
    position: absolute;
    z-index: 200;
    background: rgba(75,165,201,0.9);
    display: block;
    width: 100%;
    top: 746px;
}

}
@media screen and (max-width: 960px) {
        .nav_area {
    position: absolute;
    z-index: 900;
    display: block;
    width: 100%;
}
}



/*
#container{
    padding-bottom:50px;
}
*/


/* slick
------------------------------------------------------------- */
.slider li {
    position: relative;
    width: 100%;
    height: 800px;
}
.slider .ofi {
    width: 100%;
    height: 800px;
}
.slider span {
    position: absolute;
    right: 5vw;
    top: 5.5vw;
    z-index: 1;
    width: 30vw;
    height: auto;
}
.slick-slider {
    margin-bottom: 0 !important;
}
/*青い線の削除*/
.slick-slide:focus {
    outline: none;
}
/* lead
------------------------------------------------------------- */
.lead {
    font-size: 2.1rem;
    font-weight: normal;
    text-align: center;
}

@media screen and (max-width: 960px) {
.lead {
    font-size: 1.6rem;
    padding-right: 5vw;
    padding-left: 5vw;
}
    
.slider li {
    position: relative;
    width: 100%;
    height: 700px;
}
.slider .ofi {
    width: 100%;
    height: 700px;
}    
    
}
@media screen and (max-width: 960px) {
    .slider li {
    position: relative;
    width: 100%;
    height: 500px;
}
.slider .ofi {
    width: 100%;
    height: 500px;
}    
}



/* タブコンテンツ
------------------------------------------------------------- */
/*タブ*/
/*タブの中身を初期非表示に*/
.panel {
    display: none;
}
.chenge_tub_area {
    position: relative;
}
/*横棒*/
.chenge_tub_area:before, .chenge_tub_area:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background-color: #DBDBDB;
    bottom: 0;
    z-index: 0;
}
.chenge_tub_area:before {
    left: 0;
}
.chenge_tub_area:after {
    right: 0;
}
/*タブを横並べに*/
.chenge_tub_box {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}
/*通常時のタブ装飾*/
.chenge_tub {
    z-index: 1;
    border-top: 4px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    background-color: #EFEFEF;
    cursor: pointer;
    padding: 15px 0px;
    display: inline-block;
    flex: 1;
    font-size: 1.4rem;
    position: relative;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.chenge_tub:first-child {
    border-left: 1px solid #DBDBDB;
}
/*カレントとホバー時のタブ装飾*/
.chenge_tub.is-active {
    background: #fff;
    border-top: 4px solid #47BCBF;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #fff;
}
.chenge_tub:hover, .chenge_tub.is-active {
    background: #fff;
    border-top: 4px solid #47BCBF;
}

@media screen and (max-width: 960px) {    
    .chenge_tub_area{
    max-width:1000px;
    padding: 0 10px;
        
}
    .chenge_tub_box{
       
    }
}

@media screen and (max-width: 680px) {
    .chenge_tub {
    font-size: 1.2rem;
        padding: 8px 0px;
}
    
}


/* タブ中身
------------------------------------------------------------- */
/*table*/
.about_box table{
    max-width: 80%;
    margin:  0 auto;
}
.about_box table th,.about_box table td{
 padding: 10px;
}
.about_box .table_02 th{
    width:30%;
}
.about_box .table_02 td{
    width:70%;
}
@media screen and (max-width: 680px) {
    .about_box table{
    max-width: 100%;
    margin:  0 auto;
}
}


/* facility_list 設備の画像
------------------------------------------------------------- */
@media screen and (max-width: 960px) {
.facility_list.img_list li .ofi{
    height: 19vw;
}
}
@media screen and (max-width: 680px) {
.facility_list.img_list li .ofi{
    height: 35vw;
}
}