@charset "shift_jis";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;outline:0;font-size:100%;}


body{line-height:1}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

/*nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
*/
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
/*
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
ul li{list-style: none;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
*/
html{
	font-size: 62.5%;
}




body{
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo',sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #333;
	line-height: 1.6;
	min-width: 960px;
	
}
body *{
	
	box-sizing: -webkit-border-box;
	box-sizing: -moz-border-box;
	box-sizing: border-box;
	
}

/*--------// header 追加 -------------------------------*/
header img {
	width: 100%;
	vertical-align: top;
}
header a {
	transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);	/* easeOutQuint */
	color: #333;
	text-decoration: none;
}
header a:hover {
	text-decoration: underline;
}

header a:hover, header input[type="submit"]:hover, header input[type="button"]:hover, header button:hover {
	opacity: .8;
}

header a.no-underline:hover{
	text-decoration: none;
}

header input[type="text"],
header input[type="submit"],
header button, header textarea, header select {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo',sans-serif;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
header hr{
	margin: 10px 0 40px;
}

/*------  header 追加 ------------------------------------*/
sup{
	font-size: 70%;
	vertical-align: top;
}

/*
	MODULE
================================================================================*/
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	font-size: 0.1em;
}
.clearfix{
	display:block;
}
.is-sp{
	display: none !important;
}
@media screen and (max-width: 749px) {
	.is-pc {	display: none !important;	}
	.is-sp {	display: block !important;	}
}

#noscript{
	background-color: #FBEBEB;
	font-size: 1.4rem;
}
#noscript p{
	background: url(../img/icon_danger_sign.png) no-repeat 10px center;
	background-size: 34px auto;
	padding: 17px 10px 17px 60px;
}

/*
	STRUCTURE
================================================================================*/
.slide_open {
	position: fixed;
	width: 100%;
}

#wrapper {
	position: relative;
}

.inner {
	margin: 0 auto;
	padding: 0 5.5%;
	height: auto;
	max-width: 1440px;
	width: 100%;
}

.inner:after{
	content: '';
	display: table;
	clear: both;
}

@media screen and (min-width: 1440px) {
	.inner {
		padding: 0 80px;
	}
}

/*
	HEADER STYLES
================================================================================*/
header {
  transition: top .6s cubic-bezier(0.23, 1, 0.32, 1);  /* easeOutQuint */
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	min-width: 960px;
	height: 120px;
	z-index: 100;
}

header .inner {
	position: relative;

}

header .logo {
	position: relative;
	padding: 38px 0 0;
	max-width: 135px;
	height: auto;
	z-index: 1;

}

/* .sub-nav */
header .sub-nav {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	top: 0;
}

header .sub-nav .holder .group span { color:#333;}/* 2017.12.15 */

header .sub-nav .holder {
	margin: auto;
	padding: 0 5.5%;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	max-width: 1440px;
}

header .sub-nav .holder,
header .sub-nav .holder .group > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: -webkit-nowrap;
	flex-wrap: -ms-nowrap;
	flex-wrap: nowrap;


}

header .sub-nav .holder,
header .sub-nav .holder .group > ul {
	align-items: -webkit-center;
	align-items: -ms-center;
	align-items: center;
}

header .sub-nav .holder > div {
	font-size: 1.2rem;
}

