@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*------------------------index.html------------------------*/

.enter-cont{
    background: url("../images/bg_index.jpg") no-repeat top center;
}

.enter .mainimg{
    text-align: center;
    padding: 100px 0 40px;
}
.enterlink{
    text-align: center;
    margin-top: 50px;
    vertical-align: middle;
}
.enterlink a{
    text-decoration: none;
    display: inline-block;
    width: 150px;
    height: 150px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 150px;
    background: #beaa00;
    border-radius: 50%;
    vertical-align: top;
    font-family: "Times New Roman";
}
.enterlink a.leave{
    background: rgba(80,80,80,.4);
}
.enterlink .linktxt{
    display: inline-block;
    margin: 10px 40px 0 50px;
}
.enterlink .linktxt span{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-family: "Cinzel", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.enterlink svg{
    width: 48px;
    height: 48px;
}
.enterlink svg path{
    fill: #beaa00;
}
.enterlink img{
    vertical-align: middle;
}
.rule-box{
    margin-top: 80px;
    text-align: center;
    padding: 30px 0;
    background: #beaa00;
}
.rule{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.4;
    color: #fff;
    font-family: "Cinzel", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.rule span{
    display: block;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .enter-cont{
        background: none;
    }
    .enter .mainimg{
        text-align: center;
        padding: 0;
    }
    .enterlink{
        text-align: center;
        margin-top: 30px;
        vertical-align: middle;
    }
    .enterlink a{
        width: 100px;
        height: 100px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 100px;
        background: #beaa00;
        border-radius: 50%;
        vertical-align: top;
    }

    .enterlink .linktxt{
        display: inline-block;
        margin: 20px 20px;
    }
    .enterlink .linktxt span{
        display: none;
    }
    .rule-box{
        margin-top: 30px;
        padding: 20px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .rule{
        display: inline-block;
        text-align: left;
        font-size: 12px;
        font-weight: normal;
        line-height: 2;
        color: #fff;
    }
}

/*------------------------top.php------------------------*/

.top .event{
    text-align: center;
}
.top .event .img01+.img01{
    margin-top: 10px;
}
.top .sp-event div{
    margin-top: 10px;
    text-align: center;
}
.slick-dots li button:before{
    font-size: 30px;
}

.news{
    margin-top: 15px;
}
.top .news-box{
    border: 1px solid #d0d0d0;
    height: 380px;
    background: #fff;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .news-in{;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .news-box-cont{
    padding: 12px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    line-height: 1.8;
    border-bottom: 1px dashed #cccccc;
}
.top .news-box-cont .img{
    float: left;
    width: 160px;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 5px;
    margin-right: 15px;
}
.top .news-box-cont .box{
    overflow: hidden;
    padding-top: 15px;
}
.top .news-box-cont .time{
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
.top .news-box-cont .txt{
    margin: 5px 0 10px;
    font-size: 14px;
    background: #ff99cc;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    width: 300px;
    color: #fff;
    text-shadow: 1px 1px 1px #660033;
}



.sp-pick-up-box{
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-pick-up-box .container{
    padding-bottom: 10px;
}
.sp-pick-up-box .tit{
    background: url("../images/sp_bg_tit_pick.jpg") repeat-x 0 0;
}

.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/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) {
    .top .news{
        margin-top: 10px;
    }
    .top .news-box{
        height: 360px;
    }

    .top .news-box-cont{
        padding: 8px 8px;
        font-size: 12px;
        line-height: 1.5;
    }
    .top .news-box-cont .img{
        float: left;
        width: 140px;
        border: 1px solid #ccc;
        padding: 2px;
        border-radius: 5px;
        margin-right: 10px;
    }
    .top .news-box-cont .box{
        overflow: hidden;
        padding-top: 5px;
    }
    .top .news-box-cont .txt{
        margin: 5px 0;
        font-size: 12px;
        background: #ff99cc;
        padding: 5px 0;
        text-align: center;
        border-radius: 5px;
        width: auto;
        color: #fff;
        text-shadow: 1px 1px 1px #660033;
    }

}
.pick{
    margin-top: 20px;
}
.pick-box{
    padding: 20px 10px 0 10px;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.pick-box .slick-slide{
    padding:0 10px!important;
    margin: 15px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pick-box span{
    padding: 5px 0;
}
.face-slider .slick-next {
    width: 40px;
    height: 40px;
    background: url(../images/arrowR.png) no-repeat 0 0;
    right: -5px;
    z-index: 99;
}
.face-slider .slick-prev {
    width: 40px;
    height: 40px;
    background: url(../images/arrowL.png) no-repeat 0 0;
    left: -5px;
    z-index: 99;
}

.pick-box .img{
    border: 1px solid #fede91;
    padding: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pick-box .name {
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
}

.pick-box .name span {
    font-size: 16px;
}
.pick-box .size {
    font-size: 14px;
    text-align: center;
}


/*------------------------system.php------------------------*/
.system-box{
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-box{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.system-cont+.system-cont{
    margin-top: 10px;
}
.system-cont{
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont .leftbox{
    float: left;
    width: 100%;
}
.system-cont .rightbox{
    float: right;
    width: 48%;
}
.system-cont .box .dl-box td{
    font-size: 18px;
    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: #d52547;
}
.system-cont .txt01+.txt01{
    margin-top: 5px;
}
.system-cont .txt02{
    font-size: 20px;
    color: #000;
    text-align: left;
}













.system-tit{
    font-size: 26px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    color: #B28500;
    font-weight: bold;
    background: url("../images/bg_tit02.png") no-repeat center center;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 15px;
}
.dl-box{
    border: 1px solid #CCC;
    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: 24px;
    color: #C60103;
    font-weight: bold;
}

.color-sys{
    color: #C60103!important;
}

.dl-box table td{
    text-align: center;
    font-size: 45px;
    color: #000;
}
.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){
    text-decoration: line-through;
}
.dl-box table td:nth-child(2) span{
    text-decoration: none!important;
}
.dl-box table td:nth-child(2) img{
	vertical-align:middle !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 .txt01:last-child{
    border-bottom: 1px dashed #cccccc;
}

@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: 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;
    }
}

.bg01{
    background: #ff9cc7;
}
.bg02{
    background: #afaaff;
}
.bg03{
    background: #f4ad56;
}
.bg04{
    background: #a5c339;
}
/*------------------------staff.php------------------------*/




/*------------------------schedule.php------------------------*/
.com-container{
    padding: 0;
    border: 1px solid #d0d0d0;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainbox{
    position: relative;
    z-index: 9;
}
.mainbox01{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .mainbox{
        padding: 0;
        margin: 10px 0 0;
    }
    .com-container{
        padding: 0;
        border-top: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}



/*------------------------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 0 30px 10px;
}
.staff01-img{
    width: 345px;
    float: left;
    margin-right: 28px;
    padding: 60px 16px 110px 18px;
    background: url("../images/bg_staff01.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-img .img img{
    border: 3px solid #ffea00;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des{
    padding-top: 10px;
    float: right;
    width: 392px;
}
.staff01-des .tablebox+.tablebox{
    margin-top: 30px;
}
.staff01-des .tablebox .box{
    padding: 15px;
    box-shadow: 0 5px 10px #999;
    -webkit-box-shadow: 0 5px 10px #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des .tablebox .box-in{
    height: 160px;
    overflow-y: scroll;
}
.staff01-des .tablebox .box-in table{
    width: 100%;
}
.staff01-des .tablebox .box-in tr{
    border-bottom: 1px solid #bbbbbb;
}
.staff01-des .tablebox .box-in th{
    padding: 5px;
    color: #d52547;
    text-align: left;
    font-size: 14px;
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des .tablebox .box-in td{
    color: #000;
    font-size: 14px;
}
.staff01-des .tablebox .box-in .txt{
    font-size: 14px;
    line-height: 1.8;
}

.staff01-des .tablebox .box-in01 table{
    width: 100%;
}
.staff01-des .tablebox .box-in01 tr+tr{
    margin-top: 3px;
}


.staff01-des .tablebox .box-in01 th{
    color: #FFF;
    padding: 5px;
    text-align: center;
    background: #fff;
}
.staff01-des .tablebox .box-in01 th span {
    display: inline-block;
    background-color: #d52547;
    width: 100%;
    padding: 4px 0;
}

.staff01-des .tablebox .box-in01 td{
    padding: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}



.imglist ul{
    margin-top: 20px;
    margin-left: -5px;
}
.imglist li{
    float: left;
    width: 20%;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    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{
    padding: 20px 10px;
    border: 1px solid #d0d0d0;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit-in{
    border-bottom: 1px solid #e95572;
    background: #fff;
}

.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #e95572;
}
.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: #d52547;
    border-left: 1px solid #e95572;
    border-right: 1px solid #e95572;
}
.recruit-box dd{
    display: table-cell;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #000;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #e95572;
    line-height: 2;
}
.recruit-box dd a{
    color: #000;
}

@media screen and (max-width: 767px) {
    .recruit-box{
        padding: 10px 5px 10px;
    }
    .recruit-box dt{
        font-size: 14px;
    }
    .recruit-box dd{
        font-size: 12px;
    }
}

/*------------------------hotel.php------------------------*/

.hotel-box{
    padding: 10px 10px;
    border: 1px solid #d0d0d0;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hotel-box .caption{
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    background: -webkit-linear-gradient(#e96485, #ff91b4);
    background: linear-gradient(#e96485, #ff91b4);
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #e96485
}
.hotel-box .caption01{
    margin-top: 10px;
}

.hotel-box table{
    width: 100%;
}
.hotel-box table tr{
    border: 1px solid #FBD587;
}
.hotel-box table th{
    border: 1px solid #FBD587;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    background: -webkit-linear-gradient(#e96485, #ff91b4);
    background: linear-gradient(#e96485, #ff91b4);
    width: 30%;
}
.hotel-box table .newwidth{
    width: 40%;
}
.hotel-box table td{
    border: 1px solid #FBD587;
    padding: 5px 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{
    padding: 10px 10px;
    border: 1px solid #d0d0d0;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.link-box table{
    width: 100%;
    border: 1px solid #e95572;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #e95572;
}
.link-box table td{
    border: 1px solid #e95572;
    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: 0;
        padding: 10px 5px 10px;
    }
    .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) {
	
}