@CHARSET "UTF-8";
 
/*――――――――デフォルト設定―――――――*/

* {
	box-sizing: border-box;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
}
a {
	color: #333;
	text-decoration: none;
}
ul,li{
	list-style:none;
	padding:0;
	margin:0;
}
img{
	border:none;
}
/*――――――――ヘッダーセクション―――――――*/

.fixbar {
	background-image:url(../img/off.gif);
	box-shadow:0 2px 2px rgba(200, 200, 200, 1);
}
.header {
	height: 72px;
	width:100%;
}
.header .fixbar {
	position: absolute;
	width: 100%;
	top: 202px;/*―ヘッダメニュー（固定部分）の開始位置。この数字変更時はswitchheader.jsも変更すること―*/
	z-index:99999;
}
.header.fixed .fixbar {
	position: fixed;
	top: 0px;
}
.wrapper-a {
	padding-top:10px;
	background:#000000;
	width:100%;
}
.wrapper {
	margin: 0 auto;
	width: 1200px;
}
.wrapper .content {
	background-color: aliceblue;
	margin: 30px 0;
	padding: 120px 60px;
}
.logospace {
	text-align:center;
	padding:5px;
}
.topmenu {
	position: relative;
	margin:auto;
	padding:0;
	list-style: none;
	float: left;
	left:50%;/*――――――――リスト全体を右に50%ずらし―――――――*/
}
.topmenu li {
	height:60px;
	line-height: 40px;
	background-image:url(../img/off.gif);
	position: relative;
	left:-50%;/*――――――――リストの内容を左に50%ずらす―――――――*/
	display: inline;
	float: left;
	border-left:1px solid #eee;
	box-shadow:0 1px 1px rgba(200, 200, 200, 1)
}
.menu-a{
	font-size:12px;
	display:block;
	width:100%;
	height:100%;
	padding: 10px 20px 10px 20px;
}
.topmenu li:hover {
	height:60px;
	background-image:url(../img/on.gif);
}

/*――――――――ドロップダウンメニュー―――――――*/

.hideimg1 {
	position:absolute;
	visibility:hidden;
	width:893px;
	height:200px;
	background-color:#fff;
	margin:0 0 0 -20px;
	border-radius:0 0 5px 5px;
	box-shadow:1px 1px 1px rgba(120,120,120,1);
	z-index:9999;
}
.hideimg2 {
	position:absolute;
	visibility:hidden;
	width:893px;
	height:200px;
	background-color:#fff;
	margin:0 0 0 -105px;
	border-radius:0 0 5px 5px;
	box-shadow:1px 1px 1px rgba(120,120,120,1);
	z-index:9999;
}
.hideimg3 {
	position:absolute;
	visibility:hidden;
	width:893px;
	height:200px;
	background-color:#fff;
	margin:0 0 0 -190px;
	border-radius:0 0 5px 5px;
	box-shadow:1px 1px 1px rgba(120,120,120,1);
	z-index:9999;
}
.hideimg4 {
	position:absolute;
	visibility:hidden;
	width:893px;
	height:200px;
	background-color:#fff;
	margin:0 0 0 -275px;
	border-radius:0 0 5px 5px;
	box-shadow:1px 1px 1px rgba(120,120,120,1);
	z-index:9999;
}
.hideimg5 {
	position:absolute;
	visibility:hidden;
	width:893px;
	height:200px;
	background-color:#fff;
	margin:0 0 0 -359px;
	border-radius:0 0 5px 5px;
	box-shadow:1px 1px 1px rgba(120,120,120,1);
	z-index:9999;
}
.hideimg6 {
	position:absolute;
	visibility:hidden;
	width:893px;
	height:200px;
	background-color:#fff;
	margin:0 0 0 -444px;
	border-radius:0 0 5px 5px;
	box-shadow:1px 1px 1px rgba(120,120,120,1);
	z-index:9999;
}
.hideimg7 {
	position:absolute;
	visibility:hidden;
	width:893px;
	height:200px;
	background-color:#fff;
	margin:0 0 0 -529px;
	border-radius:0 0 5px 5px;
	box-shadow:1px 1px 1px rgba(120,120,120,1);
	z-index:9999;
}
.menu1:hover > .hideimg1 {
	visibility:visible;
}
.menu2:hover > .hideimg2 {
	visibility:visible;
}
.menu3:hover > .hideimg3 {
	visibility:visible;
}
.menu4:hover > .hideimg4 {
	visibility:visible;
}
.menu5:hover > .hideimg5 {
	visibility:visible;
}
.menu6:hover > .hideimg6 {
	visibility:visible;
}
.menu7:hover > .hideimg7 {
	visibility:visible;
}
.more {
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
	margin:0;
	border-radius:0 0 5px 5px;
	padding:0;
	background-color:#000000;
	color:#fff;
}
.more a{
	display:block;	/*ブロックにして*/
	width:100%;		/*幅と*/
	height:100%;	/*高さを最大に広げる*/
	color:white;
}
.i-box1{
	margin:10px;
}

