@charset "utf-8";

/*==========================================================
	RESET
==========================================================*/
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,object,blockquote{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	box-sizing: border-box;
	vertical-align: middle;
}
body{
	line-height: 1em;
	-webkit-text-size-adjust: none;
}

img{
	border: 0px;
	vertical-align: bottom;
}
section,article,div{
	box-sizing: border-box;
}
ul,ol,li{
	list-style: none;
}
table{
	border-spacing: 0px;
	empty-cells: show;
}
/*==========================================================
	共通設定 (Primary style)
==========================================================*/
html{
	width: 100%;
}
body{
	max-width: 640px;
	margin: 0px auto !important;
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
	font-weight: 400;
	font-family: 'A-OTF UD新ゴ Pro','A-OTF UDShin Go Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo, Osaka','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	background-color: #FFFFFF;
	overflow-x: hidden;
}
a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
a:active{
	color: #000000;
	text-decoration: none;
}
.cgi_img{
	position: absolute;
	bottom: 0px;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden;
}
/*==========================================================
	ヘッダー
==========================================================*/
header{
	position: relative;
	width: 100%; height: 250px;
	margin: 0px auto;
	background-size: contain;
	background-position: center top;
	background-image: url('../img/header_bg.jpg');
}
header h1{
	position: absolute;
	top: 70px;
	width: 100%; height: 40px;
	margin: 0px auto;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-size: 32px;
}
header > p{
	position: absolute;
	bottom: 20px; left: 0px; right: 0px;
	width: 100%; height: auto;
	margin: 0px auto;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
}
header > img{
	display: block;
	position: fixed;
	top: 10px; right: 10px;
	width: 80px; height: 81px;
	margin: 0px auto;
	z-index: 100;
}
header > img:nth-of-type(2){
	display: block;
	position: absolute;
	top: 35px; left: 0px; right: 0px;
	width: 28px; height: 28px;
	margin: 0px auto;
	z-index: 1;
}
header > img:nth-of-type(3){
	display: block;
	position: absolute;
	top: 30px; bottom: 0px; left: 50%;
	width: 194px; height: 110px;
	margin: auto;
	z-index: 1;
}
/*ヘッダーメニュー*/
#contact_menu{
	display: none;
	position: fixed;
	top: 0px; left: 0px; right: 0px;
	width: 100%; height: 100%;
	max-width: 640px;
	margin: 0px auto;
	padding: 150px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	background-color: #433E3E;
	z-index: 10;
}
#contact_menu h2{
	font-size: 30px;
}
#contact_menu > p{
	margin: 30px auto 40px auto;
	letter-spacing: 0.5em;
	font-size: 40px;
	font-weight: 600;
}
#contact_menu ul{
	width: 100%;
}
#contact_menu ul li{
	width: 100%;
	padding: 0px 10px;
}
#contact_menu ul li img{
	position: relative;
	width: 90%;
}
/*==========================================================
	コンテンツ全体
==========================================================*/
.main{
	position: relative;
	width: 640px; min-height: 100%;
	margin: 0px auto;
	background-color: #FFFFFF;
	overflow: hidden;
}
/*==========================================================
	フッター
==========================================================*/
footer{
	position: relative;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
footer h2{
	width: 100%; height: 40px;
	margin: 0px auto;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-size: 24px;
	background-color: #404040;
}
.footer_box{
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.footer_box ul{
	width: 100%;
}
.footer_box ul li{
	float: left;
	position: relative;
	width: 33.3%; height: 80px;
}
.tel{
	background-color: #434980;
}
.tel img{
	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 39px; height: 39px;
	margin: auto;
}
.line{
	background-color: #03B708;
}
.line img{
	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 41px; height: 39px;
	margin: auto;
}
.mail{
	background-color: #636261;
}
.mail img{
	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 38px; height: 24px;
	margin: auto;
}
/*==========================================================
	コピーライト
==========================================================*/
.copyright{
	width: 100%; height: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	background-color: #404040;
}
.copyright span{
	font-size: 12px;
	font-weight: 400;
	font-family: 'A-OTF UD新ゴ Pro','A-OTF UDShin Go Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo, Osaka','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
}
.copyright a:link,
.copyright a:hover,
.copyright a:visited,
.copyright a:active{
	color: #FFFFFF;
	text-decoration: none;
}
