@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd{
	padding: 0;
	margin: 0;
}

ol,ul{
	list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html{
	overflow-y: scroll;
}

body{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", “メイリオ”, Meiryo, serif;
	color: #fff;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/

html{
	font-size: medium;	
}

body{
	font-size: 62.5%; /* 16px -> 10px */
}

dt,dd,li,
caption,th,td,
input,button,textarea,select,
h1,h2,h3,h4,h5,h6,p,address{
	line-height: 1.5;
	font-size: 140%;
	margin: 0;
	padding: 0;
}

h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,
p input,p button,p select,
li h1,li h2,li h3,li h4,li h5,li h6,li p,li dt,li dd,li li,li th,li td,li input,li button,li textarea,li select,
dd h1,dd h2,dd h3,dd h4,dd h5,dd h6,dd p,dd dt,dd dd,dd li,dd th,dd td,dd input,dd button,dd textarea,dd select,
tr h1,tr h2,tr h3,tr h4,tr h5,tr h6,tr p,tr dt,tr dd,tr li,            tr input,tr button,tr textarea,tr select{
	font-size: 100%;
}

input,button,select,option,textarea{
	font-size: 14px;
}

a,
a:link,
a:visited{
	color: #7d631d;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

section{
	position: relative;
}

/*-----------------------------------------------
 content
-----------------------------------------------*/

body{
	background-color: #000;
}

/*-----------------------------------------------
 top
-----------------------------------------------*/

#top h1{
	text-align: center;
	line-height: 0;
}

#top h1 img{
	width: 100%;
	max-width: 2000px;
}

/*-----------------------------------------------
 access
-----------------------------------------------*/

#access{
	padding: 55px 0 0;
	text-align: center;
}

#access h2{
	margin-bottom: 40px;
	text-align: center;
}

#access p.text1{
}

#access p.text2{
	margin-bottom: 40px;
	font-size: 30px;
}

#access div.fb{
	width: 256px;
	margin: 0 auto 40px;
}

#access div.fb img{
	width: 100%;
}

#access p.address{
	margin-bottom: 30px;
	font-size: 17px;
}

#access p.tel{
	margin-bottom: 40px;
	font-size: 28px;
}

#access p.tel a{
	color: #fff;
}

#access div.gmap{
	width: 100%;
	height: 485px;
}

#access div.gmap iframe{
	width: 100%;
	height: 485px;
}

@media screen and (max-width:767px) and (min-width: 1px){

	#access{
		padding: 30px 0 0;
	}

	#access h2{
		margin-bottom: 30px;
	}

	#access p.text1{
		font-size: 18px;
	}
	
	#access p.text2{
		margin-bottom: 30px;
		font-size: 40px;
	}

	#access p.address{
		margin-bottom: 40px;
		font-size: 16px;
	}

	#access div.gmap{
		width: auto;
		height: 300px;
		margin: 0 10px;
	}
	
	#access div.gmap iframe{
		width: 100%;
		height: 300px;
	}
	
}

/*-----------------------------------------------
 footer
-----------------------------------------------*/

#footer{
	padding: 30px 0;
}

#footer p{
	text-align: center;
	font-size: 12px;
	color: #7c7415;
}

@media screen and (max-width:767px) and (min-width: 1px){
	
}