header .sub-nav .holder .all-search {
	border-bottom: 1px solid #364854;
	margin: 0 0 0 20px;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

header .sub-nav .holder .all-search .search-input {
	padding: 5px 0 0 3px;
	line-height: 2;
	font-size: 12px;
	width: 180px;
}
header .sub-nav .holder .group {
	font-size: 1.4rem;
}

@media all and (-ms-high-contrast: none){
	header .sub-nav .holder .all-search .search-input {
		line-height: 1;
	}
}

header .sub-nav .holder .all-search .search-submit {
	background: url("../img/icon_search.png") no-repeat center right;
	background-size: 14px;
	cursor: pointer;
	line-height: 2;
	height: auto;
	width: 16px;
}

header .sub-nav .holder .group li + li,
header .sub-nav .holder .contact {
	margin: 0 0 0 38px;
}

header .sub-nav .holder .group .item-1 span:after,
header .sub-nav .holder .group .item-2 span:after,
header .sub-nav .holder .group .item-3 span:before {
	content: "";
	display: inline-block;
}

header .sub-nav .holder .group .item-2 span:after {
	background: url("../img/icon_blank_s.png") no-repeat right center;
	background-size: 10px 8px;
	margin: 0 0 0 7px;
	height: 8px;
	width: 10px;
}


header .sub-nav .holder .group .item-3 span:before {
	background: url("../img/icon_earth.png") no-repeat left center;
	background-size: 15px;
	margin: 0 7px 2px 0;
	vertical-align: middle;
	height: 15px;
	width: 15px;
}

/* ---2017.12.15 ---------------------------------------------*/
header span {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo',sans-serif;
	top: 0;
}
.contact span{
	font-size:12px;
	color:#fff;
}
/*---------------------------------------------------------*/

header .sub-nav .holder .contact {
	background-color: #364854;

}

header .sub-nav .holder .contact > a {
	color: #fff;
	display: block;
	padding: 5.5px 0 5.5px 10px;
	width: 170px;
}

header .sub-nav .holder .contact > a > span:after {
	content: "";
	background: url("../img/icon_arrow_white.png") no-repeat right center;
	background-size: 10px 7px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 2px 10px;
	height: 7px;
	width: 10px;
}

@media screen and (max-width: 1300px) {
	header .logo{
		max-width: 110px;
	}
}

header.small{
	top: -50px;
}
header.small .logo{
	padding: 62px 0 0;
}
header.small #g-nav{
	top: 50px;
}
header.small #g-nav > ul > li > a{
	padding: 23px 0 0;
	height: 70px;
}
header.small #g-nav .find-know > a:before,
header.small #g-nav li > a:after{
	top: 20px;
}
header.small #g-nav .g-nav-menu{
	top: 70px;
}
@media screen and (max-width: 1300px) {
	header.small .logo{
		padding: 70px 0 0;
	}
}

/*
	GLOBAL NAVIGATION
================================================================================*/
#g-nav {
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	min-width: 960px;
	
}
#g-nav > ul,
#g-nav li > a > span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: -webkit-nowrap;
	flex-wrap: -ms-nowrap;
	flex-wrap: nowrap;
	
}

#g-nav > ul {
	margin: auto;
	padding: 0 5.5%;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	max-width: 1440px;		
}

#g-nav > ul > li > a {
	display: block;
	position: relative;
	padding: 12px 0 0;
	font-size: 1.6rem;
	width: 200px;
	height: 65px;
	text-align: center;
	
	color:#333; /* 2017.12 add */
}

#g-nav > ul > li > a.cur {
	border-bottom: 4px solid #222E35;
}
#g-nav > ul > li > a.cur.over {
	border-bottom: none;
}

#g-nav .find-know > a:before,
#g-nav li > a:after {
	content: "";
	background-color: #ddd;
	position: absolute;
	top: 10px;
	bottom: 0;
	height: 30px;
	width: 1px;
}

#g-nav li > a:after {
	right: 0;
}

#g-nav .find-know > a:before {
	left: 0;
}

#g-nav > ul > li > a > span {
	background: url("../img/icon_angle_brackets_b.png") no-repeat right center;
	background-size: 11px auto;
	display: inline-block;
	padding: 0 20px 0 0;
}
#g-nav > ul > li.delivery-case > a > span {
	background-image: url("../img/icon_angle_brackets_b_right.png");
	background-size: 6px auto;
}

/* PC hover */
@media screen and (min-width: 750px) {
	#g-nav > ul > li:hover > a:after,
	#g-nav > ul > li > a:hover,
	#g-nav > ul > li > a:hover:after,
	#g-nav .find-know > a:hover:before,
	#g-nav > ul a.over,
	#g-nav > ul a.over:before {
		background-color: rgba(34, 46, 53, .95);
		opacity: 1;
		color:#fff;/* 2017.12 add */
	}
	#g-nav li > a:hover,
	#g-nav > ul a.over {
		color: #fff;
	}
	#g-nav > ul > li > a:hover > span,
	#g-nav > ul a.over > span {
		background-image: url("../img/icon_angle_brackets_w.png");
	}
	#g-nav > ul > li.delivery-case > a.over > span {
		background-image: url("../img/icon_angle_brackets_w_right.png");
		background-size: 6px auto;
	}
}

