@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */


/*------------------------index.php------------------------*/


.top .flbox{
    margin-top: 10px;
}
.top .flbox .event{
    float: left;
    width: 707px;
}
.top .flbox .event .img01{
    margin-top: 10px;
}

.top .flbox .side-pick{
    float: right;
    width: 278px;
    height: 450px;
    padding: 62px 15px 18px;
    background: url("../images/bg_pick.jpg") no-repeat top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top .card{
    text-align: center;
}

.top .flbox01{
    margin-top: 10px;
}
.top .flbox01 .news{
    float: left;
    width: 707px;
    height: 515px;
    background: url("../images/bg_news.jpg") no-repeat top center;
    padding: 70px 20px 30px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .flbox01 .rightbox{
    float: right;
    width: 278px;
}
.top .news-box{
    background: rgba(255,255,255,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .news-scroll{
    height: 415px;
    overflow-y: scroll;
}


.top .news-box .img{
    float: left;
    width: 200px;
}
.news-box .des{
    overflow: hidden;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .news-box .time{
    font-size: 12px;
    color: #ff5ebd;
    font-weight: bold;
    margin-bottom: 3px;
}
.top .news-box .box+.box{
    margin-top: 15px;
}
.top .news-box .destit{
    font-size: 13px;
    font-weight: bold;
    color: #ff5ebd;
    line-height: 21px;
    padding: 0 20px;
    background: url("../images/bg_new_tit.jpg") repeat-x 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top .news-box .txt01{
    margin: 14px 5px 0;
    background: -webkit-linear-gradient(top, #fe9b9b, #febdbd);
    background: linear-gradient(top, #fe9b9b, #febdbd);
    padding: 10px 15px;
    color: #000;
    line-height: 1.8;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .news-box .txt01 span{
    color: #fff;
}

.top .news-box .txt02{
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.8;
}


.top .map{
    margin-top: 8px;
}

.top .mapimg{
    margin-top: 5px;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .top .flbox{
        margin-top: 10px;
    }
    .top .flbox .event{
        float: none;
        width: 100%;
    }
    .top .flbox .side-pick{
        float: none;
        display: none;
    }

    .top .flbox01{
        margin-top: 10px;
    }
    .top .flbox01 .news{
        float: none;
        width: 100%;
        height: auto;
        background: none;
        padding: 0;
    }
    .top .flbox01 .rightbox{
        float: none;
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    .top .news-box{
        border: 1px solid #fa93cd;
        border-top: none;
        background: rgba(255,255,255,1);
        padding: 10px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top .news-scroll{
        height: 340px;
        overflow-y: scroll;
    }
    .top .news-box .img{
        float: none;
        width: 100%;
        text-align: center;
    }
    .top .news-box .img img{
        max-width: 180px;
    }
    .news-box .des{
        padding: 10px 0;
    }
    .top .news-box .time{
        font-size: 12px;
        color: #ff5ebd;
        font-weight: bold;
        margin-bottom: 3px;
    }
    .top .news-box .box+.box{
        margin-top: 15px;
    }
    .top .news-box .destit{
        font-size: 13px;
        font-weight: bold;
        color: #ff5ebd;
        line-height: 21px;
        padding: 0 20px;
        background: url("../images/bg_new_tit.jpg") repeat-x 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .top .news-box .txt01{
        margin: 14px 5px 0;
        background: -webkit-linear-gradient(top, #fe9b9b, #febdbd);
        background: linear-gradient(top, #fe9b9b, #febdbd);
        padding: 10px 15px;
        color: #000;
        line-height: 1.8;
        font-size: 16px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top .news-box .txt01 span{
        color: #fff;
    }

    .top .news-box .txt02{
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.8;
    }
    .top .map{
        margin-top: 8px;
    }
    .top .mapimg{
        margin-top: 5px;
        text-align: center;
    }
}

.top .service{
    margin-top: 10px;
    border: 2px solid #ff5de9;
    background: url("https://haruhime.ests.jp/images/border.png") repeat 0 0;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .service01{
    margin-top: 0;
}
.service-box{
    padding: 5px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service-box{
    padding: 10px 15px;
}
.top .service .tit{
    text-align: center;
}
.top .service .swiper-wrapper img{
    overflow: hidden;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .top .service{
        margin-top: 10px;
        border: 1px solid #ff5de9;
        padding: 6px;
    }
    .service-box{
        padding: 5px;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .service-box{
        padding: 5px;
    }
}

.sp-pick-up-box .tit{
    text-align: left;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-pick-up-box .tit img{
    width: 70%;
}

.sp-pick-up-box{
    padding-top:  10px;
    border: 1px solid #fed4ea;
    background: rgba(255,255,255,0.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-pick-up-box .container{
    padding-bottom: 10px;
}


.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 .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;
}
.top .news-box-cont+.news-box-cont{
    margin-top: 20px;
}


/*------------------------system.php------------------------*/
.ht02 {
    font-size: 25px;
    padding-top: 26px;
    padding-bottom: 15px;
    font-weight: bold;
    background: url("../images/bg_ht02.png") no-repeat top center;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.ht02 span{
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}
.system-box{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.system-cont+.system-cont{
    margin-top: 10px;
}
.system-cont{
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont .price-box ul{
    margin: -12px 0 0 -30px;
}
.system-cont .price-box li{
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-top: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont .price-box dl{
    display: table;
    width: 100%;
    background: url("../images/bg_price01.jpg") no-repeat 0 0;
}
.system-cont .price-box dt{
    display: table-cell;
    width: 136px;
    font-size: 35px;
    color: #ffff00;
    font-weight: bold;
    text-align: center;
}
.system-cont .price-box dt span{
    font-size: 16px;
}
.system-cont .price-box dd{
    font-size: 40px;
    color: #ff4379;
    padding-left: 30px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont .price-box dd span{
    font-size: 20px;
}
.price-box>p{
    text-align: center;
}
.price-box>p img{
    margin: 0 10px;
}
@media screen and (max-width: 767px) {
    .ht02 {
        font-size: 15px;
        width: 100%;
        margin: 0 auto 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
        background: url("../images/bg_ht02.png") no-repeat top center;
        text-align: center;
        color: #fff;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .ht02 span{
        display: block;
        text-align: center;
        margin-top: 5px;
        font-size: 10px;
    }

    .system-box{
        border: 3px solid #ffa5ad;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    }
    .system-cont+.system-cont{
        margin-top: 10px;
    }
    .system-cont{
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont .price-box ul{
        margin: -10px 0 0 0;
    }
    .system-cont .price-box li{
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont .price-box dl{
        display: table;
        width: 320px;
        margin: 0 auto;
        background: url("../images/bg_price01.jpg") no-repeat 0 0;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .system-cont .price-box dt{
        display: table-cell;
        width: 100px;
        padding: 0;
        vertical-align: middle;
        font-size: 25px;
        color: #ffff00;
        font-weight: bold;
        text-align: center;
    }
    .system-cont .price-box dt span{
        font-size: 16px;
    }
    .system-cont .price-box dd{
        font-size: 30px;
        vertical-align: middle;
        color: #ff4379;
        padding-left: 30px;
        font-weight: bold;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont .price-box dd span{
        font-size: 20px;
    }
    .price-box>p{
        text-align: center;
    }
    .price-box>p img{
        margin: 0 2px;
        width: 60px;
    }
	.system-cont .price-box .sys1{
        display: table-cell;
        width: 100px;
        padding: 0;
        vertical-align: middle;
        font-size: 20px;
        color: #ffff00;
        font-weight: bold;
        text-align: center;
    }
    .system-cont .price-box .sys1 span{
        font-size: 16px;
    }

}
@media screen and (max-width: 340px) {
    .ht02 {
        font-size: 14px;
        width: 265px;
        margin: 0 auto 20px;
        padding-top: 9px;
        padding-bottom: 10px;
        font-weight: bold;
        background: url("../images/bg_ht02.png") no-repeat top center;
        text-align: center;
        color: #fff;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .ht02 span{
        display: block;
        text-align: center;
        margin-top: 2px;
        font-size: 10px;
    }
    .system-cont .price-box dl{
        display: table;
        width: 265px;
        margin: 0 auto;
        background: url("../images/bg_price01.jpg") no-repeat 0 0;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .system-cont .price-box dt{
        display: table-cell;
        width: 80px;
        padding: 0;
        vertical-align: top;
        font-size: 20px;
        color: #ffff00;
        font-weight: bold;
        text-align: center;
    }
    .system-cont .price-box dt span{
        font-size: 16px;
    }
    .system-cont .price-box dd{
        font-size: 26px;
        vertical-align: middle;
        color: #ff4379;
        padding-left: 15px;
        font-weight: bold;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont .price-box dd span{
        font-size: 20px;
    }
    .system-cont .price-box .sys1{
        display: table-cell;
        width: 80px;
        padding: 0;
        vertical-align: middle;
        font-size: 16px;
        color: #ffff00;
        font-weight: bold;
        text-align: center;
    }
    .system-cont .price-box .sys1 span{
        font-size: 16px;
    }
}
/*------------------------room.php------------------------*/
.room-box{
    margin-top: 50px;
}
.room-box ul{
    margin: -20px 0 0 -20px;
}
.room-box li{
    float: left;
    width: 50%;
    padding-top: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.room-box li img{
    border-radius: 5px;
}
.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%;
}
@media screen and (max-width: 767px) {
    .room-box{
        margin-top: 10px;
    }
    .room-box ul{
        margin: -10px 0 0 -10px;
    }
    .room-box li{
        float: left;
        width: 50%;
        padding-top: 10px;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
/*------------------------schedule.php------------------------*/
.com-container{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cnm-box{
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .cnm-box{
        padding: 0;
        -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-box{
    margin-top:0;
    padding: 20px 20px 30px;
    background: #000;
}
.staff01-img{
    width: 330px;
    float: left;
    margin-right: 28px;
}
.staff01-img img{
    width: 100%;
}
.staff01-des{
    overflow: hidden;
}

.staff01-des .tablebox .name{
    font-size: 16px;
    font-weight: bold;
    color: #ffea00;
}
.staff01-des .tablebox span{
    display: inline-block;
    margin-right: 10px;
    width: 85px;
    height: 21px;
    border: 1px solid #2873cd;
    background: #990002;
    color: #ffea00;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
}
.staff01-des .tablebox .size{
    font-size: 14px;
    margin: 14px 0;
}
.staff01-des .tablebox .comment{
    font-size: 14px;
    margin-top: 16px;
}

.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;
}




/*------------------------recruit.php------------------------*/
.recruit-box{

}
.recruit-box .img{
    text-align: center;
    margin-bottom: 20px;
}

.recruit-in{
    padding: 20px 20px;
}
.recruit-cont{
    border-bottom: 1px dotted #de0705;
    font-size: 15px;
    line-height: 36px;
    color: #000;
}
.recruit-cont+.recruit-cont{
    margin-top: 15px;
}
.recruit-in .re-tit{
    font-size: 22px;
    color: #de0705;
    line-height: 45px;
    text-align: left;
}
.recruit-in .txt a{
    position: relative;
    z-index: 9999;
    display: inline-block;
    font-size: 16px;
    color: #003800;
    font-weight: bold;
    pointer-events: inherit;
}


.event-box{
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .event-box{
        margin-top: 15px;
    }
    .recruit-box .img{
        margin-bottom: 10px;
    }
    .recruit-in{
        padding: 10px 10px;
    }
    .recruit-cont{
        font-size: 14px;
    }
    .recruit-cont+.recruit-cont{
        margin-top: 10px;
    }
    .recruit-in .re-tit{
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }
    .recruit-in .txt a{
        font-size: 14px;
    }
}

/*---------------------------access---------------------*/
.access-box{
    margin-top: 50px;
}
.access-box .map{
    margin: 0 auto 20px;
    text-align: center;
}
.access-box .map{
    margin: 0 auto 20px;
    text-align: center;
}
.access-box .map iframe{
      width: 100%;
    height: 400px;
     text-align: center;
 }

.access-box .address{
    margin-top: 40px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}
.access-box .tel{
    margin-top: 10px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.access-box .tel a{
    position: relative;
    z-index: 999;
    font-size: 36px;
    color: #de0705;
    text-decoration: underline;
}


@media screen and (max-width: 767px) {
    .access-box{
        margin-top: 15px;
    }
    .access-box .map{
        margin: 0 auto 10px;
    }
    .access-box .map iframe{
        width: 100%;
        height: 320px;
        text-align: center;
    }
    .access-box .address{
        margin-top: 15px;
        font-size: 14px;
    }
    .access-box .tel{
        font-size: 14px;
    }
    .access-box .tel a{
        display: block;
        font-size: 24px;
    }
}















/***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) {
	
}