@charset "utf-8";
/* CSS Document */

/* ************************************************************************ 
 *	
 *	common
 *	
 * ************************************************************************ */
/* -------------------------body------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 130%;
	color: #777;
	width:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	height:100%;
	position: relative;
	word-wrap: break-word;
}



/* -------------------------font------------------------- */
body,
select,
input,
textarea{
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}


/* -------------------------img------------------------- */
img{
	vertical-align: bottom;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin:-1px 0;
	line-height:0;
}

/* -------------------------link------------------------- */

a{
	color:#116538;
}

@media print, screen and ( min-width : 896px ) {
	a:hover{
		text-decoration: none;
	}
}
.link_block{
	display:block;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button{
	background: #116538;
	position: relative;
	display:block;
	text-decoration: none !important;
	cursor: pointer;
	display:inline-block;
	padding:0.8em 2em 0.8em 2em;
	font-size:100%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.button:before{
	content: "▼";
	display:inline-block;
	margin-right:1em;
	transform: rotate(-90deg);
}
@media only screen and  ( max-width : 896px ) {
	.button{
		font-size:80%;
		display:block;
		padding:0.8em 0em 0.8em 0em;
	}
}

/* -------------------------form------------------------- */
input[type="email"],
input[type="tel"],
input[type="text"],
textarea,
select{
	padding:5px;
	border:1px solid #116538;
	background:#f5f5f5;
	box-sizing:border-box;
	width:100%;
	font-size:16px;
}
select{
	background:#fff;
	padding:0.5em;
	font-size:100%;
	color:#116538;
}
@media print, screen and ( min-width : 896px ) {
	input[type="email"],
	input[type="tel"],
	input[type="text"],
	select{
		width:80%;
	}
	.your-address input[type="text"]{
		width:100% !important;
	}
}
@media only screen and  ( max-width : 896px ) {
	textarea{
		height:6em;
	}
	input[type="email"],
	input[type="tel"],
	input[type="text"],
	textarea{
		padding:0.5em;
	}

}
input[type="submit"] {
	background: #116538;
	position: relative;
	display:block;
	text-decoration: none !important;
	cursor: pointer;
	display:inline-block;
	padding:0.8em 2em 0.8em 2em;
	font-size:100%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:none;
}

@media only screen and  ( max-width : 896px ) {
	input[type="submit"] {
		font-size:130%;
		line-height:160%;
	}
}
input[type='checkbox'] ,
input[type='radio'] {
	display: none;
}
.wpcf7-list-item-label{
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:2em;
	position:relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display:inline-block;
}
.wpcf7-list-item-label::before{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: -10px;
	width: 20px;
	height: 20px;
	background: #f5f5f5;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right:0.5em;
}
input[type='radio']:checked + .wpcf7-list-item-label,
input[type='checkbox']:checked + .wpcf7-list-item-label{
	color: #116538;
}
input[type='radio']:checked + .wpcf7-list-item-label::after,
input[type='checkbox']:checked + .wpcf7-list-item-label::after{
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: -5px;
	width: 8px;
	height: 15px;
	transform: rotate(40deg);
	border-bottom: 3px solid #116538;
	border-right: 3px solid #116538;
}




/* -------------------------br------------------------- */

@media only screen and ( max-width : 896px ) {
	br.pc_br{
		display:none;
	}
}
@media only screen and (min-width: 896px){
	br.sp_br{
		display:none;
	}
}

/* -------------------------スマホ・PCでの表示切り替え------------------------- */
@media only screen and ( max-width : 896px ) {
	.pc_only{
		display:none !important;
	}
}
@media print, screen and ( min-width : 896px ) {
	.sp_only{
		display:none !important;
	}
}
/* -------------------------clearfix------------------------- */
.gallery:after,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height:0;
}
* html .gallery,
* html .clearfix,{ zoom:1; } 
*:first-child+html .clearfix,
*:first-child+html .gallery { zoom:1; }

/* -------------------------animation------------------------- */
@media only screen and  ( min-width : 896px ) {
	input[type="submit"],
	#content a img,
	.fade,
	.button{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 1;
		z-index:1;
	}
	input[type="submit"]:hover,
	#content a img:hover,
	.fade:hover,
	.button:hover{
		opacity: 0.6;
		text-decoration: none !important;
	}
}

/* -------------------youtube-------------------- */
#youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.video-container {
	position: relative;
	width: 100%;
	padding-top: 53.25%;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* -------------------table scroll-------------------- */
table{
	width:100%;
}
@media only screen and  ( max-width : 896px ) {
	.scroll{
		overflow: auto;　
		white-space: nowrap;
	}
	.scroll table th,
	.scroll table td{
		white-space: nowrap;
	}

	.scroll::-webkit-scrollbar{
		 height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
		 background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
		 background: #BCBCBC;
	}
}

/* ************************************************ 
 *	
 *	layout
 *	
 * ************************************************ */

#wrap{
	overflow:hidden;
	padding:40px 0px;
}
#blog_wrap{
	position: relative;

}

