@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi06 a {
	color: #fac055;
}

#main {
	padding-top: 50px;
}

#main .topP {
	margin-bottom: 17px;
	font-size: 14px;
	text-align: center;
}

#main .headLine01 {
	margin-bottom: 10px;
}

#main h3 {
	margin: 0 auto 33px;
	padding-bottom: 17px;
	width: 480px;
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
}

#main .topBox {
	margin: 0 auto 30px;
	width: 915px
}

#main .topBox .photoBox {
	float: right;
	position: relative;
}

#main .topBox .photoBox .image {
	position: absolute;
	right: 6px;
	bottom: -20px;
}

#main .topBox .textBox {
	float: left;
}

#main .topBox .textBox ul {
	margin-left: -20px;
	position: relative;
}

#main .topBox .textBox .sub01 {
	position: absolute;
	left: 195px;
	top: 0;
}

#main .topBox .textBox .sub02 {
	position: absolute;
	left: 120px;
	top: 200px;
}

#main .textInner {
	margin: 0 auto;
	width: 770px
}

#main .textInner p {
	padding-bottom: 38px;
	font-size: 15px;
	line-height: 1.4;
	text-align: left;
}

#main .section {
	margin: 110px 0 150px;
	background-color: #DA3662;
}

#main .section .imgBoxR {
	margin: 0 auto;
	padding: 0 30px 104px;
	width: 900px;
}

#main .section .imgBoxR .photoBox {
	float: right;
}

#main .section .imgBoxR .textBox {
	padding-top: 30px;
	width: 400px;
	float: left;
}

#main .section .imgBoxR .textBox h2 {
	margin-bottom: 20px;
	padding-bottom: 18px;
}

#main .section .imgBoxR .textBox p {
	margin: 0;
	color: #FFF;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}

#main .section .imgBoxL {
	margin: 0 auto;
	padding: 0;
	width: 930px;
}

#main .section .imgBoxL .photoBox {
	padding-top: 8px;
	float: left;
}

#main .section .imgBoxL .textBox {
	width: 430px;
	float: right;
}

#main .section .imgBoxL .textBox h2 {
	margin-bottom: 18px;
}

#main .section .imgBoxL .textBox p {
	margin: 0;
	color: #FFF;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}

#main .section .imgBoxL .textBox .linkP {
	margin-top: 8px;
}

#main .section .imgBoxL .textBox .linkP a {
	color: #FFF;
}

#main .text {
	padding: 30px 0 70px;
	font-size: 15px;
	line-height: 1.85;
	text-align: center;
}

#main .photoUl {
	margin-bottom: 30px;
}
	
#main .photoUl li {
	width: 50%;
	float: left;
}

#main .photoUl li img {
	width: 100%;
}

#main .textArea {
	margin: 0 auto 35px;
	padding: 30px 0;
	width: 750px;
	text-align: center;
	background: url(../img/blank-9/bg01.png) no-repeat center top;
}

#main .textArea .subBox {
	padding-bottom: 50px;
	background: url(../img/blank-9/bg02.png) no-repeat center bottom;
}

#main .textArea p {
	font-size: 14px;
	line-height: 1.8;
}

#main .textArea .title {
	margin-bottom: 3px;
	color:#DC71A8;
	font-size: 16px;
	font-weight: bold;
}

#main .inner {
	background-color: #DA3662;
}

#main .inner .contact {
	margin: 0 auto;
	padding: 30px 0;
	width: 800px;
}

#main .inner .headLine01 {
	margin-bottom: 15px
}

#main .inner .contact p {
	margin-bottom: 60px;
	color: #FFF;
	font-size: 14px;
	line-height: 1.85;
	text-align: center;
}

#main .mailForm dt span {
	background-color: #DA3662;
}

#main .mailForm dd input {
	background-color: #FFF;
}

#main .mailForm dd textarea {
	background-color: #FFF;
}

