@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html { overflow: auto; }
body { overflow: hidden; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; color: #333333; /* 	font-size: $size + px;
font-size: ( $size * 0.0625 ) + rem; */ font-size: 100%; line-height: 160%; background:#111; }

.tb { display: none; }
.sp { display: none; }
.pc { display: inline-block; }


a {
	color: #3b82c4;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;　
}
.clear {
	clear: both;
}

strong {
	font-weight: bold;
}


h2{
	text-align: center;
	margin-bottom: 20px;
}



/* ヘッダー
=========================================================================================== */
header {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom:120px;
	display: block;
	overflow: hidden;
	background: url(../img/back1.png) no-repeat bottom #FFF;
	text-align: center;
	position: relative;
}
h1 p{
	font-size: 24px;
	margin: 1.5em 0;
}
header .bt{
	right: 50px;
	bottom: 60px;
	position: absolute;
}


/* コンテンツ
=========================================== */
article {
	max-width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}
article section.black{
	background: url(../img/back2.png) no-repeat bottom #111;
	padding-bottom:120px;
}
article section.white{
	background: url(../img/back1.png) no-repeat bottom #FFF;
}

/* スライダー
=========================================================================================== */
.slide {
	margin: -90px auto 0 auto;
	max-width: 1000px;
}

/* ボタン
=========================================== */
.bt{
	margin: 50px 0;
	clear: both;
	overflow: hidden;
}
.bt ul{
	float: left;
	left: 50%;
	position:relative;
}
.bt ul li{
	width:250px;
	text-align: center;
	float: left;
	left: -50%;
	position:relative;
}
.bt ul li:last-child{
	margin-right: 0;
}
.bt ul li a{
	color: #FFF;
}

/* 新着
=========================================== */
div#news{
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom:177px;
	overflow: hidden;
	clear:both;
	background: url(../img/back2.png) no-repeat bottom #111;
	position: relative;
}
div#news ul{
	width: 800px;
	margin: 20px auto 40px auto;
}
div#news ul li{
	color: #FFF;
	text-indent: -150px;
	padding: 5px 0 5px 150px;
	border-bottom:  dotted 1px #CCC;
}
div#news ul li span{
	display: block;
	width: 150px;
	float: left;
}
div#news ul li a{
	color: #FFF;
}


div#news .fb{
	position: absolute;
	bottom: 80px;
	left: 10px;
}
div#news .brand{
	position: absolute;
	bottom: 50px;
	right: 10px;
}
div#news .brand .brand1{
	width: 206px;
	margin-right: 10px;	
}
div#news .brand .brand2{
	width: 60px;	
}
/* アクセス
=========================================== */
div#concept{
	text-align: center;
	margin: 0;
	padding-bottom:177px;
	overflow: hidden;
	background: url(../img/back1.png) no-repeat bottom #FFF;
}
div#concept p.tx1{
	font-size: 18px;
	line-height: 160%;
}
div#concept p.tx2{
	font-size: 14px;
	margin-bottom: 1em;
}
div#concept p.tx3{
	font-size: 14px;
}
div#concept p.tx3 span{
	font-size: 18px;
}
div#concept img.line{
	margin: 1em 0;
}

/* アクセス
=========================================== */
div#access{
	text-align: center;
	margin: 0 0 100px 0;
	overflow: hidden;
	clear:both;
	position: relative;
}
div#access .map{
	text-align: center;
}
div#access p{
	position: absolute;
	bottom: 0;
	right: 30px;
	text-align: left;
	color: #FFF;
}

/* ページトップ
======================================================== */
#page-top {
	width: 150px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    opacity: 0.8;
}	

/* フッター
=========================================================================================== */
footer div{
	background: #111;
	max-width: 1000px;
	margin: 0 auto;
	overflow:hidden;
	text-align: center;
	border-top: 1px solid #666;
	padding: 1em 0;
	color: #666;
	font-size: 12px;
}

.slick-dots li button:before {
    color: #CCC;
  }
.slick-dots li.slick-active button:before {
    color: #FFF !important;
}

/* シングル
=========================================== */
.single{
	max-width: 900px;
	margin: 0 auto;
	color: #FFF;
}

.single h2{
	font-weight:bold;
	font-size:20px;
	text-align: left;
	border-bottom:1px solid #666;
	padding-bottom: 0.5em;
}
.single .navi{
	width: 600px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	display: block;
	overflow: hidden;
}
.single .navi ul li{
	float: left;
	width: 200px;
	height: 20px;
	text-align: center;
	overflow: hidden;
}
/*===============================================
●style.css 画面の横幅が1000px以上
===============================================*/
@media screen and (min-width: 1000px) {
}
/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1000px) {
header .bt{
	right: 10px;
}
div#news{
	width: 100%;
}
div#news ul{
	width: 95%;
}
div#concept{
	width: 100%;
}
div#concept p.tx1{
	width: 95%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 160%;
}
div#concept p.tx2{
	width: 95%;
	margin: 0 auto 1em auto;
	font-size: 12px;
}
div#concept p.tx3{
	width: 95%;
	margin: 0 auto;
	font-size: 12px;
}
div#concept p.tx3 span{
	font-size: 16px;
}
div#access p{
	width: 315px;
	position: relative;
	display: inline-block;
	margin:  0 auto;
	right: 0;
}
/* シングル
=========================================== */
.single{
	max-width: 95%;
}

.single .navi{
	width: 450px;
}
.single .navi ul li{
	width: 150px;
}


}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
header {
	padding-bottom:100px;
}
h1 > p{
	font-size: 20px;
	margin: 1em 0;
}
h1 > img{
	width: 150px;
}
header .bt img{
	width: 80px;
}
.bt ul li{
	width:150px;
}
div#news .fb{
	width: 50px;
}
div#news .brand .brand1{
	width: 155px;
	margin-right: 7px;	
}
div#news .brand .brand2{
	width: 45px;	
}
div#access p{
	font-size: 14px;
	line-height: 130%;
}
#page-top {
	width: 100px;
}	

.single h2{
	font-size:18px;
}
.single .navi{
	width: 300px;
}
.single .navi ul li{
	width: 100px;
}



}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
h1 > p{
	font-size: 18px;
	margin: 0.5em 0;
}
h1 > img{
	width: 120px;
}
header .bt img{
	width: 50px;
}
.bt ul{
	float: none;
	left: 0;
	border-top: 1px solid #999;
}
.bt ul li{
	width:100%;
	float: none;
	left: 0;
}
.bt ul li a{
	width:100%;
	padding:8px 0;
	display: block;
	border-bottom: 1px solid #999;
}
div#news ul li{
	text-indent:0;
	padding: 5px 0 5px 0;
}
div#news ul li span{
	display: block;
	width: 100%;
}
div#news .brand .brand1{
	width: 103px;
	margin-right: 5px;	
}
div#news .brand .brand2{
	width: 30px;	
}
#page-top {
	width: 80px;
}	
.single .navi{
	width: 240px;
}
.single .navi ul li{
	width: 80px;
}









}
