/*コンテンツとブログのカラー*/

/*プロフィールの背景*/
section#about {
    background: #FFE6E6;
}


#service {
	background:#F2E2DA;
}


#blog {
	background:#E6CFCF;
}


.wp-block-button__link {
	background-color: #ffc0cb;
}


/*プロフィール部分（プロフィールボタン）を削除*/
#about h3  {
	display:none;
}



/*フッターのカラー*/
.site-footer .site-info
{
	background:#D9C3C8 !important;
}

/*フッターの上に戻るボタン*/
.site-footer .btt a {background:#D9C3C8 !important;
}


/*料金用の枠*/
p.backpinkbox {
    background: #fff5ee;
	padding: 5%;}



/*フッターの背景色*/

.footer-widgets {
	background: #D9C3C8;
}
.footer-widgets .container, .footer-widgets .col-sm-12 {
	width: 100%;
	padding: 0;
}
.footer-widgets.section-padding {
	padding: 0;
}




/*お問い合わせ・お申し込みの文字位置*/

#footer-widgets .container .textwidget {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

/*お問い合わせ・お申し込みの枠*/

.footer-widgets, .footer-widgets a {
	display: block;
	width: 100%;
	padding: 80px 0 70px;
}

/*お問い合わせの背景色*/

#footer-1 a {
	background: #F2E2DA;
}

/*お申込みの背景色*/
#footer-2 a {
	background: #FFE6E6
}

#footer-1:hover,#footer-2:hover {
	opacity:0.9;
}
#footer-1 a:hover,#footer-2 a:hover {
	color: #333;
	text-decoration: none;
}
.sidebar .widget a {
	font-size: 16px;
}



/*サービスの画像サイズ*/
.section-services .service-item .service-image img{
	max-width: 200px;
	width: 100%;
	height:auto;
}


/*以下はレスポンシブ対応用*/
@media (max-width: 768px) {
	.footer-widgets {
	height: 300px;
}
#footer-1,#footer-2 {
	margin-bottom: -30px;
}
	 .footer-widgets a {
	height: 100px;
		 padding-top: 50px;
}
	.section-services .service-item .service-image img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 14px;
	}
	.service-content {
		clear: both;
	}
}
@media (max-width: 720px) {
	.section-services .service-item .service-image {
		width: 100%;
		max-width: 100%;
		margin: 14px auto 0;
	}
}

.entry-utility,
.entry-meta{
display: none:
}