@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	background: #ffffff;
}

img {
width:auto;
max-width: 100%;
height: auto;
}

.tC{
	text-align: center;
}
.tR{
	text-align: right !important;
}
.tS{
	font-size: 80%;
}
.selector {
  font-feature-settings: "palt";
}

.layer{
    display: none;
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 1002!important;
}
body.open{
	width: 100%;
    position: fixed;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

/*==================================================

header
=================================================*/

header {
	width: 100%;
	position: fixed;
	min-width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 30!important;
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 100px;
	background: #ffffff;
	border-top:5px solid #4ba34a;
}

#header-inner {
	width: 100%;
	max-width: 1500px;
	position: relative;
	margin: 0 auto;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 100px;
}

.headerbg {
	top: 0;
}
.headerbg #header-inner {
	margin: 0 auto;
}
.headr{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	z-index: 5;
}
.headr .tel{
	background: #4ba34a;
	padding: 0 35px;
	line-height: 1.0em;
	height: 40px;
	line-height: 40px;
	font-weight: 500;
	font-size: 2.0rem;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
}
.headr .tel a{
	color: #ffffff;
}

/* cf */

#header-inner:after {
    content:" ";
    display:block;
    clear:both;
}

/* header PC */

#header-logo {
	width: 30%;
	max-width: 500px;
	position: absolute;
	line-height: 0;
	
	left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
}
/* header img */

#header-logo img {
	width: 100%;
	height: auto;
}

/* header SP */

.header-spmenu {
	width: 70px;
	display: none;
	float: right;
	text-align: center;
	cursor: pointer;
	padding: 10px;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


/*==================================================

Navi
=================================================*/

/* header menu */

nav {
	width: 70%;
	max-width:800px;
	position: relative;
	float: right;
}

nav > ul {
	width: 100%;
	position: relative;
	display: table;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

/* cf */

nav:after,nav ul:after {
    content:" ";
    display:block;
    clear:both;
}
nav > ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 35px;
}
nav > ul > li {
	width: 16.6666%;
	position: relative;
}
nav > ul > li > a {
	width: 100%;
	display: block;
	font-size: 1.5rem;
	color: #201e1e;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0 5px;
}
nav > ul > li > a:hover {
	color: #4ba34a;
}


.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}




/*==================================================

table
=================================================*/

.fColRed {
	color: #F00;
}
.fColgreen {
	color: #4ba34a;
}
table{
	/*width: 96%;
	margin: 20px auto 30px;*/
}

table th,
table td{
	padding: 10px 20px;
	border-bottom: 1px solid #cccccc;
}
table th{
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #2c68b0;
	white-space: nowrap;
}
table td{
	letter-spacing: 0.05em;
	line-height: 1.7em;
}
table td dl{
	overflow: hidden;
}


/*==================================================

footer
=================================================*/

.pagetop {
	width: 50px;
	height: 50px;
	right: 0;
	bottom:0;
	position: fixed;
	z-index: 11;
	background: rgba(255,255,255,0.5);
}

footer {
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  background: #4ba34a;
	position: relative;
	
}
footer .Footer-inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
footer .info{
	width: 50%;
	line-height: 1.6em;
}
footer .info .comname{
	margin-bottom: 10px;
	max-width: 350px;
	width: 80%;
}
footer .copy{
	width: 50%;
}

footer .copy p{
  text-align: right;
  font-size: 12px;
	letter-spacing: 0.05em;
}

@media print, screen and (min-width:1px) and (max-width: 960px) {
	/*==================================================
	
	header
	=================================================*/


header {
	width: 100%;
	position: fixed;
	min-width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 20;
	height: 70px;
	background: #ffffff;
}
	
#header-logo {
	width: 80%;
	max-width: 350px;
	left: 20px;
  top: 15%;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
	
	/* header SP*/
	.header-spmenu {
		display: block;
	}
	
	.headerbg nav > ul > li > a {
		padding: 5%;
	}
	
	
.headr{
	display: none;
}
	/*==================================================
	
	Navi
	=================================================*/
	
	
	nav {
		/* モバイルメニュー幅 */
		width: 240px;
		height: 100%;
		position: fixed;
		display: block;
		background-color: #4ba34a;
		top: 0;
		right: -240px;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin-top: 0;
		padding: 0;
		z-index: 1003!important;
	}
	
	nav > ul {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		padding: 0;
		overflow: hidden;
	margin-top: 0;
	}
	nav > ul > li {
		width: 100%;
		display: block;
		border-bottom: 1px solid #dfdfdf;
	}

	nav > ul > li > a {
		width: 100%;
		display: block;
		font-size: 1.3rem;
		line-height: 2.5em;
		text-align: left;
		color: #FFF;
		padding: 10px;
	margin: 0;
	}
	nav > ul > li > a:hover {
		/*color: #333;*/
		background: #333;
	}

	
	
	.close-button {
		width: 50%;
		cursor: pointer;
		font-size: 1.2rem;
		color: #FFF;
		text-align: center;
		border: 1px solid #FFF;
		margin: 20px auto 100px;
		padding: 2px;
		
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.close-button:hover {
		color: #4ba34a;
		background-color: #333;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
}

@media only screen and (min-width:1px) and (max-width: 768px) {

	/*==================================================
	
	table
	==================================================*/


	/*==================================================
	
	footer
	=================================================*/

footer .info{
	width: 100%;
	line-height: 1.6em;
}
footer .info .comname{
	margin-bottom: 10px;
	max-width: 350px;
	width: 80%;
}
footer .copy{
	width: 100%;
}

footer .copy p{
  text-align: center;
	margin:10px auto;
  font-size: 11px;
	letter-spacing: 0em;
}
}
.spotoi{
	display: none;
}

@media only screen and (min-width:1px) and (max-width: 480px) {
	
	
	/*==================================================
	
	header
	==================================================*/

header {
	height: 70px;
}

#header-inner {
	height: 70px;
}
	
#header-logo {
	width: 75%;
	max-width: 350px;
	left: 10px;
  top: 28%;
}
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/

	
	/*==================================================
	
	table
	==================================================*/
	
table{
	width: 96%;
	margin: 20px auto 20px;
}
	table th{
		background: #f3f3f3;
	}
table th,
table td{
	width: 100%;
	display: block;
	padding: 5px 10px;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.4rem;
}
	
	
	/*==================================================
	
	footer
	==================================================*/
/*
	footer{
		margin-bottom: 70px;
	}
*/	
footer .info .comname{
	margin-bottom: 10px;
	max-width: 350px;
	width: 90%;
}
	
.pagetop {
	width: 40px;
	height: 40px;
}
	
}


@media print{
	header,.navopen{
		position: absolute;
	}
	nav{
		display: none;
	}
	
}