@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*------------------------index.html------------------------*/
.enter #header{
    background: url("../images/bg_header.jpg") 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;
}

@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------------------------*/


@media screen and (max-width: 767px) {

}
.top .news{
    margin-top: 30px;
}
.news-wp{
    height: 400px;
    overflow-y: scroll;
}
.top .news-box{
    margin: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .news-cont+.news-cont{
    margin-top: 10px;
}
.top .news-cont .tit{
    text-align: left;
    padding: 12px 10px;
    border: 1px solid #908266;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top .news-cont .tit span{
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    width: 80px;
    margin-right: 20px;
    background: #c28e43;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .news-cont .box{
    border: 1px solid #908266;
    background: #5a4d41;
    margin-top: 10px;
    padding: 10px 20px 20px;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {

    .top .news{
        margin-top: 15px;
    }
    .top .news-box{
        margin: 0 5px;
    }
    .top .news-cont .box{
        padding: 10px 10px 20px;
    }
    .top .news-cont .tit{
        text-align: left;
        padding: 12px 10px;
        background:#5a4d41;
        font-size: 13px;
    }
    .top .news-cont .tit.on{
        background: #5a4d41;
    }
}
.info{
    margin-top: 20px;
}
.info-bxo{
    border: 1px solid #908266;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.info-bxo .img{
    float: left;
    width: 280px;
}
.info-cont{
    padding: 15px 0;
    border-bottom: 1px dotted #4f3639;
}
.info-bxo .info-txt{
    overflow: hidden;
    padding-left: 20px;
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
}

.info-bxo .info-cont01 .img{
    float: right;
}
.info-bxo .info-cont01 .info-txt{
    overflow: hidden;
    padding-left: 0;
    padding-right: 20px;
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
}


@media screen and (max-width: 767px) {
    .info{
        margin-top: 20px;
    }
    .info-bxo{
        border: 1px solid #908266;
        padding: 10px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .info-bxo .img{
        float: none;
        text-align: center;
        width: 100%;
    }
    .info-bxo .img img{
        width: 80%;
    }
    .info-cont{
        padding: 10px 0;
    }
    .info-bxo .info-txt{
        margin-top: 10px;
        padding-left: 0;
        font-size: 13px;
    }
    .info-bxo .info-cont01 .img{
        float: none;
        text-align: center;
    }
    .info-bxo .info-cont01 .info-txt{
        padding-right: 0;
        font-size: 13px;
    }


}


.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 .swiper-container{
    padding: 10px 0;
}

.sp-pick-up-box{
    margin-top: 10px;
    -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-mainbox{
    background: #3b2817;
}
.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: #755642;
    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: #333;
    background-color: #f5deb3;
    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: #fff;
}
.system-cont dl{
    display: table;
    width: 100%;
}
.system-cont dt{
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dotted #D3B89B;
}
.system-cont dd{
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dotted #D3B89B;
}

.system-cont01 dt{
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dotted #D3B89B;
}

.system-cont01 dd{
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dotted #D3B89B;
}

.system-cont dd span{
    font-size: 12px;
}
.price-txt01{
    font-size: 16px;
    padding: 10px 0;
    color: #7d3950;
    border-bottom: 1px dotted #D3B89B;
}
.price-txt02{
    margin-top: 20px;
    background: #f5d6b3;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    padding: 15px 10px;
    color: #000;
    border-radius: 5px;
}
.price-txt03{
    text-align: left!important;
}
.spshow{
    display: none!important;
}
.price-txt04{
	color:#5a4d41;
}
@media screen and (max-width: 767px) {
    .pcshow{
        display: none!important;
    }
    .system-cont{
        margin-top: 10px;
        font-size: 16px;
    }
    .system-cont .ht01{
        padding: 10px 15px;
    }
    .system-cont .price-box{
        padding: 10px 8px;
        font-size: 16px;
    }
    .price-txt01{
        font-size: 16px;
    }
    .spshow{
        display: table!important;
    }
    .price-txt02{
        margin-top: 10px;
        font-size: 12px;
        padding: 10px;
    }
    .system-cont dl.spshow dd{
        text-align: left;
    }
    .system-cont dl.spshow dt{
        position: relative;
        text-align: left;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont dl.spshow dt:before{
        background: url("../images/icon05.png") 0 0 no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
        width: 50px;
        height: 22px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        content: '';
        z-index: 2;
        position: absolute;
    }
}



/*------------------------staff.php------------------------*/




/*------------------------schedule.php------------------------*/
.com-container{
    padding: 0 20px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mainbox{
    margin-top: 20px;
    padding: 20px 30px 30px;
    border: 1px solid #908266;
    -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: 10px 10px 20px;
    }
    .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-img{
    width: 400px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staff01-img .img img{
    border: 3px solid rgba(255,255,255,0.8);
    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 rgba(255,255,255,0.8);
    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: #5a4d41;
    color: #c1b07b;
    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: #fff;
    font-weight: bold;
    padding: 10px 0 10px 20px;
}
.staff01-des .size{
    font-size: 12px;
    color: #fff;
    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: #c1b07b;
    background: #241e1b;
    width: 25%;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #4f3639;
}
.des-schedule td{
    font-size: 14px;
    width: 25%;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #4f3639;
}


@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 10px;
    }





}
/*------------------------room.php------------------------*/

.room-box .tit{
    font-size: 20px;
    text-align: center;
    color: #c1b07b;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dashed #6c5a4d;
}
.room-box .room-in{
    margin-top: 30px;
}

.room-box .room-in .img{
    float: left;
    width: 688px;
    border: 2px solid #010101;
}
.room-box .room-in ul{
    float: right;
    width: 163px;
}
.room-box .room-in ul li+li{
    margin-top: 5px;
}
.room-box .room-in ul li img{
    border: 1px solid #010101;
    cursor: pointer;
}
.room-box .txt{
    padding: 25px 0 0;
    line-height: 1.8;
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .room-box .tit{
        font-size: 18px;
    }
    .room-box .room-in{
        margin-top: 15px;
        padding: 0 10px;
    }
    .room-box .room-in ul li+li{
        margin-top:0;
    }
    .room-box .room-in .img{
        float: none;
        width: 100%;
        border: 1px solid #010101;
    }
    .room-box .room-in ul{
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .room-box .room-in ul li{
        float: left;
        width: 25%;
        padding-left: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .room-box .txt{
        padding: 15px 10px 0;
        font-size: 14px;
    }
}
/*------------------------access.php------------------------*/

.access .map{
    width: 750px;
    height: 490px;
    margin: 25px auto 0;
}
.access .map iframe{
    width: 750px;
    height: 490px;
}

.access-cont{
    margin-top: 20px;
}
.access-cont-tit{
    font-size: 20px;
    color: #fff;
    background: #5a4d41;
    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: #fff;
    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;
}


















@media screen and (max-width: 767px) {
    .access .map{
        width: 100%;
        height: 320px;
        margin: 15px auto 0;
    }
    .access .map iframe{
        width: 100%;
        height: 320px;
    }
}

/*------------------------recruit.php------------------------*/

.recruit-in{
    margin: 25px 0 0;
    border-bottom: 1px solid #4f3639;
}
.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #4f3639;
}
.recruit-box dt{
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
    color: #392629;
    background: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #4f3639;
    border-right: 1px solid #4f3639;
}
.recruit-box dd{
    display: table-cell;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #4f3639;
    line-height: 2;
}
.recruit-box dd a{
    color: #fff;
}

@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 #4f3639;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #4f3639;
}
.link-box table td{
    border: 1px solid #4f3639;
    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) {
	
}