@charset "UTF-8";

.calendar .legend {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 65px 0 0;
}

.calendar .legend li::after {
	content: "/";
	display: inline;
	margin: 0 0.7em;
}

.calendar .legend li:last-child::after {
	display: none;
}

.calendar .legend li span {
	margin: 0 0.3em 0 0;
	font-size: 20px;
}

.calendar .legend li.worry span {
	color: #ffab98;
}

.calendar .legend li.gossip span {
	color: #69DDFF;
}

.calendar .legend li.other span {
	color: #A5DC74;
}

#fullcalendar {
	margin-top: 30px;
}

#fullcalendar .fc-toolbar {
	background: #ffde00;
	margin-bottom: 10px;
	line-height: 1;
	position: relative;
}

#fullcalendar .fc-toolbar::before {
	background: url(../images/bg_calendar_001.png) 0 0 repeat-x;
	content: "";
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
}

#fullcalendar .fc-toolbar .fc-left,
#fullcalendar .fc-toolbar .fc-right {
	margin: 20px;
	background: #fff;
	border-radius: 16px;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	font-size: 88%;
}

#fullcalendar .fc-toolbar .fc-left .fc-button,
#fullcalendar .fc-toolbar .fc-right .fc-button {
	background: none;
	box-shadow: none;
	border: none;
	padding: 0 12px;
	height: 2.4em;
}

#fullcalendar .fc-toolbar .fc-left .fc-button::before {
	background: url(../images/icon_prev.png) 0 0 no-repeat;
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	margin-right: 5px;
	vertical-align: middle;
}

#fullcalendar .fc-toolbar .fc-right .fc-button::after {
	background: url(../images/icon_next.png) 0 0 no-repeat;
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	margin-left: 5px;
	vertical-align: middle;
}

#fullcalendar .fc-toolbar h2 {
	font-size: 156%;
	font-weight: bold;
	line-height: 73px;
	padding: 0;
	margin: 0;
}

#fullcalendar .fc-view>table {
	border: 1px solid #fff;
}

#fullcalendar .fc-view>table .fc-head-container,
#fullcalendar .fc-view>table .fc-widget-content {
	border-color: transparent;
}

#fullcalendar .fc-day-header {
	background: #fff;
	border-color: transparent;
	padding: 0.25em 0;
}

#fullcalendar .fc-day-header.fc-sun {
	color: #da1616;
}

#fullcalendar .fc-day-header.fc-sat {
	color: #4668bf;
}

#fullcalendar.fc .fc-row .fc-content-skeleton table,
#fullcalendar.fc .fc-row .fc-content-skeleton td,
#fullcalendar.fc .fc-row .fc-helper-skeleton td {
	padding: 0 10px;
}

#fullcalendar.fc .fc-row .fc-content-skeleton td.fc-day-top {
	padding: 5px 10px 0;
}

#fullcalendar.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	font-family: "LoveloBlack", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-size: 113%;
	float: none;
}

#fullcalendar.fc-ltr .fc-basic-view .fc-day-top.fc-other-month {
	opacity: 0.2;
}

#fullcalendar.fc-ltr .fc-basic-view .fc-day-top.fc-sun .fc-day-number {
	color: #da1515;
}

#fullcalendar.fc-ltr .fc-basic-view .fc-day-top.fc-sat .fc-day-number {
	color: #4668bf;
}

#fullcalendar.fc-ltr .fc-basic-view .fc-day-top.fc-other-month.fc-sun .fc-day-number,
#fullcalendar.fc-ltr .fc-basic-view .fc-day-top.fc-other-month.fc-sat .fc-day-number {
	color: #000;
}

#fullcalendar .fc-day {
	border: 1px solid #fff;
}

#fullcalendar .fc-today .fc-day-number {
	color: #1c8b8a;
}

#fullcalendar .fc-event {
	border: 0;
	padding: 0.5em;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
}

#fullcalendar .fc-event .fc-content {
	white-space: normal;
}

#fullcalendar .fc-event-container a {
	font-size: 100%;
	text-decoration: none;
	color: #000;
	white-space: normal;
	padding: 2px 10px;
}

#fullcalendar .fc-event-container a:hover {
	text-decoration: underline;
}

#fullcalendar .fc-event {
	border-radius: 15px;
}

#fullcalendar .fc-event.-worry {
	background: #ffab98;
	border-color: #ffab98;
}

#fullcalendar .fc-event.-gossip {
	background: #69DDFF;
	border-color: #69DDFF;
}

#fullcalendar .fc-event.-other {
	background: #A5DC74;
	border-color: #A5DC74;
}

