@charset "utf-8";
/* CSS Document */

.special_top{
	margin-bottom: 40px;
}

.special_top img{
	width:100%;
}

.point_box{
	width:48%;
	float: left;
	margin-bottom: 40px;
}

.point_box:nth-of-type(2n){
	margin-left: 4%;
}

.point_box h4{
	background:#f7f7f7;
	height: 40px;
	line-height: 40px;
	margin-bottom: 26px;
}

.point_box h4 + p{
	margin-bottom: 24px;
	font-size: 1.4rem;
}

.point_box h4 span:first-of-type{
	background:#a90505;
	width:40px;
	height: 40px;
	text-align: center;
	color:#fff;
	line-height:40px;
	display: inline-block;
	margin-right: 20px;
}

.point_box div img{
	width:100%;
}

.course_exp h3 + p{
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.course_exp ul li{
	float:left;
	width:30.8%;
	margin-right: 3.8%;
}

.course_exp ul li img{
	width:100%;
}

.course_exp ul li:last-of-type{
	margin-right: 0;
}

.meal_img{
	width:100%;
}

.meal_img img{
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.under_content{
	padding:30px 3% 60px;
	}
}

@media screen and (max-width: 600px) {
	.point_box {
    width: 100%;
    float: none;
	margin-bottom: 30px;
	}
	.special_top{
		margin-bottom: 20px;
	}
	.point_box h4{
	padding-right: 10px;
	height:auto;
	margin-bottom: 14px;
	}
	.point_box h4 + p{
		margin-bottom: 12px;
	}
	.point_box:nth-of-type(2n) {
    margin-left: 0;
	}
	.small_h3{
		font-size: 1.8rem !important;
		line-height: 1.4 !important;
	}
	.course_exp h3 + p{
		margin-bottom: 14px;
	}
	.under_content{
	    padding: 14px 3% 60px;
	}
}