@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*------------------------index.html------------------------*/
#wrapper.enter{
    background: url("../images/bg_wrp.jpg") no-repeat top center;
    position: relative;
    background-attachment: inherit;
}

.enter-cont .mainimg{
    padding: 50px 0;
}

.enter-inner{
    width: 1400px;
    text-align: center;
    margin: 0 auto;
}

.enterlink{
    margin: 40px 0;
    text-align: center;
}
.enterlink a:last-child{
    margin-left: 80px;
}

.enter-box .txt01{
    margin: 30px 0;
    font-size: 16px;
    color: #ffc600;
    text-align: center;
    line-height: 1.8;
    text-shadow: 0 0 5px #000;
}
.enter-box .event{
    margin: 0 0 30px;
    text-align: center;
}


.enter-box .rule{
    display: inline-block;
    text-align: left;
    margin: 0 0 150px;
    font-size: 14px;
    color: #fff;
    line-height: 2.2;
}
.enter-box .rule span{
    display: block;
    margin-top: 20px;
}
.enter-smtxt{
    background: rgba(0,0,0,0.6);
    font-size: 14px;
    text-align: left;
    padding: 15px 20px;
    width: 1000px;
    margin: 20px auto 0;
    color: #fff;
    line-height: 1.8;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.enter-smtxt p+p{
    margin-top: 10px;
}


.enter-smtxt p span{
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #wrapper.enter{
        background: url("../images/sp_bg_index.jpg") no-repeat top 60px center;
        -webkit-background-size: 100%;
        background-size: 100%;
        position: relative;
        background-attachment: fixed;
    }
    .spgirl{
        padding: 80px 0 20px;
        text-align: center;
    }
    .spgirl img{
        width: 60%;
    }
    .img18{
        padding-top: 25px;
    }
    .enter-cont{
        margin-top: 0;
    }
    .enter-inner{
        width: 100%;
        padding: 0 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .enterlink{
        margin: 10px 0 20px;
    }
    .enterlink a:last-child{
        display: block;
        text-align: center;
        margin: 15px 0 0 0;
    }
    .enter-box .txt01{
        margin-top: 15px;
        text-align: left;
        padding: 0 10px;
        font-size: 13px;
    }
    .enter-box .event{
        margin: 20px 0 20px;
        text-align: center;
    }
    .enter-box .rule{
        display: inline-block;
        text-align: left;
        margin: 0 0 200px;
        padding: 0 10px;
    }
    .enter-box .rule span{
        display: block;
        margin-top: 20px;
    }
    .enter-smtxt{
        width: 100%;
        font-size: 13px;
        text-align: left;
        padding: 10px 15px;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .enter-smtxt p+p{
        margin-top: 5px;
    }

}

/*------------------------top.php------------------------*/

.top .event{
    text-align: center;
}
.news{
    margin-top: 20px;
    padding: 20px 5px 30px;
    background: linear-gradient(-25deg, rgba(1,1,1,0.7),80%, rgba(68,68,68,0.7));
    -webkit-background: linear-gradient(-25deg, rgba(1,1,1,0.7),80%, rgba(68,68,68,0.7));
    border: 1px solid #6A5819;
    box-sizing: border-box;
}
.news-box{
    margin-top: 10px;
}
.news-in{
    padding: 15px 10px 15px;
    height: 590px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-in .box{
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-in .img{
    float: left;
    width: 360px;
    margin-right: 40px;
}
.news-in .img img{
    width: 100%;
}
.news-in .des{
    float: right;
    width: 480px;
    height: 508px;
    overflow-y: auto;
}
.news-in .des .destxt01{
    font-size:20px;
    font-weight: bold;
    color: #ceaf42;
    padding: 5px 0;
}
.news-in .des .name{
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    color: rgb(255, 207, 165);
}
.news-in .des .destxt02{
    font-size: 16px;
    color: #ff0066;
    margin-bottom: 10px;
}
.news-in .des .destxt03{
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
}
.news-in .des .destxt03+.destxt03{
    margin-top: 20px;
}
.other-link{
    margin-top: 20px;
    padding-bottom: 20px;
}
.other-link ul{
    margin: -25px 0 0 -15px;
}

.other-link li{
    float: left;
    width: 50%;
    padding: 25px 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


@media screen and (max-width: 767px) {
    .other-link{
        margin-top: 10px;
    }
    .other-link ul{
        margin: -10px 0 0 0;
    }
    .other-link li{
        float: none;
        width: 100%;
        padding: 10px 0 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .scrollbox{
        overflow-x: scroll;
    }
    .diary-box{
        margin-top: 10px;
        width: 800px;
        height: 180px;
    }
    .diary-box iframe{
        width: 800px;
        height: 180px;
    }
    .news-box{
        margin-top: 10px;
    }
    .news-in{
        padding: 10px;
        height: 400px;
        overflow-y: auto;
    }
    .news-in .box{
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-in .img{
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .news-in .img img{
        width: 260px;
    }
    .news-in .des{
        margin-top: 10px;
        float: none;
        width: 100%;
        height: 360px;
        overflow-y: auto;
    }
    .news-in .des .destxt01{
        font-size:18px;
    }
    .news-in .des .name{
        font-size: 16px;
    }
    .news-in .des .destxt02{
        font-size: 14px;
    }
    .news-in .des .destxt03{
        font-size: 12px;
    }

}

.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;
}
.slider-top img{
    border: 1px solid #ceaf42;
}

.slick-prev:before,
.slick-next:before{
    display: none;
}
/*------------------------system.php------------------------*/
.system-box{

}
.stystem-cont+.stystem-cont{
    margin-top: 20px;
}
.stystem-cont{
    font-size: 20px;
    max-width: 1300px;
    width: 94%;
    margin: 0 auto 25px;
    text-align: center;
    padding: 2% 5% 4%;
    box-shadow: 0 4px 3px rgba(1, 1, 1, 0.1);
    overflow: hidden;
    background: linear-gradient(-25deg, rgba(1,1,1,0.7),80%, rgba(68,68,68,0.7));
    border: 1px solid #6A5819;
    box-sizing: border-box;
}
.dl-box{
    padding: 20px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dl-box table{
    width: 100%;
}
.dl-box01 table{
    width: 100%;
}

.dl-box table th{
    text-align: center;
    font-size: 18px;
}

.color-sys{
    color: #fee61e!important;
}

.dl-box table td{
    text-align: center;
    font-size: 40px;
    color: #fff;
}
.dl-box table td span{
    font-size: 40px;
}
.dl-box table td:nth-child(1){
    font-size: 40px;
}
.dl-box table td:nth-child(2){
    text-decoration: line-through;
}
.dl-box01 table td:nth-child(2){
    text-decoration: inherit;
}
.dl-box table td:nth-child(2) span{
    text-decoration: none!important;
}
.dl-box table td:nth-child(1) span{
    font-size: 26px;
}
.dl-box table td:nth-child(3){
    vertical-align: middle;
}
.dl-box table td:nth-child(3) img{
    vertical-align: middle;
}
.caution {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
}
.caution span{
    font-size: 20px;
    font-weight: bold;
    color: #fee61e;
}
#playlist li {
    float: left;
    font-size: 16px;
    margin: 0.5% 1%;
    padding: 1% 0;
    text-align: center;
    width: 18%;
    background: #252525;
    box-sizing: border-box;
}
.system-cont01-box{
    padding: 15px 20px 15px;
    font-size: 16px;
    line-height: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont01-box ul{
    margin-left: -20px;
}
.system-cont01-box li{
    float: left;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont01-box li table{
    width: 100%;
}
.system-cont01-box li th{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    border-bottom: 1px dashed #d6d6d6;
    padding: 5px 0 ;
}
.system-cont01-box li td{
    font-size: 20px;
    padding: 5px 0 ;
    text-align: right;
    color: #fee61e;
    font-weight: bold;
    border-bottom: 1px dashed #d6d6d6;
}
.system-cont01-box li td span{
    font-size: 20px;
}

.system-cont01-box .tablebox dt{
    font-size: 16px;
    padding: 5px 10px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont01 .tablebox dd{
    margin: 5px 0 10px;
    font-size: 16px;
}
.system-cont01 .tablebox dl:last-child dd{
    margin: 5px 0 0 ;
}
.system-cont02-box{
    padding: 15px 20px 15px;
    font-size: 16px;
    line-height: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont02-box ul{
    margin-left: -20px;
}
.system-cont02-box li{
    float: left;
    width: 100%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.system-cont02-box li th{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    padding: 5px 0 ;
}
.system-cont02-box li td{
    font-size: 20px;
    padding: 5px 0 ;
    text-align: left;
    color: #fee61e;
    font-weight: bold;

}
.dl-box table td img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .stystem-cont+.stystem-cont{
        margin-top: 15px;
    }
    .stystem-cont{
        font-size: 16px;
    }
    .dl-box{
        padding: 10px 10px;
    }
    .dl-box table th{
        text-align: center;
        font-size: 14px;
    }

    .dl-box table td{
        text-align: center;
        font-size: 20px;
    }
    .dl-box table td span{
        font-size: 16px;
    }
    .dl-box table td:nth-child(1){
        font-size: 20px;
    }
    .dl-box table td:nth-child(2){
        text-decoration: line-through;
    }
    .dl-box table td:nth-child(2) span{
        text-decoration: none!important;
    }
    .dl-box table td:nth-child(1) span{
        font-size: 16px;
    }
    .dl-box table td:nth-child(3){
        vertical-align: middle;
    }
    .dl-box table td:nth-child(3) img{
        vertical-align: middle;
    }
    .caution {
        font-size: 14px;
        margin-top: 15px;
    }
    .caution01 span{
        font-size: 16px;
        font-weight: bold;
    }
    #playlist li {
        float: left;
        font-size: 14px;
        margin: 5px 2px;
        padding-left: 10px;
        text-align: center;
        width: 48%;
        background: #252525;
        box-sizing: border-box;
    }
    .system-cont01-box{
    padding: 5px 10px 5px;
    font-size: 14px;
    line-height: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont01-box ul{
    margin-left: -10px;
}
.system-cont01-box li{
    float: left;
    width: 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont01-box li table{
    width: 100%;
}
.system-cont01-box li th{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    border-bottom: 1px dashed #d6d6d6;
    padding: 5px 0 ;
}
.system-cont01-box li td{
    font-size: 12px;
    padding: 5px 0 ;
    text-align: right;
    color: #fee61e;
    font-weight: bold;
    border-bottom: 1px dashed #d6d6d6;
}
.system-cont01-box li td span{
    font-size: 12px;
}

.system-cont01-box .tablebox dt{
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont01 .tablebox dd{
    margin: 5px 0 10px;
    font-size: 14px;
}
.system-cont01 .tablebox dl:last-child dd{
    margin: 5px 0 0 ;
}
    .system-cont02-box{
    padding: 5px 10px 5px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont02-box ul{
    margin-left: -10px;
}
.system-cont02-box li{
    float: left;
    width: 100%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.system-cont02-box li th{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    padding: 5px 0 ;
}
.system-cont02-box li td{
    font-size: 14px;
    padding: 5px 0 ;
    text-align: left;
    color: #fee61e;
    font-weight: bold;

}

}

.event-box{
    width: 954px;
    margin: 0 auto;
    text-align: center;
}
.event-txt{
    text-align: left;
    margin-top: 20px;
    padding: 20px 20px 30px;
    background: linear-gradient(-25deg, rgba(1,1,1,0.7),80%, rgba(68,68,68,0.7));
    -webkit-background: linear-gradient(-25deg, rgba(1,1,1,0.7),80%, rgba(68,68,68,0.7));
    border: 1px solid #6A5819;
    box-sizing: border-box;
}
.event-txt .tit{
    font-size: 20px;
    font-weight: bold;
    color: #ceaf42;
    padding: 5px 0;
}
.event-txt .txt{
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
}
.event-txt .txt span{
    color: #fee61e;
}
.event-txt .txt b{
    display: inline-block;
    font-weight: normal;
    width: 106px;
}
@media screen and (max-width: 767px) {
    .event-box{
        width: 100%;
        padding: 10px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .event-txt{
        text-align: left;
        margin-top: 15px;
        padding: 10px 10px 15px;
    }
    .event-txt .tit{
        font-size: 16px;
    }
    .event-txt .txt{
        margin-top: 0;
        font-size: 12px;
    }
    .event-txt .txt b{
        width: 72px;
    }
}
/*------------------------staff.php------------------------*/




/*------------------------schedule.php------------------------*/
.com-container{

}


@media screen and (max-width: 767px) {

}



/*------------------------staff01.php------------------------*/
.staff01 .tags{
    border: 1px solid #97adbe;
    padding: 2px 0;
    text-align: center;
    width: 330px;
}
.staff01 .icoimg{
    padding: 10px 0 10px;
}

.staff01-box{
}
.staff01-img{
    width: 500px;
    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 #FFB500;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des{
    padding-top: 10px;
    float: right;
    width: 500px;
}


.staff01-des .tablebox .name{
    font-size: 30px;
    margin-right: .2em;
    font-family: 'Hiragino Mincho ProN','Yu Mincho',serif;
    color: #ceaf42;
    font-weight: bold;
}
.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: 150px;
    height: 30px;
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #8e6c37, #ffe9b7, #a47a3e) repeat scroll 0 0;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    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: -4px;
}
.imglist li{
    float: left;
    width: 20%;
    padding-left: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    border: 1px solid #FFB500;
    cursor: pointer;
}
.nav-list03{
    text-align: center;
}
.schedule-frame{
    margin-top: 20px;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.schedule-frame table{
    width: 100%;
}
.schedule-frame th{
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #8e6c37, #ffe9b7, #a47a3e) repeat scroll 0 0;
    width: 14.28%;
    height: 20px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #555;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
.schedule-frame td{
    width: 14.28%;
    text-align: center;
    border: 1px solid #555;
    height: 75px;
    vertical-align: middle;
    display: table-cell;
    background: #111;
    color: #ceaf42;
}
@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;
        color: #fff;
        padding-top: 10px;
    }
    .schedule-frame th{
        font-size: 12px;
    }
}


/*------------------------recruit.php------------------------*/

.recruit-in{
    border-bottom: 1px solid #555;
    background: #000;
}

.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #555;
}
.recruit-box dt{
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #8e6c37, #ffe9b7, #a47a3e) repeat scroll 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
}
.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 #555;
    line-height: 2;
}
.recruit-box dd a{
    color: #fff;
}

@media screen and (max-width: 767px) {

    .recruit-box dt{
        font-size: 14px;
    }
    .recruit-box dd{
        font-size: 12px;
    }
}

/*------------------------hotel.php------------------------*/

.hotel-box {
    width: 941px;
    margin: 0 auto;
    padding: 20px 50px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hotel-box .caption{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 0 0 10px 0;
}
.hotel-cont+.hotel-cont{
    margin-top: 30px;
}
.hotel-cont .map{
    margin-top: 20px;
    width: 100%;
    height: 480px;
}
.hotel-cont .map iframe{
    width: 100%;
    height: 480px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hotel-list{
    margin-top: 40px;
}
.hotel-list ul{
    margin: -30px 0 0 -68px;
}
.hotel-list li{
    float: left;
    width: 33.33%;
    padding-left: 68px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hotel-list li .img{
    overflow: hidden;
    border: 3px solid #60290a;
    text-align: center;
}
.hotel-list li .img img{
    height: 149.3px;
}
.hotel-list li p{
    font-size: 13px;
    color: #000;
    line-height: 2;
}

.hotel-list li p a{
    color: #000;
}


.caption01{
    margin-top: 30px;
    text-align: center;
    padding-left: 10px;
    height: 40px;
    color: #fff;
    background-color: #60290a;
    border: 1px solid #cda400;
    border-radius: 10px 0 10px 0;
    line-height: 40px;
    font-size: 16px;
}
.hotel .links{
    margin: 20px 0 10px;
}
.hotel .links ul{
    margin-left: -5px;
}
.hotel .links li{
    float: left;
    width: 25%;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hotel .links li a{
    display: block;
    text-align: center;
    padding-left: 10px;
    height: 30px;
    color: #fff;
    background-color: #60290a;
    border: 1px solid #cda400;
    border-radius: 10px 0 10px 0;
    line-height: 30px;
    font-size: 16px;
}
.hotel .links01{
    margin: 20px 0 10px;
}
.hotel .links01 ul{
    margin-left: -5px;
}
.hotel .links01 li{
    float: left;
    width: 50%;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hotel .links01 li a{
    display: block;
    text-align: center;
    padding-left: 10px;
    height: 30px;
    color: #fff;
    background-color: #60290a;
    border: 1px solid #cda400;
    border-radius: 10px 0 10px 0;
    line-height: 30px;
    font-size: 16px;
}
.bg01{
    background-image: linear-gradient(180deg,rgb(255,134,134) 0%,rgb(255,0,102) 100%);
}
.bg02{
    background-image: linear-gradient(180deg,rgb(229,123,238) 0%,rgb(222,44,212) 100%);
}
.bg03{
    background-image: linear-gradient(180deg,rgb(255,188,25) 0%,rgb(255,102,0) 100%);
}
.bg04{
    background-image: linear-gradient(180deg,rgb(136,206,25) 0%,rgb(30,153,14) 100%);
}


.hotel table{
    width: 100%;
}
.hotel table th{
    background: #60290a;
    padding: 10px 10px;
    color: #fff;
    font-size: 12px;
    border: 1px solid #000;
}
.hotel table td{
    padding: 10px 10px;
    font-size: 12px;
    color: #000;
    border: 1px solid #000;
}
.hotel .tabBox{
    display: none;
}
.hotel .tabBox.on{
    display: block;
}
.hotel .tabBox01{
    display: none;
}
.hotel .tabBox01.on{
    display: block;
}










@media screen and (max-width: 767px) {
    .hotel-box {
        width: 100%;
        margin: 0 auto;
        padding: 10px 10px;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .hotel-box .caption{
        font-size: 14px;
        padding: 8px 15px;
    }
    .hotel-cont+.hotel-cont{
        margin-top: 15px;
    }
    .hotel-cont .map{
        margin-top: 15px;
        width: 100%;
        height: 320px;
    }
    .hotel-cont .map iframe{
        width: 100%;
        height: 320px;
    }
    .hotel-list{
        margin-top: 20px;
    }
    .hotel-list ul{
        margin: -10px 0 0 -10px;
    }
    .hotel-list li{
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 10px;
    }
    .hotel-list li .img{
        border: 2px solid #60290a;
    }
    .hotel-list li p{
        font-size: 12px;
    }
}


/*------------------------link.php------------------------*/
.link-box{
    width: 1000px;
    margin: 0 auto;
}
.link-box table{
    width: 100%;
    border: 1px solid #555;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #555;
}
.link-box table td{
    border: 1px solid #555;
    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{
        width: 100%;
        margin: 0 auto;
    }
    .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) {

}
