﻿@charset "utf-8";
@import url("reset.css");
@import url("default.css");

/* --------------------------------------------------------------------
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
-------------------------------------------------------------------- */
html {
	color: #25282b;
}
body {
	background-image: url(../img/common/body-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #ffffff;
}
article {
	padding: 0 30px;
	border-top: 6px solid #438349;
}
#phone {
	position: fixed;
	width: 100%;
	height: 60px;
	padding: 10px 0 0 0;
	left: 0;
	bottom: 0;
	background-color: #438349;
	z-index: 10;
	color: #ffffff;
	text-align: center;
}
#phone address {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .1em;
}
#phone img {
	display: inline;
	width: 15px;
	height: auto;
	margin-right: 6px;
}
#phone p {
	margin: 5px 10px;
	font-size: .6em;
}
footer {
	margin: 50px 0 0 0;
	padding: 20px;
	height: 350px;
	background-color: #add686;
}
#footer-logo {
	margin: 0 0 10px 0;
}
#footer-logo img {
	max-width: 260px;
	width: 100%;
}
.footer-nav ul li a {
	font-size: .9em;
	color: #25282b;
}
.footer-nav ul {
	margin: 20px 0 0 0;
}
#copyright {
	margin: 30px 0 0 0;
	text-align: center;
}

@media screen and (min-width:480px){
}
@media screen and (min-width:768px){
	footer {
		height: 285px;
	}
	.footer-box1 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.footer-nav ul {
		margin: 10px 0 0 30px;
	}
}
/* end: Back-header -------------------------------- */

/* start slidemenu */
#overlay-button {
  position: absolute;
  right: 1em;
  top: 2em;
  padding: 24px 11px 37px 11px;
  z-index: 20;
  cursor: pointer;
  user-select: none;
	background-color: #438349;
	border-radius: 10px;
}
#overlay-button:after {
	position: absolute;
	content: "Menu";
	font-size: 13px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #fff;
	top: 45px;
}
#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #fff;
}

input[type=checkbox] {
  display: none; 
  
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
  
  
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);

}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);


}

#overlay {
	height: 100vh;
	width: 100%;
	background: #438349;
	background-image: url("../img/common/bg.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	z-index: 15;
	visibility: hidden;
	position: fixed;
}
#overlay.active {

}
#overlay ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}
#overlay ul li {
	max-width: 80%;
	width: 230px;
	margin: 0.2em;
	padding: 0.5em;
	list-style-type: none;
	border-bottom: 1px solid #fff;
	text-align: left;
}
#overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}
#overlay ul li a:hover {
  color: #aaa!important;
}
.overlay-logo {
	margin: 20px auto 0 auto;
	max-width: 280px;
	width: 50%;
	text-align: center;
}
/* end slidemenu */
/* start: clearfix -------------------------------- */
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
} 
.clearfix {
	display: inline-block;
}
/* Hides from Mac IE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hide from Mac IE */
/* end: clearfix -------------------------------- */
/* start: Highlight -------------------------------- */
.Highlight a:hover img {
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}
/* end: Highlight -------------------------------- */
/* start: Page-top -------------------------------- */
#Page-top {
	position: fixed;
	bottom: 70px;
	right: 5px;
	font-size: 77%;
}
#Page-top a {
	background: #438349;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}
#Page-top a:hover {
	text-decoration: none;
	background: #63a369;
}
/* end: Page-top -------------------------------- */