/*――――――――検索セクション―――――――*/

#serch {
	width:469px;
	float:left;
}
.serch_word_h {
	height:30px;
	padding:4px;
	margin-right:5px;
	top:0;
	font-size:14px;
	border-radius:2px;
	width:320px;
	float:left;
	outline:none;
}
.searchBtn_h {
	border:0;
	padding:0;
	float:left;
}
.clr {
	clear:both;
}

/*――――――――パララックスセクション―――――――*/

#contents01 {
	background-image: url(../img/beetle01.jpg);
}
#contents02 {
	background-image: url(../img/beetle02.jpg);
}
#contents03 {
	background-image: url(../img/beetle03.jpg);
}
.bgImage {
	width: 100%;
	min-height: 900px;
	color: #fff;
	display: table;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bgImage > * {
	display:table-cell;
	vertical-align: middle;
	text-align: left;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 768px) {
 .bgImage {
 background-attachment: fixed;
//画像位置を固定
}
}

/*――――――――ミニバナーセクション―――――――*/
.miniban-ul{
	width:1170px;
	margin:50px auto 50px auto;
}
.miniban-ul li{
	float:left;
	margin-bottom:20px;
}
.miniban-sub{
	margin:0 20px 0 20px;
}
.miniban-sub img{
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}
.miniban-sub img:hover{
     opacity: 0.7; 
     filter: alpha(opacity=80);
}
.miniban-sub span{
	color:#636363;
	display:block;
	font-weight:bolder;
	margin:5px 0 0 0;
	padding:0;
	font-size:16px;
}
.miniban-sub span:hover{
	color:#969696;
}
.miniban-sub p{
	margin:0;
	padding:0;
	font-size:12px;
}
.miniban-sub p:hover{
	color:#969696;
}

/*――――――――レフト＆ランキングセクション―――――――*/

.main_table img{
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}
.main_table img:hover{
     opacity: 0.7; 
     filter: alpha(opacity=80);
}
/*――――――――コンテンツセクション―――――――*/

.tokushu-bt{
	border:5px solid #fff;
	width:350px;
	margin:auto;
	position:
	relative;
	top:40%;
}
.tokushu-bt a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	padding:10px;
	font-size:18px;
	text-shadow:1px 1px 1px rgba(0,0,0, 1);
}
.tokushu-bt a:hover{
	display:block;
	width:100%;
	height:100%;
	color:#000;
	padding:10px;
	font-size:18px;
	background-color:#fff;
	opacity:0.6;
}


.tokushu2-bt{
	border:5px solid #fff;
	width:350px;
	margin:auto;
	position:
	relative;
	top:20%;
	right:-20%;
}
.tokushu2-bt a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	padding:10px;
	font-size:18px;
	text-shadow:1px 1px 1px rgba(0,0,0, 1);
}
.tokushu2-bt a:hover{
	display:block;
	width:100%;
	height:100%;
	color:#000;
	padding:10px;
	font-size:18px;
	background-color:#fff;
	opacity:0.6;
}

/*――――――――フッターセクション―――――――*/

.footer_wrap {
	padding-top:10px;
	width:100%;
	position:fixed;
	bottom:0;
	background:#000000;
}
.footer_contents {
	margin:auto;
	width:1200px;
	height:40px;
}

/*――――――――フッターショップインフォセクション―――――――*/

.shopinfo{
	background-color:#000;
	width:100%;
	text-align:center;
	padding:50px 0 50px 0;
	color:#fff;
}
.shopinfo ul{
	float: left;
	position:relative;
	left:50%;
}
.shopinfo ul li{
	float:left;
	position:relative;
	left:-50%;
}
.info-ttl{
	font-size:20px;
	margin:0;
	padding:0;
	font-weight:bold;
}
.ft-list{
	margin:0 10px 0 10px;
	padding:0 30px 0 30px;
	border-left:1px solid #eee;
	min-height:200px;
	text-align:left;
}
.ft-list p a{
	color:white;
	padding:5px;
}
.ft-list p a:hover{
	color:#ff9;
}

/*――――――――TOPへ―――――――*/

#page-top {
	position:fixed;
	bottom:0;
	right: 5px;
}
#page-top a {
	background:url(../img/back.png) no-repeat;
	width: 40px;
	height:60px;
	display: block;
	text-indent:-9999px;
}
#page-top a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/*---------------------------------------
　　　CORDING BY HONKI-MODE.inc
　　　　http://www.honki-mode.co/
---------------------------------------*/
