 @charset "utf-8";
/* CSS Document */

* {
	
}

body{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	background: #F5F5F5 ;
	color: #333;
	border-top: solid 5px #118d14;
}
a {
	color: #333333;
	text-decoration: none;
	
}

a:hover {
	
}

a:visited {

}

h1{
	font-size: 12px;
	color: #333;
}

h5 {
	padding-left: 15px;
	background: url(../img/bg_h5.jpg) no-repeat;
}

td {
	border: 0;
}
/* span 系*/

span.bold{
	font-weight: bold;
}

/* p 系*/

p.bold {
	font-weight: bold;
}

p.tright {
	text-align: right;
}
p.box {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 10px;
}

.question {
	color: #333333;
	font-size: 15px;
}

td {
	border: 0;
}
#form table.form { 
	border:1px solid #7777bb;
	border-collapse:collapse;
	margin-top:1em;
}

#form table.form th,td {
	text-align:left;
	border:0px;
	padding:8px;
}
#form table.form td {

}
.sitemap a {
	color: #118d14;
}
#gmap {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#gmap iframe,
#gmap object,
#gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 601px) { /*601px以上*/
#container{
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
#header {
	width: 1000px;
	height: 124px;
}
#l_header {
	float: left;
	width: 700px;
	height: 120px;
}
#r_header {
	float: right;
	width: 300px;
	height: 120px;
}

h2 {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	border-left: solid 5px #118d14;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 15px;
	font-weight: bold;
}
h4 {
	width: 1000px;
	font-size: 16px;
	margin-bottom: 15px;
	color: #003399;
}

#contents {
	width:1000px;
	font-size: 14px;
	min-height: 300px;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#menu {
	display: block;
	width: 1000px;
	height: 10px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
}

#nav ul li a:hover {
	background-position: bottom;
}
#nav li span {
	display:none;
}


.btn,
a.btn,
button.btn {
  width: 80%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 1.5rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 2.5rem;
  color: #fff;
  background: #2b9e3f;
  -webkit-box-shadow: 0 5px 0 #1d7232;
  box-shadow: 0 5px 0 #1d7232;
}

a.btn-c span {
  font-size: 1.2rem;
  position: absolute;
  top: -10px;
  /*left: calc(50% - 28%);*/
  display: block;
  padding: 0.2rem 0.7em;
  color: #1d7232;
  border: 2px solid #1d7232;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #1d7232;
  -webkit-box-shadow: 0 2px 0 #1d7232;
  box-shadow: 0 2px 0 #1d7232;
}

a.btn-c:hover:before {
  left: 2rem;
}



#footer {
	width: 1000px;
	height: 180px;
	background: #fff;
	margin: 0 auto;
	clear: both;
	display: block;
	position: relative;
	font-size: 12px;
}

#footercopy {
	width: 400px;
	height: 180px;
	float: left;
}
#footerright {
	width: 600px;
	float: right;
	height: 140px;
	margin-top: 30px;
}
.foot1 {
	float: left;
	width: 120px;
	padding-left: 50px;
	border-left: 1px solid #b9b9b9;
}
.foot2 {
	float: left;
	width: 160px;
	padding-left: 50px;
	border-left: 1px solid #b9b9b9;
}
.foot3 {
	float: left;
	width: 140px;
	padding-left: 50px;
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
}

.sponly {
	display: none;
}
iframe.form {
	width: 980px;
	height: 930px;
	border: 0;
}
} /*601px以上ここまで*/
@media screen and (max-width:600px) { /*600px以下*/
img {
	max-width: 100%;
	height: auto;
}
p.spfull img {
	width: 100%;
}
#container{
	width: 100%;
	padding-top: 45px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
#header {
	display: none;
}

h2 {
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	width: 90%;
	border-bottom: 1px solid #cacaca;
	background: url('../img/bg_arrow.jpg') no-repeat 0% 40%;
	margin-bottom: 20px;
	padding: 0 0 2px 20px;
	font-size: 17px;
	font-weight: bold;
}
h3 {
	border-left: solid 5px #00A0E9;
	height: 20px;
	padding: 0px 0px 5px 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
h4 {
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	width: 100%;
	font-size: 14px;
	margin-bottom: 15px;
	color: #003399;
}

#menu {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 105px;
	padding-top: 5px;
	margin-bottom: 10px;
}

#contents {
	width:100%;
	font-size: 14px;
	margin: 5px 0 0 0;
	background-color: #fff;
	position: relative;

}

table {
	max-width: 98%;
}
ul li.f_left {
	float: left;
	width: 80px;
}


#footer {
	width: 100%;
	height: 180px;
	margin: 0 auto;
	clear: both;
	display: block;
	font-size: 12px;
}

#footercopy img {
	margin: 0 auto;
}
#footerright {
	display: none;
}
div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
	max-width: 97% !important;
}
div.fb_iframe_widget, 
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
	width: 97% !important;
	height: 100px !important;
	display: none;
}
.pconly {
	display: none;
}
iframe.form {
	width: 100%;
	height: 1150px;
	border: 0;
}


.btn,
a.btn,
button.btn {
  width: 90%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 1rem;
  position: relative;
  padding: 0.25rem 0.8rem 1.5rem 0.8rem;
  color: #fff;
  background: #2b9e3f;
  -webkit-box-shadow: 0 5px 0 #1d7232;
  box-shadow: 0 5px 0 #1d7232;
}

a.btn-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -10px;
  /*left: calc(50% - 28%);*/
  display: block;
  padding: 0.2rem 0.7em;
  color: #1d7232;
  border: 2px solid #1d7232;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #1d7232;
  -webkit-box-shadow: 0 2px 0 #1d7232;
  box-shadow: 0 2px 0 #1d7232;
}

a.btn-c:hover:before {
  left: 2rem;
}



} /*600px以下ここまで*/