@charset "utf-8";
/* CSS Document */

/* --------------------------------
	共通設定
-------------------------------- */
body{
	margin: 0;
	min-width: 1268px;
	padding: 0;
	background: url(img/tex_bg.png) 0 0;
	height: 100%;
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size-adjust: 0.40;
	font-weight: 700;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
}

img{
	border: 0;
}

h1{
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
}



h2{
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

h3{
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

h4{ font-size: 14px !important;
	font-weight: bold !important;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

#main{
	margin: 0 auto;
}

/* --------------------------------
	ヘッダー・メニュー
-------------------------------- */
#main_v{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#top-title{
	/*width: 1268px;*/
	margin: 0 auto;
}

#header{
	margin: 0;  
	padding: 0;
	background: url(img/tex_bg.png);
	background-repeat: repeat;
	z-index: 997;
	height: 100px;
	min-width: 100%;
}
#header ul{
	position: relative;
	width:1280px;
	list-style-type: none;  
/*	margin: 0 auto;  
	padding: 0; 
	max-width: 100%;*/
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-height: 100%;
}

#header li{
	float: left;  
	margin: 0 auto;  
	padding: 0; 
}

/* グローバルナビ */

/* ナビボタン間隔設定 */
#kai{
	position: relative;
	margin: 0;  
	padding: 0; 
}
#header .nav_kai {
	float: left;
}


#header #nav li a{
	font-size:10px !important;
}

span.overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	filter: alpha(opacity=0);
	z-index: 999;
}
span.overlay:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
a:hover img.Span{
	opacity: .8;
	filter: alpha(opacity=80);
}


/* --------------------------------
	メインビジュアル
-------------------------------- */
#top{
	background:url(img/main_visual.jpg) no-repeat fixed; /* 背景画像をhtml要素に表示 */
	-moz-background-size:cover;
	background-size:cover;
	max-width: 100%;
	z-index:10;
}

#main .main_v{
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-height: 550px;
    }


/* --------------------------------
	p2/ツメキリ紹介
-------------------------------- */
#clear{
	clear:both;
}

#p2{
	margin: 0;
	min-width: 1068px;
	padding: 0;
	background: url(img/tex_bg.png) 0 0;
	margin: 0 auto;
	height: auto !important;
	height: 671px;
}

#p2 .p2_bg{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* right_navi要素 
----------------------------------------------------------- */  
#sidebar {
  position: fixed;
  float: right;
  width: 101px;
  top: 100px;
  right:0px;
  z-index: 999;
}

/* --------------------------------
	contents
-------------------------------- */
#c1,#c2,#c3,#c4,#c5,#c6,#c7{
	position: relative;
}
ul #c{
	margin: 0;
	padding: 0;
	list-style: none;
}
.contents{
	position: absolute;
	top: 7%;
	width: 100%;
}

.price{
	float: left;
}

#c7_detail{
	float: right;
}

#c h3{
	width: 100%;
	height: 0;
	display: block;
	padding-top: 51.26%;
}

#c1 h3{
	background: url(img/c1_bg.jpg) no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	max-width: 100%;
	z-index:-10;
	padding-top: 61.9% !important;
}
#c2 h3{
	background: url(img/c2_bg.jpg) no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	max-width: 100%;
	z-index:10;
}
#c3 h3{
	background: url(img/c3_bg.jpg) no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	max-width: 100%;
	z-index:10;
}

#c4 h3{
	background: url(img/c4_bg.jpg) no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	max-width: 100%;
	z-index:10;
}
#c5 h3{
	background: url(img/c5_bg.jpg) no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	max-width: 100%;
	z-index:10;
}

#c6 h3{
	background: url(img/c6_bg.jpg) no-repeat;	
	-moz-background-size:cover;
	background-size:cover;
	max-width: 100%;
	z-index:10;
}

#c7{
	background: url(img/c7_bg.png) no-repeat center center fixed;
	height: 650px;	
	-moz-background-size:cover;
	background-size:cover;
	max-width: 100%;
	z-index:10;
}

#c8{
	background: url(img/c8_bg.png) no-repeat center center fixed;
	/*height: 656px;*/	
	-moz-background-size:cover;
	background-size:cover;
	max-width: 100%;
	z-index:10;
}

