@charset "utf-8";

/* full ph caption */
	.ph {
		position: relative;
		z-index: 0;
	}
	.ph img {
		width: 100%;
	}
	.ph span {
		position: absolute;
		bottom: 5px;
		right: 7px;
		font-size: 10px;
		line-height: 15px;
		text-align: right;
		color: #fff;
		z-index: 1;
	}

	#mainVisual {
		position: relative;
		height: 380px;
		background: url(../imgs/img-main.jpg) no-repeat center top;
		background-size: cover;
	}
	#mainVisual h2 {
		position: absolute;
		top: 200px;
		left: 0;
		width: 100%;
		text-align: center;

		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.hdrFixed #mainVisual h2 {
		top: 0;
		left: 0;
	}

	h4.titleA {
		margin-bottom: 0;
		line-height: 1.6;
		text-align: left;
	}

	.h {
		padding: 10px;
		background: #ad9752;
		text-align: center;
	}
	.httl {
		margin-bottom: 15px;
	}

/* .section.num1 */
	.section.num1 {
		padding-bottom: 120px;
		text-align: center;
	}
	.lead {
		text-align: center;
		font-size: 16px;
		line-height: 2;
	}
@media only screen and (max-width: 900px) {
}

/* .section.num2 */
	.section.num2 {
		padding-top: 80px;
		padding-bottom: 80px;
		background: url(../imgs/bg-sec-01.png) repeat left top;
	}
@media only screen and (max-width: 900px) {
}

/* .section.num3 */
	.section.num3 {
		padding-top: 80px;
		padding-bottom: 80px;
		background: url(../imgs/bg-sec-02.png) repeat left top;
	}
@media only screen and (max-width: 900px) {
}

/* .section.num4 */
	.section.num4 {
		padding-top: 80px;
		padding-bottom: 80px;
		background: url(../imgs/bg-sec-01.png) repeat left top;
	}
@media only screen and (max-width: 900px) {
}

/* .section.num5 */
	.section.num5 {
		padding-top: 80px;
		padding-bottom: 80px;
		background: url(../imgs/bg-sec-02.png) repeat left top;
	}
@media only screen and (max-width: 900px) {
}

/* .section.num6 */
	.section.num6 {
		padding-top: 100px;
		font-size: 12px;
		text-align: center;
	}
	.section.num6 .wrap {
		max-width: 581px;
	}
	.section.num6 .wrap .btn {
		position: absolute;
		top: 115px;
		right: 0;
	}
@media only screen and (max-width: 640px) {
	.section.num6 .wrap .btn {
		position: static;
		margin-top: 20px;
		text-align: center;
	}
}

	.phList {
		overflow: hidden;
	}
	.phList li {
		display: inline-block;
		width: 33.33%;
	}
	.phList li img {
		vertical-align: top;
	}
@media only screen and (max-width: 640px) {
	.phList {
		margin-top: -20px;
	}
	.phList li {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.phList li img {
		width: 100%;
	}
	.phList li p img {
		width: auto;
	}
}

	.clearfix.num1 .fl {
		width: 29.2%;
	}
	.clearfix.num1 .fr {
		width: 64.6%;
	}
@media only screen and (max-width: 640px) {
	.clearfix.num1 .fl,
	.clearfix.num1 .fr {
		width: auto;
	}
	.clearfix.num1 .fr {
		margin-top: 60px;
	}
}

	.boxA {
		padding: 60px;
		background: #fff;
	}
	.boxB {
		padding: 25px;
		background: #fff;
		border: solid 1px #d6cba8;
		font-size: 11px;
		line-height: 1.6;
	}
@media only screen and (max-width: 640px) {
	.boxA {
		padding: 30px;
	}
}

	.clmBox {
		overflow: hidden;
	}
	.clmBox > div {
		float: left;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.clmBox.col2 {
		margin-left: -5%;
	}
	.clmBox.col2 > div {
		width: 45%;
		margin-left: 5%;
	}

	.clmBox.col3 {
		margin-top: -30px;
		margin-left: -5%;
	}
	.clmBox.col3 > div {
		width: 28.33%;
		margin-top: 30px;
		margin-left: 5%;
	}

	.clmBox.col6 {
		margin-top: -20px;
		margin-left: -5%;
	}
	.clmBox.col6 > div {
		width: 11.66%;
		margin-top: 20px;
		margin-left: 5%;
	}
@media only screen and (max-width: 900px) {
	.clmBox.icol2 {
		margin-top: -40px;
		margin-left: 0;
	}
	.clmBox.icol2 > div {
		float: none;
		width: auto;
		margin-top: 40px;
		margin-left: 0;
	}

	.clmBox.col3 > div {
		width: 46%;
	}
	.clmBox.col3 > div.clsp {
		clear:left;
	}
}
@media only screen and (max-width: 640px) {
	.clmBox.col2 {
		margin-top: -40px;
		margin-left: 0;
	}
	.clmBox.col2 > div {
		float: none;
		width: auto;
		margin-top: 40px;
		margin-left: 0;
	}

	.clmBox.col3 {
		margin-top: -30px;
		margin-left: 0;
	}
	.clmBox.col3 > div {
		float: none;
		width: auto;
		margin-top: 30px;
		margin-left: 0;
	}

	.clmBox.col6 > div {
		width: 28.33%;
	}
}
@media only screen and (max-width: 480px) {
	.clmBox.col6 > div {
		width: 45%;
	}
}

	.imgBox {
		display: table;
		width: 100%;
	}
	.imgBox .photo,
	.imgBox .txtArea,
	.imgBox .numb {
		display: table-cell;
		vertical-align: middle;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.imgBox.num1 .numb {
		width: 70px;
		padding-right: 30px;
		text-align: left;
	}
@media only screen and (max-width: 480px) {
	.imgBox.num1 .txtArea {
		display: block;
		margin-top: 20px;
	}
	.imgBox.num1 .numb {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}

	.imgBox.num2 {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: solid 1px #898989;
	}

	.imgBox.num2 .txtArea {
		font-size: 11px;
		line-height: 1.8;
	}
	.imgBox.num2 .photo {
		width: 137px;
		padding-right: 20px;
		text-align: left;
	}
@media only screen and (max-width: 480px) {
	.imgBox.num2 .txtArea {
		display: block;
		margin-top: 20px;
	}
	.imgBox.num2 .photo {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}

	.imgBox.num3 .txtArea {
		vertical-align: top;
	}
	.imgBox.num3 .photo {
		width: 520px;
		padding-left: 60px;
		text-align: left;
		vertical-align: top;
	}
@media only screen and (max-width: 900px) {
	.imgBox.num3 .txtArea {
		display: block;
	}
	.imgBox.num3 .photo {
		display: block;
		width: auto;
		margin-top: 40px;
		padding-left: 0;
		text-align: center;
	}
}

	.imgBox.num4 .photo {
		width: 250px;
		padding-right: 75px;
		text-align: left;
	}
@media only screen and (max-width: 900px) {
	.imgBox.num4 .txtArea {
		display: block;
		margin-top: 40px;
	}
	.imgBox.num4 .photo {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}

	.imgBox.num5 .txtArea {
		vertical-align: top;
		letter-spacing: 1px;
	}
	.imgBox.num5 .photo {
		width: 312px;
		padding-left: 30px;
		text-align: left;
		vertical-align: top;
	}
@media only screen and (max-width: 900px) {
	.imgBox.num5 .txtArea {
		display: block;
	}
	.imgBox.num5 .photo {
		display: block;
		width: auto;
		margin-top: 40px;
		padding-left: 0;
		text-align: center;
	}
}