/* --------------------2カラムデザイン-------------------- */
@media print, screen and ( min-width : 896px ) {
	#top_content{
		float:left;
	}
	#top_sidebar{
		float:right;
	}
	#content{
		float:right;
	}
	#sidebar{
		float:left;
	}
}
@media print, screen and ( min-width : 1050px ) {
	#top_content{
		width:700px;
	}
	#top_sidebar{
		width:250px;
	}
	#content{
		width:700px;
	}
	#sidebar{
		width:250px;
	}

}
@media only screen and ( max-width : 1500px ) and ( min-width : 896px ) {
	#top_content{
		width:70%;
	}
	#top_sidebar{
		width:25%;
	}
	#content{
		width:70%;
	}
	#sidebar{
		width:25%;
	}
}
@media only screen and ( max-width : 896px ) {
	#top_content,
	#content{
		margin-bottom:40px;
	}
}

/* --------------------inner_block-------------------- */
.inner_block{
	margin:0em auto;
	max-width:1000px;
	position: relative;
}
@media ( max-width : 1030px ) and ( min-width : 896px ) {
	.inner_block{
		width:90%;
	}
}

@media only screen and ( max-width : 896px ) {
	.inner_block{
		width:90%;
	}
	.page_title .inner_block,
	#wrap .inner_block{
		width:100%;
	}
}
/* スマホのときの横のPADDING */


.contents_padding{
	padding:15px 0px;
}
.text_contents_padding{
	padding:15px 15px 15px 100px;
}
@media only screen and ( max-width : 896px ) {
	.contents_padding{
		padding:15px;
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
	}
}
@media print, screen and ( min-width : 896px ) {
	.page_contents .inner_block{
		padding-bottom:100px;
	}
}


/* --------------------section space-------------------- */
.contents_css section{
	margin-bottom:0em;
}

/* ************************************************************************ 
 *	
 *	構造化設定
 *	
 * ************************************************************************ */



/* = hunberger
=============================================== */
@media print, screen and ( min-width : 896px ) {
	/* PCは非表示 */
	#nav-toggle {
		display:none;
	}
}
/* Toggle Button design */
#nav-toggle {
	cursor: pointer;
	cursor: hand;
	width: 45px;
	height: 60px;
	padding-bottom:5px;
	letter-spacing:0em;
	background:#116538;
	color:#fff;
	border-radius:0px 0px 4px 4px ;
	{
	borderTopLeftRadius:0,
	borderTopRightRadius:0,
	borderBottomLeftRadius:4,
	borderBottomRightRadius:4
	}
}

.toggle_text {
	padding:0px 8px 3px 8px;
}

#nav-toggle {
	position: absolute;
	top: 0px;
	right: 0%;
	z-index:5;
}
.sp_head_navi_inner{
	padding:15px 8px 2px 8px;
}
#nav-toggle div {
	position: relative;
	height: 20px;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}
#nav-toggle span:nth-child(1) {
	top: 1px;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 19px;
}
@media only screen and  ( max-width : 896px ) {
	.nav_open #nav-toggle span:nth-child(1) {
		top: 9px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.nav_open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.nav_open #nav-toggle span:nth-child(3) {
		top: 9px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
}


/* = header
=============================================== */
.header_main .inner_block{
	position: relative;
}
.header_main{
	background:#fff;
	overflow:hidden;
	z-index:15;
	position: relative;
}

