@charset "UTF-8";

/* //////////////////////////////////////////////////

　ぽるサポについてページのスタイル

////////////////////////////////////////////////// */

.sec .container {
	width: 760px;
}

.circle {
	margin: 60px 0;
	display: inline-block;
	background: #fff486;
	border-radius: 300px;
	padding: 60px;
	line-height: 1.8;
}

.schedule {
	padding-top: 90px;
	background: url(../img/karusapo/arrow.png) no-repeat center top;
}
.schedule .line {
	margin-bottom: 40px;
	display: inline-block;
	background: #fff486;
}
.schedule table {
	margin-bottom: 50px;
	width: 100%;
	border: 2px solid #e7e7e7;
}
.schedule thead td {
	padding: 5px;
	background: #e7e7e7;
	text-align: center;
	font-weight: bold;
}
.schedule thead td + td {
	border-left: 2px solid #fff;
}
.schedule .second th,
.schedule .second td {
	border-top: 2px solid #1bb8ce;
}
.schedule tbody th {
	border-left: 2px solid #e7e7e7;
	padding: 10px 10px;
}

.schedule tbody td {
	border-bottom: 1px solid #e7e7e7;
	border-left: 2px solid #e7e7e7;
	padding: 10px 15px;
}
.schedule tbody .time {
	font-size: 1.7em;
	color: #1bb8ce;
	font-weight: bold;
	width: 200px;
}
.schedule tbody .offtime {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 2.3em;
}
.schedule tbody .time i {
	display: inline-block;
	margin-right: 0.2em;
	width: 1.3em;
	height: 1.3em;
	padding-left: 0.25em;
	border: 1px solid #1bb8ce;
	border-radius: 100px;
	font-style: italic;
	font-size: 0.95em;
	line-height: 1.2;
}
.schedule tbody .thema b {
	font-size: 1.29em;
}

.schedule .date th {
	background: #e7e7e7;
	border-bottom: 2px solid #fff;
}
.schedule .date tr:last-child th {
	border-bottom: none;
}
.schedule .date td {
	border-bottom: 2px solid #e7e7e7;
}

.schedule .dl dt {
	width: 170px;
}

.btn_pdf {
	display: inline-block;
	margin-top: 50px;
	border: 2px solid #1bb8ce;
	border-radius: 3px;
	background: url(../img/karusapo/ico_pdf.png) no-repeat 30px 50%;
	padding: 15px 30px;
	padding-left: 70px;
	font-family: "FOT-筑紫A丸ゴシック Std B","TsukuARdGothicStd-B"; 
}
.btn_pdf:hover {
	text-decoration: none;
	opacity: .8;
}

/* 日付部分 */
.data-circle {
	display: table;
	width: 47px;
	height: 47px;
	border-radius: 24px;
	background: #1bb8ce;
	margin: 0 auto 10px auto;
}

.data-circle p {
	display: table-cell;
	font-family: "FOT-筑紫A丸ゴシック Std R","TsukuARdGothicStd-R";
	font-size: 13px;
	color: #fff;
	
	text-align: center;
	vertical-align: middle;
}

.data-wm span {
	display: block;
	color: #1bb8ce;
	font-family: "FOT-筑紫A丸ゴシック Std D","TsukuARdGothicStd-D";
	font-size: 40px;
}

.data-wm span.week {
	font-size: 24px;
}

/* イベント終了後 */
.event-end {
	position: relative;
}

.event-end::before {
    display: block;
    content: "";
    background-color: rgba(27,184,206,0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.event-end::after {
    display: block;
    content: "";
	background: #fff485 url(../img/karusapo/event-end.png) no-repeat 50%;
    position: absolute;
    top: 0;
    left: -83px;
    right: 0;
    bottom: 0;
	width: 83px;
	border-radius: 20px 0 0 20px;
}


/* inview */
@media screen and (min-width: 769px) {
	.inview01 {
		top: 90px;
		left: 0;
	}
	.inview_w01 {
		top: 390px;
		right: -100px;
	}
	.inview_w02 {
		top: 720px;
		left: -120px;
	}
	.inview02 {
		top: 550px;
		right: -140px;
	}
	.inview03 {
		bottom: 190px;
		right: 0px;
	}
	.inview04 {
		bottom: 70px;
		left: 0px;
	}
	.inview_w03 {
		bottom: 60px;
		right: -120px;
	}
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.sec .container {
		width: auto;
	}
	
	.circle {
		margin: 40px 0;
		padding: 40px;
	}

	.schedule {
		padding-top: 50px;
		background-size: 25px;
	}
	.schedule .line {
		margin-bottom: 25px;
	}
	.schedule table {
		margin-bottom: 30px;
	}
	.schedule tbody th,
	.schedule tbody td {
		border-left: 2px solid #e7e7e7;
		padding: 8px 10px;
	}
	.schedule tbody .time {
		font-size: 1.5em;
		width: auto;
	}
	.schedule tbody .offtime {
		font-size: 1.3em;
		padding-left: 10px;
	}

	.schedule .dl dt {
		width: 120px;
	}

	.btn_pdf {
		margin-top: 30px;
		padding: 15px 20px;
		padding-left: 50px;
		background-position: 15px 50%;
		background-size: 18px;
	}
}
@media screen and (max-width: 600px) {
}
