@media only screen and (max-width: 640px) {

*{
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color: #231815;
	background: #ffffff;
	line-height: 1.86666667;
	word-wrap: break-word;
}

a, span, img {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}

a, a:link, a:visited {
	color: #231815;
	text-decoration: none;
}

a:hover {
	color: #231815;
}

img{
	vertical-align: middle;
}
#top {
	position: relative;
}

#md-site {
	padding-top: 70px !important;
}

.container-inner {
	width: auto;
}


/* HEADER */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #fff;
	z-index: 3000;
}

#header .container-inner {
	padding: 10px 60px 10px 15px;
}

#header .primary {
}

#header .h-logo {
	display: block;
	margin: 0;
	line-height: 0;
}

#header .h-logo a {
	display: inline-block;
	text-decoration: none;
}

#header .h-logo a:hover, #header .h-logo a:active {
	filter: alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity: 0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6;
	zoom: 1; /*IE*/
}

#header .h-logo a img {
	width: auto;
	max-height: 50px;
}

#header .secondary,
#header .tertiary {
	display: none;
}


/* NAVIGATION */

#nav{
}
#nav #pc-nav{
	display: flex;
	border-top: 1px solid #C9CACA;
	border-bottom: 1px solid #C9CACA;
}
#nav #pc-nav > li{
	display: flex;
	align-items: center;
  justify-content: center;
	width: 20%;
	min-height: 50px;
	border-right: 1px solid #C9CACA;
}
#nav #pc-nav > li.home{
	display: none;
}
#nav #pc-nav > li:last-child{
	border: none;
}
#nav #pc-nav > li a{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #231815;
	text-align: center;
	line-height: 1.2;
	font-size: 1.2rem;
}
#nav #pc-nav > li.on{
	background: #C2DB7E;
}

#sp-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3500;
	margin-bottom: 0;
}

#sp-menu a {
}

#sp-menu .menu {
	float: right;
	width: 40px;
	height: 40px;
}

#sp-menu .menu a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: #345430;
}

#sp-menu .menu a .icon {
	display: block;
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	margin: auto;
	width: 23px;
	height: 2px;
	background: #fff;
	transition: .2s;
}

#sp-menu .menu a .icon:before,  #sp-menu .menu a .icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: auto;
	width: 23px;
	height: 2px;
	background: #fff;
	transition: .3s;
}

#sp-menu .menu a .icon:before {
	margin-top: -8px;
}

#sp-menu .menu a .icon:after {
	margin-top: 6px;
}

#sp-menu .menu a.close .icon {
	background: transparent;
}

#sp-menu .menu a.close .icon:before {
	margin-top: 0;
}

#sp-menu .menu a.close .icon:after {
	margin-top: 0;
}

#sp-menu .menu a.close .icon:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#sp-menu .menu a.close .icon:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

#sp-menu .menu a .text {
	display: block;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: auto;
	color: #000000;
	font-size: 0.64em;
	font-weight: bold;
	text-align: center;
}

#sp-menu .tel a .icon {
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-image: url(../images/common/tel_sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 20px;
}

#sp-menu .tel a .text {
	display: block;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: auto;
	color: #ffffff;
	font-size: 0.64em;
	font-weight: bold;
	text-align: center;
}


#md-nav {
	position: fixed;
	top: 70px;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	margin: auto;
	padding: 20px;
	z-index: 2000;
	display: none;
	background-color: rgba(220,235,217,0.9);
}

#sp-nav {
	margin-bottom: 30px;
}

#sp-nav li {
	display: block;
	width: 100%;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px solid #9FA0A0;
}


#sp-nav li a, #sp-nav li span.parent {
	display: block;
	padding: 12px 12px 12px 24px;
	font-size: 14px;
	text-decoration: none;
	color: #231815;
  background: url(../images/common/anchor-type03.png) no-repeat 10px 17px;
  background-size: 7px auto;
	cursor: pointer;
}

#sp-nav > li a:hover {
	background-color: rgba(255,255,255,0.5);
}

#sp-nav > li.on > a, #sp-nav > li.on span.parent, #sp-nav > li > a:hover {
	background-color: rgba(255,255,255,0.5);
}

#sp-nav li a span.sub, #sp-nav li span.parent span.sub {
	font-size: 10px;
}

#sp-nav li ul {
	display: none;
	border-top: 1px solid #9FA0A0;
	padding-top: 1px;
	margin: 0 0 10px 15px;
}

#sp-nav li li {
	border-bottom: 1px dotted #9FA0A0;
}

#sp-nav li li:last-child {
	border-bottom: none;
}

#sp-nav li li a, #sp-nav li li span.parent {
	display: block;
	font-size: 14px;
	background-image: url(../images/common/anchor-type04.png);
	background-position: 10px 14px!Important;
	background-repeat: no-repeat!Important;
	background-size: 6px 10px!Important;
	padding: 10px 10px 8px 24px;
}

#sp-nav li span.parent span {
	display: block;
	min-height: 20px;
	background: url(../images/common/sp_nav_open.png) center right no-repeat;
	background-size: 20px 20px;
}

#sp-nav li span.parent.open span {
	background: url(../images/common/sp_nav_close.png) center right no-repeat;
	background-size: 20px 20px;
}

#sp-nav li span.parent.open, #sp-nav li li.on a, #sp-nav li li a:hover {
	background-color: rgba(255,255,255,0.5);
}

#sp-nav li span.cnst, #sp-nav li li span.cnst {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/* TITLE */

#title {
	margin-bottom: 0;
	min-height: 60px;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#title .container-inner {
	display: flex;
	align-items: center;
	min-height: 60px;
	padding: 5px 10px;
}

