@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*------------------------index.html------------------------*/
#wrapper.enter{
    background: url("../images/bg_index.jpg") no-repeat top center;
    padding-bottom: 100px;
}

.enter-inner{
    width: 1000px;
    margin: 0 auto;
}
.enter-inner .img{
    padding-top: 240px;
}
.link-18{
    margin: 30px 0 15px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.enterlink{
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.enterlink a:last-child{
    margin-left: 52px;
}
.enter-txt{
    margin-top: 45px;
    font-size: 12px;
    line-height: 2;
    color: #fff;
    text-shadow: 2px 2px 2px #171471;
}

.enter-box .rule{
    margin-top: 150px;
    text-align: left;
    font-size: 12px;
    line-height: 2;
    color: #fff;
}
.enter-box .rule span{
    display: block;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    #wrapper.enter{
        background: #070634;
        padding-bottom: 50px;
    }
    .enter-inner{
        width: 100%;
        padding: 0 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .enter-inner .img{
        padding-top: 0;
    }
    .link-18{
        margin: 20px 0 15px;
        padding: 0 10px;
    }
    .enterlink{
        text-align: center;
    }
    .enterlink a:last-child{
        margin-left: 25px;
    }
    .enterlink img{
        width: 150px;
    }
    .enter-txt{
        padding: 0 10px;
        margin-top: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .enter-box .rule{
        padding: 0 10px;
        margin-top: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/*------------------------top.php------------------------*/

.slider .sp-horizontal .sp-previous-arrow {
    left: 0;
    margin-left: 100px;
    z-index: 99;
    width: 43px;
    height: 43px;
    background: url(../images/prev.png) 0 0 no-repeat;
}
.slider .sp-horizontal .sp-next-arrow {
    right:0;
    margin-right: 100px;
    background: url(../images/next.png) 0 0 no-repeat;
    z-index: 99;
    width: 43px;
    height: 43px;
}
.sp-button{
    background: #808080;
    opacity: 1;
}
.sp-selected-button{
    opacity: 1;
    background: #fff;
}
.sp-slide{
    background: #fff;
    opacity: 0.3;
}
.sp-slide.sp-selected{
    opacity: 1;
}

.top .event{
    text-align: center;
}
.top #event img{
    height: 354px;
}
.top .face{
    background: url("../images/bg_face.jpg") no-repeat top center;
    padding: 0 0 30px;
}
.top .face ul{
    margin-left: -26px;
}
.top .face li{
    float: left;
    width: 20%;
    padding-left: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .face li .img{
    text-align: center;
}
.top .face li .name{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 7px;
}
.top .face li .size{
    font-size: 12px;
    padding-bottom: 7px;
    text-align: center;
}
.top .face li .time{
    padding: 5px 0;
    border-top: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.top .face .btn {
    margin-top: 30px;
    text-align: center;
}
.top .face .btn a{
    display: inline-block;
    width: 280px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ff0088;
    letter-spacing: 4px;
    background: #ff0088;
    color: #fff;
    font-weight: bold;
    font-family: "Marcellus", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.top .face-box{
    padding: 15px 0 0 ;
}
.top .face .btn a:hover{
    text-decoration: none;
}
.sp-buttons{
    padding: 20px 0 20px;
}




.top .news{
    background: #000;
    padding-bottom: 30px;
}
.top .news-box{
    background: #cccccc;
    padding: 20px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top .news-in{
    overflow-y: scroll;
    height: 444px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .news-box-cont+.news-box-cont{
    margin-top: 25px;
}
.top .news-box-cont .time{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.top .news-box-cont .tit{
    font-size: 14px;
    margin-top: 5px;
    color: #000;
    font-weight: bold;
}
.top .news-box-cont .des{
    margin-top: 15px;
}
.top .news-box-cont .des .img{
    float: left;
    width: 205px;
}

.top .news-box-cont .des .txt{
    overflow:hidden;
    padding-left: 12px;
    font-size: 14px;
    color: #000;
    line-height: 2;
}










.sp-pick-up-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-pick-up-box .container{
    padding-bottom: 10px;
}

.slider-top .slick-slide{
    padding:0 3px!important;
    margin: 15px 0 0 0;
    -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/prev.png") no-repeat 0 0;
    left: 5px;
    z-index: 99;
}
.slider-top .slick-next{
    width: 40px;
    height: 40px;
    background: url("../images/next.png") no-repeat 0 0;
    right: 5px;
    z-index: 99;
}

.slick-prev:before,
.slick-next:before{
    display: none;
}

@media screen and (max-width: 767px) {
    .sp-buttons{
        padding: 10px 0 10px;
    }

    .top #event img{
        height: auto;
    }
    #main-container{
        margin: 10px 0;
    }
    .top .news{
        padding-bottom: 5px;
    }
    .top .news-box{
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .top .news-in{
        height: 360px;
        padding-left: 5px;
    }
    .top .news-box-cont+.news-box-cont{
        margin-top: 15px;
    }
    .top .news-box-cont .time{
        font-size: 12px;
    }
    .top .news-box-cont .tit{
        font-size: 12px;
    }
    .top .news-box-cont .des{
        margin-top: 10px;
    }
    .top .news-box-cont .des .img{
        float: left;
        width: 160px;
    }
    .top .news-box-cont .des .txt{
        padding-left: 6px;
        font-size: 12px;
        line-height: 1.6;
    }
}















/*------------------------system.php------------------------*/
.system-box{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;

}
.system-cont+.system-cont{
    margin-top: 40px;
}
.system-cont{
    box-shadow: 0 0 10px #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.system-tit{
    font-size: 24px;
    color: #FFF;
    border-radius: 20px;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.54);
    line-height: 40px;
    text-align: center;
    background: #ffc300;
}
.dl-box{
    padding: 20px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dl-box01{

    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dl-box table{
    width: 100%;
}
.dl-box01 table{
    width: 100%;
}

.dl-box table th{
    text-align: center;
    font-size: 18px;
}

.color-sys{
    color: #fd6acb!important;
}

.dl-box table td{
    text-align: center;
    font-size: 45px;
    color: #fff;
}
.dl-box table td span{
    font-size: 30px;
}
.dl-box table td:nth-child(1){
    font-size: 40px;
}
.dl-box table td:nth-child(2){
    color: #fd6acb!important;
}
.dl-box table td:nth-child(2) span{
    text-decoration: none!important;
}
.dl-box table td:nth-child(1) span{
    font-size: 26px;
}
.dl-box table td:nth-child(3){
    vertical-align: middle;
}
.dl-box table td:nth-child(3) img{
    vertical-align: middle;
}



.dl-box01 table th{
    text-align: center;
    font-size: 18px;
}


.dl-box01 table td{
    text-align: center;
    font-size: 26px;
    padding: 5px 0;
    color: #fff;
}

.dl-box01 table td img{
    vertical-align: middle;
    margin-left: 20px;
}
.dl-box02 tr:nth-child(2n+1){
    background: #e6ebff;

}
.dl-box02 tr:nth-child(2n+1) td{
    color: #333;
}
.dl-box01 .txt01{
    font-size: 22px;
    padding: 10px 0;
    border-top: 1px dashed #cccccc;
}
.dl-box01 .left{
    text-align: left;
}
.dl-box01 .txt01:last-child{
    border-bottom: 1px dashed #cccccc;
}


.top-link a{
    color: #fff;
}
.top-link{
    width: 800px;
    margin: 0 auto 30px;
}
.top-link li{
    float: left;
    width: 25%;
    text-align: center;
}
.top-link li a{
    display: inline-block;
    width: 189px;
    height: 53px;
    background: url(../images/bg_nav.png) no-repeat 0 0;
    line-height: 53px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    text-shadow: 1px 1px 1px #000;
}
@media screen and (max-width: 767px) {
    #main01{
        width: 100%;
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont+.system-cont{
        margin-top: 15px;
    }
    .system-cont{
        padding: 8px;
    }

    .system-tit{
        font-size: 18px;
        line-height: 34px;
    }
    .dl-box{
        padding: 10px 10px;
    }
    .dl-box01{
        padding: 10px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .dl-box table th{
        text-align: center;
        font-size: 14px;
    }

    .dl-box table td{
        text-align: center;
        font-size: 20px;
    }
    .dl-box table td span{
        font-size: 16px;
    }
    .dl-box table td:nth-child(1){
        font-size: 20px;
    }
    .dl-box table td:nth-child(2){
        /* text-decoration: line-through; */
    }
    .dl-box table td:nth-child(2) span{
        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 th{
        text-align: center;
        font-size: 16px;
    }
    .dl-box01 table td{
        text-align: center;
        font-size: 18px;
        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;
    }
    .top-link{
        width: 100%;
        margin: 0 auto 15px;
    }
    .top-link li{
        float: left;
        width: 50%;
        padding-top: 10px;
        text-align: center;
    }
    .top-link li a{
        display: inline-block;
        width: 160px;
        height: 45px;
        background: url(../images/bg_nav.png) no-repeat 0 0;
        -webkit-background-size: contain;
        background-size: contain;
        line-height: 45px;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
        text-shadow: 1px 1px 1px #000;
    }
}


/*------------------------staff.php------------------------*/




/*------------------------schedule.php------------------------*/
.com-container{
    padding: 20px 20px;
    background: #201549;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainbox{
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 767px) {
    .com-container{
        margin-top: 10px;
        padding: 10px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .schedule-in.com-container li .time{
        color: #fff;
        border-top: 2px solid #fff!important;
    }
}



/*------------------------staff01.php------------------------*/
.staff01 .tags{
    border: 1px solid #97adbe;
    padding: 2px 0;
    text-align: center;
    width: 330px;
}
.staff01 .icoimg{
    padding: 10px 0 10px;
}

.staff01-box{
    margin-top:0;
    padding: 20px 20px 30px;
}
.staff01-img{
    width: 450px;
    float: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-img .img img{
    border: 3px solid #472c93;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des{
    padding-top: 10px;
    float: right;
    width: 480px;
    margin-right: 25px;
}


.staff01-des .ht01{
    margin-bottom: 15px;
}
.staff01-des .tablebox{
    margin-bottom: 15px;
}
.staff01-des .tablebox table{
    width: 100%;
}

.staff-des .tablebox table tr {
    border: 1px solid #cccccc;
    width: 100%;
}
.staff01-des .tablebox table th {
    width: 30%;
    border: 1px solid #cccccc;
    background: #eeeeee;
    color: #000;
    font-size: 16px;
    padding: 5px 0 5px 10px;
}
.staff01-des .tablebox table td {
    border: 1px solid #cccccc;
    background: #fff;
    font-size: 16px;
    color: #000;
    padding: 5px 0 5px 10px;
}
.staff01-des .tablebox .txt{
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}




.imglist{
    padding: 0 20px;
}

.imglist ul{
    margin-top: 20px;
    margin-left: -8px;
}
.imglist li{
    float: left;
    width: 25%;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    border: 1px solid #472c93;
    cursor: pointer;
}
.nav-list03{
    text-align: center;
}

@media screen and (max-width: 767px) {
    .staff01 .tags{
        text-align: center;
        width: 100%;
    }
    .slick-slide img{
        margin: 0 auto;
    }
    .staff01 .icoimg{
        padding: 10px 0 10px;
    }
    .staff01-box{
        margin-top:0;
        padding: 0 5px 20px;
    }
    .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%;
    }
    .staff01-des .tablebox+.tablebox{
        margin-top: 20px;
    }

}


/*------------------------recruit.php------------------------*/
.recruit-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
}
.recruit-in{
    border-bottom: 1px solid #b0b0b0;
}

.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #b0b0b0;
}
.recruit-box dt{
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #4b3997;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.recruit-box dd{
    display: table-cell;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #b0b0b0;
    line-height: 2;
}
.recruit-box dd a{
    color: #fff;
}

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

    }
    .recruit-box dt{
        font-size: 14px;
    }
    .recruit-box dd{
        font-size: 12px;
    }
}

/*------------------------hotel.php------------------------*/

.hotel-box{
    padding: 10px 20px;
}
.hotel-box .caption{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 10px 0;
}

.hotel-box table{
    width: 100%;
}
.hotel-box table tr{
    border: 1px solid #b0b0b0;
}
.hotel-box table th{
    border: 1px solid #b0b0b0;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #fff;
    background-image: linear-gradient(#ed6f7a 0%, #c00909 100%);
    -webkit-background-image: linear-gradient(#ed6f7a 0%, #c00909 100%);
    width: 30%;
}
.hotel-box table .newwidth{
    width: 40%;
}
.hotel-box table td{
    border: 1px solid #b0b0b0;
    padding: 8px 0 8px 10px;
    font-size: 14px;
    color: #000;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .hotel-box{
        margin: 0;
        padding: 10px 5px 10px;
    }
    .hotel-box .caption{
        font-size: 14px;
    }
    .hotel-box table th{
        padding: 3px 0 3px 5px;
        font-size: 12px;
    }
    .hotel-box table td{
        padding: 3px 0 3px 5px;
        font-size: 12px;
    }
}
/*------------------------link.php------------------------*/

.link-box table{
    width: 100%;
    border: 1px solid #b0b0b0;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #b0b0b0;
}
.link-box table td{
    border: 1px solid #b0b0b0;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .link-box{
        margin: 10px 0 0 0;
    }
    .link-box table td{
        padding: 30px 10px;
    }
}




.guangtu{
    margin-top: 20px;
}

.guangtu .list01{
    margin-left: -20px;
    margin-top: -20px;
}
.guangtu .list01 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;
}
@media screen and (max-width: 767px) {
    .guangtu{
        margin-top: 10px;
    }
    .guangtu .list01{
        margin-left: 0;
        margin-top: 0;
    }
    .guangtu .list01 li{
        float: left;
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}












/***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) {

}