/* = header_main
=============================================== */
@media print, screen and ( min-width : 896px ) {
	.header_main{
		padding:0px 15px;
	}
	.header_main .inner_block{
		margin-bottom:10px;
		height:95px;
		max-width:1500px;
	}
	.header_main .logo{
		padding-top:37px;
	}
	.head_right{
		position: absolute;
		top: 0;
		right: 0;
	}
	.head_right li{
		float:left;
		margin-left:0.5em;
	}
	.head_right li a{
		background:#116538;
		padding:0.8em 2.5em 0.2em 2.5em;
		font-size:70%;
		color:#fff;
		border-radius:0px 0px 6px 6px ;
		{
		borderTopLeftRadius:0,
		borderTopRightRadius:0,
		borderBottomLeftRadius:6,
		borderBottomRightRadius:6
		}
	}
	.head_tel_menu{
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.head_tel_menu li{
		display:inline-block;
		margin-left:5px;
	}


}
@media ( max-width : 1200px ) and  ( min-width : 896px ) {
	.header_main .logo{
		width:280px;
	}
	.head_tel img{
		width:250px;
	}
	.head_oc img{
		width:191px;
	}
}

@media only screen and  ( max-width : 896px ) {
	.header_main {
		z-index:6;
		height:70px;
		position: fixed;
		top: 0%;
		left: 0%;
		width:100%;

	}
	.header_main .logo{
		width:180px;
		padding-top:20px;
	}
	.header_main .logo img{
		width:100%;
	}
}


/* = header navigation
=============================================== */
#global-nav li{
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
#global-nav{
	font-size:90%;
	position: relative;
}
#nav_block{
	font-weight:bold;
	position: relative;
	font-weight:bold;
}
.child_list{
	width:100%;
}
.child_list li a{
	background: rgba(17,101,56,0.8);
	padding:0.5em;
	display:block;
	color:#fff;
	margin-top:5px;
	font-size:80%;
	font-weight:normal;
}

