@charset "UTF-8";

/*----------------------------------------------------
☆Reset
----------------------------------------------------*/

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}


body {
	color: #3c3c3c;
	font-family: 'Noto Serif JP', YuMincho, 'Yu Mincho', serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	height: 100%;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:link,
a:hover,
a:focus {
	color: #3c3c3c;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a:hover {
	opacity: 0.5;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


ul,
ol {
	list-style-type: none;
}

::selection {
	background-color: #2f4719;
	color: #fff; /* Safari */
}

::-moz-selection {
  background-color: #2f4719;
  color: #fff; /* Firefox */
}

#wrap{
	overflow: hidden;
}

.nolink:hover{
	opacity: 1;
	cursor: default;
}




/*----------------------------------------------------
☆header
----------------------------------------------------*/
#header{
	width: 200px;
	position: fixed;
	z-index: 30;
	left: 0;
	top: 0;
	background: #2f4719;
	text-align: center;
	height: 100vh;
}

#header .logo_top{
	width: 150px;
	margin: 100px auto 55px;
}
#header .logo_top a{
	display: block;
}
#header .logo_top a img{
	width: 100%;
}
#header .pc_menu{
	margin-bottom: 55px;
	z-index: 1;
}
#header .pc_menu li a{
	display: block;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.16em;
	line-height:1;
	padding: 18px 0;
}
#header .pc_menu li .acc_btn{
	position: relative;
}
#header .pc_menu li .acc_btn a:hover{
	cursor: pointer;
}
/* #header .pc_menu li .acc_btn:before,
#header .pc_menu li .acc_btn.active:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
} */
/* #header .pc_menu li .acc_btn:before{
	border-width: 6px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
}
#header .pc_menu li .acc_btn.active:before{
	border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ffffff transparent;
} */
#header .pc_menu li .acc_wrap{
	display: none;
	position: absolute;
	padding-top: 305px;
	left:200px;
	height: 100vh;
	width: 0;
	top: 0;
	background: #fff;
}

#header .pc_menu li .acc_link a{
	font-size: 12px;
	padding: 10px 0;
	letter-spacing: 0.08em;
	line-height: 1.4;
	background: #fff;
	color: #2f4719;
}

#header .pc_head_btn a{
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #37511e;
	background: #fff;
	display: block;
	width: 150px;
	margin: 0 auto 15px;
	line-height: 40px;
	height: 40px;
}
#mobile-header{
	display: none;
}
#navigation{
	display: none;
}
/*----------------------------------------------------
☆footer
----------------------------------------------------*/
/* link_area */
#link_area{
	width: 100%;
	background: #fff;
	padding: 80px 0;
}

#link_area .link_list{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 0;
}
#link_area .link_list li{
	width: 31%;
	margin-right: 3.5%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
#link_area .link_list li:nth-of-type(3n){
	margin-right: 0;
}
#link_area .link_list li:nth-last-of-type(-n+3){
	margin-bottom: 0;
}
#link_area .link_list li a{
	display: block;
}
#link_area .link_list li a img{
	width: 100%;
	display: block;
}
/* footer */
#footer{
	width: 100%;
	padding: 85px 0 35px;
	background:url('../cmn_img/common/footer_deco.png') no-repeat left top,#22380f;
}
#footer .footer_green{
	overflow: hidden;
	margin-left: 8%;
	width: 77%;
	margin-right: 15%;

}
#footer .footer_green .boxL{
	width: 189px;
	margin-top: 10px;
}

#footer .footer_green .boxL a{
	display: block;
}
#footer .footer_green .boxL a img{
	width: 100%;
	display: block;
}
#footer .footer_green .boxR{
	max-width: 645px;
	color: #fff;
}

#footer .footer_green .boxR .footer_menu{
	text-align: left;
	font-size:0;
	margin-bottom: 45px;
}

