@charset "utf-8";
/* CSS Document */

/*body*/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.7;
  cursor: default;
}
#wrap{
	width: 100%;
	margin: 0 auto;
}
/*common-style*/
a{
	text-decoration: none;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
/*header*/
/*logo*/
h1{
	position: fixed;
	z-index: 2000;
	margin-top: 3px;
	margin-left: 15px;
	opacity: 0.9;
}
/*gnav*/
#gnav {
  width: 100%;
  height: auto;
  background-color: hsla(0,0%,100%,0.05);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

#gnav ul {
  text-align: center;
  border-bottom: 1px solid #3f7e41;
}
#gnav li {
  display: inline-block;
  margin: 10px;
  font-size: 1.25rem;
  font-style: italic;
  margin-right: 2%;
}
#gnav li:last-child {
  margin-right: 0;
}
#gnav li a {
  padding: 10px 0;
  color: #000000;
}
#gnav li a:hover {
	color: #777;
	font-style: normal;
	font-weight: 500;
}
.sign{
	color: #fbcfe8;
	font-style: normal;
	font-weight: 700;
}
.sign:hover{
	color: #000;
}
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

@media screen and (max-width:959px) { /*tablet*/
	#gnav li{
		margin: 23px;
	}
	#gnav li a{
		display: none;
	}
}

/*container*/
#container {
  background-color: #ffffff;
  background-image: url("../images/flowers-green.png");
}

/*title*/
.title_bg{
	width: 100%;
	margin: 0 auto;
	background-color: #3f7e41;
	text-align: center;
	padding: 4% 0 4%;
}
h2{
	font-size: 1.85rem;
	color: #fff;
}

@media screen and (max-width:659px){ /*smartphone*/ 
	h2{
		font-size: 1.55rem;
	}
}

/*----------service-contents----------*/
#sv_contents{
	width: 80%;
	margin: 0 auto;
}
#sv_contents h3{
	font-size: 1.65rem;
	font-weight: 500;
	color: #3f7e41;
	margin: 50px 0 20px;
	border-bottom: 1px solid #000;
}
#sv_contents figure{
	margin-bottom: 40px;
	overflow: hidden;
}
#sv_contents figure p{
	float: left;
}
.images{
	padding: 5px 0 0 80px;
}
#sv_contents figcaption{
	width: 65%;
	float: right;
	text-align: left;
}
#sv_contents figure:last-child{
	margin-bottom: 100px;
}

@media screen and (max-width:959px) { /*tablet*/ 
	#sv_contents h3{
		font-size: 1.25rem;
	}
	#sv_contents figure{
		text-align: center;
	}
	#sv_contents figure p{
		float: none;
	}
	#sv_contents figcaption{
		float: none;
		width: 95%;
		margin: 20px auto 30px;
		text-align: center;
	}
	.images{
		padding-right: 60px;
	}
}
@media screen and (max-width:659px){ /*smartphone*/ 
	#sv_contents h3{
		font-size: 1.25rem;
	}
	#sv_contents figure{
		text-align: center;
	}
	#sv_contents figure p{
		float: none;
	}
	#sv_contents figcaption{
		float: none;
		width: 95%;
		margin: 20px auto 30px;
		text-align: center;
	}

}
/*--btn--*/
#sv_contents .btn{
	width: 150px;
	margin: 30px 0 10px 30px;
	text-align: left;
	display: inline-block;
}
#sv_contents .btn a{
	font-size: 1.65rem;
	display: inline-block;
	color: #222;
	background-color: #bbb;
	padding: 0 5px;
	border-radius: 25px;
	text-align: center;
}
#sv_contents .btn a:hover{
	color: #000;
	background-color: #fbcfe8;
}


@media screen and (max-width:959px) { /*tablet*/ 
	#sv_contents .btn{
		padding-right: 80px;
	}
}@media screen and (max-width:659px){ /*smartphone*/ 
	#sv_contents .btn a{
		font-size: 1.35rem;
		padding: 0 5px;
	}
}

/*----------service-contents--------fin--*/

/*----------price-contents----------*/

