@charset "utf-8";

/* ------------------------------------------- */
/* calendar */
/* ------------------------------------------- */
.edit-area.calendar{
	padding: 6.7rem 0 12rem;
}
@media screen and (max-width: 767px){
	.edit-area.calendar{
		padding: 4rem 0;
	}
}


/* photo-box */
.edit-area.calendar .photo-box{
	margin-bottom: 16rem;
	text-align: center;
}
@media screen and (max-width: 767px){
	.edit-area.calendar .photo-box{
		margin-bottom: 8rem;
		overflow-x: scroll;
	}
	.edit-area.calendar .photo-box img{
		max-width: none;
		width: auto;
	}
}


/* table-notes */
.edit-area.calendar .table-notes{
	margin-top: 4rem;
	font-weight: normal;
	letter-spacing: 0.08em;
	line-height: 1.63;
}
@media screen and (max-width: 767px){
	.edit-area.calendar .table-notes{
		margin-top: 2rem;
	}
}