@charset "utf-8";


/* ==========================================

  “Common” CSS

========================================== */


/* default 
========================================== */
*		 {	-webkit-box-sizing:border-box;-moz-box-sizing:border-box; box-sizing:border-box;}

html	{	background:#fed0c1;	}
			/* ColorVariations : green = #beee93 , yellow = #fef3c1 , red = #eea3a3, red2 = #fed0c1 */

body	{	font-family:'メイリオ',Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
			-webkit-font-smoothing:antialiased;
    		-webkit-text-size-adjust:100%;
			position:relative;
			font-size:62.5%; line-height:1;
			padding:5px 0 70px 0;
			color:#000;}
textarea	{	font-family:'メイリオ',Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;}		

main		{	display:block;}

@media print, screen and (min-width:768px) {
	body	{	padding:0 0 40px 0;}
}    

@media print {
	body	{	width:1042px;}
}


	/* text Module
	---------------------------------------- */
	a			{	color:#000; text-decoration:none;}
	a:link		{	color:#000;	}
	a:visited	{	color:#000;}
	a:hover,
	a:active	{	color:#ab280a; 	}
	/* ColorVariations : green = #198208 , yellow = #ab7c0a , red = #8e2616 , red2 = #ab280a */

	em		{	font-style:normal;}

	/* TEL link
	---------------------------------------- */
	a[href^="tel:"] {	cursor: default; color:#000; }
	a.tel			{	text-decoration:underline;}

	/* Image Module
	---------------------------------------- */
	img 		{	vertical-align:top; font-size:0; line-height:0;}


	/* Float
	----------------------------------------*/
	.clearFix:after	{	content:""; clear:both; display:block; height:0;}



/* header (contact/home)
========================================== */
#head		{	background:#ab280a; margin-bottom:20px; display:block; display:none;}
				/* ColorVariations : green = #000 , yellow = #ab7c0a , red=#8e2616 , red2 = #ab280a */
#head ul	{	margin:0 0 0 auto; overflow:hidden;}
#head li	{	float:right; min-width:120px; border-left:1px solid #fed0c1; }
				/* ColorVariations : green = #beee93 , yellow = #fef3c1 , red=#eea3a3 , red2 = #fed0c1 */
#head li a	{	display:block; font-size:12px; color:#fff; padding:5px 0; text-align:center;}
				/* ColorVariations : green = #fff , yellow = #fff , red=#fff */
#head li a:hover
			{	color:#fed0c1;}
				/* ColorVariations : green = #beee93 , yellow = #fef3c1 , red=#eea3a3 , red2 = #fed0c1 */

@media screen and (min-width:600px) {
#head li a	{	font-family: "kodawari"; font-weight:500;}
}	
@media print, screen and (min-width:768px) {
#head		{	display:block;}
}



/* Footer
========================================== */
footer	{	width:100%; position:fixed; bottom:0; left:0; padding:5px 10px; margin-top:15px;
			background:#ab280a; color:#fff; text-align:center; font-size:1.2em; line-height:1.3; z-index:20; }
			/* ColorVariations : green = #000/#fff , yellow = #ab7c0a/#fff , red=#8e2616 , red2 = #ab280a */

@media print, screen and (min-width:768px) {
footer	{	text-align:right; }
}

@media print {
footer	{	position:relative; }
}