#footer .footer_green .boxR .footer_menu li{
	display: inline-block;
	vertical-align:top;
	margin-right: 44px;
}
#footer .footer_green .boxR .footer_menu li:nth-last-of-type(1){
	margin-right: 0;
}
#footer .footer_green .boxR .footer_menu li a{
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.16em;
}
#footer .footer_green .boxR .address{
	font-size: 12px;
	letter-spacing: 0.16em;
	line-height: 1.66;
}
#footer .footer_green .boxR .tel_fax{
	margin: 40px 0 90px;
}
#footer .footer_green .boxR .tel_fax a{
	color: #fff;
	position: relative;
	display: block;
}
#footer .footer_green .boxR .tel_fax li{
	display: inline-block;
	vertical-align: top;
}
#footer .footer_green .boxR .tel_fax li a:before{
	content: "";
	background: no-repeat center center/contain;
	position: absolute;
	left: 0;
	top: 50%;
}
#footer .footer_green .boxR .tel_fax li.tel{
	margin-right: 28px;
}
#footer .footer_green .boxR .tel_fax li.tel a{
	padding-left: 27px;
}
#footer .footer_green .boxR .tel_fax li.tel a:before{
	width: 23px;
	height: 36px;
	background-image:url('../cmn_img/common/icon_tel.png');
	margin-top: -18px;
}
#footer .footer_green .boxR .tel_fax li.fax a{
	padding-left: 37px;
}

#footer .footer_green .boxR .tel_fax li.fax a:before{
	width: 31px;
	height: 31px;
	background-image:url('../cmn_img/common/icon_fax.png');
	margin-top: -15.5px;
}
#footer .footer_green .boxR .tel_fax a span{
	display: block;
}
#footer .footer_green .boxR .tel_fax a .top{
	font-size: 12px;
	letter-spacing: 0.16em;
	line-height: 1;
	margin-bottom: 5px;
}
#footer .footer_green .boxR .tel_fax a .btm{
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 500;
}

#footer .footer_green .boxR small{
	font-size: 11px;
	letter-spacing: 0.2em;
	font-weight: 500;
}
/*----------------------------------------------------
☆contents
----------------------------------------------------*/
#contents{
	margin-left: 200px;
}
/*----------------------------------------------------
☆clm
----------------------------------------------------*/
.clm02,
.clm03,
.clm04{
	width: 100%;
	text-align: center;
	font-size: 0;
}
.clm02 li,
.clm03 li,
.clm04 li{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.clm02 li{
	width: 49%;
	margin-right: 2%;
}

.clm03 li{
	width: 32%;
	margin-right: 2%;
}

.clm04 li{
	width: 23.5%;
	margin-right: 2%;
}
.clm02 li:nth-of-type(2n),
.clm03 li:nth-of-type(3n),
.clm04 li:nth-of-type(4n){
	margin-right: 0;
}
.clm02 li:nth-last-of-type(-n+2),
.clm03 li:nth-last-of-type(-n+3),
.clm04 li:nth-last-of-type(-n+4){
	margin-bottom: 0;
}
/*----------------------------------------------------
☆head
----------------------------------------------------*/
.head01{
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #2f4719;
	line-height:1.66;
	padding-left: 40px;
	position: relative;
}
.head01:before{
	content: "";
	width: 35px;
	height: 37px;
	background: url('../cmn_img/common/head_icon.png')no-repeat no-repeat center center/contain;
	position: absolute;
	left: 0;
	top: 8px;
}

.head02{
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding: 10px 35px;
	background: #2f4719;
	color: #fff;
	border-radius: 50px;
	position: relative;
	margin-bottom: 25px;
	text-align:left;
}
.head02:before{
	content: "";
	width: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5px;
}

.head03{
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding-bottom: 5px;
	color: #2f4719;
	margin-bottom: 20px;
	text-align:left;
	border-bottom: 1px solid #d1d4c3;
	padding-left: 25px;
	position: relative;
}
.head03:before{
	content: "";
	width: 10px;
	height: 10px;
	border: 3px solid #2f4719;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 8px;
}
/*----------------------------------------------------
☆form
----------------------------------------------------*/
form .form_text,
form textarea{
	border:0;
	background: #fff;
	border: 1px solid #4e7529;
	padding: 5px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	border-radius: 2px;
}
form textarea{
	width: 100%;
	height: 360px;
}
form .ww{width: 100%;}
form .w{width: 75%;}
form .m{width: 50%;}
form .s{width: 20%;}
/* checkbox */
form label{
	display: block;
	margin: 3px 0;
}
.checkbox_input{
  display: none;
}
.checkbox_parts{
  padding-left: 25px;
  position:relative;
	cursor: pointer;
	display:block;
}
.checkbox_parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 4.5px;
  left: 0;
  width: 15px;
  height: 15px;
	background: #fff;
  border: 1px solid #4e7529;
	border-radius: 2px;
}

