@charset "utf-8";


/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

/* h2 */
h2{
	background: url(images/title-bg.jpg) no-repeat center;
	background-size: cover;
}
/* read */
#read{
	clear: both;
	padding: 70px 0;
	overflow: hidden;
}
#read dl{
	float: left;
	width: 550px;
	text-align: left;
	line-height: 2;
}
#read dl dt{
	color: #41b041;
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 15px;
}
#read figure img{
	border-radius: 10px;
}
/* cando */
#cando{
	clear: both;
	padding: 60px 0;
	background: #fff;
	border-top: 1px solid #E0DCDA;
	border-bottom: 1px solid #E0DCDA;
	overflow: hidden;
}
#cando h3{
	color: #41b041;
	font-size: 20px;
	letter-spacing: .1em;
	margin-bottom: 20px;
}
#cando article{
	display: inline-block;
	width: 300px;
	text-align: left;
	margin-right: 30px;
	vertical-align: top;
}
#cando article:last-child{
	margin-right: 0;
}
#cando article h4{
	color: #41b041;
	font-size: 17px;
	text-align: center;
	white-space: nowrap;
	padding: 20px 0;
}
/* message */
#message{
	clear: both;
	padding: 70px 0 30px;
	overflow: hidden;
}
#message h3{
	display: inline-block;
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
	padding: 10px 30px 15px;
	background: #41B041;
	border-radius: 10px;
	position: relative;
}
#message h3 strong{
	display: block;
	font-size: 30px;
	letter-spacing: .05em;
}
#message h3:after{
	position: absolute;
	left: 40px;
	bottom: -15px;
	content: "";
	border: 15px solid transparent;
	border-right-color: #41B041;
	border-left-width: 0;
	width: 0;
}
#message article{
	clear: both;
	padding: 60px 0;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px dashed #554035;
}
#message article:last-of-type{ border-bottom: none;}
#message article div{
	float: left;
	width: 540px;
	text-align: left;
	margin-right: 40px;
}
#message article:nth-of-type(odd) div{
	float: right;
	margin-right: 0;
	margin-left: 40px;
}
#message article div h4{
	overflow: hidden;
	margin-bottom: 20px;
}
#message article div h4 em{
	box-sizing: border-box;
	display: inline-block;
	width: 76px;
	height: 76px;
	font-size: 14px;
	text-align: center;
	padding: 12px 8px 0;
	background: #F3ED57;
	border-radius: 76px;
	vertical-align: middle;
	margin-right: 30px;
}
#message article div h4 em span{
	display: block;
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid #554035;
	font-size: 12px;
}
#message article div h4 strong{
	display: inline-block;
	color: #41b041;
	font-size: 28px;
	font-weight: bold;
	vertical-align: middle;
}
#message article div h4 strong small{
	font-size: 16px;
}
#message article div h4 strong small:before{
	content: "／";
	padding: 0 5px;
}
#message article div dt{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
#message article figure{
	width: 380px;
	float: left;
	padding: 9px;
	background: #fff;
	border: 1px solid #E0DCDA;
	overflow: hidden;
	border-radius: 10px;
}
#message article.df{
	text-align: center;
}
.df img{
	width: 360px;
	height:auto;
}
/* family */
#family{
	clear: both;
	padding: 70px 0 20px;
	background: #fff;
	border-top: 1px solid #E0DCDA;
	border-bottom: 1px solid #E0DCDA;
	overflow: hidden;
}
#family h3{
	color: #41B041;
	font-size: 28px;
	letter-spacing: .1em;
	margin-bottom: 50px;
}
#family h3:before{
	display: inline-block;
	content: "";
	width: 22px;
	height: 44px;
	background: url(images/kakko1.png) no-repeat;
	vertical-align: middle;
	margin-right: 30px;
}
#family h3:after{
	display: inline-block;
	content: "";
	width: 22px;
	height: 44px;
	background: url(images/kakko2.png) no-repeat;
	vertical-align: middle;
	margin-left: 30px;
}
#family article{
	float: left;
	width: 460px;
	text-align: left;
	margin-bottom: 50px;
}
#family article:nth-child(2n){
	margin-right: 40px;
}
#family article figure{
	float: left;
	margin-right: 20px;
}
#family article dt{
	color: #41B041;
	font-size: 18px;
	margin-bottom: 3px;
}
#family article dd{
	overflow: hidden;
}
/* intro */
#intro{
	clear: both;
	width: 860px;
	padding: 70px 0;
	margin: 0 auto;
}
#intro h3{
	color: #41b041;
	font-size: 20px;
	letter-spacing: .1em;
	margin-bottom: 30px;
}
#intro ul li{
	background: #fff;
}
#intro ul li figure{
	display: inline-block;
	vertical-align: middle;
}
#intro ul li dl{
	display: inline-block;
	width: 430px;
	padding: 0 35px;
	vertical-align: middle;
}
#intro ul li dl dt{
	font-size: 24px;
	margin-bottom: 15px;
}
#intro ul li dl dd{
	line-height: 2;
	text-align: left;
}
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
	background: #fff;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../common/images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -50px;
  background: url('../common/images/icon-left.png') no-repeat center;
	background-size: 14px auto;
}
.bx-wrapper .bx-next {
  right:  -50px;
  background: url('../common/images/icon-right.png') no-repeat center;
	background-size: 14px auto;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	/* read */
	#read{
		padding: 30px 5%;
	}
	#read dl{
		float: none;
		width: auto;
		text-align: left;
		line-height: 2;
		margin-bottom: 20px;
	}
	#read dl dt{
		font-size: 20px;
	}
	/* cando */
	#cando{
		padding: 30px 5% 10px;
	}
	#cando article{
		display: block;
		width: auto;
		text-align: center;
		margin-right: 0;
		margin-bottom: 30px;
		vertical-align: top;
	}
	#cando article h4{
		color: #41b041;
		font-size: 17px;
		text-align: center;
		white-space: nowrap;
		padding: 10px 0;
	}
	#cando article p{
		text-align: left;
	}
	/* message */
	#message{
		clear: both;
		padding: 30px 5% 10px;
		overflow: hidden;
	}
	#message article{
		padding: 30px 0;
	}
	#message article div{
		float: none;
		width: auto;
		text-align: left;
		margin-right: 0;
	}
	#message article:nth-of-type(odd) div{
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
	#message article div h4{
		overflow: hidden;
		margin-bottom: 10px;
	}
	#message article div h4 em{
		box-sizing: border-box;
		display: inline-block;
		width: 60px;
		height: 60px;
		font-size: 12px;
		text-align: center;
		padding: 8px 4px 0;
		background: #F3ED57;
		border-radius: 60px;
		vertical-align: middle;
		margin-right: 10px;
	}
	#message article div h4 em span{
		display: block;
		margin-top: 3px;
		padding-top: 3px;
		border-top: 1px solid #554035;
		font-size: 10px;
	}
	#message article div h4 strong{
		display: inline-block;
		color: #41b041;
		font-size: 20px;
		font-weight: bold;
		vertical-align: middle;
	}
	#message article div h4 strong small{
		font-size: 14px;
	}
	#message article div dt{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#message article div dd{
		margin-bottom: 15px;
	}
	#message article figure{
		width: auto;
		float: none;
		padding: 6px;
	}
	/* family */
	#family{
		clear: both;
		padding: 30px 5% 20px;
		background: #fff;
		border-top: 1px solid #E0DCDA;
		border-bottom: 1px solid #E0DCDA;
		overflow: hidden;
	}
	#family h3{
		color: #41B041;
		font-size: 20px;
		letter-spacing: 0;
		padding: 0 10%;
		margin-bottom: 30px;
		position: relative;
	}
	#family h3:before{
		position: absolute;
		left: 0;
		bottom: 0;
		display: inline-block;
		content: "";
		width: 15px;
		height: 30px;
		background: url(images/kakko1.png) no-repeat;
		background-size: 15px auto;
		vertical-align: middle;
		margin-right: 10px;
	}
	#family h3:after{
		position: absolute;
		right: 0;
		bottom: 0;
		display: inline-block;
		content: "";
		width: 15px;
		height: 30px;
		background: url(images/kakko2.png) no-repeat;
		background-size: 15px auto;
		vertical-align: middle;
		margin-left: 10px;
	}
	#family article{
		float: none;
		width: auto;
		text-align: left;
		margin-bottom: 20px;
	}
	#family article:nth-child(2n){
		margin-right: 0;
	}
	#family article figure{
		float: left;
		width: 30%;
		margin-right: 20px;
	}
	#family article figure img{
		width: 100%;
		height: auto;
	}
	#family article dt{
		color: #41B041;
		font-size: 18px;
		margin-bottom: 3px;
	}
	/* intro */
	#intro{
		clear: both;
		width: auto;
		padding: 30px 15%;
		margin: 0 auto;
	}
	#intro h3{
		color: #41b041;
		font-size: 20px;
		letter-spacing: .1em;
		margin-bottom: 15px;
	}
	#intro ul li figure{
		display: block;
		vertical-align: middle;
	}
	#intro ul li figure img{
		width: 100%;
		height: auto;
	}
	#intro ul li dl{
		display: block;
		width: auto;
		padding: 10px 5%;
		vertical-align: middle;
	}
	#intro ul li dl dt{
		font-size: 18px;
		margin-bottom: 10px;
	}
	#intro ul li dl dd{
		line-height: 1.4;
		text-align: left;
	}
}










