@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*------------------------index.html------------------------*/
#wrapper.enter{
    background: url("../images/bg_index.jpg") no-repeat top center;
    background-attachment: fixed;
}
.enter-maintxt{
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #146DEB;
    line-height: 25px;
}
.enter #header{
    padding: 190px 0 40px;
}

.enterlink{
    margin-top: 10px;
    text-align: center;
}
.enterlink span{
    margin: 0 40px;
}
.enterlink a img{
    vertical-align: middle;
}
.enterlink span img{
    vertical-align: middle;
}
.enterlinktxt{
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}
.enterlink span a{
    color: #FF0000;
    text-decoration: underline;
}

.enter-txt01{
    padding: 70px 0 92px;
    text-align: center;
    color: #000;
    font-size: 12px;
}
.enter-txt01 span{
    font-size: 12px;
    font-weight: bold;
    color: #d12b7c;
}

.link2{
	padding-bottom:20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #wrapper.enter{
        background: url("../images/bg_cont.png") repeat 0 0;
        background-attachment: inherit;
    }
    .enter #header{
        padding: 50px 0 100px;
    }
    .enterlink{
        margin-top: 20px;
        text-align: center;
    }
    .enterlink span{
        display: block;
        margin: 20px 0;
    }
    .enterlink a img{
        vertical-align: middle;
    }
    .enterlink span img{
        vertical-align: middle;
    }
    .enter-txt01{
        padding: 30px 10px 50px;
        text-align: center;
        color: #fff;
        font-size: 12px;
    }
    .enter-txt01 span{
        font-size: 12px;
        font-weight: bold;
    }
	.link2{
		padding-bottom:20px;
        text-align: center;
    }
}

/*------------------------top.php------------------------*/