@media print, screen and ( min-width : 896px ) {
	#global-nav {
		background:#92c07a;
		margin-top:55px;
	}
	#nav_block{
		background:#fff;
	}
	#global-nav li.parent{
		float:left;
		width:12.5%;
		text-align:center;
		position: relative;
	}
	.nav_main{
		display:block;
		line-height:35px;
		background:#92c07a;
		padding-top:20px;
		color:#116538;
		font-weight:bold;
	}
	.mv_open .nav_main{
		background:#116538;
		color:#fff;
	}
	#global-nav li .main_link{
		border-right:2px solid #fff;
	}
	#global-nav li:first-child .main_link{
		border-left:2px solid #fff;
	}

	/* マウスオーバー */
	.child_list{
		position: absolute;
		top: 100%;
		left: 0px;
		height: 0;
		overflow:hidden;
		-webkit-transition: all 1s ease;
		transition: all 1s ease;
		width: calc(100% - 2px);
		z-index:2;
	}
	.mv_open .child_list{
		height: 300px;
	}
	.child_list li:hover{
		background:#116538;
	}
	/* アイコン画像 */
	.nav_icon{
		position: absolute;
		top: -55px;
		left: 0px;
		width:100%;
		height:80px;
		display:block;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.nav_icon_01{
		background:url(images/common/nav_01_off.png) center top no-repeat;
	}
	/* hover */
	.mv_open .nav_icon_01{
		background:url(images/common/nav_01_on.png) center top no-repeat;
	}
	.nav_icon_02{
		background:url(images/common/nav_02_off.png) center top no-repeat;
	}
	/* hover */
	.mv_open .nav_icon_02{
		background:url(images/common/nav_02_on.png) center top no-repeat;
	}
	.nav_icon_03{
		background:url(images/common/nav_03_off.png) center top no-repeat;
	}
	/* hover */
	.mv_open .nav_icon_03{
		background:url(images/common/nav_03_on.png) center top no-repeat;
	}
	.nav_icon_04{
		background:url(images/common/nav_04_off.png) center top no-repeat;
	}
	/* hover */
	.mv_open .nav_icon_04{
		background:url(images/common/nav_04_on.png) center top no-repeat;
	}
	.nav_icon_05{
		background:url(images/common/nav_05_off.png) center top no-repeat;
	}
	/* hover */
	.mv_open .nav_icon_05{
		background:url(images/common/nav_05_on.png) center top no-repeat;
	}
	.nav_icon_06{
		background:url(images/common/nav_06_off.png) center top no-repeat;
	}
	/* hover */
	.mv_open .nav_icon_06{
		background:url(images/common/nav_06_on.png) center top no-repeat;
	}
	.nav_icon_07{
		background:url(images/common/nav_07_off.png) center top no-repeat;
	}
	/* hover */
	.mv_open .nav_icon_07{
		background:url(images/common/nav_07_on.png) center top no-repeat;
	}
	.nav_icon_08{
		background:url(images/common/nav_08_off.png) center top no-repeat;
	}
	/* hover */
	.mv_open .nav_icon_08{
		background:url(images/common/nav_08_on.png) center top no-repeat;
	}
}
@media only screen and  ( max-width : 896px ) {
	#global-nav{
		background:#92c07a;
		-webkit-transition: all .5s;
		transition: all .5s;
		position: fixed;
		top: 70px;
		right: -100%;
		z-index:6;
		height:100vh;
		width:100%;
	}
	.nav_open #global-nav{
		position: fixed;
		right: 0%;
	}
	#global-nav .inner_block{
		max-width:400px;
		width:80%;
		margin:0px auto;
		padding:20px 0px;
	}
	#global-nav li.parent{
		border-bottom:1px solid #fff;
	}
	.nav_main{
		display:block;
		padding:0.5em 0em;
		background:#92c07a;
		color:#116538;
		font-weight:bold;
	}
	/* マウスオーバー */
	.child_list{
		height: 0;
		overflow:hidden;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		width: calc(100% - 2px);
	}
	.child_list li{
		width:48%;
		float:left;
		margin-right:2%;
		margin-bottom:0.1em;
	}
	.child_list li:nth-of-type(2n){
		margin-right:0%;
	}
	.child_list li a{
		line-height:40px;
		padding:0em 6px;
		font-size: 11px;
	}
	.mv_sp_open .child_list{
		height: 100px;
	}
	/* アイコン */
	a.main_link .nav_main:before {
		content: "▼";
		display:inline-block;
		color:#f4e727;
		margin-right:0.5em;
		transform: rotate(-90deg);
	}
	div.main_link .nav_main:before{
		content: "▼";
		display:inline-block;
		color:#f4e727;
		margin-right:0.5em;
	}
	.mv_sp_open div.main_link .nav_main:before{
		transform: rotate(-180deg);
	}
	.mv_sp_open .open_height_1{
		height: 55px;
	}
	.mv_sp_open .open_height_2{
		height: 100px;
	}
	.mv_sp_open .open_height_3{
		height: 145px;
	}

}


/* = footer
=============================================== */
#footer{
	background: #3a9053;
	font-size:90%;

}
@media print, screen and ( min-width : 896px ) {
	#footer .inner_block{
		max-width:880px;
	}
}


#footer .inner_block{
	padding:20px 0px;
}
#footer,
#footer a {
	color:#fff;
}
#footer a {
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}


/* = sitemap
=============================================== */
#footer h3{
	background: #116538;
	padding:5px 10px;
	font-size:90%;
	min-width:100px;
	font-weight:bold;
}
.f_sitemap{
	display:inline-block;
	vertical-align: top;
	margin:0px 20px 20px 0px;
}
.f_sitemap ul{
	padding:5px;
}
.f_sitemap li:before{
	content: ">";
	display: inline-block;
}
.f_sitemap li{
	font-size:80%;
	margin-bottom:0.3em;
}
.foot_address{
	line-height:160%;
	position: relative;
}
@media print, screen and ( min-width : 896px ) {
	.page_top_pc{
		position: absolute;
		bottom: 0px;
		left: 0px
	l}
	.top_contents .page_top_pc{
		display:none;
	}
}

@media only screen and  ( max-width : 896px ) {
	.foot_address{
		font-size:90%;
		line-height:180%;
	}
	.page_top_sp{
		position: absolute;
		top: 0px;
		right: 0px;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
}
.foot_address a{
	color:#a2cdaf !important;
}
@media print, screen and ( min-width : 896px ) {
	.foot_address_b{
		margin-right:1em;
	}
}
@media only screen and  ( max-width : 896px ) {
	.foot_address_b{
		display:block;
	}
	.foot_address_title img{
		width:250px;
	}
}

/* = copyright
=============================================== */
.f_copyright{
	padding:15px 0px 25px 0px;
	background: #116538;
	text-align:center;
	font-size:90%;

}
@media only screen and  ( max-width : 896px ) {
	.f_copyright{
		font-size:70%;
	}
}




/* ************************************************ 
 *	
 *	breadcrumb
 *	
 * ************************************************ */

#breadcrumb{
	font-weight:normal;
	font-size:80%;
	white-space: nowrap;
	padding:1em 0em;
	display:none;
}

