@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi li:nth-child(5) > a {
	color: #29b572;
}

.mainImg {
	min-height: 300px;
	background: url(../img/price-menu/main_img.jpg) no-repeat left center;
}

.mainImg h2 {
	padding-top: 131px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1.25;
}

.mainImg h2 span {
	display: inline-block;
	border-bottom: 2px solid #fff;
}

#conts > .text{
    margin: 0 auto 80px;
}

#conts .comImgBox .textBox01{
    width: 390px;
}

#conts .colorBox{
    margin: 0 auto 60px;
    padding: 30px 20px;
    background: #F2F5F9;
}
#conts .colorBox ul{
    display: flex;
}
#conts .colorBox ul li{
    width: 50%;
}
#conts .colorBox ul li .txt span{
    display: block;
    color: #f00
}

#conts .colorBox01{
    margin: 0 auto 60px;
    background: #F2F5F9;
}
#conts .colorBox01 a{
    display: flex;
    justify-content: space-between;
}
#conts .colorBox01 a:hover{
    opacity: 0.8;
}
#conts .colorBox01 .textBox{
    margin: auto;
    width: 331px;
}
#conts .colorBox01 .textBox .ttl{
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
    color: #29b572;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8;
}

#conts .newsBox{
	border: 10px solid #E5AFE1;
	padding: 20px;
	margin-bottom: 60px;
}


@media all and (min-width: 0) and (max-width: 767px) {
    #conts .comImgBox .textBox01{
        width: 100%;
    }

	.mainImg {
        margin-bottom: 60px;
		min-height: 126px;
		background-size: cover;
	}

	.mainImg h2 {
		padding-top: 55px;
		font-size: 15px;
		letter-spacing: 2px;
	}

	.mainImg h2 span {
		border-bottom: 1px solid #fff;
	}

    #conts .colorBox{
        margin: 0 auto 60px;
        padding: 20px 10px 10px;
        background: #F2F5F9;
    }
    #conts .colorBox ul{
        display: flex;
        flex-direction: column
    }
    #conts .colorBox ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    #conts .colorBox ul li .ttl{
        text-align: center
    }
    #conts .colorBox ul li .photo{
        text-align: center;
        margin-bottom: 10px;
    }
    #conts .colorBox ul li .txt span{
        display: block;
        color: #f00
    }

    #conts .colorBox01{
        margin: 0 auto 60px;
        padding: 10px 0;
        background: #F2F5F9;
    }
    #conts .colorBox01 a{
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    #conts .colorBox01 a:hover{
        opacity: 0.8;
    }
    #conts .colorBox01 .photo{
        text-align: center;
        margin-bottom: 15px;
    }
    #conts .colorBox01 .photo img{
        width:95%;
    }

    #conts .colorBox01 .textBox{
        margin: auto;
        width: 95%;
    }
    #conts .colorBox01 .textBox .ttl{
        padding-bottom: 7px;
        margin-bottom: 10px;
        border-bottom: 1px solid #DEDEDE;
        color: #29b572;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.8;
    }

	#conts .newsBox{
		border: 10px solid #E5AFE1;
		padding: 10px;
		margin-bottom: 40px;
	}

}