/* ==============================
スマホ閲覧時
============================== */


/* スマホでの文字サイズ調整　倍率設定 */
@media (max-width: 800px){
.has-huge-font-size,
.has-small-font-size,
.has-large-font-size,
.u-fz-xls,
.wl-fz,
.swl-fz,
.u-fz-l,
.is-style-bg_grid {
	font-size:1.1em!important;	
	}
}


/* ==============================
カスタムボタン
============================== */


/* カスタムボタンのスタイル */
.wp-block-button__link.wp-element-button {
    color: initial; /* デフォルトの色を使用 */
    background-color: transparent; /* 背景色を透明に */
    border-radius: 0; /* 角を丸くしない */
    box-shadow: none; /* 影を表示しない */
    text-decoration: none; /* テキストの下線をなくす */
    padding: 0; /* パディングをなくす */
	  margin: initial; /* マージン */
}
