/* global */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
}
body {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
}
h1,h2, h3, h4, h5, h6,div,p,img {
	margin: 0;
	padding: 0;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	color: #cacaca;
}
a:hover,
a:focus {
	opacity: 0.8;
}

/**/


.wrapper{
	background: url(../img/bg01.png) top left no-repeat scroll;
}
#header{
	width: 100%;
	position: relative;
	height: 140px;
	background: url(../img/bg02.png) top right no-repeat scroll;
	z-index: 100;
}
.header_logo{
	text-align: center;
}
#header .sns{
	position: absolute;
	right: 50px;
	top: 15px;
}
#header ul.sns li{
	float: left;
	margin-left: 25px;
}
#header ul.sns li img{
	height: 24px;
}
#header ul.sns li+li img{
	height: 21px;
}

main{
	width: 1200px;
	margin: auto;
	z-index: 90;
}

.banner{
	margin: auto;
	line-height: 0;
	display: table;
}

.banner ul li{
	float: left;
}



#footer{
	margin: 30px 0;
	position: relative;
}
#footer .copyright{
	text-align: center;
	font-size: 12px;
}
#footer .logo{
	position: absolute;
	right: 0;
	top: 0;
	
}






/**/

@media (max-width: 1200px){
html, body {
	min-width: 800px;
}
#header{
	width: 100%;
	position: relative;
	height: 150px;
}
#header .sns{
	position: absolute;
	right: 20px;
	top: 15px;
}
.header_logo img{
	height: 250px;
}
main{
	width: 100%;
	margin: auto;
}
.banner ul li{
	width: 50%;
}
.banner ul li.half{
	width: 25%;
}
.banner ul li img{
	width: 100%;
}
#footer{
	margin: 30px 20px;
}
#footer .copyright{
	text-align: left;
}

}


@media (max-width: 767px){

html, body {
	min-width: auto;
}
.wrapper{
	background: url(../img/bg01.png) top left no-repeat scroll;
	background-size: auto 150px;
}
#header{
	background: url(../img/bg02.png) top right no-repeat scroll;
	background-size: auto 70px;
}
#header .sns{
	position: absolute;
	right: 10px;
	top: 12px;
}
#header ul.sns li{
	float: left;
	margin-left: 20px;
}
#header ul.sns li img{
	height: 24px;
}
#header ul.sns li+li img{
	height: 21px;
}
main{
	width: 100%;
	margin: auto;
}
.header_logo img{
	height: 160px;
}
.banner ul li{
	width: 100%;
}
.banner ul li.half{
	width: 50%;
}
.banner ul li img{
	width: 100%;
}
#footer{
	margin: 30px 20px;
}
#footer .copyright{
	font-size: 10px;
}	
}
