@charset "UTF-8";
/* css Office [top] */

@import url("main.css");
@import url("gallery.css");

/*---------------------------------------------------- */
/* 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);
}



/* 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 {
	width: 40%;
	float: left;
}
.waku_about article .detail {
	margin-top: 45px;
	width: 55%;
	float: right;
}
.waku_about article .photobox2 {
	width: 40%;
	float: right;
}
.waku_about article .detail2 {
	margin-top: 45px;
	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;
}



}


/* 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 {
	width: 40%;
	float: left;
}
.waku_about article .detail {
	margin-top: 30px;
	width: 55%;
	float: right;
}
.waku_about article .photobox2 {
	width: 40%;
	float: right;
}
.waku_about article .detail2 {
	margin-top: 30px;
	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;
}

	@media only screen and (max-width: 750px) and (min-width: 600px) {
		/*== 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: 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: 140px;
}

/*== 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;
}



}