@charset "utf-8";
a.red{
	color: #ff0000;
	text-align: center;
	text-decoration: underline;
}
#reserve .js-fadeUp.is-inview{
	transform: none;
}

/* modal */
.modal-open {
	display: block;
	font-size: 3rem;
	font-weight: bold;
	border: none;
	cursor: pointer;
	margin: 1.5em auto;
	text-align: center;
}

/* モーダルと背景の指定 */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 50%);
	padding: 3rem 2rem;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 10000;
}

/* モーダルの擬似要素の指定 */
.modal:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
	opacity: 1;
	visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 440px;
	width: 99%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -2rem;
	right: -2rem;
	width: 4rem;
	height: 4rem;
	color: #fff;
	background: #000;
	border-radius: 50%;
	cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
	background: #fff;
	text-align: left;
	line-height: 1.8;
	padding: 1rem;
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p {
	margin: 1em 0;
}

/* XO カレンダー */
.closed-calendar.in-form {
	margin: 1rem auto;
	width: 90%;
}

.closed-calendar .calendars {
	display: flex;
	justify-content: space-between;
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;*/
}

.com-artlist .method .xo-event-calendar tr:first-child th,
.com-artlist .method .xo-event-calendar tr:first-child td{
	border-top: 1px solid #ccc;
}

#main .xo-event-calendar table.xo-month .month-dayname-space,
#main .xo-event-calendar table.xo-month .month-event-space{
	font-size: 2.8rem !important;
}

.closed-calendar:not(.in-form) .xo-event-calendar table.xo-month button {
	display: none;
}

.closed-calendar .calendar-caption {
	font-weight: bold !important;
	font-size: 2.6rem !important;
}

.closed-calendar .calendar {
	font-weight: 500 !important;
	font-size: 2.8rem !important;
	width: 48.19672%;
}

.closed-calendar.in-form .calendar {
	width: 100%;
}

.closed-calendar .calendar th {
	background: #fafafa !important;
	font-size: 2.4rem !important;
	padding: 1rem 0 !important;
}

.closed-calendar .calendar .month-dayname td {
	font-size: 2.8rem !important;
	position: relative;
}


.closed-calendar .calendar .month-dayname td div {
	padding: 2.4rem 0 !important;
	text-align: center !important;
}

.closed-calendar .calendar .month-dayname td div.other-month {
	font-size: 2.2rem !important;
	padding: 2.8rem 0 !important;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
}

.closed-calendar .month-dayname td div.today::after {
	border: #ccc 0.3rem solid;
	box-sizing: border-box;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3em;
}
.closed-calendar .month-dayname td div.other-month.today::after{
	border: none;
}
