@charset "UTF-8";
body {
	margin: auto;
}
#container {
	max-width:  1100px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
a{
	text-decoration: none;
}
ul {
  list-style:none;
}
.text3 {
	list-style-image: none;
	list-style-type: none;
	
}
/*ヘッダー　設定 */
header {
	display: block;
	width: 100%;
}
.header_box{
	width: 240px;
	display: block;	
}
h1 {
	color: #7A7A7A;
	font-family: 'Oswald', sans-serif;
	display: block;
	text-align: left;
	font-size: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
	font-weight: 600;
}
h2 {
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: light;
	text-align: center;
	display: block;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 11px;
	letter-spacing: 1em;
	background-color: #7A7A7A;
	width: 217px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}


/* ナビ　設定 */
nav {
	display: block;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;	
}
.nav {
	display: block;
	background-color: #FFF;
	margin-bottom: 0px;
}
#ul{
	margin-right: 25%;
	
}
.list{
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
	list-style-type: none;
	color: #515151;
	display: block;
	float: right;
	font-weight: 300;
	margin-right: 7%;
	margin-top: -10px;
	margin-bottom: -2px;
}
.icon {
	float: right;
	margin-right: 1%;
	margin-top: 0.5px;
	margin-bottom: -2.9px;
}
.title {
	background-color: #000;
	color: #AEAEAE;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 20px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	margin: 0px;
}



/* フッター　設定 */
#copyright {
	font-family: 'Cormorant', serif;
	color: #999;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7B7B7;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
}


/* フッター 固定用*/
.footer_area {
	position: fixed; /* 固定 */
	bottom: 0; /* 中央に表示 */
	margin: 0px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	right: auto;
	width: 100%;
	left: auto;
	max-width: 1100px;
}
 


/*スペース*/
.space1{
	height: 123px;
	clear: both;
}
.space2{
	height: 40px;
} 
.space3{
	height: 48vh;
}
.space4{
	height: 10px;
	clear: both;
}

