@charset "UTF-8";
/* css About [top] */

@import url("main.css");
@import url("sub_feature.css");

/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Section ==*/
.bg_stone {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background: url("../../images/about/bg_stone.png") right 0 repeat-y;
	position: relative;
}
#aboutArea, #aboutArea2, #aboutArea3, #aboutArea4, #aboutArea5, #aboutArea6, #aboutArea7 {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Waku ==*/
.waku_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_about .about_left,
.waku_about .about_right2 {
	padding: 0;
	margin: 0;
	height: auto;
}
.waku_about .about_right,
.waku_about .about_left2 {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== img ==*/
.waku_about .about_left .photo_about,
.waku_about .about_right2 .photo_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_about .about_left .photo_about img,
.waku_about .about_right2 .photo_about img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== P ==*/
.waku_about .about_right .txt_about,
.waku_about .about_left2 .txt_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_about .about_right .txt_about-b,
.waku_about .about_left2 .txt_about-b {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_about .about_right .txt_about p,
.waku_about .about_left2 .txt_about p,
.waku_about .about_right .txt_about-b p,
.waku_about .about_left2 .txt_about-b p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
}

/*== Button ==*/
.aboutBtn {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.listbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== img ==*/
.waku_list .photo_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_list .photo_list img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Section ==*/
.bg_stone {
	background-position: right -30px;
	background-size: 65%;
	margin-top: -30px;
}
#aboutArea, #aboutArea2, #aboutArea3, #aboutArea4, #aboutArea5, #aboutArea6, #aboutArea7 {
	width: 98%;
}

/*== Waku ==*/
.waku_about {
	width: 98%;
	overflow: hidden;
}
.waku_about .about_left {
	width: 36%;
	float: left;
}
.waku_about .about_right {
	margin-top: 25px;
	width: 60%;
	float: right;
}
.waku_about .about_left2 {
	margin-top: 15px;
	width: 60%;
	float: left;
}
.waku_about .about_right2 {
	width: 36%;
	float: right;
}

/*== img ==*/
.waku_about .about_left .photo_about,
.waku_about .about_right2 .photo_about {
	width: 100%;
}

/*== P ==*/
.waku_about .about_right .txt_about,
.waku_about .about_left2 .txt_about {
	width: 100%;
}
.waku_about .about_right .txt_about-b,
.waku_about .about_left2 .txt_about-b {
	margin-bottom: 40px;
	width: 100%;
}
.waku_about .about_right .txt_about p,
.waku_about .about_left2 .txt_about p,
.waku_about .about_right .txt_about-b p,
.waku_about .about_left2 .txt_about-b p {
	font-size: 20px;
	list-style: 2.1;
}

/*== Button ==*/
.aboutBtn {
	padding-top: 40px;
	width: 85%;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	width: 98%;
}
.listbox {
	padding: 25px 0;
	width: 98%;
}

/*== img ==*/
.waku_list .photo_list {
	width: 98%;
}


}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Section ==*/
.bg_stone {
	background-position: right -25px;
	background-size: 75%;
	margin-top: -30px;
}
#aboutArea, #aboutArea2, #aboutArea3, #aboutArea4, #aboutArea5, #aboutArea6, #aboutArea7 {
	width: 97%;
}

/*== Waku ==*/
.waku_about {
	width: 97%;
	overflow: hidden;
}
.waku_about .about_left {
	width: 42%;
	float: left;
}
.waku_about .about_right {
	margin-top: 15px;
	width: 54%;
	float: right;
}
.waku_about .about_left2 {
	margin-top: 10px;
	width: 54%;
	float: left;
}
.waku_about .about_right2 {
	width: 42%;
	float: right;
}

@media all and (max-width: 720px) and (min-width: 600px) {
	/*== Waku ==*/
	.waku_about {
		width: 97%;
		overflow: hidden;
	}
	.waku_about .about_left,
	.waku_about .about_right2 {
		margin: 0 0 25px 6%;
		width: 88%;
		float: left;
	}
	.waku_about .about_right,
	.waku_about .about_left2 {
		margin: 0 0 0 1%;
		width: 98%;
		float: left;
	}


}

/*== img ==*/
.waku_about .about_left .photo_about,
.waku_about .about_right2 .photo_about {
	width: 100%;
}

/*== P ==*/
.waku_about .about_right .txt_about,
.waku_about .about_left2 .txt_about {
	width: 100%;
}
.waku_about .about_right .txt_about-b,
.waku_about .about_left2 .txt_about-b {
	margin-bottom: 30px;
	width: 100%;
}
.waku_about .about_right .txt_about p,
.waku_about .about_left2 .txt_about p,
.waku_about .about_right .txt_about-b p,
.waku_about .about_left2 .txt_about-b p {
	font-size: 17px;
	list-style: 1.8;
}

/*== Button ==*/
.aboutBtn {
	padding-top: 35px;
	width: 80%;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	width: 97%;
}
.listbox {
	padding: 20px 0;
	width: 97%;
}

/*== img ==*/
.waku_list .photo_list {
	width: 97%;
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Section ==*/
.bg_stone {
	background-position: right -20px;
	background-size: 85%;
	margin-top: -30px;
}
#aboutArea, #aboutArea2, #aboutArea3, #aboutArea4, #aboutArea5, #aboutArea6, #aboutArea7 {
	width: 96%;
}

/*== Waku ==*/
.waku_about {
	width: 96%;
}
.waku_about .about_left,
.waku_about .about_right2 {
	padding-bottom: 18px;
	margin: 0 auto;
	width: 80%;
	display: block;
}
.waku_about .about_right,
.waku_about .about_left2 {
	margin: 0 auto;
	width: 98%;
	display: block;
}

/*== img ==*/
.waku_about .about_left .photo_about,
.waku_about .about_right2 .photo_about {
	width: 100%;
}

/*== P ==*/
.waku_about .about_right .txt_about,
.waku_about .about_left2 .txt_about {
	width: 100%;
}
.waku_about .about_right .txt_about-b,
.waku_about .about_left2 .txt_about-b {
	margin-bottom: 20px;
	width: 100%;
}
.waku_about .about_right .txt_about p,
.waku_about .about_left2 .txt_about p,
.waku_about .about_right .txt_about-b p,
.waku_about .about_left2 .txt_about-b p {
	font-size: 15px;
	list-style: 1.5;
}

/*== Button ==*/
.aboutBtn {
	padding-top: 30px;
	width: 90%;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	width: 96%;
}
.listbox {
	padding: 15px 0;
	width: 96%;
}

/*== img ==*/
.waku_list .photo_list {
	width: 96%;
}



}