@charset "ut-8";
.lcl-ttl{
	font-size: 2.857rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 4.286rem;
	padding: 0 0 14px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.lcl-nav{
	margin: 0 0 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 35px;
	overflow: hidden;
}
.lcl-nav__item{
	font-size: 1.143rem;
	line-height: 1.857rem;
	padding-bottom: 2px;
	margin-bottom: 9px;
	float: left;
	width: 25%;
	position: relative;
}
.lcl-nav__item::before{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 50%;
	margin-top: -6px;
	border: 6px solid transparent;
	border-top: 9px solid #2252a2;
}
.lcl-nav__item a{
	display: inline-block;
	padding-left: 25px;
	color: #2252a2;
	position: relative;
}

.lcl-depart_time__text{
	font-size: 1.071rem;
	line-height: 1.071rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.lcl-depart_time-button{
	width: 650px;
	margin: 0 auto 30px;
}
.lcl-depart_time-button__item{
	width: 316px;
	height: 100px;
	border-radius: 5px;
	background: #0bb1d5;
	cursor: pointer;
	position: relative;
	padding: 20px 0 0 32px;
	transition: all 0.25s ease;
}
.lcl-depart_time-button__item:last-child{
	background: #0785bf;
}
.lcl-depart_time-button__item::before,
.lcl-depart_time-button__item::after{
	content: "";
	display: block;
	position: absolute;
}
.lcl-depart_time-button__item::before{
	width: 30px;
	height: 30px;
	background: #0596c3;
	border-radius: 50%;
	right: 10px;
	top: 35px;
	transition: all 0.25s ease;
}
.lcl-depart_time-button__item:last-child::before{
	background: #0365a7;
}
.lcl-depart_time-button__item::after{
	width: 8px;
	height: 8px;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(45deg);
	right: 19px;
	top: 43px;
}
.lcl-depart_time-button__item strong{
	min-width: 230px;
	display: inline-block;
	border-bottom: 2px solid #fff;
	font-size: 1.429rem;
	line-height: 1.429rem;
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.lcl-depart_time-button__item span{
	min-width: 230px;
	display: inline-block;
	font-size: 1.286rem;
	line-height: 23px;
	color: #fff;
}
.lcl-depart_time-button__item span img{
	height: 23px;
	margin-right: 20px;
	vertical-align: top;
}
.lcl-depart_time-button__item.lcl-depart_time-button__item--desabled{
	background: #83837f;
}
.lcl-depart_time-button__item.lcl-depart_time-button__item--desabled::before{
	background: #6f6f6b;
}
.lcl-depart-content{
	margin-top: 35px;
	margin-bottom: 50px;
}

/* スタッフ */
.lcl-staff__title{
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 1.857rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	background: #5576ac;
	margin-bottom: 10px;
}
.lcl-staff-list__item{
	background: #f5f5f3;
	margin-bottom: 10px;
	overflow: hidden;
}
.lcl-staff-list__contents{
	padding: 40px 30px;
}
.lcl-staff-list__image{
	float: right;
	width: 180px;
	margin: 0 0 0 20px;
}
.lcl-staff-list__position{
	font-size: 0.929rem;
	line-height: 1.571rem;
	margin-bottom: 4px;
}
.lcl-staff-list__name{
	font-size: 2.143rem;
	line-height: 2.5rem;
	font-weight: bold;
	color: #2252a2;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.lcl-staff-detail__title{
	font-size: 0.929rem;
	line-height: 1.071rem;
	color: #2252a2;
}
.lcl-staff-detail__content{
	font-size: 0.929rem;
	line-height: 1.571rem;
	margin-bottom: 20px;
}
.lcl-staff-detail__content--degree{
	margin-top: 14px;
}
@media screen and (max-width: 767px){
	.lcl-ttl{
		font-size: 2.083rem;
		line-height: 3.333rem;
		padding: 0 0 9px;
		margin: 0 15px 15px;
	}
	.lcl-nav{
		padding-bottom: 0;
		margin: 0 15px 30px;
	}
	.lcl-nav__item{
		font-size: 1.167rem;
		line-height: 1.667rem;
		margin-bottom: 15px;
		width: 50%;
	}
	.lcl-nav__item::before{
		left: 0;
		top: 50%;
		margin-top: -7px;
		border: 7px solid transparent;
		border-top: 10px solid #2252a2;
	}
	.lcl-nav__item a{
		padding-left: 22px;
	}

	.lcl-depart_time__text{
		font-size: 1.083rem;
		line-height: 1.083rem;
		font-weight: normal;
		margin-bottom: 13px;
	}
	.lcl-depart_time-button{
		width: calc(100% - 30px);
		margin-bottom: 15px;
	}
	.lcl-depart_time-button__item{
		width: 48.620689%;
		height: 65px;
		border-radius: 3px;
		padding: 5px 0 0 10px;
	}
	.lcl-depart_time-button__item::before{
		width: 14px;
		height: 14px;
		right: 8px;
		top: 26px;
	}
	.lcl-depart_time-button__item::after{
		width: 4px;
		height: 4px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 12px;
		top: 29px;
	}
	.lcl-depart_time-button__item strong{
		min-width: 104px;
		border-bottom: 1px solid #fff;
		font-size: 1rem;
		line-height: 1.250rem;
		padding-bottom: 4px;
		margin-bottom: 0px;
		font-weight: bold;
	}
	.lcl-depart_time-button__item span{
		min-width: 104px;
		font-size: 0.917rem;
		line-height: 12.5px;
	}
	.lcl-depart_time-button__item span img{
		height: 12.5px;
		margin-right: 6px;
	}
/*	.lcl-depart_time__attention{
		text-align: center;
		font-size: 1.083rem;
		line-height: 1.083rem;
		margin: 15px 0;
	}*/
	.lcl-depart-content{
		margin-top: 25px;
		margin-bottom: 35px;
	}

	/* スタッフ */
	.lcl-staff{
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.lcl-staff__title{
		height: 40px;
		line-height: 40px;
		font-size: 1.417rem;
		margin-bottom: 5px;
	}
	.lcl-staff-list__item{
		background: #f5f5f3;
		margin-bottom: 5px;
	}
	.lcl-staff-list__accordion{
		border-bottom: 1px solid #fff;
		padding: 10px 40px 12px 15px;
		position: relative;
	}
	.lcl-staff-list__accordion__icon{
		display: block;
		width: 33px;
		height: 33px;
		border-radius: 50%;
		background: #e5e5df;
		position: absolute;
		right: 6px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.lcl-staff-list__accordion__icon::before,
	.lcl-staff-list__accordion__icon::after{
		content: "";
		display: block;
		background: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transform-origin: center;
		transition: all 0.25s ease;
	}
	.lcl-staff-list__accordion__icon::before{
		width: 15px;
		height: 2px;
	}
	.lcl-staff-list__accordion__icon::after{
		width: 2px;
		height: 15px;
	}
	.lcl-staff-list__accordion--open .lcl-staff-list__accordion__icon::after{
		transform: rotate(270deg);
	}
	.lcl-staff-list__position{
		font-size: 1rem;
		line-height: 1.667rem;
		margin-bottom: 3px;
	}
	.lcl-staff-list__name{
		font-size: 1.583rem;
		line-height: 2em;
		margin-bottom: 0;
	}
	.lcl-staff-list__image{
		float: none;
		width: 56.25vw;
		margin: 0 auto 25px;
	}
	.lcl-staff-detail__title{
		font-size: 1.083rem;
		line-height: 1.250rem;
	}
	.lcl-staff-detail__content{
		font-size: 1.083rem;
		line-height: 1.833rem;
		margin-bottom: 5px;
	}
	.lcl-staff-detail__content--degree{
		margin-top: 15px;
	}
}