@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*------------------------index.html------------------------*/
.enter #header{
    background: url("https://fuwafuwa.est.cm/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------------------------*/



.top .event{
    /* position: relative; */
    /* z-index: 999990; */
    margin-top: -20px;
    text-align: center;
}
.event .img:not(:first-child){
   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: linear-gradient(to right,#4a76ff, #8164ff, #206ad7);
    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: #fff;
    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: #fff;
}
.new-face-box .time i{
    margin-right: 10px;
}
.slick-slide{
    padding: 0 10px;
    -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;
}

.otherlink{
    margin: 20px 0 0;
}
.otherlink ul{
    margin-left: -20px;
}
.otherlink li{
    width: 50%;
    float: left;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side-link{
    padding: 10px 0 40px;
    margin-bottom: 50px;
}
.side-link ul{
    margin: -20px 0 0 -20px;
}
.side-link 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;
}
.side-link li .listbox .txt{
     background: linear-gradient(to right,#4a76ff, #8164ff, #9661ff);
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@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 10px;
        -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;
    }

    .otherlink{
        margin: 10px 0 0;
    }
    .otherlink ul{
        margin-left: -10px;
    }
    .otherlink li{
        width: 50%;
        float: left;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .side-link{
        padding: 10px 10px 10px;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .side-link ul{
        margin: 0 0 0 0;
    }
    .side-link li{
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .side-link li img{
        width: 100%;
    }
    .side-link li .listbox .txt{
        color: #fff;
        font-size: 12px;
        line-height: 1.5;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


.topInfo{
    margin-top: 20px;
}
.topInfo .ttl01{
    text-align: left;
}
.topInfo .wrap {
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.topInfo .wrap > div {
    width: 100%;
}

.topInfo a:hover {
    text-decoration: underline;
}
.news_bj{
    background: rgba(0 , 0 , 0 , 0.35);
    border-radius: 10px;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 400px;
        overflow-y: auto;
}
.topInfo ul li {
    padding: 0.75em 0;
    border-bottom: 1px dashed #bcbab3;
    font-size: 0.875em;
}

.topInfo ul li .meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.topInfo ul li .meta .ico {
    width: 80px;
    margin-right: 1em;
    background-color: #1f3574;
    color: #fff;
    text-align: center;
}

.topInfo ul li .meta .date {
    color: #fff;
}

.topInfo ul li .subject {
    padding: 0.25em 0;
}
.topInfo ul li .subject .tit{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.topInfo ul li .subject .txt{
    font-size: 14px;
}
.topInfo .more {
    padding-top: 1em;
    font-size: 0.875em;
    text-align: right;
}

@media (max-width: 767px) {
    .topInfo{
        margin-top: 0;
    }
    .topInfo .wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .topInfo .wrap > div {
        width: 100%;
    }
    .news_bj{
    background: rgba(0 , 0 , 0 , 0.35);
    border-radius: 10px;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 300px;
        overflow-y: auto;
}
}




@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 .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("https://fuwafuwa.est.cm/images/arrowL.png") no-repeat 0 0;
    left: 5px;
    z-index: 99;
}
.slider-top .slick-next{
    width: 40px;
    height: 40px;
    background: url("https://fuwafuwa.est.cm/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-in table{
    width: 100%;
}
.system-in table tr:nth-child(2n+1){
    color: #fff !important;
    background: #9560ff;
}
.system-in table tr:nth-child(2n){
     color: #000 !important;
    background: #fff;
    text-align: center;
}
.system-in table th{
    width: 30%;
    padding: 10px;
    font-size: 20px;
    text-align: left;
    white-space: nowrap;
}
.system-in table td{
    font-size: 25px;
    padding: 10px;
}
.system-in table td[colspan="3"]{
    font-size: 16px;
    text-align: left;
    color: #000;
    padding: 10px 10px 20px 10px;
}
.jieshao{
     font-size: 18px;
     text-align: center;
	 text-shadow: #333 1px 1px;
}
.system-in table td:nth-child(2){
    text-align: center;
}
.system-in table td span{
    font-size: 16px;
}
.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) {
.system-in table th{
   font-size: 12px;
}
.system-in table td{
    font-size: 14px;
}
.system-in table td[colspan="3"]{
    font-size: 12px;
    padding: 5px 5px 10px 5px;
}
.jieshao{
     font-size: 12px;
}

.system-in table td:nth-child(2){
    text-align: center;
}
.system-in table td span{
    font-size: 12px;
}
.system-links{
    margin-top: 14px;
}
.system-links ul{
    margin-left: -10px;
}
.system-links li{
    float: left;
    width: 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.juzhong{
    text-align: center!important;
 }
}


/*------------------------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: 20px 0 30px 0;
    padding: 20px 30px 30px;
    border: 1px solid #fff;
    -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;
}
.schedule-box .txt{
    padding: 25px 0 0;
    line-height: 1.8;
    font-size: 18px;
    color: #fff;
}
.schedule-box .tit{
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fffd;
}
@media screen and (max-width: 767px) {
    .mainbox{
        margin-top: 5px;
        padding: 10px 10px 20px;
    }
    .com-container{
        margin: 0;
        padding: 0 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .schedule-box .txt{
    padding: 10px 0 0;
    line-height: 1.6;
    font-size: 14px;
    color: #fff;
}
.schedule-box .tit{
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fffd;
}

}



/*------------------------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: #5a70ff;
    color: #fff;
    font-size: 22px;
    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: 32px;
    color: #fff;
    /* font-weight: bold; */
    padding: 10px 0 10px 20px;
}
.staff01-des .size{
    font-size: 16px;
    line-height: 2.2;
    color: #fff;
    padding-bottom: 15px;
    padding-left: 20px;
}
.comment-box{
    font-size: 18px;
    line-height: 2.2;
    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 #5a70ff;
}
.des-schedule table th{
    color: #fff;
    background: #5a70ff;
    width: 25%;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #5a70ff;
}
.des-schedule td{
    font-size: 14px;
    width: 25%;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #5a70ff;
}


@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;
    }
    .staff01-des .name{
    font-size: 20px;
    color: #fff;
    /* font-weight: bold; */
    padding: 10px 0 10px 20px;
}
.staff01-des .size{
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 20px;
}
.comment-box{
    font-size: 14px;
    line-height: 2.2;
    padding: 10px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des .ht03{
    background: #5a70ff;
    color: #fff;
    font-size: 18px;
    text-align: left;
    height: 35px;
    line-height: 35px;
    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;
}




}
/*------------------------room.php------------------------*/

.room-box .tit{
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fffd;
}
.room-box .room-in{
    margin-top: 30px;
}
.room-box .room-in ul{
    margin: -20px 0 0 -20px;
}
.room-box .room-in li{
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-close {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 8040;
    background: url("../images/box-close.png") no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.room-box .txt{
    padding: 25px 0 0;
    line-height: 1.8;
    font-size: 18px;
    color: #fff;
}
.roombox-in{
     background:rgba(24, 25, 122, 0.6);
     padding: 16px;
     border-radius: 15px;
    }

@media screen and (max-width: 767px) {
    .room-box .tit{
        font-size: 18px;
    }
    .room-box .room-in{
        margin-top: 15px;
    }
    .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;
    }
    .room-box .txt{
        padding: 15px 10px 0;
        font-size: 14px;
    }
    .fancybox-skin{
        padding: 10px!important;
    }
    .fancybox-close {
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
    }
    .roombox-in{
     background:rgba(24, 25, 122, 0.6);
     padding: 10px;
     border-radius: 15px;
     margin-bottom: 10px;
    }

}
/*------------------------access.php------------------------*/

.access .map{
    width: 750px;
    margin: 25px auto 0;
}
.access .map iframe{
    width: 750px;
    height: 490px;
} 
.map{
    text-align: center;
    margin: 20px auto;
}

.access-cont{
    margin-top: 20px;
}
.access-cont-tit{
    font-size: 20px;
    color: #fff;
    background: #5a70ff;
    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: #fff;
    font-size: 20px;
}



.access-box01{
    margin-top: 30px;
}

.access-box01 .ac_tit{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.access-box01 ul{
    margin: -20px 0 0 -40px;
}
.access-box01 li{
    float: left;
    width: 33.33%;
    padding-left: 40px;
    padding-top: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.access-box01 li:last-child{
    width: 100%;
    text-align: center;
}
.access-box01 li:last-child img{
    width: 80%;
}
.access-box01 .ac_txt{
    font-size: 24px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
    text-align: left;
    margin-top:  15px;
}
.access-box02 ul{
    margin: -20px 0 0 -10px;
}
.access-box02 li{
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-top: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.access-box02 li:last-child{
    width: 25%;
    text-align: center;
}
.access-box02 li:last-child img{
    width: 100%;
}











@media screen and (max-width: 767px) {
    .access-box01{
		margin-top: 10px;
	}
	
	.access-box01 .ac_tit{
		font-size: 18px;
		color: #fff;
		text-align: center;
		margin-bottom: 10px;
	}
	.access-box01 ul{
		margin: -10px 0 0 -10px;
	}
	.access-box01 li{
		float: left;
		width: 33.33%;
		padding-left: 10px;
		padding-top: 10px;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.access-box01 li:last-child{
		width: 100%;
		text-align: center;
	}
	.access-box01 li:last-child img{
		width: 80%;
	}
	.access-box01 .ac_txt{
		font-size: 16px;
		color: #fff;
		padding-bottom: 5px;
		border-bottom: 1px dashed #fff;
		text-align: left;
		margin-top:  10px;
	}
	.access-box02 ul{
		margin: -20px 0 0 -10px;
	}
	.access-box02 li{
		float: left;
		width: 25%;
		padding-left: 10px;
		padding-top: 10px;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.access-box02 li:last-child{
		width: 25%;
		text-align: center;
	}
	.access-box02 li:last-child img{
		width: 100%;
	}
	.access-cont-tit{
		font-size: 16px;
		color: #fff;
		background: #5a70ff;
		text-align: left;
		padding: 5px 10px;
		margin: 0;
		border-radius: 5px;
	}
	.access-cont-txt{
		font-size: 14px;
		line-height: 1.5;
		color: #fff;
		padding: 10px 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.access .map{
		width: 100%;
	} 
	.access .map iframe{
		width: 100%;
		height: 360px;
	} 
}

/*------------------------recruit.php------------------------*/

.recruit-in{
    margin: 25px 0 0;
    border-bottom: 1px solid #fff;
}
.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #fff;
}
.recruit-box dt{
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    background:rgba(24, 25, 122, 0.6);
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.recruit-box dd{
    display: table-cell;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    color: #fff;
    background:rgba(24, 25, 122, 0.6);
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #fff;
    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 #fff;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #fff;
}
.link-box table td{
    border: 1px solid #fff;
    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) {

}
