.mincho {
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ 明朝', 'MS Mincho',sans-serif;
}
#contents {
	position: static;
	background: #fff;
}
#mainImage {
	position: relative;
	top: 51px;
	width: 100%;
	height: 740px;
	background: url(../images/manabi/mainImage_bg.jpg) 80% top no-repeat;
	margin-bottom: 100px;
}
#mainImage .mainImage_wrap {
	position: relative;
	height: 640px;
}
.manabi_wrap {
	width: 960px;
	margin: 0 auto;
}

.title_box{
	padding-bottom: 75px;
}
.title_box h2{
    font-size: 30px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}
.title_box p{
	width: 60%;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 700;
    background: -moz-linear-gradient(#ffffff 0%, #ffffff 48%, #000000 48%, #000000 51%, #ffffff 52%, #ffffff 100%);
    background: -ms-linear-gradient(#ffffff 0%, #ffffff 48%, #000000 48%, #000000 51%, #ffffff 52%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(48%, #ffffff), color-stop(48%, #000000), color-stop(51%, #000000), color-stop(52%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(#ffffff 0%, #ffffff 48%, #000000 48%, #000000 51%, #ffffff 52%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff 0%, #ffffff 48%, #000000 48%, #000000 51%, #ffffff 52%, #ffffff 100%);
    background: linear-gradient(#ffffff 0%, #ffffff 48%, #000000 48%, #000000 51%, #ffffff 52%, #ffffff 100%);
	margin: 0 auto;
}
.title_box p span{
	background:#fff;
	display: inline-block;
	padding: 0 20px;
	max-width: 80%;
}
#manabi_point{
	padding-bottom: 80px;
}
#manabi_point h3{
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #009EB7;
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin-bottom: 50px;
    padding: 10px 0;
}
#manabi_point li{
	width: 270px;
	text-align:center;
	float: left;
	list-style:none;
	margin-left: 75px;
}
#manabi_point li:first-child{
	margin-left: 0;
}
#manabi_point li h4{
    font-size: 23px;
    color: #009EB7;
    line-height: 150%;
    font-weight: 600;
    margin: 40px 0 30px;
}
#manabi_point li .photo{
	margin-bottom: 30px;
}
#manabi_point li .text{
	font-size: 14px;
	line-height: 180%;
	text-align:left;
}

#movie{
	position: relative;
	margin: 0 auto 80px auto;
	text-align: center;
	max-width: 95%;
	width: 960px;
}
#movie #movie_inner{
	position: relative;
	margin: 0;
	padding: 0;
	max-width: 100%;
	background-color: #ddd;
}
#movie img{
	max-width: 100%;
}
h5 {
    display: table;
    text-align: center;
    white-space: nowrap;
	margin: 0 auto 70px auto;
	width: 961px;
}
h5 span {
    padding: 10px 20px;
	border: 1px solid #000;
	font-size: 115%;
}
h5:after, h5:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
}
h5:before {
    border-right: 1em solid transparent;
}
h5:after {
    border-left: 1em solid transparent;
}




#root .half_root div {
	width: 50%;
	height: 652px;
	text-align: center;
	float: left;
	position: relative;
}
#root .half_root #root_01 {
	background: url(../images/manabi/root_01_bg_img.jpg) no-repeat;
	background-position:center;
	background-size: cover;
}
#root .half_root #root_02 {
	background: url(../images/manabi/root_02_bg_img.jpg) no-repeat;
	background-position:center;
	background-size: cover;
}
#root .half_root #root_03 {
	background: url(../images/manabi/root_03_bg_img.jpg) no-repeat;
	background-position:center;
	background-size: cover;
}
#root .half_root #root_04 {
	background: url(../images/manabi/root_04_bg_img.jpg) no-repeat;
	background-position:center;
	background-size: cover;
}


