body {
	margin: 0px;
	padding: 0px;
	}

*{
	padding:0;
	margin: 0;
}
@font-face {
  font-family: "HSMW3";
  src:
    url("font/dfhsmw3.woff2") format("woff2"),
    url("font/dfhsmw3.woff") format("woff");
}

@font-face {
  font-family: "Gotham";
  src:
    url("font/gotham.woff2") format("woff2"),
    url("font/gotham.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  src:
    url("font/NotoSansJP_new.woff") format("woff2"),
    url("font/NotoSansJP_new.woff2") format("woff");
}


h1{
	font-size: 10pt;
	font-weight: normal;
}
h2{
	font-size: 10pt;
	font-weight: normal;
}

table    {
}
th       {
	color:#ffffff;
}
td       {
	color:#000;
	padding-left: 10px;
}

#header-line {
	height: 15px;
	width: 100%;
	color: #000;
}
#header {
	width: 100%;
	background-color: #FFF;
}

#top-out {
	width: 100%;
	text-align: center;
}

#top-in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;

}
#footer-bg {
	background-color: #FFF;
	width: 100%;
	line-height: 200%;

}
#footer-bg2 {
	width: 100%;
	line-height: 200%;
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	clear: both;
	background-color: #006837;

}
#footer-center {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	font-size: 12pt;
	color: #000;
}
#map {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer-access {
	width: 100%;
	line-height: 200%;
}
#footer-tel {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 200%;
	font-size: 14pt;
	color: #FFF;
}
#footer-logo {
	text-align: center;
	width: 100%;
	background-image: url(images/footer-town.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 250px;
}
.center {
	text-align: center;
	width: 100%;
}

.title {
	width: 100%;
	padding-top: 5px;
	font-size: 18pt;
	line-height: 200%;
	font-weight: bold;
	color: #8BC53F;
	text-align: center;
	text-decoration: underline;
}
.topics1 {
	padding: 5px;
	width: 950px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-left: 10px;
}
.topics {
	height: 350px;
	width: 100%;
	overflow: auto;
}
.conte-right {
	float: right;
	width: 45%;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14pt;
	line-height: 200%;
}
.conte-right2 {
	float: right;
	width: 55%;
}
.font1 {
	font-size: 12pt;
	font-weight: bold;
	color: #333;
}
.font2 {
	font-size: 16pt;
	font-weight: bold;
	color: #333;
}
.font3 {
	font-size: 150%;
	font-weight: bold;
	color: #666;
	font-family:Gotham;
}
.font-title {
	font-size: 250%;
	font-weight: bold;
	color: #630;
	font-family:NotoSansJP;
}
.bar {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pict-right {
	float: right;
	width: 600px;
	margin-left: 10px;
}
.company-pict {
	float: right;
	width: 450px;
	padding-left: 10px;
}
.contents2 {
	line-height: 300%;
	width: 100%;
}
.btn05 {
	position: relative;
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-heigt: 1.2em;

  -webkit-transition: .8s;
  transition: .8s;
}
.btn05:hover {
  cursor: pointer;
}
.btn05::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #73A82B;
  opacity: 0;
  visibility: hidden;
  -weblit-transition: .4s;
  transition: .4s;
}
.btn05:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
#navi {
	width: 750px;
	padding-top: 30px;
	padding-bottom: 10px;
	clear: both;
	float: right;
	text-align: right;

}
.center-index {
	text-align: center;
	width: 100%;
	clear: both;
}
.top-conte {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
}
#navi2 {
	text-align: center;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCEE77;
	padding-bottom: 10px;
}
.fadeIn {
  opacity: 0;
  transition: 3s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 2s;
	clear: both;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.video-wrap {
  position: relative;
}
video {
  display: block;
}
.top-text1 {
	color: #fff;
	font-family:NotoSansJP;
	font-size: 400%;
	position: absolute;
	left: 80px;
	top: 163px;
	z-index: 1;
}
.top-text2 {
	color: #fff;
	font-size: 200%;
	font-family:"HSMW3";
	position: absolute;
	left: 163px;
	top: 260px;
	z-index: 1;
}
.logo {
	font-size: 16pt;
	font-weight: bold;
	color: #666;
	padding: 5px;
	width: 350px;
	font-family: NotoSansJP;
}
.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 9999;
	opacity: 0.9;/*透明度を設定*/
}

.photo-r {
	width: 500px;
	margin-left: 10px;
	float: right;
}
.left {
	text-align: left;
	width: 100%;
	background-image: url(images/line-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.photo-l {
	float: left;
	width: 800px;
	margin-right: 15px;
}
.line {
	width: 90%;
	margin-top: 20px;
	margin-bottom: 15px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/line.png);
	background-repeat: no-repeat;
	height: 20px;
}
.line4 {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #73A82B;
	clear: both;
}
.line5 {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
}
.line6 {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73A82B;
	clear: both;
}
.contents100 {
	width: 100%;
}

.contents101 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.contents90 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
}

.s2 {
	width: 67%;
	margin-right: auto;
	margin-left: auto;
}
.zoomIn img{
  transform: scale(1);
  transition: .5s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img{/*hoverした時の変化*/
  transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}

/*　画像のマスク　*/

.mask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}
.line2 {
	background-image: url(images/line2-bg.jpg);
	background-position: left bottom;
	height: 3px;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 10px;
}
.line3 {
	background-image: url(images/line.png);
	background-position: center bottom;
	height: 20px;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 5px;
}
.text400 {
	line-height: 400%;
	width: 100%;
}
.text250 {
	line-height: 250%;
	width: 100%;
}
#top-greeting-bg {
	width: 100%;
	background-size: 65%;
}
#info {
	float: right;
	width: 80%;
}
   form {
      max-width: 100%;
      margin: auto;
      background: white;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    label {
      font-size: 1.2em;
      font-weight: bold;
      display: block;
      margin-top: 20px;
    }
    input[type="text"],
    input[type="email"],
    textarea {
      width: 100%;
      padding: 12px;
      font-size: 1.1em;
      font-weight: bold;
      margin-top: 5px;
      border: 2px solid #ccc;
      border-radius: 6px;
      box-sizing: border-box;
    }
    textarea {
      resize: vertical;
    }
    input[type="checkbox"] {
      transform: scale(1.5);
      margin-right: 10px;
    }
    input[type="submit"] {
      margin-top: 30px;
      padding: 15px 30px;
      font-size: 1.2em;
      font-weight: bold;
      background-color: #007BFF;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      width: 100%;
    }
    input[type="submit"]:hover {
      background-color: #0056b3;
    }
.text1 {
	background-color: #FBFFF0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.text2 {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.contents-index {
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B7CD24;
}

.contents1000px {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
}
.contact-LINE {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	color: #FFF;
	background-color: #06C655;
	font-size: 250%;
	font-weight: bold;
	font-family:NotoSansJP;
	transition: filter 0.3s ease;
}
.contact-LINE:hover {
    background-color: #35d66f;
}

.contact-LINE a,
.contact-LINE a:hover,
.contact-LINE a:visited,
.contact-LINE a:active {
    color: #fff !important;
    text-decoration: none !important;
}
