/*=========================================
レイアウト
=========================================*/
body{ min-width: 1200px;}
.section{ position: relative;}
.spshow{ display: none !important;}

/* 背景網掛け */
.bgover{ height: 100%; width: 100%; background: url("../img/bg_20.png") 0 0 repeat;}

/*=========================================
共通 タイトル
=========================================*/

/* 1 英語
-----------------------------------------*/
.title-style1{
	font-family: 'Droid Serif', serif;
	color: #FED002;
	font-size: 280%;
	text-shadow: 1px 2px 0 rgba(0,0,0,1);
	line-height: 110%;
}

/* 2 日本語
-----------------------------------------*/
.title-style2{
	font-family:ヒラギノ明朝 Pro W3,Hiragino Mincho Pro,ＭＳ Ｐ明朝,serif;
	color: #FED002;
	font-size: 280%;
	text-shadow: 1px 2px 0 rgba(0,0,0,1);
	line-height: 110%;
}

/*=========================================
共通 本文
=========================================*/
.contents { padding: 0 0 0 30px;}

.contents .title{ margin: 0 0 30px 0;}
.contents .body{}
.contents .button{ margin: 40px 0 0 0;}

/* テキストシャドウ */
.contents p,
.contents h3,
.contents h4,
.contents dl,
.contents dt,
.contents dd,
.contents td{ font-weight: bold; text-shadow: 1px 1px 0 rgba(0,0,0,1); color: #FFF;}

/* テキストシャドウ無し */
.no_shadow{text-shadow: 0 0 0;}

/*=========================================
共通 ボタン
=========================================*/
.button-style1 {
	-moz-box-shadow: 0px 5px 0px 0px #be9e01;
	-webkit-box-shadow: 0px 5px 0px 0px #be9e01;
	box-shadow: 0px 5px 0px 0px #be9e01;
	background-color:#fed003;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-weight: bold;
	padding:14px 32px;
	text-decoration:none;
	text-shadow: 1px 1px 0 rgba(0,0,0,1);}
.button-style1:hover {background-color:#FED825;}
.button-style1:active {position:relative;top:1px;}

/*=========================================
ヘッダー
=========================================*/
#header{height: 64px;padding: 16px 0 0 15px;position:fixed;display:block;width: 100%;background: #000;z-index:1000;top:0px;}
#header a{ color: #FFF; text-decoration: none;}
#header a:hover{ text-decoration: underline;}

/* ロゴ
-----------------------------------------*/
#header .logo{ float: left;}
#header .logo h1{ display: inline-block;}
#header .logo p{ display: inline-block;}
#header .logo img{ vertical-align: middle; margin: 0 18px 0 0;}

/* リンク
-----------------------------------------*/
#header ul{ float: left; margin: 15px 0 0 0;}
#header li{ float: left; border-right: 1px solid #CCC; line-height: 100%;}
#header li:last-child{border-right: 0px;}
#header li a{  font-size: 70%; padding: 0 6px 0 6px;}

@media (max-width: 1300px) {
#header ul{ margin: 0px 0 0 0;}
#header li{ margin: 0 0 3px 0;}
#header li:nth-child(4){ border-right: 0px;}
#header li:nth-child(5){ clear: both;}
}

@media (max-width: 1100px) {
#header{height: 80px;padding-top: 6px;}
#header ul{ margin: 0 0 0 0; padding: 6px 0 0 0; float: none; display: block; clear: both;}
#header li{ margin: 3px 0 0px 0;}
#header li:nth-child(4){ border-right: 1px solid #CCC;;}
#header li:nth-child(5){ clear: none;}
#header li a{  font-size: 75%; padding: 0 10px 0 10px;}
#header .wrap{ width: 900px;}
}

/*=========================================
トップ
=========================================*/
.top .title{position: absolute; z-index: 5000; top:0px; left:0px; width: 100%; height: 100%;}
.top .title p{ width: 100%; display: block; text-align: center; padding: 200px 0 0 0;}
.top .title img{ width: 80%; height: auto;}

/* 背景スライド
-----------------------------------------*/
.bx-wrapper,
.bx-viewport,
#bg_slider,
#bg_slider .box{ height: 100% !important; min-height: 800px;}
.bx-wrapper{}
.bx-viewport{}
.bx-controls{position: absolute; bottom: 0px; left:0px; width: 100%;}
.bx-pager{}
#bg_slider .bg1{ background: url("../img/bg_01.jpg") 0 0 no-repeat;}
#bg_slider .bg2{ background: url("../img/bg_02.jpg") 0 0 no-repeat;}
#bg_slider .bg3{ background: url("../img/bg_03.jpg") 0 0 no-repeat;}
#bg_slider .box{-webkit-background-size: cover;-o-background-size: cover;background-size: cover;}

/*=========================================
エントリー
=========================================*/
.entry{background: url("../img/bg_04.jpg") 0 0px no-repeat;-webkit-background-size: cover;-o-background-size: cover;background-size: cover;}
.entry .contents{ position: absolute; bottom: 10%; left:0px; padding: 0 0 0 30px;}
.entry .body{ padding: 0 0 0 25px; position: relative;}
.entry .text{}
.entry .img{ position: absolute; top:0px; right:-280px;}
.entry h3{ font-size: 120%; margin: 0 0 15px 0;}
.entry h3 strong{ color: #FED002;}
.entry .text p{ margin: 0 0 15px 0; font-size: 90%;}
.entry .contents .button{ margin-top: 20px;}

/*=========================================
イベント
=========================================*/
.event{background: url("../img/bg_05.jpg") 0 0px no-repeat;-webkit-background-size: cover;-o-background-size: cover;background-size: cover;}
.event .contents{ width: 800px; padding: 100px 0 0 30px;}
.event .body{ padding: 0 0 0 30px;}
.event h3{ font-size: 110%;}
.event p{ font-size: 90%;}
.event .block1{ margin: 22px 0 22px 0;}
.event .block1 img{ border: 1px solid #9A9A9A;}
.event .block1 p{ float: left; width: 171px;}
.event .block1 dl{ display: block; margin: 0 0 0 168px;}
.event .block1 dt{}
.event .block1 dd{ font-size: 90%; margin: 10px 0 0 0; line-height: 140%;}
.event h4{ color: #FED002; margin: 16px 0 8px 0;}
.event .block2{ padding: 0 0 0 20px;}
.event .block2 p{}
.event .block2 table{ margin: 10px 0 0 0;}
.event .block2 td{ font-size: 90%; padding: 5px 15px 5px 0; line-height: 100%;}

.event .block2 { position:relative;}
.event .block2 .button-box {
	position:absolute;
	left: 400px;
	top: 58px;
}

/*=========================================
体験会
=========================================*/
.taiken{background: url("../img/bg_06.jpg") 0 0px no-repeat;-webkit-background-size: cover;-o-background-size: cover;background-size: cover;}
.taiken .contents{ padding: 120px 0 0 30px;}
.taiken .body{ padding: 0 0 0 30px;}
.taiken p{ font-size: 90%; margin: 10px 0 35px 0; width: 600px;}
.taiken dl{ font-size: 90%; margin: 0px 0 10px 0;}
.taiken dt{ float: left; width: 5.2em;}
.taiken dd{ margin: 0 0 0 5.2em;}

/*=========================================
メンテナンス
=========================================*/
.mainte{background: url("../img/bg_07.jpg") 0 0px no-repeat;-webkit-background-size: cover;-o-background-size: cover;background-size: cover;}
.mainte .contents{ padding: 100px 0 0 30px;}
.mainte .body{ padding: 0 0 0 30px;}
.mainte p{ font-size: 90%; margin: 10px 0 35px 0;}
.mainte dl{ font-size: 90%; margin: 0px 0 10px 0;}
.mainte dt{ float: left; width: 5.2em;}
.mainte dd{ margin: 0 0 0 5.2em;}

/*=========================================
ご購入特典
=========================================*/
.tokuten{background: url("../img/bg_08.jpg") 0 0px no-repeat;-webkit-background-size: cover;-o-background-size: cover;background-size: cover;}
.tokuten .contents{ padding: 120px 0 0 30px;}
.tokuten .body{ padding: 25px 0 0 30px;}
.tokuten p{ font-size: 100%; margin: 13px 0 0 0;}
.tokuten .block1{ float: left; width: 480px;}
.tokuten .block2{ margin: 0 0 0 510px;}

/*=========================================
ピックアップ
=========================================*/
.pickup{background: #FFF; padding: 0% 0 0 0;}

.pickup .title { padding: 120px 0 0 0;}
.pickup .title h3{ vertical-align: middle; font-size: 150%; line-height: 100%; padding: 20px 0 18px 0; text-align: center; border-top:1px solid #9A9A9A; border-bottom:1px solid #9A9A9A;}

/* 商品一覧
-----------------------------------------*/
.pickup .list{ width: 1280px; margin: 0 auto 0 auto;}
.pickup .list .box{ float: left;}
.pickup .list p{ text-align: center;}
.pickup .list img{}
.pickup .list dl{ margin: 40px 0 0 0;}
.pickup .list dt{ text-align: center; font-size: 110%;}
.pickup .list dd{ text-align: center; line-height: 100%;}
.pickup .list .spec{ font-size: 70%; line-height: 140%; margin: 7px 0 0 0;}
.pickup .list .price{ font-size: 110%; border-top:1px solid #D5D5D5; margin: 15px 0 0 0; padding: 15px 0 0 0;}
.pickup .list .price span{ font-size: 60%; padding: 0 0 0 10px;}
.pickup .list .option{ color: #C00; font-size: 75%; margin: 0px 0 0 0;}
.pickup .list.big{margin: 70px auto 70px auto;}
.pickup .list.big .box{ width: 400px; margin: 0 0 0 40px;}
.pickup .list.big .box:nth-child(3n+1){ clear: both; margin-left: 0;}
.pickup .list.mini{}
.pickup .list.mini .box{ width: 300px; margin: 0 0 20px 25px;}
.pickup .list.mini .box:nth-child(4n+1){ clear: both; margin-left: 0;}
.pickup .list.mini dt{ font-size: 90%;}


/* スリーククラブカード
-----------------------------------------*/
.pickup .card{ width: 1210px;margin: 40px auto 0 auto; padding: 20px 0px 17px 70px; background: #1E1E1E;}
.pickup .card h3{ border: #000; text-align: center;}
.pickup .card .box{ float: left;}
.pickup .card .box.n1{ padding: 30px 0 0 0;}
.pickup .card li{ float: left; text-align: center; display: block; width: 225px; height: 62px; padding: 35px 0 0 0; background: #FCE303; color: #000;}
.pickup .card li:nth-child(2){ margin: 0 0 0 13px;}
.pickup .card .box.n2{ padding: 20px 0 0 30px;}
.pickup .card .box.n3{ padding: 30px 0 0 20px;}
.pickup .card .box.n3 p{ color: #FFF; font-size: 85%;}
.pickup .card .box.n4{ padding: 0 0 0 20px;}
.pickup .card .box.n4 img{ margin: -10px 0 0 0;}

/*=========================================
アクセス
=========================================*/
.access{}
.access .contents{ padding: 80px 0 0 0;}
.access .bg{ padding: 60px 0 30px 30px; background: url("../img/bg_09.jpg") 0 0px no-repeat;-webkit-background-size: cover;-o-background-size: cover;background-size: cover;}
.access dl{ padding: 0 0 0 30px;}
.access dt{ margin: 0 0 10px 0; font-size: 90%;}
.access dd{ font-size: 90%;}
.access #map{ width: 100%; height: 500px;}