.top .event{
    margin: 20px 0 20px;
    text-align: center;
}
.pick-up{
    float: left;
    width: 370px;
    height: 580px;
    padding: 0 28px 20px;
    border: 1px solid #645917;
    background: -webkit-linear-gradient(top, #2f2f2f, #020202);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pick-up .tit{
    margin-bottom: 10px;
}
.pick-up .name{
    margin-top: 10px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.pick-up .size{
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 3px;
    color: #fff;
}
.news{
    float: right;
    width: 610px;
    border: 1px solid #645917;
    background: -webkit-linear-gradient(top, #2f2f2f, #020202);
}
.news-in{
    height: 507px;
    overflow-y: scroll;
}
.news-cont{
    padding: 10px 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #666;
}
.news .img{
    float: left;
    width: 100px;
}
.news .des{
    overflow: hidden;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news .des .name{
    font-size: 16px;
}

.news .des .name img{
    vertical-align: middle;

}
.news .des .size{
    font-size: 14px;
}
.news .des .txt{
    font-size: 13px;
    margin-top: 10px;
}

.whatnew{
    margin-top: 20px;
    border: 1px solid #645917;
    background: -webkit-linear-gradient(top, #2f2f2f, #020202);

}



.top .whatnew-box{
    height: 360px;
    overflow-y: scroll;
    color: #fff;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .whatnew-box-in{
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .whatnew-box-cont{
    color: #fff;
    line-height: 1.8;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
}
.top .whatnew-box-cont .jb-box{
    border-bottom: 1px dotted #cccccc;
}
.top .whatnew-box-cont .tit{
    color: #d0c069;
    font-weight: bold;
}
.top .whatnew-box-cont .time{
    font-size: 14px;
}

.top .whatnew-box-cont .color-txt{
    padding: 10px 0 15px;
}
.top .whatnew-box-cont .color-txt span{
    font-size: 18px;
    font-weight: bold;
}
.color01{
    color: #e700fc;
}
.color02{
    color: #ff6c00;
}
.color03{
    color: #ff0000;
}
.color04{
    color: #0000ff;
}
.color05{
    color: #3dcd04;
}

.top .whatnew-box-cont .price-txt{
    font-size: 24px;
    font-weight: bold;
    color: #d0c069;
}
.top .whatnew-box-cont .price-txt span{
    color: #d12b7c;
    margin-right: 10px;
}
.top .whatnew-box-cont .order-txt01{
    margin-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;
}
.slick-prev:before,
.slick-next:before{
    display: none;
}

@media screen and (max-width: 767px) {
    .top .event{
        margin: 15px 0 15px;
    }
    .pick-up{
        display: none;
    }
    .news{
        float: none;
        width: 100%;
    }
    .news-in{
        height: 380px;
        overflow-y: scroll;
    }
    .news-cont{
        padding: 10px 0 15px;
        border-bottom: 1px dashed #666;
    }
    .news .img{
        float: left;
        width: 100px;
    }
    .news .des{
        overflow: hidden;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news .des .name{
        font-size: 14px;
    }

    .news .des .name img{
        vertical-align: middle;
    }
    .news .des .size{
        font-size: 12px;
    }
    .news .des .txt{
        font-size: 12px;
        margin-top: 10px;
    }


    .whatnew{
        margin-top: 10px;
        border: 1px solid #645917;
        background: -webkit-linear-gradient(top, #2f2f2f, #020202);

    }

    .top .whatnew-box{
        height: 300px;
    }
    .top .whatnew-box-in{
        padding: 10px 10px;
    }
    .top .whatnew-box-cont{
        color: #fff;
        line-height: 1.8;
        font-size: 14px;
    }

    .top .whatnew-box-cont .time{
        font-size: 12px;
    }

    .top .whatnew-box-cont .color-txt span{
        font-size: 16px;
        font-weight: bold;
    }
    .top .whatnew-box-cont .price-txt{
        font-size: 20px;
        font-weight: bold;
    }
    .top .whatnew-box-cont .price-txt span{
        margin-right: 10px;
    }
    .top .whatnew-box-cont .order-txt01{
        margin-top: 10px;
    }


}





/*------------------------system.php------------------------*/

.system-cont{
    border: 1px solid #645917;
    background: -webkit-linear-gradient(top, #2f2f2f, #020202);
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont+.system-cont{
    margin-top: 30px;
}
.system-in{
    padding: 15px 60px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Times New Roman";
}
.system-in .price{
    font-size: 60px;
}
.system-in .price .lefttxt{
    display: inline-block;
    width: 160px;
}
.system-in .price span{
    font-size: 30px;
    margin-left: 15px;
}

.system-in .price b{
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    margin: 0 30px;
}



.system-in01{
    display: flex;
    text-align: center;
    padding: 15px 60px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Times New Roman";
}
.system-in01 .price{
    font-size: 25px;
    width: 50%;
}
.system-in01 .price .lefttxt{
    display: inline;
}
.system-in01 .price span{
    font-size: 25px;
    margin-left: 30px;
}

.system-in01 .price b{
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    margin: 0 30px;
}







.dl-box03{
    padding: 20px 40px;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0 0 5px #645917;
    -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;
}
.system-cont dt {
    font-size: 30px;
    font-weight: bold;
}
.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 dd {
    font-size: 20px;
}

.bg01{
    background: #ff9cc7;
}
.bg02{
    background: #afaaff;
}
.bg03{
    background: #f4ad56;
}
.bg04{
    background: #a5c339;
}
@media screen and (max-width: 767px) {
    .system .mainbox .tit{
        margin-bottom: 0;
    }
    .system-cont{
        border: 1px solid #645917;
        background: -webkit-linear-gradient(top, #2f2f2f, #020202);
        padding: 15px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont+.system-cont{
        margin-top: 15px;
    }
    .system-in{
        padding: 10px 10px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Times New Roman";
    }
    .system-in .price{
        font-size: 26px;
    }
    .system-in .price .lefttxt{
        display: inline-block;
        width: 70px;
    }
    .system-in .price span{
        font-size: 14px;
        margin-left: 10px;
    }

    .system-in .price b{
        display: inline-block;
        width: 120px;
        overflow: hidden;
        font-size: 12px;
        font-weight: normal;
        vertical-align: middle;
        margin: 0 10px;
    }

    .dl-box03{
        padding: 10px 15px;
        margin-top: 20px;
        border-radius: 10px;
        box-shadow: 0 0 5px #645917;
        -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;
    }
    .system-cont dt {
        font-size: 20px;
        font-weight: bold;
    }
    .system-cont dt span {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-top: 10px;
        vertical-align: top;
        margin-right: 10px;
    }
    .system-cont dd {
        font-size: 14px;
    }

    .bg01{
        background: #ff9cc7;
    }
    .bg02{
        background: #afaaff;
    }
    .bg03{
        background: #f4ad56;
    }
    .bg04{
        background: #a5c339;
    }
	.system-in01{
		display: block;
		padding: 5px 10px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		font-family: "Times New Roman";
	}
	.system-in01 .price{
		font-size: 18px;
		width: 100%;
		display: flex;
    	align-items: center;
	}
	.system-in01 .price .lefttxt{
		width: 90px;
	  }
	.system-in01 .price span{
		font-size: 14px;
        margin-left: 10px;
	}
	
	.system-in01 .price b{
		display: inline-block;
        width: 120px;
        overflow: hidden;
        font-size: 12px;
        font-weight: normal;
        vertical-align: middle;
        margin: 0 10px;
	}
}


/*------------------------staff.php------------------------*/




/*------------------------schedule.php------------------------*/
.mainbox{
}
.mainbox .tit{
    margin-bottom: 20px;
}
.com-container{
}

@media screen and (max-width: 767px) {
    .mainbox{
        margin: 10px 0 0;
    }

}



/*------------------------staff01.php------------------------*/
.staff01 .tags{
    border: 1px solid #97adbe;
    padding: 2px 0;
    text-align: center;
    width: 330px;
}
.staff01 .icoimg{
    padding: 10px 0 10px;
}

.staff01-box{
    border: 1px solid #645917;
    background: -webkit-linear-gradient(top, #2f2f2f, #020202);
}
.staff01-img{
    width: 450px;
    float: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-img .img img{
    border: 3px solid #d12b7c;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des{
    padding-top: 10px;
    float: right;
    width: 460px;
    margin-right: 25px;
}

.staff01-des .tablebox .name{
    font-size: 30px;
    margin-right: .2em;
    font-family: 'Hiragino Mincho ProN','Yu Mincho',serif;
    color: #fff;
}
.staff01-des .tablebox .name span{
    font-size:20px;
}
.staff01-des .tablebox .size{
    font-size: 16px;
    color: #fff;
}
.staff01-des .tablebox .sche_now{
    display: inline-block;
    width: 120px;
    height: 23px;
    background: #d12b7c;
    color: #fff;
    text-align: center;
    line-height: 23px;
    margin-top: 10px;
    font-weight: bold;
}
.staff01-des .comment{
    margin-top: 20px;
}
.staff01-des .comment .txt{
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}



.imglist{
    padding: 0 20px;
}

.imglist ul{
    margin-top: 15px;
    margin-left: -8px;
}
.imglist li{
    float: left;
    width: 20%;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    border: 1px solid #d12b7c;
    cursor: pointer;
}
.nav-list03{
    text-align: center;
}
.schedule-frame{
    margin-top: 20px;
    color: #fff;
}
.schedule-frame table{
    width: 100%;
}
.schedule-frame th{
    width: 14.28%;
    height: 20px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 14px;
}
.schedule-frame td{
    width: 14.28%;
    text-align: center;
    border: 1px solid #fff;
    height: 75px;
    vertical-align: middle;
    display: table-cell;
    background: #d12b7c;
    color: #fff;
}
@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;
    }
    .staff01-des .comment .txt{
        font-size: 14px;
        padding-top: 10px;
    }
    .schedule-frame th{
        font-size: 12px;
    }
}


/*------------------------recruit.php------------------------*/

.recruit-in{
    border-bottom: 1px solid #a31158;
}

.recruit-box dl{
    display: table;
    width: 100%;
}
.recruit-box dt{
    background: #d12b7c;
    color: #ffffff;
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    border-top: 1px solid #a31158;
}
.recruit-box dd{
    display: table-cell;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    text-align: left;
    color: #d12b7c;
    vertical-align: middle;
    border-top: 1px solid #a31158;
    border-right: 1px solid #a31158;
    line-height: 2;
    background: #fff;
}
.recruit-box dd a{
    color: #d12b7c;
}

@media screen and (max-width: 767px) {

    .recruit-box dt{
        font-size: 14px;
    }
    .recruit-box dd{
        font-size: 12px;
    }
}

/*------------------------hotel.php------------------------*/
.hotel-box .btn{
    text-align: center;
    margin-top: 15px;
}
.hotel-box .btn a{
    display: inline-block;
    width: 360px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #23d4f4;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .hotel-box .btn{
        margin-top: 10px;
    }
    .hotel-box .btn a{
        display: inline-block;
        width: 300px;
        height: 40px;
        border-radius: 20px;
        line-height: 40px;
        font-size: 14px;
    }
}





.hotel-box .box01+.box01{
    margin-top: 15px;
}
.hotel-box .caption{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 10px 0;
}
.hotel-in+.hotel-in{
    margin-top: 20px;
}
.hotel-box table{
    width: 100%;
}
.hotel-box table tr{
    border: 1px solid #a31158;
}
.hotel-box table th{
    border: 1px solid #a31158;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #fff;
    background: #d12b7c;
    width: 30%;
}
.hotel-box table .newwidth{
    width: 40%;
}
.hotel-box table td{
    border: 1px solid #a31158;
    padding: 8px 0 8px 10px;
    font-size: 14px;
    background: #fff;
    color: #a31158;
}
.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: 25px;
}
.link-box table{
    width: 100%;
    border: 1px solid #a31158;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #a31158;
}
.link-box table td{
    border: 1px solid #a31158;
    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-top: 10px;
    }
    .link-box table td{
        padding: 30px 10px;
    }
}

.schedule-box .listbox .img::before {
	background: none;
}
.schedule-box .listbox .new::before {
    background: rgba(0, 0, 0, 0) url("../images/icon_new.png") no-repeat scroll 0 0;
    content: "";
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 2;
}


/***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) {
	
}