@charset "utf-8";

/* ---- 上部文字部分 ----*/

#voice .voice_overview {
  padding: 110px 0;
  background: #161616 url(../images/voice/voice_bg_01.png) no-repeat center 0;
}
#voice .voice_overview h2 {
  font-size: 23px;
  text-align: center;
  margin-bottom: 50px;
}

#voice .voice_overview p {
  text-align:center;
}

/* ---- お客様の声部分 ----*/

#voice .voice_text {
  width: 800px;
  background: rgba(32, 32, 32, 0.8);
  padding: 40px;
  position: absolute;
  top: 175px;
}

#voice .voice_contents {
  position: relative;
  height:auto;
  padding: 100px 0 250px;
}

#voice .voice_text h2 {
  color: #a8861b;
  font-size: 40px;
  line-height: 40px;
  font-family: 'Cormorant Garamond', serif;
}

#voice .voice_text h2 span{
  font-size:120px;
}

#voice .voice_text h3 {
  font-size: 28px;
  margin: 20px 0;
}

#voice .voice_text p span{
  font-size: 18px;
  font-weight:bold;
}

/* ----- 文字および画像左右振り分け -----*/
#voice .text-left .voice_img {
  text-align: right;
}

#voice .text-right .voice_img {
  text-align: left;
}

#voice .text-right .voice_text {
  right:0;
}
/* ----- 文字および画像左右振り分け END -----*/



/*　SP ================================================================================================================= */

@media screen and (max-width: 700px) {
	#voice .voice_overview {
		padding:30px 0;
		background-size:cover;
	}
	#voice .voice_contents {
		padding:0;
		margin-bottom:50px;
	}
	#voice .voice_img {
		line-height:0;
	}
	#voice .voice_text {
		position:static;
		width:auto;
		padding:20px;
	}
	#voice .voice_text p span {
		display:block;
	}




}

