@charset "utf-8";


/*------------------------index.php------------------------*/

.top .info{
    margin-top: 50px;
}
.info-box{
    background: url("../images/xingkong.gif");
    height: 360px;
    overflow-y: auto;
}
.info-cont{
    padding: 10px 15px;
    border-bottom: 1px dotted #333;
}
.info-cont .tit{
    font-size: 16px;
    font-weight: bold;
    color: #FFFF66;
}
.info-cont .time{
    font-size: 12px;
    color: #fff;
    text-align: right;
}
.info-cont .txt{
    font-size: 14px;
    color: #fff;
    max-width: 360px;
}
.info-cont .txt+.txt{
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .top .info{
        margin-top: 10px;
    }
	.twitter{
	margin: 10px auto;
	width: 100%;
    height: 320px;
    overflow-y: auto;
}
}


.pick-box{
    padding: 0 8px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box{
    padding: 8px;
    height: 538px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box li{
    margin-top: 10px;
}
.schedule-box .listbox{
    background-color: rgba(0,0,0,0.5);
    border: 1px solid #666;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box .listbox .img{
    float: left;
    width: 100px;
    border: 1px solid #eee;
}
.schedule-box .listbox .des{
    text-align: center;
    overflow: hidden;
}
.schedule-box .listbox .name{
    font-size: 12px;
    color: #ff0000;
    text-align: center;
}
.schedule-box .listbox .size{
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1.9;
}
.schedule-box .listbox .time{
    background-color: #FFF;
    color: #333;
    border-radius: 8px;
    margin: 3px;
    padding: 4px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.slick-slide{
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slick-prev{
    width: 32px;
    height: 32px;
    background: url("../images/prev.png") no-repeat 0 0;
    margin-top: -16px;
    left: -40px;
    z-index: 99;
}
.slick-next{
    width: 32px;
    height: 32px;
    background: url("../images/next.png") no-repeat 0 0;
    margin-top: -16px;
    right: -40px;
    z-index: 99;
}

.slick-prev:before,
.slick-next:before{
    display: none;
}

.side_line{
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .top .schedule{
        display: block;
    }
    .schedule{
        display: none;
    }
    .slick-slide{
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .slick-prev{
        width: 32px;
        height: 32px;
        background: url("../images/prev.png") no-repeat 0 0;
        margin-top: -16px;
        left: -40px;
        z-index: 99;
    }
    .slick-next{
        width: 32px;
        height: 32px;
        background: url("../images/next.png") no-repeat 0 0;
        margin-top: -16px;
        right: -40px;
        z-index: 99;
    }

    .slick-prev:before,
    .slick-next:before{
        display: none;
    }

    .otherlink{
        margin: 10px 0 0;
    }
    .otherlink ul{
        margin-left: -10px;
    }
    .otherlink li{
        width: 50%;
        float: left;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .side-link{
        padding: 10px 10px 10px;
        background: #dad6cc;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .side-link ul{
        margin: 0 0 0 0;
    }
    .side-link li{
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .side-link li img{
        width: 100%;
    }
    .side-link li .listbox .txt{
        background: #4f3d07;
        color: #fff;
        font-size: 12px;
        line-height: 1.5;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .schedule-box{
        height: auto;
        overflow-y: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .schedule-box .listbox .des{
        text-align: center;
        overflow: hidden;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


.sp-pick-up-box .swiper-container{
    padding: 10px 0;
}

.sp-pick-up-box{
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-top .slick-slide{
    padding:0 3px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-top .slick-prev{
    width: 40px;
    height: 40px;
    background: url("../images/arrowL.png") no-repeat 0 0;
    left: 5px;
    z-index: 99;
}
.slider-top .slick-next{
    width: 40px;
    height: 40px;
    background: url("../images/arrowR.png") no-repeat 0 0;
    right: 5px;
    z-index: 99;
}
.slick-prev:before,
.slick-next:before{
    display: none;
}

@media screen and (max-width: 767px) {

}


/*------------------------system.php------------------------*/



/*------------------------staff.php------------------------*/

.staff-box ul{
    margin-left: -15px;
    margin-top: -15px;
}
.staff-box li{
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff-box .listbox{
    border: 1px solid #666;
    padding: 5px;
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
    text-align: center;
}
.staff-box .listbox .img{
    border: 1px solid #ccc;
    padding: 1px;
}
.staff-box .listbox .name{
    padding-top: 5px;
    font-size: 12px;
    color: #ff0000;
}
.staff-box .listbox .size{
    font-size: 12px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .staff-box ul{
        margin-left: -10px;
        margin-top: -10px;
    }
    .staff-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.php------------------------*/

.com-container-in{
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .com-container-in{
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}



/*------------------------staff01.php------------------------*/
.staff01-img{
    width: 230px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staff01-img .img img{
    border: 3px solid rgba(255,255,255,0.8);
    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: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    border: 1px solid rgba(255,255,255,0.8);
    cursor: pointer;
}

.staff01-des{
    float: right;
    width: 270px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.namebox table{
    width: 100%;
    border-bottom: 1px solid #999;
}
.namebox table th{
    width: 35%;
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
    border-top: 1px solid #999;
}
.namebox table td{
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
    border-top: 1px solid #999;
}


.comment .ht03{
    margin: 10px 0;
    font-size: 14px;
    color: #0099FF;
}
.comment-box{
    font-size: 12px;
    line-height: 2;
}

@media screen and (max-width: 767px) {

    .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;
    }





}
/*------------------------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-box .room-in{
    margin-top: 30px;
}
.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;
}

.fancybox-close {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 8040;
    background: url("../images/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-box .room-in{
        margin-top: 15px;
    }
    .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;
    }
}
/*------------------------access.php------------------------*/
.access .map01{
    text-align: center;
}
.access .map02{
    margin: 15px 0;
    width: 100%;
    height: 400px;
}
.access .map02 iframe{
    width: 100%;
    height: 400px;
}
.access-txt{
    border: 1px solid #0099FF;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.access-txt1{

    font-size: 16px;
}
.access2{
	font-size: 18px;
    margin-bottom: 10px;
}


@media screen and (max-width: 767px) {
    .access .map02{
        width: 100%;
        height: 300px;
    }
    .access .map02 iframe{
        width: 100%;
        height: 300px;
    }
    .access-txt{
        font-size: 13px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .access-txt1{

        font-size: 14px;
    }
	.access2{

        font-size: 18px;
    }
}






/*------------------------system.php------------------------*/

.system-cont+.system-cont{
    margin-top: 10px;
}
.system-cont{
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont .leftbox{
    float: left;
    width: 48%;
}
.system-cont .rightbox{
    float: right;
    width: 48%;
}
.system-cont .box .dl-box td{
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
.system-cont .box .dl-box td:last-child{
    text-align: center;
}
.box .dl-box table td:nth-child(2){
    text-decoration: none;
}
.box .dl-box{
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont dl{
    text-align: left;
}
.dl-box03{
    border: 1px solid #CCC;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont dt span{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-top: 15px;
    vertical-align: top;
    margin-right: 10px;
}
.system-cont dt {
    font-size: 30px;
    font-weight: bold;
}
.system-cont dd {
    font-size: 20px;
}
.system-cont .txt01{
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #d270ed;
}
.system-cont .txt01+.txt01{
    margin-top: 5px;
}
.system-cont .txt02{
    font-size: 20px;
    color: #000;
    text-align: left;
}








.bg01{
    background: #ff9cc7;
}
.bg02{
    background: #afaaff;
}
.bg03{
    background: #f4ad56;
}
.bg04{
    background: #a5c339;
}


.system-tit{
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    color: #0099FF;
    font-weight: bold;
    text-align: center;
}
.system-tit1{
    font-size: 12px;
    margin-bottom: 10px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.system-tit2{
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    color: #FF0000;
    font-weight: bold;
    text-align: center;
}

.dl-box table{
    width: 100%;
    border: 1px solid #999;
    border-collapse: separate;
    border-spacing: 2px;
}
.dl-box01 table{
    width: 100%;
    border: 1px solid #999;
    border-collapse: separate;
    border-spacing: 2px;
}
.delete .dl-box01 table{
    width: 100%;
    border: 1px solid #999;
    border-collapse: separate;
    border-spacing: 15px;
}
.dl-box table th{
    padding: 5px 0;
    /*border: 1px solid #999;*/
    text-align: center;
    font-size: 14px;
    color: #0099FF;
    font-weight: bold;
}
.delete .dl-box01 table tr{
    margin-bottom: 25px;
    border-collapse: separate;
}
.delete .color-sys{
    color: #0099FF!important;
    text-decoration: line-through;
    position: relative;
}
.color-sys-red{
    color: #fd0505!important;
}
.color-sys-small{
    color: #0099FF!important;
}
.color-sys span{
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    color: #fd0505;
    width: 100%;
}
.sys1{
     text-align: left!important;
}
.dl-box table td{
    padding: 5px 0;
    /*border: 1px solid #999;*/
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.dl-box table td span{
    font-size: 14px;
}
.dl-box table td:nth-child(1){
    font-size: 14px;
}
.dl-box table td:nth-child(2){
    text-decoration: line-through;
}
.dl-box01 table td:nth-child(2){
    text-decoration: none;
}
.dl-box table td:nth-child(2) span{
    text-decoration: none!important;
}
.dl-box table td:nth-child(1) span{
    font-size: 14px;
}
.dl-box table td:nth-child(3){
    vertical-align: middle;
}
.dl-box table td:nth-child(3) img{
    vertical-align: middle;
}


@media screen and (max-width: 767px) {
    .system-box .list{
        margin: 10px 0 15px;
    }
    .system-box .list li{
        float: left;
        width: 50%;
    }
    .system-box .list li a{
        display: block;
        height: 50px;
        width: 178px;
        margin: 0 auto;
        text-decoration: none;
        line-height: 45px;
        font-size: 16px;
    }
    .system-cont .leftbox{
        float: none;
        width: 100%;
    }
    .system-cont .rightbox{
        margin-top: 15px;
        float: none;
        width: 100%;
    }
    .system-cont .box .dl-box td{
        font-size: 16px;
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px dashed #ccc;
    }
    .box .dl-box{
        padding: 20px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .dl-box03{
        padding: 20px 15px;
    }
    .system-cont dt span{
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-top: 10px;
        vertical-align: top;
        margin-right: 10px;
    }
    .system-cont dt {
        font-size: 24px;
        font-weight: bold;
    }
    .system-cont dd {
        font-size: 16px;
    }
    .system-cont .txt01{
        font-size: 16px;
        padding: 10px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont .txt02{
        font-size: 16px;
    }




    #main01{
        width: 100%;
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont{
        padding: 8px;
    }

    .system-tit{
        font-size: 16px;
    }

    .dl-box table th{
        text-align: center;
        font-size: 12px;
    }

    .dl-box table td{
        text-align: center;
        font-size: 14px;
    }
    .dl-box table td span{
        font-size: 14px;
    }
    .dl-box table td:nth-child(1){
        font-size: 14px;
    }
    .dl-box table td:nth-child(2){
        text-decoration: line-through;
    }
    .dl-box01 table td:nth-child(2){
        text-decoration: none!important;
    }
    .dl-box table td:nth-child(1) span{
        font-size: 16px;
    }
    .dl-box table td:nth-child(3){
        vertical-align: middle;
    }
    .dl-box table td:nth-child(3) img{
        vertical-align: middle;
    }
    .dl-box01 table tr{
        margin-bottom: 30px;
    }
    .dl-box01 table th{
        text-align: center;
        font-size: 14px;
    }
    .dl-box01 table td{
        text-align: center;
        font-size: 14px;
        padding: 5px 0;
    }
    .dl-box01 table td img{
        vertical-align: middle;
        margin-left: 8px;
    }

    .dl-box01 .txt01{
        font-size: 18px;
        padding: 10px 0;
        border-top: 1px dashed #cccccc;
    }

    .dl-box01 .txt01:last-child{
        border-bottom: 1px dashed #cccccc;
    }
}











@media screen and (max-width: 767px) {
    .access .map{
        width: 100%;
        height: 320px;
        margin: 15px auto 0;
    }
    .access .map iframe{
        width: 100%;
        height: 320px;
    }
}

/*------------------------recruit.php------------------------*/
.recruit-box table{
    width: 100%;
    border: 1px solid #999;
    border-collapse: separate;
    border-spacing: 2px;
    color: #fff;
}
.recruit-box table th{
    font-size: 14px;
    text-align: center;
    width: 20%;
    padding: 5px;
    border: 1px solid #999;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit-box table td{
    font-size: 14px;
    padding: 5px;
    color: #fff;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
.recruit-box table td a{
    color: #ff00ff;
}
/*------------------------link.php------------------------*/

.link-box table{
    width: 100%;
    border: 1px solid #999;
    border-collapse: separate;
    border-spacing: 2px;
}

.link-box table td{
    border: 1px solid #999;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@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;
    }
}

















/***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) {
	
}