#breadcrumb_list li{
	display:inline-block;
	position: relative;
}
#breadcrumb_list .menu_br{
	display:none;
}

#breadcrumb{
	margin-bottom:2em;
}
#breadcrumb li{
	overflow: hidden;
	max-width:70%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#breadcrumb_list li:after{
	content: ">";
	display: inline-block;
	padding:0px 0.5em;
}
#breadcrumb_list li:last-child:after{
	display:none;
}


/* ************************************************ 
 *	
 *	contents_css
 *	
 * ************************************************ */

hr{
	border-top:1px solid #ccc;
	height:0px;
	margin:40px 0px;
}
.contents_css p{
	line-height:200%;
	letter-spacing:0em;
}
h2,h3,h4,h5,h6{
	font-weight:bold;
}

/* blockのタイトル */
.icon_title{
	position: relative;
	top:5px;
	color:#fff;
	font-size:105%;
	padding:13px 10px 8px 100px;
	background:#92c07a;
}
.icon_t_img{
	z-index:2;
	position: absolute;
	top: -5px;
	left: 20px;
}

/* よく使う各タイトル----------------------------------- */

/* TOPのタイトル */
.top_topix_title{
	margin-bottom:0px;
	color:#fff;
	background:#3a9053;
}
.top_info_title{
	color:#006537;
	background:#c5e1ce;
}
/* blockのタイトル */
.block_title{
	padding:15px 25px;
	background:#92c07a;
	color:#fff;
	font-size:110%;
}
/* blockのタイトル02 */
.block_title_lightgreen{
	padding:15px 25px;
	background:#3c9655;
	color:#fff;
	font-size:110%;
}
.block_title_darkgreen{
	padding:15px 25px;
	background: #016839;
	color:#fff;
	font-size:110%;
}
/* 色々使える色要素 */
.lightgreen{
	color:#3c9655;
}
/* 色々使える色要素 */
.darkgreen{
	color:#3a9053;
}
.greenbig_title{
	color:#116538;
	font-size:150%;
	margin-bottom:20px;
}
@media only screen and  ( max-width : 896px ) {
	.greenbig_title{
		font-size:130%;
	}
}

.border_tb_title{
	color:#116538;
	border-top:1px solid #116538;
	border-bottom:1px solid #116538;
	padding-top:10px;
	padding-bottom:8px;
	font-size:160%;
	text-align:center;
	margin-bottom:20px;
	letter-spacing:0.1em;
}
@media only screen and  ( max-width : 896px ) {
	.border_tb_title{
		font-size:130%;
	}
}