#root .root_box .half-circle-lo {
	display: block;
	margin: 0 auto 10px;
}
#root .root_box .half-circle-lo div {
	display: block;
	margin: 0 auto;
	background: #3f9ce8;
	height: 22.5px;
	width: 45px;
	-moz-border-radius: 50px 50px 0 0;
	-webkit-border-radius: 50px 50px 0 0;
	-o-border-radius: 50px 50px 0 0;
	-ms-border-radius: 50px 50px 0 0;
	border-radius: 50px 50px 0 0;
}
#root .root_box .pickup_box {
	margin: 20px 0;
	text-align: center;
}
#root .root_box .pickup_box .title_box {
	margin-top: 20px;
	padding: 0;
}
#root .root_box .pickup_box .title_box h2 {
    font-size: 28px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 600;
	line-height: 1.2em;
    margin: 0;
}
#root .root_box .place_block {
	margin-top: 20px;
}
#root .root_box .circle_box {
    display: table;
    margin: 0 auto;
	overflow: hidden;
}
#root .root_box .circle_box li {
    display: table-cell;
    width: 80px;
    height: 34px;
	margin-right: 15px;
	padding: 0;
    background: #97cde0;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 34px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#root .root_box .circle_box li:last-child {
    margin-right: 0;
}

#root ul{
	max-width: 1730px;
	margin: 35px auto;
}
#root .root_box li{
    width: 50%;
	float: left;
    text-align: center;
    list-style: none;
}
#root .root_box li a{
	color: #000;
    text-decoration: none;
}
/*
#root .root_box li .root_box_inner{
	width: 435px;
    margin: 0 auto;
}
#root .root_box li#root03_box .root_box_inner{
	width: 305px;
}

#root .root_box li h3{
	font-size: 31px;
	margin-top: 25px;
}
#root .root_box li .root_num_title{
	width: 162px;
	float: left;
	margin-right: 40px;
	padding: 10px 0;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
}
#root .root_box li .root_num_title .root_title{
    width: 96px;
    font-size: 24px;
	font-weight: 700;
	float: left;
	padding-top: 2px;
}
#root .root_box li .root_num_title .root_title span{
	font-size: 16px;
}
#root .root_box li .root_num_title .root_num{
	width: 62px;
	height: 50px;
	float: right;
	margin-left: 2px;
}
#root .root_box li .root_area{
	width: 230px !important;
	float: left;
	margin: 15px 0 0 !important
}
#root .root_box li#root03_box .root_area{
	width: 100px !important;
}
#root .root_box li .root_area li{
	width: 115px;
	float: left;
}
#root .root_box li .root_area .area_icon{
	width: 34px;
	float: left;
	margin-right: 8px;
}
#root .root_box li .area_title{
	width: 55px;
	font-size: 24px;
	font-weight: 700;
	line-height: 80%;
	float: left;
}
#root .root_box li .root_area .area_title span{
	font-size: 12px;
}
*/
#minpaku h3{
	font-size: 31px;
	text-align:center;
	margin:150px 0 35px;
}
#minpaku ul li{
	float: left;
	list-style:none;
}
#minpaku ul li:first-child{
	margin-right: 58px;
}
#minpaku a{
	width: 449px;
	font-size: 24px;
	letter-spacing:0.1rem;
	font-weight: 700;
    display: block;
    padding: 10px 0;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    color: #000;
	height: 50px;
}

