@charset "utf-8";

.topScheCount {
    background: #f32860;
    color: #fff !important;
    display: block;
    line-height: 0;
    margin: 0 auto 0;
    text-align: center;
    font-family: "M PLUS Rounded 1c";
    font-size: 26px;
    font-weight: 700;
    padding: 30px 0;
    transition: 0.3s;
    width: 100%;
	font-family: "メイリオ", Meiryo, Osaka, "Hiragino Kaku Gothic Pro", sans-serif;
}

/* お泊りアイコン */
.sche_stay{
	background: #f00;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	font-family: "Century Gothic",sans-serif;
	font-size: 14px;
	font-weight: 600;
	height: 20px;
	padding: 1px 2px 1px 1px;
	margin: 0;
	width: 20px;
	line-height: 17px;
	display: inline-block;
	margin: -3px 0 0 0;
	background-position: center;
}

.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
}

.sche_comment {
	font-size: 0.7em;
	margin-top: -14px;
	position: relative;
}

.list_prof_schdule {
	margin: 3px auto 18px;
}

.list_prof_schdule {
	margin: 3px auto 18px;
}

ul.event_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	color: #fff;
	margin: 20px 0 0;
}
ul.event_wrap a {
	color: #fff;
}
ul.event_wrap li {
	width: 48%;
	text-align: left;
	margin: 0 0 30px;
}
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.7rem;
    line-height: 30px;
}
ul.event_wrap li .thum {
	width: 100%;
}
ul.event_wrap li .circle {
    float: right;
    display: block;
    width: 18px;
	margin: 5px 4px 0 0;
}
