@charset "utf-8";


@import url(reset.css);
@import url(font.css);


/*-----------------------------------------------
	LAYOUT
-----------------------------------------------*/
#wrapper{
	margin: 0 auto;
	text-align: left;
	background-color:#fff;
	color: #333;
	height: 100%;
	min-height: 100%;	
	position:relative;
	overflow:hidden;
	font-family: 'Cutive Mono',"New Century Schoolbook", Times, serif;
	background-image: url("../img/bg.jpg");
	background-repeat: repeat;
	background-position: center center;
}
body > #wrapper {
	height: auto;
}
.area{
	width:980px;
	margin:0 auto;
}
.main{
	padding:5em 0;
}
.main h1{
	width: 200px;
	margin: 0 auto;
	text-align: center;
	font-weight: 500;
}
.main h1 img{
	width:100%;
	height:auto;
}
.main h2{
text-align:center;
font-size:20px;
line-height:1.2;
padding-top:5em;
margin-bottom:5em;
	font-family: "Cutive Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
.sl{
	width: 600px;
	margin: 0 auto;
	padding: 5em 0 10em;
}
.sl img{
	width: 100%;
	height: auto;
}
.list{
	text-align:center;
	margin-bottom:10em;
}
.list ul{
	display:inline-block;
	text-align:left;
}
.list li{
	list-style:disc;
	list-style-position:inside;
	margin-bottom:0.5em;
	font-size:14px;
}
.company{
	width:60%;
	margin:0 auto;
	padding-bottom:10em;
}
.company dl{
	border-top:1px solid #ddd;
	padding:2em 1em;
	line-height:1.8;
}
.company dl:last-child{
	border-bottom:1px solid #ddd;
}
.company dt{
	float:left;
	width:30%;
	
}
.company dd{
	float:left;
	width:70%;

}
.last{
	text-align:center;
	margin-bottom: 5em;
}
.last p.title{
	font-size:16px;
	letter-spacing:0.1em;
	margin-bottom:2em;
}
.last p.tel{
	font-family: "Cutive Mono", monospace;
  font-weight: 400;
  font-style: normal;
	font-size:28px;
}
.last p.tel a:link{
	color: #333;
	text-decoration: underline;
}
.last p.tel a:visited{
	color: #333;
	text-decoration: underline;
}
.last p.tel a:hover{
	color: #333;
	text-decoration: none;
	opacity: .6;
}
.line{
	text-align:center;
	padding-top:5em;
}

.copy{
	color:#333;
	text-align:center;
	padding-bottom:1em;
	font-size:13px;
	font-family: "Cutive Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
.slick-dots li button {
   
    width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
}
.slick-dots li {
 
    width: 10px !important;
    margin: 0 5px !important;
}

ul.sns{
	text-align: center;
}
ul.sns li{
	display: inline-block;
	width: 50px;
	vertical-align: middle;
	margin: 0 1.5em;
}