@charset "utf-8";
/* ===================================
トップ画像
=================================== */

.top_image {
	background-image: url(../images/guide/top_img.jpg);
	background-position: center;
}

/* ===================================
メイン
=================================== */

.start {
	padding-top: 1em;
}

.start h2 {
	margin-bottom: 1.5em;
}

@media print, screen and (min-width: 600px) {
	.start {
		padding-top: 2em;
	}
}

/* ===================================
保育時間
=================================== */

.times_area {
	padding-bottom: 4em;
	position: relative;
	z-index: 9;
}

.times_box:first-child {
	margin-top: 0;
}

.times_box {
	width: 100%;
	margin-bottom: 2em;
	text-align: left;
	position: relative;
}

.times_box h3 {
	margin-bottom: 0.8em;
	padding: 0.5em;
	position: relative;
	font-size: 1.1em;
	background-color: #ffe0e0;
	border-radius: 10px;
}

.times_box h3:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #ffe0e0 transparent transparent transparent;
}

.times_box .txt, .times_table li {
	margin-bottom: 0.5em;
	font-size: 0.95em;
}

.times_box .txt:last-child, .times_table li:last-child {
	margin-bottom: 0;
}

.times_table li {
	padding-left: 1.3em;
	line-height: 1.7em;
	text-indent: -1.3em;
}

.times_table li::before {
	content: "●";
	margin-right: 0.3em;
}

.times_table li .tit {
	font-weight: 500;
}

.times_box .notes {
	font-size: 0.9em;
	line-height: 1.8em;
}

@media print, screen and (min-width: 600px) {
	.wrapper {
		max-width: 920px;
	}
	.times_box {
		margin-bottom: 3em;
	}
	.times_box h3 {
		padding: 0.7em;
		font-size: 1.2em;
		font-weight: 500;
	}
	.times_box .txt, .times_table li {
		font-size: 1.1em;
	}
	.times_box .notes {
		font-size: 1em;
	}
	.times_table {
		padding-left: 0.5em;
	}
}

/* ===================================
保育時間 - イラスト
=================================== */

.times_box:first-child::after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	top: -24px;
	right: 20px;
	background: url(../images/guide/time_illust01.svg) center / contain no-repeat;
	z-index: 99;
}

.times_box:nth-child(4)::after {
	content: "";
	width: 75px;
	height: 100px;
	position: absolute;
	top: -43px;
	right: -20px;
	background: url(../images/guide/time_illust02.svg) center / contain no-repeat;
	z-index: 99;
}

@media print, screen and (min-width: 600px) {
	.times_box:first-child::after {
		width: 25%;
		height: 215px;
		top: -25px;
		right: 20px;
	}
	.times_box:nth-child(4)::after {
		width: 100px;
		height: 136px;
		top: -38px;
	}
}

@media print, screen and (min-width: 1025px) {
	.times_box:nth-child(4)::after {
		width: 13%;
		height: 235px;
		top: -40px;
		right: -27px;
	}
}

/* ===================================
費用
=================================== */

.price_area {
	position: relative;
	background-color: #FFE66A;
	text-align: center;
	z-index: 9;
}

.price_area::before {
	content: "";
	width: 80%;
	height: 70px;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/guide/price_top.svg) center / contain no-repeat;
}

.price_inner {
	padding: 4em 0 7em;
	position: relative;
	overflow: hidden;
}

.price_inner::before {
	content: "";
	width: 70px;
	height: 60px;
	position: absolute;
	bottom: 45px;
	right: calc(50% + 81px);
	background: url(../images/guide/price_back_illust01.svg) center / contain no-repeat;
}

.price_inner::after {
	content: "";
	width: 80%;
	height: 80px;
	position: absolute;
	bottom: -20px;
	right: -57px;
	background: url(../images/guide/price_back_illust02.svg) center / contain no-repeat;
}

.price_inner {
	padding-top: 4em;
	position: relative;
}

