@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body 共通
===========================================*/


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*　パディングをサイズ内側にする処理　*/


html {
	height: 100%;
}
body {
	background-color: #fff;
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #555;
}
img {
	vertical-align: top;
}
img a {
	border: none;
}
/*header*/

#header {
	width: 100%;
	clear: both;
}
.header_link a, #footer a {
	text-decoration: none;
}
.header_link a:hover, #footer a:hover {
	text-decoration: underline;
}

/* コンテンツ */
#contents p {
	color: #555;
}
/* マージン・パディング */

.m_10 {
	margin: 10px;
}
.mt_10 {
	margin-top: 10px;
}
.mr_10 {
	margin-right: 10px;
}
.mb_10 {
	margin-bottom: 10px;
}
.ml_10 {
	margin-left: 10px;
}
.p_10 {
	padding: 10px;
}
.pt_10 {
	padding-top: 10px;
}
.pr_10 {
	padding-right: 10px;
}
.pb_10 {
	padding-bottom: 10px;
}
.pl_10 {
	padding-left: 10px;
}
.m_20 {
	margin: 20px;
}
.mt_20 {
	margin-top: 20px;
}
.mr_20 {
	margin-right: 20px;
}
.mb_20 {
	margin-bottom: 20px;
}
.ml_20 {
	margin-left: 20px;
}
.p_20 {
	padding: 20px;
}
.pt_20 {
	padding-top: 20px;
}
.pr_20 {
	padding-right: 20px;
}
.pb_20 {
	padding-bottom: 20px;
}
.pl_20 {
	padding-left: 20px;
}
.m_30 {
	margin: 30px;
}
.mt_30 {
	margin-top: 30px;
}
.mr_30 {
	margin-right: 30px;
}
.mb_30 {
	margin-bottom: 30px;
}
.ml_30 {
	margin-left: 30px;
}
.p_30 {
	padding: 30px;
}
.pt_30 {
	padding-top: 30px;
}
.pr_30 {
	padding-right: 30px;
}
.pb_30 {
	padding-bottom: 30px;
}
.pl_30 {
	padding-left: 30px;
}
.font_16 {
	font-size: 16px;
}
.font_24 {
	font-size: 24px;
}
/*　ボックス　*/

.d_box{
	display: block;}

.white_box {
	background: #fff;
	padding: 20px;
	overflow: hidden;
}
.gray_box {
	background-color: #eaeaea;
	padding: 10px;
	overflow: hidden;
	clear: both;
	margin-top: 20px;
}
.gray_box2 {
	/*background-color:#eaeaea;*/
	overflow: hidden;
	clear: both;
	text-align: center
}
.white_box2 {
	background-color: #fff;
	padding: 20px;
	overflow: hidden;
	clear: both;
	border: 1px solid #ccc;
}

/*　テキスト　*/
h5{color:#555;}

span.red{
	color:#ff0000;}

.font_m{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "ＭＳ P明朝","MS PMincho";
	}

/* 右寄せ（小） */
.text_small {
	text-align: right;
	font-size: 12px;
}
/* 灰■リスト*/
.gray_square li {
	list-style: square;
	color: #ccc;
	margin: 0 0 0 20px;
	line-height: 1.8;
}
.gray_square li span {
	color: #333;
}
/* ↓ボーダー */
.bb_1px {
	border-bottom: 1px solid #CCCCCC;
}

/* 内部リンク */
.anchor {
	overflow: hidden;
	padding: 0;
	clear: both;
}
#main_column a {
	color: #0099cc;
	text-decoration: none;
}
#main_column a:hover {
	color: #0066cc;
	text-decoration: underline;
}






.shop_ttl{margin-bottom: 30px;}

