/*
Theme Name: SouBuildingMentenance
Theme URI: 
Author: makkoi
Author URI: 
Description: X-T9をカスタマイズしてサイトを作成
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: x-t9
Text Domain: soubuildingmentenance
Tags: 
*/

/* ボタン */
.smf-action {
	text-align: center;
}

.smf-action .smf-button-control__control {
	display: inline-flex;
	align-items: center;
	padding: var(--_padding-2) var(--_padding-1);
	text-align: left;
	background: var(--wp--preset--color--primary);
	border-width: 0;
	color: var(--wp--preset--color--white);
	font-family: inherit;
	font-style: normal;
 transition: all 0.3s;

 &:hover{
  background-color: var(--wp--preset--color--primary-hover);
 }

}

