/* ========パーティースケジュール======== */
#shedule_top {
	background:#f5f5f5;
}

#schedule {
	margin:0 8%;
	overflow:hidden;
}

#schedule h2 {
	margin:1em 0;
	padding:0;
	font-size:2.5em;
	line-height:1.5em;
	text-align:center;
	font-family: 'Playfair Display', serif;
}

#schedule h3 {
	margin:1em 0;
	padding:0;
	font-size:1.5em;
	line-height:1.6em;
	text-align:center;
	font-weight:normal;
	font-family: 'Rajdhani', sans-serif;
}

.month {
	font-size:4em;
	font-weight:bold;
	font-family: 'Playfair Display', serif;
}

#shedule_t {
	margin:0 0 8em 0;
}

#shedule_t table {
	width:100%;
	border-collapse: collapse;
}

#shedule_t th {
	width:14%;
	height:20px;
	padding:1em;
	border:1px solid #c0c0c0;
	font-size:1.2em;
	font-weight:normal;
	text-align:center;
	color:#000;
	background:#dcdcdc;
	font-family: 'Rajdhani', sans-serif;
}

#shedule_t td {
	width:14%;
	height:170px;
	padding:1em;
	border:1px solid #c0c0c0;
	background:#fff;
	vertical-align:top;
}

#shedule_t td p {
	margin:1em 0;
	font-size:0.95em;
}

#shedule_t td a {
	color:#000;
    text-decoration:none;
}

#shedule_t td a:hover {
    text-decoration:underline;
}

#shedule_t td img {
	width:100%;
}

.shedule_d {
	font-size:2em;
	font-family: 'Playfair Display', serif;
}

#shedule_t td.shedule_in {
	background:#f5f5f5;
}

#shedule_t td.shedule_sun {
	background:#f5ecf4;
}