@charset "UTF-8";

.pagename__h2 {
  color: #e2b78d;
}
.pagename__h2 span {
	background:#e2b78d;
}

/*-------------------------------
お客様の声
-------------------------------*/
.voice {
	background:#f4ece4;
  padding: 60px 0px;
}

.voice2 {
  padding: 60px 0px;
}

.voice__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0px;
  display: flex;
}

.voice__text {
	border-radius:10px;
	background:#fff;
  width: 800px;
  margin-right: 40px;
  padding: 30px;
  line-height: 1.8em;
}
.voice__text2 {
	border-radius:10px;
	background:#f4ece4;
  width: 800px;
  margin-left: 40px;
  padding: 30px;
  line-height: 1.8em;
}

.voice__text p {
  line-height: 1.4em;
}

.voice__title__h3 {
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
	border-bottom:2px solid #ccc;
}

.voice__title__p {
  font-size: 18px;
}
.voice__title__text {
  font-size: 16px;
}
.voice__img1 {
  width: 300px;
  height: 200px;
}
.voice__img2 {
  width: 300px;
  height: 200px;
}
.voice__btn {
  max-width: 1200px;
  margin: 80px auto;
}

@media screen and (max-width:800px) {
  .voice__wrap {
    padding: 0px 20px;
    flex-direction: column;
  }
  .voice__text {
    width: auto;
		margin:30px auto 0px;
    order: 2;
  }
  .voice__wrap2 {
    padding: 0px 20px;
    flex-direction: column;
  }
  .voice__text2 {
    width: auto;
		margin:30px auto 0px;
    order: 2;
  }
	.voice__img1 {
		margin: 0 auto 50px;
		order: 1;
	}
  .voice__img2 {
		margin: 0 auto 50px;
		order: 1;
  }
	}

@media screen and (max-width:480px) {
  .voice__wrap {
    padding: 0px 20px;
    flex-direction: column;
  }
  .voice__text {
    width: auto;
		margin:10px auto 0px;
    order: 2;
  }
  .voice__wrap2 {
    padding: 0px 20px;
    flex-direction: column;
  }
  .voice__text2 {
    width: auto;
		margin:10px auto 0px;
    order: 2;
  }
	.voice__img1 {
		width:100%;
		height:auto;
		margin: 0 auto 20px;
		order: 1;
		text-align:center;
	}
  .voice__img2 {
		width:100%;
		height:auto;
		margin: 0 auto 20px;
		order: 1;
		text-align:center;
  }
	.voice__img1 img{
		text-align:center;
		width:50%;
	}
	.voice__img2 img{
		text-align:center;
		width:50%;
	}


  .voice__btn {
    margin: 80px;
  }

  .voice__btn__div {
    display: block;
    margin-bottom: 40px;
  }
}

/*********************************
btn
********************************/
.btn {
  max-width: 1200px;
  margin: 80px auto;
}

.btn__wrap {
  display: flex;
  justify-content: center;
}

.btn__div {
  display: inline-block;
  margin: 0 20px;
  text-align: center;
}

.btn__div :after {
  content: "";
  display: inline-block;
  left: 5px;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.btn__div a {
  padding: 10px 50px;
  background: #333;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
}

.btn__div a:hover {
  background: #555;
  transition: 0.6s;
}

@media screen and (max-width:480px) {
  .btn {
    max-width: 1200px;
    margin: 0 auto 40px;
  }

  .btn__wrap {
    flex-direction: column;
  }

  .btn__div {
    display: inline-block;
    margin: 0 0 30px;
    text-align: center;
  }
}
