@charset "UTF-8";

.schedule_box {
	padding: 0 0 2em 6%;
	border-left: 2px solid #70ADBF;
	margin: 23px 0 0 5%;
	position: relative;
}
.schedule_box::after{
	content: "";
  width: 8px;
  border-top: 8px solid #70ADBF;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -10px;
  left: -9px;
}
.schedule_box:last-of-type {
	border-left: none;
}
.schedule_box:last-of-type::after{
	content: none;
}
.schedule-about {
	margin-bottom: 100px;
}
.schedule-about img {
	margin: 50px 0;
}
.cercle_no {
	border: 2px solid #70ADBF;
	border-radius: 50%;
	width: 78px;
	height: 78px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
	font-family: 'Cinzel', 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: absolute;
	top: -20px;
	left: -39px;
	background-color: #fff;
}
.schedule .list_style01 {
	margin: 40px auto 0;
}
.schedule-cost-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 100px 0px;
}
.schedule-cost-box {
	border: 4px #A1D6E6 solid;
	width: 78%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0px 30px;
}
.schedule-cost-txt {
	margin: 30px 0px 30px 0px;
}
.schedule-cost-txt p {
	width: 80%;
}
.schedule-cost-ttl {
	font-size: 2.5rem;
	color: #8E8364;
	font-family: 'Cinzel', 'Noto Serif JP', serif;
}
.schedule_box .btn_style02 {
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	color: #ffffff;
	background-color: #70ADBF;
	width: 110px !important;
	height: 29px !important;
	margin: 30px 0;
	transition: all 0.3s;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.cercle_no {
		width: 60px;
		height: 60px;
		font-size: 1.8rem;
		left: -30px;
	}
	.tit_style04 {
		font-family: 'Cinzel', 'Noto Serif JP', serif;
		font-size: 2rem;
		color: #AA966E;
		margin-bottom: 1em;
		letter-spacing: 0.1em;
		margin-left: 30px;
	}
	.schedule-cost-wrapper {
		margin: 0px 0px 60px;
	}
	.schedule-cost-box {
		width: 100%;
		padding: 0px 30px;
		flex-wrap: wrap;
	}
	.schedule-cost-txt p {
		width: 100%;
	}
	.schedule-cost-box .schedule-cost-ttl {
		font-size: 1.8rem;
	}
	.schedule-cost-box .btn_style02 {
		margin: 0px 0 30px;
	}
}

/* .contents-list.contents-list--faq.accordion
  （アコーディオン）
-------------------------------------------------- */
.contents-list.contents-list--blue.contents-list--schedule .contents-list__item{
	background-color: rgba(112,173,191,.1);
}
