@charset "utf-8";

:root {
	--gr:#399338;
	--or:#ffa500;
	--lgr:#f3ffd4;
	--wh:#fff;
	--bk:#333;
}

/*--*--*/
*{
  font-size:16px;
	font-weight:bold;
  font-family: 'Noto Serif JP', serif;
}
#wrap{
	position:relative;
}
h1{
	display:none;
}
h3{
position: relative;
font-size:36px;
font-weight: bold;
margin: 0 0 60px;
padding-left:50px;
}
h3:before {
	top: 5px;
	left: 15px;
	width: 26px;
	height: 26px;
	border: 4px solid var(--or);
}
h3:after {
	top: -10px;
	left:0;
	width: 32px;
	height: 32px;
	border: 4px solid var(--gr);
}
h3:before,
h3:after{
	position:  absolute;
	content: "";
}
h3 span{
	font-size: 28px;
	color: var(--or);
	margin-left: 24px;
}
.contents{
	padding:60px 0 40px;
	background-color:var(--lgr);
}
a:hover{
  text-decoration:none !important;
}
ul{
  padding-left:0;
}
li{
  list-style:none;
}
.img-center{
  display:block;
  margin:auto;
}
.br-xs{
	display:none;
}
.btn{
	background-color:var(--gr);
	border:solid 2px var(--gr);
	color:var(--wh);
	width:240px;
	margin:60px auto 0;
	display:block;
	font-size:20px;
	font-weight:bold;
}
.btn:hover{
	background-color:var(--wh);
	color:var(--gr);
}
.btn,
.btn:hover{
	transition:0.5s;
}
@media screen and (max-width:992px){
	h3 span{
		display:none;
	}
	.br-xs{
		display:block;
	}
	.wbr{
		display:none;
	}
	.btn{
		width:80%;
	}
}

