/*carousel*/
.carousel {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #f3e7da;
	background: url(../index-img/carousel_bg.jpg);
	padding-top: 20px;
}
.carousel-box {
	position: relative;
}
.carousel-list-box {
	width: 980px;
	margin: 0 auto;
}
.carousel-list {
	width: 99999px;
	zoom: 1;
	overflow: visible;
	height: 300px;
	position: relative;
}
.carousel-list li {
	width: 980px;
	height: 300px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	background: #f3e7da;
	border-radius: 5px;
}
.carousel-list li img {
	width: 980px;
	height: 300px;
}
.carousel-thumbs-box {
	position: relative;
	text-align: center;
	padding: 10px 0;
}

.carousel-thumbs li {
	float: left;
	width: 120px;
	height: 37px;
	padding: 0 5px ;
}
.carousel-thumbs li a {
	width: 120px;
	height: 37px;
	display: inline-block;
	position: relative;
	background: #FFF;
}
.carousel-thumbs li img {
	width: 120px;
	height: 37px;
}
.border {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0px solid #f75e66;
	box-sizing: border-box;
}
.carousel-btn-box {
	position: relative;
}
.carousel-btn {
	line-height: 0;
	position: absolute;
	top: 125px;
	border-radius: 3px;
	background: #f75e66;
}
.carousel-btn:hover {
	background: #e85255;
}
.carousel-btn__left {
	left: -15px;
	padding: 15px 17px 15px 13px;
}
.carousel-btn__right {
	right: -15px;
	padding: 15px 13px 15px 17px;
}
/*すっぴんとは*/
.title-box_titleimg {
	height: 35px !important;
}
.text-box {
	width: 460px;
}
.girl-img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 250px;
}
.content {
	position: relative;
}
.text-box {
	padding: 0 15px;
}
.promise-list {
	border: solid 2px #f3e7da;
	border-radius: 5px;
	padding: 10px;
}
.promise-list_title {
	background: url(../index-img/title-bg.png) no-repeat;
	height: 28px;
	width: 297px;
	padding: 3px 15px;
	color: #fff;
	margin-left: -18px;
	margin-bottom: 5px;
}
.promise-list_title img {
	margin-bottom: -5px;
	margin-right: 10px;
}
.promise-list_text {
	padding: 0px 20px;
}

/*すっぴん利用方法*/
.content-list {
	position: relative;
}
.content-list__arrow:after {
	content: "";
	position: absolute;
	bottom: -50px;
	right: 0;
	left: 0;
	margin:0 auto; 
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 75px 0 75px;
	border-color: #f3e7da transparent transparent transparent;
}
.register_img {
	position: absolute;
	right: 15px;
	bottom: -20px;
}
.register_img__sp {
	bottom: 20px;
}
.tel-box ,.area-text {
	width: 440px;
	padding: 10px;
}
.stripe-green {
	width: 600px;
	padding: 10px;
	margin: 0 auto 15px auto;
}
.tel-no {
	color: #f75e66;
	font-size: 30px;
	font-weight: bold;
	margin-left: 10px;
}
.area-text {
	border-top: solid 1px #dfedda;
	font-weight: bold;;
}

/*リンク*/
.link-box {
	font-size: 10px;
	line-height: 100%;
	display: table;
	width: 500px;
}
.link-box div {
	display: table-cell;
	text-align: center;
}
.link-box a,.link-box a img {
	text-decoration: none;
}

.howtosuppin_title {
	margin-bottom: 10px;
}



/*Message*/
.message-text {
	padding: 20px;
	background: #fffde9;
	color: #f39f1a;
}
.message-text span {
	background: #f39f1a;
	margin-right: 10px;
	border-radius: 5px;
	color: #fff;
	padding: 3px 10px;
}

.message-text p {
	color: #F75E66;
}