@media all and (min-width: 0) and (max-width: 767px)  {	
	#main {
		padding-top: 20px;
	}
	
	#main .topP {
		margin-bottom: 12px;
		font-size: 12px;
	}
	
	#main .headLine01 {
		margin-bottom: 10px;
	}
	
	#main h3 {
		margin: 0 auto 33px;
		padding-bottom: 17px;
		width: auto;
	}

	#main h3 img {
		width: 250px;
	}
	
	#main .topBox {
		margin: 0 15px 20px;
		width: auto
	}
	
	#main .topBox .photoBox {
		margin-bottom: 20px;
		float: none;
	}
	
	#main .topBox .photoBox img {
		width: 100%;
	}
	
	#main .topBox .photoBox .image {
		width: 100px;
		right: 6px;
		bottom: -10px;
	}
	
	#main .topBox .textBox {
		float: none;
	}
	
	#main .topBox .textBox ul {
		margin: 0;
	}
	
	#main .topBox .textBox li {
		padding: 0 5px;
		width: 33.3%;
		float: left;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}

	#main .topBox .textBox li img {
		width: 100%;
	}
	
	#main .topBox .textBox .sub01 {
		position: relative;
		left: inherit;
		top: inherit;
	}
	
	#main .topBox .textBox .sub02 {
		position: relative;
		left: inherit;
		top: inherit;
	}
	
	#main .textInner {
		margin: 0 15px;
		width: auto
	}
	
	#main .textInner p {
		padding-bottom: 15px;
		font-size: 12px;
	}

	#main .textInner p:last-child {
		padding-bottom: 0;
	}
	
	#main .section {
		margin: 40px 0 20px;
		background-color: #DA3662;
	}
	
	#main .section .imgBoxR {
		margin: 0;
		padding: 20px 15px;
		width: auto;
	}
	
	#main .section .imgBoxR .photoBox {
		padding: 0 0 20px;
		float: none;
	}
	
	#main .section .imgBoxR .photoBox img {
		width: 100%;
	}
	
	#main .section .imgBoxR .textBox {
		padding: 0;
		width: auto;
		float: none;
	}
	
	#main .section .imgBoxR .textBox h2 {
		margin-bottom: 10px;
	}

	#main .section .imgBoxR .textBox h2 img {
		height: 19px;
	}
	
	#main .section .imgBoxR .textBox p {
		margin: 0;
		color: #FFF;
		font-size: 12px;
		line-height: 1.4;
		text-align: left;
	}
	
	#main .section .imgBoxL {
		margin: 0 auto;
		padding: 0 15px 20px;
		width: auto;
	}
	
	#main .section .imgBoxL .photoBox {
		padding: 0 0 20px;
		float: none;
	}

	#main .section .imgBoxL .photoBox img {
		width: 100%;
	}
	
	#main .section .imgBoxL .textBox {
		width: auto;
		float: none;
	}
	
	#main .section .imgBoxL .textBox h2 {
		margin-bottom: 18px;
	}

	#main .section .imgBoxL .textBox h2 img {
		height: 18px;
	}
	
	#main .section .imgBoxL .textBox p {
		font-size: 12px;
		line-height: 1.4;
		text-align: left;
	}
	
	#main .section .imgBoxL .textBox .linkP {
		margin-top: 8px;
	}
	
	#main .text {
		padding: 0 15px 20px;
		font-size: 12px;
		line-height: 1.5;
	}
	
	#main .h2Ttl img {
		height: 20px;
	}
	
	#main .photoUl {
		margin-bottom: 30px;
	}
		
	#main .photoUl li {
		width: 50%;
		float: left;
	}
	
	#main .photoUl li img {
		width: 100%;
	}
	
	#main .textArea {
		margin: 0;
		padding: 30px 15px;
		width: auto;
		text-align: center;
	}
	
	#main .textArea .subBox {
		padding-bottom: 30px;
	}
	
	#main .textArea p {
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 1.5;
	}
	
	#main .textArea .title {
		margin-bottom: 3px;
		font-size: 14px;
	}
	
	#main .inner .contact {
		margin: 0;
		padding: 20px 0;
		width: auto;
	}
	
	#main .inner .headLine01 {
		margin-bottom: 15px
	}

	#main .inner .headLine01 img {
		height: 16px;
	}
	
	#main .inner .contact p {
		margin: 0 15px 15px;
		font-size: 12px;
		line-height: 1.5;
	}
	

}