#title .title {
	margin-bottom: 0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.5pt;
	line-height: 1.0;
}


/* CONTENT */

#content {
}

#content .container-inner {
	padding: 10px;
}

#breadcrumb li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3rem	;
}

#breadcrumb li a {
	color: #231815;
}

#breadcrumb li.on {
	color: #231815;
	font-weight: bold;
}

#c-wrapper {
}

#main {
	margin-bottom: 50px;
}

#side {
	display: none;
}

#content #side #snav {
	padding: 0 10px;
}


.section {
	margin-bottom: 40px;
}

.section-s {
	margin-bottom: 30px;
}

.section-ss {
	margin-bottom: 20px;
}


.pagetop {
	display: none;
}

.pagetop_sp {
	margin-bottom: 0;
}
.pagetop_sp a {
	display: block;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	background: #006934;
	color: #fff;
}

.pagetop a:hover {
	text-decoration: none;
}

.inlink {
	margin-top: -80px;
	padding-top: 80px;
}

.movie-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


#sub-nav .nav-list{
	display:flex;
	justify-content: space-between;
}
#sub-nav .nav-list li{
	width:48%;
}
#sub-nav .nav-list li a{
	display: block;
	padding:13px;
	background: #fff;
	border: 1px solid #36AE37;
	text-decoration: none;
}
#sub-nav .nav-list li a:hover{
	background: #d3eed4;
}
#sub-nav .image{
	display:none;
}
#sub-nav .text{
	padding-left: 20px;
	font-size: 1.5rem;
	font-weight: bold;
	background: url(../images/common/anchor-type02.png) no-repeat left center;
	background-size: 12px auto;
}


/* SUBNAV */

#subnav{
	width:100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:999;
}
#subnav .subnav-list{
	display:flex;
	align-items: center;
  justify-content: space-between;
	margin-bottom:0;
}
#subnav .subnav-list li{
	width: 25%;
	border-top:1px solid #C9CACA;
	border-bottom:1px solid #C9CACA;
}
#subnav .subnav-list li a{
	display:block;
	padding:5px 10px 20px;
	text-align:center;
	border-right:1px solid #C9CACA;
}
#subnav .subnav-list li:last-childe a{
	border-right:none;
}
#subnav .subnav-list li.recruit a{
	background:#fff;
}
#subnav .subnav-list li.tel a{
	background:#006732;
}
#subnav .subnav-list li.contact a{
	background:#598250;
}

/* FOOTER */

#footer {
	background-color: #DCEBD9;
}

#footer .container-inner {
	padding: 20px 0;
}

#footer a {
	color: #231815;
}

#footer .f-nav{
  display: grid;
  grid-template-rows: 37px 37px 37px 37px 37px 37px 37px 37px;
  grid-template-columns: 50% 50%;
	margin-bottom: 50px;
	border-top: 1px solid #9FA0A0;
	border-bottom: 1px solid #9FA0A0;
}
#footer .f-nav .nav-list{
	margin-bottom: 0;
}
#footer .f-nav .nav-list:nth-child(1){
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}
#footer .f-nav .nav-list:nth-child(2){
	grid-row: 3 / 7;
	grid-column: 1 / 2;
}
#footer .f-nav .nav-list:nth-child(3) > li,
#footer .f-nav .nav-list:nth-child(4) > li{
	border-left: 1px solid #9FA0A0;
}
#footer .f-nav .nav-list:nth-child(3){
	grid-row: 1 / 3;
  grid-column: 2 / 3;
}
#footer .f-nav .nav-list:nth-child(4){
	grid-row: 5 / 8;
  grid-column: 2 / 3;
}
#footer .f-nav .nav-list .child{
	margin-bottom: 0;
}
#footer .f-nav .nav-list > li.garden .child,
#footer .f-nav .nav-list > li.reform .child{
	display: none;
}
#footer .f-nav .nav-list a{
	display: block;
	height: 37px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #9FA0A0;
}
#footer .f-nav .nav-list > li > a{
	padding-left: 25px;
	font-weight: bold;
	background: url(../images/common/anchor-type03.png) no-repeat 10px 13px;
	background-size: 7px auto;
}
#footer .f-nav .nav-list .child > li > a{
	padding-left: 30px;
	background: url(../images/common/anchor-disc.png) no-repeat 15px 17px;
	background-size: 3px auto;
}
#footer .f-nav .nav-list:nth-child(4) > li:last-child a{
	border:none;
}
#footer .f-sign {
	margin-bottom: 30px;
}


#footer .f-sign {
	margin-bottom: 30px;
	padding: 0 20px;
}
#footer .f-name {
	margin-bottom: 0;
}
#footer .f-name a {
	font-size:1.8rem;
	font-weight: bold;
	text-decoration: none;
}
#footer .f-name a:hover {
	filter: alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity: 0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6;
	zoom: 1; /*IE*/
}
#footer .office-box{
	margin-bottom: 10px;
}
#footer .office-box .name{
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: bold;
}
#footer .f-address {
	margin-bottom: 10px;
	line-height: 1.5;
}
#footer .f-address > span{
	display: block;
}
#footer .f-address .f-place{
	display: block;
}
#footer .f-address .f-tel,
#footer .f-address .f-fax,
#footer .f-address .f-holiday{
	display: inline-block;
	margin-right: 5px;
	font-size: 1.3rem;
}

#footer .copyright {
	margin: 0;
	padding-bottom: 60px;
	font-size: 1.1rem;
	text-align: center;
}

}