@media screen and (max-width: 1300px) {
	#g-nav > ul > li > a {
		padding: 15px 0 0;
		font-size: 1.3rem;
		width: 145px;
	}
	#g-nav > ul > li > a > span{
		background-position: center bottom;
		padding: 0 0 10px;
	}
}

/* for DROPDOWN MENU */
#g-nav .g-nav-menu {
	display: none;
	background-color: rgba(34, 46, 53, .95);
	overflow: hidden;
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	z-index: 10000;
}

#g-nav .g-nav-menu,
#g-nav .g-nav-menu a {
	color: #fff;
}
#g-nav .g-nav-menu a {
	display: block;
}
#g-nav .g-nav-menu img{
	width: 100%;
}
#g-nav .g-nav-menu-top {
	border-bottom: 1px solid rgba(221,221,221,.5);
}

#g-nav .g-nav-menu-top .ttl {
	float: left;
	padding: 21px 0;
	font-size: 2.4rem;
}

#g-nav .g-nav-menu-top .ttl > a {
	background: url("../img/icon_arrow_white.png") no-repeat right center;
	background-size: 18px auto;
	padding: 0 35px 0 0;
}

#g-nav .g-nav-menu-top .close {
	background: url("../img/icon_close_white.png") no-repeat center;
	background-size: 32px;
	float: right;
	margin: 20px 0;
	padding: 20px;
	cursor: pointer;
	height: 32px;
	width: 32px;
}

#g-nav .g-nav-menu-btm {
	padding: 20px 0;
}

#g-nav .g-nav-menu-btm .item {
	background-color: #ffffff;
	float: left;
}

/*
	左列5、中列5、右列1の場合
#g-nav .g-nav-menu-btm .col-2:after {
	content: "";
	display: block;
	clear: both;
}

#g-nav .g-nav-menu-btm .col-2 {
	margin: 20px -1.51%;
	width: 68.75%;
}

#g-nav .g-nav-menu-btm .col-r {
	float: right;
	margin: -390px -1.51% 20px;
	width: 34.3%;
}

#g-nav .g-nav-menu-btm .col-2 .item {
	margin: 0 2.27%;
	width: 45.4%;
}

#g-nav .g-nav-menu-btm .col-r .item {
	margin: 0 4.38%;
	width: 91%;
}
*/

#g-nav .g-nav-menu-btm .col-3 {
	margin: 20px -1.51%;
	overflow: hidden;
}
#g-nav .g-nav-menu-btm .col-3 .item {
	margin: 0 1.51%;
	width: 30.3%;
}
#g-nav .g-nav-menu-btm .col-4 {
	margin: 20px -0.8%;
	overflow: hidden;
}
#g-nav .g-nav-menu-btm .col-4 .item {
	margin: 0 0.8%;
	width: 23.4%;
}
#g-nav .g-nav-menu-btm .item > a{
	background-color: #364854;
	font-size: 1.5rem;
}
#g-nav .g-nav-menu-btm .item > a span{
	background: url(../img/icon_arrow_white.png) no-repeat right center;
	background-size: 10px auto;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 18px 20px;
}

#g-nav .model-number-search {
	background-color: #45494c;
	padding: 10px 10px 10px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 1.5rem;
}

#g-nav .model-number-search > p {
	color: #fff;
}

#g-nav .model-number-search .form {
	position: relative;
	margin: 0 0 0 20px;
	width: ;
	width: -webkit-calc(100% - 80px);
	width: -ms-calc(100% - 80px);
	width: calc(100% - 80px);
}

#g-nav .model-number-search [class^="search"] {
	height: 40px;
}

#g-nav .model-number-search .search-input {
	background-color: #fff;
	border-radius: 4px 0 0 4px;
	font-size: 1.5rem;
	padding: 11.5px 0 11.5px 1.8%;
	width: -webkit-calc(100% - 46px);
	width: -ms-calc(100% - 46px);
	width: calc(100% - 46px);
}

#g-nav .model-number-search .search-submit {
	background: url("../img/icon_search.png") no-repeat center #fff;
	background-size: 21px;
	border-radius: 0 4px 4px 0;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 46px;
}

