@charset "UTF-8";
/* ============================== main area ============================== */

/*  見出し */
.heading {
	background: url(../images/top/head_bg.png) repeat-x;
}
.slider {
	display: none;
}
.slider.slick-initialized {
	display: block;
}
html.enable-javascript .slide_selector02 {
	visibility: hidden;
}
html.enable-javascript.window-load .slide_selector02 {
	visibility: visible;
}
html.enable-javascript .slide_selector {
	visibility: hidden;
}
html.enable-javascript.window-load .slide_selector {
	visibility: visible;
}

/* ======================================== 1050px以上 ======================================== */
@media(min-width: 1050px) {
/* ============================== main area ============================== */

/*  一覧ボタン  */
.listpage_btn {
	margin-top: 15px;
}
.listpage_btn a {
	width: 80px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #AB035C;
	color: #fff;
	font-size: 12px;
}
.listpage_btn a:hover {
	text-decoration: none;
	background-color: #D279A7;
}
.btn_area {
	float: right;
}
/* ==================== img_area ==================== */
.slide {
	margin-top: 15px;
	background: #dddddd;
	padding: 20px 0;
}
.slide_selector {
	width: 1000px;
	margin: 0 auto;
}
.img_area {
	width: 1000px;
	height: 332px;
	background: url(../images/top/mainvisual/mainimg_01.jpg) no-repeat;
}
/*  img_area area 2～5画像*/

.slideimg_02 {
	background: url(../images/top/mainvisual/mainimg_02.jpg) no-repeat;
}
.slideimg_03 {
	background: url(../images/top/mainvisual/mainimg_03.jpg) no-repeat;
}
.slideimg_04 {
	background: url(../images/top/mainvisual/mainimg_04.jpg) no-repeat;
}
.slideimg_05 {
	background: url(../images/top/mainvisual/mainimg_05.jpg) no-repeat;
}
/*  img_area area 上文字ロゴ*/
.img_area {
	position: relative;
}
.slide_logo {
	position: absolute;
	top: 47px;
	right: 138px;
	display: inline-block;
	width: 142px;
	height: 94px;
}
.slide_logo object {
	width: 142px;
	height: 94px;
}
.slide_text {
	position: absolute;
	top: 196px;
	right: 32px;
	color: #fff;
	width: 322px;
	height: auto;
}
/*  img_area area 上文字2*/

.img-text_b .slide_text {
	display: none;
}
.img-text_b .slide_logo {
	display: none;
}
/* slide ドット*/
.slick-dots {
	bottom: -50px;
}
/* ==================== top_bottomarea ==================== */
/* ============== left_box ==============>>> */

/* ========= lineup =========> */

/*  slidearea  */

.lineup {
	margin-bottom: 45px;
}
.slide02 {
	margin-top: 15px;
}
.lineup .img_box {
	border: 2px solid #AB035C;
}
.img_area02 img {
	width: 100%;
}
.img_area02 {
	width: 230px;
	margin-right: 19px;
	background: #AB035C;
}
.product_text {
	color: #fff;
	/*padding: 16px 15px;*/
	background: #AB035C;
}
.product_text dt {
	font-size: 14px;
	font-weight: bold;
}
.product_text dd {
	font-size: 12px;
	background: #AB035C;
}
.img_area02 a {
	outline: none;
}
.img_area02 a:hover {
	text-decoration: none;
}
/* ========= sale area =========> */

.sale {
	margin: 0 0 45px 0;
}
/*  table  */

.table_area {
	margin: 15px 0 0 0;
}
table.table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.table th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #ededed;
}
table.table td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
.tabletext_left {
	width: 355px;
	text-align: center;
}
.tabletext_right {
	width: 613px;
}
.headright {
	text-align: center;
	letter-spacing: 13px;
}
/* ========= service area =========> */

.service {
	margin: 0 0 40px 0;
}
.service li {
	float: left;
}
.suvicearea_list {
	margin: 15px 0 0 0;
}
.service li a {
	display: block;
	width: 100%;
	height: 100%;
}
/*  レンタル  */
.service_box1 {
	width: 230px;
	height: 168px;
	background: url(../images/top/service_rental.jpg) no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
 -ms-background-si/ze: cover;
	background-size: cover;
}
.service_box1 img {
	width: 76px;
	height: 17px;
	display: inline-block;
	margin: 140px 0px 0 15px;
}
/*  メンテナンス  */
.service_box2 {
	width: 230px;
	height: 168px;
	background: url(../images/top/service_mainte.jpg) no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
 -ms-background-si/ze: cover;
	background-size: cover;
	margin-left: 19px;
}
.service_box2 img {
	width: 117px;
	height: 17px;
	display: inline-block;
	margin: 140px 0px 0 15px;
}
/*  運搬  */
.service_box3 {
	width: 230px;
	height: 168px;
	background: url(../images/top/service_transport.jpg) no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
 -ms-background-si/ze: cover;
	background-size: cover;
	margin-left: 19px;
}
.service_box3 img {
	width: 47px;
	height: 17px;
	display: inline-block;
	margin: 140px 0px 0 15px;
}
/* ============== right_box ==============>>> */

