@charset "utf-8";

/* ==================================================================

home.css

===================================================================== */


/* 
main
---------------------------------------------------------------------- */
/*タイトル*/
.title_box{
	margin:0;
	padding:20px 0 0;
	width:100%;
	height:42px;
	text-align:center;
	background-color:#f66;
	position:relative;
	box-sizing:border-box;
}

.title_box .line{
	margin:0;
	padding:0;
	width:100%;
	border-top:1px solid #fdd;
	position:relative;
}

.title_box h2.h2_home{
	margin:-14px auto 0;
	padding:5px 0 0 45px;
	width:200px;
	height:29px;
	font-size:1.8rem;
	color:#fff;
	line-height:1.1em;
	background-color:#F66;
	background-image:url(../home/img/icon_home.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
	background-size:28px 27px;
	display:block;
	position:relative;
	box-sizing:border-box;	
}

.title_box h2.h2_home span{
	font-size:1.5rem;
}

#main{
	overflow: hidden;
	margin:0;
	padding:0;
	width:100%;
	height:284px;
	background-color:#FAF3C7;
	box-sizing:border-box;
}

#main .main_naka{
	overflow: hidden;
	margin:0;
	padding:17px 0 0;
	width:100%;
	height:284px;
	background-image:url(../home/img/main_bg.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-size:320px 249px;
	box-sizing:border-box;
}

/* slider */
.slide_all {
	width:100%;
	margin: 0 auto;
	height: 208px;
	position: relative;
}

.slide_wrap {
	width: 656px;
	position: absolute;
	left: 50%;
	margin-left: -338px;
	overflow:visible;
}

.bxslider{
	margin:0;
	width:212px;
	background-color:transparent;
	overflow:visible;
}

.bxslider li{
	margin:0 10px 0 0;
	width:100%;
}


.bxslider img{
	width:100%;
}

.bx-wrapper .bx-pager {
	bottom:-20px;
	left:7px;
	position:absolute;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #873 !important;  /*ページャーの色の変更*/
}
 
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f66 !important;  /**ページャーの色（フーバー、アクティブ）の変更*/
}

/* 
nav(TOPのみ表示)
---------------------------------------------------------------------- */

ul.ul_nav{
	margin:0;
	padding:0;
}

ul.ul_nav li{
	margin:0;
	padding:0;
	width:33%;
	height:91px;
	border-right: 1px solid #ccc;
	background-image:url(../img/nav_bg.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-size:100% 91px;
	box-shadow:0 3px 1px 0 #ddd;
	float:left;
	box-sizing:border-box;
}

ul.ul_nav li:nth-child(2){
	width:34%;
}

ul.ul_nav li:last-child{
	border-right: none;
}

ul.ul_nav li a{
	margin:0;
	padding:0;
	width:100%;
	height:91px;
	color:#333;
	line-height:1.2em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	display:block;
}

ul.ul_nav li:nth-child(1) a{
	padding:62px 0 0;
	background-image:url(../home/img/b_rental.png);
	background-position:50% 16px;
	background-repeat:no-repeat;
	background-size:50px 38px;
}

ul.ul_nav li:nth-child(2) a{
	padding:62px 0 0;
	background-image:url(../home/img/b_service.png);
	background-position:50% 16px;
	background-repeat:no-repeat;
	background-size:50px 38px;
}

ul.ul_nav li:nth-child(3) a{
	padding:53px 0 0;
	background-image:url(../home/img/b_beginner.png);
	background-position:50% 16px;
	background-repeat:no-repeat;
	background-size:22px 30px;
}

/* 
バナー2種 20170830修正
---------------------------------------------------------------------- */

.home_bnr_box{
	width: 94%;
	margin: 6% auto;
	background: #FFF;
}

.home_bnr_box ul{
	width: 100%;
}

.home_bnr_box ul li{
	float: left;
	width: 48%;
}

.home_bnr_box ul li a{
	display: block;
}
.home_bnr_box ul li a img{
	width: 100%;
}

.home_bnr_box ul li:first-child{
	margin-right: 4%;
}


.home_bnr_box ul li:nth-child(3){
	width: 100%;
	margin-top: 4%;
}



/* 
TOPICS
---------------------------------------------------------------------- */

.topics_box{
	margin:0;
	padding:20px 10px;
	background-color:#fec;
}

.topics_box h3{
	margin:0;
	padding:13px 0 0 10px;
	width:100%;
	height:40px;
	font-size:1.5rem;
	color:#fff;
	line-height:1.2em;
	font-weight:bold;
	background-color:#f66;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	box-sizing:border-box;
	overflow:visible;
	position: relative;
}

.topics_box h3 img{
	width:63px;
	height:56px;
	top:-5px;
	right:0;
	position: absolute;
}

.topics_box a{
	margin:0;
	padding:14px 35px 14px 10px;
	width:100%;
	background-color:#fff;
	background-image:url(../common/arrow_gray1.png);
	background-position:95% 50%;
	background-size:9px 14px;
	background-repeat:no-repeat;
	border-bottom:1px solid #bbb;
	display:block;
	box-sizing:border-box;
	text-decoration:none;
}

.topics_box a span.span_home{
	margin:0 5px 0 0;
	padding:3px 0 0 0;
	width:70px;
	height:18px;
	font-size:1.1rem;
	color:#fff;
	line-height:1.2em;
	background-color:#c59;
	text-align:center;
	display:inline-block;
	box-sizing:border-box;
}

.topics_box a span.span_new{
	margin:2px 0 0 5px;
	padding:1px 0 0 0;
	width:35px;
	height:14px;
	font-size:1.1rem;
	color:#fff;
	line-height:1.2em;
	background-color:#e23;
	text-align:center;
	display:inline-block;
	box-sizing:border-box;
	position:relative;
}

.topics_box a span.span_new:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 5px solid #e23;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 4px;
    left: -5px;
}