/*
	BREADCRUMB
================================================================================*/
.breadcrumb{
	background-color: #ffffff;
	padding: 10px 0;
	font-size: 1.2rem;
}
.breadcrumb ol{
	list-style: none;
	overflow: hidden;
}
.breadcrumb ol li{
	float: left;
}
.breadcrumb ol li + li{
	background: url(../img/icon_menu_right.png) no-repeat 0 center;
	margin: 0 0 0 15px;
	padding: 0 0 0 22px;
}

/*
	CONTENTS
================================================================================*/
input.mstext { font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; background-color:#eee;border:1px solid #999; padding-left:3px;} /*2017.12.15*/

#contents .head-title,
#contents .foot-title{
	background-color: #F8F8F8;
}
#contents .head-title.visual:after{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	display: block;
	width: 100%;
	height: 460px;
}
#contents .head-title.case:after{	background-image: url(../../img/case_main.jpg);	}
#contents .head-title.showroom:after{	background-image: url(../../img/showroom_main.jpg);	}
#contents .head-title.product:after{	background-image: url(../../img/product_main.jpg);	}
#contents .head-title .title{
	padding: 12px 0;
	font-size: 3.4rem;
}
#contents .head-title .title.small{
	padding: 14px 0;
	font-size: 2.0rem;
}
#contents .foot-title.separator-line{
	border-top: 1px solid #DDDDDD;
}
#contents .foot-title .title{
	background-color: #F8F8F8;
	padding: 14px 0;
	font-size: 2.0rem;
}
#contents .foot-menu{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.3;
}
#contents .foot-menu ul{
	border-left: 1px solid #DDDDDD;
	display: table;
	table-layout: fixed;
	width: 100%;
}
#contents .foot-menu ul + ul{
	border-top: 1px solid #DDDDDD;
}
#contents .foot-menu ul:after{
	content: '';
	display: table;
	clear: both;
}
#contents .foot-menu ul li{
	border-right: 1px solid #DDDDDD;
	display: table-cell;
	vertical-align: middle;
}
#contents .foot-menu ul li.cr{
	background-color: #F8F8F8;
}
#contents .foot-menu ul li.cr span:after{
	display: none;
}

#contents .foot-menu.c-col-1 ul li{ 	width: 100%;}
#contents .foot-menu.c-col-2 ul li{ 	width: 50%;}
#contents .foot-menu.c-col-3 ul li{ 	width: 33.33%;}
#contents .foot-menu.c-col-4 ul li{ 	width: 25.04%;}
#contents .foot-menu.c-col-5 ul li{ 	width: 20%;}
#contents .foot-menu.c-col-6 ul li{ 	width: 16.66%;}
#contents .foot-menu.c-col-7 ul li{ 	width: 14.28%;}

#contents .foot-menu a{
	display: block;
	padding: 17px 24px;
}
#contents .foot-menu a > span{
	display: inline-block;
	text-align: left;
}
#contents .foot-menu a > span:after{
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_black_s.png) no-repeat right center;
	background-size: 10px auto;
	height: 7px;
	width: 10px;
	margin: 0 0 2px 8px;
}
#contents .foot-menu a:hover span{
	text-decoration: underline;
}

/*
	COMMON STYLE
================================================================================*/
.c-title01{
	position: relative;
	padding: 15px 0;
	text-align: center;
	font-size: 2.8rem;
}
.c-title01:after{
	content: "";
	display: block;
	background-color: #333;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -20px;
	height: 1px;
	width: 40px;
}

.c-thumbnails01{
	margin: 40px -1.5%;
	overflow: hidden;
}
.c-thumbnails01 .item{
	float: left;
	margin: 20px 1.5%;
	width: 22%;
}
.c-thumbnails01 .item a{
	display: block;
}
.c-thumbnails01 .img{
	background-color: #999999;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 70% 0 0;
}
.c-thumbnails01 h3{
	margin: 17px 0;
	font-size: 2.0rem;
	line-height: 1.3;
}
.c-thumbnails01 h3 span{
	background: url(../img/icon_arrow_black_s.png) no-repeat right center;
	padding: 0 20px 0 0;
}
.c-thumbnails01 ul.labels{
	overflow: hidden;
}
.c-thumbnails01 ul.labels li{
	float: left;
	background-color: #EEEEEE;
	margin: 0 5px 5px 0;
	padding: 0 10px;
	font-size: 1.3rem;
}

