@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
body {
	color: #3f3f3f;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
	font-family:"Sawarabi Mincho","Sorts Mill Goudy";
}
a {
	color: #fff;
    text-decoration: none;
    transition: 0.2s;
    font-size: 2em;
    text-align: center;
}
a:hover,
a:hover img {
	opacity: 0.75;
}
img {
	display: block;
	max-width: 70%;
	height: auto;
	margin: auto;
	transition: 0.2s;
}	
.contentIn {
	margin: 0 auto;
	padding: 0 6.25%;	
	position: relative;
}
ul:after,
section:after,
.clearfix:after ,
.contentIn:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー　　　　background:url(../img/header.jpg) no-repeat top center;
* --------------------------------------------------------------------------------------------------*/
#header {
	
	background-size: contain;
	background-color: #dfd0ad;
}
#header h1{
	padding:8% 0 33px;
	width: 85%;
	margin: auto;
	text-align: center;	
}
/* ----------------------------------------------------------------------------------------------------
*  メインコンテンツ
* --------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
#footer p{
	width: 100%;
    margin: 10px auto 10px;
}
