@charset "utf-8";



/* -----------------------------------------------

	トップページ メインコンテンツ 

----------------------------------------------- */
.taiou_ttl {
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: 2px dotted #7f4a23;
	border-bottom: 2px dotted #7f4a23;	
	color: #7f4a23;
	font-weight: 600;
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: 0.05em;
}

.taiou {
	margin: 0 0 10px;
	padding: 20px;
	background: #f8f4ee;
	border-radius: 6px;
}

.taiou p {
	margin-bottom: 0 !important;
	line-height: 1.9;
}


/* SP */
@media only screen
    and (max-width: 667px) {
.onayamiList {
	width: 100%;
	margin: 0 0 40px;
	padding: 30px 0 0;
}

.onayamiList li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	font-size: 13px;
}

.onayamiList li:nth-child(2n) {
	margin-right: 0;
}

.onayamiList li img {
	width: 100%;
	margin-bottom: 2%;
}
} /* SP ここまで */


/* PC */
@media only screen
    and (min-width: 668px) {
.onayamiList {
	width: 610px;
	padding-top: 40px;
	margin-bottom: 40px;
}

.onayamiList li {
	float: left;
	width: 193px;
	margin-right: 15px;
	margin-bottom: 20px;
	font-size: 13px;
}

.onayamiList li:nth-child(3n) {
	margin-right: 0;
}

.onayamiList li img {
	margin-bottom: 10px;
}
}/* PC ここまで */



/* -----------------------------------------------

	トップページ voice__bloc

----------------------------------------------- */
.voice__bloc {
	padding: 30px 0;
}

.voice__bloc_ttl {
	margin: 50px 0 20px;
	padding: 10px 20px;
	border: 2px solid #bd9e77;
	border-radius: 6px;
	background: none;
	color: #9c6b2e;
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: .05em;
}

.voice__bloc_ttl:first-child {
	margin-top: 0;
}

.voice__bloc .imgleft,
.voice__bloc .imgright,
.voice__bloc .imgleft img,
.voice__bloc .imgright img,
.voice__bloc .left-column img,
.voice__bloc .right-column img {
	line-height: 1.0;
}

.voice__bloc_box {
	margin-bottom: 10px;
}

.voice-toggle {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
	border-radius: 8px;
}

.voice-toggle-more {
  display: block;
  position: relative;
	margin: 0;
	padding: 18px 20px 6px 20px;
	line-height: 1.0;
  font-weight: 600;
	font-size: 1.6rem;
  cursor: pointer;
}

.voice-toggle-more:hover,
.voice-toggle-more:active,
.voice-toggle .content-entry.open .voice-toggle-more {
  color: #666;
}

.voice-toggle-more:hover i:before,
.voice-toggle-more:hover i:active,
.voice-toggle .content-entry.open i {
  color: #666;
}

.voice-toggle-more {
  position: relative;
}

.voice-toggle-more:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.voice-toggle-more.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.voice-toggle-inner {
  display: none;
	padding: 10px 20px 0 20px;
}


/* SP */
@media only screen
    and (max-width: 667px) {
.voice__bloc_ttl {
	line-height: 1.6;
	font-size: 1.8rem;
}

.voice__bloc .imgleft,
.voice__bloc .imgright,
.voice__bloc .left-column p,
.voice__bloc .right-column p {
	width: 70%;
	margin: 0 auto 1.0em;
	padding: 0;
}

.left-column p img,
.right-column p img,
.voice__bloc .imgright img {
	width: 100%;
}
}


/* PC */
@media only screen
    and (min-width: 668px) {
.voice__bloc .imgleft {
	float: left;
	margin: 0 18px .5em 0;
	padding: 0;
}

.voice__bloc .imgright {
	float: right;	
	margin: 0 0 .5em 20px;
	padding: 0;
}

.voice__bloc .imgright img {
	width: 216px;
}

.voice__bloc .column-box .left-column {
	float: left;
	width: 216px;
}

.voice__bloc .column-box .right-column {
	float: right;
	width: 374px;
}
}