.price_subtitle {
	max-width: 900px;
	margin: 1em auto 0.7em;
	padding-bottom: 0.7em;
	text-align: center;
	font-weight: bold;
	border-bottom: dotted 2px #E88521;
}

.subtitle_txt {
	max-width: 900px;
	margin: 0 auto 3em;
	text-align: left;
	line-height: 1.8em;
}

@media print, screen and (min-width: 600px) {
	.price_area::before {
		width: 100%;
		height: 85px;
		top: -55px;
	}
	.price_subtitle {
		margin-bottom: 1em;
	}
	.subtitle_txt {
		font-size: 1.1em;
	}
}

@media print, screen and (min-width: 1025px) {
	.price_area::before {
		height: 120px;
		top: -70px;
	}
	.price_inner::before {
		bottom: 430px;
		right: calc(50% + 514px);
		width: 110px;
	}
	.price_inner::after {
		width: 26%;
		height: 100px;
		bottom: 119px;
		right: -42px;
	}
}

/* ===================================
費用 - テーブル
=================================== */

.price_table {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #FFE66A;
	box-shadow: 0 0 0 7px #FFE66A, 0 0 0 9px #000;
}

.price_table th {
	width: 35%;
	padding: 1em 0.7em;
	text-align: left;
	color: #fff;
	font-weight: 500;
	vertical-align: middle;
	border-right: 2px solid #000;
	background-color: #2085e4;
	border-top: 2px solid #000;
}

.price_table tr:first-child th {
	border-top: none;
}

.price_table tr:first-child td {
	border-top: none;
}