/* -------------------------table------------------------- */
.contents_css caption{
	background:#444;
	color:#fff;
	padding:0.8em 0.5em 0.5em 0.5em;
	font-weight:bold;
	font-size:100%;
}
.contents_css table{
	background:#fff;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
.contents_css table th,
.contents_css table td{
	border:1px solid #fff;
	line-height:150%;
}
.contents_css table th{
}
@media only screen and  ( max-width : 896px ) {
	.contents_css table th,
	.contents_css table td{
		font-size:80%;
		padding:0.5em;
	}
}
/* -------------------------text------------------------- */
.eng{
	font-family: arial;
}
/* wrap以外は自由に揃える*/
#wrap p{
	text-align: justify;
	text-justify: inter-ideograph;
}
h1,h2,h3,h4,h5{
	line-height:160%;
	display:block;
}
small, .small{
	font-size:80%;
	line-height:170%;
}
sup{
	font-size:50%;
}
.bold{
	font-weight:bold;
}
.red{
	color: #d7112e;
}
.green{
	color: #3a9053;
}
.big{
	font-size:120%;
	line-height:150% !important;
}
@media only screen and  ( max-width : 896px ) {
	.big{
		font-size:110%;
	}
}
.text_center{
	text-align:center !important;
}
.text_right{
	text-align:right !important;
}
.mb05{
	margin-bottom:0em;
}
.mb05{
	margin-bottom:5px;
}
.mb1{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb2{
	margin-bottom:20px;
}
.mb3{
	margin-bottom:30px;
}
.mb4{
	margin-bottom:40px;
}
.mb5{
	margin-bottom:50px;
}
.mb6{
	margin-bottom:60px;
}
.pd15{
	padding:15px;
}

.indent1em{
	padding-left:1em;
	text-indent:-1em;
}
.indent3em{
	padding-left:2.5em;
	text-indent:-2.5em;
}
ul.both_height{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}


/* ************************************************ 
 *	
 *	BLOG
 *	
 * ************************************************ */

.blog_inner{
	position: relative;
}
@media print, screen and ( min-width : 896px ) {

	.blog_inner .blog_icon{
		position: absolute;
		top: 0px;
		left: 0px;
		max-width:12%;
	}
	.blog_inner .blog_title_img{
		position: absolute;
		top: 10px;
		left: 12%;
		max-width:14%;
	}
	.blog_inner #sidebar{
		padding-top:130px;
	}
}
@media only screen and  ( max-width : 896px ) {
	.blog_inner .blog_icon{
		text-align:center;
		margin-bottom:15px;
	}
	.blog_inner .blog_title_img{
		text-align:center;
		padding:0 0 20px;
	}

	.blog_title_img{
		text-align:center;
	}
}



.loop_list li{
	padding:45px 0px;
	border-bottom:1px solid #3c9655;
}

@media print, screen and ( min-width : 896px ) {
	.loop_box_img{
		width:32.5%;
		float:left;
	}
	.loop_box_text{
		width:62.5%;
		float:right;
	}
}
@media only screen and  ( max-width : 896px ) {
	.loop_box_img{
		margin-bottom:20px;
	}
	.marche_topix_pd{
		padding:0px 15px;
	}
}

.loop_box_text .entry_title{
	background:#3c9655;
	color:#fff;
}


.arcive_title{
	background:#116538;
	text-align:center;
	padding:1em;
	color:#fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom:1em;
}

/* ブログ */
.single_post p{
	margin-bottom:15px;
}
.single_post{
	margin-bottom:40px;
	padding:15px;
}
.loop_box_text .entry_title,
.single_box .entry_title{
	padding:12px 15px 10px 15px;
	font-size:110%;
}
@media only screen and  ( max-width : 896px ) {
	.single_box .entry_title{
		font-size:100%;
	}
}
.contents_css{
	font-size:100%;
	line-height:180%;
}
blockquote{
	background:#f6f6f6;
	padding:1em 1em 0.1em 1em;
	color:#444;
	margin-bottom:1em;
	font-size:95%;
}
blockquote p{
	line-height:160%;
}
.wp-caption{
	text-align:center !important;
	background:#f5f5f5;
	padding:2%;
	max-width:96%;
}
p.wp-caption-text{
	font-size:80%;
	margin-top:1em;
	text-align:center !important;
	line-height:140%;
	color:#000;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 3%;
	max-width:42%;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 3%;
	max-width:42%;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft,
.alignright,
.aligncenter {
	margin-top:0.5em;
	margin-bottom: 1em;
}
.alignnone{
	float:none;
}

/* ************************************************ 
 *	
 *	ブログ一覧
 *	
 * ************************************************ */

/* 記事がないとき */
.no_post{
	background:#fff;
	text-align:center;
	padding:100px 20px;
	color:#aaa;
	border:2px solid #ccc;
}

/* ************************************************ 
 *	
 *	sidebar
 *	
 * ************************************************ */
#sidebar{

}
#sidebar section{
	margin-bottom:2em;
}
#sidebar section:last-child{
	margin-bottom:0em;
}

/* blog side------------------------ */
.side_title{
	padding:5px 15px;
	margin-bottom:0.3em;
	font-weight:bold;
	position: relative;
	margin-bottom:15px;
}
.side_title a{
	color:#fff;
}
.side_blog_menu{
	margin-left:15px;
	margin-bottom:15px;
}
.side_blog_menu li{
	line-height:160%;
	background:url(images/common/side_blog_menu.png) 0.5em 0.6em no-repeat;
	-moz-background-size:4px 4px;
	background-size:4px 4px;
	padding-left:1.5em;
}
.side_blog_menu li a{
	color:#969696;
	position: relative;
	font-size:90%;
}
@media print, screen and ( min-width : 896px ) {
	.side_blog_menu li a:hover{
		color:#116538;
	}
}
.side_blog_title{
	margin-bottom:20px;
}
@media only screen and  ( max-width : 896px ) {
	.side_blog_title img{
		width:125px;
	}
}

