﻿@charset "utf-8";


/* --------------------
	header
--------------------*/
header {
	width: auto;
	min-width:940px;
	height:750px;
	margin:0 auto;
	position: relative;
	z-index:10;
	background:#49B8D5;
}
header .logo {
	width:107px;
	height:60px;
	position:absolute;
	top:40px;
	left:40px;
	font-size:0;
	margin:0 auto;
	padding:0;
	z-index:16;
}
header .logo a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
header h1 {
	width:100%;
	height:750px;
	font-size:0;
	margin:0 auto;
	padding:0;
	background: url(../marche/img/tit.jpg) no-repeat center top;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}


/* --------------------
	content
--------------------*/
#content .inner {
	margin:0 auto;
	min-height:1599px;
}
#content .inner .img {
	font-size:0;
	margin:0 auto;
}
#content .inner #img01 {
	padding:50px 0 0;
}
#content .inner #img02 {
	padding:60px 0 0;
}
#content .inner #img03 {
	padding:30px 0 0;
}
#content .inner #img04 {
	padding:10px 0 0;
}



@media only screen and (max-width: 768px) {


/* --------------------
	header
--------------------*/
header {
	width: auto;
	min-width:320px;
	height:90vw;
	margin:0 auto;
	position: relative;
	z-index:10;
	background:#49B8D5;
}
header .logo {
	width:54px;
	height:30px;
	position:absolute;
	top:15px;
	left:15px;
	font-size:0;
	margin:0 auto;
	padding:0;
	z-index:16;
}
header .logo a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
header h1 {
	width:100%;
	height:90vw;
	font-size:0;
	margin:0 auto;
	padding:0;
	background: url(../marche/img/sp/tit.jpg) no-repeat center top;
	background-size:auto 90vw;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}


/* --------------------
	content
--------------------*/
#content .inner {
	margin:0 15px;
	min-height:100vh;
}
#content .inner .img {
	font-size:0;
	margin:0 auto;
}
#content .inner #img01 {
	padding:25px 0 0;
}
#content .inner #img02 {
	padding:30px 0 0;
}
#content .inner #img03 {
	padding:15px 0 0;
}
#content .inner #img04 {
	padding:5px 0 0;
}



}