.topics_box a p.p_date{
	margin:3px 5px 0 0;
	padding:0;
	font-size:1.3rem;
	color:#999;
	line-height:1.2em;
	display:inline;
}

.topics_box a p{
	margin:5px 0 0 0;
	padding:0;
	color:#333;
	line-height:1.2em;
	display:display;
}

.topics_box a.a_list {
	margin:0;
	padding:14px 0 0 10px;
	width:100%;
	height:44px;
	font-size:1.5rem;
	color:#f66;
	line-height:1.2em;
	text-align:center;
	background-color:#fff;
	border-bottom: none;
	-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	background-image:none;
	box-sizing:border-box;
}

.topics_box a.a_list img{
	margin:0 5px 0 0;
	width:18px;
	height:15px;
}

/* 
サニクリーン九州 おすすめサービス
---------------------------------------------------------------------- */

.service_box{
	margin:15px 0 0 0;
	padding:20px 0;
	background-color:#fff;
}

.service_box h3{
	margin:0;
	padding:-15px 0 0 0;
	border-top: 3px solid #f66;
	text-align:center;
}

.service_box h3 p{
	margin:-8px auto 15px;
	padding:0;
	width:283px;
	font-size:1.6rem;
	color:#f66;
	line-height:1.1em;
	background-color:#fff;
	text-align:center;
}

.service_box h3 span.en{
	margin:0 0 0;
	padding:0;
	font-size:0.8rem;
	color:#aaa;
	line-height:1.2em;
	font-weight:normal;
	background-color:#fff;
	text-align:center;
}

/*バナースペース*/

.bnr_box{
	margin:10px 0 0 0;
	padding:20px 0 15px;
	background-color:#eee;
	position:relative;
}

.bnr_box .bnr_box_naka{
	margin:0 20px;
	padding:0;
	position:relative;
}

/* slider */



.bnr_box .bxslider2{
	margin:0;
	padding:0;
	background-color:transparent;
}


.bnr_box .bxslider2 img{
	margin:0;
	padding:0;
	width:145px;
}

.bnr_box  p{
	margin:5px 0 0;
	padding:0;
	width:145px;
	font-size:1.2rem;
	color:#333;
	line-height:1.2em;
}

.slider-prev{
	width:22px;
	height:50px;
	position: absolute;
	top:17px;
	right:-10px;
}

.slider-prev a{
	width:22px;
	height:50px;
	background-image:url(../common/arrow_next_pink.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:22px 22px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	box-sizing:border-box;
}

.slider-next{
	width:22px;
	height:50px;
	position: absolute;
	top:17px;
	left:-10px;
}

.slider-next a{
	width:22px;
	height:50px;
	background-image:url(../common/arrow_back_pink.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:22px 22px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	box-sizing:border-box;
}

/* 
Let me do it!
---------------------------------------------------------------------- */

.letmedoit_box{
	margin:15px 0 10px;
	padding:0;
	background-color:#fff;
}

.letmedoit_box h3{
	margin:0;
	padding:21px 0 0 45px;
	width:100%;
	height:58px;
	font-size:1.7rem;
	color:#f66;
	line-height:1.1em;
	border-top: 3px solid #f66;
	text-align:center;
	overflow:visible;
	box-sizing:border-box;
	position:relative;
}

.letmedoit_box h3 span{
	font-size:1.2rem;
	color:#666;
	line-height:1.1em;
	vertical-align:middle;
}

.letmedoit_box .ill{
	margin:0 0 -63px;
	padding:0;
	width:51px;
	height:63px;
	position: relative;
	top:-63px;
	left:10px;
}

.letmedoit_box .ill img{
	width:51px;
	height:63px;
}

/* 
人気レンタル･サービスBest3
---------------------------------------------------------------------- */

.best3_box{
	margin:0;
	padding:30px 0 15px 0;
	background-image:url(../home/common/bg_dotted.png);
	background-repeat:repeat;
	background-size:10px 10px;
}

.best3_box h3{
	margin:0;
	padding:0;
	border-top: 3px solid #f66;
	text-align:center;
}

.best3_box h3 div{
	margin:-23px auto 15px;
	padding:0 10px;
	width:274px;
	height:29px;
	background-color:#fff;
	background-image:url(../home/common/bg_dotted.png);
	background-repeat:repeat;
	background-size:10px 10px;
	text-align:center;
}

.best3_box h3 div img{
	width:274px;
	height:29px;
}

.best3_box ul.ul_best3{
	margin:10px auto 0;
	padding:0;
	width:300px;
}

.best3_box ul.ul_best3 li{
	margin:0 11px 0 0;
	padding:0;
	width:92px;
	text-align:center;
	float:left;
}

.best3_box ul.ul_best3 li:nth-child(3){
	margin:0;
}

.best3_box ul.ul_best3 li img.img_no{
	margin:0 0 5px 0;
	width:22px;
}

.best3_box ul.ul_best3 li img.img_photo{
	margin:0 0 5px 0;
	width:100%;
}

.best3_box ul.ul_best3 li a.a_best3{
	margin:0;
	padding:0 10px 0 0;
	width:100%;
	font-size:1.2rem;
	color:#444;
	line-height:1.2em;
	text-decoration:none;
	text-align:left;
	background-image:url(../common/arrow_pink1.png);
	background-position:95% 50%;
	background-repeat:no-repeat;
	background-size:7px 11px;
	display:block;
	box-sizing:border-box;
}