
#section_1 {
	margin: 0 30px;
}
/*レスポンシブ*/

@media screen and (max-width: 601px){
.none_pc {display:none}
}

@media screen and (min-width: 602px){
.none_sp {display:none}
}

.br_pc {
	display:none;
}

.br_sp {
display:inline;
}


/*文字大きさ*/
#section_1 h3{
	font-size: 48px;
	padding: 10px 20px;
	margin: 0px 0;
	font-weight: 300;
}

#section_1 h4{
	font-size: 28px;
	padding: 10px 20px;
	margin: 10px 0;
	font-weight: 300;
}


#section_1 h5{
	font-size: 20px;
	padding: 10px 20px;
	margin: 10px 0;
	font-weight: 300;
}

#section_1 h6{
	font-size: 32px;
	font-weight: 300;
}


#section_1 p{
	font-size: 20px;
	padding: 10px;
	margin: 5px 0;
	line-height: 35px;
}

@media (max-width: 767px) {
#section_1 h3{
	font-size: 36px;
	text-align: center;	
}

#section_1 h4{
	font-size: 24px;
	padding: 15px 20px;
}

#section_1 h5{
	font-size: 18px;
}

#section_1 h6{
	font-size: 24px;
	margin: 100px 20px;
}


#section_1 p{
	font-size: 18px;
	padding: 0 0 0 20px;
	margin: 0;
}
}

/*余白*/
.pa_02 {
	padding: 0 20px;
}

.ma_10 {
	margin: 100px 0 100px 0;
}


/*section_1*/
#section_1 .img_center{
	text-align: center;
}

#section_1 .title{
	text-align: center;
	margin: 100px 0;
	padding: 36px;
}

#section_1 .top_01{
	display: flex;
}

#section_1 .top_01 .two_left {
	margin: 0 5px 0 0px;
	width: 50%;

}

#section_1 .top_01 .two_left img{
	width: 100%;
}

#section_1 .top_01 .two_right {
	margin: 0 0px 0 5px;
	width: 50%;
}

#section_1 .top_01 .two_right img{
	width: 100%;
}

#section_1 .top_02{
	display: flex;
}

#section_1 .top_02 .two_left {
	margin: 0 5px 0 0px;
	width: 50%;

}

#section_1 .top_02 .two_left img{
	width: 100%;
}

#section_1 .top_02 .two_right {
	margin: 0 0px 0 5px;
	width: 50%;
}

#section_1 .top_02 .two_right img{
	width: 100%;
}

#section_1 .two_right-0 {
	display: flex;
	width: 100%;
}


#section_1 .two_right-1 {
	width: 25%;
}

#section_1 .two_right-2 {
	width: 75%;
}


#section_1 .haken_price-coach .coach_price{
    bottom: 0;
    left: 20px;
    padding: 20px;
    text-align: center;    
}


.btn a {
    text-align: center;
    padding: 15px 15px 15px;
    background: #394350;
    display: block;
    margin: 100px auto;
    width: 500px;
    color: rgba(255,255,255,.8);
    font-weight: bold;
}



@media (max-width: 767px) {
	#section_1 {
	margin: 0 auto;
	width: 500px;
}

#section_1 .title{
	margin: 50px 0;
}

#section_1 .top_01{
    display: block;
}

#section_1 .top_01 .two_left {
	width: 500px;
}

#section_1 .top_01 .two_left img{
	margin: 50px 0;
}

#section_1 .top_01 .two_right {
	width: 500px;
	margin: auto;
}

#section_1 .top_01 .two_right img{
	width: 100%;
}

#section_1 .top_02{
    display: block;
}
#section_1 .price_group {
	margin: 25px;
	padding: 25px 25px 25px 25px;
}

#section_1 .top_02 .two_left {
	width: 500px;
	margin: auto;
}

#section_1 .top_02 .two_right {
	width: 500px;
	margin: auto;
}

#section_1 .top_02 .two_left img{
	width: 100%;
	padding-bottom: 25px;
}

#section_1 .top_02 .two_right img{
	width: 100%;
	padding-bottom: 25px;
}

#section_1 .two_right-0 {
	width: 500px;
}


#section_1 .two_right-1 {
	width: 28%;
}

#section_1 .two_right-2 {
	width: 72%;
}

#section_1 .haken_price-coach .coach_price{
    left: 0px;
    padding: 0px;
}


.btn a {
    text-align: center;
    padding: 15px 15px 15px;
    background: #394350;
    display: block;
    margin: 100px auto;
    width: 500px;
    color: rgba(255,255,255,.8);
    font-weight: bold;
}
}


























