@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	entry_layout
//////////////////////////////////////////////////////////////*/

/*=======================================================
	entry_area
=======================================================*/
.entry_box {
	margin-bottom: 120px;
}

.entry_ttl {
	margin-bottom: 30px;
	border-bottom: 1px solid#333;
	border-top: 1px solid#333;
}

.entry_img_text_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.entry_img_box {
	width: 30%;
}

.entry_img_box img {
	width: 100%;
	border-radius: 5px;
}

.entry_text_box {
	width: 66%;
	margin-left: 4%;
	text-align: left;
}

.entry_text_box p {
}

/* picturebook */
.entry_picturebook_box {
	position: relative;
}

.entry_picturebook_box > p {
	text-align: left;
}

.img_picturebook {
	margin-bottom: 20px;
}

.img_picturebook img {
	width: 100%;
	max-width: 640px;
}

/* race */
.entry_race_box {
	position: relative;
}

.entry_race_box .ttl_catch {
	color: #FF9900;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.entry_race_box .ssttl {
}

.img_race,
.img_marutai {
	margin-bottom: 20px;
}

.img_race img,
.img_marutai img {
	width: 100%;
	max-width: 960px;
}

/* kids_ana */
.entry_kids_ana_box {
	position: relative;
}

.img_kids_ana_logo {
	margin-bottom: 20px;
}

.img_kids_ana_logo img {
	width: 80%;
	max-width: 700px;
}

.kids_ana_img_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.kids_ana_img_list li {
	width: 48%;
	margin: 0 1% 30px;
}

.kids_ana_img_list li img {
	width: 100%;
	border-radius: 5px;
}

/* mhs */
.entry_mhs_box {
	position: relative;
}

.entry_mhs_box > h4 {
	color: #FF9900;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.logo_mhs {
	margin-bottom: 30px;
}

.logo_mhs img {
	width: 100%;
	max-width: 960px;
}

.img_mhs {
	margin-bottom: 30px;
}

.img_mhs img {
	width: 70%;
	max-width: 640px;
}

/* goripara */
.entry_goripara_box {
	position: relative;
}

.entry_goripara_box > p {
	text-align: left;
	margin-bottom: 40px;
}

/* excavator*/
.entry_excavator_box {
	position: relative;
}

.entry_excavator_box > p {
	text-align: left;
	margin-bottom: 40px;
}

.excavator_img_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.excavator_img_list li {
	width: 32.33%;
	margin: 0 0.5% 30px;
}

.excavator_img_list li img {
	width: 100%;
	border-radius: 5px;
}

/* fighting_art */
.entry_fighting_art_box {
	position: relative;
}

.entry_fighting_art_box > p {
	text-align: left;
}

@media screen and (max-width: 979px) {
	.entry_img_box {
		width: 100%;
		margin-bottom: 20px;
	}

	.entry_img_box img {
		width: 60%;
		max-width: 480px;
	}

	.entry_text_box {
		width: 90%;
		margin: 0 auto;
	}

	.entry_text_box p {
	}

	.entry_kids_ana_box p,
	.entry_race_box > p,
	.entry_mhs_box > p {
		text-align: left;
	}
	
	.entry_workshop_ishida_box p .inline_block,
	.entry_workshop_kumada_box p .inline_block,
	.entry_kids_ana_box p .inline_block,
	.entry_race_box > p .inline_block {
		display: inline;
	}
	
	.entry_mhs_box > p .inline_block {
		display: inline;
	}
}