@charset "utf-8";
/* CSS Document */
@font-face {
font-family: "utsukushi";
  src: url("../img/utsukushi.otf") format("otf"),url("../img/utsukushi.woff") format("woff"),url("../img/utsukushi.woff2") format("woff2");
}
.font1{font-family: "utsukushi","serif";}

#wrap{
	max-width: 562.5px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #ffffff;
}
.bg_color1{background-color: #D0AF84;}
.bg_color2{background-color: #ECDBBA;}

/***  ***/
.btn_wrap,.btn_wrap2{
position: relative;
z-index: 1;
}
.btn_wrap{margin-top: -200px;}
.btn_wrap2{margin-top: -100px;}

.img2{margin-top: -100px;}

/*** お客様の声 ***/
#voice .cate_box {
	border-radius: 10px;
	border: 1px solid #909090;
}
#voice .cate_box .arrow {
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
}
#voice .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
#voice .cate_box .open_bt .arrow::before, #voice .cate_box .open_bt .arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #F57D1E;
}
#voice .cate_box .open_bt .arrow::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
	transition: all 0.5s;
}
#voice .cate_box .open_bt .arrow::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
#voice .cate_box .open_bt .arrow.arrow_be::before {
	transform: rotate(-135deg);
	transition: all 0.5s;
}
#voice .cate_box .open_bt .arrow.arrow_be::after {
	transform: rotate(135deg);
	transition: all 0.5s;
}
#voice .cate_box .open_bt .box_title1 {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 50px;
}
#voice .cate_box .box_item {
	display: none;
	padding: 0px 30px 0px;
}
#voice .cate_box .box_txt1 {
	padding: 1em;
	background-color: #f5f5f5;
	border-radius: 5px;
	    font-size: 16px;
}

@media screen and (max-width: 768px){
#voice .cate_box .open_bt .box_title1 {
	padding-right: 20px;
}
}
@media screen and (max-width: 667px){
#voice .cate_box .open_bt {
	padding: 5px 0 7px;
}
#voice .cate_box .open_bt .box_title1 {
	margin-left: 73px;
}
#voice .cate_box .box_txt1 {
	padding: 0.2em 1.2em;
}
}