#pr_contents{
	width: 90%;
	margin: 0 auto;
}
#pr_contents h3{
	font-size: 1.85rem;
	font-weight: 500;
	color: #000;
	margin: 50px 0 20px;
	text-align: center;
}
#pr_contents h4{
	width: 75%;
	margin: 0 auto;
}
#pr_contents .plan p{
	width: 70%;
	margin: 0 auto 20px;
	font-size: 1.05rem;
}
#pr_contents .plan h4{
	font-size: 1.3rem;
}
#pr_contents .box{
	width: 55%;
	margin: 0 auto 30px;
	text-align: center;
	border: 1.25px solid #000;
}
#pr_contents .box p{
	padding: 10px 0 5px 0;
	font-size: 1.15rem;
}
#pr_contents .box p.prh{
	font-size: 1.5rem;
	color: #fff;
	background-color: #3f7e41;
}
#plus{
	text-align: center;
	margin: -25px 0 0;
	font-weight: bold;
	font-size: 3rem;
}
#caution{
	width: 55%;
	margin: 10px auto 50px;
	font-size: 0.9rem;
}

@media screen and (max-width:659px){ /*smartphone*/ 
	#pr_contents{
		width: 90%;
	}
	#pr_contents h4{
		width: 85%;
	}
	.plan p{
		width: 80%;
		margin-bottom: 20px;
	}
	#pr_contents .box{
		width: 80%;
	}
	#pr_contents .box p{
		font-size: 1rem;
	}
	#pr_contents .box p.prh{
		font-size: 1.25rem;
	}
	#caution{
		width: 70%;
		margin: 10px auto 50px;
		font-size: 0.8rem;
	}
}
/*--btn--*/
.btn{
	margin: 60px auto 100px;
	text-align: center;
}
.btn a{
	font-size: 1.75rem;
	display: inline-block;
	color: #fff;
	background-color: #000;
	margin-right: 70px;
	padding: 0 10px 0 10px;
	border-radius: 25px;
}
.btn a:nth-child(2n){
	margin-right: 0;
}

.btn a:hover{
	color: #000;
	background-color: rgba(251,207,232,0.7);
}
.btn p{
	width: 200px;
}

@media screen and (max-width:959px) { /*tablet*/ 
	.btn a{
		margin-right: 30px;
	}
}

@media screen and (max-width:659px){ /*smartphone*/ 
	.btn a{
		margin-right: 0;
	}
	.btn a:first-child{
		margin-bottom: 10px;
	}
}
/*----------price-contents--------fin--*/

/*----------FAQ-contents----------*/
#question{
	width: 85%;
	margin: 50px auto 30px;
}
#question h3{
	font-size: 1.6rem;
	color: #3f7e41;
	margin: 50px auto 20px;
	font-weight: 500;
}
#question h4{
	width: 90%;
	margin: 10px auto 10px;
	font-size: 1.2rem;
	border-bottom: 1px solid #888;
}
#question p{
	width: 88%;
	margin: 0 auto 20px;
	font-size: 1.1rem;
}

@media screen and (max-width:659px){ /*smartphone*/ 
	#question h3{
	font-size: 1.4rem;
}
	#question h4{
		width: 92%;
		margin: 10px auto 10px;
		font-size: 1.0rem;
}
	#question p{
		width: 90%;
		margin: 0 auto 20px;
		font-size: 0.9rem;
	}
}
#contact{
	width: 70%;
	margin: 80px auto 100px;
	border: 1px solid #888;
	border-radius: 25px;
	padding-bottom: 80px;
}
#contact h3{
	font-size: 1.6rem;
	color: #3f7e41;
	margin: 50px auto 30px;
	font-weight: 500;
	text-align: center;
}
table{
	margin: 20px auto 0;
	font-size: 1.1rem;
}
th{
	padding: 5px 60px 20px 0;
	text-align: left;
	font-weight: 500;
}
td{
	padding: 5px 0 20px 60px;
}
textarea{
	width: 425px;
	height: 150px;
	margin: 0 auto -140px;
}
label,input[type="submit"]{
	cursor: pointer;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    box-shadow: 0 0 5px #00ff00;
    border: 1px solid #00ff00;
}