/* --------------------------------
	c_copy
-------------------------------- */
#c1_copy{
	float: left;
	margin-left:10%;
}
#c2_copy{
	float: left;
	margin-left: 23%;
}
#c3_copy{
	float: left;
	margin-left:17%;
}
#c4_copy{
	float: left;
	margin-left:14%;
	}
#c5_copy{
	float: left;
	margin-left:9%;
}
#c6_copy{
	float: left;
	margin-left:8%;
	}
#c7_copy{
	float: right;
	margin-right:10%;
	}

#c8_copy{
	margin:auto 0;
	text-align: center;
	}
/* --------------------------------
	c_
-------------------------------- */
#set_btn{
	margin-top: -43px;
	width: 50%
}/*c6*/
#bg{
	margin: 0;
	min-width: 1068px;
	padding: 0;
	background: url(img/tex2_bg.png) 0 0;
	height: 100%;
}

#c6_set{
	width: 1068px;
	margin: 0 auto;
	background: url(img/tex_bg.png);
	background-repeat: repeat;
	height: 800px;
}

#set1{
	margin-top: 50px;
	position:relative;
    overflow:hidden;
}

#set1 ul{
    position:relative;
    left:50%;
    float:left;
    margin:0;
    padding:0;
}

#set1 li{
position:relative;
    left:-50%;
    float:left;
    margin:0;
    padding:0;
}

#sets1 li{
	float: left;
	margin: 15px 50px;
}

#sets1 li p,#sets2 li p{
	margin-top: 15px;
	width: 240px;
}

#sets2 li{
	float: left;
	margin: 15px 50px; 
}

#sets2 li #Left{
	margin-left:150px;
}

#sets2 li #Right{
	margin-right:150px;
}

#set1 img,#set1 p{
	margin:0 auto;
}

#c7_txt{
	float: right;
	width: 520px;
	background: rgba(255,255,255,0.65);
	padding: 10px;
	margin-top: 20px;
	margin-right: 10%;
}

#c7_set{
	width: 1068px;
	height: 620px;
	margin: 0 auto;
	background: url(img/tex_bg.png);
	background-repeat: repeat;
	margin-top: 50px;
	position:relative;
    overflow:hidden;
}

#c8_btn{
	margin: 0 auto;
	text-align: center;
}

.copylight{
	margin: 0 auto;
	text-align: center;
	margin-top: -16px;
}

/* --------------------------------
	detail
-------------------------------- */

.main_detail{
	float: right;
	width:306px;
	background: rgba(255,255,255,0.65);
	padding: 15px;
	margin-right: 14%;
}

.main_detail2{
	width:306px;
	padding: 15px 24px;
	float: left;
}

.main_detail p.explain{
	padding-bottom: 5px;
}

.main_detail2 p.explain{
	padding-top: 10px;
	padding-bottom: 15px;
	width: 240px;
	margin-left: 10px;
}

.detail{
	width: 284px;
	padding: 10px;
	background: url(img/tex_bg.png);
	background-repeat: repeat;
	position:relative;
    overflow:hidden;
}

.detail2{
	width: 296px;
	padding: 10px;
	background: rgba(255,255,255,0.65);
	position:relative;
    overflow:hidden;
}

.flame{
	padding: 0 20px;
}

.detail ul,.detail2 ul{
	position:relative;
    left:57%;
    margin:0;
    padding:0;

}

.detail li{
	position:relative;
    left:-50%;
    margin:0;
    padding:0;
}

.detail2 li {
position: relative;
left: -47%;
margin: 0;
padding: 0;
}

.detail p.redtxt,.detail2 p.redtxt{
	font-size:10px !important;
	color: red;
	padding:0 10px 10px 10px;
}

#price-main{
	padding:10px;
}
/* --------------------------------
	footer
-------------------------------- */
footer{
	width: 1268px;
	margin: 0 auto;
}

 /* --------------------------------
	その他
-------------------------------- */
#footer .sns li {
	float: left;
}
#footer .sns .sns_spc {
	margin: 0 24px;
}


/* ページトップへ戻るボタン */
#go_top {
	position: fixed;
	bottom: 20px;
	right: 110px;
	z-index: 999;
}

