@charset "utf-8";

/* ========================================================
	index.css => index用CSS
======================================================== */

/* main
============================================================================================================ */
#main {
	position: relative;
	height: 850px;
	padding-top: 125px;
	background: #6eb92b url(../images/main_bg.png) 50% 0;
	text-align: center;
	z-index: 2;
}
#main::after {
	background-color: #fff;
}

@media screen and (min-width: 769px), print {
	#main {
	}
	#main h1 {
		margin-bottom: 40px;
	}
	#main .fuki {
		text-align: right;
		margin-right: 50%;
		padding-right: 146px;
	}
	#main .map {
		position: absolute;
		top: 270px;
		left: 50%;
		margin-left: -170px;
		z-index: -1;
	}
}
@media screen and (max-width: 768px) {
	#main {
		height: auto;
		padding: 20px 0;
		background-repeat: no-repeat;
		background-position: 50% 20%;
		-webkit-background-size: 140%;
		background-size: 140%;
	}
	#main h1 img {
		width: 280px;
	}
	#main .fuki {
		text-align: right;
		width: 50%;
		margin-top: 10px;
		margin-left: 30px;
	}
	#main .fuki img {
		width: 200px;
	}
	#main .map {
		margin: -80px 20px 0;
	}
}





/* after_skew
============================================================================================================ */
.after_skew {
	position: relative;
	overflow: hidden;
}
.after_skew::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	right: -100px;
	height: 50px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
@media screen and (max-width: 768px) {
	.after_skew::after {
		height: 25px;
	}
}




/* information_contents
============================================================================================================ */
.information_contents {
	position: relative;
	padding: 60px 0 120px;
}
.information_contents::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 50%;
	background-color: #f7f7f7;
	z-index: -1;
}
.information_contents::after {
	background-color: #6eb92b;
}
.information_contents .box {
	padding: 10px 40px;
}
.information_contents .box li + li {
	border-top: 1px solid #f5f5f5;
}
.information_contents .box li a {
	display: block;
	padding: 20px 0;
	line-height: 1.5;
	text-decoration: none;
}
.information_contents .box li a > * {
	display: block;
}
.information_contents .box li a .time {
	font-weight: bold;
}
.information_contents .more {
	margin-top: 50px;
}
.information_contents .more a {
	margin-left: auto;
}

@media screen and (min-width: 769px), print {
	.information_contents .box li a .time {
		float: left;
	}
	.information_contents .box li a .title {
		margin-left: 8em;
	}
	.information_contents .box li a[href]:hover .title {
		text-decoration: underline;
	}
}
@media screen and (max-width: 768px) {
	.information_contents {
		padding: 30px 0 60px;
	}
	.information_contents .box {
		padding: 5px 20px;
	}
	.information_contents .box li a {
		padding: 10px 0;
	}

	.information_contents .more {
		margin-top: 25px;
	}
}



/* howto_contents
============================================================================================================ */
.howto_contents {
	padding: 60px 0 15px;
}
.howto_contents::after {
	background-color: #f7f7f7;
}
.howto_contents li {
	position: relative;
	margin-bottom: 70px;
}
.howto_contents li::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 5;
}
.howto_contents li.howto01::before {
	background-image: url(../images/howto_bg01.png);
}
.howto_contents li.howto02::before {
	background-image: url(../images/howto_bg02.png);
}
.howto_contents li a {
	position: relative;
	display: block;
	text-decoration: none;
	background-color: rgba(255,255,255,.1);
	color: #fff;
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.3;
	font-weight: bold;
}
.howto_contents li a::before {
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.howto_contents li.howto01 a::before {
	background-image: url(../images/howto_img01.jpg);
}
.howto_contents li.howto02 a::before {
	background-image: url(../images/howto_img02.jpg);
}
.howto_contents li a span {
	display: block;
}
.howto_contents li a .box {
	position: relative;
	border: 10px solid #fff;
	z-index: 3;
}
.howto_contents .more {
	position: relative;
	z-index: 3;
}
.howto_contents .more a {
	margin-left: auto;
}
@media screen and (min-width: 769px), print {
	.howto_contents {
		padding-left: 20px;
		padding-right: 20px;
	}
	.howto_contents ul {
		max-width: 1400px;
		margin: auto;
	}
	.howto_contents li.howto01::before {
		top: -80px;
		right: 0;
		bottom: -70px;
		width: 520px;
	}
	.howto_contents li.howto02::before {
		top: -70px;
		left: -52px;
		bottom: -80px;
		width: 540px;
	}

	.howto_contents li a {
		padding: 70px 40px;
	}
	.howto_contents li a::before {
		position: absolute;
		top: 0;
		bottom: 0;
		max-width: 800px;
		width: 58%;
	}
	.howto_contents li.howto01 a::before {
		left: 0;
	}
	.howto_contents li.howto02 a::before {
		right: 0;
	}
	.howto_contents li a .box {
		max-width: 640px;
		width: 49%;
		height: 360px;
		padding-top: 40px;
	}
	.howto_contents li.howto01 a .box {
		margin-left: auto;
	}
	.howto_contents li a .how {
		font-size: 2.4rem;
		line-height: 1;
	}
	.howto_contents li a .num {
		margin-bottom: 20px;
		font-size: 11.2rem;
		line-height: 1;
		padding-left: .1em;
		letter-spacing: .1em;
	}

}
@media screen and (max-width: 768px) {
	.howto_contents {
		padding: 30px 0 60px;
	}
	.howto_contents li {
		margin-bottom: 30px;
	}
	.howto_contents li::before {
		bottom: -30px;
		right: -20px;
		left: -20px;
		height: 220px;
		background-repeat: no-repeat;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.howto_contents li.howto01::before {
		 background-position: 100%;
	}
	.howto_contents li.howto02::before {
		 background-position: 0;
	}
	.howto_contents li a {
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.3;
	}
	.howto_contents li a::before {
		display: block;
		height: 220px;
	}
	.howto_contents li a .box {
		padding: 20px 0;
		border-width: 5px;
	}
	.howto_contents li a .how {
		font-size: 1.4rem;
		line-height: 1;
	}
	.howto_contents li a .num {
		margin-bottom: 5px;
		font-size: 6rem;
		line-height: 1;
		padding-left: .1em;
		letter-spacing: .1em;
	}
}





/* movie_contents
============================================================================================================ */
.movie_contents {
	padding: 60px 0 100px;
}
.movie_contents .box .logo {
	padding: 20px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.movie_contents {
		padding: 30px 0 50px;
	}
	.movie_contents .box iframe {
		height: 280px;
	}
	.movie_contents .box .logo {
		padding: 15px;
	}
	.movie_contents .box .logo img {
		width: 220px;
	}

}


