@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*------------------------index.php------------------------*/

.enter #navbar{
    display: none;
}
#wrapper.enter{
    background: none;
}
.enter #contents{
    padding-bottom: 200px;
}

.enterlink{
    text-align: center;
    background: url("../images/bg_enter01.png") no-repeat top center;
    padding: 42px 0 8px;
    margin-top: -40px;
    position: relative;
    z-index: 999;
}
.enterlink span{
    margin: 0 20px 0 28px;
}
.enterlink span img{
    vertical-align: middle;
}
.enterlink a{
    width: 180px;
    display: inline-block;
    padding: 15px 40px 15px 60px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: 1px;
    text-decoration: none !important;
    text-shadow: rgba(0,0,0,0.6) 0 1px 2px;
    font-family: 'TsukuARdGothic-Regular',筑紫A丸ゴシック,'Kosugi Maru',sans-serif;
    background: url(../images/bg_side_tit.jpg) no-repeat left center;
    -webkit-background-size: cover;
    background-size: cover;
    border: 2px #8e6d26 solid;
    border-radius: 12px;
    box-shadow: rgba(0,0,0,0.6) 0 2px 3px 0;
}

.rule-box{
    text-align: center;
}
.enter .rule{
    display: inline-block;
    text-align: left;
    margin: 60px 0 20px;
    font-size: 14px;
    line-height: 2;
}
.rule span{
    display: block;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .enter #contents{
        padding-bottom: 50px;
    }
    .enterlink{
        text-align: center;
        background: url("../images/bg_enter01.png") no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 30px 0 9px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: -30px;
        position: relative;
        z-index: 999;
    }
    .enterlink img{
        width: 120px;
    }
    .enterlink span{
        display: none!important;
    }
    .enterlink a.exitlink{
        margin-left:10px;
    }
    .enterlink a{
        width: 160px;
        display: inline-block;
        padding: 13px 40px 13px 60px;
        color: #fff;
        font-size: 18px;
        line-height: 1.3em;
        letter-spacing: 1px;
        text-decoration: none !important;
        text-shadow: rgba(0,0,0,0.6) 0 1px 2px;
        font-family: 'TsukuARdGothic-Regular',筑紫A丸ゴシック,'Kosugi Maru',sans-serif;
        background: url(../images/bg_side_tit.jpg) no-repeat left center;
        -webkit-background-size: cover;
        background-size: cover;
        border: 2px #8e6d26 solid;
        border-radius: 12px;
        box-shadow: rgba(0,0,0,0.6) 0 2px 3px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .enter-inner{
        width: 100%;
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .enter .rule{
        display: inline-block;
        text-align: left;
        margin: 30px 10px 20px;
        font-size: 12px;
        line-height: 2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/*------------------------top.php------------------------*/

.event{
    text-align: center;
}
.event .img01{
    padding-top: 50px;
}
.news-box{
    padding: 10px;
    line-height: 1.8em;
    border: 1px #dbba5b solid;
    background: #fff6d2 url(../images/bg_main.png) repeat-y left top;
    box-shadow: rgba(0,0,0,0.4) 0 2px 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-in{
    height: 500px;
    overflow-y: auto;
}
.news-cont{
    margin: 0 10px;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px dotted #b5923a;
}
.news-cont .tit{
    padding: 10px 15px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border: 3px #b5923a double;
    background: #fff;
}
.news-cont .txt{
    margin-top: 10px;
    font-size: 15px;
    line-height: 2;
}

.news-cont .img{
    float: left;
    width: 200px;
}
.news-cont .des{
    overflow: hidden;
    padding-top: 30px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-cont .des p{
    display: block;
    width: 100%;
    line-height: 2;
}
.news-cont .destit{
    font-size: 14px;
    line-height: 1.6em;
    color: #8b4513;
}
.news-cont .name{
    font-size: 16px;
    color: #00008b;
    font-weight: bold;
}
.news-cont .time{
    font-size: 16px;
}
.news-cont .size{
    color: #32cd32;
    font-size: 16px;
}
.news-cont .sm{
    font-size: 14px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .event .img01{
        padding-top: 25px;
    }
    .news-box{
        padding: 5px;
        line-height: 1.5em;
    }
    .news-in{
        height: 450px;
        overflow-y: auto;
    }
    .news-cont{
        margin: 0 5px;
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 2px dotted #b5923a;
    }
    .news-cont .tit{
        padding: 10px 15px;
    }
    .news-cont .txt{
        margin-top: 10px;
        font-size: 13px;
    }
    .news-cont .img{
        float: left;
        width: 120px;
    }
    .news-cont .des{
        padding-top: 0;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-cont .des p{
        display: block;
        width: 100%;
        line-height: 1.8;
    }
    .news-cont .destit{
        font-size: 12px;
    }
    .news-cont .name{
        font-size: 14px;
    }
    .news-cont .time{
        font-size: 14px;
    }
    .news-cont .size{
        color: #32cd32;
        font-size: 14px;
    }
    .news-cont .sm{
        font-size: 12px;
        line-height: 2;
    }
}

.sp-pick-up-box{
    margin-top: 10px;
}

.sp-pick-up-box .container{
    padding: 5px;
    line-height: 1.8em;
    border: 1px #dbba5b solid;
    background: #fff6d2 url(../images/bg_main.png) repeat-y left top;
    box-shadow: rgba(0,0,0,0.4) 0 2px 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}








/*------------------------system.php------------------------*/
.system-cont+.system-cont{
    margin-top: 30px;
}
.system-txt{
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #ad0e2c;
    line-height: 1.5;
}
.system-cont{
    font-family:'TsukuARdGothic-Regular',筑紫A丸ゴシック,sans-serif;
    background: url("../images/border01.jpg") repeat-x left top,
    url("../images/border01.jpg") repeat-x left bottom,
    url("../images/border02.jpg") repeat-y left top,
    url("../images/border02.jpg") repeat-y right top;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont01{
    font-size: 18px;
    text-align: left;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont01 .text01{
    font-size: 24px;
    font-weight: bold;
    color: #ad0e2c;
    margin-bottom: 20px;
}
.system-cont01 .text02{
    line-height: 1.8;
}
.system-cont01 .text02 span{
    margin-top: 20px;
    display: block;
    color: #ad0e2c;
    font-weight: bold;
}
.system-tit{
    padding: 5px 0;
    font-size: 24px;
    color: #ffdb27;
    line-height: 34px;
    text-align: center;
    background: -webkit-linear-gradient(top, #6d3011, #471d05);
}
.dl-box{
    padding: 20px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dl-box1{
    padding: 20px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dl-box-pos{
    position: relative;
}
.dl-box .pos{
    font-size: 16px;
    padding: 5px 0 10px;
    display: block;
    font-weight: bold;
    color: #f31c06;
}
.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-box1 table{
    width: 100%;
}
.dl-box01 table{
    width: 100%;
}

.dl-box table th{
    text-align: center;
    font-size: 18px;
    padding: 10PX 0;
}
.dl-box1 table th{
    text-align:left;
    font-size: 18px;
    padding: 10PX 0;
}

.color-sys{
    color: #ff1f89!important;
}
.color-sys1{
    color: #ff1f89!important;
}

.dl-box table td{
    padding: 15PX 0;
    text-align: center;
    font-size: 30px;
    color: #434343;
}
.dl-box table td span{
    font-size: 24px;
}
.dl-box1 table td{
    padding: 15PX 0;
    text-align: left;
    font-size: 30px;
    color: #434343;
}
.dl-box1 table td span{
    font-size: 30px;
}

.dl-box01 table th{
    text-align: center;
    font-size: 18px;
}
.dl-box01 table td{
    text-align: center;
    font-size: 15px;
    border: 1px solid #434343;
    padding: 10px 0;
    color: #434343;
}
.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){
    background: #fff;
}

.dl-box01 .txt01{
    font-size: 22px;
    padding: 10px 0;
    border-top: 1px dashed #cccccc;
}

.dl-box01 .txt01:last-child{
    border-bottom: 1px dashed #cccccc;
}
.system-cont .tablebox{
    padding: 20px;
    background: rgba(255,255,255,0.85);
    text-align: left;
}
.system-cont .tablebox dt{
    font-size: 16px;
    padding: 5px 10px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont .tablebox dd{
    margin: 5px 0 20px;
    font-size: 16px;
    text-align: left;
}
.bg01{
    background: #7806a8;
}
.bg02{
    background: #e769bf;
}
.bg03{
    background: #2a37e4;
}
.bg04{
    background: #ff8c38;
}
.bg05{
    background: #358c27;
}
.system-cont-box{
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont-box .ht01{
    margin-bottom: 20px;
}
.system-cont-box dl{
    display: table;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.system-cont-box dt{
    display: table-cell;
    width: 340px;
}
.system-cont-box dt img{
    width: 100%;
}
.system-cont-box dd{
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.8;
    padding: 0 15px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont-box-txt{
    font-size: 16px;
    color: #ad0e2c;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: left;
}

.system-cont-box ul{
    margin-left: -15px;
}
.system-cont-box li{
    float: left;
    width: 50%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont-box li span{
    padding: 5px 0 0;
    display: block;
    text-align: center;
    font-size: 15px;
}
.system-cont-box .txt{
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .system-txt{
        padding: 10px 10px 0;
        font-size: 15px;
        text-align: left;
        color: #ad0e2c;
    }
    .dl-box-pos .pos{
        position: absolute;
        top: 54%;
        transform: translateY(-50%);
        right: 15px;
        z-index: 2;
        font-size: 14px;
        font-weight: bold;
        color: #f31c06;
    }

    .system-cont+.system-cont{
        margin-top: 15px;
    }
    .system-cont{
        padding: 8px;
    }

    .system-tit{
        font-size: 18px;
        line-height: 34px;
    }
    .dl-box{
        padding: 10px 5px;
    }
	.dl-box1{
        padding: 10px 5px;
    }
    .dl-box01{
        padding: 10px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .dl-box table th{
        text-align: center;
        font-size: 14px;
        padding: 8px 0;
    }

    .dl-box table td{
        text-align: center;
        font-size: 20px;
        color: #434343;
        padding: 8px 0;
    }
    .dl-box table td span{
        font-size: 16px;
    }
	
    .dl-box1 table td{
        text-align: center;
        font-size: 20px;
        color: #434343;
        padding: 8px 0;
    }
    .dl-box1 table td span{
        font-size: 16px;
    }
    .dl-box table td:nth-child(1){
        font-size: 20px;
    }

    .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: 14px;
        padding: 5px 0;
        color: #434343;
    }
    .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;
    }

    .system-cont01 {
        font-size: 14px;
        text-align: left;
        padding: 15px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont01 .text02 span {
        margin-top: 10px;
        font-size: 16px;
        color: #ad0e2c;
        font-weight: bold;
    }
    .system-cont-box-txt{
        font-size: 14px;
        color: #ad0e2c;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .system-cont01 .text01{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .system-cont .tablebox{
        padding: 10px;
        background: rgba(255,255,255,0.85);
        text-align: left;
    }
    .system-cont .tablebox dt{
        font-size: 16px;
        padding: 5px 10px;
        color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont .tablebox dd{
        margin: 5px 0 10px;
        font-size: 14px;
        text-align: left;
    }

    .system-cont-box{
        padding: 10px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont-box .ht01{
        margin-bottom: 10px;
        font-size: 16px;
        padding: 15px 20px 15px 50px;
    }
    .system-cont-box dl{
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .system-cont-box dt{
        display: block;
        width: 100%;
        text-align: center;
    }
    .system-cont-box dt img{
        width: 95%;
    }
    .system-cont-box dd{
        display: block;
        vertical-align: top;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.8;
        padding: 0 15px;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont-box ul{
        margin-left: 0;
    }
    .system-cont-box li{
        float: left;
        width: 100%;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont-box li span{
        padding: 5px 0 10px;
        display: block;
        text-align: center;
        font-size: 14px;
    }
    .system-cont-box .txt{
        margin-top: 0;
        font-size: 13px;
        line-height: 1.8;
    }
}




/*------------------------staff.php------------------------*/




/*------------------------schedule.php------------------------*/
.com-container{
    padding: 20px;
    line-height: 1.8em;
    border: 1px #dbba5b solid;
    background: #fff6d2 url(../images/bg_main.png) repeat-y left top;
    box-shadow: rgba(0,0,0,0.4) 0 2px 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainbox01{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@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;
    }
}



/*------------------------staff01.php------------------------*/
.staff01 .tags{
    border: 1px solid #97adbe;
    padding: 2px 0;
    text-align: center;
    width: 330px;
}
.staff01 .icoimg{
    padding: 10px 0 10px;
}


.staff01-img01{
    width: 330px;
    float: left;
    margin-right: 28px;
}
.staff01-img img{
    width: 100%;
}
.staff01-des{
    float: right;
    width: 440px;
}


.txt_box{
    font-size: 14px;
    margin-bottom: 20px;
    padding: 15px;
    color: #222;
    background: #fff;
    position: relative;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.txt_box .name img{
    vertical-align: middle;
    margin-left: 10px;
}
.txt_box01{
    line-height: 2.5;
}
.ht03{
    padding: 5px 0;
    font-size: 20px;
    color: #ffdb27;
    line-height: 34px;
    text-align: center;
    background: -webkit-linear-gradient(top, #6d3011, #471d05);
    margin-bottom: 10px;
}


.staff01-box{
    margin-top: 20px;
}



.imglist{
    margin-top: 15px;
}
.imglist ul{
    margin-left: -5px;
    width: 330px;
}
.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;
}
.nav-list03{
    text-align: center;
    margin-bottom: 20px;
}


@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;
    }

    .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{
        margin-top: 15px;
    }
    .staff01-des .tablebox .comment{
        font-size: 12px;
        margin-top: 10px;
    }
}


/*------------------------recruit.php------------------------*/
.recruit-box{

}
.recruit-in{
    border-bottom: 1px solid #a79864;
}

.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #a79864;
}
.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: #60290a;
    border-left: 1px solid #ab935c;
    border-right: 1px solid #ab935c;
}
.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 #a79864;
    line-height: 2;
}
.recruit-box dd a{
    color: #000;
    text-decoration: underline;
    font-size: 16px;
}

@media screen and (max-width: 767px) {

    .recruit-box dt{
        font-size: 14px;
    }
    .recruit-box dd{
        font-size: 12px;
    }
}

/*------------------------hotel.php------------------------*/

.hotel-box{

}
.hotel-box .caption{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 0 0 10px 0;
}
.hotel-in+.hotel-in{
    margin-top: 20px;
}
.hotel-box table{
    width: 100%;
}
.hotel-box table tr{
    border: 1px solid #a79864;
}
.hotel-box table th{
    border: 1px solid #a79864;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #fff;
    background: #60290a;
    width: 30%;
}
.hotel-box table .newwidth{
    width: 40%;
}
.hotel-box table td{
    border: 1px solid #a79864;
    padding: 8px 0 8px 10px;
    font-size: 14px;
    color: #000;
    background: #fff;
}
.hotel-box table td a{
    color: #fff;
}
@media screen and (max-width: 767px) {
    .hotel-in+.hotel-in{
        margin-top: 15px;
    }
    .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{
    background: #fff;
}
.link-box table{
    width: 100%;
    border: 1px solid #a79864;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #a79864;
}
.link-box table td{
    border: 1px solid #a79864;
    padding: 50px 30px;
    -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 20px;
    }
}



.guangtu{
    margin-top: 10px;
}

.guangtu .list01{
    margin-left: 0;
    margin-top: 0;
}
.guangtu .list01 li{
    text-align: center;
    float: left;
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.otherlinks a:last-child{
    display: inline-block;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .otherlinks a:last-child{
        display: inline-block;
        margin-left: 10px;
    }
    .otherlinks a{
        display: inline-block;
        max-width: 45%;
    }
}










/***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) {
	
}