
/** slide **/

#slide{
	position: relative;
	padding: 0 0 40px 0;
	background: rgba(255, 255, 255, 0.8);
}
#slide img{
	width: 100%;
	height: auto;
}
#slide .slider img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#slide .slick-prev,
#slide .slick-next{
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	border: 0;
	outline: 0;
	position: absolute;
	bottom: -35px;
	z-index: 2;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#slide .slick-prev{
	left: 10px !important;
	background: url(img/l.png) no-repeat;
	background-size: 30px auto;
}
#slide .slick-next{
	right: 10px !important;
	background: url(img/r.png) no-repeat;
	background-size: 30px auto;
}

.slick-dots{
	width: 100%;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: -23px;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}
.slick-dots button{
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 50%;
	background: #ccc;
}
.slick-active button{ background: var(--sub-color);}



/** recinfo **/

.recinfo{
	padding: 30px 20px;
	background: #fff9e5;
}
.recinfo .s_title{	margin-bottom: 20px;}
.recinfo dl{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recinfo dl:first-of-type{
	border-top: 1px solid #f5e9c1;
}
.recinfo dt,
.recinfo dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
	padding: 19px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recinfo dt{
	width: 90px;
	text-align: center;
	color: #805f27;
	background: #fff3c9;
	border-bottom: 1px solid #f5e9c1;
	border-right: 1px solid #f5e9c1;
	border-left: 1px solid #f5e9c1;
}
.recinfo dd{
	text-align: left;
	background: #fff;
	padding: 19px 15px;
	border-bottom: 1px solid #f5e9c1;
	border-right: 1px solid #f5e9c1;
}


/** recbt **/

.recbt{
	padding: 30px 20px 20px 20px;
	background: #fff;
}
.recbt h3{
	text-align: center;
	margin: 0 0 30px 0;
}
.recbt h3 em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 5px 0;
}
.recbt h3 em:before,
.recbt h3 em:after{
	content: '';
	width: 3px;
	height: 20px;
	background: #ffcc00;
	border-radius: 1.5px;
	position: absolute;
	bottom: -3px;
}
.recbt h3 em:before{
	left: -14px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.recbt h3 em:after{
	right: -14px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.recbt h3 span{
	display: block;
	font-family: "FontA";
	font-size: 11px;
	line-height: 14px;
	color: #23b3e7;
}
.recbt_line,
.recbt_tel{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: 380px;
	height: 100px;
	color: #fff;
	border-radius: 10px;
	margin: 0 auto;
	padding: 0 17px 0 103px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recbt_line:hover,
.recbt_tel:hover{
	text-decoration: none;
	color: #fff;
}
.recbt_line{
	margin-bottom: 20px;
	background: url(img/recbt_line.png) no-repeat 15px 50% #00b900;
	background-size: 72px auto;
}
.recbt_tel{
	background: url(img/recbt_tel.png) no-repeat 15px 50% #ff528b;
	background-size: 72px auto;
}
.recbt_line:after,
.recbt_tel:after{
	content: "";
	width: 20px;
	height: 20px;
	background: url(img/yubi.png) no-repeat;
	background-size: 20px auto;
	position: absolute;
	bottom: 16px;
	right: 16px;
	animation: scroll 1.5s ease-in-out infinite;
}
@keyframes scroll{
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	10% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	90%{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	100%{
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
.recbt_line p:nth-of-type(1),
.recbt_tel p:nth-of-type(1){
	width: 100%;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	font-size:min(6.8vw, 35px);
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin: 0 0 3px 0;
	padding: 0 0 7px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recbt_line p:nth-of-type(2),
.recbt_tel p:nth-of-type(2){
	width: 100%;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
	font-size:min(2.8vw, 14px);
	line-height: 1.5;
	text-align: center;
}

.recbt_tel p:nth-of-type(2){
	font-size:min(4vw, 18px);
	line-height: 1.2;
}


/*=================================================
 * CSS for SP
 * ================================================= */

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



}