#fullcalendar .fc-row.fc-week {
	min-height: 150px;
}

#fullcalendar .fc-day {
	background: #f5f5f5;
}

#fullcalendar .fc-day.fc-sun {
	background: #f3e8e8;
}

#fullcalendar .fc-day.fc-sat {
	background: #e3e7f1;
}

#fullcalendar .fc-day.fc-today {
	background: #dee;
}

.schedule_list {}

.schedule_list li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 30px 20px 25px;
	border-bottom: 1px solid #ddd;
}

.size_large .schedule_list li {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.schedule_list li .day {
	width: 12%;
	letter-spacing: 0.05em;
	margin-right: 20px;
}

.size_large .schedule_list li .day {
	width: auto;
}

.schedule_list li .cat {
	box-sizing: border-box;
	width: 11%;
	text-align: center;
	display: block;
	font-size: 88%;
	margin-right: 25px;
	padding: 3px 2px;
}

.size_large .schedule_list li .cat {
	width: auto;
	height: auto;
	padding: 10px;
	border-radius: 100px;
}

.schedule_list li .cat.-worry {
	background: #ffab98;
}

.schedule_list li .cat.-gossip {
	background: #69DDFF;
}

.schedule_list li .cat.-other {
	background: #A5DC74;
}

.schedule_list li .info {
	width: 73%;
}

.schedule_list li .info a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.size_large .schedule_list li .info {
	width: 100%;
}

.schedule_list li .info .title {
	width: 100%;
}

.schedule_list li .info a {
	font-weight: bold;
}

.schedule_list li .info a:link,
.schedule_list li .info a:visited,
.schedule_list li .info a:hover,
.schedule_list li .info a:active {
	color: #000;
	text-decoration: none;
}

.schedule_list li .info a:hover .title,
.schedule_list li .info a:active .title {
	text-decoration: underline;
}

.schedule_list li .info .time {
	margin: 2px 0 0 2px;
}

.schedule_list li .info .time img {
	margin-right: 2px;
}

.schedule_list li .info .place {
	margin: 2px 0 0 20px;
}

.schedule_list li .info .place img {
	margin-right: 3px;
}

.local-navigation {
	margin-top: 50px;
}

/* pager-navigation */

/* .pager-navigation{
	font-size:100%;
}
.pager-navigation ul{
	display:flex;
	justify-content:center;
	align-items:center;
}
.pager-navigation ul li{
  float:none;
  margin:0 10px;
}
.pager-navigation ul li span.cur{
  border:2px solid #ffde00;
	box-sizing:border-box;
	border-radius:50%;
	width:63px;
	height:63px;
	line-height:59px;
  padding:0;
}
.pager-navigation ul li a{
	box-sizing:border-box;
	border-radius:50%;
	display:block;
	width:63px;
	height:63px;
	line-height:59px;
}
.pager-navigation ul li a:link, 
.pager-navigation ul li a:visited{
  background:#fff;
  border:2px solid #000;
  color:#000;
  line-height:59px;
  padding:0;
}
.pager-navigation ul li a:hover, 
.pager-navigation ul li a:active{
  background:#ffde00;
  border:2px solid #ffde00;
} */


/* ---------------------------------------------
 SP
------------------------------------------------ */

.sp #fullcalendar .fc-toolbar h2 {
	font-size: 113%;
	line-height: 53px;
}

.sp #fullcalendar .fc-toolbar .fc-left,
.sp #fullcalendar .fc-toolbar .fc-right {
	margin: 10px;
}

.sp #fullcalendar .fc-row.fc-week {
	min-height: 4em;
}

.sp #fullcalendar .fc-event-container a {
	border-radius: 3px;
	padding: 0.5em;
}

.sp #fullcalendar .fc-content .fc-title {
	display: none;
}

.sp #fullcalendar.fc .fc-row .fc-content-skeleton td.fc-day-top {
	padding: 0;
}

.sp #fullcalendar.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	font-size: 100%;
}

.sp #fullcalendar.fc .fc-row .fc-content-skeleton table,
.sp #fullcalendar.fc .fc-row .fc-content-skeleton td,
.sp #fullcalendar.fc .fc-row .fc-helper-skeleton td {
	padding: 0;
}

.sp .schedule_list li {
	flex-wrap: wrap;
	padding: 20px;
}

.sp .schedule_list li .day {
	width: 10em;
	margin-right: 0;
}

.sp .schedule_list li .cat {
	width: auto;
	margin-right: 0;
	padding: 3px 15px;
}

.sp .schedule_list li .info {
	width: 100%;
}