/* ここまで全幅共通 */
.form_table{background: #fff;width: 80%;overflow: hidden;margin: 2% auto;}
.form_table tr td{padding: 2%;overflow: hidden;color: #333;}
.form_table tr td:first-child{width: 20%;}

/*  タブレット向けのスタイル：768px */
@media only screen and (max-width: 768px) {
.form_table{width: 96%;overflow: hidden;margin: 2% auto;}
.form_table tr td{font-size: 10px;vertical-align: top;}

.shop_ttl{margin-bottom: 5%;}

body {
	-webkit-text-size-adjust: 100%;
}
.img_box img {
	max-width: 100%;
}
.pc_on {
	display: none;
}
.pc_off {
	display: block;
}

.sp_off{
	display: none;
	}

.gotop {
	position: fixed;
	right: 0px;
	bottom: 0;
	margin: 0 0 0 0px;
	z-index: 200;
	clear: both;
}
.gotop fade_50 a {
	width: 40px;
	height: 40px;
	display: block;
}

#contents_wrapper {
	position: relative;
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 100px;
}
#contents {
	width: 620px;
	margin: 0 auto;
	padding: 0 0 30px;
}
.white_box {
	background: #fff;
	padding: 20px;
	overflow: hidden;
}
.head_tell {
	text-align: center;
	font-size: 18px;
	color: #fdf5db;
	padding: 5px 0;
}
.head_tell a {
	color: #fdf5db;
	text-decoration: none;
}
/* タブレットヘッダー */

.header_in {
	margin: 0 auto;
	min-height:80px;
	overflow: hidden;
}
.logo {
	width: 40%;
	overflow: hidden;
	margin: 0 0 0 5%;
}
.logo img {
	max-width: 100%;
}
header h1 {
	display: none;
}
/* //タブレットヘッダーここまで */



/*　スマホ・タブレットナビゲーション　*/

.accordion p{
width: 60px;
position:absolute;
top:15px;
right:15px;
}
.accordion p img{
	width: 100%;
overflow: hidden;
}

.nav {
	width: 100%;
	display: none;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px 0;
	border-top: 1px solid #465C9E ;
	border-right: 1px solid #465C9E ;
}


.nav li {
	background: #fff;
	display: block;
	width: 50%;
	float:left;
	text-align:center;
	font-size:12px;
	line-height:50px;
	list-style: none outside none;
	overflow: hidden;
	border-bottom: 1px solid #465C9E ;
	border-left: 1px solid #465C9E ;
	margin: 0 0 0px 0;
	z-index: 400;
}
.nav li:last-child {
	width: 100%;
}

.nav li a{
	display: block;
	color: #465C9E;
	text-decoration: none;
}

.nav li a:hover{
	display: block;
	color: #fff;
	background: #465C9E;
}
/*　//スマホ・タブレットナビゲーションここまで　*/




.main_section{width: 100%; position: relative;overflow: hidden;}

.main_section .body{max-width: 640px;
width: 96%;
overflow: hidden;margin: 0 auto;}

.eyescatch{
width: 100%;
overflow: hidden;margin: 0 auto;
	}
.eyescatch img{
	max-width: 100%;
}
.eyescatch h2 a img ,.body h2 a img{
	float: right;
    margin-right: 6%;
    max-width: 33%;
}

/*タブレット トップページここから*/
.pagination{
	display: none;}

.top_header_btn_box{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;}

.top_header_btn_box li{
	width: 48%;
	overflow: hidden;
	float: left;
}

.top_header_btn_box li:nth-child(even){
	float: right;
}


.top_header_btn_box li img{
	width: 100%;
}



h2{
	font-size: 25px;
	color:#888;
border-left: 5px solid #465C9E;
border-bottom: 1px solid #465C9E;
padding: 0 0 5px 10px;
overflow: hidden;
clear: both;
}  

p.h2_txt{
padding: 5px 15px 20px 15px;
	color:#555;overflow: hidden;
	font-size: 12px;
	}



.top_copy_box{width: 100%;
	background-color:#EFEFEF;
	overflow: hidden;padding: 20px 0 20px 0;}

.top_copy_box ul{width: 80%;margin: 0 auto;}

.top_copy_box ul li{overflow: hidden;}
.top_copy_box ul li:last-child{overflow: hidden;margin-top: 20px;}

.topMain{
	background: #C9BC9C;
	}

.pagination{
	background: #C9BC9C;
	bottom: 0;}

.top_bnr_box{
	width: 100%;
overflow: hidden;
clear: both;
margin: 20px auto;}

.top_coupon{
	width: 100%;
overflow: hidden;
}
.top_coupon img{max-width: 100%;}
.top_coupon p{
	padding: 5px 0 0 10px;}
.top_bnr{width: 100%;
overflow: hidden;}

.top_bnr li{max-width: 100%;overflow: hidden;}

.top_bnr li img{max-width: 100%;}

.top_mailto{
	width: 90%;
	clear: both;
	overflow: hidden;
	margin: 20px auto;}
	
	
	
	
.top_news_line{
	background-color:#465c9e;
	width: 100%;
	}

.top_news_line_in{
	width: 100%;
	margin: 0 auto;}


.news_box{
	background-color:#fff;
	width: 94%;
	height: 100px;
	overflow: auto;
	margin: 20px auto;
	padding: 10px;
	}

.news_date{}

.news_info{
	padding: 0 0 10px;
	}


/* ↑ここまでタブレット トップページ */
	
/* タブレットsalon */

.h2_salon_sys {
	}

.system_list {width: 100%;overflow: hidden;margin: 30px auto;}
.system_list li{width: 100%;overflow: hidden;}

.system_list li p{width: 100%;padding: 0 5% 20px 5%;overflow: hidden;color: #333;}

.salon_facial{ width: 100%;margin: 0 auto;}
.salon_facial .img_box{width: 100%; overflow: hidden;padding: 0 0 10px;}
.salon_facial .txt_box{width: 100%; overflow: hidden;}
.salon_facial .txt_box p{padding: 10px 10px 0px 10px; overflow: hidden;color: #333;}

.salon_facial > div{clear: both;overflow: hidden;margin: 0 0 30px;}

/*
.salon_facial .sys_box_r .img_box{float: right;}
.salon_facial .sys_box_l .img_box{float: left;}
.salon_facial .sys_box_l .txt_box{float: right;}
.salon_facial .sys_box_r .txt_box{float: left;}
*/

.cren{color: #00A29A !important;
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 8px;
	}
.salon_facial .txt_box h4{
	background:url(../img/h3_bg.png) no-repeat left top ;
border-bottom: 1px solid #666;
color: #EA5514;
font-size: 24px;
padding: 0 0 5px 50px;
	}



.google-maps {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	clear: both;
	margin: 0 0 20px 0;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* //タブレットsalon */	

/* タブレットcorse_price */
.price_section .body{
	padding: 20px 2%;
	overflow: hidden;
	clear: both;}
.price_info_box{overflow: hidden;
clear: both;}
.price_info_box .price_info_img{width: 100%;}

.price_info_box .price_info_txt{width: 100%;padding: 40px 0 0 0px;}
.price_info_box .price_info_txt h4{
	color:#00A29A;
	border-left: 5px solid #00A29A;
	font-size: 24px;
	padding: 0 0 0 10px;}
.price_info_box .price_info_txt p{
	padding: 10px 0 0 15px;
	overflow: hidden;
	font-size: 14px;
}
.corse_pri {
	overflow: hidden;
	clear: both;
	margin: 30px auto 20px;
}

.corse_pri li{
	width: 100%;
	overflow: hidden;
	} 
.corse_pri li p{
	padding: 10px 0px;
	font-size: 14px;
}

.corse_pri li h4{
	background-color:#036EB8;
	text-align: center;
	overflow: hidden;
	padding: 10px 0px;
	font-size: 14px;
	color:#fff;
	}

.corse_pri li:nth-child(2n) h4{
	background-color:#F39800;
	}

.price_item_box{
	width: 80%;
	margin: 30px auto;
	overflow: hidden;
	clear: both;}


.price_item_box li{
	width: 100%;
	overflow: hidden;
	text-align:center;
}
.price_item_box li img{
	width: 100%;
}

.price_item_box li p{
	padding: 10px;
	overflow: hidden;
	font-size: 18px;
}

/* //タブレットcorse_price */


/* タブレットshop */

.shop_section .body h3{
	background:url(../img/h3_bg.png) no-repeat left top ;
	padding: 5px 0 5px 60px;
	overflow: hidden;
	color:#595757;
	border-bottom: 1px solid #595757;
	font-size: 18px;
	margin: 30px auto;
	}

.shop_area_list{
	width: 80%;
	margin: 0px auto 0;
	overflow: hidden;
	clear: both;
	}

.shop_area_list li{
	width: 50%;
	float: left;
	border-right: 1px solid #465C9E;
	overflow: hidden;
	padding: 0 10px;
	margin: 0 0 10px 0;
	}
.shop_area_list li:nth-child(2n){
	border-right: none;
}
.shop_area_list li img{
	max-width: 100%;
}

.shop_list{width: 90%;margin: 0 auto;overflow: hidden;clear: both;}

.shop_list li{width: 100%;overflow: hidden;clear: both;margin: 0 0 40px;}

.shop_list li .shop_img{width: 100%;overflow: hidden;text-align: center;}

.shop_list li .shop_img p{padding: 5px 0 5px 0;overflow: hidden;text-align: right;}
.shop_list li .shop_img p a{color:#036EB8;text-decoration: none;}
.shop_list li .shop_img p a:hover{border-bottom: 1px solid #036EB8;}


.shop_list li .shop_txt{width: 100%;overflow: hidden;}

.shop_list li .shop_txt p{font-size: 18px;padding: 0 0 0 10px;	border-left: 5px solid #465C9E;
margin: 0 0 10px 0;
color:#465C9E;
font-weight: bold;
}

.shop_list li:nth-child(even) .shop_txt p{
		border-left: 5px solid #FF6485;
margin: 0 0 10px 0;
color:#FF6485;
	}

.shop_txt table{
		border:2px solid #036EB8;
		width: 100%;
}
.shop_txt table tr td{
	padding: 10px;
	overflow: hidden;
	border:1px solid #036EB8;
	line-height:1.6;
	}



.shop_list li:nth-child(even) .shop_txt table{
	border:2px solid #FF6485;
	}
.shop_list li:nth-child(even) .shop_txt table tr td{
	border:1px solid #FF6485;
	}




.shop_txt table tr td:first-child{
	text-align: center;
	font-weight: bold;
	width: 90px;
	vertical-align: middle;
}
/* //タブレットshop */


/* タブレットcompany */

.company_copy{width: 86%;margin: 20px auto;}
.company_info{
	width: 86%;
	overflow: hidden;
	margin: 0 auto;
	}
.company_info tr td{
	padding: 5px;
	overflow: hidden;
	border:1px solid #036EB8;
	line-height:1.4;
	vertical-align: top;
	font-size: 12px;
	}



.company_info tr td:first-child{
	text-align: left;width: 80px;
}
.company_table ul{
	padding-left: 15px;
}
.company_table ul li{
	list-style:disc;
}

.company_shop_list{overflow: hidden;clear: both;width: 86%;margin: 40px auto 0;}
.company_shop_list li {
	width: 45%;float: left;margin: 0 0px 20px 0;}
.company_shop_list li:nth-child(2n) {float: right;}


.company_shop_list li p {border-left: 3px solid #465C9E;color: #465C9E;font-size: 16px;font-weight: bold;overflow: hidden;clear: both;padding: 0 0 0 10px;margin: 0 0 5px;}
.company_shop_list li img{max-width: 100%;}
.shop_area_list_company{margin: 20px auto 20px;}
/* //タブレット　company */


.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	clear: both;
	margin: 0 0 20px 0;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



/* recruit　タブレットお問い合わせ */

.rec_box{
	width: 96%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	}
	
.rec_staff_img{width: 100%;overflow: hidden;}

.rec_staff{width:100%;overflow: hidden;}

.rec_staff > li{padding: 10px 0;overflow: hidden;border-bottom: 1px solid #465C9E;font-size: 12px;}
.rec_staff > li ul{padding: 0 0 10px;overflow: hidden;}

.rec_staff_plus{clear: both;
overflow: hidden;
padding: 20px 0;
margin: 0px auto;}
.rec_staff_plus div{
overflow: hidden;padding: 10px 0;
}
.rec_staff_plus div:nth-child(2){text-align: center;
}


.rec_oner_img{width: 100%;overflow: hidden;}

.rec_oner{width: 100%;overflow: hidden;}

.rec_oner li{padding: 10px;overflow: hidden;border-bottom: 1px solid #465C9E;}
.rec_oner li:last-child{border-bottom:none;}

.rec_oner_plus{clear: both;
overflow: hidden;
padding: 20px 0 !important;
margin: 0px auto;}
.rec_oner_plus div{
overflow: hidden;
line-height:1.6;
}
.rec_oner_plus div:last-child{padding-top: 20px;text-align: center;}




.section_eq_contact{
	padding: 30px;
	overflow: hidden;}
.rec_form_box{
	background-color:#898989;
	}

.rec_form_box form > ul > li span{
	color:#FFF100;
}

#rec_contact,#contact_copy{width: 100%;margin: 20px auto 0;}

.contact_link{width: 100%;margin: 20px auto 0;overflow: hidden;clear: both;}
.contact_link li{width: 50%;float: right;overflow: hidden;}
.contact_link li:first-child{width: 100%;text-align: left;font-size: 12px;padding-bottom: 20px;clear: both;}


.contact_form_box{
	background-color:#465C9E;
		}
.contact_form_box form > ul > li span{
	color:#FFF;
}

.contact_box{
	width: 100%;
	padding: 10px;
	overflow: hidden;
	margin: 20px auto;
	}
.contact_box form > ul > li{
	color:#fff;
	padding: 10px;overflow: hidden;}

.contact_box form > ul > li p{
	padding: 0px 0 10px 0;
	overflow: hidden;
	font-size: 12px;
}
.contact_box form > ul > li span{
	font-size: 14px;
	font-weight: bold;
	margin-left: -10px;
}

.contact_box form > ul > li > ul > li{
	width: 50%;float: left;
	vertical-align: top;
	font-size: 12px;
}
.contact_box form > ul > li > ul > li input{
	vertical-align: top;
}
.contact_box form > ul > li input[type=text]{
	width: 100%;
	line-height:2.0;
}
.contact_box form > ul > li textarea{
		width: 100%;
	}


.contactSendBtn{
	text-align: center;}

.contactSendBtn input{
	border:none;
	text-align: center;
	padding:0px;
	width: 180px;
	margin: 0px auto;
	overflow: hidden;
	clear: both;
	color:#4D4D4D;
	}

.contactSendBtn button{
	border:none;
	text-align: center;
	padding:0px;
	width: 180px;
	margin: 0px auto;
	overflow: hidden;
	clear: both;
	color:#4D4D4D;
	}

.contactSendBtn button img{
	max-width: 100%;
}
.contactSendBtn input:hover{
	background-color:#ce9300;
	color:#fff;	
}

.contact_alt{
	font-size: 12px;
	margin: 20px auto 40px;
	overflow: hidden;}

/* //recruit　タブレットお問い合わせ */


/*　タブレット・フッター　*/
.gotop {
	position: fixed;
	right: 0px;
	bottom: 0;
	margin: 0 0 0 0px;
	z-index: 200;
	clear: both;
}
.gotop a {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
}
.gotop a img{
	width: 100%;
}


.foot_bnr{width: 80%;
margin: 0 auto;
overflow: hidden;
clear: both;}

.foot_bnr li{overflow: hidden;clear: both;margin-bottom: 20px;}

#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	border-top: 2px solid #465c9e;
}
.footer_in {
	width: 96%;
	overflow: hidden;
	margin: 0px auto;
	padding: 20px 0 0 0;
}

.footer_in a{
	color:#333;
	text-decoration:none;
	}


.footer_in a:hover{
	color:#666;
	text-decoration: underline;
	}

.footerlist{
	color:#333;
	}

.footerlist > li{
	background:url(../img/slist.png) no-repeat left 3px;
	width: 25%;
	float: left;
	padding: 0 0 0 12px;
	overflow: hidden;
	font-size: 10px;
	}
.footerlist li a{
	display:block;
	width: 100%;
	line-height:25px;
	overflow: hidden;
}

.footerlist > li > ul {
	display: none;
}
.footerlist > li:last-child {
	width: 45%;
}

.footercopy{
	clear: both;
	overflow: hidden;
	color:#465C9E;
	font-size: 10px;}

.footercopy p{
	clear: both;
	overflow: hidden;
}
.footercopy a{
	display: block;
	float: left;
	width: 30%;
	margin-right: 2%;}
.footercopy a img{
	max-width: 100%;
	vertical-align: top;
}

.footercopy .copy3{
	font-size: 10px;}

.footer_logo{
	padding-top: 10px;
	text-align:center;
	overflow: hidden;
	clear: both;
	}


}

/*  スマホ向けのスタイル：640px */

@media screen and (max-width:640px) {

.img_box img {
	max-width: 100%;
}



.accordion p{
width: 40px;
position:absolute;
top:10px;
right:10px;
}

#contents {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
	overflow: hidden;
}

/*　スマホナビゲーション　*/
#menu_btn {
	background: url(../img/menu.png) no-repeat right top;
	width: 100%;
	height: 47px;
	overflow: hidden;
	font-size: 18px;
	color: #0099cc;
	padding: 10px 0 10px 20px;
	margin: 0 auto;
}
/* 折り畳み部分を隠す */
nav.accordion ul {
	display: none;
	width: 100%;
	margin: 0 auto;
	clear: both;
}
nav.accordion > ul > li > p {
	width: 20%;
	float: right;
}
.nav_01 > a, .nav_02 > a, .nav_03 > a, .nav_04 > a {
	float: left;
	width: 80%;
	border-bottom: 1px solid #eaeaea;
	background: #fff;
}
/* //スマホナビゲーション修正ここまで　*/






/*　スマホ・フッター　*/



}
@media only screen and (max-width: 320px) {
}

/*  PC向けのスタイル：769px～960px */
@media only screen and (min-width: 769px) {
/* PC用共通パーツ */


/*　スマホ表示非表示の切り替え　*/
.pc_on {
	display: block;
}
.pc_off {
	display: none;
}
.img_box {
	display: block;
}
.img_box img {
	max-width: 100%;
}
/* ヘッダー */


#header {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}

#header h1 {
	font-weight: normal;
	font-size: 10px;
	text-align: right;
	padding: 5px 10px 0px 0;
	overflow: hidden;
}

.header_in{width: 960px;
margin: 0 auto;
}
.header_in .logo{width: 230px;float: left;overflow: hidden;}

.link_to_index{
	float: left;
	width: 50px;
	overflow: hidden;
	margin:0 10px 0 50px;
	}


.header_contact{width: 320px;float: right;}

.header_link{
	width: 300px;
float: right;
overflow: hidden;
padding: 20px 0 0 0;
}

.header_link li{
	background:url(../img/header14.png) no-repeat left top;
	width: 150px;
	float: left;
	overflow: hidden;}
.header_link li:first-child{
	background:url(../img/header13.png) no-repeat left top;
	width: 115px;
	border-right: 1px solid #465C9E;
}

/* //ヘッダーここまで */
.navigation ul{
	width: 960px;
	overflow: hidden;
	margin: 0 auto;}
.navigation ul li{
	width: 20%;
	float: left;}

.navi_01{
	background:url(../img/ic_11.png) no-repeat left top #FFFFFF;
	overflow: hidden;
	}

.navi_02{
	background:url(../img/ic_12.png) no-repeat left top #FFFFFF;
	overflow: hidden;
	}

.navi_03{
	background:url(../img/ic_13.png) no-repeat left top #FFFFFF;
	overflow: hidden;
	}

.navi_04{
	background:url(../img/ic_14.png) no-repeat left top #FFFFFF;
	overflow: hidden;
	}

.navi_05{
	background:url(../img/ic_15.png) no-repeat left top #FFFFFF;
	overflow: hidden;
	}

#contents{
	background-color:#fff;
	width: 960px;
margin: 0 auto;}



.eyescatch{

	max-width: 960px;
width: 100%;
margin: 0 auto;
	overflow: hidden;
	clear: both;
	}
	
.main_section{
	background:url(../img/content_btm_bg.png) no-repeat left bottom;
	width: 100%;
	overflow: hidden;
	position: relative;}

.main_section .body{
	width: 960px;
	margin: 0 auto;
}


h2{
	font-size: 32px;
	color:#888;
border-left: 5px solid #465C9E;
border-bottom: 1px solid #465C9E;
padding: 0 0 5px 30px;
overflow: hidden;
clear: both;
}  

p.h2_txt{
padding: 10px 0 30px 35px;
	color:#555;overflow: hidden;
	}

h2 img{
		float: right;
	}
		
		
/*　PC共通ここまで　*/



/* カレント透過処理 */
.current{
	filter:alpha(opacity=0) !important;
    -moz-opacity: 0.0 !important;
    opacity: 0.0 !important;}



/*トップページここから*/

.top_copy_box{width: 100%;
	background-color:#EFEFEF;
	overflow: hidden;padding: 30px 0 20px 0;}

.top_copy_box ul{width: 860px;margin: 0 auto;}

.top_copy_box ul li{float: left;width: 480px;overflow: hidden;}
.top_copy_box ul li:last-child{float: right;width: 380px;overflow: hidden;}

.topMain{
	background: #E2DBCF;
	}

.pagination{
	background: #E2DBCF;
	bottom: 0;}

.top_bnr_box{
	width: 860px;
overflow: hidden;
clear: both;
margin: 40px auto;}

.top_coupon{
	width: 500px;
overflow: hidden;
float: left;}
.top_coupon img{max-width: 100%;}
.top_coupon p{
	padding: 5px 0 0 10px;}
.top_bnr{width: 360px;float: right;
overflow: hidden;}

.top_bnr li{max-width: 100%;overflow: hidden;}

.top_bnr li img{max-width: 100%;}

.top_mailto{
	width: 860px;
	clear: both;
	overflow: hidden;
	margin: 40px auto;}
	
	
	
	
.top_news_line{
	background-color:#0175be;
	width: 100%;
	}

.top_news_line_in{
	width: 840px;
	margin: 0 auto;}


.news_box{
	background-color:#fff;
	width: 860px;
	height: 120px;
	overflow: auto;
	margin: 40px auto;
	padding: 10px;
	}

.news_date{}

.news_info{
	padding: 0 0 10px;
	}


/* ↑ここまでトップページ */
	
/* salon */

.h2_salon_sys {
	background: url(../img/salon_ttl_bg.png) no-repeat right center;
	background-position-x: 600px;
	}

.h2_salon_face {
	background: url(../img/fatial_ttl_bg.png) no-repeat right center;
	background-position-x: 600px;
	}


.system_list {width: 960px;overflow: hidden;margin: 30px auto;}
.system_list li{width: 50%;float: left;overflow: hidden;}

.system_list li p{width: 300px;margin: 0 0 10px 115px;overflow: hidden;color: #333;}

.salon_facial{ width: 900px;margin: 0 auto;}
.salon_facial .img_box{width: 340px; overflow: hidden;}
.salon_facial .txt_box{width: 530px; overflow: hidden;}
.salon_facial .txt_box p{padding: 10px 0 0px 10px; overflow: hidden;color: #333;}

.salon_facial > div{clear: both;overflow: hidden;margin: 0 0 30px;}


.salon_facial .sys_box_r .img_box{float: right;}
.salon_facial .sys_box_l .img_box{float: left;}
.salon_facial .sys_box_l .txt_box{float: right;}
.salon_facial .sys_box_r .txt_box{float: left;}

.cren{color: #00A29A !important;
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 12px;
	}
.salon_facial .txt_box h4{
	background:url(../img/h3_bg.png) no-repeat left top ;
border-bottom: 1px solid #666;
color: #EA5514;
font-size: 24px;
padding: 0 0 5px 50px;
	}



.google-maps {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	clear: both;
	margin: 0 0 20px 0;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* //salon */	


/* corse_price */
.h2_corse{
		background: url(../img/couse_ttl_bg.png) no-repeat right center; background-position-x: 600px;}

.price_section .body{
	padding: 30px;
	overflow: hidden;
	clear: both;}
.price_info_box{overflow: hidden;
clear: both;}
.price_info_box .price_info_img{width: 350px;
float: left;}

.price_info_box .price_info_txt{width: 500px;float: right;
padding: 40px 0 0 0px;}
.price_info_box .price_info_txt h4{
	color:#00A29A;
	border-left: 5px solid #00A29A;
	font-size: 24px;
	padding: 0 0 0 10px;}
.price_info_box .price_info_txt p{
	padding: 10px 0 0 15px;
	overflow: hidden;
	font-size: 16px;
}
.corse_pri {
	overflow: hidden;
	clear: both;
	margin: 30px auto 20px;
}

.corse_pri li{
	max-width: 70%;
	min-width:35%;
	float: left;
	overflow: hidden;
	margin-right: 5%;
	} 
.corse_pri li p{
	padding: 10px 20px;
	font-size: 16px;
}
.corse_pri li:nth-child(2n){
	float: right;
	margin-right: 0;
	}

.corse_pri li h4{
	background-color:#036EB8;
	text-align: center;
	overflow: hidden;
	padding: 10px 20px;
	font-size: 18px;
	color:#fff;
	}

.corse_pri li:nth-child(2n) h4{
	background-color:#F39800;
	}

.price_item_box{
	width: 90%;
	margin: 30px auto;
	overflow: hidden;
	clear: both;}


.price_item_box li{
	float: left;
	width: 360px;
	overflow: hidden;
	text-align:center;
}
.price_item_box li img{
	width: 300px;
}

.price_item_box li p{
	padding: 10px;
	overflow: hidden;
	font-size: 18px;
}

.price_item_box li:nth-child(2n){
	float: right;
	margin-right: 10px;
}
/* //corse_price */

/* shop */
.h2_shop{
		background:url(../img/shop_ttl_bg.png) no-repeat right center;}


.shop_section .body h3{
	background:url(../img/h3_bg.png) no-repeat left top ;
	padding: 0px 0 5px 60px;
	overflow: hidden;
	color:#595757;
	border-bottom: 1px solid #595757;
	font-size: 24px;
	margin: 30px auto;
	}

.shop_area_list{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	}

.shop_area_list li{
	width: 25%;
	float: left;
	border-right: 1px solid #465C9E;
	overflow: hidden;
	padding: 0 40px;
	margin: 0 0 20px 0;
	}
.shop_area_list li:nth-child(4n){
	border-right: none;
}
.shop_area_list li img{
	max-width: 100%;
}

.shop_list{width: 760px;margin: 0 auto;overflow: hidden;clear: both;}


.shop_list li{width: 100%;overflow: hidden;clear: both;margin: 0 0 40px;}

.shop_list li .shop_img{width: 300px;float: left;overflow: hidden;}

.shop_list li .shop_img p{padding: 5px 0 5px 0;overflow: hidden;text-align: right;}
.shop_list li .shop_img p a{color:#036EB8;text-decoration: none;}
.shop_list li .shop_img p a:hover{border-bottom: 1px solid #036EB8;}


.shop_list li .shop_txt{width: 420px;float: right;overflow: hidden;}

.shop_list li .shop_txt p{font-size: 24px;padding: 0 0 0 10px;	border-left: 5px solid #465C9E;
margin: 0 0 10px 0;
color:#465C9E;
font-weight: bold;
}

.shop_list li:nth-child(even) .shop_txt p{
		border-left: 5px solid #FF6485;
margin: 0 0 10px 0;
color:#FF6485;
	}

.shop_txt table{
		border:2px solid #036EB8;
		width: 420px;
}
.shop_txt table tr td{
	padding: 11px;
	overflow: hidden;
	border:1px solid #036EB8;
	line-height:1.6;
	}



.shop_list li:nth-child(even) .shop_txt table{
	border:2px solid #FF6485;
	}
.shop_list li:nth-child(even) .shop_txt table tr td{
	border:1px solid #FF6485;
	}




.shop_txt table tr td:first-child{
	text-align: center;
	font-weight: bold;
}
/* //shop */


/* company */
.company_copy{width: 760px;margin: 30px auto;}
.company_info{
	width: 760px;
	overflow: hidden;
	margin: 0 auto;
	}
.company_info tr td{
	padding: 10px;
	overflow: hidden;
	border:1px solid #036EB8;
	line-height:1.6;
	vertical-align: top;
	}



.company_info tr td:first-child{
	text-align: center;
	font-size: 16px;
}
.company_table ul{
	padding-left: 25px;
}
.company_table ul li{
	list-style:disc;
}

.company_shop_list{overflow: hidden;clear: both;width: 760px;margin: 40px auto 0;}
.company_shop_list li {
	width: 160px;float: left;margin: 0 40px 40px 0;}
.company_shop_list li:nth-child(4n) {margin: 0 0px 40px 0;}

.company_shop_list li:nth-child(5) {margin: 0 40px 40px 80px;}

.company_shop_list li p {border-left: 3px solid #465C9E;color: #465C9E;font-size: 16px;font-weight: bold;overflow: hidden;clear: both;padding: 0 0 0 10px;margin: 0 0 5px;}
.company_shop_list li img{max-width: 100%;}
.shop_area_list_company{margin: 30px auto 40px;}
/* //company */

/* recruit　お問い合わせ */

.h2_rec_staff{
	background:url(../img/staff_ttl_bg.png) no-repeat right center; background-position-x: 600px;}
.h2_contact{
		background:url(../img/contact_ttl_bg.png) no-repeat right center;}
.rec_box{
	width: 860px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	}
	
.rec_staff_img{width: 350px;float: left;overflow: hidden;}

.rec_staff{width: 460px;float: right;overflow: hidden;}

.rec_staff > li{padding: 10px;overflow: hidden;border-bottom: 1px solid #465C9E;}
.rec_staff > li > ul {overflow: hidden;clear: both;}
.rec_staff > li > ul li{float: left;width: 75%;overflow: hidden;}
.rec_staff > li > ul li:nth-child(odd){width: 25%;}

.rec_staff_plus{clear: both;
overflow: hidden;
padding: 20px 0;
margin: 0px auto;}
.rec_staff_plus div{float: left;
overflow: hidden;
}
.rec_staff_plus div:nth-child(2){float: right;
}


.rec_oner_img{width: 350px;float: right;overflow: hidden;}

.rec_oner{width: 460px;float: left;overflow: hidden;}

.rec_oner li{padding: 10px;overflow: hidden;border-bottom: 1px solid #465C9E;}
.rec_oner li:last-child{border-bottom:none;}

.rec_oner_plus{clear: both;
overflow: hidden;
padding: 20px 0 !important;
margin: 0px auto;}
.rec_oner_plus div{float: left;
overflow: hidden;
line-height:1.6;
}
.rec_oner_plus div:last-child{float: right;}




.section_eq_contact{
	padding: 30px;
	overflow: hidden;}
.rec_form_box{
	background-color:#898989;
	}

.rec_form_box form > ul > li span{
	color:#FFF100;
}

#rec_contact,#contact_copy{width: 860px;margin: 40px auto 0;}

.contact_link{width: 860px;margin: 20px auto 0;overflow: hidden;clear: both;}
.contact_link li{float: right;width: 30%;text-align: right;}
.contact_link li:first-child{float: left;width: 70%;text-align: left; line-height:48px;font-size: 18px;}


.contact_form_box{
	background-color:#465C9E;
		}
.contact_form_box form > ul > li span{
	color:#FFF;
}

.contact_box{
	width: 860px;
	padding: 20px;
	overflow: hidden;
	margin: 20px auto;
	}
.contact_box form > ul > li{
	color:#fff;
	padding: 10px;overflow: hidden;}

.contact_box form > ul > li p{
	padding: 0px 0 10px 0;
	overflow: hidden;
}
.contact_box form > ul > li span{
	font-size: 18px;
	font-weight: bold;
	margin-left: -10px;
}

.contact_box form > ul > li > ul > li{
	width: 30%;float: left;vertical-align: top;
}
.contact_box form > ul > li > ul > li input{
	vertical-align: top;
}
.contact_box form > ul > li:nth-child(2),.contact_box form > ul > li:nth-child(3){
	width: 50%;float: left;
}

.contact_box form > ul > li input[type=text]{
	width: 100%;
	line-height:2.0;
}
.contact_box form > ul > li textarea{
	
		width: 100%;

	}


.contactSendBtn{
	text-align: center;}

.contactSendBtn input{
	background-color:#EDE0B7;
	border:none;
	text-align: center;
	padding:0px;
	width: 200px;
	margin: 0px auto;
	overflow: hidden;
	clear: both;
	color:#4D4D4D;
	}
	
.contactSendBtn button{
	background-color:#EDE0B7;
	border:none;
	text-align: center;
	padding:0px;
	width: 200px;
	margin: 0px auto;
	overflow: hidden;
	clear: both;
	color:#4D4D4D;
	}
.contactSendBtn button img{
	max-width: 100%;
}
.contactSendBtn input [type=submit]{
	width: 180px;
	padding: 10px;
}
.contactSendBtn input:hover{
	background-color:#ce9300;
	color:#fff;	
}

.contact_alt{
	width: 860px;
	margin: 40px auto;
	overflow: hidden;}


/* //recruit　お問い合わせ */

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

ページトップへ戻る 

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

.gotop {
	position: fixed;
	right: 0px;
	bottom: 0;
	margin: 0 0 0 0px;
	z-index: 200;
	clear: both;
}
.gotop fade_50 a {
	width: 80px;
	height: 80px;
	display: block;
}
/* フッター */


.foot_bnr{width: 900px;
margin: 0 auto 30px;
overflow: hidden;
clear: both;}

.foot_bnr li{overflow: hidden;}

.foot_bnr li:first-child{width: 360px;float: right;margin: 0 5px 0 0;}
.foot_bnr li:last-child{width: 500px;float: left;}



#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	border-top: 2px solid #465c9e;
}
.footer_in {
	width: 900px;
	overflow: hidden;
	margin: 0px auto;
	padding: 30px 0 0 0;
	position: relative;
}
.footer_logo_pc{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 120px;
	overflow: hidden;
	}
.footer_logo_pc img{
	width: 100%;
}
.footer_in a{
	color:#333;
	text-decoration:none;
	}


.footer_in a:hover{
	color:#666;
	text-decoration: underline;
	}

.footerlist{
	color:#666;
	}

.footerlist > li{
	background:url(../img/slist.png) no-repeat left 3px;
	width: 20%;
	float: left;
	padding: 0 0 0 15px;
	overflow: hidden;
	}
.footerlist li a{
	display:block;
	width: 100%;
	line-height:25px;/**/
	overflow: hidden;
	color:#666;
}

.footerlist > li > ul {
	/*list-style:disc;*/
}
.footerlist > li:nth-child(1) {
	width: 15%;
}
.footerlist > li:nth-child(2) {
	width: 30%;
}
.footerlist > li:nth-child(3) {
	width: 35%;
}

.footerlist > li:nth-child(3) > ul li {
	float: left;
	width: 50%;
}

.footercopy{
	clear: both;
	overflow: hidden;
	color:#465C9E;
	}

.footer_logo{
	padding-top: 10px;
	text-align:center;
	overflow: hidden;
	clear: both;
	}

}