.checkbox_input:checked + .checkbox_parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #4e7529;
  border-right: 2px solid #4e7529;
}
/* select */
.select_deco{
	overflow: hidden;
	width: 20%;
	margin: 10px 0;
	text-align: left;
	position: relative;
	border: 1px solid #4e7529;
	border-radius: 2px;
	background: #ffffff;
}
.select_deco select{
	width: 100%;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 35px 8px 5px;
	font-size: 16px;
}
.select_deco select::-ms-expand{
	display: none;
}
.select_deco::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #4e7529 transparent transparent transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3.5px;
}
/*----------------------------------------------------
☆btn
----------------------------------------------------*/
form .btn01,
.btn01 a{
	display: inline-block;
	border: 1px solid #4e7529;
	color: #fff;
	background: #4e7529;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 20px 15px;
	width: 250px;
	cursor: pointer;
	text-align: center;
	margin: 0 5px;
	position: relative;
}
form .btn01:hover,
.btn01 a:hover{
	border: 1px solid #4e7529;
	background: #fff;
	color: #4e7529;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
form .btn01:after,
.btn01 a:after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top:-4px;
}
form .btn01:hover:after,
.btn01 a:hover:after{
	border-top: 1px solid #4e7529;
	border-right: 1px solid #4e7529;
}

form .btn02,
.btn02 a{
	display: inline-block;
	border: 1px solid #839269;
	color: #fff;
	background: #839269;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 17px 15px;
	width: 300px;
	border-radius: 50px;
	cursor: pointer;
	text-align: center;
	margin: 0 5px;
	position: relative;
}
form .btn02:hover,
.btn02 a:hover{
	border: 1px solid #839269;
	background: #fff;
	color: #839269;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
form .btn02:after,
.btn02 a:after{
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top:-3px;
}
form .btn02:hover:after,
.btn02 a:hover:after{
	border-top: 2px solid #839269;
	border-right: 2px solid #839269;
}

.line_link a{
	font-size: 14px;
	letter-spacing: 0.08em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
.line_link a span{
	display: inline-block;
	border-bottom: 1px solid #3c3c3c;
	padding-left: 15px;
	position: relative;
}
.line_link a span:before{
	font-family: "FontAwesome";
	/* content:"\f1c1"; */
	position: absolute;
	left: 0;
	top: 2px;
}
.line_link.pdf a span:before{
	content:"\f1c1";
}
.line_link.map a span:before{
	content:"\f041";
}
/*----------------------------------------------------
☆table
----------------------------------------------------*/

.table01{
	border-collapse: collapse;
	width: 100%;
	border-top:1px solid #bdbdbd;
	border-left:1px solid #bdbdbd;
}

.table01 tr th,
.table01 tr td{
	padding:15px 20px;
	letter-spacing: 0.1em;

	border-bottom:1px solid #bdbdbd;
	border-right:1px solid #bdbdbd;
}
.table01 tr td{
	font-size: 14px;
  line-height: 1.8;
	background: #fff;
}
.table01 tr th{
	font-size: 16px;
  line-height: 1.6;
	background: #d1d4c3;
	vertical-align: middle;
}
/*----------------------------------------------------
☆pajer
----------------------------------------------------*/
.pagination-wrapper {
  text-align: center;
  margin: 20px auto;
}

.pagination {
  display: inline-block;
  height: 50px;
  padding: 0 25px;
  border-radius: 35px;
  background-color: #eee;
}


.page-numbers {
  float: left;
}
.page-numbers span,
.page-numbers a{
	display: block;
  padding: 0 20px;
	transition: 400ms ease;
  color: #595959;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 50px;
}
.page-numbers a:hover, .page-numbers.current a,
.page-numbers span:hover, .page-numbers.current span{
  background-color: #37511e;
  color: #fff;
	opacity: 1;
}
.page-numbers.prev a:hover, .page-numbers.next a:hover {
  background-color: transparent;
  color: #37511e;
}


/*----------------------------------------------------
☆button
----------------------------------------------------*/
.btn_wrap{
	text-align: center;
	font-size: 0;
}
.viewmore_btn{
  width: 107px;
}

.viewmore_btn a{
  display:block;
  text-align: center;
  padding: 20px 0 29px;
}
.viewmore_btn.green a{
  color: #fff;
  background: url('../cmn_img/common/link_green.png')no-repeat center center/contain;
}
.viewmore_btn.white a{
  color: #37511e;
  background: url('../cmn_img/common/link_white.png')no-repeat center center/contain;
}
.viewmore_btn a .arrow{
  display: block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}
.viewmore_btn a .text{
  display: block;
  font-size:13px;
  letter-spacing: 0.16em;
  line-height: 1.15;
}
/*----------------------------------------------------
☆mv
----------------------------------------------------*/
#mv_mass{
	width: 100%;
	padding: 108px 70px 88px;
	border-top: 5px solid #2f4719;
	background: no-repeat center center/cover;
}
#mv_mass .mass_title{
	color: #fff;
	text-align: left;
}
#mv_mass .mass_title span{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight:400;
	letter-spacing: 0.2em;
	line-height: 1.54;
}
#mv_mass .mass_title .jp{
	font-size: 48px;
}
#mv_mass .mass_title .en{
	font-size: 16px;
}
/*----------------------------------------------------
☆breadChumbs
----------------------------------------------------*/

