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

/*------------------------index.html------------------------*/
.enter #header{
    background: url("../images/bg_header.html") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.enterlink-box{
    background: #000;
}
.enterlink-txt{
    font-size: 12px;
    padding: 12px 0 15px;
    text-align: center;
    color: #fff;
}
iframe{
    width: 100% !important;
    max-width: 100%!important;
}

.enterlink{
    text-align: center;
}
.enterlink span{
    margin: 0 20px 0 20px;
}
.enter-box{
    padding: 0 0 300px;
    text-align: center;
}
.enter-event{
    margin: 30px 0 56px;
}
.enter-event .img{
    margin-top: 5px;
}

.rule-box{
    text-align: center;
}
.enter-box .rule{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: left;
    line-height: 2.8;
}
.enter-box .rule span{
    display: block;
    margin-top: 20px;
}

.sub-contents .col-md-6 {
	margin-top: 20px;
}

.sub-contents .table {
	margin-top: 20px;
}

.sub-contents .table th {
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #CCC;
	width: 25%;
}

.sub-contents .panel {
	margin-top: 20px;
}

.sub-contents .panel-heading {
	font-size: 1.5em;
	text-align: center;
	background-color:#F69;
	color:#FFF;
	font-weight:bold;
}

.sub-contents .panel-body {
	font-size: 1.5em;
	text-align: center;
	line-height: 2.5em;
}

.sub-contents .panel-body small {
	font-size: 75%;
}

.sub-contents .table th {
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #CCC;
    width: 25%;
}

.sub-contents .panel-heading {
    font-size: 1.5em;
    text-align: center;
    background-color: #F69;
    color: #FFF;
    font-weight: bold;
}

.sub-contents .panel-body {
    font-size: 1.5em;
    text-align: center;
    line-height: 2.5em;
}


.menulist {
	border-bottom: 1px dotted #D3B89B;
}

@media screen and (max-width: 767px) {
    .enter #contents{
        padding-top: 0;
    }
    .enterlink-box{
    }
    .enterlink{
        text-align: center;
        margin:0  0 30px;
    }
    .enterlink a img{
        width: 100px;
    }
    .enter-box{
        padding: 0 0 50px;
        text-align: center;
    }
    .enter-event{
        margin: 10px 0 30px;
    }
    .enter-box .rule span{
        display: block;
        margin-top: 20px;
    }
    .enter-box .rule{
        padding: 0 10px;
        font-size: 12px;
        color: #fff;
        line-height: 2;
    }
}

/*------------------------index.php------------------------*/



