@charset "utf-8";


/* ==========================================================================
   1. コンポーネント
   ========================================================================== */

/* スケジュール (.schedule__*)
-------------------------------------------------------------------------- */
.page .page__content .schedule__header {
	display: block;
	padding: 8px;
	margin: 2.0em auto 10px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 2px;
	border: #000 solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.schedule__content {
	display: flex;
	flex-wrap: wrap;
}

.schedule__content .day-block {
	display: block;
	width: 18%;
	margin: 0 1%;
	padding: 3px;
	background-color: #009c51;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.schedule__content .day-block:first-child {
	width: 19%;
	margin: 0 1% 0 0;
}

.schedule__content .day-block:last-child {
	width: 19%;
	margin: 0 0 0 1%;
}

.schedule__content .day-block .deli {
	padding: 15px 0;
	margin: 0;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.schedule__content .day-block .deli p {
	color: #000;
	background-color: transparent;
}

.schedule__content .day-block .arrow {
	background: url(../img/sec_01_01.png) center top no-repeat;
	background-size: 100% 100%;
	height: 20px;
	border-top: #fff solid 1px;
	margin-top: -1px;
}

.schedule__content .day-block .close {
	padding: 15px 0;
	border-radius: 0 0 5px 5px;
}

.schedule__content .day-block > div p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 2px;
}

.schedule__content .day-block > div p:last-child {
	font-size: 120%;
}

.schedule__content .day-block > div p:last-child strong {
	font-size: 140%;
}

.schedule__content .day-block .close p:first-child {
	color: #ffff3c;
}

.schedule__content .day-block .close span {
	display: block;
}

/* テーブル
-------------------------------------------------------------------------- */
.order-table {
	border-color: #000;
	border-style: solid;
	border-width: 0 1px 1px 0;
	width: 100%;
	margin: 0;
}

.order-table th,
.order-table td {
	border-color: #000;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
	vertical-align: middle;
	padding: 8px 3px;
	font-size: 90%;
}

.order-table th {
	background-color: #cfecd1;
	font-weight: 600;
}

/* ==========================================================================
   その他
   ========================================================================== */

.accordion__content > * + * {
	margin-top: 2em;
}

.accordion__content .note {
	margin-top: 5px;
}

#contents_area .Inner_contents .sec_cont .link_line {
	color: #FF0004;
	text-decoration: underline;
}


/* ==========================================================================
   レスポンシブスタイル (メディアクエリ)
   ========================================================================== */

@media only screen and (max-width: 600px) {
	.accordion__content {
		padding-left: 11px;
		padding-right: 11px;
	}
	.schedule__content {
		display: block;
	}

	.schedule__content .day-block {
		width: 95%;
		display: table;
		padding: 3px;
		margin: 0 auto;
	}

	.schedule__content .day-block:first-child,
	.schedule__content .day-block:last-child {
		width: 95%;
		margin: 0 auto;
	}

	.schedule__content .day-block + .day-block {
		margin-top: 8px;
	}

	.schedule__content .day-block > div {
		display: table-cell;
		vertical-align: middle;
	}

	.schedule__content .day-block .deli {
		width: 47.5%;
		padding: 10px 5px;
		margin: 0;
		background-color: #fff;
		border-radius: 5px 0 0 5px;
	}

	.schedule__content .day-block .arrow {
		background: url(../img/order/sec_01_01b.png) center top no-repeat;
		background-size: 100% 100%;
		width: 5%;
		height: 100%;
		border-top: none;
		margin-top: 0;
		border-left: #fff solid 1px !important;
		margin-left: -1px !important;
	}

	.schedule__content .day-block .close {
		width: 47.5%;
		padding: 10px 5px;
		border-radius: 0 5px 5px 0;
	}

	.schedule__content .day-block p {
		font-size: 110%;
	}

	.schedule__content .day-block > div p:last-child {
		font-size: 130%;
	}

	.schedule__content .day-block > div p:last-child strong {
		font-size: 150%;
	}

	.schedule__content .day-block .close span {
		display: inline-block;
		margin-left: 8px;
	}
}
