@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img{border:0;}

body{
	width:100%;
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    max-width:1280px;
    height:488px;
    margin:auto;
}
#header h1 {
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 10;
}
#header img{
    position:absolute;
    left:50%;
    width:1280px;
    height:488px;
    margin-left:-640px;
}

/*contents*/

#link-bot{margin:2em auto;	position: relative; width:1000px;}


/*footer*/
#footer {
	 text-align:center;
	color: #fff;
	background-color: #906644;
	padding:2em 0;
}
