﻿
footer {
	background: #fff;
	z-index: 1;
	position: relative;
}

#header {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	background: #fff;
	position: relative;
	z-index: 1000;
}

.secWrap {
	max-width: 1200px;
	margin: 0 auto;
}

article {
	background: url(/lazona-kawasaki/campaign/kokusanmokuzai/common/image/bg01.png) repeat-y;
	background-size: cover;
	overflow: hidden;
}

/* attention **************************************************/

section.attention {
	border-bottom: 1px solid #ccc;
}

section.attention ul li {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (min-width: 769px){

	.secWrap {
		padding: 2.5em 0;
		width: 100%;
	}

	footer {
		text-align: center;
		padding: 4em 0 2em;
	}

	footer ul {
		padding: 0 0 2em;
	}

	footer ul li {
		display: inline;
	}

	footer p.copyright {
		color: #888;
		margin:0 0 2em 0;
	}

}

@media screen and (max-width: 770px){

	.secWrap {
		margin: 1.5em 1em;
	}

	footer {
		padding: 1.5em;
	}

	footer ul {
		padding: 0 0 2em;
	}

	footer ul li {
		display: inline-block;
	}

	footer p.copyright {
		color: #888;
		margin: 0 0 1em 0;
	}

}

/* sec01
************************************************************************************** */


.sec01 .secWrap {
	position: relative;
}

@media screen and (min-width: 770px) {

	.sec01 p.caption {
		position: absolute;
		top: 57%;
		left: 10%;
		width: 45%;
	}

	.sec01 p.read {
		position: absolute;
		left:10%;
		width: 45%;
		top: 75%;
		font-size: 105%;
		font-weight: bold;
	}

}

@media screen and (max-width: 770px){

	.sec01 .secWrap h1,
	.sec01 .secWrap p {
		margin: 1.5em 0;
	}

}

/* sec02
************************************************************************************** */

.sec02 .secWrap {
	max-width: 970px;
}

.sec02 .secWrap ul {
	display: flex;
	flex-wrap: wrap;
}

.sec02 .secWrap ul li {
	width: 50%;
}

.sec02 .secWrap ul li img {
	width: 97.5%;
	margin-bottom: 0.75vw;
}

.sec02 .secWrap ul li(even) img {
	margin-left: 2.5%;
}

.sec02 .secWrap p {
	font-size: 115%;
	font-weight: bold;
	text-align: center;
}



/* sec03
************************************************************************************** */

.sec03 .secWrap {
	max-width: 660px;
}

.sec03 .secWrap ul {
	display: flex;
	flex-wrap: wrap;
	margin: 2.5vw 0 0;
}

.sec03 .secWrap ul li {
	width: 50%;
}

.sec03 .secWrap ul li dl dt {
	margin-bottom: 1em;
}

.sec03 .secWrap ul li dl dd {
	text-align: center;
}

@media screen and (min-width: 770px){

	.sec03 .secWrap ul li dl {
		width: 87.5%;
	}

	.sec03 .secWrap ul li:last-child dl {
		margin-left: 12.5%;
	}

}

@media screen and (max-width: 770px){

	.sec03 .secWrap ul li dl {
		text-align: left;
		width: 95%;
	}

	.sec03 .secWrap ul li:last-child dl {
		margin-left: 5%;
	}

}

/* attention
************************************************************************************** */

.attention p {
	text-align: center;
}

.attention p span {
	margin: 0 0.5em;
}

.attention p.pagetop {
	width: 35%;
	margin: 1.5em auto;
}

@media screen and (max-width: 770px) {

	.attention p {
		text-align: left;
	}

	.attention p span {
		display: inline-block;
		padding-left: 1em;
		text-indent: -1em;
	}

}


/* footer
************************************************************************************** */

footer ul.shop {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	justify-content: center;
}

footer ul.shop dl {
	text-align: left;
	margin-right: 1em;
	font-size: 85%;
}

footer ul.shop dl dt {
	font-size: 150%;
	font-weight: bold;
}

footer ul.shop li img {
	width: 150px;
	height: auto;
	display: inline-block;
}
