@charset "UTF-8";

img {
	max-width: 100%;
}
a {
    transition: all .3s;
}
a:hover {
	opacity: 0.6;
}
.wrapper {
	width: 100%;
}

/* ==============================
 HEADER
============================== */
header {
	max-width: 1470px;
	margin: 40px auto 100px auto;
	padding: 0 20px;
}


/* ==============================
 CONTENTS
============================== */
.contentWrap {
	max-width: 1470px;
	margin: 0 auto 30px;
	padding: 0 40px;
}

.goodsWrap {
	margin-bottom: 100px;
	overflow: hidden;
}
.goodsWrap .goodsImg {
	display: flex;
	justify-content: space-between;
	margin-bottom: 54px;
}
.goodsWrap .goodsImg li {
	width: 49.5%;
}
.goodsWrap .text {
	text-align: right;
}
.goodsWrap .text h2 {
	margin-bottom: 54px;
}
.goodsWrap .text h2 img {
	width: 54.96%;
}
.goodsWrap .btn img {
	width: 38.56%;
}

.goodsWrap .innerBox {
	padding: 0 10%;
	margin-bottom: 140px;
}
.goodsWrap .innerBox .messege {
	margin-bottom: 110px;
}
.goodsWrap .innerBox .btnBuy01 {
	text-align: right;
	margin-bottom: 40px;
}
.goodsWrap .innerBox .btnBuy01 img {
	width: 61.98%;
}
.goodsWrap .innerBox .price {
	text-align: right;
}
.goodsWrap .innerBox .price img {
	width: 40.36%;
}

.calenderImg {
	margin-bottom: 120px;
}

.tour01,
.tour02 {
	margin-bottom: 30px;
}
.tour01 h2, .tour02 h2 {
	margin-bottom: 65px;
	width: 77.62%;
}
.tour01 h2.ticket {
	width: 57.26%;
}
.tour01 .btnList, .tour02 .btnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tour01 .btnList a,
.tour02 .btnList a {
	width: 31.5%;
	margin-bottom: 60px;
}
.tour01 .btnList::after{
	content:"";
	display: block;
	width: 31.5%;
}


/* ==============================
 FOOTER
============================== */
footer {
	background: #bdbdbd;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	font-size: 12px;
}
footer .logo_le {
	margin-bottom: 30px;
}
footer .logo_le img {
	width: 180px;
}


@media screen and (max-width: 1470px) {
	header {
		margin: 2.72vw 0 6.8vw 0;
	}
	.goodsWrap {
		margin-bottom: 6.8vw;
	}
	.goodsWrap .goodsImg {
		margin-bottom: 3.67vw;
	}
	.goodsWrap .text h2 {
		margin-bottom: 3.67vw;
	}
	.goodsWrap .innerBox {
		margin-bottom: 10vw;
	}
	.goodsWrap .innerBox .messege {
		margin-bottom: 3.9vw;
	}
	.goodsWrap .innerBox .btnBuy01 {
		margin-bottom: 2.8vw;
	}

	.calenderImg {
		margin-bottom: 8.63vw;
	}

	.tour01,
	.tour02 {
		margin-bottom: 2.04vw;
	}
	.tour01 h2, .tour02 h2 {
		margin-bottom: 4.42vw;
	}
	.tour01 .btnList a,
	.tour02 .btnList a {
		margin-bottom: 4.08vw;
	}
}

@media screen and (max-width: 600px) {
	header {
		padding: 0 10px;
	}
	.contentWrap {
		padding: 0 20px;
	}
	footer .logo_le img {
		width: 140px;
	}
}


