@charset "UTF-8";
/*----------------------------------------------------
	style_index.css
	トップページのスタイル
----------------------------------------------------*/

/*----------------------------------------------------
	SP　(599px以下)
----------------------------------------------------*/

/* メインイメージ */
#mainimagePC { display: none; }
#mainimageSP {
	width: calc(100% - 60px) !important;
	margin: 0 auto 30px auto;
}

/* About us */
#aboutus {
	width: 100%;
	margin: 0 0 60px 0;
	background-image: url(../images/index/bg_tree_sp.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
#aboutus .box { padding: 0 30px; }
#aboutus .txt {
	width: 100%;
	margin: 0 0 60px 0;
}
#aboutus .txt dt {
	padding: 50px 0 30px 0;
	font-size: 2.2rem;
	line-height: 1.8;
}
#aboutus .txt dt span {
	margin: 0 0 10px 0;
	font-size: 1.4rem;
	color: #707070;
	display: block;
}
#aboutus .txt dd {
	font-size: 1.6rem;
	line-height: 2.0;
	color: #707070;
}
#aboutus .txt dd p { margin: 0 0 40px 0; }
#aboutus .txt dd .bt_confirm {
	width: 180px;
	margin: 0 auto;
}

#aboutus .photo {
	width: 100%;
	margin: 0 0 80px 0;
}

/* ページ内リンクボタン */
#aboutus .pagenav li {
	width: calc((100% - 20px) / 2);
	margin: 0 20px 20px 0;
	float: left;
}
#aboutus .pagenav li:nth-of-type(2n) { margin: 0 0 20px 0; }


/* Photolist */
#photolist {
	width: 100%;
	margin: 0 0 80px 0;
}
#photolist li { 
	width: 50%;
	float: left;
}


/* News */
#newsarea {
	width: 100%;
	margin: 0 0 80px 0;
	background: #fcf9f0;
	position: relative;
	z-index: 50;
}
#newsarea::after {
	content: "";
	width: 120px;
	height: 146px;
	background-image: url(../images/index/bg_tree03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -60px;
  right: 30px;
  z-index: 500;
}
#newsarea .txt {
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 50px 0 20px 0;
}
#newsarea .txt h2 {
	margin: 0 0 20px 0;
	font-size: 2.2rem;
}
#newsarea .txt h2 span {
	margin: 0 0 0 50px;
	font-size: 1.2rem;
}
#newsarea .txt ul li {
	width: 100%;
	margin: 0 0 20px 0;
}
#newsarea .txt ul li .day {
	width: 140px;
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: top;
}
#newsarea .txt ul li .cat {
	width: 140px;
	font-size: 1.4rem;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	}
#newsarea .txt ul li .cat span {
	width: 100%;
	background: #109853;
	text-align: center;
	color: #fff;
	border-radius: 12px;
	display: block;
}
#newsarea .txt ul li .com {
	padding: 10px 0;
	font-size: 1.6rem;
	display: block;
}
#newsarea .txt ul li .com a {
	color: #106298;
	text-decoration: underline;
	}
#newsarea .photo { width: 100%; }


/*----------------------------------------------------
	Tablet　(600px 〜 )
----------------------------------------------------*/
@media screen and (min-width: 600px) {
	/* メインイメージ */
	#mainimagePC {
		width: calc(100% - 60px);
		margin: 0 auto 100px auto;
		display: block;
	}
	#mainimageSP { display: none; }
	
	/* About us */
	#aboutus {
		width: 100%;
		margin: 0 0 60px 0;
		background-image: url(../images/index/bg_tree_sp.png);
		background-position: center top;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#aboutus .box { padding: 0 30px; }
	#aboutus .intro {
		width: 100%;
		display: flex;
		flex-flow: row-reverse;
	}
	#aboutus .txt {
		width: 60%;
		margin: 0 0 60px 0;
		padding: 0 0 0 40px;
	}
	#aboutus .txt dt { padding: 30px 0; }
	
	#aboutus .photo { width: 40%; }
	
	/* ページ内リンクボタン */
	#aboutus .pagenav li { width: calc((100% - 40px) / 3); }
	#aboutus .pagenav li:nth-of-type(2n) { margin: 0 20px 20px 0; }
	#aboutus .pagenav li:nth-of-type(3n) { margin: 0 0 20px 0; }
	
	/* Photolist */
	#photolist { width: 100%; }
	#photolist li { width: 25%; }
}

/*----------------------------------------------------
	※#newsareaは850pxからレイアウト変更
----------------------------------------------------*/
@media screen and (min-width: 850px) {
	/* News */
	#newsarea {
		width: 100%;
		background-image: url(../images/index/img_news.png);
		background-position: calc(60% + 30px) center;
		background-size: cover;
		background-repeat: no-repeat;
		margin: 0 0 120px 0;
		position: inherit;
		z-index: inherit;
	}
	#newsarea::after { content: none; }
	#newsarea .inner { width: 100%; }
	#newsarea .txt {
		width: 60%;
		margin: 0;
		padding: 50px 60px 20px 30px;
		background: #fcf9f0;
	}
	#newsarea .photo { display: none; }
}


/*----------------------------------------------------
	PC　(1200px 〜 )
----------------------------------------------------*/
@media screen and (min-width: 1200px) {
	/* メインイメージ */
	#mainimagePC { width: calc(100% - 170px); }
	
	/* About us */
	#aboutus {
		width: 1200px;
		margin: 0 auto 60px auto;
	}
	#aboutus .box { padding: 0; }
	
	/* News */
	#newsarea {
		background-position: calc(50% + 400px) center;
		background-size: contain;
	}
	#newsarea .inner {
		 width: 1200px;
		 margin: 0 auto;
	}
	#newsarea .txt {
		width: 850px;
		margin: 0;
		padding: 50px 0 20px 0;
		background: transparent;
	}
}


/*----------------------------------------------------
	slider-pro
----------------------------------------------------*/
/*!
*  - v1.6.0
* Homepage: http://bqworks.net/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.net/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
	position: relative;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.sp-slides-container { position: relative; }
.sp-mask {
	position: relative;
	overflow: hidden;
}
.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
.sp-slide { position: absolute; }
.sp-image-container { overflow: hidden; }
.sp-image {
	position: relative;
	display: block;
	border: none;
}
.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}