/*
Theme Name: takumi-2013.12
Description:研修の匠リニューアル2013/12
Author: HomePageShop
*/

@charset "utf-8";

/***********************************

1:reset
2:共通
3:HOME
4:下層ページ

  
************************************/


/*-------------------
	reset
---------------------*/

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-style:normal;font-size: 100%; vertical-align: baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display: block;}
html{ overflow-y: scroll;}
input, textarea,{ margin: 0; padding: 0;}
ol, ul{ list-style: none;}
table{ border-collapse: collapse; border-spacing: 0;}
a:focus { outline: none;}

body{ -webkit-text-size-adjust: 100%;}




/****************************************************

		共通

*****************************************************/

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, courier, "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
position: relative;
min-width: 1000px;
}

p{
	font-size:12px;
	line-height:1.6;
}
#wrapper{
	background:url(images/common/header/head_bg.gif) repeat-x 0 0;


}

#wrapper > header,nav#g_nav ul,#container,#main_v ul{
	width:1000px;
	margin:0 auto;
}




/*--------------------
	header
---------------------*/

#wrapper > header{
	width:1000px;
	margin:0 auto;
	height:110px;
	padding:30px 0 0;}

#wrapper > header h1{
	float:left;
}
#wrapper > header p{
	float:right;
	vertical-align:bottom;
}
#wrapper > header p a{
	margin:0 0 0 20px;
}



/*--------------------
	nav
---------------------*/
nav#g_nav{
	width:100%;
	background: url(images/common/nav/nav_bg.gif) repeat-x 0 0;
}

nav#g_nav ul{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

nav#g_nav ul li{
	float:left;
}

nav#g_nav ul li a{
	display:block;
	line-height:0;
}


/*-------------------
	container
---------------------*/

#container{
	overflow:hidden;
	width:1000px;
	margin:40px auto 50px;
}

#contents{
	float:left;
}



/*--------------------
	side
---------------------*/

#side{
	width:230px;
	float:right;
	background:#f4f1e3;
}

#side p {
	line-height:0;
	margin:10px;
}

#side p a{
	display:block;
	line-height:0;
}

/*--------------------
	menulist
---------------------*/

.menulist p{
	  float: left;
  list-style: none;
  margin: 10px;
	
}

/*--------------------
	footer
---------------------*/

footer{
	clear:both;
	text-align:center;
	background:#340808;
	color:#FFF;
	padding:20px;
}


footer ul{
	overflow:hidden;
	margin:10px 0;
}

footer ul li{
	display:inline-block;
	font-size:12px;
	margin:0 15px;
}
	
footer ul li a{
	text-decoration:none;
	color:#FFF;
}



footer p.copyright{
	font-size:12px;
}





/****************************************************

	HOME

*****************************************************/

#slide{
	width:100%;
	background:url(images/top/visual_bg.jpg) repeat-x 0 0;
	height:500px;
	
}
	
.blueberry {margin: 0 auto; padding:26px 0 0; max-width:1000px; max-height:420px; }

.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	height: 30px;
	text-align: center;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 6px;
	width: 6px;
}
.blueberry .pager li a {
	padding: 10px 8px;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
	border-radius: 3px;
}
.blueberry .pager li.active a span { background: #404040; }



/**** news *****/


#t_news{
	clear:both;
	width:630px;
	margin:0 0 40px;
}


#t_news ul{
	padding:0 20px;
	overflow:auto;
}

#t_news li{
	overflow:hidden;
	margin:15px 0;
	font-size:12px;
}
#t_news li span{
	margin:0 30px 0 0;
}

/**** products *****/
#t_products {
	margin:0 -10px 0 0;
	overflow:hidden;
}

#t_products section{
	float:left;
	width:350px;
	margin:0 10px 0 0;
	overflow:hidden;
}

#t_products section p{
	font-size:12px;
}


#t_products section p.photo{
	float:left;
	margin:0 20px 0 0;
}

#t_products section h3{
	font-size:16px;
	margin:0 0 10px;
}


#t_products section p.moreinfo{
	text-align:right;
	margin:5px 0;
}
#t_products section p.moreinfo a{
	text-decoration:none;
	color:#5b0101;
}


/****************************************************

	下層ページ

*****************************************************/

/*-------------------
	common
---------------------*/

.pankuzu{
	font-size:12px;
	margin:0px 0 30px;
}

