@charset "utf-8";

html, body{
	background: #fff none;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
	color: #000;
	letter-spacing: 0;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px){
	html,body{
		font-size: 13px;
	}
}

a.tdu:hover{
	text-decoration: none;
}

.sprite{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.font01{
	font-family: 'Source Sans Pro', sans-serif;
}

@media screen and (max-width: 767px){
	.sprite-n{
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.dn-n{
		display: none;
	}

}

@media screen and (min-width: 768px){
	.sprite-w{
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}

	.effect-fade-on-hover{
		-webkit-transition: opacity 0.15s ease;
		transition: opacity 0.15s ease;
	}

	.effect-fade-on-hover:hover{
		opacity: 0.6;
	}

	.effect-tdu-on-hover:hover{
		text-decoration: underline;
	}
	.dn-w{
		display: none;
	}
}

/* ---------------------------------------------------------------- wrapper ---- */

#wrapper{
	position: relative;
	width: 100%;
	min-width: 1024px;
	overflow: hidden;
}

/* PC専用クラス */
@media screen and (min-width: 768px) {
	.wrapper {
		margin: 0 auto;
		display: block;
	}

	.wrapper-text-s { width: 580px; }
	.wrapper-text { width: 700px; }
	.wrapper-medium { width: 840px; }
	.wrapper-default { width: 980px; }
	.wrapper-full { width: 100%; }

	.bc {
	    position: relative;
	}
	.bc__list {
	    float: right;
	    margin: 10px 0;
	}
	.bc__item {
	    float: left;
	    color: #80a037;
	    font-size: 11px;
	}
	.bc__item:after {
	    content: ">";
	    margin: 0 5px;
	}
	.bc__item:last-child:after {
	    content: none;
	}
	.bc__link{
		text-decoration: underline;
	}
	.bc__link--current{
		text-decoration: none;
	}

}

@media screen and (max-width: 767px){
	#wrapper{
		min-width: 100%;
	}

	/* SP専用クラス */
	.wrapper-full-sp { 
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
}

/* ---------------------------------------------------------------- header ---- */
#header{
	background: #fff;
	height: 80px;
}
.header-inner{
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}
.logo{
	width: 184px;
	float: left;
	margin: 16px 0 0 0;
}
.gnav{
	float: right;
	height: 30px;
	margin: 26px 0 0 0;
	font-size: 0;
	text-align: right;
}
.gnav__item{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 0.08em;
	position: relative;
}
.gnav__item::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: transparent url(../img/header/bg_border.png) no-repeat left top;
}
.gnav__item:last-child::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: transparent url(../img/header/bg_border.png) no-repeat left top;
}
.gnav__item a{
	padding: 0 20px;
	display: block;
	color: #80a037;
}
.gnav__item a.gnav__link--external{
	padding-right: 40px;
	background: transparent url(../img/ico_external.png) no-repeat right 20px center;
	-webkit-background-size: 13px;
	background-size: 13px;
}
@media screen and (max-width: 767px){
	#header{
		height: 65px;
		overflow: visible;
	}
	.header-inner{
		overflow: visible;
		width: 100%;
		position: relative;
	}
	.logo{
		width: 195px;
		margin: 8px 0 0 15px;
	}
	.gnav{
		float: none;
		height: auto;
		margin: 0;
		text-align: center;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		padding-top: 65px;
		background: #bed48a;
		z-index: 2;
		display: none;
	}
	.gnav__item{
		display: block;
		height: 64px;
		line-height: 64px;
		font-size: 20px;
		letter-spacing: 0.08em;
		position: relative;
	}
	.gnav__item::before{
		top: 0;
		width: 100%;
		height: 1px;
		background: transparent url(../img/header/n/bg_border.png) no-repeat top center;
		-webkit-background-size: auto 1px;
		background-size: auto 1px;
	}
	.gnav__item:last-child::after{
		display: none;
	}
	.gnav__item--last::after{
		content: "";
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: transparent url(../img/header/n/bg_border.png) no-repeat top center;
		-webkit-background-size: auto 1px;
		background-size: auto 1px;
	}
	.gnav__item a{
		width: 200px;
		margin: 0 auto;
		padding: 0;
		color: #fff;
	}
	.gnav__item a.gnav__link--external{
		position: static;
		background: none;
		padding-right: 0;
	}
	.gnav__item a.gnav__link--external::after{
		content: "";
		width: 12.5px;
		height: 12.5px;
		display: inline-block;
		background: transparent url(../img/n/ico_external.png) no-repeat left center;
		-webkit-background-size: 12.5px;
		background-size: 12.5px;
		margin-left: 6px;
	}
	.gnav-btn{
		display: block;
		width: 65px;
		height: 65px;
		position: absolute;
		top: 0;
		right: 0;
		background: transparent url(../img/header/n/btn_menu.png) no-repeat left top;
		z-index: 3;
		-webkit-background-size: 100%;
		background-size: 100%;
		-webkit-transition: background 0.25s ease;
		transition: background 0.25s ease;
	}
	.gnav-btn.active{
		background: transparent url(../img/header/n/btn_close.png) no-repeat left top;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.gnav__item--tel a{
		display: block;
		margin: 30px auto 35px;
		width: 280px;
	}
}

