@charset "utf-8";

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【共通／スマートフォンここから】                                  */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
.commom_info_3_col_item {
	margin-bottom: 12px;
	text-align: center;
}

.commom_info_3_col_item img {
	width: 100%;
	margin: 50px 0px 30px 0px;
}

.commom_info_3_col .commom_info_3_col_item:last-of-type img {
	margin-top: 0;
}

.info_text {
	margin-bottom: 7px;
	text-align: left;
}

.download_btn {
	background-color: #33b6e5;
	width: 100%;
	max-width: 350px;
	margin: 0 0 10px;
	font-size: 18px;
	border-radius: 5px;
	line-height: 50px;
}

.download_btn:hover {
	background-color: #87ceeb;
	text-decoration: none;
	border-radius: 5px;
}

.download_link {
	color: #fff;
	text-decoration: none;
	display: block;
}

.download_link:hover {
	text-decoration: none;
}

.event_detail_text {
	font-size: 18px;
}

.furisode_plan_wrap {
	background-color: #f9f9f9;
	padding: 15px;
}

.furisode_plan_wrap h3 {
	background-color: #1F8E5A;
	border-radius: 12px;
	padding: 0px 10px;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
}

.furisode_plan_wrap p {
	font-size: 18px;
}

.furisode_plan_wrap .furisode_plan_note {
	font-size: 14px;
}

.more_yajirushi_bear {
	text-align: center;
}

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【SPここから】                                                    */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

@media screen and (max-width: 768px){
	.commom_info_3_col .commom_info_3_col_item:first-of-type img {
		margin-bottom: 0;
	}
	
	.cmn_grn_btn {
		display: block;
		text-decoration: none;
		color: #6EA063;
		background: #FFF;
		font-weight: bold;
		border: solid 2px #6EA063;
		border-radius: 5px;
		transition: .4s;
		text-align: center;
		width: 100%;
		max-width: 350px;
		margin: 0px auto 0 auto;
		padding: 20px 10px;
		font-size: 16px;
	}

	/* .header_comment {
		padding: 0 15px 28px 15px;
	} */

	.commom_info_3_col_item img {
		width: 100%;
		margin: 30px 0px;
	}
	
	.event_detail_text {
		font-size: 15px;
	}
	
	.furisode_plan_wrap h3 {
		font-size: 14px;
		padding: 0px 15px;
		line-height: normal;
	}

	.furisode_plan_wrap p {
		font-size: 14px;
	}

	.furisode_plan_wrap .furisode_plan_note {
		font-size: 12px;
	}
}

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【PCここから】                                                    */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
@media screen and (min-width:769px){
	.cmn_grn_btn {
		display: block;
		text-decoration: none;
		color: #6EA063;
		background: #FFF;
		font-weight: bold;
		border: solid 2px #6EA063;
		border-radius: 5px;
		transition: .4s;
		text-align: center;
		width: 100%;
		max-width: 350px;
		margin: 58px auto 0 auto;
		padding: 20px 10px;
		font-size: 16px;
	}

	/* .header_comment {
		padding: 0 15px 25px 15px;
	} */

	.info_text {
		margin-bottom: 12px;
	}
	.commom_info_3_col {
		justify-content: space-between;
	}
	
	.commom_info_3_col_item {
		width: 85%;
		margin: 0 auto;
	}
	
}