@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*------------------------index.php------------------------*/


#wrapper.enter{
    background: none;
}
.enter-card-tit{
    padding: 30px 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.enter-card{
    text-align: center;
    padding: 10px 0 30px;
}
.enterlink{
    text-align: center;
    background: url("../images/bg_enter01.png") no-repeat top center;
    padding: 35px 0 9px;
    margin-top: -30px;
    position: relative;
    z-index: 999;
}
.enterlink span{
    margin: 0 20px 0 28px;
}
.enterlink img{
    vertical-align: middle;
}
.eventimg01{
    text-align: center;
    padding: 30px 0;
}
.eventimg02{
    text-align: center;
    padding: 30px 0;
}
.rule-box{
    text-align: center;
}

.enter .rule{
    display: inline-block;
    text-align: left;
    margin: 60px 0 60px;
    font-size: 14px;
    line-height: 2;
}
.rule span{
    display: block;
    margin-top: 20px;
}
.enter-smtxt{
    font-size: 16px;
    text-align: left;
    padding: 15px 20px;
    width: 1000px;
    margin: 20px auto;
    color: #000;
    line-height: 1.8;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    background: url(../images/border01.jpg) repeat-x left top, url(../images/border01.jpg) repeat-x left bottom, url(../images/border02.jpg) repeat-y left top, url(../images/border02.jpg) repeat-y right top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.enter-smtxt p+p{
    margin-top: 10px;
}
.enter #contents{
    padding-bottom: 200px;
}

.enter-smtxt p span{
    font-weight: bold;
    color: #000;
}



@media screen and (max-width: 767px) {
    .enter #contents{
        padding-bottom: 60px;
    }
    .enter-card-tit{
        padding: 15px 0 0;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        text-align: center;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    }
    .enter-card{
        text-align: center;
        padding: 10px 0 15px;
    }
    .enterlink{
        text-align: center;
        background: url("../images/bg_enter01.png") no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 20px 0 9px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: -18px;
        position: relative;
        z-index: 999;
    }
    .enterlink img{
        width: 120px;
    }
    .enterlink span{
        display: none!important;
    }
    .enterlink a.exit{
        margin-left: 30px;
    }
    .enter-inner{
        width: 100%;
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .enter .rule{
        display: inline-block;
        text-align: left;
        margin: 30px 10px 30px;
        font-size: 12px;
        line-height: 2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .enter-smtxt{
        width: 100%;
        font-size: 14px;
        text-align: left;
        padding: 10px 15px;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
        background: url(../images/border01.jpg) repeat-x left top, url(../images/border01.jpg) repeat-x left bottom, url(../images/border02.jpg) repeat-y left top, url(../images/border02.jpg) repeat-y right top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .enter-smtxt p+p{
        margin-top: 5px;
    }
}

/*------------------------top.php------------------------*/
.freetxt_box span{
    display: inline-block;
    margin-top: 20px;
}
.ht01{
    text-align: center;
}
.event{
    padding: 40px 0 56px;
    text-align: center;
    background: url("../images/bg_event.jpg") no-repeat bottom center;
    -webkit-background-size: cover;
    background-size: cover;
}
.event .img02{
    margin-top: 20px;
}
.event .img03{
    margin-top: 20px;
}
.topics_box {
    margin-bottom: 40px;
}

.topics_box .accordion_box {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    margin-top: 10px;
}

.topics_box article {
    text-align: left;
}

.topics_box article h3 {
    font-size: 14px;
    line-height: 35px;
    overflow: hidden;

    height: 35px;
    padding: 5px 25px 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e9e9e9;
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
}

.topics_box article h3 time {
    font-size: 10px;
    line-height: 20px;
    display: inline-block;

    height: 20px;
    margin-right: 10px;
    padding: 0 8px;
    text-align: center;
    vertical-align: text-bottom;
    color: #fff;
    border-radius: 2px;
    background: #9e8f67;
}

.topics_box article h3 time:not(:target) {
    line-height: 20px\9;
}

:root .topics_box article h3 time {
    line-height: 20px\9;
}

.topics_box article h3+div {
    padding: 15px;
    color: #000;
}

/* 新着情報 開閉 */
.topics_box .accordion_box article h3 {
    position: relative;
    cursor: pointer;
}

.topics_box .accordion_box article h3:after {
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 10px;
    display: inline-block;
    content: '>';
    color: #000;
}

.topics_box .accordion_box article h3.open:after {
    content: '';
}

.topics_box .accordion_box article h3+div {
    font-size: 14px;
    line-height: 1.8;
    display: block;
}
@media screen and (max-width: 767px) {
    .event{
        padding: 10px 5px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .event .img02{
        margin-top: 10px;
    }

    .topics_box {
        margin-bottom: 20px;
    }

    .topics_box .accordion_box {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .topics_box article h3 {
        font-size: 12px;
        line-height: 30px;
        overflow: hidden;
        height: 30px;
        padding: 5px 25px 5px 10px;
    }

    .topics_box article h3+div {
        padding: 10px;
    }
    .topics_box .accordion_box article h3:after {
        font-size: 14px;
    }

    .topics_box .accordion_box article h3+div {
        font-size: 12px;
    }
}



.message{
    margin-bottom: 40px;
}
.message-box{
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    margin-top: 10px;
    font-size: 1.4rem;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
}
.message-box .txt01{
    font-size: 14px;
    line-height: 2.5;
    text-align: center;
}
.message-box .img{
    margin-top: 15px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .message{
        margin-bottom: 20px;
    }
    .message-box{
        padding: 10px;
    }
    .message-box .txt01{
        font-size: 14px;
    }
    .message-box .img{
        margin-top: 10px;
    }
}


/*------------------------system.php------------------------*/
.system-cont+.system-cont{
    margin-top: 30px;
}
.system-txt{
    padding-top: 20px;
    font-size: 26px;
    text-align: center;
    color: #ad0e2c;
}
.system-cont{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    background: url("../images/border01.jpg") repeat-x left top,
    url("../images/border01.jpg") repeat-x left bottom,
    url("../images/border02.jpg") repeat-y left top,
    url("../images/border02.jpg") repeat-y right top;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont01{
    font-size: 18px;
    text-align: left;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont01 .text01{
    font-size: 24px;
    font-weight: bold;
    color: #ad0e2c;
    margin-bottom: 20px;
}
.system-cont01 .text02{
    line-height: 1.8;
}
.system-cont01 .text02 span{
    margin-top: 20px;
    display: block;
    color: #ad0e2c;
    font-weight: bold;
}
.system-tit{
    padding: 5px 0;
    font-size: 24px;
    color: #ffdb27;
    line-height: 34px;
    text-align: center;
    background: -webkit-linear-gradient(top, #6d3011, #471d05);
}
.dl-box{
    padding: 20px 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dl-box-pos{
    position: relative;
}
.dl-box-pos .pos{
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    color: #f31c06;
}
.dl-box01{

    padding: 20px 20px;
    -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: #6f310a!important;
}

.dl-box table td{
    text-align: center;
    font-size: 45px;
    color: #434343;
}
.dl-box table td span{
    font-size: 30px;
}
.dl-box table td:nth-child(1){
    font-size: 40px;
}
.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: 26px;
}
.dl-box table td:nth-child(3){
    vertical-align: middle;
}
.dl-box table td:nth-child(3) img{
    vertical-align: middle;
}
.dl-box table img{
    vertical-align: middle;
}


.dl-box01 table th{
    text-align: center;
    font-size: 18px;
}


.dl-box01 table td{
    text-align: center;
    font-size: 26px;
    padding: 5px 0;
    color: #434343;
}
.dl-box01 table td img{
    vertical-align: middle;
    margin-left: 20px;
}
.dl-box02 tr:nth-child(2n+1){
    background: #e6ebff;
}
.dl-box01 .txt01{
    font-size: 22px;
    padding: 10px 0;
    border-top: 1px dashed #cccccc;
}

.dl-box01 .txt01:last-child{
    border-bottom: 1px dashed #cccccc;
}

@media screen and (max-width: 767px) {
    .system-txt{
        padding: 10px 10px 0;
        font-size: 20px;
        text-align: left;
        color: #ad0e2c;
    }
    .dl-box-pos .pos{
        position: absolute;
        top: 54%;
        transform: translateY(-50%);
        right: 15px;
        z-index: 2;
        font-size: 14px;
        font-weight: bold;
        color: #f31c06;
    }

    .system-cont+.system-cont{
        margin-top: 15px;
    }
    .system-cont{
        padding: 8px;
    }

    .system-tit{
        font-size: 18px;
        line-height: 34px;
    }
    .dl-box{
        padding: 10px 10px;
    }
    .dl-box01{
        padding: 10px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .dl-box table th{
        text-align: center;
        font-size: 14px;
        padding: 8px 0;
    }

    .dl-box table td{
        text-align: center;
        font-size: 20px;
        color: #434343;
        padding: 8px 0;
    }
    .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;
    }

    .dl-box01 table th{
        text-align: center;
        font-size: 16px;
    }
    .dl-box01 table td{
        text-align: center;
        font-size: 18px;
        padding: 5px 0;
        color: #434343;
    }
    .dl-box01 table td img{
        vertical-align: middle;
        margin-left: 8px;
    }

    .dl-box01 .txt01{
        font-size: 18px;
        padding: 10px 0;
        border-top: 1px dashed #cccccc;
    }
    .dl-box01 .txt01:last-child{
        border-bottom: 1px dashed #cccccc;
    }

    .system-cont01 {
        font-size: 16px;
        text-align: left;
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont01 .text01{
        margin-bottom: 10px;
    }
}




/*------------------------staff.php------------------------*/




/*------------------------schedule.php------------------------*/
.com-container{
    margin-top:20px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding: 20px 20px;
}
.mainbox01{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .com-container{
        margin-top: 10px;
        padding: 10px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}



/*------------------------staff01.php------------------------*/
.staff01 .tags{
    border: 1px solid #97adbe;
    padding: 2px 0;
    text-align: center;
    width: 330px;
}
.staff01 .icoimg{
    padding: 10px 0 10px;
}


.staff01-img01{
    width: 330px;
    float: left;
    margin-right: 28px;
}
.staff01-img img{
    width: 100%;
}
.staff01-des{
    overflow: hidden;
}


.txt_box {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: left;
    color: #222;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
.txt_box .name img{
    vertical-align: middle;
    margin-left: 10px;
}
.txt_box01{
    line-height: 2.5;
}
.ht03{
    padding: 5px 0;
    font-size: 20px;
    color: #ffdb27;
    line-height: 34px;
    text-align: center;
    background: -webkit-linear-gradient(top, #6d3011, #471d05);
    margin-bottom: 10px;
}


.staff01-box{
    margin-top: 20px;
}



.imglist{
    margin-top: 15px;
}
.imglist ul{
    margin-left: -5px;
    width: 330px;
}
.imglist li{
    float: left;
    width: 25%;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    cursor: pointer;
}
.nav-list03{
    text-align: center;
    margin-bottom: 20px;
}


@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;
    }

    .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{
        overflow: hidden;
    }
    .staff01-des .tablebox{
        margin-top: 15px;
    }
    .staff01-des .tablebox .comment{
        font-size: 12px;
        margin-top: 10px;
    }
}


/*------------------------recruit.php------------------------*/
.recruit-box{

}
.recruit-in{
    border-bottom: 1px solid #a79864;
}

.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #a79864;
}
.recruit-box dt{
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #60290a;
    border-left: 1px solid #ab935c;
    border-right: 1px solid #ab935c;
}
.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 #a79864;
    line-height: 2;
}
.recruit-box dd a{
    color: #000;
    text-decoration: underline;
    font-size: 16px;
}

@media screen and (max-width: 767px) {

    .recruit-box dt{
        font-size: 14px;
    }
    .recruit-box dd{
        font-size: 12px;
    }
}

/*------------------------hotel.php------------------------*/

.hotel-box{
    padding: 20px 50px;
}
.hotel-box .caption{
    font-size: 16px;
    color: #fff;
    padding: 8px 15px;
    background: #60290a;
    border-radius: 5px;
    text-align: center;
}
.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;
}




.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;
    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{
        padding: 10px 0;
    }
    .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;
    }
}





























@media screen and (max-width: 767px) {

}



/*------------------------link.php------------------------*/
.link-box{
    background: #fff;
}
.link-box table{
    width: 100%;
    border: 1px solid #a79864;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #a79864;
}
.link-box table td{
    border: 1px solid #a79864;
    padding: 50px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .link-box table td{
        padding: 30px 20px;
    }
}




















/***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) {
	
}