@charset "utf-8";

@import url("clear.css");
@import url("set_common.css");

body{
	color: #666;
	font-size: 1.4rem;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.open_nv{
	overflow: hidden;
}

/*　ふんわり表示　*/
.fade-in {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 600ms;
    }
 
.scroll-in {
    opacity : 1;
    transform : translate(0, 0);
}


@media only screen and (min-width: 1040px) {
	
	body{
		font-size: 1.6rem;
	}
	
}


/*---------------------------------------------------------------
    Commonレイアウト
---------------------------------------------------------------*/
#container{
	padding-top: 50px;
}

@media only screen and (min-width: 1040px) {

	#container{
		padding-top: 0;
	}

}


/*---------------------------------------------------------------
    共通パーツ
---------------------------------------------------------------*/

/* みだし　*/
.title_h_01{
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 2.0rem;
	color: #40220F;
	font-weight: bold;
	text-align: center;
}

.title_h_01::before{
	content: "";
	background: url("../img/icon_circle.png") no-repeat center;
	background-size: 25px;
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto;
}

.title_h_02{
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 1.6rem;
	color: #40220F;
	font-weight: bold;
	position: relative;
	padding-left: 23px;
}

.title_h_02::before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #40220F;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 0.4em;
}

.title_h_02::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #FFF;
	position: absolute;
	left: 0.3em;
	top: 0.65em;
}

.title_h_03{
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 2.8rem;
	color: #FFF;
	font-weight: bold;
	position: relative;
	padding-left: 40px;
	box-sizing: border-box;
}

.title_h_03::before{
	content: "";
	width: 40px;
	height: 40px;
	background: url("../img/icon_circle_w.svg") no-repeat center;
	background-size: 40px 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.1em;
}

.title_h_04{
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 1.8rem;
	color: #40220F;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}

.title_h_04::before{
	content: "■";
	color: #007F40;
}


/*　スライドリンク　※スマホ非表示　*/
.link_move div,
.link_move02 div{
	display: none;
}



@media only screen and (min-width: 1040px) {
	
	.title_h_01{
		font-size: 2.4rem;
		text-align: left;
		position: relative;
		padding: 0 0 0 40px;
	}

	.title_h_01::before{
		background-size: 30px;
		width: 30px;
		height: 30px;
		margin: 0;
		position: absolute;
		left: 0;
		top: 0.2em;
	}
	
	.title_h_02{
		font-size: 2.0rem;
		padding-left: 26px;
	}
	
	.title_h_02::before{
		width: 20px;
		height: 20px;
		top: 0.3em;
	}

	.title_h_02::after{
		left: 0.4em;
	}
	
	.title_h_03{
		font-size: 5.6rem;
		padding-left: 90px;
	}

	.title_h_03::before{
		width: 85px;
		height: 85px;
		background-size: 85px 85px;
		left: -0.1em;
		top: 0;
	}
	
	
/*　スライドリンク　※PCのみ　*/
	.link_move{
	}
	
	.link_move02{
	}
	
	.link_move div{
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(0,0,0,0.80);
		-webkit-transition: .2s all;
  	-o-transition: .2s all;
  	transition: .2s all;
	}
	
	.link_move02 div{
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(0,0,0,0.80);
		-webkit-transition: .2s all;
  	-o-transition: .2s all;
  	transition: .2s all;
	}
	
	.link_move span,
	.link_move02 span{
		text-align: center;
		display: block;
		color: #FFF;
		border: 1px solid #FFF;
		font-size: 1.4rem;
		padding: 15px 30px;
	}
	
	.link_move:hover div,
	.link_move02:hover div{
		top: 0;
	}
	
}

	/* IE余白対策　*/
@media all and (-ms-high-contrast:none){
	
	.title_h_01::before{
		top: 0;
	}
	
	.title_h_02::before{
		top: 0.1em;
	}
		
	.title_h_02::after{
		top: 0.4em;
	}
	
	.title_h_03::before{
		top: -0.12em;
	}

	
	
}

@media all and (-ms-high-contrast:none) and (min-width: 1040px) {
		
	.title_h_02::before{
		top: 0.1em;
	}
		
	.title_h_02::after{
		top: 0.45em;
	}
	 
	.title_h_03::before{
		top: -0.15em;
	}
	
}



/*---------------------------------------------------------------
    ヘッダー
---------------------------------------------------------------*/

header{
	/*position: relative;*/
	width: 100%;
	height: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: fixed;
	z-index: 110;
	background: #FFF;
}

h1#logo{
	width: 150px;
	padding: 12px 0 0 10px;
}