/* ========= news area =========> */
.news {
	border: 1px solid #AB035C;
	-ms-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius : 9px;
	margin-top: 5px;
}
.news_inner {
	padding: 5px 14px 12px;
}
/*  見出し  */
.news_heading {
	background: url(../images/top/news_bg.png) repeat-x;
	text-align: center;
}
.news_heading img {
}
/*  リスト  */


.news .list {
	border-bottom: 1px solid #AB035C;
	margin-top: 15px;
}
.news .date {
	color: #AB035C;
	font-size: 12px;
	display: block;
	padding-bottom: 3px;
}
.news .title {
	font-size: 14px;
	display: block;
	padding-bottom: 20px;
}
/* ========= link area =========> */

.link {
	margin-top: 25px;
}
.link li {
	margin-top: 15px;
}
.link li:first-child {
	margin-top: 0px;
}
}
	

/* ======================================== 1049px以下 ======================================== */

@media(max-width: 1049px) {
/* ============================== main area ============================== */
/*  一覧ボタン  */
.listpage_btn {
	margin-top: 15px;
}
.listpage_btn a {
	width: 150px;
	margin: 0;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #AB035C;
	color: #fff;
	font-size: 12px;
}
.btn_area {
	float: right;
}
.listpage_btn a:hover {
	text-decoration: none;
	background-color: #D279A7;
}
/* ==================== img_area ==================== */
.slide {
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
}
.slide_selector {
	width: 100%;
	margin: 0 auto;
}
.img_area {
	height: 332px;
	background: url(../images/top/mainvisual/mainimg_01black.jpg) center center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
/*  img_area area 2～5画像*/

.slideimg_02 {
	background: url(../images/top/mainvisual/mainimg_02black.jpg) center center no-repeat;
}
.slideimg_03 {
	background: url(../images/top/mainvisual/mainimg_03black.jpg) center center no-repeat;
}
.slideimg_04 {
	background: url(../images/top/mainvisual/mainimg_04black.jpg) center center no-repeat;
}
.slideimg_05 {
	background: url(../images/top/mainvisual/mainimg_05black.jpg) center center no-repeat;
}
/*  img_area area 上文字ロゴ*/
.img_area {
	position: relative;
}
.slide_logo {
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	margin: auto;
	display: inline-block;
	padding: 0 10px;
	width: 142px;
	height: 94px;
}
.slide_logo object {
	width: 142px;
	height: 94px;
}
.slide_text {
	position: absolute;
	top: 145px;
	right: 0;
	left: 0;
	margin: auto;
	color: #fff;
	width: 320px;
	height: auto;
	padding: 15px 15px;
	text-align: center;
}
.img-text_b .slide_text {
	top: 180px;
}
/* slide ドット*/
.slick-dots {
	bottom: 25px;
}
/* ==================== top_bottomarea ==================== */
/* ============== left_box ==============>>> */
/*  見出し */

.heading {
	margin: 35px 0;
}
/* ========= lineup =========> */

/*  slidearea  */
html.enable-javascript .img_area02 {
	visibility: hidden;
}
html.enable-javascript.window-load .img_area02 {
	visibility: visible;
}
.slide02 {
	width: 100%;
	overflow: hidden;
}
.lineup .img_box {
	border: 2px solid #AB035C;
}
.img_area02 img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.img_area02 {
	width: 310px;
	margin: 0px 15px;
	background: #AB035C;
}
.product_text {
	color: #fff;
	background: #AB035C;
}
.product_text dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
.product_text dd {
	font-size: 12px;
}
.img_area02 a:hover {
	text-decoration: none;
}
/* ========= sale buy area =========> */

.sale {
	width: 100%;
	overflow: hidden;
}
/*  table  */


table {
	width: 100%;
}
table.table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.table th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #ededed;
}
table.table td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
.tabletext_left {
	width: 40%;
	text-align: center;
}
.tabletext_right {
	width: 60%;
}
.headright {
	text-align: center;
	letter-spacing: 13px;
}
/* ========= service area =========> */

.service {
	margin: 0 0 0px 0;
	width: 100%;
	overflow: hidden;
}
.service li {
	float: left;
	position: relative;
	border: 1px solid #AB035C;
}
.suvicearea_list {
	margin: 0 0 0 0;
}
.service li a {
	display: block;
	width: 100%;
	height: 100%;
}
.servicetext_area {
	display: block;
	height: 35px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #AB035C;
}
/*  レンタル  */
.service_box1 {
	width: 32%;
	height: 168px;
	background: url(../images/top/service_rental_sp.jpg) no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
 -ms-background-si/ze: cover;
	background-size: cover;
}
.service_box1 img {
	width: 76px;
	height: 17px;
	display: inline-block;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
}
/*  メンテナンス  */
.service_box2 {
	width: 32%;
	height: 168px;
	background: url(../images/top/service_mainte_sp.jpg) no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
 -ms-background-si/ze: cover;
	background-size: cover;
	margin-left: 2%;
}
.service_box2 img {
	width: 117px;
	height: 17px;
	display: inline-block;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
}
/*  運搬  */
.service_box3 {
	width: 32%;
	height: 168px;
	background: url(../images/top/service_transport_sp.jpg) bottom no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
 -ms-background-si/ze: cover;
	background-size: cover;
	margin-left: 2%;
}
.service_box3 img {
	width: 47px;
	height: 17px;
	display: inline-block;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
}
/* ============== right_box ==============>>> */


/* ========= news area =========> */
.news {
	width: 48%;
	border: 1px solid #AB035C;
	-ms-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius : 9px;
	margin-top: 0px;
	float: left;
}
.news_inner {
	padding: 15px 14px 22px;
}
.news_inner a {
	text-decoration: none;
	display: block;
	position: relative;
}
.news_inner li a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 1px solid #AB035C;
	border-right: 1px solid #AB035C;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*  見出し  */
.news_heading {
	background: url(../images/top/news_bg.png) repeat-x;
	text-align: center;
}
.news_heading img {
}
/*  リスト  */


.news .list {
	border-bottom: 1px solid #AB035C;
	margin-top: 15px;
}
.news .date {
	color: #AB035C;
	font-size: 12px;
	display: block;
	padding-bottom: 3px;
}
.news .title {
	font-size: 14px;
	display: block;
	padding-bottom: 20px;
	width: 90%;
}
/* ========= link area =========> */

.link {
	min-height: 410px;
	margin-top: 0px;
	width: 48%;
	float: right;
	text-align: center;
	margin-left: 4%;
	position: relative;
	background: #ededed;
	-ms-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius : 9px;
}
.link li {
	margin-top: 15px;
}
.link li:first-child {
	margin-top: 0px;
}
.link_inner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	padding: 50px 0;
}
}





