@charset "utf-8";
/* CSS Document */

/*body {
    
    background:#fff; 
}*/

@font-face {
  font-family: 'futura'; /* 任意につけれる */
  src: url(FUTURAHI.TTF); /* パスを指定 */
}

html{
	width: 100%;
	overflow-x: hidden;
}


/*
body {
  font-family: 'futura';
}
*/

/******************************* 共通パーツ *******************************/
.smt{
	display:none;
}
strong,em{
	font-weight:normal;
}
body{
	/*font-family:"Noto Sans Japanese","ヒラギノ角ゴ Pro W3", Verdana, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: Verdana,"游ゴシック", "Yu Gothic", YuGothic,'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;*/
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	overflow-x: hidden;
}
section{
	clear: both;
}
img{
	max-width: 100%;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

.wrapper{
	text-align: center;
	background-color: #fff;
	color: #000;
	background: linear-gradient(to right, #ffffff, #ebecec);
}



/*:::::::::::::header:::::::::::::::::*/
header{
	    width: 100%;
}

header .honma_header{
	background-color:#000;
	padding: 10px 3%;
	box-sizing: border-box;
}
.header_logo{
	height:33px;
	vertical-align:middle;
}
.honma_logo{
	width:116px;
	height:auto;
	float:left;
	line-height: 1;
}


/*:::::::::::::footer:::::::::::::::::*/
footer {
}

footer .copy{
	color: #fff;
	background: #000;
	font-family: Oswald, "ヒラギノ角ゴ Pro W3", Verdana, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 11px;
	padding: 20px;
	text-align: center;
}