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

.ipad {
	display: none;
}
@media screen and (max-width:899px){
	.ipad {
		display: block;
}
	.pc {
		display: none;
	}
}

.wrapper {
	width: 780px;
	margin: 0 auto;
}
@media screen and (max-width:899px){
	.wrapper {
		width: 100%;
		margin: 0 auto;
	}
}

.fv {
	width: 100%;
	margin: 0 auto;
	background: url("../img/png/fvbackground.png") no-repeat center bottom;
	background-size: cover;
	height: 650px;
	position: relative;
}
.fv img {
	width: 550px;
	height: auto;
	position: absolute;
	bottom: -30px;
	left: 50%;
	-moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width:599px){
	.fv {
		width: 100%;
		margin: 0 auto;
		background: url("../img/png/fvbackground.png") no-repeat center bottom;
		background-size: cover;
		height: 300px;
		position: relative;
	}
	.fv img {
		width: 250px;
		height: auto;
		position: absolute;
		top: 5px;
		bottom: -0px;
		left: 50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.date {
	width: 100%;
	margin: 80px auto 30px;
	text-align: center;
}
.date li {
	padding: 10px 0;
}
.date img {
	width: 90%;
	height: auto;
}
@media screen and (max-width:599px){
	.date {
		width: 100%;
		margin: 15px auto 15px;
		text-align: center;
}
}

.sec1 {
	width: 100%;
	padding: 30px 0;
	background: #EDE6D8;
	text-align: center;
}
.secTitle {
	width: 90%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.secTitle li img {
	width: auto;
	height: 85px;
}
.sec1copy {
	width: 90%;
	height: auto;
	padding: 20px 0;
}
.sec1img {
	width: 90%;
	height: auto;
}
@media screen and (max-width:599px){ 
	.secTitle {
		flex-direction: column;
	}
	.secTitle li img {
		width: 90%;
		height: auto;
		margin: 10px 0;
	}
}

.sec2 {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.sec2Title {
	width: 90%;
	height: auto;
}
.sec2Txt {
	width: 90%;
	height: auto;
	padding: 10px 0;
}

.sec3 {
	width: 100%;
	padding: 30px 0;
	background: url("../img/png/line.png") no-repeat top center;
	background-size: 80%;
	text-align: center;
}
.sec3Title {
	width: 90%;
	height: auto;
}
.sec3copy {
	width: 90%;
	height: auto;
	margin: 20px 0;
}
.scroll {
	margin: 0;
	overflow: auto;
	scroll-snap-type: x;
	display: flex;
	-webkit-backface-visibility:hidden;
 	backface-visibility:hidden;
}
.scroll li {
	scroll-snap-align: start;
	flex: none;
	display: inline-block;
    height: 300px;
	overflow: hidden;
}
.scroll li img {
	height: 100%;
}
.sec3txt {
	width: 90%;
	height: auto;
	padding: 20px 0;
}
.floor {
	width: 90%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.floor li {
	width: 49%;
}
.floor li img {
	width: 100%;
	height: auto;
}
.sec3img {
	width: 90%;
	margin: 10px auto;
}
.sec3img img {
	width: 100%;
	height: auto;
}
.lineup {
	width: 90%;
	height: auto;
}
@media screen and (max-width:599px){
	.scroll li {
		height: 150px;
}
	.floor {
	 flex-direction: column;
}
	.floor li {
		width: 100%;
		padding: 10px 0;
	}
}

.sec4 {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
.tochi {
	width: 100%;
	height: auto;
	margin: 10px 0;
}
.sec4txt {
	width: 100%;
	height: auto;
}
.map {
	width: 100%;
}
.map img {
	width: 100%;
	height: auto;
	padding: 10px 0;
}

.reserve {
	margin: 30px auto;
	width: 100%;
}
.reserve img {
	width: 100%;
	height: auto;
}

.foot {
	width: 780px;
	margin: 0 auto;
}
.foot img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:899px){
	.foot {
		width: 100%;
		margin: 0 auto;
	}
}