/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2025 | 02:42:50 */
/* ロゴ - logo
-------------------------------------------------- */
#masthead .title-exist .site-logo-img .custom-logo {
	max-width: 550px;
}
#masthead .site-branding {
	max-width: 70%;
}


/* 退去のご連絡 - cancel
-------------------------------------------------- */
body.es-page-cancel .form_wrap h2 { display: none; }
body.es-page-cancel .es-form-item.name { border-top: none; }
form.wpcf7-form .es-form-item.address,form.wpcf7-form .es-form-item.delivery_date,form.wpcf7-form .es-form-item.new_address { display: none; }

/* スマホ版 - sp
-------------------------------------------------- */
@media ( width <= 480px ) {
	#masthead .title-exist .site-logo-img .custom-logo {
		max-width: 100%;
	}
	
	.sp.footer_bt_bar.footer_setting_scrolling.fixed .general_inquiry.inquiry-button a {
		color: #fff !important;
	}
}