/* ---------------------------------------------------------------- footer ---- */
#footer{
	border-top: 1px solid #a9cf52;
}
.footer01{
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}
.footer-blog{
	width: 50%;
	padding-right: 40px;
	border-right: 1px solid #a9cf52;
	box-sizing: border-box;
	float: left;
	padding-top: 50px;
}
.blog-list{
	margin-top: 5px;
}
.blog-list__item{
	padding: 20px 0;
	border-bottom: 1px solid #a9cf52;
}
.blog-list__item:last-child{
	border-bottom: none;
}
.blog-list__date,
.blog-list__title,
.blog-list__content{
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog-list__title{
	color: #80a037;
	font-weight: bold;
}
.blog-btn{
	margin: 20px auto 45px;
	display: block;
	width: 300px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #bed48a url(../img/ico_arrow.png) no-repeat right 18px center;
	-webkit-background-size: 8px 18px;
	background-size: 8px 18px;
	font-size: 17px;
	letter-spacing: 0.16em;
}
.footer-contact{
	box-sizing: border-box;
    padding: 70px 0 100px 0;
    text-align: center;
    width: 720px;
    margin: 0 auto;
}
.footer-contact__tel a{
	color: #80a037;
	font-size: 50px;
	letter-spacing: 0.06em;
	display: inline-block;
	/*padding-left: 50px;
	background: transparent url(../img/footer/ico_freedial.png) no-repeat left center;
	-webkit-background-size: 43px 35px;
	background-size: 43px 35px;*/
}
.contact-btn{
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	letter-spacing: 0.08em;
	color: #fff;
	background: #adadad url(../img/ico_arrow.png) no-repeat right 18px center;
	-webkit-background-size: 8px 18px;
	background-size: 8px 18px;
	position: relative;
	text-indent: 20px;
}
.contact-btn::after{
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 30px;
	width: 24px;
	height: 16px;
	background: transparent url(../img/footer/ico_mail.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.footer02{
	border-top: 1px solid #a9cf52;
	margin-bottom: 70px;
}
.footer02-inner{
	/*width: 720px;*/
	margin: 0 auto;
	padding: 55px 0 0 0;
}
.footer03{
	border-top: 1px solid #a9cf52;
	padding: 80px 0;
	text-align: center;
}
.footer03 .footer03-link{
	display: inline-block;
	margin: 0 10px;
	height: 120px;
}
.footer03 .footer03-link img{
	height: 100%;
}
.footer-table{
	float: left;
	border-collapse: collapse;
}
.footer-table th,
.footer-table td{
	vertical-align: top;
	position: relative;
	padding: 17px 0;
	line-height: 23px;
}
.footer-table th::after{
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 10px;
	background: #80a037;
	top: 26px;
	left: 0;
}
.footer-table th{
	padding-left: 18px;
	color: #80a037;
	font-weight: bold;
}
.footer-table01{width: 290px;}
.footer-table01 th{
	width: 100px;
}
.footer-table02 th{
	width: 100px;
}
.footer-nav{
	border-top: 1px solid #a9cf52;
	height: 70px;
	border-bottom: 1px solid #a9cf52;
}
.footer-nav-inner{
	margin: 0 auto;
	width: 980px;
}
.footer-nav-inner .gnav{
	margin-top: 20px;
	float: left;
}
.footer-pagetop{
	width: 100px;
	height: 70px;
	background: #bed48a url(../img/footer/ico_pagetop.png) no-repeat center center;
	-webkit-background-size: 23px 12px;
	background-size: 23px 12px;
	float: right;
}
.footer-copy{
	text-align: center;
	font-size: 11px;
	padding: 25px 0;
}
.footer-copy a{
	display: inline-block;
	margin-left: 15px;
}
@media screen and (max-width: 767px){
	#footer{
		border-top: 2px solid #a9cf52;
	}
	.footer01{
		width: 100%;
	}
	.footer-blog{
		width: 100%;
		padding: 40px 20px 50px;
		border-right: none;
		box-sizing: border-box;
		float: none;
	}
	.blog-list{
		margin-top: 0;
	}
	.blog-list__item{
		padding: 20px 0;
	}
	.blog-btn{
		margin: 20px auto 0;
		display: block;
		width: 230px;
		background: #bed48a url(../img/ico_arrow.png) no-repeat right 10px center;
		-webkit-background-size: 10px 20px;
		background-size: 10px 20px;
		font-size: 13px;
	}
	.footer-contact{
		border-top: 2px solid #a9cf52;
		width: 100%;
		padding: 40px 20px 50px;
		box-sizing: border-box;
		float: none;
	}
	.footer-contact__tel a{
		font-size: 40px;
		letter-spacing: 0;
		display: inline-block;
		padding-left: 40px;
		-webkit-background-size: 34px 28px;
		background-size: 34px 28px;
	}
	.contact-btn{
		width: 230px;
		font-size: 13px;
		background: #adadad url(../img/ico_arrow.png) no-repeat right 10px center;
		-webkit-background-size: 10px 20px;
		background-size: 10px 20px;
		position: relative;
		text-indent: 10px;
	}
	.contact-btn::after{
		content: "";
		display: block;
		position: absolute;
		top: 17px;
		left: 15px;
		width: 20px;
		height: 12px;
		background: transparent url(../img/footer/ico_mail.png) no-repeat left top;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.footer02{
		border-top: 2px solid #a9cf52;
		margin-bottom: 35px;
	}
	.footer02-inner{
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 45px 15px 0;
	}
	.footer03{
		border-top: 2px solid #a9cf52;
		padding: 40px 20px;
	}
	.footer03 .footer03-link{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 20px;
	}
	.footer03 .footer03-link:last-child{
		margin: 0;
	}
	.footer03 .footer03-link img{
		width: 100%;
		height: auto;
	}
	.footer-table{
		float: none;
	}
	.footer-table th,
	.footer-table td{
		padding: 12.5px 0;
		line-height: 25px;
	}
	.footer-table th::after{
		content: "";
		display: block;
		position: absolute;
		height: 1px;
		width: 10px;
		background: #80a037;
		top: 23px;
		left: 0;
	}
	.footer-table th{
		padding-left: 18px;
		color: #80a037;
		font-weight: bold;
	}
	.footer-table01{width: 290px;}
	.footer-table01 th{
		width: 95px;
	}
	.footer-table02 th{
		width: 75px;
	}

	.footer-nav{
		border: none;
		height: 50px;
	}
	.footer-nav-inner{
		margin: 0 auto;
		width: 100%;
	}
	.footer-pagetop{
		width: 100%;
		height: 50px;
		background: #bed48a url(../img/footer/ico_pagetop.png) no-repeat center center;
		-webkit-background-size: 33px 20px;
		background-size: 33px 20px;
		float: right;
	}
	.footer-copy{
		padding: 20px 0;
	}
	.footer-copy span{
		display: block;
	}
	.footer-copy a{
		margin: 15px 0 0 0;
	}
}



/* ---------------------------------------------------------------- parts ---- */

.h01{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 35px;
	letter-spacing: 0.256em;
	color: #80a037;
	font-weight: 200;
	text-align: center;
	line-height: 55px;
	position: relative;
}
.h01::after{
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background: #bbb;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
}

.h01--japanese {
	font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 26px;
	line-height: 50px;
	letter-spacing: 0.300em;
}

.default-text {
	font-size: 14px;
	line-height: 30px;
}

/* 下層ページタイトル */
.page-title-wrapper {
	background: #faf8ec 50% 50% no-repeat;
	background-image: url('../img/pages/bg_01.png');
	background-size: contain;
	border-top: 1px solid #a9cf52;
}
.page-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 35px;
	letter-spacing: 0.02em;
	color: #80a037;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	height: 100%;
	width: 100%;
	background: transparent url('../img/pages/bg_02.png') 50% 50% no-repeat;
	background-size: 144px 84px;
	padding-top: 90px;
	padding-bottom: 85px;
}

@media screen and (max-width: 767px){
	.h01{
		/*font-family: 'Source Sans Pro', sans-serif;
		font-size: 35px;
		letter-spacing: 0.256em;
		color: #80a037;
		font-weight: 200;
		text-align: center;*/
		line-height: 50px;
		/*position: relative;*/
	}
	.h01::after{
		/*content: "";
		display: block;*/
		width: 25px;
		/*height: 4px;
		background: #bbb;
		position: absolute;
		left: 50%;
		bottom: 0;*/
		margin-left: -12.5px;
	}

	.h01--japanese {
		font-size: 25px;
		line-height: 45px;
	}

	.default-text {
		font-size: 13px;
		line-height: 25px;
	}

	.default-img-sp {
		margin: 0 auto;
		max-width: auto;
		width: 100%;
	}

	/* 下層ページタイトル */
	.page-title-wrapper {
		background-image: url('../img/pages/bg_01sp.png');
		background-size: cover;
	}
	.page-title {
		background-size: 145px 85px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}