h1#logo img{
	width: 150px;
}

header .inner{
	width: 100%;
}
	
/*メニュー部分*/
nav{
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	/*background: rgba(255,255,255,0.80);*/
	left: 0;
	-webkit-box-shadow:0px 0px 6px 3px #cccccc inset;
	        box-shadow:0px 0px 6px 3px #cccccc inset;
	height: 100vh;
	overflow: auto;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	z-index: 100;
}

header nav ul{
	display: block;
	margin: 0 auto;
	width: 100%;
	/*height: 100%;*/
	padding: 50px 0 0 0;
	background: #007F40;
}

header nav::-webkit-scrollbar { width: 0 !important }

header nav ul li{
	margin: 0 auto;
	border-bottom: 1px solid #CCC;
}

header nav ul li:last-child{
	border: none;
}

header nav ul li a{
	font-size: 1.7rem;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #007F40;
	color: #FFF !important;
}

header nav ul li:last-of-type{
	/*padding: 0 0 130px 0;*/
	padding: 0 0 30px 0;
}

header nav ul li a:hover{
	opacity: 0.7;
}
		
/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	z-index: 200;
	right: 10px;
	top: 5px;
	border: 1px solid #007F40;
	border-radius: 5px;
}

#nav_toggle div {
	position: relative;
	width: 24px;
	height: 20px;
	top: 9px;
	left: 50%;
	margin-left: -12px;
}

#nav_toggle span{
	display: block;
	height: 2px;
	background: #007F40;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}

#nav_toggle span:nth-child(1){
	top:0px;
}

#nav_toggle span:nth-child(2){
	top:9px;
}

#nav_toggle span:nth-child(3){
	top:18px;
}
	
/*開閉ボタンopen時*/
.open #nav_toggle span{
	background: #FFF;
}

.open #nav_toggle span:nth-child(1) {
	top: 9px;
  -webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	    transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav_toggle span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	    transform: rotate(-135deg);
}

.open nav{
	background: rgba(255,255,255,0.80);
}

header nav ul li a span{
	padding-left: calc(55% + 1.5em) !important;
	width: 55% !important;
	text-align: left;
	position: relative;
}

header nav ul li a span::before{
	content: "";
	width: 16px;
	height: 18.5px;
	background: url("../img/icon_sp_gnavi.svg") no-repeat center;
	display: block;
	position: absolute;
	left: 55%;
	top: 0.1em;
}



@media only screen and (min-width: 1040px) {
	
	header{
		height: 100px;
		position: inherit;
	}

	h1#logo{
		width: 300px;
		height: 52px;
		padding: 24px 0 0 32px;
	}
	
	header#page h1#logo{
		padding: 24px 0 0 10px;
	}
	
	h1#logo img{
		width: 300px;
	}

	header .inner{
		display: inherit;
		width: 1040px;
		margin: 0 auto;
	}
	
