@charset "utf-8";
/*共通 + スマホサイズ (max-width:480)*/

@import url("hbn.css");

/*/// リセット ///*/
* {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:bottom;
}
a {
	text-decoration: none;
}
li {
	list-style-type:none;
}
h1, h2, h3, h4 {
	font-size: medium;
	font-weight: normal;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
#wrapper {
	overflow: hidden;
}

/*/// サイズ処理 ///*/
.pc, .tab, header div#nav {display: none;}

/*/// カレント表示 ///*/
#about #h_about,
#service #h_service,
#work #h_work,
#voice #h_voice,
#qa #h_qa {
	border-left: 2px solid #cd2512;
	background-image: url("../images/w_arrow.png");
	background-position: center left;
	background-repeat: no-repeat;
}
#about #m_about,
#service #m_service,
#work #m_work,
#voice #m_voice,
#qa #m_qa {
	padding: 0 20px 8px 20px;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: 2px solid #cd2512;
}
#about #h_about,
#service #h_service,
#work #h_work,
#voice #h_voice,
#qa #h_qa {
	padding: 10px 0 10px 20px;
	color: #885b1a;
	background-color: #fff; /* カーソル接触時の色指定 */
	border-left: 2px solid #cd2512;
	background-image: url("../images/w_arrow.png");
	background-position: center left;
	background-repeat: no-repeat;
}


/*/// 共通 ///*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	background-image: url("../images/back_pattern.jpg");
}
h2, h3, h4, h5, p {
	font-family: 'Sawarabi Mincho', sans-serif;
}
em {
	display: none;
}
/*/// ヘッダー領域 ///*/
header {
	width: 100%;
	margin-bottom: 50px;
	background-color: #fff;
}
header h1#logo {
	background-image: url("../images/logo_s.png");
	width: 200px;
	height: 65px;
}
/*/// フッター領域 ///*/
footer {
	position: relative;
	padding: 20px;
	background-color: #f0f0e1;
	text-align: center;
}
footer h4 {
	font-family: 'Noto Sans JP', sans-serif;
	width: 170px;
	height: 35px;
	background-image: url("../images/f_logo.png");
	background-repeat: no-repeat;
	font-size: 130%;
	padding: 3px 0 0 50px;
	margin: 0 auto;
	color: #cd2512;
}
footer address {
	font-style:normal;
	width: 350px;
	margin: 0 auto 20px auto;
	text-align: center;
	
}
footer address p {
	font-family: 'Noto Sans JP', sans-serif;
}
footer a {
	color: #333;
}

footer ul a:hover {
	text-decoration: underline;
}
footer div#f_box a:hover img {
	opacity: .5;
}

/*/// ページトップに戻るボタン ///*/
#page-top {
    position: absolute;
	top: -30px;
	right: 0px;
}




