@charset "UTF-8";

body, input, textarea {
    font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  }

a{
    transition: all 0.3s ease 0s;
}

a:hover{
    opacity:0.6;
    text-decoration:none;
}

  /*ここからヘッダー*/

.logo{
    width:450px;
}

.logo img{
    margin-top:40px;
    margin-bottom:30px;
    transition: all 0.3s ease 0s;
}

 /*スマホ用ロゴ表示・非表示*/
.pc{
    display: block !important;
}

.sp { 
    display: none !important;
}

.logo img:hover{
    opacity:0.6;
}

.header-right{
    margin-top:40px;
    margin-bottom:30px;
    height:106px;
    text-align:right;
}

.header-right .contact{
    text-align:right;
    padding-top:5px;

}

.header-right .contact p{
    display:inline;
    color:#4B4B4B;
    font-size:18px;
    border-right:2px solid #4B4B4B;
    padding:0 30px 0 5px;
}

.header-right .contact ul li a img{
    margin-bottom:5px;
}

.header-right .contact ul{
    padding-left:0px;
    display:inline;
    margin-left:20px;
}

.header-right .contact a img:last-child{
    margin-left:10px;
}

.header-right .contact ul li{
    list-style-type: none;
    display:inline;

}

.header-right .tel{
    margin-top:10px;
    float:right;
}

.header-right .tel a p{
    border:1px solid #DD1D44;
    font-family: 'Abel', sans-serif;
    font-size:30px;
    letter-spacing: 0.05em;
    color:#DD1D44;
    padding:5px 44px;
    border-radius:5px;
    margin-right:5px;
}

.header-right .tel a p{
        transition: all 0.3s ease 0s;
}    
.header-right .tel a p:hover{
        opacity:0.6;
        text-decoration:none;
    }


.header-right .tel a p span{
    font-size:20px;
}

/*グローバルナビ*/

.global-nav{
    width:100%;
    height:60px;
    overflow: hidden;
    list-style-type: none;
    margin:0 auto;
    background-color:#DD1D44;
}

header .global-nav .container ul{
    padding:0;
    margin:0 auto;
}

header .global-nav .container ul li{
    width:24.6%;
    height:60px;
    text-align:center;
    border-left:2px solid white;
    display:inline-block;
    transition: all 0.3s ease 0s;
}

header .global-nav .container ul li:last-child{
    border-right:2px solid white;
}

header .global-nav .container ul li a{
    color:white;
    font-size:18px;
    letter-spacing: 2px;
    display:block;
    height:60px;
    padding-top:15px;
}





/*ここから中身*/




/*トップコンテンツ*/

.container .row .top-content-l{
    display:block;
}

.container .row .top-content-l{
    margin:80px 0 100px 0;
}

.container .row .top-content-r{
    margin:80px 0 100px 0;
}

.container .row .top-content-r h2{
    margin-top:10px;
}

.container .row .top-content-r p{
    font-size:18px;
    letter-spacing: 2px;
    color:#707070;
    margin-top:20px;
    line-height: 1.7em;
}

.img-first a img{
    margin-top:30px;
    width:100%;
}

.banner .img-bottom .img-left{
    float:left;
    width:48%;
    margin-top:25px;
}


.banner .img-bottom .img-right{
    float:right;
    width:48%;
    margin-top:25px;
}

.banner .img-bottom a:last-child{
    margin-left:15px;
}




/*ミドルコンテンツ*/

.mid-wrapper{
    background-color:#FBE5E4;
    width:100%;
    padding-top:90px;
    padding-bottom:10px;
}

.mid-content{
    margin-top:40px;
}

.mid-content .mid-img{
    padding:0px;
}

.mid-content .mid-img img{
    width:100%;
}

.mid-wrapper .container .mid-title{
    width:100%;
    height:55px;
    background-color:#DD1D44;
    border-radius:32px;
    text-align:center;
}

.mid-wrapper .mid-title h2{
    color:white;
    padding-top:7px;
    letter-spacing: 3px;
}

.whitebox{
    background-color:white;
    padding:50px 70px;
}

.whitebox h3{
    font-size:28px;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:5px;
}

.whitebox img{
    margin-right:10px;
}

.whitebox p{
    font-size:16px;
    letter-spacing: 2px;
    line-height: 1.7em;
    color:#4E4E4E;
}


.bottom-area{
    width:100%;
    background-color:#FBE5E4;
    margin:0 auto;
    border-bottom:10px solid #DD1D44;
}

.bottom-area{
    text-align:center;

}

/*フッター（左側）*/

.footer-left{
    padding-left:0px;
}

.footer-left ul{
    margin-top:30px;
    padding-left:0px;
}

.footer-left ul li{
    display:inline;
    padding:0 25px;
    border-right:1px solid #DD1D44;
    font-size:14px;
}

.footer-left ul li a{
    color:#DD1D44;
}

.footer-left ul li:first-child{
    padding-left:0px;
}

.footer-left ul li:last-child{
    border:none;
}

/*フッター（右側）*/

.footer-right{
    margin-top:30px;
    padding-right:0px;
    text-align:right;
}

