@charset "utf-8";
/* ===================================================================
	use style
=================================================================== */

/*---------------------------------------------------------------------------*/
/*--- CMS側　子情報色付け ---*/
.red{
	background-color: #de0000;
	color: #fff;
}
.yellow{
	background-color: #ffd800;
	color: #de0000;
}
.green{
	background-color: #6ad00f;
	color: #fff;
}
.black{
	background-color: #212121;
	color: #fff;
}
.grey{
	background-color: #939393;
	color: #fff;
}
/*--- 以上 ---*/
/*--- 一覧（index.html） ---*/
.link{
	text-decoration: none!important;
}
.link:hover .child_information{
	opacity: 0.9;
}
.title{
	margin-bottom:35px;
}
.journey_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.journey_list li{
	width: 355px;
	position: relative;
	margin-bottom: 20px;
}
.article_mass{
	background-color: #fff;
	padding: 10px;
	box-shadow: 0px 0px 2px 1px #ececec;
}
.child_information{
	width: 73px;
	height: 73px;
	border-radius: 36.5px;
	font-size: 0.84rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
    top: 125px;
	right: 0;
	box-shadow: 0px 0px 3px -2px #6b6b6b;
	line-height: 1.6em;
}
.child_information .number_people{
	font-size: 1rem;
}
.journey_list figure img{
	width: 100%;
}
.journey_list .contents_mass{
	padding: 30px 5px;
}
.journey_list h3{
	font-size: 1.12rem;
	line-height: 1.4em;
}
.journey_list .day{
	font-size: 0.94rem;
	color: #246905;
	margin: 10px 0 15px;
	font-weight: bold;
	display: block;
}
.content{
	font-size: 0.94rem;
	position: relative;
	padding: 15px 0 23px;	
}
.content::after{
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: #000 dotted 1px;
}
.journey_list .details_link{
	margin: 0 auto;
	width: 213px;
	height: 35px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../images/link_handle.png);
	background-repeat: no-repeat;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.journey_list .details_link img{
	width: 15px;
	margin-right: 5px;
}

/*--- 以上 ---*/
/*--- 詳細（detail.html） ---*/
.child_information_detail{
	width: 73px;
	height: 73px;
	border-radius: 36.5px;
	font-size: 0.84rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-right: 18px;
	box-shadow: 0px 0px 2px 1px #f3f3f3;	
}
.content_mass_detail{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.content_mass_detail .day{
	font-size: 0.94rem;
	color: #246905;
	font-weight: bold;
	margin-bottom: 5px;
}
.title_area h3{
    font-size: 1.13rem;
}
.photo_mass_detail img{
	width: 100%;
	margin-bottom: 20px;
}
.article_area_detail{
	background-color: #fff;
	padding: 20px 15px;
}
.article_area_detail p{
	margin-bottom: 20px;
	font-size: 1rem;
	overflow: hidden;
}
#container .pdf_link{
	position: relative;
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: #267508;
	margin-bottom: 35px;
}
.pdf_link img{
	margin-right: 20px;
}
.planning_info{
	position: relative;
	padding-top: 30px;
	line-height: 2em;
}
.planning_info::after{
	width: 100%;
	height: 1px;
	position: absolute;
	border-bottom: 1px dotted #000;
	top: 0;
	left: 0;
	content: "";
}
.planning_info dt{
	font-size: 1rem;
	margin-bottom: 13px;
}
.planning_info dd{
	padding-left: 1em;
	font-size: 1rem;
}
.planning_info .place{
	font-size: 0.84rem;
	margin-bottom: 15px;
}
.planning_info .contact{
	font-size: 0.84rem;
}
.before_link{
	font-size: 1rem;
	width: 215px;
	height: 35px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto;
	background-image: url(../images/link_handle02.png);
	background-position: center;
}
.before_link img{
	margin-right: 7px;	
}