/*メニュー部分*/
	nav{
		width: 330px;
		height: 100px;
		display: block !important;
		-webkit-box-shadow: none;
		        box-shadow: none;
		padding: 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		overflow: inherit;
		top: 0;
		left: 50%;
		margin-left: 190px;
	}

	header nav ul{
		width: 100%;
		margin: 0;
		padding: 0;
		background: #FFF;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	header nav ul li{
		margin: 0;
		border-bottom: none;
		position: relative;
	}
	
	header nav ul li:last-of-type{
		padding: 0;
	}
	
	header nav ul li:last-of-type::after{
		content: none;
	}
	
	header nav ul li:nth-child(5),
	header nav ul li:nth-child(6){
		display: none;
	}

	header nav ul li a{
		font-size: 100%;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		height: 100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
	   	  -ms-flex-align: center;
	  				align-items: center;
		-webkit-box-pack: center;
	    	-ms-flex-pack: center;
	       	  justify-content: center;
		position: relative;
		background: #FFF;
		color: #333 !important;
	}
	
	header nav ul li a:hover{
		color: #007F40;
		opacity: 1;
	}

	header nav ul li a::after {
  	content: '';
  	display: inline-block;
		position: absolute;
		bottom: 0;
  	left: 50%;
		background-color: #007F40;
  	-webkit-transition: .3s all;
  	-o-transition: .3s all;
  	transition: .3s all;
		-webkit-transform: translateX(-50%);
	  	  -ms-transform: translateX(-50%);
	    	    transform: translateX(-50%);
  	width: 0;
		height: 5px;
	}

	header nav ul li a:hover::after {
  	width: 100%;
	}
	
	header nav ul li a span{
		padding-left: 0 !important;
		width: 100% !important;
		text-align: center;
	}

	header nav ul li a span::before{
		display: none;
	}
	
		
/*開閉ボタン*/
	#nav_toggle{
		display: none;
	}
	
}



/*---------------------------------------------------------------
    footer_navi（PCのみ）
---------------------------------------------------------------*/
#footer_navi.mode_pc{
	display: none;
}

@media only screen and (min-width: 1040px) {
		
	#footer_navi{
	}
	
	#footer_navi.mode_pc{
		display: block;
	}

	#footer_navi > div{
		width: 1040px;
		margin: 0 auto;
		padding: 50px 0 45px 0;
		display: flex;
		justify-content: space-between;
	}

	#f_add{
		width: 500px;
	}

	#footer_navi dl{
		margin-top: 30px;
	}

	#footer_navi dl dt{
		color: #333333;
		font-weight: bold;
		border-bottom: 1px solid #CCC;
		padding: 0 0 14px 0;
	}

	#footer_navi dl dd:first-of-type{
		margin-top: 15px;
	}

	#footer_navi dl dd{
		font-size: 1.4rem;
	}
	
	
	#footer_navi #f_nav{
		width: 500px;
	}
	
	#footer_navi #f_nav > div{
		display: flex;
		padding-bottom: 50px;
	}
	
	#footer_navi #f_nav ul + ul{
		margin-left: 40px;
	}
	
	#footer_navi a{
		transition: opacity 0.3s;
	}
	
	#footer_navi a:hover{
		opacity: 0.7;
	}
	
	#footer_navi a.f_nav_title{
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	#footer_navi a.list_link{
		position: relative;
		font-size: 1.2rem;
		padding: 0 0 0 1em;
		margin-left: 5px;
	}
	
	#footer_navi a.list_link::after{
		content: "";
		display: block;
		border-style: solid;
		border-width: 4.5px 0 4.5px 8px;
		border-color: transparent transparent transparent #007f40;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -4.5px;
	}
  
  #footer_navi #f_nav ul:nth-of-type(4) li:nth-child(2),
  #footer_navi #f_nav ul:nth-of-type(4) li:nth-child(3){
    pointer-events: none;
  }
	
	
}




/*---------------------------------------------------------------
    footer
---------------------------------------------------------------*/
footer{
	background: #333333;
	color: #FFF;
	text-align: center;
}

footer #copy{
	font-size: 1.1rem;
	line-height: 35px;
}


