@charset "utf-8";

@media screen and (max-width: 767px) {
html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
  font-family:Helvetica, Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;

}
#contents {
	width: 100%;
	margin: 0;
	position: relative;
	clear:both;
  font-size: 15px;
}
#contents .inner {
	padding: 0 10px;
	position: relative;
}
#contents .pc {
	display: none !important;
}
#contents img {
	width: 100%;
}
#contents p img {
	line-height: 0;
}
a[href^="tel:"] {
}


/* -----------------------------------------------------------------------------
  
  	footer
    
  ----------------------------------------------------------------------------- */
footer#footer {
	width: 100%;
	text-align: left;
  padding-top: 25px;
}
footer#footer .logo{
  width: 100%;
  text-align: center;
  }
footer#footer .logo img{
  height: 30px;
  width: auto;
  }
footer#footer small {
	font-size: 10px;
	padding: 5px 0;
	text-align: center;
	display: block;
	width: 100%;
}
footer#footer ul {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
} 
  footer#footer ul li{
    display: inline-block;
    padding: 5px 0;
  }
 
  footer#footer ul li a{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #333;
  } 

 /*#footSitemap*/
#footSitemap{
  background: #d8d8d8;
  overflow: hidden;
  padding: 30px 0;
}
#footSitemap p{
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
#footSitemap ul{
  font-size: 12px;
}

#footSitemap ul li{
  margin:3px 8px 3px 0;
  display: inline-block;
}
#footSitemap ul li a{
  line-height: 23px;
  color: #666;
  border-right: 1px solid #bfbfbf;
  padding-right: 8px;
}
#footSitemap ul:last-child{
  float: right;
  margin-top: 10px;
}
#footSitemap ul:last-child li{
  margin:10px 0 0 0;
}
#footSitemap ul:last-child li a{
  border-right: none;
  padding-right: 0;
} 
  
/*#contactFoot*/
#contactFoot{
  background: #333;
  padding: 60px 0 20px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#contactFoot .fixContact {
  position: absolute;
  bottom: 119px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 12px 10px 10px;
  background: #333;
  width: 100%;
  z-index: 999;
}
#contactFoot .fixContact div {
 max-width: 355px;
 margin:auto;
}
#contactFoot .fixContact.fixed {
	position:fixed;
	bottom:0;
}
#contactFoot .fixContact a{
  color: #fff;
  font-size: 12px;
  text-align: center;}
#contactFoot .fixContact a img{
  margin-bottom: 5px;
}
#contactFoot .fixContact a:first-child {
	float: left;
	width: 48%;
}
#contactFoot .fixContact a:nth-child(2) {
	float: right;
	width: 48%;
}
#contactFoot .fixContact p {
	clear:both;
	text-align:center;
	font-size: 11px;
	padding-top: 10px;
}
#contactFoot .inner{
  width: 100%;
  padding: 0;
  border-top: 1px solid #5b5a59;
}
#contactFoot .inner p:last-child{
  width: 100%;
  text-align: center;
  padding: 20px 10px 0 10px;
  font-size: 13px;
}
#contactFoot .inner p:last-child span{
  line-height: 1.3;
}
#contactFoot .inner p:last-child a{
  display: block;
  text-align: center;
}
#contactFoot .inner p:last-child img{
  height: 32px;
  width: auto;
  margin: 10px 0;
}  
#pageTop {
  width: 37px;
  height: 37px;
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 1000;
  display: block;
}
  
}