/*--line--*/
.line-box{
	background-color:#00B900;
	border:solid 2px #00B900;
}
.line-box-ue{
	padding-top:15px;
}
.line-img{
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.line-title{
	color:#fff;
	font-size:30px;
	font-weight:bolder;
	padding-top:20px;
}
.line-box-shita{
	border-top:solid 1px #fff;
	border-top-left-radius:50%;
	border-top-right-radius:50%;
	background-color:#fff;
}
.line-text{
	color:#00B900;
	text-align:center;
	font-size:30px;
	font-weight:bolder;
	padding-top:20px;
}
.line-contents{
	padding-bottom:15px;
}
.line-free{
	color:#fff;
	background-color:#f00;
	width:70px;
	height:70px;
	border-radius:50%;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
	padding-top: 17px;
	margin:20px auto 0;
	display:block;
}
.line-contact{
	background-color:#00B900;
	border-radius:20px;
	color:#F8F000;
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
	margin-top: 30px;
}
.line-qr{
	width:100px;
	height:100px;
	border:solid 1px #333;
	margin-top:0;
}
@media screen and (max-width:640px){
	.line-title{
		font-size:20px;
		padding-top:0;
	}
	.line-text{
		font-size:20px;
	}
	.line-qr{
		width:200px;
		height:200px;
		margin-top:20px;
	}
	.line-contact{
		font-size:24px;
	}
}

/*--width--*/
.w120{
  width:120px;
  margin:0 auto;
}
.w240{
  width:240px;
  margin:0 auto;
}
.w360{
  width:360px;
  margin:0 auto;
}
.w480{
  width:480px;
  margin:0 auto;
}
.w640{
  width:640px;
  margin:0 auto;
}
.w720{
  width:720px;
  margin:0 auto;
}
.w840{
  width:840px;
  margin:0 auto;
}
.w960{
  width:960px;
  margin:0 auto;
}
@media screen and (max-width:991px){
  .w120,
  .w240,
  .w360,
  .w480,
  .w640,
  .w720,
  .w840,
  .w960{
    width:100%;
  }
}

/*--text-box--*/
.text-box,
.text-box-c,
.sp-text-box{
	line-height:240%;
	font-size:16px;
	padding-bottom:20px;
}
.text-box-c{
	text-align:center;
}
.sp-text-box{
	text-align:center;
}
@media screen and (max-width:992px){
	.sp-text-box{
		text-align:left;
	}
	.sp-text-box br{
		display:none;
	}
}

/*--acction-btn--*/
.sendmail,
.calling,
.backtotop{
  position:fixed;
  bottom:16px;
  right:-64px;
  display:block;
  color:var(--gr);
  text-decoration:none;
  font-weight:bold;
  background-color:var(--wh);
  border:solid 1px;
	border-color:var(--gr);
  width:64px;
  height:64px;
  text-align:center;
  border-radius:100%;
  box-sizing:border-box;
  z-index:200;
	box-shadow:3px 3px 3px rgba(0,0,0,0.7);
}
.sendmail{
	padding-top:14px;
  /*color:#5b0e0e;*/
  /*background-color:#fff;*/
  /*border:solid 1px #5b0e0e;*/
}
.calling {
	padding-top:16px;
  /*color:#5b0e0e;*/
  /*background-color:#fff;*/
  /*border:solid 1px #5b0e0e;*/
}
.backtotop {
	padding-top:16px;
  /*color:#5b0e0e;*/
  /*background-color:#fff;*/
  /*border:solid 1px #5b0e0e;*/
}
.backtotop:hover,
.calling:hover,
.sendmail:hover{
  background-color:var(--gr);
  color:var(--wh);
  transition:0.3s;
  border:solid 1px;
	border-color:var(--wh);
}

/*header*/
.navbar-default{
	background-color:rgba(243,255,212,0.6);
	border-color:var(--gr);
}
.menu6{
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.menu6 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu6 li {
  display: inline-block;
  list-style: outside none none;
}
.menu6 a{
  padding: 0.3em 0;
  position: relative;
}
.menu6 a:before,
.menu6 a:after {
  height: 3px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color:var(--gr);
  width: 0;
}
.menu6 a:before {
  top: 0;
  left: 0;
}
.menu6 a:after {
  bottom: 0;
  right: 0;
}
.menu6 a:hover,
.menu6 .current a {
  color:var(--dark);
}
.menu6 a:hover:before,
.menu6 .current a:before,
.menu6 a:hover:after,
.menu6 .current a:after {
  width: 100%;
}
.navbar-default .navbar-nav>li>a{
	color:var(--gr);
	font-size:20px;
}
.navbar-brand{
  background: url("./img/logo.png") no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 250px;
}

/*mainv*/
.mainv{
	background-image:url(./img/main.jpg);
	background-size:cover;
	background-position:center;
	height:100vh;
	position:relative;
}
h2{
	position: absolute;
	text-align: center;
	font-size: 120px;
	top: 40%;
	right: 5%;
	margin: 0;
	color:var(--wh);
	text-shadow:2px 2px 2px var(--or);
}
h2 span{
	font-size:48px;
	margin-right:20px;
}
@media screen and (max-width:992px){
	.mainv{
		background-position:left;
	}
	h2{
		font-size:60px;
		top:50%;
	}
	h2 span{
		font-size:30px;
		margin-right:10px;
	}
}

/*about*/
#about.contents{
	position:relative;
}
#about.contents:before{
	background-image:url(./img/back1.png);
	width:300px;
	height:480px;
	top:0;
	right:0;
}
#about.contents:after{
	background-image:url(./img/back2.png);
	width:250px;
	height:280px;
	bottom:0;
	left:0;
}
#about.contents:before,
#about.contents:after{
	content:"";
	display:inline-block;
	background-size:100%;
	background-repeat:no-repeat;
	position:absolute;
}
.about-pc .about-box{
	position:relative;
	width:80%;
	height:auto;
	border-radius:50%;
	margin:0 auto;
	border:solid 5px var(--gr);
	background-color:var(--wh);
}
.about-pc .about-box:before{
	content:"";
	display:block;
	padding-top:100%;
}
.about-pc .about-block{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.about-pc .about-box h4{
	font-size:60px;
	color:var(--gr);
	margin-top:10%;
}
.about-pc .about-box h5 span{
	font-size:20px;
	font-weight:bold;
	border-bottom:solid 2px var(--or);
}
.about-pc .about-box h4,
.about-pc .about-box h5{
	text-align:center;
}
.about-sp h4{
	color:var(--gr);
	border-bottom:solid 2px var(--or);
	font-size:36px;
}
.about-sp h4 span{
	color:black;
	font-size:20px;
	margin-left:4%;
}
@media screen and (max-width:992px){
	#about.contents:before{
		width:100px;
		height:160px;
	}
	#about.contents:after{
		width:60px;
		height:70px;
	}
}

/*company*/
.company-table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}
.company-table th,
.company-table td{
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
}
.company-table th{
  background-color: #c79852;
  color: white;
  border:solid 1px #927141;
}
.company-table td{
  background-color: #e4d4bc;
  border:solid 1px #af9d85;
}
@media screen and (max-width:992px){
	.company-table th,
	.company-table td{
		display:block;
	}
}

/*contact*/
.form{
	width:100%;
	border:solid 1px var(--gr);
}
.form th{
	width:30%;
	background-color:var(--gr);
	color:var(--wh);
	border-bottom:solid 1px var(--wh);
}
.form th span.red{
	font-size:12px;
	background-color:red;
	color:var(--wh);
	padding:5px 8px;
	margin-left:10px;
}
.form td{
	width:70%;
	border-bottom:solid 1px var(--gr);
}
.form th,
.form td{
	padding:16px;
}
.form tr:last-child th,
.form tr:last-child td{
	border:none;
}
.form td .form-input{
	width:100%;
}
@media screen and (max-width:992px){
	.form th,
	.form td{
		display:block;
		width:100%;
	}
}

/*footer*/
footer{
	background-color:var(--gr);
}
.cr{
	color:var(--wh);
	text-align:center;
	padding:10px 0;
}