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


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


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

}
.maining{
    text-align: center;
}
.event{
    margin-top: 15px;
    text-align: center;
}
.event .tit{
    font-size: 24px;
    color: #fff;
    background: url("../images/bg_tit01.jpg") repeat-x 0 0;
    line-height: 49px;
    margin-bottom: 10px;
}
.event .tit span{
    font-size: 18px;
    margin-left: 15px;
}
.top .news{
    margin-top: 40px;
}

.news-wp{
    margin-top: 30px;
    border: 1px solid #f0b314;
    padding: 10px 10px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .news-box{
    /*height: 530px;*/
    /*overflow-y: scroll;*/
}
.top .news-in{
    padding: 0 20px 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-cont{
    padding: 20px 0 10px;
    border-bottom: 1px dotted #fff;
}

.news-cont .time{
    font-size: 20px;
    color: #fd721e;
}
.news-cont .tit{
    margin: 5px 0;
    text-align: left;
    font-size: 24px;
    color: #ffcc00;
}
.news-cont .txt{
    line-height: 1.6;
    font-size: 18px;
    color: #fff;
}

.pick-up{
    margin-top: 30px;
}
.pick-up-box{
    margin-top: 30px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.pick-up-box .listbox{
    text-align: center;
}

.pick-up-box .listimg{
    position: relative;
    overflow: hidden;
    border: 1px solid #666666;
    padding: 7px;
    background: #fff;
}

.pick-up-box .name{
    font-size: 21px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
.pick-up-box .size{
    font-size: 17px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .event{
        margin-top: 10px;
    }
    .event .tit{
        font-size: 16px;
        color: #fff;
        background: url("../images/bg_tit01.jpg") repeat-x center center;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .event .tit span{
        font-size: 14px;
        margin-left: 10px;
    }
    .top .news{
        margin-top: 10px;
    }
    .news-wp{
        margin-top: 15px;
        border: 1px solid #f0b314;
        padding: 10px 10px 10px 10px;
    }
    .top .news-box{
        /*height: 460px;*/
    }
    .top .news-in{
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-cont{
        padding: 10px 0;
        border-bottom: 1px dotted #fff;
    }
    .news-cont .time{
        font-size: 16px;
    }
    .news-cont .tit{
        font-size: 20px;
    }
    .news-cont .txt{
        font-size: 16px;
    }

    .pick-up{
        margin-top: 15px;
    }
    .pick-up-box{
        margin-top: 15px;
        padding: 0 5px;
    }
    .pick-up-box .listimg{
        padding: 3px;
    }
    .pick-up-box .name{
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding: 5px 0;
    }
    .pick-up-box .size{
        font-size: 12px;
        text-align: center;
    }

}







.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------------------------*/


#gallery03 .swiper-container {
    width: 100%;
    height: 100%;
}

#gallery03 .swiper-slide img{
    width:100%;
    height:auto;
    min-height:100%;
    transition:1s linear 2s;
    transform:scale(1.1,1.1);
}
#gallery03 .swiper-slide-active img,.swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1);
}



.system-box{
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.center{
    text-align: center;
    margin: 0 auto;
}
.center01{
    margin-top: 20px;
}
.price01{
    width: 800px;
    margin: 0 auto;
}
.price01 dl{
    margin-top: 2px;
    width: 100%;
    display: table;
    font-family: "Sawarabi Mincho";
}
.price01 dt{
    background: linear-gradient(to bottom, #303030 0%,#0e0e0e 100%);
    display: table-cell;
    width: 33.33%;
    border: 1px solid #aaa19b;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.price01 dd{
    display: table-cell;
    width: 33.33%;
    border: 1px solid #aaa19b;
    background: #FFF;
    font-weight: bold;
    font-size: 22px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fd721e;
    text-align: right;
}
.price01 dd.dd01{
    text-align: left;
    color: #241e1b;
}
.price01 dd.dd02{
    text-decoration: line-through;
}
@media screen and (max-width: 767px) {
    .center01{
        margin-top: 10px;
    }
    .price01{
        width: 100%;
    }
    .price01 dl{
        margin-top: 2px;
        width: 100%;
        display: table;
    }
    .price01 dt{
        font-size: 16px;
        padding: 5px 10px;
    }
    .price01 dd{
        font-size: 16px;
        padding: 5px 10px;
    }
}



/*------------------------staff.php------------------------*/




/*------------------------schedule.php------------------------*/
.com-container{
    padding: 40px 20px 20px;
    -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 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}



/*------------------------staff01.php------------------------*/
.staff01-img{
    width: 500px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-img .img{
    float: left;
    width: 410px;
    padding-right: 10px;
}
.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{
    float: right;
    width: 80px;
}
.imglist ul{
}
.imglist li+li{
    margin-top: 1px;
    -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: url("../images/bg_tit01.jpg") repeat-x center center;
    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: #fff;
    font-weight: bold;
    padding: 10px 0 10px 20px;
}
.staff01-des .size{
    font-size: 12px;
    color: #ffd700;
    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 #c1b07b;
}
.des-schedule table th{
    color: #ffd700;
    background: #241e1b;
    width: 25%;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #c1b07b;
}
.des-schedule td{
    font-size: 14px;
    width: 25%;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #c1b07b;
}


@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 ul{
    margin: -20px 0 0 -20px;
}
.room-box li{
    float: left;
    width: 33.33%;
    padding-left: 20px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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 ul{
        margin: -10px 0 0 -10px;
    }
    .room-box 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;
    }
    .room-box .txt{
        padding: 15px 10px 0;
        font-size: 14px;
    }
}
/*------------------------access.php------------------------*/

.access .map{
    width: 100%;

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

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

.recruit-in{
    margin: 25px 0 0;
    border-bottom: 1px solid #c1b07b;
}
.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #c1b07b;
}
.recruit-box dt{
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
    color: #c1b07b;
    background: #241e1b;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #c1b07b;
    border-right: 1px solid #c1b07b;
}
.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 #c1b07b;
    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 66px 0;
}
.link-box table{
    width: 100%;
    border: 1px solid #c1b07b;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #c1b07b;
}
.link-box table td{
    border: 1px solid #c1b07b;
    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) {
	
}

 