.pankuzu a{
	color:brown;
	text-decoration:none;
}
.pankuzu a:hover{
	text-decoration: underline;
}

#visual{
	background: url(images/common/other/key_bg.jpg) repeat-x 0 0;
	height:263px;
	text-align:center;
	padding:30px 0 0
}

.page{
	margin:0 0 30px;
}
.page h2{
	margin:0 0 30px;
}

/*-------------------
	取扱商品のご案内
---------------------*/

.pro_box{
	margin:0 0 40px;
	background: url(images/common/other/line.gif) bottom center no-repeat;
	padding:0 0 40px;
	overflow:hidden;
}

#products  p.photo{
	margin:0 30px 0 0;
	float:left;
}

.pro_box h1{
	margin:0 0 30px;
	font-size:20px;
}
.pro_box h1 a{
	color:#5f3d01;
	text-decoration:underline;
}

	
.pro_box ul{
	overflow:hidden;
	margin:30px 0 0 0;
}

.pro_box ul li{
	margin:0 12px 0 0;
	font-size:12px;
}

/*---- 商品詳細ページ ----*/

#products .page h2.pro_title{
	background:url(images/products/h_bg.jpg) no-repeat 0 0;
	font-size:20px ;
	color:#333;
	height:40px;
	padding:0 0 0 20px;
	font-weight:normal;
}

#products p.pro_lead{
	color:#97731c;
	font-size:20px;
	margin:0 0 30px;
	width: 432px;
	float: right;
}
	
#products p.pro_lead2{
	color:#5f3d01;
	font-size:16px;
	margin:0 0 30px;
	width: 432px;
	float: right;
}	
	
#products p.pro_text{
	font-size:14px;
	margin:0 0 30px;
	width: 432px;
	float: right;
}

#products p.pro_price{
	background:#c0af87;
	font-size:18px;
	color:#FFF;
	width: 432px;
	float: right;
	text-align: center;
	margin-bottom:15px;
}

#products p.pro_price em{
	font-size:24px;
}


/*-------------------
	店舗案内
---------------------*/
#access table {
	width:90%;
}

#access table th,#access table td{
	border:#f0e4bd 1px solid;
	text-shadow: 1px 1px 0 #FFF;
	color:#333;
	background:#FCFAF1;
	padding:10px 10px;
	font-size:14px;
}
#access table th{
	background:#f3edd0;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
}
#access table a{
	color:#333;
}

#access .photo img{
	border:2px solid #FFF;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	margin:0 30px 0 0;
}



/*-------------------
	faq
---------------------*/
.guidelist {
	padding: 16px 16px 16px 32px;
	background: #F5F1D6;
	line-height: 1.8em;
	font-size: 0.813em;
	overflow: hidden;
	margin:0 0 50px;
}

.guidelist li {
	margin: 0 50px 0 0;
	float: left;
	display: block;
	position: relative;
	background: url(images/common/other/arrow01.gif) left center no-repeat;
	padding: 0 0 0 18px;
}

.guidelist li a{
	color:#333;
}

.faq {
	margin-top: 20px;
	padding:0 0 20px;
	background:url(images/common/other/line.gif) bottom center no-repeat;
}

.q {
	background: url(images/faq/q.gif) no-repeat;
	height: 29px;
	padding: 15px 0 0 40px;
}

.faq p {
	
	background: url(images/faq/a.gif) no-repeat;
	margin-top: 8px;
	padding: 10px 0 0 40px;
}


/*-------------------
	プライバシーポリシー
---------------------*/
#privacy{
	font-size:12px;
}

#privacy .copy ol, .copy ul{ margin:0 30px;}

#privacy .copy ul {
list-style: square;
}

#privacy .copy ol{
list-style: decimal;
}
.strong {
font-weight: bold;
margin: 20px 0 10px 0;
}

.in {
margin-left: 50px;
}


/*-------------------
	施術メニュー
---------------------*/

#menu ul.menulist{
	overflow:hidden;
	margin:0 -30px 0 0;
	padding:0 40px;
}


#menu ul.menulist li{
	float:left;
	margin:0 30px 30px 0;
}

	
/*----　フェイシャル　-----*/

#menu section p{
	font-size:14px;
	margin:0 10px 30px ;
}

#menu p.photo{
	float:right;
	margin:0 10px 30px 20px;
}

#menu section.page section h3{
	margin:0 0 20px 10px;
}

/*------　ボディ　------*/

#menu .body section .photo2{
	text-align:center;
}


