@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}
a, a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
}
a img {
	transition: 0.5s;
}
a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition: 0.5s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
#wrapper {
	width: 100%;
	position: relative;
}
#container {
	margin: 0px auto 0;

}
/* clearfix */
.cf:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/


header {
	width: 100%;
  background:url(../img/hd_bg.png) repeat-x left top;
  overflow:hidden;
  background-size:100% 100%;
  padding:32px 0;

}
#hd_inner {
	max-width: 1000px;

	margin: 0px auto;
  }
#hd_inner h1 {
	float: left;
	width: 58.4%;
}
#hd_inner .tel {
	float: right;
	width: 38%;
  margin-top:10px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/


footer {
	width: 100%;
  background:url(../img/ft_bg.png) repeat-x left top;
  padding-top:40px;

	
}
footer .inner {
	width: 100%;
	max-width: 1000px;

	margin: 0 auto;
}

footer .inner #ft_logo {
	float:left;
}

footer .inner .ft_info {
	padding: 0 0 0 10px;
  	float: left;
    font-size:20px;
    margin-right: 3%;

}

footer .inner .ft_info .tel{
  font-size:40px;
  line-height:1;
}
footer .inner .copy {
	padding: 20px 0 0;
	font-size: 12px;
  clear:both;
  text-align:center;
}

/* 上へ戻る */
.page_top {
	position: fixed;
	right: 10%;
	padding: 0 0 0 0px;
	bottom: 20px;
	z-index: 1000;
}
.page_top a {
}
.page_top a:hover {
}
/*------------------------------------------------------------
	メインカラム
------------------------------------------------------------*/


.contents {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
/*------------------------------------------------------------
	サイドカラム
------------------------------------------------------------*/

/*------------------------------------------------------------
	各ページ共通パーツ
------------------------------------------------------------*/

.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.contsWrap {
	margin: 0 20px 30px;
	clear: both;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

 @media screen and (min-width: 769px) {

}
 @media screen and (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header {  padding:0 0 12px ;

}

#hd_inner {
	max-width: 1000px;
	margin: 6px 2%;
  }

#hd_inner h1 {
	width: 65%;
}

#hd_inner .tel.sp {

	max-width: 25%;
  margin-top:0;
  width:auto;


}
#hd_inner .tel.sp a {

  text-align:right;

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/


footer {


	
}
footer .inner {
	width: 100%;
	

	margin: 0 auto;
  padding:0 5%;
  box-sizing:border-box;
}

footer .inner #ft_logo {
	float:none;
}

footer .inner .ft_info {

  	float: none;
    font-size:14px;
    

}

footer .inner .ft_info .tel{
  font-size:26px;
  margin-bottom:50px;

}


/* 上へ戻る */
.page_top {

	right: 5%;

	bottom: 30px;

}

.page_top img{
  width:60px;}
}