.price_table td {
	width: 33%;
	padding: 1em 0.7em;
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.price_table td:last-child {
	border-right: none;
}

@media print, screen and (min-width: 600px) {
	.price_table {
		width: 80%;
		max-width: 880px;
		border: 2px solid #000;
		border-radius: 15px;
	}
	.price_table th, .price_table td {
		padding: 1.5em 1em;
	}
	.price_table td:first-of-type {
		width: 30%;
	}
	.price_table td:last-child {
		width: 35%;
	}
	/* 角丸にする */
	.price_table tr:first-child th {
		border-radius: 14px 0 0 0;
	}
	.price_table tr:first-child td:last-child {
		border-radius: 0 14px 0 0;
	}
	.price_table tr:last-child td:last-child {
		border-radius: 0 0 14px 0;
	}
	.price_table tr:nth-child(8) th {
		border-radius: 0 0 0 14px;
	}
}

@media print, screen and (min-width: 768px) {}

/* テーブル下文字 */

.price_come {
	width: 80%;
	max-width: 900px;
	margin: 3em auto 0;
	text-align: left;
}

.price_come li {
	margin-bottom: 0.5em;
	line-height: 1.8em;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.price_come li:last-child {
	margin-bottom: 0;
}

.price_come li::before {
	content: "※";
	margin-right: 0.3em;
}

.price_come li a {
	color: #FF4A4A;
	border-bottom: 1px solid #FF4A4A;
}

@media print, screen and (min-width: 1025px) {
	.price_ul {
		width: 55%;
	}
}

/* ===================================
とある日のエレメンタリークラブ
=================================== */

.schedule_area {
	width: 100%;
	padding-top: 3em;
	text-align: center;
}

.schedule_area .arch::before{
	display: none;
}

.schedule_area h2 {
	margin-bottom: 2.5em;
	position: relative;
	line-height: 1.8em;
}

.schedule_area h2 .p_red, .schedule_area h2 .p_yellow, .schedule_area h2 .p_blue, .schedule_area h2 .p_pink {
	height: 40px;
	width: 40px;
	margin-right: 0.1em;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.schedule_area h2 .p_red {
	background-color: #FF4A4A;
	border-radius: 50% 63% 50% 70%/50% 50% 70% 60%;
}

.schedule_area h2 .p_yellow {
	background-color: #FFB639;
	border-radius: 51% 44% 61% 42% / 59% 49% 51% 38%;
}

.schedule_area h2 .p_blue {
	background-color: #00B1D1;
	border-radius: 50% 63% 50% 70%/50% 50% 70% 60%;
}

.schedule_area h2 .p_pink {
	background-color: #F8738E;
	border-radius: 51% 44% 61% 42% / 59% 49% 51% 38%;
}

.sched_flex {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 9;
}

.time_box {
	width: 80%;
	margin: 0 auto 5em;
	position: relative;
}

.time_box .circle {
	width: 90px;
	height: 90px;
	padding: 0.8em 0;
	position: absolute;
	top: -40px;
	left: -20px;
	border-radius: 50%;
	z-index: 99;
}

.time_box .circle time {
	position: relative;
	color: #fff;
	font-family: "GenJyuuGothic-P-Bold";
	font-size: 1.1em;
}

.time_box .circle time::after {
	content: "";
	width: 35px;
	height: 35px;
	margin: 3px auto 0;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}

.time_box .sched_img {
	position: relative;
}

.time_box .sched_img img {
	width: 100%;
	border-radius: 20px;
}

.time_box h3 {
	margin: 0.5em 0;
	padding-left:1.5em;
	font-family: "Keifont";
	font-size: 1.3em;
	text-align: left;
	font-weight: normal;
	text-indent:-1.5em;
}

.time_box h3::before {
	content: "";
	width: 1em;
	height: 1em;
	margin-top: -0.2em;
	margin-right: 0.5em;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/guide/schedule/h3.svg) center / contain no-repeat;
}

.time_box .sched_cmt {
	width: 100%;
	margin-bottom: 0.5em;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	text-align: left;
}

.time_box .sched_cmt:last-child {
	margin-bottom: 0;
}

.time_box .sched_cmt img {
	width: 70px;
}

.time_box .sched_cmt p {
	width: 100%;
	margin-left: 2em;
	padding: 0.8em 1em;
	position: relative;
	font-size: 0.9em;
	border-radius: 20px;
}

.time_box .sched_cmt p::after, .sched_cmt p::before {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 50%;
}

.time_box .sched_cmt p::after {
	border-color: rgba(247, 247, 247, 0);
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 7px;
	border-right-width: 7px;
	margin-top: -5px;
	border-right-color: #F7F7F7;
}

.time_box .sched_cmt p::before {
	border-color: rgba(30, 144, 255, 0);
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 11px;
	border-right-width: 11px;
	margin-top: -8px;
	margin-right: 1px;
}

.time_box00 {
	display: none;
}

.time_illust {
	width: 65%;
	margin: 2em 2em 2em auto;
	z-index: 9;
}

.time_illust img {
	width: 100%;
}

/* ===================================
とある日のエレメンタリークラブ - 個別
=================================== */

/* ------box01------ */

.box01 .circle {
	background-color: #FD9124;
}

.box01 .circle time::after {
	background-image: url(../images/guide/schedule/box01/time.svg);
}

.box01 h3 {
	color: #FD9124;
}

.box01 .sched_cmt p {
	border: 3px solid #ff8d00;
}

.box01 .sched_cmt p::before {
	border-right-color: #ff8d00;
}

/* ------box02------ */

.box02 .circle {
	background-color: #FF5F3E;
}

.box02 .circle time::after {
	background-image: url(../images/guide/schedule/box02/time.svg);
}

.box02 h3 {
	color: #FF5F3E;
}

.box02 .sched_cmt p {
	border: 3px solid #FF5F3E;
}

.box02 .sched_cmt p::before {
	border-right-color: #FF5F3E;
}

/* ------box03------ */

.box03 .circle {
	background-color: #F87C95;
}

.box03 .circle time::after {
	background-image: url(../images/guide/schedule/box03/time.svg);
}

.box03 h3 {
	color: #F87C95;
}

.box03 .sched_cmt p {
	border: 3px solid #F87C95;
}

.box03 .sched_cmt p::before {
	border-right-color: #F87C95;
}

/* ------box05------ */

.box04 .circle {
	background-color: #B289C9;
}

.box04 .circle time::after {
	background-image: url(../images/guide/schedule/box04/time.svg);
}

.box04 h3 {
	color: #B289C9;
}

.box04 .sched_cmt p {
	border: 3px solid #B289C9;
}

.box04 .sched_cmt p::before {
	border-right-color: #B289C9;
}

/* ------box05------ */

.box05 .circle {
	background-color: #0B74D1;
}

.box05 .circle time::after {
	background-image: url(../images/guide/schedule/box05/time.svg);
}

.box05 h3 {
	color: #0B74D1;
}

.box05 .sched_cmt p {
	border: 3px solid #0B74D1;
}

.box05 .sched_cmt p::before {
	border-right-color: #0B74D1;
}

/* ------box06------ */

.box06 .circle {
	background-color: #2DBEFF;
}

.box06 .circle time::after {
	background-image: url(../images/guide/schedule/box06/time.svg);
}

.box06 h3 {
	color: #2DBEFF;
}

.box06 .sched_cmt p {
	border: 3px solid #2DBEFF;
}

.box06 .sched_cmt p::before {
	border-right-color: #2DBEFF;
}

/* ------box07------ */

.box07 {
	margin-bottom: 0;
}

.box07 .circle {
	background-color: #27B76F;
}

.box07 .circle time::after {
	background-image: url(../images/guide/schedule/box07/time.svg);
}

.box07 h3 {
	color: #27B76F;
}

.box07 .sched_cmt p {
	border: 3px solid #27B76F;
}

.box07 .sched_cmt p::before {
	border-right-color: #27B76F;
}

@media print, screen and (min-width: 768px) {
	.schedule_area h2 .br_sp {
		display: none;
	}
	.schedule_area h2 .p_red, .schedule_area h2 .p_yellow, .schedule_area h2 .p_blue, .schedule_area h2 .p_pink {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.sched_flex {
		width: 90%;
		max-width: 1500px;
		margin: 0 auto 3em;
		justify-content: center;
	}
	.time_box {
		width: 45%;
		max-width: 410px;
		margin: 0 1em 4em;
	}
	.box07 {
		margin-bottom: 4em;
	}
	.time_box00 {
		width: 45%;
		max-width: 410px;
		margin: 0 1em;
		display: block;
		visibility: hidden;
	}
	.time_illust {
		width: 38%;
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 5%;
	}
}

@media print, screen and (min-width: 1025px) {
	.schedule_area {
		padding-top: 5em;
	}
	.sched_flex {
		margin-bottom: 5em;
	}
	.time_box h3 {
		margin: 0.7em 0;
		font-size: 1.8em;
	}
	.time_box, .time_box00 {
		margin: 0 1.5em 6em;
	}
	.box07, .time_box00 {
		margin-bottom: 0;
	}
	.time_box .circle {
		width: 100px;
		height: 100px;
		padding: 1em 0;
	}
	.time_box .circle time {
		font-size: 1.3em;
	}
	.time_illust {
		width: 40%;
		max-width: 640px;
		right: auto;
		left: calc(50% + 51px);
	}
}

/* ===================================
とある日のエレメンタリークラブ - イラスト
=================================== */

.box03 .sched_img::after {
	content: "";
	width: 110px;
	height: 100px;
	position: absolute;
	bottom: -40px;
	right: 10px;
	background: url(../images/guide/schedule/box03/illust.svg) center / contain no-repeat;
}

.box04 .sched_img::after {
	content: "";
	width: 110px;
	height: 110px;
	position: absolute;
	bottom: -10px;
	right: 3px;
	background: url(../images/guide/schedule/box04/illust.svg) center / contain no-repeat;
}

.box05 .sched_img::after {
	content: "";
	width: 110px;
	height: 110px;
	position: absolute;
	top: -50px;
	right: 28px;
	background: url(../images/guide/schedule/box05/illust.svg) center / contain no-repeat;
}

.box06 .sched_img::after {
	content: "";
    width: 130px;
    height: 115px;
    position: absolute;
    bottom: 34px;
    right: 19px;
	background: url(../images/guide/schedule/box06/illust.svg) center / contain no-repeat;
}

@media print, screen and (min-width: 1025px) {
	.box04 .sched_img::after {
		width: 130px;
		height: 136px;
		right: 10px;
	}
}

@media print, screen and (min-width: 1550px) {
	.box06 .sched_img::after {
		width: 164px;
		height: 146px;
		bottom: 22px;
		right: -30px;
	}
}

/* ===================================
お問い合わせ
=================================== */

.info {
	width: 100%;
	padding: 4em 0 13em;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.info::before {
	content: "";
	width: 6em;
	height: 5em;
	position: absolute;
	top: 139px;
	left: -22px;
	background: url(../images/index/about_left01.svg) center / contain no-repeat;
}

.info::after {
	content: "";
	width: 6em;
	height: 5em;
	position: absolute;
	top: 161px;
	right: -22px;
	background: url(../images/index/about_right01.svg) center / contain no-repeat;
}

.info h2 {
	margin: 0 auto 1em;
	font-family: "keifont";
}

.info h2 span {
	padding: 0 0.2em;
	color: #ff8d00;
}

.info .tel {
	width: 80%;
	margin: 0 auto;
	font-size: 1.1em;
	font-weight: 500;
}

.info .tel a {
	color: #000;
}

.info .tel a {
	color: 000;
}

.info .link:first-of-type {
	color: #fff;
	font-weight: 500;
	background-color: #FF4A4A;
	border: 2px solid #000;
	box-shadow: 6px 8px 0 #000;
	border-radius: 10px 50px/50px 10px;
}

.info .link:first-of-type span::before {
	border-left-color: #fff;
}

.info .link:last-of-type {
	display: block;
	margin: 25px auto 0;
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
	box-shadow: 6px 8px 0 #000;
	border-radius: 7px 11px/47px 31px;
}

.info .link:last-of-type span::before {
	border-left-color: #FFCC23;
}

@media print, screen and (min-width: 768px) {
	.info::before {
		width: 10em;
		height: 10em;
		top: 57px;
		left: auto;
		right: calc(50% + 263px);
	}
	.info::after {
		width: 10em;
		height: 10em;
		top: 87px;
		right: auto;
		left: calc(50% + 278px);
	}
	.info h2 {
		font-size: 1.7em
	}
	.info .br_sp {
		display: none;
	}
	.info .tel {
		font-size: 1.3em;
	}
}

@media print, screen and (min-width: 1025px) {
	.info {
		padding-top: 7em;
	}
	.info::before {
		width: 13em;
		height: 13em;
		top: 54px;
		right: calc(50% + 441px);
	}
	.info::after {
		width: 13em;
		height: 13em;
		top: 92px;
		left: calc(50% + 451px);
	}
	.info h2 span {
		font-size: 1.3em;
	}
	.info .link:last-of-type {
		margin-left: 2em;
		display: inline-block;
	}
}

/* 写真とボタン */

.photo {
	width: 80%;
	text-align: center;
}

.event_blue .link {
	margin: 5rem auto;
	color: #000;
	border: 2px solid #000;
	background-color: #fff;
	box-shadow: 5px 5px 0 #00B1D1;
}

@media print, screen and (min-width: 1024px) {
	.photo_box {
		display: flex;
		width: 60%;
		margin: 0 auto;
		justify-content: center;
	}
	.photo {
		margin: -20px;
	}
}

/* ===================================
装飾
=================================== */

.red {
	color: #FF4A4A;
}