.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

body {
	font-family: 'Teko', 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	font-weight: 400;
	background: #fff;
}

.main1 {
	background: #e30b20;
	text-align: center;
	padding: 20px 0 30px;
}

.main2 {
	text-align: center;
	background: #000;
	color: #fff;
	padding: 80px 0;
}

.main2 h1 {
	font-size: 58px;
	line-height: 1;
	letter-spacing: 4px;
	margin-bottom: 50px;
}

.main2 h2 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
}

.imgmain {
	position: relative;
}

.imgmain img {
	vertical-align: top;
	width: 100%;
}

.imgmain .box {
	position: absolute;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.imgmain .box.left {
	margin-left: -470px;
}

.imgmain .box h2 {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}

.imgmain .box p {
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	padding-left: 6px;

}

#contents_lineup, .lineup_t {
	text-align: center;
}

.lineup_t {
	padding: 80px 0 5px;
}

.lineup_t h2 {
	font-size: 58px;
	color: #e30b20;
	letter-spacing: 3px;
}

#contents_lineup .img {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
}

#contents_lineup .img img {}

#contents_lineup .navi {
	display: flex;
	justify-content: center;
	border-bottom: 2px solid #000;
	margin-bottom: 25px;
}

#contents_lineup .navi li {
	font-size: 32px;
	width: 300px;
	border: 1px solid #ccc;
	line-height: 1;
	padding: 16px 0 10px;
	margin: 0 10px;
	cursor: pointer;
}

#contents_lineup .navi li.on {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

#contents_lineup .sec {
	text-align: left;
	width: 990px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

.sec.bn {
	border: none !important;
}

#contents_lineup .sec h3 {
	font-size: 32px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 18px;
}

.itemlist {
	display: flex;
	flex-wrap: wrap;
	width: 990px;
}

.itemlist li {
	margin-right: 10px;
}

.est {
	text-align: center;
	padding: 35px 0 75px;
}

.est a {
	margin: 0 auto;
	background-image: -moz-linear-gradient(-90deg, #e20b20, #ba091a 100%);
	background-image: -webkit-linear-gradient(-90deg, #e20b20, #ba091a 100%);
	background-image: -ms-linear-gradient(-90deg, #e20b20, #ba091a 100%);
	width: 380px;
	height: 80px;
	color: #fff;
	text-decoration: none;
	font-size: 32px;
	display: block;
	text-align: center;
	line-height: 88px;

}

.map {
	padding-top: 120px;
	background: #f1f1f1;
}

.map .img {
	margin-bottom: 15px !important;
}

#footer {
	background: #f1f1f1 !important;
}

.sec1 {
	display: none;
}

@media screen and (max-width: 640px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
	.imgstop img {
		vertical-align: top;
	}
	body {
		overflow-x: hidden;
	}
	img {
		width: 100%;
	}

	.main1 {
		padding: 20px 0 10px;
	}
	.main1 img {
		width: 90%;
		margin-left: 2%;
	}

	.main2 {
		padding: 40px 20px;
		font-size: 12px;
	}

	.main2 h1 {
		font-size: 32px;
		line-height: 1;
		letter-spacing: 4px;
		margin-bottom: 10px;
	}

	.main2 h2 {
		font-size: 15px;
		line-height: 1;
		margin-bottom: 20px;
		font-weight: bold;
	}
	.main2 p {
		text-align: center;
		font-size:12px;
	}

	.imgmain {
		position: relative;
	}

	.imgmain img {
		vertical-align: top;
		width: 100%;
	}

	.imgmain .box {
		position: absolute;
		color: #fff;
		left: 50%;
		top: 50%;
		transform: translateY(-50%);
	}

	.imgmain .box.left {
		margin-left: -45vw;
	}

	.imgmain .box h2 {
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.imgmain .box p {
		font-size: 11px;
		font-weight: bold;
		text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
		padding-left: 0;
		max-width: 60vw;
		padding-right: 10px;

	}

	#contents_lineup, .lineup_t {
		text-align: center;
	}

	.lineup_t {
		padding: 50px 0 5px;
	}

	.lineup_t h2 {
		font-size: 38px;
		color: #e30b20;
		letter-spacing: 3px;
	}

	#contents_lineup .img {
		width: 95%;
		margin: 0 auto;
		text-align: left;
	}

	#contents_lineup .img img {}

	#contents_lineup .navi {
		display: flex;
		justify-content: center;
		border-bottom: 2px solid #000;
		margin-bottom: 25px;
	}

	#contents_lineup .navi li {
		font-size: 20px;
		width: 40vw;
		padding: 3vw 0 2vw;
		margin: 0 2vw;
		cursor: pointer;
	}


	#contents_lineup .sec {
		text-align: left;
		width: 95%;
		margin: 0 auto;
		border-bottom: 1px solid #ccc;
	}

	.sec.bn {
		border: none !important;
	}

	#contents_lineup .sec h3 {
		font-size: 20px;
		font-weight: bold;
		font-family: 'Noto Sans JP', sans-serif;
		margin-bottom: 18px;
		margin-left: 4%;
	}

	.itemlist {
		display: flex;
		flex-wrap: wrap;
		width: 95%;
		margin-left: 4%;
	}

	.itemlist li {
		margin-right: 3%;
		width: 30%;
	}

	.est {
		text-align: center;
		padding: 35px 0 75px;
	}

	.est a {
		margin: 0 auto;
		background-image: -moz-linear-gradient(-90deg, #e20b20, #ba091a 100%);
		background-image: -webkit-linear-gradient(-90deg, #e20b20, #ba091a 100%);
		background-image: -ms-linear-gradient(-90deg, #e20b20, #ba091a 100%);
		width: 80%;
		height: 50px;
		color: #fff;
		text-decoration: none;
		font-size: 20px;
		display: block;
		text-align: center;
		line-height: 55px;

	}

	.map {
		padding-top: 20px;
		background: #fff;
	}

	.map .img {
		margin-bottom: 15px !important;
	}

	#footer {
		background: #000 url(https://www.apio.jp/assets_2015/common/images/footer_bg@sp.png) no-repeat 0px 0px !important;
    background-size: auto;
background-size: 100% auto;
	}

	.sec1 {
		display: none;
	}
	.table {
		padding: 0 20px;
	}
	.table .tit {
		color: #fff;
		background: #e30b1f;
		border: 2px solid #000;
		border-bottom: none;
		
	font-family: 'Noto Sans JP', sans-serif;
		line-height: 1.3;
		padding: 12px 0;
	}
	.tabled {
		position: relative;
	}
	.tabled .scm {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%);
		z-index: 1;
		width: 120px;
	}
	.table .sml {
		font-size: 11px;
		text-align: left;
	}
	.tabled .sc {
		position: relative;
		height: 645px;
	}
	.tabled .sc .l {
		width: 150px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.tabled .sc .r {
		width: calc(100vw - 190px);
		overflow-x: scroll;
		top:0;
		left: 150px;
		position: absolute;
	}
	.tabled .sc .r img {
		width: 427px;
	}
	.jb74 .tabled .sc .r {
		width: calc(100vw - 190px);
		overflow-x: scroll;
		top:0;
		left: 150px;
		position: absolute;
	}
	.jb74 .tabled .sc .r img {
		width: 423.2px;
	}
	.jb74 .tabled .sc {
		position: relative;
		height: 500px;
	}

}