@charset "utf-8";

/* ==================================================
 - index
================================================== */

/* ----------------------------------------
 - pankuzu
---------------------------------------- */
#pankuzu span,
#pankuzu span a {
	color: #fff;
}

/* ----------------------------------------
 - #MainVisual
---------------------------------------- */
#MainVisual{
	background: url(../images/fun1/main_pc.jpg) center center no-repeat;
	height: 500px;
	background-size: cover;
}
@media screen and (max-width: 768px) {
#MainVisual{
	background: url(../images/fun1/main_sp.jpg) center center no-repeat;
	height: 260px;
	background-size: cover;
}
}

/* ----------------------------------------
 - #Contents
---------------------------------------- */
#Contents {
	padding: 0 0 80px;
}
#Contents .wrapper {
	margin: 0 auto 3em;
	width: 735px;
}

@media screen and (max-width: 768px) {
#Contents {
	padding: 0 0 3em;
}
#Contents .wrapper {
	margin: 0 auto;
	width: 92%;
}
}

/* ----------------------------------------
 - leadBox
---------------------------------------- */
#Contents .leadBox{
	margin: 100px 0;
	width: 100%;
}
@media screen and (max-width: 768px) {
#Contents .leadBox{
	margin: 0 auto;
	padding: 3em 0;
	width: 82%;
}
}

/* ----------------------------------------
 - section
---------------------------------------- */
#Contents h2 {
	color: #c7536f;
	margin-bottom: 35px;
	width: 157px;
}
#Contents h2 span {
	border-top: dotted 1px #c7536f;
	display: block;
	color: #c7536f;
	width: 100%;
}
#Contents h2 span > span {
	border-top: none;
	display: inline;
	font-size: 14px;
}
#Contents h2 + p.sub {
	font-size: 36px;
}
#Contents section {
	margin-bottom: 70px;
}
#Contents section p.img {
	border-radius: 3px;
	margin-bottom: 70px;
	overflow: hidden;
}
#Contents section p.img {
	border-radius: 3px;
}
#Contents section p.txt {
	line-height: 50px;
}
#Contents section p.txt span.first {
	font-size: 32px;
}

@media screen and (max-width: 768px) {
#Contents h2 {
	font-size: 12px;
	margin: 0 auto 1em 0;
	width: 9em;
}
#Contents h2 > span > span{
	font-size: 11px;
}
#Contents h2 + p.sub {
	font-size: 18px;
	text-align: left;
}
#Contents section {
	margin-bottom: 3em;
}
#Contents section p.img {
	margin-bottom: 3em;
}
#Contents section p.txt {
	line-height: 2.5em;
}
}




/* ----------------------------------------
 - boxPresent
---------------------------------------- */
.boxPresent {
	text-align: center;
	margin-bottom: 184px;
}
@media screen and (max-width: 768px) {
.boxPresent {
	margin-bottom: 0;
}
}