@media only screen and (min-width: 1040px) {
		
	footer{
	}

	footer #copy{
		font-size: 1.2rem;
		line-height: 50px;
	}

	
	
}



/*---------------------------------------------------------------
    アンカー
---------------------------------------------------------------*/
#anchor{
	position: fixed;
	right: 10px;
	bottom: 15px;
	display: none;
	z-index: 100;
}

#anchor a{
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	background: #007F40;
	border-radius: 20px;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
	padding: 18px 0 0 0;
	box-sizing: border-box;
	transition: opacity 0.3s;
	font-family: "Yu Mincho", "YuMincho", serif;
}

#anchor a:hover{
	opacity: 0.7;
}

#anchor a::before{
	content: "";
	width: 9px;
	height: 13px;
	display: block;
	background: url("../img/icon_tree.svg") no-repeat center;
	background-size: 8px 13px;
	position: absolute;
	left: 50%;
	top: 5px;
	margin-left: -4.5px;
}


@media only screen and (min-width: 1040px) {
	
	#anchor{
		right: 20px;
		bottom: 20px;
	}

	#anchor a{
		width: 60px;
		height: 60px;
		border-radius: 30px;
		font-size: 1.7rem;
		padding: 25px 0 0 0;
	}

	#anchor a::before{
		width: 14px;
		height: 20px;
		background-size: 14px 20px;
		top: 8px;
		margin-left: -7px;
	}

}


/*---------------------------------------------------------------
    PAGEレイアウト
---------------------------------------------------------------*/
#pan{
	background: rgba(96,76,63,0.60);
	color: #FFF;
	width: 100%;
}

#pan ul{
	display: flex;
	line-height: 30px;
	padding: 0 15px;
	overflow: hidden;
}

#pan a{
	color: #FFF;
	text-decoration: underline;
}

#pan a:hover{
	text-decoration: none;
}

#pan li + li::before{
	content: "＜";
	padding: 0 6px 0 5px;
}

#container.page h1{
	height: 100px;
	background-size:cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

#container h1 span{
	
}

/* PAGE内リンク
---------------------------------------------------------*/
#container.page aside{
	
}

#container.page aside ul{
	display: flex;
	flex-wrap: wrap;
}

#container.page aside ul li{
	width: 50%;
	box-sizing: border-box;
	border-left: 1px solid #007F40;
}

#container.page aside ul li:nth-child(n+3){
	border-top: 1px solid #007F40;
}

#container.page aside ul li:nth-child(odd){
	border-left: none;
}

/* BUTTON　利用*/
#container.page aside ul li button{
	width: 100%;
	height: 50px;
	background: rgba(0,127,64,0.30);
	color: #007F40;
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	padding: 0;
	cursor: pointer;
}

#container.page aside ul li button span{
	position: relative;
	padding-left: 13px;
}

#container.page aside ul li button span::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10.4px;
	border-color: transparent transparent transparent #007f40;
	position: absolute;
	left: 0;
	top: 0.3em;
}

#container.page aside ul li button:hover,
#container.page aside ul li.is-active button{
	color: #FFF;
	background: rgba(0,127,64,1.00);
}

#container.page aside ul li button:hover span::before,
#container.page aside ul li.is-active button span::before{
	border-color: transparent transparent transparent #FFF;
}

/*　aタグ 　*/
#container.page aside ul li a,
#container.page aside ul li.is-active{
	width: 100%;
	height: 50px;
	background: rgba(0,127,64,0.30);
	color: #007F40;
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	padding: 0;
	cursor: pointer;
}

#container.page aside ul li.is-active{
	width: 50%;
}

#container.page aside ul li span{
	position: relative;
	padding-left: 13px;
}

#container.page aside ul li span::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10.4px;
	border-color: transparent transparent transparent #007f40;
	position: absolute;
	left: 0;
	top: 0.3em;
}

