@charset "utf-8";

.topScheCount {
    background: #f32860;
    color: #fff !important;
    display: block;
    line-height: 0;
    margin: 0 auto 10px;
    text-align: center;
    font-family: "M PLUS Rounded 1c";
    font-size: 26px;
    font-weight: 700;
    padding: 30px 0;
    transition: 0.3s;
    width: 100%;
}

/* お泊りアイコン */
.stay_icon {
    position:absolute;
    text-align:center;
    bottom:60px;
    width:280px
}

.stay_icon li {
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    -webkit-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
    display:inline-block;
    padding:0
}
/*
.list_prof_schdule {
    margin: 3px auto 18px;
}*/

ul.event_wrap {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    margin: 30px 0 0;
}
ul.event_wrap a {
    color: #fff;
}
ul.event_wrap li {
    width: 48%;
    text-align: left;
    margin: 0 0 50px;
}
ul.event_wrap li:nth-of-type(2n) {
    margin-left: 10px;
}
ul.event_wrap li .date_wrap {
    padding-bottom: 2px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
}
ul.event_wrap li .date {
    float: left;
    font-size: 0.8rem;
    line-height: 30px;
}
ul.event_wrap li .thum {
    width: 100%;
}
ul.event_wrap li .circle {
    float: right;
    display: block;
    width: 20px;
    margin: 4px 4px 0 0;
}
