@charset "UTF-8";
.text-nav {
	font-size: 1.2em;
	font-weight: normal;
	color: #5E3C29;
	letter-spacing: 2px;
	line-height: 2em;
}
.text-nav a {
	color: #FF8F3B;
}
.back-color {
	background-color: #fbca5a;
	height: 34px;
	color: #FFFFFF;
	padding-top: 8px;
	width: 100%;
	text-align: center;
}
.tel a {
	color: #636161;
}
.shop-back {
    position: fixed;
    bottom: 20px;
    right: 30px;
    /*border:1px solid #888888;
    padding:2pt;
    background-color: #ffffff;*/
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    z-index: 10;
    
    /*text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;*/
}

/* 20190109 */
h3 {
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	color: #363636;
}
p {
	font-size: 15px;
	color: #363636;
}
@media (max-width: 768px) {
	h3 {
		font-size: 11px;
		line-height: 1.2em;
		font-weight: bold;
		color: #363636;
	}
	p {
		font-size: small;
		color: #363636;
	}
}