.c-banner01{
	background-color: #364854;
	padding: 25px 0 60px;
	color: #ffffff;
	line-height: 1.3;
}
.c-banner01 h3{
	border-left: 1px solid #fff;
	margin: 25px 0;
	padding: 0 15px;
	font-size: 2.4rem;
}
.c-banner01 .item{
	float: left;
	width: 31.25%;
}
.c-banner01 .item + .item{
	margin: 0 0 0 3.125%;
}
.c-banner01 .item a{
	display: table;
	width: 100%;
	background-color: #ffffff;
	font-size: 1.8rem;
}
.c-banner01 .item a > div{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	overflow: hidden;
}
.c-banner01 .item a > div:first-child{
	line-height: 0;
}
.c-banner01 .item a > div:first-child img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.c-banner01 .item a > div + div{
	padding: 0 5%;
	width: 52%;
}
.c-banner01 .item a > div span{
	background: url(../img/icon_arrow_black_s.png) no-repeat right center;
	padding: 0 20px 0 0;
}
.c-banner01 .item .txt{
	margin: 15px 0 0;
	font-size: 1.5rem;
}

.c-paginate{
	margin: 60px 0;
	text-align: center;
	font-size: 1.6rem;
}
.c-paginate a,
.c-paginate span{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 15px;
	display: inline-block;
	margin: 0 2px;
	padding: 4px 5px 0;
	min-width: 30px;
	height: 30px;
	vertical-align: middle;
}
.c-paginate span.cur{
	background-color: #EEEEEE;
}
.c-paginate .prev,
.c-paginate .next{
	border: 1px solid #DDDDDD;
}
.c-paginate span.prev,
.c-paginate span.next{
	opacity: .2;
}
.c-paginate .prev{
	background-image: url(../img/icon_angle_left.png);
	margin: 0 50px 0 2px;
}
.c-paginate .prev.last{
	background-image: url(../img/icon_angle_double_left.png);
	margin: 0 2px;
}
.c-paginate .next{
	background-image: url(../img/icon_angle_right.png);
	margin: 0 2px 0 50px;
}
.c-paginate .next.last{
	background-image: url(../img/icon_angle_double_right.png);
	margin: 0 2px;
}

.c-slide01{
	background-color: #364854;
	color: #ffffff;
	text-align: center;
	font-size: 1.5rem;
	overflow: hidden;
}
.c-slide01 .slick-slider{
	margin: 0 -20%;
}
.c-slide01 .slick-slide{
	position: relative;
}
.c-slide01 .slide{
	background-color: #333;
}
.c-slide01 .slide .slick-slide{
	border-left: 1px solid #fff;
}
.c-slide01 .slide .single{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
	margin: 0 auto;
	width: 50%;
}
.c-slide01 .slide .single .img,
.c-slide01 .slick-slide .img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 70% 0 0;
}
.c-slide01 .slide .single .caption,
.c-slide01 .slick-slide .caption{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.6);
	line-height: 1.3;
	padding: 3px 10px;
	width: 100%;
}
.c-slide01 .slick-prev,
.c-slide01 .slick-next{
	background-color: #364854;
}
.c-slide01 .slick-prev{
	left: 33.3%;
	margin: -22px 0 0 -5px;
}
.c-slide01 .slick-next{
	right: 33.3%;
	margin: -22px -5px 0 0;
}
.c-slide01 ul.nav{
	padding: 20px;
}
.c-slide01 ul.nav li{
	display: inline-block;
	position: relative;
	margin: 0 2px;
	overflow: hidden;
	cursor: pointer;
}
.c-slide01 ul.nav li.cur:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.6);
	border: 2px solid #ffffff;
}
.c-slide01 .slider { display:none;}
.c-slide01 .slider.slick-initialized { display: block;}

/*
	FOOTER STYLES
================================================================================*/
footer {
	background-color: #364854;
	padding: 20px 0;
}

footer .information a,
footer .copyright {
	color: #fff;
}
footer .copyright span{
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo',sans-serif;
}

footer .information {
	float: left;
}

footer .information li {
	display: inline-block;
}

footer .information li:first-child:after {
	content: "";
	display: inline-block;
	background-color: #fff;
	vertical-align: middle;
	margin: 0 10px 5px;
	height: 12px;
	width: 1px;
}

