@charset "UTF-8";
/********************************************************************************

common-tablet.css

********************************************************************************/
/*============================================================
 css変数
*============================================================*/
:root {
	--common-inner-max-width: 100%;           /* 通常サイト幅 */
	--common-inner-max-width-wide: 100%;      /* ワイドサイト幅 */
	--common-inner-padding: 24px;               /* 通常サイト幅内余白 */
	--common-inner-padding-wide: 24px;          /* ワイドサイト幅内余白 */
}

/*============================================================
 format
*============================================================*/
h3.title {
    font-size: 20px;
}
a[href^="tel:"] {
    pointer-events: auto;
}
/*============================================================
 ページヘッダー（下層）
*============================================================*/
#page-header {
    height: 296px;
}
/*============================================================
 コンテンツ共通
*============================================================*/

/* 共通ブロック(名称)
---------------------------------------- */
.block-〇〇〇 {
}


/*============================================================
 footer
*============================================================*/
/* 
---------------------------------------- */
#site-footer {
}
