@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html{font-family: 'Noto Sans Japanese', sans-serif;}

p.resizeimage img { width: 100%; }

/* 背景カラー */
body{
	width: 100%;
	min-height: 100%;
	background-color: #f9f7ed;
}

/* ホバー */
.mouseHvr {
	opacity: 1;
}

.mouseHvr:hover {
	opacity: 0.8;
}


/* ヘッダー */
#header {
	width: 100%;
	height: 47px;
	position:fixed;
	top:0;
	background-color:#F4D320;
	z-index:10000;
	box-shadow:0px 3px #d2691e;
}

#headerInner {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background-color:#F4D320;
}

h1 {
	line-height: 0;
	position: absolute;
	top: 0;
	left: 416px;
	z-index: 2;
}

#gloNav li {
	width:196px;
	height:47px;
	line-height: 0;
	float: left;
	overflow: hidden;
}

#nav02 {
	margin-left:0;
}

#nav03 {
	margin-left:196px;
}

#nav04 {
	margin-left:0;
}


/* ページトップ */
#pageTop {
	width: 960px;
	margin: 105px auto 7px;
}

#pageTop p {
	width: 95px;
	margin-left: 856px;
	line-height: 0;
}


/* フッター */
#footer {
	width: 100%;
	height:167px;
	background-image:url(../images/footerBgg.png);
	background-repeat:
	repeat-x;
}

#footerContents {
	width: 980px;
	height: 167px;
	margin: 0 auto;
	position: relative;
}

p {
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;}

#yoyaku{
	font-size:150%;
	text-align:left;
	padding-top:10px;}

#telNum{font-size:230%;
	margin-top:-55px;
	text-align:right;
	color:rgba(66,56,1,1.00);}

#hontel{
	color:#FF0000;}

#okutel{
	color:#FF0000;}

#yasumi{font-size:130%;
	margin-top:10px;
	color:#FF0000;
	text-align: center;
	}
	
#teikyu{font-size:140%;
	margin-top:0;
	text-align: center;
	color:rgba(66,56,1,1.00);}

address {
	font-size:60%;
	margin-top:20px;
	text-align: center;
	line-height: 0;
}