.bottom_bg img {
    width: 100%;
    min-width: 1077px;
    margin: 115px 0 -60px;
}
@media screen and (max-width: 1123px){
	#mainImage {
		height: 500px;
		margin-bottom: 85px;
		background-size: cover;
	}
	#mainImage .mainImage_wrap {
		height: 500px;
	}
	.manabi_wrap {
		width: 100%;
		padding: 0 2% 50px;
	}
	#manabi_point li {
		width: 32%;
		margin-left: 2%;
	}
	#manabi_point li .num{
		width: 80%;
		max-width: 165px;
		margin: 0 auto;
	}
	#manabi_point li .photo {
		width: 100%;
	}
	#manabi_point li .num img,
	#manabi_point li .photo img{
		width: 100%;
		height: auto;
	}
	h5 {
		width: 90%;
	}
	#root ul {
		margin:30px auto;
	}
	#root .root_box li {
		width: 46%;
		padding: 0 2%;
	}
	#root .root_box .pickup_box .title_box h2 {
		font-size: 23px;
	}
	/*
	#root .root_box li .root_box_inner {
    	width: 97%;
	}
	#root .root_box li .root_num_title {
    	margin-right: 1%;
	}
	#root .root_box li .root_area {
		width: 250px !important;
	}
	*/
	#minpaku li {
		width: 49%;
	}
	#minpaku li a{
		width: 100%;
		display:block;
	}
	#minpaku ul li:first-child {
		margin-right: 2%;
	}
	.bottom_bg img {
		min-width: 100%;
		margin-bottom: -20px;
	}
}
@media screen and (max-width:952px){
	#mainImage {
		top: 0;
		margin-bottom: 45px;
	}
	.title_box {
		padding-bottom: 0;
	}
	.title_box h2{
		font-size: 60px;
	}
	#manabi_point li h4 {
		font-size: 16px;
		margin: 30px 0 20px;
	}

	#root .root_box .pickup_box .title_box h2 {
		font-size: 28px;
	}
	.half_root{
	    display: none;
	}
	#root .root_box li {
		width: 100%;
		float: none;
		padding: 0;
	}
	.half_root_sp{
	    width: 100%;
		height: 200px;
	}
	#root_01_sp {
		background: url(../images/manabi/root_01_bg_img.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	#root_02_sp {
		background: url(../images/manabi/root_02_bg_img.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	#root_03_sp {
		background: url(../images/manabi/root_03_bg_img.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	#root_04_sp {
		background: url(../images/manabi/root_04_bg_img.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	#root .root_box li a {
		width: 90%;
    	display: block;
		margin: 0 auto;
	}
	#root .root_box .pickup_box .title_box h2 {
		font-size: 18px;
	}
	/*
	#root .root_box li#root03_box .root_box_inner {
		width: 97%;
	}
	#root .root_box li .root_num_title {
		float: none;
		margin: 20px auto 15px;
	}
	#root .root_box li .root_area{
		width: 230px !important;
		float: none;
		margin: 0 auto !important;
	}
	#root .root_box li h3 {
		font-size: 24px;
		line-height: 140%;
		margin: 10px 0 20px;
	}
	*/
	#minpaku h3 {
		margin: 60px 0 35px;
	}
	#minpaku li a{
		font-size: 18px;
	}
}
@media screen and (max-width:580px){
	#mainImage {
		height: 300px;
		margin-bottom: 45px;
		background-size: cover;
	}
	#mainImage .mainImage_wrap {
		height: 300px;
	}
	.manabi_wrap {
		padding: 0 2% 0;
	}
	.title_box{
		padding-bottom: 30px;
	}
	.title_box h2{
		font-size: 36px;
		margin-bottom: 20px;
	}
	.title_box p {
		width: 80%;
		font-size: 17px;
	}
	#manabi_point {
		padding-bottom: 0;
	}
	#manabi_point h3 {
    	font-size: 18px;
	}
	#manabi_point li {
		width: 100%;
		margin-left: 0%;
		margin-bottom: 20px;
	}
	#manabi_point li h4 {
		margin:20px 0 10px;
	}
	#manabi_point li .photo {
		width: 60%;
		margin: 0 auto 10px;
	}
	#minpaku ul{
		width: 80%;
		margin: 0 auto;
	}
	#minpaku li {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	#minpaku li a{
		padding: 15px 0;
		height: auto;
	}
	#minpaku ul li:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	#minpaku h3 {
		font-size: 24px;
		margin: 40px 0 30px;
	}
	.bottom_bg img {
		margin-top: 40px;
	}
}