footer .information > li a {
	font-size: 1.3rem;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo',sans-serif;
}

footer .copyright {
	float: right;
	font-size: 1.2rem;
}

/*
	CONTENTS STYLES
================================================================================*/
#delivery-case,
#showroom,
#useful-collection {
	padding: 0 0 40px;
}

#contents {
	background-color: #fff;
	padding: 120px 0 0;
}

#contents .white-smoke {
	background-color: #f8f8f8;
}

#contents > section .body {
	position: relative;
}

.heading {
	padding: 50px 0;
	text-align: center;
}

.heading > * {
	position: relative;
	padding: 0 0 26px;
	font-size: 2.8rem;
}

.heading > *:after {
	content: "";
	background-color: #333;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	width: 40px;
}

/* #showroom */
#showroom .body {
	overflow: hidden;
	width: 100%;
}

#showroom [class^="col-2"] {
	float: left;
	height: 400px;
	width: 50%;
	z-index: 2;
}

#showroom .col-2-l {
	background: url("../../img/showroom_bg01.jpg") no-repeat top;
	background-size: auto;
	padding: 7.8% 2.8% 0;
}

#showroom .col-2-l .caption {
	font-size: 2rem;
}

/* link-btn */
.link-btn {
	margin: 30px 0 0;
}

.link-btn > a {
	background-color: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 7px 20px;
	font-size: 1.5rem;
	text-align: center;
}

.link-btn > a > span {
	width: inherit;
}

.link-btn > a > span:after {
	content: "";
	background: url("../img/icon_arrow_black.png") no-repeat right center;
	background-size: 10px 7px;
	display: inline-block;
	margin: 0 0 1px 16px;
	height: 7px;
	width: 10px;
}

/* BUTTON PAGE TOP */
#pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
}

#pagetop > a {
	background: url("../img/icon_page_top.png") no-repeat center #364854;
	background-size: 16px 18px;
	display: block;
	text-align: center;
	height: 40px;
	width: 40px;
	opacity: .8;
}

#pagetop > a:hover {
	opacity: 1;
}

#pagetop > a > span {
	opacity: 0 !important;
}


/*
	SHOWROOM MAP LINK
==============================================================================*/
.showroom-map-link{
	position: relative;
	background: url("../../img/showroom_bg02.jpg") no-repeat top;
	background-size: auto;
}
.showroom-map-link > a {
	background: url("../img/icon_arrow_white.png") no-repeat 77px center;
	background-size: 10px 7px;
	display: block;
	border: 1px solid #fff;
	color: #fff;
	position: absolute;
	margin: -15px 0 0 -50px;
	padding: 2px 0;
	text-align: center;
	font-size: 1.5rem;
	width: 100px;
}
.showroom-map-link .sapporo   { top: 19%; left: 56%;}
.showroom-map-link .sendai    { top: 42.5%; left: 72%;}
.showroom-map-link .tokyo     { top: 67.5%; left: 72%;}
.showroom-map-link .nagoya    { top: 79%; left: 62%;}
.showroom-map-link .osaka     { top: 49%; left: 40%;}
.showroom-map-link .hiroshima { top: 61%; left: 32%;}
.showroom-map-link .fukuoka   { top: 74%; left: 24%;}

/*
	SLICK BASE
==============================================================================*/
.slick-dots{
	text-align: center;
	line-height: 0;
	font-size: 1px;
}
.slick-dots li{
	background-color: #9AA3A9;
	display: inline-block;
	margin: 0 3px;
}
.slick-dots li button{
	line-height: 0;
	font-size: 1px;
	width: 15px;
	height: 2px;
	cursor: pointer;
	opacity: 0;
}
.slick-dots li.slick-active{
	background-color: #364854;
}
.slick-arrow{
	background-size: 45px auto;
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	margin: -22px 0 0;
	z-index: 99;
	cursor: pointer;
}
.slick-prev{
	background-image: url(../img/slick_arrow_left.png);
	left: 0;
}
.slick-next{
	background-image: url(../img/slick_arrow_right.png);
	right: 0;
}

/*
	CMS ADMIN
==============================================================================*/
.customize-support header{
	top: 32px;
}
.customize-support header.small{
	top: -18px;
}