#breadChumbs{
  width: 100%;
  padding: 15px 1.5%;
  box-sizing:border-box;
	position: relative;
	font-size:0;
	border-bottom: 1px solid #2f4719;
}


#breadChumbs li{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
	letter-spacing: 0;
	color: #2f4719;

}
#breadChumbs li a{
  position: relative;
  text-decoration: none;
	margin-right: 25px;
	text-decoration: underline;
	color: #2f4719;
}
#breadChumbs li a:hover{
	opacity: 1;
	text-decoration: none;
}
#breadChumbs li a:after{
  content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #2f4719;
	border-right: 1px solid #2f4719;
	transform: rotate(45deg);
	position: absolute;
	top: 8px;
	right: -10px;
}

/*----------------------------------------------------
	☆BUTTON
----------------------------------------------------*/

.pagetop {
	display: none;
	position: fixed;
	z-index: 5;
	bottom: 0;
	right: 0;
}
.pagetop a {
	display: block;
	background: #8a8a8a;
	text-align: center;
	text-decoration: none;
	padding: 25px;
	filter: alpha(opacity=50);
	-moz-opacity: 1;
	opacity: 0.9;
	-webkit-box-shadow: 0px 0px 41px -19px rgba(0,0,0,0.51);
	-moz-box-shadow: 0px 0px 41px -19px rgba(0,0,0,0.51);
	box-shadow: 0px 0px 41px -19px rgba(0,0,0,0.51);
}
.pagetop a:hover {
	opacity: 0.5;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  zoom: 1;
}

