@charset "utf-8";


/*------------------------index.php------------------------*/


.news{
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #ffffff;
}

.news-in{
    padding: 10px;
    height: 360px;
    overflow-y: auto;
    text-align: left;
    background: #fff;
}

.news-cont{
    padding: 10px 10px;
    border-bottom: 1px dotted #616161;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-cont .tag{
    width: 50px;
    display: inline-block;
    font-size: 12px;
    background-color: #0863FF;
    color: #ffffff;
    padding: 1px 0;
    margin-left: 15px;
    vertical-align: middle;
    text-align: center;
}
.news-cont .tit{
    margin-top: 5px;
    font-weight: bold;
}
.event{
    margin-top: 10px;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 2px solid #ffffff;
}

@media screen and (max-width: 767px) {
    .news{
        padding: 20px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-in{
        padding: 10px 10px;
        height: 300px;
        overflow-y: auto;
        text-align: left;
    }
    .news-cont{
        padding: 10px 0;
        border-bottom: 1px dotted #616161;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .event{
        margin-top: 10px;
        padding: 10px 0;
    }
}

.face{
    background: url("../img/bg_1.jpg") no-repeat top center;
    padding: 30px 0;
    -webkit-background-size: cover;
    background-size: cover;
    border-bottom: 2px solid #ffffff;
}

.face-in{
    float: left;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.face-cont{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.face-cont .img{
    float: left;
    width: 180px;
}
.face-cont .des{
    overflow: hidden;
    padding: 0 10px;
    line-height: 1.8;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.face-cont .name span{
    display: inline-block;
    font-size: 12px;
    background-color: #FF6B6B;
    color: #ffffff;
    padding: 1px 8px;
    margin-left: 15px;
    vertical-align: text-top;
}


@media screen and (max-width: 767px) {
    .face{
        background: url("../img/bg_1.jpg") no-repeat top center;
        padding: 20px 0;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .face-in{
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .face-cont{
        background: #e8ae598c;
    }
    .face-cont .img{
        float: left;
        width: 180px;
    }
    .face-cont .des{
        overflow: hidden;
        padding: 15px 10px 0;
        line-height: 1.8;
        font-size: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .face-cont .name span{
        display: inline-block;
        font-size: 12px;
        background-color: #724d33;
        color: #ffffff;
        padding: 1px 8px;
        margin-left: 15px;
        vertical-align: text-top;
    }

}

.top .schedule{
    background: url("../img/bg_1.jpg") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 20px 0;
    border-bottom: 2px solid #ffffff;
}
.top .schedule-box{
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box ul{
    margin-top: -30px;
    margin-left: -20px;
}
.schedule-box li{
    float: left;
    width: 25%;
    padding-left: 20px;
    padding-top: 30px;
    text-align: center;
    color: rgba(0,0,0,.89);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box .listbox{
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box .listbox .img{
    display: block;
}
.schedule-box .name{
    color: #724d33;
    padding: 3px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgb(233 209 181);
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.schedule-box .size{
    color: #FFF;
}
.schedule-box .size span{
    color: #86cee3;
    font-size: 12px;
}
.schedule-box .time{
    color: #fff;
    padding: 3px 0;
    font-size: 14px;
    margin-top: 3px;
    background: #298eb1;
}
.schedule-box .img{
    overflow: hidden;
}
.schedule-box .img img{
    overflow: hidden;
    transition: all 0.5s;
}
.schedule-box .img img:hover{
    transform: scale(1.1);
    transition: all 0.5s;
    overflow: hidden;
}


@media screen and (max-width: 767px) {
    .top .schedule{
        margin-top: 20px;
    }
    .top .schedule-box{
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .schedule-box{
        margin-top: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .schedule-box ul{
        margin-top: -10px;
        margin-left: -10px;
    }
    .schedule-box li{
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .schedule-box .listbox .name{
        font-size: 14px;
    }
    .schedule-box .listbox .name span{
        font-size: 12px;
    }
    .schedule-box .listbox .size{
        font-size: 12px;
    }
}


@media screen and (max-width: 767px) {

}




.sp-pick-up-box .swiper-container{
    padding: 10px 0;
}

.sp-pick-up-box{
    margin-top: 20px;
}

.slider-top .slick-slide{
    padding:0 3px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


@media screen and (max-width: 767px) {

}


/*------------------------system.php------------------------*/






/*------------------------staff.php------------------------*/
.staff-box{
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff-box ul{
    margin: -10px 0 0 -6px;
}
.staff-box li{
    float: left;
    width: 25%;
    padding-left: 6px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff-box li .listbox{
    text-align: center;
    border: 2px solid #e2e0d9;
    padding: 4px;
    background-color: rgba(255,255,255,0.9);
    background: linear-gradient(135deg, rgba(246,246,246,1) 0%,rgba(244,244,244,1) 7%,rgba(255,255,255,1) 7%,rgba(255,255,255,1) 40%);
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    color: #666;
}
.staff-box li .listbox .name{
    padding: 5px 0 0;
    font-size: 12px;
    color: #ff0000;
    text-align: center;
}
.staff-box li .listbox .name img{
    margin-left: 5px;
    vertical-align: middle;
}

.staff-box li .listbox .size{
    font-size: 12px;
    padding: 3px 0 ;
}
@media screen and (max-width: 767px) {
    .staff-box li{
        width: 50%;
    }
}



/*------------------------schedule.php------------------------*/
.com-txt{
    padding-top: 8px;
    color: #333;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 24px;
}
.access-tit01{
    border-left: 4px solid #00366D;
    color: #00366D;
    display: inline-block;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 8px;
    line-height: normal;
}
.access-txt01{
    padding-top: 8px;
    color: #333;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
}
@media screen and (max-width: 767px) {

}



/*------------------------staff01.php------------------------*/
.ht01{
    font-size: 28px;
    padding-left: 10px;
    border-left: 5px solid #724d33;
    color: #724d33;
    text-align: left;
    font-style: italic;
    margin-bottom: 20px;
    font-family: Cardo, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.ht01 span{
    font-size: 14px;
    color: #616161;
    margin-left: 10px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.staff01-box .hdm{
    margin-bottom: 40px;
}
.staff01-box-in{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-img{
    width: 420px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staff01-img .img img{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.imglist{
    margin-top: 10px;
}
.imglist li{
    float: left;
    width: 25%;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    cursor: pointer;
}

.staff01-des{
    float: right;
    width: 420px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.namebox table{
    width: 100%;
    border: 1px solid #5ca1bf;
}
.namebox table th{
    width: 35%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    background: #724d33;
    border: 1px solid #cecece;
    color: #fff;
    text-align: center;
}
.namebox table td{
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    border: 1px solid #cecece;
}


.comment .ht03{
    margin: 20px 0 10px;
    font-size: 18px;
    color: #2ea8e6;
    font-weight: bold;
}
.comment-box{
    font-size: 14px;
    line-height: 2;
    color: #333;
}

@media screen and (max-width: 767px) {
    .ht01{
        font-size: 20px;
        padding-left: 10px;
        border-left: 3px solid #FF6B6B;
        color: #FF6B6B;
        text-align: left;
        font-style: italic;
        margin-bottom: 10px;
        font-family: Cardo, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    }
    .ht01 span{
        font-size: 12px;
        color: #616161;
        margin-left: 10px;
        font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    }
    .staff01-box .hdm{
        margin-bottom: 20px;
    }
    .slider-for .slick-slide img{
        margin: 0 auto;
        max-height: 400px;
    }
    .slider-nav .slick-slide{
        padding: 0 5px !important;
        margin: 5px 0 0 0;
        -webkit-box-sizing: border-box!important;
        -moz-box-sizing: border-box!important;
        box-sizing: border-box!important;
    }
    .slick-next::before{
        content: '';
    }
    .slick-prev::before, .slick-next::before {
        display: none;
    }
    .staff01-des{
        float: none;
        width: 100%;
        padding: 10px 10px;
    }
    .staff01-box-in{
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


}
/*------------------------news.php------------------------*/
.news-box01-in{
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-box01-in .tit{
    font-size: 18px;
}
.news-box01-in .name{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    line-height: 2;
    font-family: georgia, palatino, serif;
}
.news-box01-in .name a{
    text-decoration: underline;
    color: #0000ff;
    font-size: 24px;
}
.news-box01-in .size{
    text-align: center;
    font-size: 20px;
    font-family: georgia, palatino, serif;
}
.news-box01-in .img{
    margin: 20px 0;
    text-align: center;
}
.news-box01-in .img img{
    width: 300px;
    border: 1px solid #f0b808;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-box01-in .txt{
    text-align: center;
    font-size: 16px;
    line-height: 2;
}
.news-box01-in .txt span{
    font-weight: bold;
}


/*------------------------room.php------------------------*/

.room-box .tit{
    font-size: 20px;
    text-align: center;
    color: #4f3d07;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dashed #6c5a4d;
}
.room-txt{
    padding: 15px 0;
    text-align: center;
    line-height: 1.8;
    font-size: 16px;
    color: #4f3d07;
}
.room-box .room-in ul{
    margin: -20px 0 0 -20px;
}
.room-box .room-in li{
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.room-box .room-in li img{
    border-radius: 10px;
}
.fancybox-close {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 8040;
    background: url("../img/box-close.png") no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.room-box .txt{
    padding: 25px 0 0;
    line-height: 1.8;
    font-size: 16px;
    color: #4f3d07;
}
@media screen and (max-width: 767px) {
    .room-box .tit{
        font-size: 18px;
    }
    .room-txt{
        padding: 10px 0;
        font-size: 14px;
    }
    .room-box .room-in ul{
        margin: -10px 0 0 -10px;
    }
    .room-box .room-in li{
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .room-box .txt{
        padding: 15px 10px 0;
        font-size: 14px;
    }
    .fancybox-skin{
        padding: 10px!important;
    }
    .fancybox-close {
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
    }
}







/*------------------------system.php------------------------*/
.system{
    padding: 30px 0 60px;
    background: #f0cc98;
    border-bottom: 2px solid #ffffff;
}
.system .hdm{
    color: #fff;
}
.system .hdm span:before{
    background: #fff;
}

.system-cont{
    float: left;
    width: 435px;
    background: #fff;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont:last-child{
    float: right;
    width: 838px;
}

.system-cont .tit01{
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
}
.system-cont .tit02{
    margin-bottom: 16px;
    font-size: 12px;
    background: #f69191;
    border-radius: 4px;
    color: #fff;
    padding: 8px 16px;
}

.system-cont dl{
    border: solid 1px #757575;
    padding: 0 28px 25px 28px;
    color: #757575;
    box-sizing: border-box;
}
.system-cont dt{
    display: inline-block;
    width: 52%;
    font-size: 20px;
    border-bottom: 1px solid #e6dcce;
    text-align: right;
    float: left;
    margin-top: 25px;
}
.system-cont dd{
    display: inline-block;
    width: 48%;
    font-size: 20px;
    border-bottom: 1px solid #e6dcce;
    text-align: right;
    float: left;
    margin-top: 25px;
}
.link-t-a{
    position: relative;
    top: -105px;
    display: block;
}
.access{
    padding: 30px 0;
    background:  url("../img/bg_2.jpg") no-repeat top center;
    border-bottom: 2px solid #ffffff;
}
.access-box .map{
    float: left;
    width: 440px;
}
.access-box .access-cont{
    float: right;
    width: 419px;
}
.access-box .access-cont table{
    width: 100%;
}
.access-box .map iframe{
    width: 100%;
    height: 360px;
}
.access-cont th{
    width: 20%;
    border-bottom: 1px solid #000000;
    padding: 20px 0 10px 0;
    vertical-align: top;
    font-weight: bold;
}
.access-cont td{
    width: 80%;
    border-bottom: 1px solid #000000;
    padding: 20px 0 10px 0;
}

.policy{
    padding: 30px 0;
    background: #e9d1b5;
}
.policy-box{
    background: #724d33;
    padding: 25px;
    font-size: 14px;
    line-height: 1.6;
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "MS Pã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .system{
        padding: 15px 0 30px;
    }
    .system-cont{
        float: none;
        width: 100%;
        background: #fff;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont:last-child{
        float: none;
        margin-top: 15px;
        width: 100%;
    }
    .system-cont .tit01{
        font-size: 14px;
        margin-bottom: 8px;
        text-align: center;
    }
    .system-cont .tit02{
        margin-bottom: 13px;
        padding: 5px 5px;
        text-align: center;
    }
    .system-cont dl{
        border: solid 1px #757575;
        padding: 0 10px 10px 10px;
        color: #724d33;
        box-sizing: border-box;
    }
    .system-cont dt{
        display: inline-block;
        width: 52%;
        font-size: 16px;
        border-bottom: 1px solid #e6dcce;
        text-align: center;
        float: left;
        margin-top: 15px;
    }
    .system-cont dd{
        display: inline-block;
        width: 48%;
        font-size: 16px;
        border-bottom: 1px solid #e6dcce;
        text-align: center;
        float: left;
        margin-top: 15px;
    }
    .link-t-a{
        position: relative;
        top: -80px;
        display: block;
    }
    .access{
        padding: 20px 0;
        background: url("../img/bg_2.jpg") no-repeat top center;
    }
    .access-box .map{
        float: none;
        width: 100%;
    }
    .access-box .access-cont{
        float: none;
        width: 100%;
    }
    .access-box .access-cont table{
        width: 100%;
    }
    .access-box .map iframe{
        width: 100%;
        height: 300px;
    }
    .access-cont th{
        width: 20%;
        border-bottom: 1px solid #ffffff;
        padding: 10px 0 10px 0;
        vertical-align: top;
        font-weight: bold;
    }
    .access-cont td{
        width: 80%;
        border-bottom: 1px solid #ffffff;
        padding: 10px 0 10px 0;
    }
    .policy{
        padding: 20px 0;
        background: #e9d1b5;
    }
    .policy-box{
        background: #724d33;
        padding: 25px;
        font-size: 14px;
        line-height: 1.6;
        font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "MS Pã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}













/*------------------------recruit.php------------------------*/
.recruit-box{
    padding: 0 0 30px;
}
.recruit-in{
    padding: 0 30px 10px;
    border-radius: 20px;
}
.recruit-cont{
    border-bottom: 1px dotted #724d33;
    font-size: 15px;
    line-height: 36px;
    color: #000;
}
.recruit-cont:first-child{
    border-bottom: none;
}
.recruit-cont+.recruit-cont{
    margin-top: 15px;
}
.recruit-in .re-tit{
    font-size: 22px;
    color: #724d33;
    line-height: 45px;
    text-align: left;
}
.recruit-in .txt a{
    position: relative;
    z-index: 9999;
    display: inline-block;
    font-size: 16px;
    color: #ff0000;
    font-weight: bold;
    pointer-events: inherit;
}

.recruit-box table{
    width: 100%;
    border: 1px solid #C9BEA5;
}

.recruit-box th{
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #C9BEA5;
}
.recruit-box td{
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #000;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #C9BEA5;
    line-height: 2;
}
.recruit-box td a{
    color: #000;
}

@media screen and (max-width: 767px) {
    .recruit-in{
        padding: 0 0 10px;
        margin: 0;
    }
    .recruit-box dt{
        font-size: 14px;
    }
    .recruit-box dd{
        font-size: 12px;
    }
}

/*------------------------link.php------------------------*/

.link-box table{
    width: 100%;
    border: 1px solid rgba(0, 42, 107, 0.9);
    border-collapse: separate;
    border-spacing: 2px;
}

.link-box table td{
    border: 1px solid rgba(0, 42, 107, 0.9);
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.link-box table td img{
    background: rgba(0, 42, 107, 0.9);
}
@media screen and (max-width: 767px) {
    .link-in{
        margin: 10px 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .link-box table td{
        padding: 30px 10px;
    }
}




.design a{
    color: #fff;
}













/***PC 960px ~***/

/***IPAD 768px ~ 959px***/
@media screen and (max-width: 959px) {
	
}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {
	
}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {
	
}