@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*------------------------index.php------------------------*/
#wrapper.enter{
}

.enter-cont{
    background: url("../images/bg_index.jpg") no-repeat top center;
}
.enter-inner{
    width: 1080px;
    margin: 0 auto;
    height: 1080px;
    position: relative;
}
.enter-left{
    position: absolute;
    top: 0;
    left: -800px;
    z-index: 9;
    float: left;
    width: 300px;
    background: url("../images/bg_enter.png") no-repeat top left;
    padding: 170px 0 0;
    height: 1080px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.enter-logo{
    position: absolute;
    top: -500px;
    right: 0;
    z-index: 9;
}
.enter-left .img02{
    margin-top: 20px;
    text-align: center;
}
.enter-left .img03{
    margin: 40px 0;
    text-align: center;
}
.enter-left .enter{
    text-align: center;
}
.enter-left .enter a{
    display: inline-block;
    position: relative;
    text-align: center;
}
.hover_shine{
    width:100%;
    height:100%;
    background-image: url(../images/shine.png);
    position: absolute;
    background-position: -262px 0;
    left:0px; top:0px;
    background-repeat:no-repeat;
    background-size: 100%;
    -webkit-transition: background-position .6s ease;
    -moz-transition: background-position .6s ease;
    -o-transition: background-position .6s ease;
    transition: background-position .6s ease;
}

.enter-left .leave{
    margin-top: 10px;
    text-align: center;
}
.enter-left .txt01{
    margin-top: 50px;
    padding: 0 35px;
    font-size: 15px;
    color: #464646;
    text-align: center;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.enter-copy{
    background: url("../images/bg_copyright.jpg") repeat-x 0 0;
    height: 45px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 45px;
}
@media screen and (max-width: 767px) {

    .enter-cont{
        background: url("../images/sp_bg_index.jpg") no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .enter-inner{
        width: 100%;
        height: auto;
    }
    .enter-logo{
        position: static;
        float: none;
        text-align: center;
        padding: 127px 0 125px;
    }
    .enter-link{
        padding: 20px 10px;
        text-align: center;
        background: rgba(255, 211, 211, 0.5);
    }
    .enter-link a{
        display: inline-block;
        width: 48%;
    }
    .enter-link a:last-child{
        margin-left: 4%;
    }
    .sp-txt01{
        padding: 20px 10px;
        color: #000;
        background: rgba(255, 211, 211, 0.5);
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .enter-copy{
        background: url("../images/bg_copyright.jpg") repeat 0 0;
        height: 45px;
        padding-top: 5px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        line-height: 1.5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
   .bg01{
       height: 50px;
       background: #000;
   }
}

/*------------------------top.php------------------------*/

.top .event{
    text-align: center;
}

.top .flbox{
    margin-top: 18px;
}
.top .flbox .pick-up{
    float: left;
    width: 260px;
}
.top .flbox .pick-up-box{
    background: #fab1bb;
    border: 1px solid #a16067;
    padding: 15px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top .flbox .face{
    float: right;
    width: 588px;
}
.top .flbox .face-box{
    height: 350px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #989898;
}
.top .flbox .face-in{
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .flbox .face-cont{
    border: 1px solid #aaaaaa;
    background: #f7f7f7;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .flbox .face-cont+.face-cont{
    margin-top: 20px;
}

.top .flbox .face-cont .time{
    font-size: 16px;
    color: #e47382;
    line-height: 28px;
}
.top .flbox .face-cont .name{
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
.top .flbox .face-cont .size{
    font-size: 14px;
    color: #000;
    line-height: 28px;
}
.top .flbox .face-cont .txt{
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #000;
    line-height:1.6;
}

.diary{
    height:350px;
}















.sp-pick-up-box{
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-top{
    padding: 0 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slider-top .img-slider{
    position: relative;
}
.slider-top img{
    border: 1px solid #666666;
}
.slider-top .des{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.4);
    padding: 10px 0;
    color: #fff;
    border-left: 1px solid #474747;
    border-right: 1px solid #474747;
}
.slider-top .name{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.slider-top .size{
    font-size: 12px;
    text-align: center;
}


.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: 33px;
    height: 56px;
    background: url("../images/prev01.png") no-repeat 0 0;
    left: 0;
    top: 50%;
    z-index: 99;
}
.slider-top .slick-next{
    width: 33px;
    height: 56px;
    background: url("../images/next01.png") no-repeat 0 0;
    right: 0;
    top: 50%;
    z-index: 99;
}




@media screen and (max-width: 767px) {
    .top .flbox .face{
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top .flbox .face-box{
        height: 315px;
        margin: 10px 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top .flbox .face-in{
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top .flbox .face-cont{
        border: 1px solid #aaaaaa;
        background: #f7f7f7;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}


/*------------------------system.php------------------------*/
.system-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont+.system-cont{
    margin-top: 15px;
}
.system-cont .ht01{
    background: linear-gradient( top,#ffbcbc,#fb6060);
    background: -webkit-linear-gradient( top,#ffbcbc,#fb6060);
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding-left: 15px;
    font-weight: bold;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont .cont-box{
    border: 1px solid #ff006c;
    border-top: none;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont .cont-box dl{
    width: 100%;
    display: table;
    border-bottom: 1px dotted #ff006c;
}
.system-cont .cont-box dt{
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    text-align: left;
    font-size: 16px;
    color: #000;
}

.system-cont .cont-box dd{
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #ff6e81;
    font-family: 'Libre Baskerville', serif;
}
.system-cont .cont-box1{
    border: 1px solid #ff006c;
    border-top: none;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont .cont-box1 dl{
    width: 100%;
    display: table;
    border-bottom: 1px dotted #ff006c;
}
.system-cont .cont-box1 dt{
    width: 33.33%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    text-align: left;
    font-size: 16px;
    color: #000;
}

.system-cont .cont-box1 dd{
    width: 33.33%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #ff6e81;
    font-family: 'Libre Baskerville', serif;
}
.system-cont .cont-box .txt01{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.system-cont .cont-box ul{

}
.system-cont .cont-box li{
    float: left;
    width: 25%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont .cont-box li .txt02{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px dotted #ff006c;
}
.system-cont .txt03{
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    padding: 10px 0 0;
}
.system-cont .txt04{
    font-size: 16px;
    padding: 10px 0 0;
}
.sys-little{
	font-size:16px !important;
	letter-spacing:normal !important;
	color:#000 !important;
}
.system-cont .img001{
    text-align: center;
}
@media screen and (max-width: 767px) {
    .system-cont .cont-box li{
        float: left;
        width: 33.33%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}















/*------------------------staff.php------------------------*/




/*------------------------schedule.php------------------------*/
.com-container{
    padding: 20px 0;
    -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{
        padding: 10px 0;
        -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{
}
.staff01-img{
    width: 400px;
    float: right;
}
.staff01-img .img{
    border: 3px solid #f59fa9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des{
    float: left;
    width: 430px;
}

.staff01-des .tablebox .name{
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient( top,#ffbcbc,#fb6060);
    background: -webkit-linear-gradient( top,#ffbcbc,#fb6060);
    line-height: 44px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des .tablebox .size{
    font-size: 12px;
    line-height: 30px;
    margin-top: 10px;
    background: #2B2727;
    color: #fff;
    padding-left: 20px;
}
.staff01-des .tablebox .title{
    margin-top: 15px;
    color: #ff3a5b;
    border-bottom: solid 1px #ff9cac;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}
.staff01-des .tablebox .text{
    font-size: 14px;
    padding: 10px;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des .tablebox table{
    margin-top: 10px;
    width: 100%;
    border: 1px solid #c5c5c5;
}
.staff01-des .tablebox th{
    width: 20%;
    background: #ffdddd;
    border: 1px solid #c5c5c5;
    padding: 4px 0;
    text-align: center;
    font-size: 12px;
}
.staff01-des .tablebox td{
    border: 1px solid #c5c5c5;
    padding: 4px 0;
    text-align: center;
}


.slider-staff{
    padding: 0 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slider-staff .img-slider{
    position: relative;
}
.slider-staff img{
    border: 1px solid #666666;
}
.slider-staff .des{
    display: none!important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #474747;
    padding: 10px 0;
    color: #fff;
    border-left: 1px solid #474747;
    border-right: 1px solid #474747;
}
.slider-staff .name{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.slider-staff .size{
    font-size: 12px;
    text-align: center;
}


.slider-staff .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-staff .slick-prev{
    width: 33px;
    height: 56px;
    background: url("../images/prev01.png") no-repeat 0 0;
    left: 0;
    top: 50%;
    z-index: 99;
}
.slider-staff .slick-next{
    width: 33px;
    height: 56px;
    background: url("../images/next01.png") no-repeat 0 0;
    right: 0;
    top: 50%;
    z-index: 99;
}

.imglist{
    margin-top: 10px;
    padding: 0 10px;
}
.imglist ul{
    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{
    border: 1px solid #f59fa9;
    cursor: pointer;
}
.nav-list03{
    text-align: center;
}
@media screen and (max-width: 767px) {
    .staff01-des{
        float: none;
        width: 100%;
        padding: 15px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


/*------------------------recruit.php------------------------*/
.recruit-box{
}
.recruit-in{
    border-bottom: 1px solid #ff006c;
    background: #fff;
}

.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #ff006c;
}
.recruit-box dt{
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #FFE4EA;
    border-left: 1px solid #ff006c;
    border-right: 1px solid #ff006c;
}
.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 #ff006c;
    line-height: 2;
}
.recruit-box dd a{
    color: #000;
}

@media screen and (max-width: 767px) {

    .recruit-box dt{
        font-size: 14px;
    }
    .recruit-box dd{
        font-size: 12px;
    }
}

/*------------------------hotel.php------------------------*/

.hotel-box .box01+.box01{
    margin-top: 20px;
}
.hotel-box .caption{
    font-size: 16px;
    font-weight: bold;
    color: #e47382;
    padding: 0 0 10px 0;
}

.hotel-box table{
    width: 100%;
}
.hotel-box table tr{
    border: 1px solid #ff006c;
}
.hotel-box table th{
    border: 1px solid #ff006c;
    padding: 7px 0 7px 10px;
    font-size: 14px;
    color: #fff;
    background: url("../images/bg_th.jpg") repeat-x 0 0;
    width: 30%;
}
.hotel-box table .newwidth{
    width: 40%;
}
.hotel-box table td{
    border: 1px solid #ff006c;
    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{
}
.link-box table{
    width: 100%;
    border: 1px solid #ff006c;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #ff006c;
}
.link-box table td{
    border: 1px solid #ff006c;
    padding: 50px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mobile{
	background:url(../images/side_mobile.jpg) no-repeat;
	width:227px;
	height:180px;
}
.mobile .mobile-img{
	margin-left: 14px;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {

    .link-box table td{
        padding: 30px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}




















/***PC 960px ~***/

/***IPAD 768px ~ 959px***/
@media screen and (max-width: 959px) {
	
}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {
	
}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {
	
}