@charset "utf-8";
/*-------- フォントcss --------*/

/* --------------------------------------------------------
webfont
-------------------------------------------------------- */

@font-face {
  font-family: "ぼくたちのゴシック";
  src: url("../font/Boku2-Regular.eot?") format('eot'),/* IE9 Compat Modes */
       url("../font/Boku2-Regular.woff") format('woff');/* Modern Browsers */
}

	.brown{color:#783C00;}
	
	.txtAd{ text-align:left;}/*スマホでは左揃え*/
	@media print, screen and (min-width: 768px) {
		.txtAd{ text-align:center;}/*pcでは中央揃え*/
	}


/* --------------------------------------------------------
link
-------------------------------------------------------- */

a { transition: .6s;}
a:link{color:#3F1000;}
a:visited{color:#3F1000;}
a:hover{	color:#BBB;}


a.brown:link{color:#3F1000;}
a.brown:visited{color:#3F1000;}
a.brown:hover{	color:#BBB;}

a.orange:link{color:#EE780C;}
a.orange:visited{color:#EE780C;}
a.orange:hover{	color:#FBE8CA;}

/* --------------------------------------------------------
font
-------------------------------------------------------- */

body{ color:#444;}
.size16{	font-size:16px;}
.size18{	font-size:18px;}
.bold{	font-weight:bold;}

.red{color:#F00;}
	.r13{ font-size:13px;}
	.center{ text-align:center;}
	
.green{ color:#336600;}
.green2{ color:#196600; padding: 0 1% 0 0;}
.green3{ color:#639945;}

.orange{ color:#B25900;}

/* --------------------------------------------------------
line
-------------------------------------------------------- */

/* --------------------------------------------------------
電話設定
-------------------------------------------------------- */

@media print, screen and (min-width: 751px) {/*pc電話不可*/
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color:#3F1000;
}
}
@media print, screen and (max-width: 751px) {/*sp電話可*/
a[href*="tel:"] {
	color:#3F1000;
}
}