@charset "utf-8";

.sec-1 {
	margin-bottom: 150px;
}

.sec-1 h2 {
	color: #C3BB9D;
	font-size: 2.8rem;
	text-align: center;
}
.sec-1 h2 strong {
	font-size: 5.7rem;
	font-weight: normal;
}

.sec-1 .hl-wrap-1 {
	text-align: center;
	padding-bottom: 3rem;
}
.sec-1 .hl-wrap-1 h3 {
	font-size: 1.7rem;
	font-weight: bold;
	color: #816790;
	margin-top: 5rem;
}
.sec-1 .hl-wrap-1 h2 {
	font-size: 2.9rem;
	color: #000;
	margin-top: .6rem;
}

.sec-1 .voice-wrap-1 {
	width: 100%;
	background: url(/voice/img/bg_01_pc.jpg) center top repeat-y;
	background-size: 100% auto;
	font-family: 'Noto Serif JP', serif;
}
.sec-1 .voice-wrap-1 ul {
	width: 1020px;
	padding: 140px 20px;
	margin: 0 auto ;
}
.sec-1 .voice-wrap-1 li {
	width: 100%;
	overflow: hidden;
	padding-bottom: 260px;
}
.sec-1 .voice-wrap-1 li:last-child {
	padding-bottom: 0;
}
.sec-1 .voice-wrap-1 .ttl-1 {
	color: #816790;
	width: 400px;
}
.sec-1 .voice-wrap-1 .ttl-1 h4 {
	font-size: 2.5rem;
	line-height: 2.4;
	margin-bottom: 10px;
}
.sec-1 .voice-wrap-1 .ttl-1 p {
	font-size: 1.7rem;
	text-align: right;
	margin-right: 40px;
}
.sec-1 .voice-wrap-1 .cont-1 {
	width: 520px;
}
.sec-1 .voice-wrap-1 .cont-1 p {
	font-size: 1.5rem;
	line-height: 2.4;
}
.sec-1 .voice-wrap-1 li:nth-child(odd) .ttl-1 {
	float: left;
}
.sec-1 .voice-wrap-1 li:nth-child(even) .ttl-1 {
	float: right;
}
.sec-1 .voice-wrap-1 li:nth-child(odd) .cont-1 {
	float: right;
}
.sec-1 .voice-wrap-1 li:nth-child(even) .cont-1 {
	float: left;
	margin-left: 20px;
}

@media screen and (max-width: 750px) {

.sec-1 {
	margin-bottom: 0;
}

.sec-1 h2 {
	font-size: 2.4rem;
}
.sec-1 h2 strong {
	font-size: 4rem;
}
.sec-1 .room-wrap-1 {
	width: 90%;
	padding: 0;
	margin: 10% auto 0;
	overflow: hidden;
}

.sec-1 .hl-wrap-1 {
	text-align: center;
	padding-bottom: 3rem;
}
.sec-1 .hl-wrap-1 h3 {
	font-size: 1.2rem;
	margin-top: 8%;
}
.sec-1 .hl-wrap-1 h2 {
	font-size: 1.8rem;
	margin-top: 1%;
}

.sec-1 .voice-wrap-1 {
	background-image: url(/voice/img/bg_01_sp.jpg);
}
.sec-1 .voice-wrap-1 ul {
	width: 90%;
	padding: 20% 0 0;
}
.sec-1 .voice-wrap-1 li {
	padding-bottom: 40%;
}
.sec-1 .voice-wrap-1 li:last-child {
	padding-bottom: 10%;
}
.sec-1 .voice-wrap-1 .ttl-1 {
	width: 90%;
	margin: 0 auto;
}
.sec-1 .voice-wrap-1 .ttl-1 h4 {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 2%;
}
.sec-1 .voice-wrap-1 .ttl-1 p {
	font-size: 1.3rem;
	margin-right: 10%;
}
.sec-1 .voice-wrap-1 .cont-1 {
	width: 100%;
	margin-top: 20%;
}
.sec-1 .voice-wrap-1 .cont-1 p {
	font-size: 1.1rem;
	line-height: 2;
}
.sec-1 .voice-wrap-1 li:nth-child(odd) .ttl-1 {
	float: none;
}
.sec-1 .voice-wrap-1 li:nth-child(even) .ttl-1 {
	float: none;
}
.sec-1 .voice-wrap-1 li:nth-child(odd) .cont-1 {
	float: none;
}
.sec-1 .voice-wrap-1 li:nth-child(even) .cont-1 {
	float: none;
	margin-left: 0;
}

}

