@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */
/*------------------------index.php------------------------*/
/*認証トップ*/
#index{
    margin:0 auto;
    background-image:url(../images/index_bg.png);
    background-repeat:no-repeat;
    background-position:center top;
    height:804px;
}

#index_main{
    width:1100px;
    height:804px;
    margin:0px auto;
}

.logo{
    margin:5px auto;
}

.enter{
    margin:auto 0px;
}

.image_shine{
    width:600px;
    height:67px;
    margin: 0px 150px;
    position: relative;
    border: 0px solid #666;
    transition:all 0.5s ease;
}

.hover_shine{
    width:600px; height: 67px;
}

.hover_shine:hover{
    /*Final position*/
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}


.exit{
    margin:20px 205px;
}

/*認証フッター*/

#fotter{
    margin:0 auto;
    background-image:url(../images/index_bg_fotter.png);
    background-repeat:repeat-y;
    background-position:center top;
}

#f_info{
    width:1000px;
    margin:0px auto;
    padding-top:20px;
    text-align:center;
}

#f_about{
    width:650px;
    margin:20px auto;
    font-size:16px;
    font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-shadow:1px 1px 2px #FFF;
}


#f_about hr {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #fff;
}

.rec{
    float:left;
    margin-right:10px;
}

.sp{
    float:left;
    margin-right:10px;
}

.mb{
    float:left;
    margin-right:10px;
}

