@charset "utf-8";
/* CSS Document */

.month-header{
	margin:20px 0px 0px 0px!important;
}
/*カレンダー表示の枠とイベントラベルの配置をしているCSS*/
.xo-event-calendar table.xo-month .month-header > span{
	display: inline-block;
    text-align: center;
    font-size: 22px;
    vertical-align: middle;
    line-height: 8vw;
}
.xo-event-calendar table.xo-month{
	margin:0px auto;
	width:96vw;
	height:450px;
	border-width: 1px 1px 1px 1px;
	}
.xo-event-calendar table td {
    vertical-align: bottom;
}

/*定休日＆臨時休業日・通常営業日・貸切の区分けのCSS*/
.holiday-titles {
	width:96vw;
    display: flex;
	margin: 16px 0px 2vw 2vw;
}
p.holiday-title{
	text-indent: 0vw;
}
.xo-event-calendar p.holiday-title {
    margin: 0px 1.0vw 0px 0px;
}

span.month-event-title {
    text-overflow: ellipsis;
}
/*是より下は整理しながら*/

/*span.notice-title{
	font-size:5.5vw;
	font-weight:800;
}

.notice-dl-wrap{
	width: 70vw;*/
    /*border: solid 1px;*/
    /*display: flex;
    flex-flow: column;
    margin: 3vw auto;
}

img.attachment-200x100.size-200x100.wp-post-image{
	width: 80vw;
    height: auto;
    margin: auto;
}

p.notice-event-update{
	text-indent: 10vw;
    line-height: 5vw;
}

h2 {
    width: 80vw;
}

.xo-event-list dl {
    display: flex;
    flex-direction: column;
	margin: 0px 0 75px 0px;
}

.xo-event-list{
	display: flex;
    flex-direction: column;
    align-items: center;
}