#menu .body section .photo2 img{
	margin:30px 20px 0;
}

#menu .body section.w670{
	width:670px;
	margin:0 auto;
}

#menu .body section.w670 section{
	width:620px;
	margin:0 auto;
}

#menu .body section.w670 section h3{
	margin:0;
}

/*------　リラクゼーション　------*/


#menu .relax section .photo{
}
#menu .relax section.w670 h1{
	margin:0 0 30px;
	
}
#menu .relax section.w670{
	width:670px;
	margin:0 auto 90px;
}

#menu .relax section.w670 section{
	width:620px;
	margin:0 auto;
}

#menu .relax section.w670 section h3{
	margin:40px 0 0;
}


/*----------　ひきあげ　----------*/


#menu .right{
	float:right;
	margin:0 0 30px 30px;
}

#menu .center{
	text-align:center;	
}


/*-------ブライダル-------*/


#menu .bridal section.bri_flow{
	background:#f5edd9;
	width:320px;
	float:left;
	height:370px;
	margin:0 10px 20px 10px;
	border-radius:10px;
}

#menu .bridal section.bri_flow h3{
	margin:10px 18px 0;
}
#menu .bridal section.bri_flow .center{
	margin:0 0 0px;
}

/*-------------------
	料金一覧
---------------------*/
#price table{
	width:90%;
}
#price table th,#price table td{
	border:#f0e4bd 1px solid;
	text-shadow: 1px 1px 0 #FFF;
	color:#333;
	background:#FCFAF1;
	padding:10px 10px;
	font-size:14px;
}
#price table th{
	background:#f3edd0;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
}

#price .tax{
	margin-top: 5px;
}

/*-------------------
	ステラ・グランデの信条
---------------------*/

#quallity section p.photo{
	float:right;
	margin:0 0 0 20px;
	
}
#quallity section p{
	margin:30px 0;
	font-size:14px;
}



/*-------------------
	悩み別診断
---------------------*/
#nayami section p{
	font-size:14px;
	margin:0 0 30px 20px;
}

#nayami ul.menulist{
	overflow:hidden;
	margin:30px -30px 0 0;
	padding:0 40px;
}


#nayami ul.menulist li{
	float:left;
	margin:0 30px 30px 0;
}

	
/*-------------------
	お問い合わせ
---------------------*/
#contact table{
	width:90%;
	margin:0 0 30px;
}
#contact table th,#contact table td{
	border:#f0e4bd 1px solid;
	text-shadow: 1px 1px 0 #FFF;
	color:#333;
	background:#FCFAF1;
	padding:10px 10px;
	font-size:14px;
}
#contact table th{
	background:#f3edd0;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
}

#contact table td input{
	width:400px;
}

#contact table td textarea{
	width:400px;
	height:150px;
}

#contact form p{
	text-align:center;
}

	
#contact form p input{
	text-align:center;
	width:100px;
}	

	
/*-------------------
	施術までの流れ
---------------------*/

#flow .page p{
	margin:0 0 0 30px;
	font-size:14px;
}


#flow p.photo{
	float:right;
	margin:0 0 60px;
}

/*-------------------
	お客様のお声
---------------------*/
#voice .voi_box{
	width:615px;
	margin:0px auto 30px;
	background:#f5edd9;
	border-radius:10px;
	padding:20px;
}

#voice .voi_box h2{
	font-size:14px;
	margin:0 0 20px;
	background:url(images/voice/voi_line.jpg) no-repeat bottom center;
}

#voice .voi_box h2 .voi_tit{
	font-size:16px;
}




/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	width:1000px;
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	padding: 26px 0 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
background: #999;
text-indent: -9999px;
display: block;
width: 6px;
height: 6px;
margin: 0 10px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #333;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	/*text-align: left;*/
	/*width: 80%;*/
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#voice .voi_box p{
	font-size:14px;
}

.buyit{ float:right; text-align:center; margin-top:20px;}
.cartjs_product_table table{ text-align:center; margin:0 auto;}

#products div.pro_text{
	font-size:14px;
	margin:0 0 30px;
	width: 432px;
	float: right;
}

/*20141020追記*/
.attention{
	text-align: right;
}

/*.cartjs_box{
	display: inline-block;
	float:left;
}*/
.cartjs_product_form{
	width:300px;
float:left;	
}


.lp img{
	width:1000px;
}

.sticker img{
	width:600px;
}