@charset "UTF-8";
/********************************************************************************
common-sp.css
********************************************************************************/

/*============================================================
 css変数
*============================================================*/
:root {
	--common-inner-padding: 24px;               /* 通常サイト幅内余白 */
	--common-inner-max-width: 100%;             /* 通常サイト幅 */
}


/*============================================================
 system
*============================================================*/
/* pc-sp display switch
---------------------------------------- */
.forPC {
    display: none;
}
.forSP {
    display: inherit;
}

/*============================================================
 Base Setting
*============================================================*/
/* Frame 
---------------------------------------- */

/* Headline 
---------------------------------------- */

/* Image 
---------------------------------------- */

/* Other
---------------------------------------- */

/*============================================================
 Header
*============================================================*/
#fixed-header {
}

.gnav {
    padding: 8px;
}
/* 
---------------------------------------- */


/*============================================================
 Contents
*============================================================*/
/* Mainvisual
---------------------------------------- */

/* 
---------------------------------------- */


/*============================================================
 Footer
*============================================================*/
/* ナビ
---------------------------------------- */

/* 
---------------------------------------- */

/*============================================================
 
*============================================================*/
/* 
---------------------------------------- */


