/*
Template: businesspress
Theme Name: BusinessPress Child
*/
body{
	background-color: #fbf9f5 !important;
}
.home-header-overlay {
    background-color: rgba( 0, 0, 0 , 0.3 );
}
.home-header-title {
	text-shadow: 0px!important;
	letter-spacing:2px !important;
}
.home-header-content {
    padding-bottom: 155px;
    padding-top: 155px;
}
.main-header {     padding-bottom: 20px;     padding-top: 20px;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
color: #dd9933;
}
a.home-header-button-main {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%)!important;
}
/* 全投稿ページで非表示 */
.entry-summary p{
    display: none;
}
/* リンクデコレーション */
.wp-block-button a {
    text-decoration: none!important;
}
/* Powered by WordPress を非表示 */
.site-credit {
    display: none;
}
/*フッターウィジェット非表示*/
.footer-widget-area {
    border: solid 0px #eee;
	 padding-bottom: 0rem;
    padding-top: 6rem;
}
.site-footer{
	background-color: #f7f2e6;
}
.widget {
    margin-bottom: 0rem;
}
.site-bottom {
    border-top: solid 0px #eee;
    padding-bottom: 0rem;
    padding-top: 0rem;
	text-align: center;
}
.footer-navigation {
    float: none;
}
.content-area {
    margin-bottom: 5rem;
}
/*お問い合わせ電話番号枠調整*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e6e6e6 !important;
	color: #777 !important;
	margin-top: 0.6em !important;
	padding: 0.6em !important;
}