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

/*------------------------index.html------------------------*/
.enter-header{
    position: relative;
    text-align: center;
    background: url("../images/bg_index.jpg") no-repeat top center;
    padding-bottom: 160px;
    -webkit-background-size: cover;
    background-size: cover;
}
.enter-header .img{
    padding: 0 0 85px;
}
.enter-cont{
    background: url("../images/bg_contents.jpg") repeat 0 0;
    padding-bottom: 150px;
}
.enterlink{
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: rgba(112,48,21,0.8);
    text-align: center;
}
.enterlink span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px;
}

.enterlink img{
    vertical-align: middle;
}
.rule-box{
    padding-top: 60px;
    text-align: center;
}
.enter-cont .rule{
    display: inline-block;
    text-align: left;
    font-size: 12px;
    line-height: 2.4;
    color: #000;
}
.enter-cont .rightbox .links{
    margin-top: 25px;
}
.enter-cont .rightbox .box18{
    margin: 30px 0 45px;
}
.enter-event{
    padding: 30px 0 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .enter-header .img{
        padding: 0 0;
    }
    .enter-header{
        background:none;
        padding-bottom: 0;;
    }
    .enter-cont{
        padding-bottom: 80px;
    }
    .enterlink{
        padding: 10px 0;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        background: rgba(112,48,21,0.6);
        text-align: center;
    }
    .enterlink span{
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
    .enterlink span img{
        width: 140px;
    }
    .enterlink img{
        width: 70px;
        vertical-align: middle;
    }
    .rule-box{
        padding-top: 40px;
        text-align: center;
    }
    .enter-cont .rule{
        display: inline-block;
        text-align: left;
        font-size: 12px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}

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

.top .news{
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-box{
    background: #fff;
    border: 1px solid #703015;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-in{
    overflow-y: scroll;
    height: 350px;
}
.news-cont{
    padding: 10px 0;
    border-bottom: 1px dashed #000;
}
.news-cont .img{
    float: left;
    width: 210px;
}
.news-cont .des{
    overflow: hidden;
    padding: 0 24px;
    text-align: left;
}

.news-cont .des .time{
    background: url("../images/bg_time.jpg") no-repeat left top;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    padding: 0 15px;
    font-weight: bold;
}
.news-cont .des .tit01{
    margin-top: 15px;
    background: #e5589b;
    border-radius: 5px;
    padding: 10px 0;
    width: 100%;
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #fff;
    text-align: center;
}
.news-cont .des .tit02{
    font-size: 16px;
    color: #ff0000;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
.news-cont .des .txt01{
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    color: #000;
    line-height: 2;
}
.news-cont .des .txt01 span{
    color: #ff00ff;
    font-weight: bold;
    font-size: 20px;
}








.top .schedule{
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box{
    padding: 14px;
    border: 1px solid #703015;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box ul{
    margin: -10px 0 0 -10px;
}
.schedule-box li{
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box01 li{
    float: left;
    width: 20%;
    padding-left: 10px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box li .listbox{
    position: relative;
}
.schedule-box li .listbox .img{
    background: url("../images/bg_schedule01.jpg") no-repeat top center;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box li .listbox .des{
    padding: 2px 0;
    background: url("../images/bg_schedule02.jpg") no-repeat top center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.schedule-box li .listbox .size{
    font-size: 12px;
    text-align: center;

}

.schedule-box li .listbox .name span{
    font-size: 12px;
    margin-left: 5px;
}

.schedule-box li .listbox .time{
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.schedule-box01 li .listbox .time{
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin: 0 3px;
    line-height: 20px;
}
.schedule-box li .listbox .listtxt{
    text-align: center;
    line-height: 1.2;
    color: #000;
    padding: 5px 0;
    background: url("../images/bg_schedule03.jpg") no-repeat center center;
}

@media screen and (max-width: 767px) {
    .top .news{
        margin-top: 15px;
    }
    .news-box{
        border: 1px solid #703015;
        padding: 5px 10px;
    }
    .news-in{
        overflow-y: scroll;
        height: 320px;
    }
    .news-cont{
        padding: 10px 0;
    }
    .news-cont .img{
        float: none;
        width: 180px;
        margin: 0 auto;
    }
    .news-cont .des{
        margin-top: 10px;
        padding: 0;
        text-align: left;
    }

    .news-cont .des .tit01{
        margin-top: 10px;
        font-size: 14px;
    }
    .news-cont .des .tit02{
        font-size: 14px;
    }
    .news-cont .des .txt01{
        font-size: 12px;
    }
    .news-cont .des .txt01 span{
        font-size: 18px;
    }

    .top .schedule{
        margin-top: 15px;
    }
    .schedule-box{
        padding: 10px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .schedule-box ul{
        margin: -10px 0 0 -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 li .listbox{
        position: relative;
    }
    .schedule-box li .listbox .name{
        font-size: 14px;
    }
    .schedule-box li .listbox .des{
        padding: 2px 0;
        background: url("../images/bg_schedule02.jpg") no-repeat top center;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }
    .schedule-box li .listbox .size{
        font-size: 12px;
        text-align: center;
        font-weight: normal;

    }
    .schedule-box01 li .listbox .time{
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 12px;
        margin: 0;
        line-height: 20px;
    }
}

.color01{
    color: #e700fc;
}
.color02{
    color: #ff6c00;
}
.color03{
    color: #ff0000;
}
.color04{
    color: #0000ff;
}
.color05{
    color: #3dcd04;
}

.face-slider .slick-prev{
    width: 33px;
    height: 56px;
    background: url("../images/prev01.png") no-repeat 0 0;
    margin-top: -28px;
    left: -60px;
    z-index: 99;
}
.face-slider .slick-next{
    width: 33px;
    height: 56px;
    background: url("../images/next01.png") no-repeat 0 0;
    margin-top: -28px;
    right: -60px;
    z-index: 99;
}

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

}
.pick-up-box{
    border: 1px solid #703015;
    padding: 2px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-slide{
    position: relative;
}

.sp-face{
    margin-top: 15px;
}
.sp-face-box{
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-face-box li{
    margin-top: 6px;
}
.sp-face-box .listbox{
    border: 1px solid #703015;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-face-box .time{
    text-align: center;
    font-size: 14px;
    line-height: 1.8rem;
    letter-spacing: .05rem;
    background: #703015;
    font-weight: 400;
    color: #fff;
}

.sp-face-box .time span{
    background: #e5589b;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}
.sp-face-box .box{
    margin: 8px 0 0;
}
.sp-face-box .box .img{
    float: left;
    width: 100px;
    border: 1px solid #703015;
}
.sp-face-box .box .des{
    overflow: hidden;
    padding-left: 5px;
}
.sp-face-box .box .name{
    font-size: 14px;
    color: #703015;
}
.sp-face-box .box .tags{
    margin: 5px 0 10px;
    color: #fff;
}
.sp-face-box .box .tags span{
    display: inline-block;
    padding: 3px 5px;
    margin: 0 2px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-face-box .box .tags .tag01{
    background: #fcb97f;
}
.sp-face-box .box .tags .tag02{
    background: #18dba6;
}
.sp-face-box .box .tags .tag03{
    background: #703015;
}

.sp-face-box .box .size dl{
    display: table;
    width: 100%;
}
.sp-face-box .box .size dt{
    display: table-cell;
    width: 30px;
    vertical-align: middle;
}
.sp-face-box .box .size dt span{
    display: inline-block;
    font-size: 1.8rem;
    color: #FDE000;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    background: #703015;
    text-align: center;
    font-weight: 500;
    float: left;
    margin-right: .3rem;
}
.sp-face-box .box .size dd{
    display: table-cell;
    width: 100%;
}
.sp-face-box .face-link{
    margin-top: 10px;
    text-align: right;
}
.sp-face-box .face-link a{
    position: relative;
    font-size: 12px;
    color: #703015;
    padding-right: 15px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-face-box .face-link a:before{
    content: "▶";
    position: absolute;
    right: 0;
}
▶︎▶︎

.sp-pick-up-box{
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-container{
    padding-top: 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;
}













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


.system-box{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.system-in{
    background-size: cover!important;
}
.system-cont+.system-cont{
    margin-top: 30px;
}
.system-cont .hdm01{
    position: absolute;
    top: 28px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.system-cont .hdm01 span{
    margin-left: 10px;
    letter-spacing: 3px;
}
.system-cont{
    position: relative;
    background: url("../images/bg_system02.jpg") repeat-y bottom center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont01{
    position: relative;
    background: url("../images/bg_system04.jpg") no-repeat top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont01 .dl-box{
    background: none;
}
.bg-com{
    text-align: center;
}
.dl-box{
    padding: 80px 0 10px;
    background: url("../images/bg_system01.jpg") no-repeat top center;
    margin-top: 20px;
    border-radius: 15px;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dl-box01{
    padding: 80px 80px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dl-box02{
    padding: 80px 80px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont .box .dl-box td{
    font-size: 18px;
    text-align: center;
    padding: 8px 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;
}

.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;
}

.dl-box table{
    width: 100%;
}

.dl-box table th{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.color-sys{
    color: #ff0000!important;
}
.dl-box table td{
    text-align: center;
    font-size: 45px;
    color: #000;
}
.dl-box table td.posbox{
    position: relative;
}
.dl-box table td .pos{
    position: absolute;
    top: 20px;
    left: -90px;
    font-size: 14px!important;
    font-weight: bold;
    color: #ff0000;
    font-family: 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", sans-serif;
}
.dl-box table td span{
    font-size: 30px;
}
.dl-box table td:nth-child(1){
    font-size: 40px;
}
.dl-box table td:nth-child(1) span{
    font-size: 26px;
}

.dl-box03 dl{
    display: table;
    width: 100%;
}
.dl-box03 dt{
    display: table-cell;
    width: 105px;
    font-size: 22px;
    font-weight: bold;
}
.dl-box03 dd{
    display: table-cell;
    font-weight: normal;
    padding-left: 20px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lasttxt{
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .system-cont .hdm01{
        position: static;
        background: #660000;
        padding: 5px 0;
        z-index: 2;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #fff;
    }
    .system-cont .hdm01 span{
        margin-left: 10px;
        letter-spacing: 3px;
    }
    .system-cont+.system-cont{
        margin-top: 0px;
    }
    .system-cont{
        padding: 15px 0 0;
        background: none;
    }
    .system-cont01{
        background: none;
    }
    .dl-box{
        padding: 20px 15px;
        box-shadow: 0 0 5px #660000;
        margin-top: 10px;
        border-radius: 15px;
        font-size: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont .box .dl-box td{
        font-size: 13px;
        text-align: center;
        padding: 5px 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 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;
    }
    .lasttxt{
        font-size: 14px;
        line-height: 2;
        text-align: left;
        color: #ff0000;
        font-weight: bold;
    }
    .dl-box03 dl{
        display: table;
        width: 100%;
    }
    .dl-box03 dt{
        display: table-cell;
        width: 70px;
        font-size: 18px;
        font-weight: bold;
    }
    .dl-box03 dd{
        display: table-cell;
        font-weight: normal;
        padding-left: 10px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .system-tit{
        font-size: 18px;
        line-height: 34px;
    }
    .bg-com{
        display: none;
    }
    .dl-box{
        padding: 10px 10px;
        font-size: 14px;
        background: none;
    }
    .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-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;
    }

    .dl-box table td .pos{
        position: absolute;
        top: -30px;
        transform: translateY(0);
        left: -20px;
        font-size: 12px!important;
    }

}



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




/*------------------------schedule.php------------------------*/

.com-container{
    background: #fff;
    border: 1px solid #703015;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.com-box{
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .com-container{
        padding: 10px 10px!important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .com-box{
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}



/*------------------------staff01.php------------------------*/
.staff01-img{
    width: 600px;
    float: left;
    padding: 10px;
    background: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-img .img{
    float: left;
    width: 480px;
}
.staff01-img .img img{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staff01-des{
    float: right;
    width: 407px;
    margin-right: 0;
}
.staff01-des .tablebox+.tablebox{
    margin-top: 15px;
}
.staff01-box table{
    width: 100%;
}
.staff01-box .name{
    font-size: 18px;
    font-weight: bold;
    color: #441e01;
    line-height: 1;
    margin-top: 15px;
}
.staff01-box .size{
    font-size: 12px;
    color: #000;
}

.cont-box{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.7;
}
.staff01-box th{
    width: 20%;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
    background: #EEE;
    font-weight: bold;
    color: #000;
}
.staff01-box td{
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
    background: #fff;
    color: #000;
    font-weight: normal;
}
.staff01-schedule{
    margin-top: 20px;
}
.staff01-schedule .week{
    margin-top: 10px;

}
.staff01-box .week table {
    width: 100%;
}
.staff01-box .week th {
    height: 60px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 14.28%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-box .week td{
    height: 60px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 14.28%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tablebox-tit{
    font-size: 18px;
    font-weight: bold;
    color: #441e01;
    line-height: 1;
    margin-top: 15px;
}
.tablebox-tit01{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #441e01;
    line-height: 1;
    margin-top: 15px;
}














.imglist{
    float: right;
    width: 90px;
}
.imglist ul{
}
.imglist li+li{
    margin-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    border: 1px solid #681607;
    cursor: pointer;
}
.nav-list03{
    text-align: center;
}

@media screen and (max-width: 767px) {
    .staff01 .tags{
        text-align: center;
        width: 100%;
    }
    .slider-for .slick-slide img{
        margin: 0 auto;
        max-height: 320px;
    }
    .staff01 .icoimg{
        padding: 10px 0 10px;
    }
    .staff01-box{
        margin-top:0;
    }
    .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;
    }
    .staff01-box .week{
        margin-top: 10px;
        padding: 5px;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .staff01-box .week th{
        font-size: 12px;
        font-weight: normal;
    }
    .staff01-box .week td{
        font-size: 12px;
        font-weight: normal;
    }
    .pc01{
        display: none;
    }
}



/*------------------------recruit.php------------------------*/
.recruit-box{
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit-in{
    border-bottom: 1px solid #ccc;
}

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

@media screen and (max-width: 767px) {
    .recruit-box dt{
        font-size: 14px;
        border-bottom: none;
    }
    .recruit-box dd{
        font-size: 12px;
    }
}

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

.hotel-cont+.com-box{
    margin-top: 20px;
}
.hotel-box .caption{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 0 0 10px 0;
}

.hotel-box table{
    width: 100%;
}
.hotel-box table tr{
    border: 1px solid #ccc;
}
.hotel-box table th{
    border: 1px solid #ccc;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #fff;
    background: #660000;
    width: 30%;
}
.hotel-box table .newwidth{
    width: 40%;
}
.hotel-box table td{
    border: 1px solid #ccc;
    padding: 8px 0 8px 10px;
    font-size: 14px;
    color: #000;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .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{
    border-top: none;
}
.link-box table{
    width: 100%;
    border: 1px solid #222;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #222;
}
.link-box table td{
    border: 1px solid #222;
    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 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) {
	
}