@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');


/*初期設定
----------------------------------------------------*/
html {
	min-width: 320px;
	font-size: 62.5%;/*10px*/
}

body {
	padding: 0;
	min-width: 320px;
	line-height: 1.5;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

.ie8 img{
	width: auto;
}

h1,h2,h3,h4,h5,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

i {
	padding: 0 0.5em 0 0;
}

p {
	margin: 0 0 10px;
}

a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.s_r_4 {
	float: right;
	width: 32.3076923%;
}

.s_l_4 {
	float: left;
	width: 32.3076923%;
}

.m_r {
	margin-right: 1.5384615% !important;
}

.m_l {
	margin-left: 1.5384615% !important;
}

/*clearfix*/
.clearfix,
article section,
article .section02 {
	zoom: 1;
}

.clearfix:after,
article section:after,
article .section02:after {
	content: "";
	display: block;
	clear: both;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.animation02 {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.img_big {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.img_big img{
  	transition: 0.3s;
}
 
.img_big img:hover{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}

/*layout
----------------------------------------------------*/
header {
	width: 100%;
	margin: 0 0 20px;
	background: linear-gradient(to bottom, #f0f7f0, white 50px);
}

header .inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 10px 0;
}

header h1 {
	margin: 0;
	padding: 0 0 20px;
	max-width: 70%;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}

header p.tel {
	max-width: 1400px;
	margin: 0 auto 20px;
	padding: 0 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
}

header p.tel a {
	color: #1B8122;
	text-decoration: none;
}

header p.tel span {
	display: block;
	height: 32px;
	line-height: 32px;
	background: #eee;
	border-radius: 20px;
	color: #1B8122;
	font-size: 24px;
	font-size: 2.4rem;
}

header p.address {
	color: #d288ca;
	text-align: center;
}

header #menu_btn {
	margin: 0;
}

header #menu_btn a {
	float: right;
	margin: 0 10px 15px 0;
	cursor: pointer;
}

nav#g_nav {
	position: fixed;
	max-width: 1040px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

header #menu_btn {
	margin: 0;
}

header #menu_btn a {
	float: right;
	cursor: pointer;
}

/* トグル */
#menu_btn {
	opacity: 0.9;
	position: fixed;
	top:   15px;
	right: 15px;
	z-index: 10000;
	width: 40px;
	height: 40px;
	background: rgba(27,129,34,0.8);
	z-index: 10000;
	border-radius: 50%;
}

.menu__line {
	position: absolute;
	display: block;
	width: 60%;
	height: 2px;
	background: #fff;
	transition: transform .3s;
}

.menu__line--top {
	top: 10px;
	left: 8px;
}

.menu__line--center {
  top: 19px;
  left: 8px;
}

.menu__line--bottom {
  bottom: 10px;
  left: 8px;
}

.menu__line--top.active {
  top: 18px;
  transform: rotate(45deg);
}

.menu__line--center.active {
  transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 20px;
  transform: rotate(135deg);
}

nav#g_nav ul.menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 75px 0 0;
	background: #1B8122;
	z-index: 9999;
}

nav#g_nav ul.menu > li a {
	display: block;
	padding: 15px 5px;
	background: #1B8122;
	border-top: 1px solid #1f6d24;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	zoom: 1;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

nav#g_nav ul.menu > li > a:hover{
	background-color: #319b38; 
}

header #mainImage {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0 auto 30px;
}

header #pagetitle {
	text-align: center;
	background: #1B8122;
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	padding: 0.3em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

#wrapper {
	clear: both;
}

section {
	padding: 0 10px;
	max-width: 1400px;
	margin: 0 auto 5%;
}

section.full {
	padding: 0;
	max-width: none;
	margin: 0 0 5%;
}

section.full .inner {
	padding: 0 10px;
	max-width: 1400px;
	margin: 0 auto;
}

.section02 {
	margin: 0 0 30px;
}

article h2.title01 {
	margin: 0 0 1em;
	font-size: 22px;
	font-size: 2.2rem;
	border-bottom: 1px solid #b3b2b2;
	font-weight: normal;
	background-size: 40px 40px;
	padding: 0 0 3px;
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

article h2.title01::after {
	position: absolute;
	bottom: 3px;
	right: 0;
	content: "";
	display: block;
	background: #ae1919;
	width: 20px;
	height: 3px;
}

article h2.title01 span {
	padding-left: 1em;
	font-size: 14px;
	font-size: 1.4rem;
	color: #ae1919;
}

.page_top {
	display:none;
	position:relative;
	width:90%;
	max-width:1040px;
	height:0;
	margin:0 auto;
}
.page_top a {
	position: fixed;
	bottom: 0px;
	left: auto;
	padding: 0;
	right: 5%;
	display: block;
	width: 50px;
	height:50px;
	margin-left:100%;
	outline:none;
	z-index: 2000;
	color: #fff;
	font-size: 30px;
	font-size: 3.0rem;
	background: rgba(0,0,0,0.3);
	text-align: center;
}

.page_top a i {
	padding: 0;
}

footer {
	clear: both;
	border-top: 1px solid #1E8325;
	padding: 20px 10px;
	text-align: center;
}

/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
	.r_4 {
		float: right;
		width: 32.3076923%;
	}
	
	.l_4 {
		float: left;
		width: 32.3076923%;
	}
	
	.l_8 {
		float: left;
		width: 66.1538461%;
	}
	
	
	header {
		height: auto;
		margin: 0 0 40px;
		padding: 20px 0 0;
	}
	
	header .inner {
		padding: 0 10px;
	}
	
/*	header h1 {
		float: left;
		padding: 0 0 30px;
	}
	
	header p.tel {
		float: right;
		width: 250px;
		margin: 10px 0 0;
		padding: 0;
	}
	
	nav#g_nav {
		clear: both;
		position: relative;
		max-width:1400px;
		margin: 0 auto 100px;
		background: none;
	}
	
	nav#g_nav #menu_btn{
		display: none;
	}
	
	nav#g_nav ul.menu {
		position: relative;
		display: block;
		width: 100%;
		box-shadow: none;
		padding: 0 0 0;
		background: none;
	}
	
	nav#g_nav ul.menu > li {
		float: left;
		width: 25%;
	}
	
	nav#g_nav ul.menu > li a {
		position: relative;
		float: none;
		width: auto;
		height: 70px;
		padding: 20px 0 0;
		border-top: none;
		-webkit-tap-highlight-color: rgba(9,123,162,0.3);
		background: #333;
		margin: 0 2%;
	}
	
	nav#g_nav ul.menu > li a:hover {
		background: #444;
	}
*/
	
	section {
		padding: 0 20px;
	}
	
	section.full {
		padding: 0;
	}
	
	section.full .inner {
		padding: 0 20px;
	}
			
}

/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 800px) {
/*	nav#g_nav ul.menu > li a {
		height: 75px;
		padding: 15px 0 0;
	}
	
	nav#g_nav ul.menu > li a span {
		font-size: 26px;
		font-size: 2.6rem;
	}*/
}

@media only screen and (min-width: 1040px) {

}