/* カテゴリーなし */
.cat-item-none{
	display:block;
	background:#f5f5f5;
	padding:0.5em 1em 0.5em 0.5em;
	color:#aaa;
	font-size:90%;
}

/* ************************************************ 
 *	
 *	PAGER
 *	
 * ************************************************ */
.pager{
	clear: both;
	text-align:center;
	font-size:90%;
}
.pager span,
.pager a{
	display:inline-block;
	text-decoration: none;
	margin: 5px;
	background:#fff;
	line-height:30px;
	width:30px;
	border:1px solid #ccc;
}
.pages{
	display:none !important;
}
.pager a:hover,
.pager .current{
	color: #aaa;
	background:#f5f5f5;
	border:1px solid #ccc;
}
.wp-pagenavi .first,
.wp-pagenavi .last, 
span.extend,
span.pages{
	display:none;
}
.postmore_link{
	padding-top:100px;
	text-align:right;
}
.postmore_link a{
	display:inline-block;
	background:#006537;
	color:#fff;
	padding:5px 10px;
	font-weight:bold;
	width:280px;
}
@media only screen and  ( max-width : 896px ) {
	.postmore_link{
		padding-right:15px;
	}
}


/* ************************************************ 
 *	
 *	other
 *	
 * ************************************************ */

/* ページタイトル-------------------------------- */
.page_title{
	background:#006537;
	overflow:hidden;
}
.page_title .inner_block{
	background:#3b9053;
}
.page_title .inner_block img{
	vertical-align: middle;
}

@media only screen and  ( max-width : 896px ) {
	/* smp */
	.page_title{
		margin-top:70px;
	}
}
.pt_blog{
	background:#ededda;
}


/* 注釈など */
.gray_block{
	background:#f5f5f5;
	border:1px solid #ccc;
	padding:1em;
}
/* 子要素-------------------------------- */
.children{
	margin:0.5em 0.5em 1.5em 2em;
}

/* ●リスト　色はそれぞれのページ-------------------------------- */
.maru_list li{
	position: relative;
	margin-left:1em;
	text-align:left;
}
.maru_list li:before{
	content: "●";
	display: inline-block;
	color:#3c9655;
	z-index:-1;
	margin-left:-1em;
}
/* ●がない時 */
.maru_none{
	margin-left:0em !important;
}
.maru_none:before{
	display:none !important;
}
.list_inline li{
	display:inline-block;
}
/* 数字リスト-------------------------------- */
.number_list{
	margin-left:2.5em;
}
.number_list li{
	list-style-type: decimal;
}
/* コンテンツ共通の横幅-------------------------------- */
@media only screen and  ( max-width : 896px ) {
	.top_sp_width{
		max-width:400px;
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
}
/* 横幅100％のメニュー-------------------------------- */
.color_bgwidth100_01{
	position: relative;
	padding:30px 0px;
}
.color_bgwidth100_01:after{
	content: "";
	display: block;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: -100%;
	right: -100%;
	background: #f0f0dc;
	z-index:-1;
}
.color_bgwidth100_01 .page_contents_block{
	padding:0px;
}
.t2_left a img {
	display: block;
	text-align: left !important;
	float: left;
}
/*****トップページ***********/
.tore_wrapper {
	background-color: #f9eae5;
	padding: 30px 0;
}
.tore_txt {
	text-align: center;
}
.youkou20220831_wrapper {
	background-color: #026738;
	padding: 20px 0;
	margin-bottom: 40px;
}
.youkou20220831_txt {
	display: block;
	padding:20px 0;
	color: #efea3a;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
}
@media only screen and  ( max-width : 896px ) {
	.tore_wrapper {
		background-color: #f9eae5;
		padding: 20px 10px;
	}
	.tore_txt {
		text-align: left;
	}
	.youkou20220831_txt {
		padding:20px 0;
		font-size: 20px;
	}
}