html {
	font-size: 62.5%;
}
body,th,td,li,dt,dd,input,select,p,div,span,textarea,h1,h2,h3,h4,h5,h6 {
font-family:  "メイリオ", Meiryo, sans-serif,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
color:#333333;
}
body,p,div,th,td,li,span,a {
font-size: 16px;
font-size: 1.6rem;
}
p {
line-height:200%;
padding-bottom:32px;
}
a:hover img  { opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80)"; }
.hidden {display:none;}
strong {
	color:#d03b96;
	font-weight:bold;
}
hr {
	border:none;
	background-image: url(../images/leaf.png);
	background-repeat: no-repeat;
	background-position: center center;
	display:inline-block;
	width:100%;
	height:90px;
}
/*-----------------------------------------
colorsetting
------------------------------------------*/
.red {color:#aa0000;}
.redbtn {
	display:inline-block;
	padding:0px 8px;
	background-color:#aa0000;
	color:#ffffff;
	border-radius:2px;
}
/*-----------------------------------------
layoutbox
------------------------------------------*/
html,body {
	height:100%;
}
body {
	background-color:#FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-attachment:fixed;
	position:relative;
	z-index:1;
}
header {
	width:100%;
	background-color:#000000;
	margin-bottom:24px;
}
#container {
	position:relative;
	z-index:1;
}
footer {
	width:100%;
	text-align:center;
	position:relative;
	z-index:2;
background: linear-gradient(0deg,rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
transform:translateY(30px);
}
footer p,footer small {
	position:relative;
	z-index:2;
}
.item {
	float: left;   /*Lazy Load 用に追加 */
	border-radius:5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	background-color:#ffffff;
}
.item a {
	border-radius:5px;
	display:block;
	text-decoration:none;
	overflow:hidden;
}

#sidemenu {
	position:absolute;
	z-index:999;
	border-radius:5px;
	overflow:hidden;
}
#sidemenu li {
	border-top: 1px solid #e7e5df;
}
.header-tel a {
	position:relative;	
}
.header-tel a:before {
	content:" ";
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	position:absolute;
	left:-30px;
	top:20px;	
}
/*--------mediaquery-------*/
@media screen and (max-width: 959px) {
	header a,header h1 {
	display:inline-block;
	color:#ffffff;
	font-size:100%;
	text-decoration:none;
	padding:10px;	
	text-align:center;
	}
	.sitetitle {
	width:96%;
	text-align:center;
	}
	.header-tel {
	display:none;	
	}
	#container {
	width: 96%;
	margin: 0 auto;
	position: relative;
	z-index:998;
	}
	.wrapper {
	width: 96%;
	max-width:710px;
	margin:0px auto;
	position: relative;
	z-index:998;
	}
	#sidemenu {
	width:100%;	
	max-width:710px;
	margin:0px auto;
	}
	#menu{
	display: none;
	}
	#toggle {
	display: block;
	position: relative;
	width: 100%;
	max-width:710px;
	margin:0px auto;
	height:60px;
	background:#ffffff;
	}
	#toggle a {
	display:block;
	height:60px;
	line-height:60px;
	padding-left:60px;
	color:#333;
	font-size:125%;
	text-decoration:none;
	position:relative;	
	}
	#toggle a:before {
	content:" ";
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	height:60px;
	background: url(../images/icon-toggle.svg) no-repeat center center;	
	}
}
@media screen and (min-width : 960px){
	header {
	height:60px;	
	}
	header a,header h1 {
	display:inline-block;
	color:#ffffff;
	font-size:137.5%;
	text-decoration:none;
	padding-top:14px;	
	}
	.sitetitle {
	font-weight:bold;
	width:50%;
	float:left;
	}
	.header-tel {
	width:50%;
	float:right;
	text-align:right;	
	}
	#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index:998;
	}
	.wrapper {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	z-index:3;
	}
	#sidemenu {
	width:230px;	
	}
	#toggle{ 
	display: none;
	}
}
/*--------mediaquery end-------*/


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