/*----------------------------------------------------
☆SP
----------------------------------------------------*/
@media only screen and (max-width: 960px) {

	/*----------------------------------------------------
	☆header
	----------------------------------------------------*/
	#header{
		width: 100%;
		height: 50px;
		z-index: 1;
	}

	#header .logo_top{
		width: 75px;
		margin: 0 auto 0 3%;
	}
	#header .logo_top a{
		display: block;
		padding: 5px 0;
	}
	#header .logo_top a img{
		width: 100%;
	}
	#header .pc_menu{
		display: none;
	}
	#header .pc_head_btn{
		display: none;
	}

	#mobile-header {
		display: block;
		position: absolute;
		max-width: 50px;
		width: 100%;
		right: 0;
	}
	#responsive-menu-button {
		position: fixed;
		z-index: 104;
		top: 0;
		display: block;
		box-sizing: border-box;
		width: 50px;
		height: 50px;
		padding: 0;
		padding-top: 14px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		border: 0;
		outline: 0;
		/* background-color: transparent; */
		background-color: #fff;
	}
	#responsive-menu-button:hover {
		cursor: pointer;
		background-color: transparent;
	}
/* 	#responsive-menu-button::after {
		bottom: 0;
		color: #997b00;
		content: "MENU";
		font-size: 10px;
		font-weight: bold;
		left: 0;
		position: absolute;
		text-align: center;
		width: 100%;
	} */
	.hamburger-icon {
		position: relative;
		display: block;
		margin-top: 10px;
	}
	.hamburger-icon, .hamburger-icon:before, .hamburger-icon:after {
		width: 30px;
		height: 1px;
		-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		background-color: #2f4719;
	}
	.hamburger-icon::after {
		bottom: 0;
		color: #997b00;
		content: "MENU";
		font-size: 10px;
		font-weight: bold;
		left: 0;
		position: absolute;
		text-align: center;
		width: 100%;
	}
	.hamburger-icon:before, .hamburger-icon:after {
		position: absolute;
		top: -10px;
		left: 0;
		content: ' ';
	}
	.hamburger-icon:after {
		top: 10px;
	}
	.sidr-main-open .hamburger-icon {
		background-color: transparent;
	}
	.sidr-main-open .hamburger-icon:before, .sidr-main-open .hamburger-icon:after {
		top: 0;
	}
	.sidr-main-open .hamburger-icon:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.sidr-main-open .hamburger-icon:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/*----------------------------------------------------
	☆footer
	----------------------------------------------------*/
	/* link_area */
	#link_area{
		padding: 40px 0;
	}

	#link_area .link_list{
		width: 94%;
	}
	#link_area .link_list li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	#link_area .link_list li:nth-of-type(3n){
		margin-right: 2%;
	}
	#link_area .link_list li:nth-of-type(2n){
		margin-right: 0;
	}
	#link_area .link_list li:nth-last-of-type(-n+3){
		margin-bottom: 10px;
	}
	#link_area .link_list li:nth-last-of-type(-n+2){
		margin-bottom: 0;
	}
	/* footer */
	#footer{
		padding: 30px 0 40px;
		background:url('../cmn_img/common/footer_deco.png') no-repeat left top/170px,#22380f;
	}
	#footer .footer_green{
		overflow: hidden;
		width: 94%;
		margin: 0 auto;
	}
	#footer .footer_green .boxL{
		width: 120px;
		margin: 0 auto 10px 0;
	}

	#footer .footer_green .boxR{
		max-width: 100%;
		color: #fff;
	}

	#footer .footer_green .boxR .footer_menu{
		text-align: center;
		font-size:0;
		margin-bottom: 20px;
	}

	#footer .footer_green .boxR .footer_menu li{
		display: inline-block;
		vertical-align:top;
		margin-right: 2%;
		width: 49%;

	}
	#footer .footer_green .boxR .footer_menu li:nth-of-type(2n){
		margin-right: 0;
	}
	#footer .footer_green .boxR .footer_menu li a{
		color: #fff;
		font-size: 14px;
		letter-spacing: 0.16em;
		padding: 10px 0;
		display: block;
	}
	#footer .footer_green .boxR .address{
		font-size: 12px;
		letter-spacing: 0.16em;
		line-height: 1.6;
	}
	#footer .footer_green .boxR .tel_fax{
		margin: 30px auto;
		width: 170px;
	}
	#footer .footer_green .boxR .tel_fax a{
		color: #fff;
		position: relative;
		display:block;
	}
	#footer .footer_green .boxR .tel_fax li{
		display: block;
		vertical-align: top;
	}
	#footer .footer_green .boxR .tel_fax li:nth-of-type(2){
		margin: 10px 0;
	}
	#footer .footer_green .boxR .tel_fax li a:before{
		content: "";
		background: no-repeat center center/contain;
		position: absolute;
		left: 0;
		top: 50%;
	}
	#footer .footer_green .boxR .tel_fax li.tel{
		margin-right: 0;
	}
	#footer .footer_green .boxR .tel_fax li.tel a{
		padding-left: 34px;
	}
	#footer .footer_green .boxR .tel_fax li.tel a:before{
		width: 19px;
		height: 30px;
		background-image:url('../cmn_img/common/icon_tel.png');
		margin-top: -15px;
		left: 4px;
	}
	#footer .footer_green .boxR .tel_fax li.fax a{
		padding-left: 34px;
	}

	#footer .footer_green .boxR .tel_fax li.fax a:before{
		width: 28px;
		height: 28px;
		background-image:url('../cmn_img/common/icon_fax.png');
		margin-top: -14px;
	}
	#footer .footer_green .boxR .tel_fax a span{
		display: block;
	}
	#footer .footer_green .boxR .tel_fax a .top{
		font-size: 12px;
		letter-spacing: 0.16em;
		line-height: 1;
		margin-bottom: 5px;
	}
	#footer .footer_green .boxR .tel_fax a .btm{
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 1;
		font-weight: 500;
	}

	#footer .footer_green .boxR small{
		font-size: 9px;
		display: block;
		text-align: center;
		letter-spacing: 0.08em;
	}

	/*----------------------------------------------------
	☆contents
	----------------------------------------------------*/
	#contents{
		margin-left: 0;
		margin-top: 50px;
	}
	/*----------------------------------------------------
	☆clm
	----------------------------------------------------*/

	.clm02 li,
	.clm03 li,
	.clm04 li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.clm02 li:nth-of-type(2n),
	.clm04 li:nth-of-type(2n){
		margin-right: 0;
	}
	.clm03 li:nth-of-type(3n){
		margin-right: 2%;
	}
	.clm03 li:nth-of-type(2n){
		margin-right: 0;
	}

	.clm02 li:nth-last-of-type(-n+2),
	.clm03 li:nth-last-of-type(-n+3),
	.clm04 li:nth-last-of-type(-n+4){
		margin-bottom: 0;
	}
	.clm03 li:nth-last-of-type(-n+3),
	.clm04 li:nth-last-of-type(-n+4){
		margin-bottom: 10px;
	}
	.clm03 li:nth-last-of-type(-n+2),
	.clm04 li:nth-last-of-type(-n+2){
		margin-bottom: 0;
	}
	/*----------------------------------------------------
	☆head
	----------------------------------------------------*/
	.head01{
		font-size: 22px;
		line-height:1.6;
		padding-left: 30px;
	}
	.head01:before{
		width: 25px;
		height: 26px;
		left: 0;
		top: 5px;
	}

	.head02{
		font-size: 17px;
		padding: 6px 20px;
		border-radius: 37px;
		margin-bottom: 20px;
	}
	.head02:before{
		width: 10px;
	}

	.head03{
		font-size: 15px;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.head03:before{
		width: 7px;
		height: 7px;
		border-radius: 50%;
		left: 0;
		top: 6px;
	}
	/*----------------------------------------------------
	☆form
	----------------------------------------------------*/
	form .form_text,
	form textarea{
		font-size: 12px;
	}
	form textarea{
		height: 260px;
	}
	form .w{width: 100%;}
	form .m{width: 100%;}
	form .s{width: 100%;}

	.form_text.p-postal-code{
		width: calc(100% - 1.2em);
	}
	/* checkbox */


	.checkbox_parts{
		padding-left: 20px;
	}
	.checkbox_parts::before{
		top: 3.5px;
		width: 13px;
		height: 13px;
	}

	.checkbox_input:checked + .checkbox_parts::after{
		top: 5px;
		left: 4px;
		width: 4px;
		height: 8px;
	}
	/* select */
	.select_deco{
		width: 100%;
		margin: 10px 0;
	}
	.select_deco select{
		padding: 7px 35px 7px 5px;
		font-size: 12px;
	}

	.select_deco::before {
		border-width: 6px 6px 0 6px;
		right: 5px;
		margin-top: -3px;
	}
	/*----------------------------------------------------
	☆btn
	----------------------------------------------------*/
	form .btn01,
	.btn01 a{
		display: block;
		background: #4e7529;
		font-size: 12px;
		padding: 15px 10px;
		width: 100%;
		margin: 5px 0;
	}

	form .btn01:after,
	.btn01 a:after{
		width: 6px;
		height: 6px;
		margin-top:-3px;
	}

	form .btn02,
	.btn02 a{
		display: block;
		font-size: 12px;
		padding: 15px 10px;
		width: 100%;
		margin: 5px 0;
	}

	form .btn02:after,
	.btn02 a:after{
		width: 6px;
		height: 6px;
		margin-top:-3px;
	}
	.line_link a{
		font-size: 12px;
	}
	.line_link a span{
		display: inline;
	}

	/*----------------------------------------------------
	☆table
	----------------------------------------------------*/
	.slide_phone{
		overflow: auto;
		white-space: nowrap;
	}
	.normal_table .table01 tr th,
	.normal_table .table01 tr td{
		width: 100%;
		display: block;
	}
	.table01 tr th,
	.table01 tr td{
		padding:10px;
		letter-spacing: 0.1em;
	}
	.table01 tr td{
		font-size: 12px;
		line-height: 1.6;
	}
	.table01 tr th{
		font-size: 14px;
	}
	/*----------------------------------------------------
	☆mv
	----------------------------------------------------*/
	#mv_mass{
		padding: 40px 3%;
		border-top: 2px solid #2f4719;
	}
	#mv_mass .mass_title{
		text-align: center;
	}
	#mv_mass .mass_title span{
		letter-spacing: 0.06em;
		line-height: 1.5;
	}
	#mv_mass .mass_title .jp{
		font-size: 25px;
	}
	#mv_mass .mass_title .en{
		font-size: 14px;
	}
	/*----------------------------------------------------
	☆breadChumbs
	----------------------------------------------------*/

	#breadChumbs{
		display: none;
	}
	/*----------------------------------------------------
	☆pajer
	----------------------------------------------------*/
	.pagination-wrapper {
		margin: 20px auto;
		width: 94%;
	}

	.pagination {
		height: 40px;
		padding: 0 5px;
		border-radius: 40px;
	}

	.page-numbers span,
	.page-numbers a{
		padding: 0 15px;
		font-size: 12px;
		line-height: 40px;
	}


	/*----------------------------------------------------
	☆button
	----------------------------------------------------*/
	.viewmore_btn{
		width: 82px;
		margin: 20px auto 0;
	}
	.viewmore_btn a{
		display:block;
		text-align: center;
		padding: 15px 0 23px;
	}
	.viewmore_btn.green a{
		color: #fff;
		background: url('../cmn_img/common/link_green.png')no-repeat center center/contain;
	}
	.viewmore_btn.white a{
		color: #37511e;
		background: url('../cmn_img/common/link_white.png')no-repeat center center/contain;
	}
	.viewmore_btn a .arrow{
		display: block;
		font-size: 18px;
		line-height: 1;
		letter-spacing: 0.14em;
		margin-bottom: 5px;
	}
	.viewmore_btn a .text{
		display: block;
		font-size:12px;
		letter-spacing: 0.1em;
		line-height: 1.1;
	}
	/*----------------------------------------------------
	☆head
	----------------------------------------------------*/


	/*----------------------------------------------------
	☆mv
	----------------------------------------------------*/

	/*----------------------------------------------------
	☆breadChumbs
	----------------------------------------------------*/

	#breadChumbs{
		display: none;
	}


	/*----------------------------------------------------
		☆BUTTON
	----------------------------------------------------*/
	.pagetop {
		bottom: 20px;
		right: 20px;
	}
	.pagetop a {
		padding: 15px;
	}
}
