/* ==============================
101.スマホ閲覧時の文字サイズの最適化
============================== */


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


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


/* カスタムボタンのスタイル */
.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; /* マージン */
}

/* ==============================
無料プレゼントのバナーの高さ　
============================== */



/* 無料プレゼントのバナーの高さ　*/
.present-banner img{
	height:200px;
	width:auto;
}