/*-----------------------------------------
parts-contentzone
------------------------------------------*/
.contentwrap {
	border-radius:5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	background-color:#ffffff;
	overflow:hidden;	
	position:relative;
	z-index:3;
}
.content-btnwrap {
	text-align:center;
	padding-bottom:50px;
}
.mainvisual img {
	width:100%;
	max-width:710px;	
}
@media screen and (max-width : 959px){
	#mainarea {
	width:100%;
	max-width:710px;
	overflow:hidden;
	margin:0px auto;
	}
	.contentwrap {
	margin-top:70px;
	}
	.mainvisual {
	max-height:251px;
	}
	.indent,.indent2 {
	padding:15px;	
	}
	.indent img {
	width:100%;
	max-width:620px;
	}
	.cut-left,.cut-right {
	margin:0px auto 30px auto;
	}
	.cut-block li {
	width:100%;
	padding-bottom:36px;	
	}
	.cut-block li img {
	margin:0px auto;		
	}
	.content-btnwrap a {
	display:block;
	width:90%;
	margin:15px auto;
	}
	.datatable th,.datatable td {
	display:block;
	padding:14px;
	text-align:center;
	}
}
@media screen and (min-width : 960px){
	#mainarea {
	width:710px;
	float:right;
	overflow:hidden;
	position:relative;
	z-index:3;
	}
	.contentwrap {	
	position:relative;
	z-index:3;
	}
	.mainvisual {
	height:251px;
	}
	.indent {
	padding:35px;	
	}
	.indent2 {
	padding:45px;	
	}
	.cut-left {
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	}
	.cut-right {
	float:right;
	margin-left:30px;
	margin-bottom:30px;
	}
	.cut-block li {
	float:left;
	width:50%;
	max-width:320px;
	padding-bottom:36px;	
	}
	.cut-block li:nth-child(odd) {
	padding-right:18px;
	}
	.cut-block li:nth-child(even) {
	padding-left:18px;	
	}
	.content-btnwrap a {
	display:inline-block;
	width:280px;
	margin:0 15px;
	}
	.datatable th,.datatable td {
	padding:14px;
	text-align:left;
	}

}
.content-btnwrap {
	position:relative;
	z-index:3;
}
.content-btnwrap a {
	text-align:center;
	padding:9px 0;
	border-radius:5px;
	background-color:#df7c09;
	background-image: url(../images/allow.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	color:#fff;
	font-size:112.5%;
	text-decoration:none;
	position:relative;
	z-index:3;
}
.content-btnwrap a:hover {
	background-color:#ffac4b;
}
.mokuroku-btn a {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.content-framewrap {
	display:table;
	width:100%;
	table-layout:fixed;
	margin-top:30px;
	position:relative;
	z-index:3;
}
.content-framewrap li {
	display:table-cell;
	text-align:center;
	vertical-align:bottom;
	padding:5px;	
}
/*-----------------------------------------
parts-info
------------------------------------------*/
.gmap {
	width:100%;
	height:320px;
	margin:40px 0;	
}
.datatable {
	width: 100%;
	border-top: 1px solid #d7d5cd;
}
.datatable tr {
	border-bottom: 1px solid #d7d5cd;	
}
.datatable th {
	white-space:nowrap;	
}
.address {
	background-color: #e9ece1;
	border-radius:5px;
	overflow:hidden;
}
.address h2 {
	background-color:#86b728;
	font-size:112.5%;
	font-weight:normal;
	color:#ffffff;
	padding:8px;
	text-align:center;	
}
.address p {
	padding:16px;
}
/*-----------------------------------------
parts-kotoba
------------------------------------------*/
.kotobatt {
	color:#81aa33;
	font-size:150%;
	font-weight:normal;
	border-bottom:3px solid #81aa33;
}
.kotobast {
	color:#81aa33;
	font-size:87.5%;
	font-weight:normal;
	text-align:right;
	margin-top:5px;
	margin-bottom:25px;
}
/*-----------------------------------------
parts-nezen
------------------------------------------*/
@media screen and (max-width : 959px){
	.nezentt {
	text-align:center;
	font-size: 150%;	
	}
	.nezenst {
	text-align:center;		
	}
}
@media screen and (min-width : 960px){
	.nezentt {
	font-size: 175%;	
	}	
}
.nezentt {
	background-color: #6a8c2a;
	background-image: url(../images/nezen/bg-nezentt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight:normal;
	color: #fff;
	border-radius:5px;
	padding-left:15px;
	margin-bottom:30px;
}
.nezenst {
	color:#516e19;
	font-size:175%;
	font-weight:normal;
	border-bottom:3px solid #81aa33;
	margin-bottom:35px;
}
.nezen img {
	display:block;
	width:100%;
	max-width:302px;
	height:auto;
}
.numberlist li {
	margin-bottom: 32px;
	padding-left:50px;
	position:relative;
}
.list1:before {
	content:" ";
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:30px;
	background-image: url(../images/n1.png);
	background-repeat: no-repeat;
	position:absolute;
	left:0px;
	top:-4px;
}
.list2:before {
	content:" ";
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:30px;
	background-image: url(../images/n2.png);
	background-repeat: no-repeat;
	position:absolute;
	left:0px;
	top:10px;
}

.list3:before {
	content:" ";
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:30px;
	background-image: url(../images/n3.png);
	background-repeat: no-repeat;
	position:absolute;
	left:0px;
	top:-4px;
}


/*-----------------------------------------
parts-sidemenu
------------------------------------------*/
#sidemenu li,#sidemenu-top li {
	background:#ffffff;
}
#sidemenu li a,#sidemenu-top li a {
	height:54px;
	padding-left:15px;
	text-decoration:none;
	color:#333333;
	border-radius:0px;
	box-shadow:none;
	background-repeat: no-repeat;
	background-image: url(../images/allow-black.png);
}
#sidemenu li a:hover,#sidemenu-top li a:hover {
	background-color:#ebf2c6;
}
@media screen and (max-width : 959px){
	#sidemenu li a,#sidemenu-top li a {
	line-height:54px;
	width:100%;
	background-position: 92% center;
	}	
	#menu .menu-2g a {
	padding-top:8px;
	line-height:150%;
	
	}
	.menu-2g span {
	display:block;		
	}
}
@media screen and (min-width : 960px){
	#sidemenu li a,#sidemenu-top li a {
	display:table-cell;
	width:230px;
	padding-right:30px;
	vertical-align:middle;
	background-position: 210px center;
	}	
}
/*-----------------------------------------
parts-footer
------------------------------------------*/
footer p {
	padding-top:40px;
	padding-bottom:0px;
}
@media screen and (max-width : 639px){
footer span {
	display:block;	
}
}
/*-----------------------------------------
parts-pagebacker
------------------------------------------*/
.pagebackswitch {
	position: fixed;
	z-index:1001;
	text-align:center;
	right: 10px;
	bottom: 10px;
	width:50px;
	height:50px;
	border-radius:4px;
	font-size:small;
	background:rgb(52,70,43);
	background:rgba(52,70,43,0.8);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
	-moz-animation: translate 0.4s;
	-webkit-animation: translate 0.4s;
	-o-animation: translate 0.4s;
	-ms-animation: translate 0.4s;
	animation: translate 0.4s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
 	animation-iteration-count: 1;
}
@-webkit-keyframes translate { 
  0%   { -webkit-transform:  translate(0px, 110px) ;}
  100%  { -webkit-transform:  translate(0px, 0px);}
}
@-moz-keyframes translate { 
  0%   { -moz-transform:  translate(0px, 110px) ;}
  100%  { -moz-transform:  translate(0px, 0px);}
}
@-ms-keyframes translate { 
  0%   { -ms-transform:  translate(0px, 110px) ;}
  100%  { -ms-transform:  translate(0px, 0px);}
}
@-o-keyframes translate { 
  0%   { -o-transform:  translate(0px, 110px) ;}
  100%  { -o-transform:  translate(0px, 0px);}
}
@keyframes translate { 
  0%   { transform:  translate(0px, 110px) ;}
  100%  { transform:  translate(0px, 0px);}
} 
 
.pagebackswitch:hover {
	background-color:rgb(52,97,30);
	background-color:rgba(52,97,30,0.9);
}
.pagebackswitch a {
	display:table-cell;
	vertical-align:middle;
	width:50px;
	height:50px;
	color:#fff;
	text-decoration:none;
}

.chirashi-wrap {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 4vw;
	margin:30px auto;
}
.chirashi-wrap img {
	max-width:100%;
}