.top .event{
    text-align: center;
}
.new-face{
    margin-top: 20px;
}
.new-face-box{
    padding: 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.new-face-box .img{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slick-slide{
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slick-prev{
    width: 32px;
    height: 32px;
    background: url("../images/prev.png") no-repeat 0 0;
    margin-top: -16px;
    left: -40px;
    z-index: 99;
}
.slick-next{
    width: 32px;
    height: 32px;
    background: url("../images/next.png") no-repeat 0 0;
    margin-top: -16px;
    right: -40px;
    z-index: 99;
}

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


@media screen and (max-width: 767px) {
    .top .event{
        margin-top: 10px;
    }
    .new-face{
        margin-top: 20px;
    }
    .new-face-box{
        padding: 10px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .new-face-box .des{
        background: #fff;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .new-face-box .name{
        display: inline-block;
        margin-right: 10px;
        color: #993366;
        font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", serif;
        font-size: 18px;
    }
    .new-face-box .name span{
        font-size: 14px;
    }
    .new-face-box .time{
        font-size: 14px;
        color: #ff005a;
    }
    .new-face-box .time i{
        margin-right: 10px;
    }
    .slick-slide{
        padding: 0 ;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .slick-prev{
        width: 32px;
        height: 32px;
        background: url("../images/prev.png") no-repeat 0 0;
        margin-top: -16px;
        left: -40px;
        z-index: 99;
    }
    .slick-next{
        width: 32px;
        height: 32px;
        background: url("../images/next.png") no-repeat 0 0;
        margin-top: -16px;
        right: -40px;
        z-index: 99;
    }

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

}

.top .news{
    margin-top: 15px;
}
.top .news-box{
    margin-top: 15px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
}
.top .news-box .tit{
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
    background-color: #F69;
}
.top .news-box .tit span{
    display: inline-block;
    margin-right: 5px;
    padding: 0 4px;
    background: #c28e43;
    color: #ffffff;
    font-size: 10px;
    line-height: 20px;
}
.top .news-box .txt{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
}

 



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

}


.pick-up-box .swiper-container{
    background: #241e1b;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pick-up-box .listtit{
    font-size: 14px;
    color: #c1b07b;
    line-height: 1.6;
}
.pick-up-box .listsize{
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
    padding-bottom: 3px;
}
.pick-up-box .listsize span{
    color: #c1b07b;
}
.pick-up-box .listtxt{
    border-top: 1px solid #3c3129;
    font-size: 12px;
    color: #cfbbab;
    padding: 5px 0 0;
}
.sp-pick-up-box{
    margin-top: 10px;
}
.sp-pick-up-box .swiper-container{
    padding: 10px 0;
}

.sp-pick-up-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-top .slick-slide{
    padding:0 3px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-top .slick-prev{
    width: 40px;
    height: 40px;
    background: url("../images/arrowL.png") no-repeat 0 0;
    left: 5px;
    z-index: 99;
}
.slider-top .slick-next{
    width: 40px;
    height: 40px;
    background: url("../images/arrowR.png") no-repeat 0 0;
    right: 5px;
    z-index: 99;
}
.slick-prev:before,
.slick-next:before{
    display: none;
}

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

}


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

.system-box{
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.system-cont{
    margin-top: 20px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.system-cont .ht01{
    color: #fff;
    background-color: #F69;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
}
.system-cont .price-box{
    padding: 20px 60px;
    font-size: 16px;
    text-align: center;
    line-height: 2;
    color: #1e140a;
}
.system-cont dl{
    display: table;
    width: 100%;
}
.system-cont dt{
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dotted #D3B89B;
}
.system-cont dd{
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dotted #D3B89B;
}
.price-txt01{
    font-size: 16px;
    padding-top: 10px;
    color: #D3B89B;
}
.price-txt02{
    margin-top: 20px;
    border-bottom: 1px dashed #4f3d07;
    border-top: 1px dashed #4f3d07;
    text-align: left;
    font-size: 16px;
    padding: 15px 0;
    color: #4f3d07;
}

@media screen and (max-width: 767px) {
    .system-cont{
        margin-top: 10px;
        font-size: 16px;
    }
    .system-cont .ht01{
        padding: 10px 15px;
    }
    .system-cont .price-box{
        padding: 10px 15px;
        font-size: 16px;
    }
    .price-txt01{
        font-size: 16px;
    }
    .price-txt02{
        margin-top: 15px;
        font-size: 16px;
        padding: 10px 0;
    }
}



/*------------------------staff.php------------------------*/
/*------------------------event.php------------------------*/
.event-box{
    text-align: center;
}



/*------------------------schedule.php------------------------*/
.com-container{
    padding: 10px 20px 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mainbox{
    margin-top: 20px;
    padding: 0 0 30px;
    border: 1px solid #908266;
    border-radius: 10px;
    -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) {
    .mainbox{
        margin-top: 10px;
        padding: 0 10px;
    }
    .com-container{
        margin: 0;
        padding: 0 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}



/*------------------------staff01.php------------------------*/
.staff01-box{
    padding: 30px 100px;
}
.staff01-img{
    width: 450px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staff01-img .img img{
    border: 3px solid #ff44b2;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.imglist{
    margin-top: 10px;
}
.imglist li{
    float: left;
    width: 25%;
    padding-left: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    border: 1px solid #ff44b2;
    cursor: pointer;
}

.staff01-des{
    float: left;
    width: 430px;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des .ht03{
    background: url("../images/bg_hdm.png");
    color: #FFF;
    font-size: 18px;
    text-align: left;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 23px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staff01-des .name{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding: 10px 0 10px 20px;
}
.staff01-des .size{
    font-size: 12px;
    color: #000;
    padding-bottom: 15px;
    padding-left: 20px;
}
.comment-box{
    font-size: 16px;
    padding: 10px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.des-schedule .box{
    margin: 20px 10px 0;
}
.des-schedule table{
    width: 100%;
    border: 1px solid #4f3639;
}
.des-schedule table th{
    color: #ff44b2;
    background: #fff;
    width: 25%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ff44b2;
}
.des-schedule td{
    font-size: 14px;
    width: 25%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #ff44b2;
}


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

    .slider-for .slick-slide img{
        margin: 0 auto;
        max-height: 400px;
    }
    .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%;
        padding: 10px 0px;
    }

    .staff01-box{
        padding: 20px 0px;
    }



}
/*------------------------room.php------------------------*/

.room-box .tit{
    font-size: 20px;
    text-align: center;
    color: #4f3d07;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dashed #6c5a4d;
}
.room-box .room-in{
    margin-top: 10px;
}
.room-box .room-in ul{
    margin: -20px 0 0 -50px;
}
.room-box .room-in li{
    float: left;
    width: 50%;
    padding-left: 50px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .room-box .tit{
        font-size: 18px;
    }
    .room-box .room-in{
        margin-top: 15px;
        padding: 0;
    }
    .room-box .room-in ul{
         margin: -10px 0 0 -10px;
     }
    .room-box .room-in 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;
    }
}
/*------------------------access.php------------------------*/

.access .map{
    width: 100%;
    margin: 25px auto 0;
    text-align: center;
}
.access .map iframe{
    width: 100%;
}

.access-cont{
    margin-top: 20px;
}
.access-cont-tit{
    font-size: 20px;
    color: #fff;
    background: url("../images/bg_hdm.png") no-repeat center center;
    text-align: left;
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
}
.access-cont-tit i{
    margin-right: 10px;
}
.access-cont-txt{
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    padding: 20px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.access-cont-txt a{
    color: #c1b07b;
    font-size: 20px;
}


.system-in table{
    width: 100%;
}
.system-in table th{
    width: 30%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border: 1px solid #4f3d07;
    background-color: #d0c28c;
    font-weight: bold;
    white-space: nowrap;
}
.system-in table td{
    font-size: 16px;
    text-align: right;
    padding: 10px;
    border: 1px solid #4f3d07;
}
.system-links{
    margin-top: 20px;
}
.system-links ul{
    margin-left: -20px;
}
.system-links li{
    float: left;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}











@media screen and (max-width: 767px) {
    .access .map{
        width: 100%;
        margin: 15px auto 0;
    }
    .access .map iframe{
        width: 100%;
    }
}

/*------------------------recruit.php------------------------*/

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

@media screen and (max-width: 767px) {
    .recruit-in{
        margin: 10px 10px 0;
    }
    .recruit-box dt{
        font-size: 14px;
    }
    .recruit-box dd{
        font-size: 12px;
    }
}

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

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

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

@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-in{
    margin: 25px 0 0;
}
.link-box table{
    width: 100%;
    border: 1px solid #c6a544;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #c6a544;
}
.link-box table td{
    border: 1px solid #c6a544;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .link-in{
        margin: 10px 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .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) {
	
}