


/* ----- .message ----- */

.message {
	position: relative;
	text-align: center;
	background-image: url(../images/pc_bg01.png);
	background-repeat: no-repeat;
	background-position: 30px 0;
	width: 100%;
	margin: 0 auto 70px;
	padding-top: 50px;
}
.message:after {
	display: block;
    position: absolute;
    bottom: -40px;
    content: '';
    width: 100%;
    background-image: url(../images/pc_bg02.png);
    background-repeat: no-repeat;
    background-position: right 70px bottom 0px;
    height: 156px;
}
.message p {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	line-height: 2.5;
}


/* ----- .area_first ----- */

.area_first {
	margin-bottom: 50px;
}
.area_first h3 {
	text-align: center;
	font-size: 2.8rem;
	margin: 55px 0 35px;
	padding-top: 45px;
}
.area_first h4 {
	background-image: url(../../common/images/title_head.png);
    background-repeat: no-repeat;
    background-position: 4px 50%;
    padding-left: 24px;
    font-size: 2.0rem;
    line-height: 1;
    margin: 40px 0 20px;
    font-weight: bold;
}
.area_first p {
	font-size: 1.6rem;
	line-height: 1.63;
	margin-bottom: 1.5rem;
}
.area_first .tel {
	font-size: 2.4rem;
    font-weight: bold;
    padding-top: 5px;
    display: block;
    color: #775a43;
}


/* -------------- */
/* -------------- */
/* -------------- */
/* ----- SP ----- */
/* -------------- */
/* -------------- */
/* -------------- */

@media screen and (max-width: 767px) {


/* ----- .message ----- */

.message {
	position: static;
	background-image: none;
	margin: 0 auto;
	padding: 0;
}
.message:after {
	display: none;
    position: static;
    bottom: 0;
    content: '';
    background-image: none;
    background-repeat: no-repeat;
}
.message p {
	font-size: 1.6rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}
.message img {
	width: 100%;
    max-width: 314px;
    height: auto;
    margin: 10px auto 0;
}

/* ----- .area_first ----- */

.area_first {
	margin-bottom: 50px;
}
.area_first h3 {
	text-align: center;
	font-size: 2.8rem;
	margin: 55px 0 35px;
	padding-top: 45px;
}
.area_first h4 {
	background-image: url(../../common/images/title_head.png);
    background-repeat: no-repeat;
    background-position: 0.8rem 0.8rem;
    text-indent: 0em;
    padding-left: 1.4em;
    font-size: 2.0rem;
    line-height: 1;
    margin: 40px 0 20px;
    font-weight: bold;

}
.area_first p {
	font-size: 1.6rem;
	line-height: 1.63;
	margin-bottom: 1.5rem;
}
.area_first .tel {
	font-size: 2.4rem;
    font-weight: bold;
    padding-top: 5px;
    display: block;
    color: #775a43;
}

}