.footer-right .contact{
    margin:0px;
}

.footer-right .contact p{
    display:inline;
    font-size:18px;
    border-right:2px solid #4B4B4B;
    padding:0 30px 0 5px;
    color:#4B4B4B;
}

.footer-right .contact ul{
    display:inline;
}

.footer-right .contact ul li{
    list-style-type: none;
    display:inline;
    margin-right:15px;
}

.footer-right .contact ul li a img{
    margin-bottom:5px;
}

/*フッターロゴ部分*/

.footer-logo-area{
    margin:0 auto;
    margin-top:50px;
    margin-bottom:30px;
}

.footer-logo-area .footer-logo{
    text-align:center;
}

.footer-logo-area .footer-logo a{
    transition: all 0.3s ease 0s;
}

.footer-logo-area .footer-logo a:hover{
    opacity: 0.6;
}

.footer-logo-area .footer-logo ul{
    margin-bottom:0px;
    margin-left:0px;
    padding-left:0px;
    margin-right:20px;
}

.footer-logo-area .footer-logo ul li{
    list-style-type: none;
    font-size:30px;
    display:inline;
    font-family: 'Abel', sans-serif;
    margin-left:20px;
}

.footer-logo-area .footer-logo ul li a{
    color:#4B4B4B;
    text-decoration:none;
}

.footer-logo-area .footer-logo ul li a span{
    font-size:20px;
}

.footer-logo-area .footer-logo p{
    margin-top:0px;
}

footer .copy{
    background-color:#DD1D44;
    width:100%;
    text-align:center;
    height:30px;
}

footer .copy p{
    color:white;
    font-size:14px;
    letter-spacing: 0.1em;
    margin-bottom:0px;
    padding-top:4px;
}

.footer-logo-area .footer-logo p{
    display:inline;
}

.pc-footer{
    display: block !important;
}

.sp-footer { 
    display: none !important;
}


/*TOPへ戻るボタン*/

#page_top{
    position: fixed;
    bottom: 30px;
    right: 20px;
}

#page_top a img{
    width:50px;
}


/*犬猫画像部分の白背景*/
.back-white{
    width:100%;
    background-color:white;
    margin:0 auto;
    border-bottom:10px solid #DD1D44;
}

/*下層ページ共通*/
.under-page h2{
    color:#DD1D44;
    font-size:32px;
    margin:40px 0px;

}


/*ブレッドクラムナビゲーション*/

.container .bred-nav ul{
    margin-top:20px;
    padding-left:0px;
}

.container .bred-nav ul li{
    list-style-type: none;
    display:inline;
    font-size:0.9rem;
    color:#888888;
}

.container .bred-nav ul li:last-child{
    margin-left:5px;
}

.container .bred-nav ul li a{   
    color:#888888;
}

.container .bred-nav ul li span{
    margin-right:10px;
}



/*施設紹介ページcss*/
.main-image{
    width:70%;
    margin:0 auto;
    margin-bottom:50px;
}

.under-page .main-content .faci-box{
    padding:30px 30px 10px 30px;
    margin-left:0px;
    margin-bottom:10px;
}
.under-page .main-content .faci-box:first-child{
    margin-left:0px;

}

.under-page .main-content .faci-box img{
    width:100%;
}

.under-page .main-content .faci-box h3{
    color:#DD1D44;
    font-size:22px;
    margin-top:15px;
}

.under-page .main-content .faci-box p{
    color:#6A6A6A;
    font-size:14px;
}

/*学園理念ページcss*/
.under-page .philo-pict{
    float:right;
    margin:0px 0px 20px 50px;
}


.under-page h2 span{
    display:block;
    font-size:22px;
    margin-top:10px;
}

.under-page .philo-word{
    color:#707070;
    font-size:18px;
    letter-spacing: 0.07em;
    line-height: 2em;
    list-style-type:none;
}

.under-page .philo-ul{
    margin-top:40px;
    margin-bottom:40px;
    padding-left:5px;
}

.under-page .about-box{
    background-color:#FBE5E4;
    padding:40px 30px 50px 15px;
    border-radius:10px;
    margin-top:50px;
}

.under-page .about-box .about-l{
    text-align:center;
}

.under-page .about-box .about-l img{
    width:60%;
    margin-top:30px;
}



.under-page h2 {
    margin-bottom:15px;
}

.under-page h2 .kaigyo{
    color:#DD1D44;
    font-size:32px;
}

/*事業所概要css*/

.table{
    margin-top:40px;
}

.table tr{
    height:65px;
}

.table tr td{
    padding-top:20px;
}

.t-first{
    font-weight:bold;
    width:20%;
}

.main-content .relation-box{
    padding:20px;
}
.main-content .relation-box img{
    width:100%;
}

.main-content .relation-box h3{
    font-size:22px;
    margin-top:20px;
    margin-bottom:10px;
    font-weight:bold;
    
}

.main-content .relation-box p span{
    font-weight:bold;
    margin-right:10px;
}

.main-content .relation-box p{
    margin-bottom:5px;
}

.table tr td  .access-table{
    display:block;
}

.bottom-td{
    margin-top:10px;
}