/*--btn--*/
#sendbtn{
	margin-top: 180px;
	text-align: center;
}
.sd-btn{
	padding: 10px 40px;
	background-color: rgba(0,0,0,0.85);
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.sd-btn:hover{
	background-color: rgba(251,207,232,0.8);
	color: #000;
}

@media screen and (max-width:959px) { /*tablet*/ 
	th,td{
		display: block;
		width: 100%;
	}
	th{
		padding: 5px 0 0;
}
	td{
		padding: 5px 0 20px;
	}
}

@media screen and (max-width:659px){ /*smartphone*/

	#contact h3{
		font-size: 1.45rem;
	}
	tr,th,td{
		display: block;
	}
	th{
		padding: 5px 0 0;
		font-size: 0.9rem;
}
	td{
		padding: 5px 20px 20px;
	}
	textarea{
		width: 90%;
	}
}
/*----------FAQ-contents--------fin--*/

/*----------Login-contents----------*/
#lo_contents{
	width: 100%;
	margin: 0 auto;
}
.entryform{
	/*background: url("../images/album-2974646_1920.jpg") no-repeat;
	background-size: cover;*/
	text-align: center;
	padding: 150px 0 200px;
	font-size: 1.05rem;
	font-weight: 500;
}
#lo_contents form{
	display: inline-block;
	background-color: rgba(0,0,0,0.2);
	border-radius: 3px;
	padding: 50px;
}
.l-text{
	text-align: left;
	font-weight: 500;
	color: #333;
}
#lo_contents input[type="email"],#lo_contents input[type="password"]{
	margin-bottom: 15px;
	width: 100%;
}
.line{
	display: inline-block;
	margin-top: 40px;
}
.login,.signup{
	padding: 5px 15px;
	font-size: 0.9rem;
	background-color: rgba(251,207,232,0.95);
	color: #000;
}
.login{
	background-color: #fff;
}
.login:active,.signup:active{
	background-color: rgba(0,0,0,0.85);
	color: #fff;
}
.login{
	margin-right: 10px;
}

/*Footer*/
#footer{
	width: 100%;
	margin: 0 auto;
	background-color: #3f7e41;
}
/*logo-sns*/
#ft_left{
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
	overflow: hidden;
}
#ft_left p{
	margin-top: 30px;
	margin-bottom: 20px;
	opacity: 0.9;
}
#ft_left li{
	display: inline-block;
}
#ft_left li a{
	color: #fff;
	font-size: 1.25rem;
}
#ft_left li a:hover{
	color: #fbcfe8;
}

@media screen and (max-width:659px){ /*smartphone*/ 
	#ft_left{
		width: 70%;
		float: none;
		margin: 0 auto 40px auto;
	}
	#ft_left li a{
		color: #fff;
		font-size: 1.1rem;
	}
}

/*contact*/
#ft_right{
	width: 50%;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	overflow: hidden;
}
#ft_right a{
	color: #fff;
	font-size: 1.75rem;
}
#ft_right a:hover{
	color: #000;
}
#ft_right .tel{
	font-size: 2rem;
}

@media screen and (max-width:659px){ /*smartphone*/ 
	#ft_right{
		margin: 0 auto 20px auto;
		float: none;
		font-size: 1rem
	}
	#ft_right a{
		font-size: 1.25rem;
	}
	#ft_right .tel{
	font-size: 1.5rem;
}
}

/*underline*/
#footer .underline{
	border-bottom: 1px solid #fff;
}

/*copyright*/
#cr{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
small{
	color: #ddd;
	font-size: 1rem;
}

/*media-query*/
@media screen and (min-width:960px){ /*desktop*/
	/*contact*/
	 a[href^="tel:"]{
    pointer-events: none;
  }

}

@media screen and (max-width:959px) { /*tablet*/
	/*contact*/
	 a[href^="tel:"]{
    pointer-events: none;
  }
}

@media screen and (max-width:659px){ /*smartphone*/ }