.enter-header{
    text-align: center;
}
.enterlinks{
    background: url("../images/bg_enterlinks.jpg") no-repeat top center;
    height: 141px;
    padding-top: 28px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.enterlinks-box{
    background: url("../images/index_bg_fotter.png") no-repeat top center;
    padding-bottom: 150px;
    -webkit-background-size: cover;
    background-size: cover;
}
.enterlinks-box .txt{
    color: #fff;
    text-align: left;
    font-size: 14px;
    margin-top: 45px;
    padding-left: 10px;
}
.enterlinks .text{
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.enter-event{
    padding: 60px 0 30px;
    text-align: center;
}
.enterlinks img{
    vertical-align: middle;
}
.enterlinks span{
    margin: 0 40px;
}

.rule-box{
    text-align: center;
}
.rule{
    padding: 20px 60px 20px;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    #index{
        background-image:none;
        background-repeat:no-repeat;
        background-position:center top;
        height:auto;
    }
    #wrapper.enter{
        background: url("../images/sp_bg_index.jpg") no-repeat top center;
    }
    #index_main{
        width:100%;
        height:auto;
        margin:0px auto;
    }
    .logo{
        margin:5px auto;
    }

    .enter{
        margin:auto 0px;
    }

    .image_shine{
        width:600px;
        height:67px;
        margin: 0px 150px;
        position: relative;
        border: 0px solid #666;
        transition:all 0.5s ease;
    }

    .hover_shine{
        width:600px; height: 67px;
    }

    .hover_shine:hover{
        /*Final position*/
        opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)";
    }


    .exit{
        margin:20px 205px;
    }

    /*認証フッター*/

    #fotter{
        margin:0 auto;
        background-image:url(../images/index_bg_fotter.png);
        background-repeat:repeat-y;
        background-position:center top;
    }

    #f_info{
        width:1000px;
        margin:0px auto;
        padding-top:20px;
        text-align:center;
    }

    #f_about{
        width:650px;
        margin:20px auto;
        font-size:16px;
        font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
        text-shadow:1px 1px 2px #FFF;
    }


    #f_about hr {
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #fff;
    }

    .rec{
        float:left;
        margin-right:10px;
    }

    .sp{
        float:left;
        margin-right:10px;
    }

    .mb{
        float:left;
        margin-right:10px;
    }
    .sp_enterlink{
        margin: 20px 0 0;
        text-align: center;
    }
    .sp_enterlink a img{
        max-width: 300px;
    }
    .text18{
        margin-top: 10px;
        font-size: 14px;
    }
    .text18 a{
        text-decoration: underline;
        color: #C36;
    }
    .enterlinks-box{
        background: none;
        padding: 0 10px 50px;
        -webkit-background-size: cover;
        background-size: cover;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .enter-event{
        padding: 30px 0 20px;
        text-align: center;
    }
    .rule-box{
        text-align: center;
    }
    .rule{
        padding: 10px 0 20px;
        display: inline-block;
        text-align: left;
        font-size: 13px;
        line-height: 2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}




/*------------------------top.php------------------------*/
.flbox03{
    margin-top: 20px;
}
.news{
    background: url("../images/bg_news.png") no-repeat 0 0;
    width: 620px;
    height: 410px;
    margin-bottom: 10px;
    float: left;
    padding: 58px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-cont{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-cont .img{
    float: left;
    width: 230px;
    border: 2px solid #e0a638;
}
.news-box .des{
    overflow: hidden;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-box .time{
    font-size: 16px;
    color: #be8640;
    padding: 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-box .tit{
    font-size: 16px;
    margin: 20px 0;
    color: #695129;
    text-align: center;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-box .txt{
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 2;
}
.news-cont+.news-cont{
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    .news{
        margin-top: 10px;
        background: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        float: none;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-in{
        margin-top: 10px;
        background: url("../images/sp_bg_news.png") repeat top center;
        padding: 10px;
        height: 400px;
        overflow-y: scroll;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-cont{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-cont .img{
        float: none;
        text-align: center;
        width: 100%;
        border:none;
    }
    .news-cont .img img{
        width: 200px;
        border: 1px solid #e0a638;
    }
    .news-box .des{
        overflow: hidden;
        padding: 10px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-box .time{
        font-size: 14px;
    }
    .news-box .tit{
        font-size: 14px;
        margin: 10px 0;
    }

    .news-box .txt{
        font-size: 13px;
    }
    .news-cont+.news-cont{
        margin-top: 10px;
    }
}

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

}

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

}
.system-cont{
    margin-top: 30px;
}
.system-cont{

    box-shadow: 0 0 10px #fd6acb;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.middle img{
    vertical-align: middle;
}
.system-tit{
    width: 230px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    margin: 0 auto;
    background: rgba(255,255,255,0.6);
    color: #d89d3d;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    text-align: center;
}
.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: #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(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: 20px;
    padding: 5px 0;
    color: #000;
}

.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: 18px;
    font-weight: bold;
    padding: 10px 0;
    border-top: 1px dashed #cccccc;
}

.dl-box01 .txt01:last-child{
    border-bottom: 1px dashed #cccccc;
}
.comtxt{
    margin-top: 20px;
    text-align: left;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.comtxt01{
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    color: #000;
}
@media screen and (max-width: 767px) {
    .comtxt{
    margin-top: 16px;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.comtxt01{
    margin-top: 14px;
    text-align: left;
    font-size: 14px;
    color: #000;
}
    #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;
        background: #fff;
        margin-top: 15PX;
    }

    .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: 12px;
    }

    .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: 13px;
        padding: 5px 0;
    }
    .dl-box01 table td img{
        vertical-align: middle;
        margin-left: 8px;
    }

    .dl-box01 .txt01{
        font-size: 16px;
        padding: 10px 0;
        border-top: 1px dashed #cccccc;
    }

    .dl-box01 .txt01:last-child{
        border-bottom: 1px dashed #cccccc;
    }
}



/*------------------------access.php------------------------*/
.access-img{
    margin-top: 50px;
    text-align: center;
}
.access-img img{
    width: 80%;
}
.access-box .address table{
    width: 100%;
}
.access-box .address table th{
    width: 30%;
    font-size: 16px;
    padding: 15px 0;
    font-weight: bold;
    color: #a81365;
}
.access-box .address table td{
    font-size: 14px;
    text-align: left;
    padding: 15px 0;
}


@media screen and (max-width: 767px) {
    .access-img{
        margin-top: 25px;
        text-align: center;
    }
    .access-box{
        padding: 10px 10px!important;
    }
    .access-box .address table th{
        font-size: 14px;
        padding: 10px 0;
    }
    .access-box .address table td{
        font-size: 12px;
        text-align: left;
        padding: 10px 0;
    }
    .access-box iframe{
        width: 100%;
        height: 340px!important;
    }
}




/*------------------------schedule.php------------------------*/
.com-container{
    padding: 0 10px;
}

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

}



/*------------------------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: 460px;
    float: left;
    margin-right: 28px;
}
.staff01-img img{
    width: 100%;
    border: 3px solid #c78c00;
}
.staff01-des{
    overflow: hidden;
}


.txt_box {
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    text-align: left;
}
.txt_box .name{
    color: #fa3f85;
    font-size: 16px;
    font-weight: bold;
}
.txt_box .size{
    font-size: 14px;
    color: #fa3f85;
    font-weight: bold;
}
.txt_box .name img{
    vertical-align: middle;
    margin-left: 10px;
}
.txt_box01{
    line-height: 2.5;
}
.ht03{
    padding: 0 0 0 8px;
    border-left: 4px solid #fa3f85;
    font-weight: bold;
    color: #fa3f85;
    font-size: 20px;
    letter-spacing: 4px;
    text-align: left;
}


.staff01-box{
    margin-top: 20px;
}
.staff01-box .box{
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.imglist{
    margin-top: 15px;
}
.imglist ul{
    margin-left: -5px;
    width: 400px;
}
.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;
    border: 1px solid #c78c00;
}


.profile{
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    font-size: 24px;
    text-align: left;
    font-family: hiragino mincho pron,hg明朝e,ＭＳ Ｐ明朝,serif;
}
.profile .des{
    margin-left: 40px;
}
.profile .name{
    font-size: 32px;
    font-weight: bold;
    display: block;
    width: 100%;
    line-height: 1;

}
.profile .name span{
    font-size: 24px;
}
.mess .txt{
    margin: 20px 30px;
    padding: 15px;
    background: #fff;
    font-size: 14px;
    line-height: 2;
}
.schedule-time ul{
    margin-top: 20px;
}
.schedule-time li{
    background: url(../images/bg_schedule_li.png) no-repeat;
    height: 65px;
    line-height: 65px;
    padding: 0 60px;
    margin-bottom: 5px;
    position: relative;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .staff01-box{
        margin-top: 10px;
    }
    .staff01 .main-inner{
        width: 100%;
    }
    .staff01 .tags{
        text-align: center;
        width: 100%;
    }
    .staff01 .slick-slide img{
        margin: 0 auto;
        max-height: 360px;
    }
    .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{
        overflow: hidden;
    }
    .staff01-des .tablebox{
        margin-top: 15px;
    }
    .staff01-des .tablebox .comment{
        font-size: 12px;
        margin-top: 10px;
    }
    .staff01-box .box{
        padding:10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .staff01 .staff01-box{
        background: url("../images/bg_cont.jpg") repeat top center;
    }
    .profile{
    }
    .profile .des{
        margin-top: 10px;
        padding-left: 0;
    }
    .profile .name{
        font-size: 26px;
        font-weight: bold;
        display: block;
        width: 100%;
        line-height: 1;
    }
    .profile .size{
        width: 100%;
        text-align: center;
    }
    .profile .name span{
        font-size: 16px;
    }
    .mess .txt{
        margin: 10px 0 0 ;
        padding: 10px;
        background: #fff;
        font-size: 14px;
        line-height: 2;
    }
    .schedule-time ul{
        margin-top: 15px;
    }
    .schedule-time li{
        margin: 0 auto 5px;
        background: url(../images/bg_schedule_li.png) no-repeat top center;
        -webkit-background-size: contain;
        background-size: contain;
        height: 43px;
        line-height: 43px;
        padding: 0 60px;
        text-align: center;
        position: relative;
        font-size: 16px;
    }

}


/*------------------------recruit.php------------------------*/
.recruit-box{

}
.recruit-in{
    margin-top: 20px;
    border-bottom: 1px solid #d7ab40;
}

.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #d7ab40;
}
.recruit-box dt{
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    color: #d7ab40;
    border-left: 1px solid #d7ab40;
    border-right: 1px solid #d7ab40;
}
.recruit-box dd{
    display: table-cell;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background: #fff;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #d7ab40;
    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;
    }
    .recruit-in{
        margin-top: 0;
    }
    .recruit-img{
        margin: 10PX 0;
    }
}

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

.hotel-box{
}
.hotel-box .caption{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 10px 0;
    background: none;
    text-align: left;
}

.hotel-in+.hotel-in{
    margin-top: 20px;
}


.hotel-box table th{
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #fff;
}
.hotel-box table td{
    padding: 8px 0 8px 10px;
    font-size: 14px;
    color: #000;
}
.hotel-box table td a{
    color: #000;
}
@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{
    margin-top: 20px;
}
.link-box table{
    width: 100%;
    border: 1px solid #d7ab40;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #d7ab40;
    text-align: left;
}
.link-box table td{
    border: 1px solid #d7ab40;
    padding: 50px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

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

/*------------------------event.php------------------------*/





















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

}