#container.page aside ul li a:hover,
#container.page aside ul li.is-active{
	color: #FFF;
	background: rgba(0,127,64,1.00);
}

#container.page aside ul li a:hover span::before,
#container.page aside ul li.is-active span::before{
	border-color: transparent transparent transparent #FFF;
}

/* コンテンツリンク
------------------------------------------------------------*/
.contents_link{
	background: #EFEFEF;
	padding: 25px 15px 15px 15px;
}

.contents_link li + li{
	margin-top: 10px;
}

.contents_link a{
	background: #007F40;
	border-radius: 5px;
	display: block;
	line-height: 40px;
	color: #FFF;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
	transition: opacity 0.3s;
}

.contentst_link a:hover{
	opacity: 0.7;
}

.contents_link a span{
	position: relative;
	padding-left: 30px;
}

.contents_link a span::before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 0.1em;
}

.contents_link a span::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #007f40;
	position: absolute;
	left: 0.4em;
	top: 0.4em;
}



@media only screen and (min-width: 750px) {
	
/* コンテンツリンク 
----------------------------------------------------*/
	.contents_link{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 25px 15px;
	}
	
	.contents_link li{
		width: 365px;
	}

	.contents_link li + li{
		margin-top: 0;
		margin-left: 20px;
	}
	
	
}


@media only screen and (min-width: 1040px) {

	#pan ul{
		padding: 0;
		width: 1040px;
		margin: 0 auto;
		font-size: 1.2rem;
	}

	#container.page h1{
		height: 200px;
		justify-content: flex-start;
	}

	#container h1 span{
		width: 1040px;
		margin: 0 auto;
	}
	

/* PAGE内リンク
------------------------------------------------*/
	#container.page aside{
		width: 230px;
		margin-top: 55px;
	}

	#container.page aside ul{
		display: inline;
	}

	#container.page aside ul li{
		width: 100%;
		border-left: none;
	}
	
	#container.page aside ul li + li{
		margin-top: 25px;
	}

	#container.page aside ul li:nth-child(n+3){
		border-top: none;
	}

/* BUTTON　利用*/
	#container.page aside ul li button{
		height: auto;
		background: none;
		color: #40220F;
		font-size: 1.8rem;
		display: block;
		text-align: left;
	}

	#container.page aside ul li button:hover,
	#container.page aside ul li.is-active button{
		color: rgba(0,127,64,1.00);
		background: none;
	}

	#container.page aside ul li button:hover span::before,
	#container.page aside ul li.is-active button span::before{
		border-color: transparent transparent transparent rgba(0,127,64,1.00);
	}
	
/*　aタグ 　*/
	#container.page aside ul li a,
	#container.page aside ul li.is-active{
		height: auto;
		width: 100%;
		background: none;
		color: #40220F;
		font-size: 1.8rem;
		display: block;
		text-align: left;
	}

	#container.page aside ul li a:hover,
	#container.page aside ul li.is-active{
		color: rgba(0,127,64,1.00);
		background: none;
	}

	#container.page aside ul li a:hover span::before,
	#container.page aside ul li.is-active span::before{
		border-color: transparent transparent transparent rgba(0,127,64,1.00);
	}
	
	
	#container.page aside + div{
		width: 760px;
	}


/* コンテンツリンク 
----------------------------------------------------*/
	.contents_link{
		padding: 0;
		height: 150px;
	}
	
	.contents_link li{
		width: 500px;
	}

	.contents_link li + li{
		margin-left: 40px;
	}

	.contents_link a{
		line-height: 50px;
		font-size: 2rem;
		transition: all 0.2s;
		border: 1px solid #007F40;
		box-sizing: border-box;
	}

	.contents_link a:hover{
		background: #FFF;
		color: #007F40;
	}

	.contents_link a:hover span::before{
		background: #007F40;
	}

	.contents_link a:hover span::after{
		border-color: transparent transparent transparent #FFF;
	}

}