@charset "UTF-8";
/* css About [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
#maincontainer {
	background: url(../../images/bg_softwind_004.png) 0 0 repeat-y;
	background-size: 100% auto;
}

/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_about article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_about article .photobox,
.waku_about article .photobox2 {
	padding: 0;
	margin: 0;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_about article .detail,
.waku_about article .detail2 {
	padding: 0;
	margin: 0;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
.waku_about article .photobox figure,
.waku_about article .photobox2 figure {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.waku_about article .photobox figure img,
.waku_about article .photobox2 figure img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== P ==*/
.waku_about article .detail .txt_about,
.waku_about article .detail2 .txt_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
}
.waku_about article .detail .txt_about p,
.waku_about article .detail2 .txt_about p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	line-height: 1.6;
}

/*== a:links ==*/
.waku_about article .photobox figure a,
.waku_about article .photobox2 figure a {
	text-decoration: none;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_about article .photobox figure a:hover,
.waku_about article .photobox2 figure a:hover {
	background-color: rgba(0, 0, 0, .5);
}
.waku_about article .photobox figure a:before,
.waku_about article .photobox2 figure a:before {
	content: "\f00e";
	font: 24px/44px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 10px;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 20%); 
	transform: translate(-50%, 20%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_about article .photobox figure a:hover:before,
.waku_about article .photobox2 figure a:hover:before {
	color: rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}
.waku_about article .photobox figure:hover img,
.waku_about article .photobox2 figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
/*== heading [左寄せ] ==*/
.waku_about article .detail .heading,
.waku_about article .detail2 .heading {
	padding: 0;
	margin: 0;
	height: auto;
	position: relative;
}
.waku_about article .detail .heading:after,
.waku_about article .detail2 .heading:after {
	content: '';
	position: absolute;
	border-bottom: 10px dotted #d6d6d6;
	width: 50px;
	bottom: 0;
	left: 0;
}
.waku_about article .detail .heading p,
.waku_about article .detail2 .heading p {
	padding: 0;
	margin: 0;
	color: #008e66;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	line-height: 1.0;
	display: inline-block;
}
.waku_about article .detail .heading h3,
.waku_about article .detail2 .heading h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-family: 'Noto Serif JP', serif;
	font-weight: 800;
	text-align: left;
	text-decoration: none;
	line-height: 1.0;
	display: inline-block;
}

/*---------------------------------------------------- */
/* Gallery */
/*---------------------------------------------------- */
/*== Waku ==*/
.galleryArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_gallery {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_gallery .gallerybox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
.waku_gallery .gallerybox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_gallery .gallerybox article .detail {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== img ==*/
.waku_gallery .gallerybox article figure {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.waku_gallery .gallerybox article figure img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== a:links ==*/
.waku_gallery .gallerybox article figure a {
	text-decoration: none;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_gallery .gallerybox article figure a:hover {
	background-color: rgba(0, 0, 0, .5);
}
.waku_gallery .gallerybox article figure a:before {
	content: "\f00e";
	font: 24px/44px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 10px;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 20%); 
	transform: translate(-50%, 20%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_gallery .gallerybox article figure a:hover:before {
	color: rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}
.waku_gallery .gallerybox article figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	width: 98%;
}
.waku_about article {
	width: 100%;
	overflow: hidden;
}
.waku_about article .photobox {
	margin-right: 5%;
	margin-bottom: 15px;
	width: 40%;
	float: left;
}
.waku_about article .detail {
	margin-top: 35px;
	/*width: 55%;
	float: right;*/
}
.waku_about article .photobox2 {
	margin-left: 5%;
	margin-bottom: 15px;
	width: 40%;
	float: right;
}
.waku_about article .detail2 {
	margin-top: 35px;
	/*width: 55%;
	float: left;*/
}

/*== img ==*/
.waku_about article .photobox figure,
.waku_about article .photobox2 figure {
	height: 280px;
}

/*== P ==*/
.waku_about article .detail .txt_about,
.waku_about article .detail2 .txt_about {
	width: 98%;
}
.waku_about article .detail .txt_about p,
.waku_about article .detail2 .txt_about p {
	font-size: 18px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
/*== heading [左寄せ] ==*/
.waku_about article .detail .heading,
.waku_about article .detail2 .heading {
	padding-bottom: 0.7em;
	margin-bottom: 25px;
}
.waku_about article .detail .heading:after {
	content: '';
	position: absolute;
	border-bottom-width: 10px;
	width: 50px;
	left: 45%;
}
.waku_about article .detail2 .heading:after {
	content: '';
	position: absolute;
	border-bottom-width: 10px;
	width: 50px;
	left: 0;
}
.waku_about article .detail .heading p,
.waku_about article .detail2 .heading p {
	margin-right: 12px;
	font-size: 20px;
}
.waku_about article .detail .heading h3,
.waku_about article .detail2 .heading h3 {
	font-size: 28px;
}

/*---------------------------------------------------- */
/* Gallery */
/*---------------------------------------------------- */
/*== Waku ==*/
.galleryArea {
	width: 100%;
}
.waku_gallery {
	padding-bottom: 15px;
	width: 98%;
}
.waku_gallery .gallerybox {
	padding-bottom: 30px;
	margin: 0 1.5%;
	width: 21.7%;
}
.waku_gallery .gallerybox article {
	width: 100%;
}

/*== iframe ==*/
.waku_gallery .gallerybox article figure {
	width: 100%;
	height: 200px;
}



}


/* Tablet */
@media only screen and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	width: 96%;
}
.waku_about article {
	width: 100%;
	overflow: hidden;
}
.waku_about article .photobox {
	margin-right: 5%;
	margin-bottom: 12px;
	width: 40%;
	float: left;
}
.waku_about article .detail {
	margin-top: 20px;
	/*width: 55%;
	float: right;*/
}
.waku_about article .photobox2 {
	margin-left: 5%;
	margin-bottom: 12px;
	width: 40%;
	float: right;
}
.waku_about article .detail2 {
	margin-top: 20px;
	/*width: 55%;
	float: left;*/
}

/*== img ==*/
.waku_about article .photobox figure,
.waku_about article .photobox2 figure {
	height: 240px;
}

/*== P ==*/
.waku_about article .detail .txt_about,
.waku_about article .detail2 .txt_about {
	width: 98%;
}
.waku_about article .detail .txt_about p,
.waku_about article .detail2 .txt_about p {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
/*== heading [左寄せ] ==*/
.waku_about article .detail .heading,
.waku_about article .detail2 .heading {
	padding-bottom: 0.6em;
	margin-bottom: 20px;
}
.waku_about article .detail .heading:after {
	content: '';
	position: absolute;
	border-bottom-width: 8px;
	width: 40px;
	left: 45%;
}
.waku_about article .detail2 .heading:after {
	content: '';
	position: absolute;
	border-bottom-width: 8px;
	width: 40px;
	left: 0;
}
.waku_about article .detail .heading p,
.waku_about article .detail2 .heading p {
	margin-right: 10px;
	font-size: 16px;
}
.waku_about article .detail .heading h3,
.waku_about article .detail2 .heading h3 {
	font-size: 24px;
}

/*---------------------------------------------------- */
/* Gallery */
/*---------------------------------------------------- */
/*== Waku ==*/
.galleryArea {
	width: 100%;
}
.waku_gallery {
	padding-bottom: 10px;
	width: 96%;
}
.waku_gallery .gallerybox {
	padding-bottom: 25px;
	margin: 0 1.0%;
	width: 30.7%;
}
.waku_gallery .gallerybox article {
	width: 100%;
}

/*== iframe ==*/
.waku_gallery .gallerybox article figure {
	width: 100%;
	height: 180px;
}


	@media only screen and (max-width: 750px) and (min-width: 600px) {
		/*---------------------------------------------------- */
		/* About */
		/*---------------------------------------------------- */
		/*== Waku ==*/
		.waku_about article {
			width: 98%;
		}
		.waku_about article .photobox, 
		.waku_about article .photobox2 {
			padding-bottom: 15px;
			width: 100%;
			display: block;
		}
		.waku_about article .detail,
		.waku_about article .detail2 {
			width: 100%;
			display: block;
		}
		
		/*== img ==*/
		.waku_about article .photobox figure,
		.waku_about article .photobox2 figure {
			height: 240px;
		}
		
		/*---------------------------------------------------- */
		/* h3 */
		/*---------------------------------------------------- */
		/*== heading [左寄せ] ==*/
		.waku_about article .detail .heading,
		.waku_about article .detail2 .heading {
			padding-bottom: 0.6em;
			margin-bottom: 20px;
		}
		.waku_about article .detail .heading:after {
			content: '';
			position: absolute;
			border-bottom-width: 8px;
			width: 40px;
			left: 0;
		}
		.waku_about article .detail2 .heading:after {
			content: '';
			position: absolute;
			border-bottom-width: 8px;
			width: 40px;
			left: 0;
		}
		.waku_about article .detail .heading p,
		.waku_about article .detail2 .heading p {
			margin-right: 10px;
			font-size: 16px;
		}
		.waku_about article .detail .heading h3,
		.waku_about article .detail2 .heading h3 {
			font-size: 24px;
		}
		
		/*---------------------------------------------------- */
		/* Gallery */
		/*---------------------------------------------------- */
		/*== Waku ==*/
		.galleryArea {
			width: 98%;
		}
		.waku_gallery {
			padding-bottom: 10px;
			width: 96%;
		}
		.waku_gallery .gallerybox {
			padding-bottom: 20px;
			margin: 0 0.8%;
			width: 47.8%;
		}
		.waku_gallery .gallerybox article {
			width: 100%;
		}

		/*== iframe ==*/
		.waku_gallery .gallerybox article figure {
			width: 100%;
			height: 180px;
		}

		
	}

}


/* SP */
@media only screen and (max-width: 599px)  {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	width: 96%;
}
.waku_about article {
	width: 96%;
}
.waku_about article .photobox, 
.waku_about article .photobox2 {
	padding-bottom: 15px;
	width: 100%;
	display: block;
}
.waku_about article .detail,
.waku_about article .detail2 {
	width: 100%;
	display: block;
}

/*== img ==*/
.waku_about article .photobox figure,
.waku_about article .photobox2 figure {
	height: 200px;
}

/*== P ==*/
.waku_about article .detail .txt_about,
.waku_about article .detail2 .txt_about {
	width: 98%;
}
.waku_about article .detail .txt_about p,
.waku_about article .detail2 .txt_about p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
/*== heading [左寄せ] ==*/
.waku_about article .detail .heading,
.waku_about article .detail2 .heading {
	padding-bottom: 0.5em;
	margin-bottom: 15px;
}
.waku_about article .detail .heading:after,
.waku_about article .detail2 .heading:after {
	content: '';
	position: absolute;
	border-bottom-width: 6px;
	width: 30px;
	left: 0;
}
.waku_about article .detail .heading p,
.waku_about article .detail2 .heading p {
	margin-right: 8px;
	font-size: 14px;
}
.waku_about article .detail .heading h3,
.waku_about article .detail2 .heading h3 {
	font-size: 20px;
}

/*---------------------------------------------------- */
/* Gallery */
/*---------------------------------------------------- */
/*== Waku ==*/
.galleryArea {
	width: 98%;
}
.waku_gallery {
	padding-bottom: 10px;
	width: 94%;
}
.waku_gallery .gallerybox {
	padding-bottom: 15px;
	margin: 0 0.7%;
	width: 47.8%;
}
.waku_gallery .gallerybox article {
	width: 100%;
}

/*== iframe ==*/
.waku_gallery .gallerybox article figure {
	width: 100%;
	height: 160px;
}


}