/* ======================================== 767px以下 ======================================== */
@media(max-width: 767px) {
/* ============================== main area ============================== */
/*  一覧ボタン  */
.listpage_btn {
	position: relative;
	margin-top: 0;
	padding: 15px 0;
}
.listpage_btn btn_area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.listpage_btn a {
	width: 50%;
	margin: 0 auto;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #AB035C;
	color: #fff;
	font-size: 13px;
}
.btn_area {
	float: none;
}
}





/* ======================================== 600px以下 ======================================== */
@media(max-width: 600px) {
/* ============================== main area ============================== */
/*  一覧ボタン  */
.listpage_btn {
	padding: 50px 0 0 0;
}
.slide_text {
	width: 290px;
}
/* ============== left_box ==============>>> */
	
/* ========= lineup =========> */

/*  slidearea  */
.img_area02 {
	margin: 0px 10px;
}
.lineup_inner .slide02 {
	overflow: visible !important;
}
.lineup_inner .slick-list {
	overflow: visible !important;
}
.lineup_inner .slick-dots {
	bottom: -35px !important;
}
/* ========= service area =========> */

/*  レンタル  */
.service_box1 {
	width: 48%;
	height: 168px;
	background: url(../images/top/service_rental_spsmall.jpg) no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
 -ms-background-si/ze: cover;
	background-size: cover;
}
.service_box1 img {
	width: 64px;
	height: 14px;
}
/*  メンテナンス  */
.service_box2 {
	width: 48%;
	height: 168px;
	background: url(../images/top/service_mainte_spsmall.jpg) no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
 -ms-background-si/ze: cover;
	background-size: cover;
	margin-left: 4%;
}
.service_box2 img {
	width: 96px;
	height: 14px;
}
/*  運搬  */
.service_box3 {
	margin-top: 7px;
	width: 100%;
	height: 168px;
	background: url(../images/top/service_transport_sp.jpg) bottom no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
 -ms-background-si/ze: cover;
	background-size: cover;
	margin-left: 0%;
}
.service_box3 img {
	width: 38px;
	height: 14px;
}
/* ============== right_box ==============>>> */


/* ========= news area =========> */
.news {
	width: 100%;
	border: 1px solid #AB035C;
	-ms-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius : 9px;
	margin-top: 0px;
	overflow: hidden;
	float: none;
}
.news_inner {
	padding: 15px 14px 22px;
}
.news_inner a {
	text-decoration: none;
	display: block;
	position: relative;
}
.news_inner a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 1px solid #AB035C;
	border-right: 1px solid #AB035C;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*  見出し  */
.news_heading {
	background: url(../images/top/news_bg.png) repeat-x;
	text-align: center;
}
.news_heading img {
}
/*  リスト  */


.news .list {
	border-bottom: 1px solid #AB035C;
	margin-top: 15px;
}
.news .date {
	color: #AB035C;
	font-size: 12px;
	display: block;
	padding-bottom: 3px;
}
.news .title {
	font-size: 14px;
	display: block;
	padding-bottom: 20px;
	width: 90%;
}
/* ========= link area =========> */

.link {
	margin-top: 40px;
	width: 100%;
	float: none;
	margin-left: 0;
	height: 430px !important;
}
.link img {
	width: 100%;
	max-width: 250px;
}
.link li {
	margin-top: 20px;
}
.link li:first-child {
	margin-top: 0px;
}
.link_inner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	padding: 50px 0;
}
}
