@charset "utf-8";
/*==================================================================================================================
リセット
==================================================================================================================*/

/*リセット*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, div, dfn, em, img, ins, kbd, q, s, samp, small, strike, 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;
	/* [disabled]text-align:left;
*/
	font-weight: normal;
	font-family: HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-repeat: no-repeat;
	border: 0 none;
	vertical-align: top;
}
/*==================================================================================================================
再定義
==================================================================================================================*/

/*基本リンク
------------------------------------------------------------------------------------------------------------------*/
a:link, a:visited {
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: underline;
}
a:hover img, a:focus img {
	opacity: 0.95;
	filter: alpha(opacity=95);
}
/*テーブル
------------------------------------------------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*リスト
------------------------------------------------------------------------------------------------------------------*/
ol, ul, li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 1.4em;
}
ol li {
	list-style-type: decimal;
	margin-left: 20px;
}
dl {
	font-size: 1.4em;
}
/* paddingやborderも widthに含める形式に統一
------------------------------------------------------------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
/*==================================================================================================================
クリア
==================================================================================================================*/
.clear {
	clear: both;
	size: 0;
}
.clearfix {
	display: inline-table;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	clear: both;
	height: 0;
	display: block;
	content: ".";
	zoom: 1;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child+html .clearfix {
	zoom: 1;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  


/*==================================================================================================================
フォントに関する基本スタイル
==================================================================================================================*/
/*基本文字サイズ&文字色
------------------------------------------------------------------------------------------------------------------*/
body {
	font-size: 62.5%;/*10px相当にリセット*/
	line-height: 2;
	color: #4f4946;
}
/*段落*/
p {
	font-size: 1.4em;
	margin: 0px 0px 15px 0px;/*下部に余白*/
}
/*基本リンク
------------------------------------------------------------------------------------------------------------------*/
/*リンク文字色*/
a:link {
	color: #0099cc;
}
a:visited {
	color: #0099cc;
}
a:hover {
	color: #00a9f0;
}
/*マーカー＆強調文字色
------------------------------------------------------------------------------------------------------------------*/
/*ラインマーカー*/
.c_mrk {
	background-color: #FCE6D6;/*Marker*/
	color: #B5414C;
	padding: 3px 10px;
}
/*強調文字色*/
.c_ptv {
	color: #B5414C;
}/*positive*/
.c_pit {
	color: #900000;
}/*point up*/
.c_ngt {
	color: #457097;
}/*negative)*/
.c_off {
	color: #cac5ba;
}/*off*/
.txt_bold {
	font-weight: bold;
}
/*右寄せ*/
.txt_right, .txt_right p {
	text-align: right;
}
/*中央寄せ*/
.txt_center, .txt_center p {
	text-align: center;
}
/*明朝*/
.f_mn {
	font-family: "HGP明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 細明朝, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS PMincho", serif;
	letter-spacing: 1px;
}
/*サイズ
------------------------------------------------------------------------------------------------------------------*/
.txt_big {
	font-size: 1.7em;
	line-height: 1;
}
.txt_small {
	font-size: 85%;
}
/*==================================================================================================================
テーブルに関する設定
==================================================================================================================*/
table {
	font-size: 1.4em;
	margin-bottom: 30px;
}
/*テーブルタイトル*/
caption {
	text-align: left;
	font-weight: bold;
	color: #993300;
}
/*枠線*/
th, td {
	border: 1px solid #beb1aa;
	padding: 8px 12px;
}
/*背景色*/
th {
	background-color: #eae5e3;
}
td {
	background-color: #fff;
}
thead th, tfoot th {
	vertical-align: top;
	background-color: #d3cbc5;
	text-align: center;
}
thead td, tfoot td {
	vertical-align: top;
	background-color: #999;
	color: #FFFFFF;
}
tbody th, th {
	vertical-align: top;
	background-color: #eae5e3;
	text-align: left;
}
tbody td, td {
	vertical-align: top;
}
/*==================================================================================================================
スペースに関する設定
==================================================================================================================*/
.sr_25 {
	margin-right: 25px;
}
.sl_30 {
	margin-left: 30px;
}
.sb_0 {
	margin-bottom: 0;
}
.sb_15 {
	margin-bottom: 15px;
}
.sb_30 {
	margin-bottom: 30px;
}
.sb_20 {
	margin-bottom: 20px;
}
.sb_40 {
	margin-bottom: 40px;
}
.st_0 {
	padding-top: 0;
}
.st_10 {
	padding-top: 10px;
}
.st_20 {
	padding-top: 20px;
}
.st_30 {
	padding-top: 30px;
}
/*==================================================================================================================
画像配置
==================================================================================================================*/
.img_left {
	float: left;
	margin: 5px 20px 30px 20px;
}
.img_right {
	float: right;
	margin: 5px 0 30px 30px;
}
.img_bottom {
	margin: 15px 0 0 0;
}
.img_center {
	text-align: center;
	margin-bottom: 30px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
/*==================================================================================================================
その他
==================================================================================================================*/

hr {
	clear: both;
	border: none;
	border-top: 1px dotted #bbb;
	margin: 20px 0;
}
/*==================================================================================================================
ここからレイアウトに関する設定
==================================================================================================================*/

/*==================================================================================================================
トップページ・サブページに関わらず利用するスタイル
==================================================================================================================*/
#header, #top_header, #footer {
	min-width: 980px;
}
.inner, #top_container, #sub_container {
	width: 980px;
	margin: 0 auto;
}
/*バックグラウンド
------------------------------------------------------------------------------------------------------------------*/
body {
	background-image: url(../images/bg_box02.jpg);
	position: relative;
}
#top {
	background: url(../images/body_bg.gif) repeat;
	position: relative;
}
/*ヘッダー
------------------------------------------------------------------------------------------------------------------*/
#top_header {
	z-index: 9999;
	height: 750px;
}
#top_header_box {
	position: relative;
	top: -110px;
}
#header {
	z-index: 9999;
}
#top_header > .inner {
	position: relative;
	padding: 10px 0 20px;
	z-index: 2;
}
#header > .inner {
	position: relative;
	padding: 10px 0 20px;
	background: url(../images/sub_bg.png) no-repeat top right;
}
#top_header:after, #header:after {
	content: "";
	display: block;
	clear: both;
}
#hdr_logo {
	width: 330px;
}
#top_header h1, #header h1, #header p {
	position: relative;
	left: 0;
	top: 0;
	font-size: 1.2em;
}
#sns {
	position: absolute;
	right: 0;
	top: 0;
}
#sns img {
	margin-left: 5px;
}
/*ナビげーション
------------------------------------------------------------------------------------------------------------------*/
/*グローバルナビ*/
#globalbtn{display:none;}
#gnav {
	position: relative;
	background: url(../images/gnav_bg.png) repeat-x;
	margin: 0 auto;
	background-color: #fff;
}
#gnav_wrap_footer {
	background: url(../images/gnav_bg_footer.png) repeat-x center bottom;
	height: 5px;
	width: 100%;
}
ul#gnav_list{padding:18px 0 0;}
ul#gnav_list li{
	display: inline-block;
	text-indent:-9999px;
	text-align:center;
    *display: inline;/* For IE 6/7 */
    *zoom: 1;/* For IE 6/7 */
}
ul#gnav_list li:last-child{margin-right:0;margin-top:-5px;}
ul#gnav_list li a{
	display:block;
	height:65px;
}
#gnav01{background: url(../images/gnav_01.png) center top no-repeat; width:83px;}
#gnav02{background:url(../images/gnav_02.png) center top no-repeat; width:108px;}
#gnav03{background:url(../images/gnav_03.png) center top no-repeat; width:129px;}
#gnav04{background:url(../images/gnav_04.png) center top no-repeat; width:118px;}
#gnav05{background:url(../images/gnav_05.png) center top no-repeat; width:87px;}
#gnav06{background:url(../images/gnav_06.png) center top no-repeat; width:106px;}
#gnav07{background:url(../images/gnav_07.png) center top no-repeat; width:118px;}
#re_box {background: url(../images/btn_reserve.png) center top no-repeat; width:190px;}

/*ローカルナビ（サブメニュー）*/


/*パンくずナビ*/
#breadcrumb {
}
#breadcrumb:after {
	content: "";
	display: block;
	clear: both;
}
#breadcrumb a {
}
#breadcrumb a:hover {
}
/*ページトップ*/
#pagetop {
}
/*コンテンツ枠組み
------------------------------------------------------------------------------------------------------------------*/
/*全体*/
#sub_container {
	margin: 40px auto 50px;
	background: url(../images/container_bg.jpg) top center repeat-y;
	padding: 10px 50px 30px;
	/* box-shadow */
	box-shadow:0px 2px 4px 2px #e4dfd8;
	-moz-box-shadow:0px 2px 4px 2px #e4dfd8;
	-webkit-box-shadow:0px 2px 4px 2px #e4dfd8;
}
#container_footer {
	background: url(../images/container_footer.jpg) no-repeat;
	width: 980px;
	height: 38px;
	position: relative;
	top: 30px;
	left: -50px;
}
#top_container:after, #sub_container:after {
	content: "";
	display: block;
	clear: both;
}
/*特定範囲*/
#wrapper {
	width: 900px;
	margin: 30px auto 50px;
}
/*メインコンテンツ*/
#main {
}
/*サイドエリア*/
#side {
}
/*フッター
------------------------------------------------------------------------------------------------------------------*/
#footer {
	background: url(../images/ftr_bg.png) repeat-x;
	color: #222;
	padding: 30px 0 5px;
}
#footer:after {
	content: "";
	display: block;
	clear: both;
}
#ftr_left {
	float: left;
	width: 300px;
}
#ftr_left ul {
	float: left;
	width: 150px;
}
#ftr_left ul li {
	display: inline-block;
	width: 100px;
	padding: 13px 0;
	margin: 0 10px;
	line-height: 1;
	font-size: 85%;
}
#ftr_left ul li a {
	color: #222;
	font-size: 1.1em;
	font-weight: 600;
}
#ftr_left ul li a:hover {
	color: #ffa897;
	text-decoration: none;
}
#ftr_logo {
	margin: 0 auto;
	width: 330px;
	float: left;
	text-align: center;
}
#ftr_logo p {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 1.7em;
	font-weight: 600;
}
#ftr_info {
	float: left;
	width: 330px;
	margin-top: 20px;
}
#ftr_info p {
	font-size: 1.2em;
	line-height: 1.6;
	margin-bottom: 10px;
}
#ftr_right {
	float: right;
	width: 300px;
	padding: 15px 0 0 0;
}
#ftr_right dl{
	font-size: 115%;
}
#ftr_right dl:after {
	content: "";
	display: block;
	clear: both;
}
#ftr_right dl dt {
	background-color: #dcdcdc;
	padding: 1px 5px 0;
	margin-right:10px;
}
#ftr_right dl dt, #ftr_right dl dd{float:left;}
.last{
	margin-left:7px;
}


/*コピーライト
------------------------------------------------------------------------------------------------------------------*/

#copyright {
	text-align: center;
	margin-bottom: 20px;
}
/*==================================================================================================================
トップページに関する設定
==================================================================================================================*/

/*コンテンツ
------------------------------------------------------------------------------------------------------------------*/
#visual {
	background: url(../../images/top_visual.png) top center no-repeat;
	text-align: center;
	position: relative;
	width: 100%;
	top: 0px;
	right: 0;
	left: 0;
	height: 650px;
	z-index: -1;
}
#top_container {
	margin-top: 20px;
}
/*------スパの場合------*/
#spa_box {
	position: relative;
	background: url(../../images/bg_concept_footer.jpg) center bottom no-repeat;
	color: #222222;
	width: 650px;
	margin-bottom: 40px;
	float: left;
}
#spa_box:after {
	content: "";
	display: block;
	clear: both;
}
#spa_box .content {
	padding: 50px 25px 40px 35px;
	margin: 10px 0 28px;
	background-image: url(../../images/bg_concept.jpg);
}
#spa_box .content > img{
	position:absolute;
	right:20px;
	top:90px;
}
#spa_box h1 {
	font-size: 2.2em;
	margin-bottom: 20px;
	font-family: "HGP明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 細明朝, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS PMincho", serif;
	letter-spacing: 1px;
	line-height:1.5;
}
#spa_box .content p{
	width:360px;
}
.spa_btn{margin:20px 0 0 40px;}
/*------スパの場合　ここまで------*/

/*------コンセプトの場合------*/
#concept_box {
	position: relative;
	background: url(../../images/bg_concept_footer.jpg) center bottom no-repeat;
	color: #222222;
	width: 650px;
	margin-bottom: 40px;
	float: left;
}
#concept_box .img {
	position: absolute;
	top: 50%;
	margin-top: -135px;
	right: 35px;
	z-index: 2;
}
#concept_box .content {
	padding: 60px 260px 30px 30px;
	margin: 10px 0 28px;
	background-image: url(../../images/bg_concept.jpg);
}
#concept_box .content h1 {
	font-size: 2.3em;
	margin-bottom: 10px;
	font-family: "HGP明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 細明朝, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS PMincho", serif;
	letter-spacing: 1px;
	line-height:1.6;
}
#concept_box .content div {
	margin-left: 40px;
}
/*------コンセプトの場合　ここまで------*/

#esthe_box {
	background-image: url(../../images/bg_hairesthe.png);
	color: #222222;
	width: 312px;
	height: 385px;
	padding: 85px 35px 20px;
	float: right;
	margin-bottom: 40px;
}
#esthe_box h1 {
	font-size: 2.3em;
	margin-bottom: 5px;
}
#esthe_box p {
	line-height: 1.5;
}
#bnr_box {
	clear: both;
	width: 980px;
	height: 320px;
	margin-bottom: 40px;
}
#bnr_box:after {
	content: "";
	display: block;
	clear: both;
}
.bnr_set {
	float: left;
	margin-right: 15px;
	width: 319px;
}
.bnr_set p {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}
#bnr_box a {
	color: #4f4946;
}
#news_box {
	background: url(../../images/new_bg.png) top center no-repeat;
	width: 311px;
	min-height: 310px;
	padding: 10px 5px;
	margin: 0 auto;
	float: right;
}
#news_box ul {
	margin: 62px 10px 5px;
	font-size: 100%;
	min-height: 190px;
}
#news_box ul li {
	margin: 10px 0 5px;
	padding-bottom: 10px;
}
#news_box ul li a:hover {
	color: #ffb4a1;
	text-decoration: none;
}
#news_box ul li p {
	font-size: 1.1em;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#news_box ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
#news_box_btn {
	float: right;
	margin: 10px 0 0;
}
#blog_head:after {
	content: "";
	display: block;
	clear: both;
}
#blog_head img {
	float: left;
}
#blog_head p {
	float: right;
	margin: 8px 0 0;
}
/*==================================================================================================================
サブページに関する設定
==================================================================================================================*/

/*フッター
------------------------------------------------------------------------------------------------------------------*/
#ftr_btn {
	width: 450px;
	margin: 50px auto 0;
	clear: both;
}
/*==================================================================================================================
サブページ共通
==================================================================================================================*/
/*文字
------------------------------------------------------------------------------------------------------------------*/
#sub_h1 {
	background: url(../images/bg_h1.png) center 20px no-repeat;
    text-align: center;
    height: 120px;
    padding-top: 65px;
    margin: 0px 0 20px;
}
h1.sh1 {
	font-family: "HGP明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 細明朝, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS PMincho", serif;
	letter-spacing: 1px;
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 20px;
}
h1.sh1 { position:relative; margin-top:10px; }
h1.sh1 span { position:absolute; right:10px; top:-10px; color:#666; font-size:60%; }
.box01 h1 {
	font-family: "HGP明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 細明朝, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS PMincho", serif;
	letter-spacing: 1px;
	text-align: center;
	background: url(../images/bg_sh1.png) center 0px no-repeat;
	padding: 10px 0 25px;
	font-size: 2.5em;
	margin-bottom: 10px;
}
h2 {
	font-family: HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	letter-spacing: 1px;
	font-size: 1.8em;
	margin-bottom: 20px;
	color: #905B55;
}
.box01 h2, .box02 h2, .box03 h2 {
	background: url(../images/bg_h2.png) center no-repeat;
	text-align: center;
	padding: 5px;
	clear: both;
	margin: 30px 0 20px;
}
.box01 h2 {
	margin: 20px 0 20px;
}
h3 {
	font-size: 180%;
	color: #B5414C;
	line-height: 1.5;
	margin-bottom: 15px;
}
.sn {
	font-size: 80%;
	font-weight: normal;
	line-height: 2.5;
}
/*ボックス
------------------------------------------------------------------------------------------------------------------*/
.box01 {
	background-color: #fff;
	padding: 15px;
	margin: 40px 0;
}
.box_inner:after {
	content: "";
	display: block;
	clear: both;
}
.box_inner {
	background: url(../images/bg_box01.jpg) repeat;
	padding: 30px 5px;
	border: #F7DADA 1px solid;
}
.box01 p {
	padding: 0 40px;
}
.box02 {
	width: 820px;
	margin: 0 auto;
}
.box02:after {
	content: "";
	display: block;
	clear: both;
}

/*==================================================================================================================
サブページ個別
==================================================================================================================*/
/*サロン情報
------------------------------------------------------------------------------------------------------------------*/
#salon_photo:after, #salon_data:after {
	content: "";
	display: block;
	clear: both;
}
#salon_photo {
	margin: 40px 0;
}
#salon_data {
	margin-bottom: 10px;
}
#photo_l {
	float: left;
	width: 300px;
}
#photo_r {
	float: right;
	width: 570px;
}
.photo_mb {
	margin-bottom: 10px;
}
.salon_txt {
	text-align: center;
}
#map_canvas {
	border: 1px solid #beb1aa;
	width: 100%;
	height: 390px;
	margin-bottom: 40px;
}
.staff_set {
	float: left;
	width: 440px;
	border-right: 1px dotted #beb1aa;
	padding: 10px 20px 10px 0;
	margin-bottom: 20px;
}
.staff_set:after {
	content: "";
	display: block;
	clear: both;
}
.staff_set:last-child {
	border-right: none;
	padding:10px 0 10px 20px;
}
.staff_set img {
	float: left;
}
.staff_txt {
	float: right;
	width: 240px;
}
.staff_name {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin:0;
}
.staff_name .sn {
	font-size: 70%;
	line-height: 1;
}
.katagaki {
	border-bottom: 2px solid #d3cbc5;
	padding-left: 5px;
	font-weight: bold;
}
/*スタッフ募集
------------------------------------------------------------------------------------------------------------------*/



/*個人情報保護方針
------------------------------------------------------------------------------------------------------------------*/
dl#privacy {
}
dl#privacy dt {
	font-weight: bold;
}
dl#privacy dd {
	margin-bottom: 20px;
	margin-left: 1em;
}
#privacy_add {
	margin: 10px 30px;
}
/*サロンコンセプト
------------------------------------------------------------------------------------------------------------------*/




/*メニュー
-------------------------------------------------------------------------------------------------------------------*/
.time2 {
	float: left;
	width: 240px;
	background-color: #d3cbc5;
	padding: 0 5px;
	margin-left: 20px;
	text-align: center;
}
.btn_price {
	float: right;
	margin: 0 20px 50px 0;
}
.menu_set ul{
	font-size:100%;
	margin:0 20px 20px;
	font-weight:bold;
}
.menu_set ul li{
	width:380px;
	display:inline-block;
	background:url(../../menu/images/menu_li.png) left 4px no-repeat;
	padding-left:20px;
	margin-bottom:5px;
	font-weight:bold;
}
.desc4after {
	position: relative;
	display: block;
	max-width: 300px;
	padding:5px;
	margin-bottom:10px;
	font-size:1.2em;
	color:#faa;
	background: #fff;
	border: 2px solid #ccc;
	border-radius:10px;
}
.desc4after:before {
	border:10px solid transparent;
	border-top-color:#fff;
	border-bottom-width:0;
	bottom:-7px;
	content:"";
	display:block;
	left:20px;
	position:absolute;
	width:0;
	z-index:1;
}

.desc4after:after {
	border:10px solid transparent;
	border-top-color:#ccc;
	border-bottom-width:0;
	bottom:-10px;
	content:"";
	display:block;
	left:20px;
	position:absolute;
	width:0;
}
.desc4after_small{max-width: 111px;}


/*料金
-------------------------------------------------------------------------------------------------------------------*/
.time {
	font-size: 85%;
	background-color: #d3cbc5;
	padding: 2px 5px;
	margin-left: 15px;
	line-height: 2.5;
}
.box02 dl {
	width: 750px;
	margin: 0 auto;
	font-size: 1.5em;
}
dl.price dt {
	float: left;
	font-weight: bold;
	padding-bottom: 10px;
}
dl.price dt p {
	font-size: 0.7em;
	margin-top: 5px;
}
dl.price dd {
	float: right;
	padding-bottom: 10px;
	text-align:right;
}

table.price{
}
table.price .time{
	background-color: #fff;
	margin-left: 6px;
	line-height: 1.5;
	vertical-align: middle;
	display: inline-block;
}
table.price thead th, table.price thead td{
	text-align: center;
	vertical-align: middle;}
table.price thead td{
	background-color: #d3cbc5;
	color: #4f4946;
	font-size: 85%;
	line-height: 1.5;
}
table.price .length{display: none;}
table.price tbody td{
	text-align: center;
	vertical-align: middle;
}
table.price .txt_small {
	font-size: 80%;
	vertical-align: baseline;
}
table.price th, table.price td{padding: 8px 5px;}




/*ヘアエステ
------------------------------------------------------------------------------------------------------------------*/
ul.list_check, ul.list_num {
	font-size: 100%;
	margin: 10px auto 20px;
	border: 2px dotted #beb1aa;
	padding: 20px;
	background: #FFFFFF;
	width: 550px;
}
ul.list_check li {
	font-weight: bold;
	background: url(../../menu/images/bg_check.png) left 7px no-repeat;
	padding-left: 20px;
}
ul.list_num li {
	font-weight: bold;
	padding-left: 20px;
	margin-bottom:15px;
}
ul.list_num li:last-child{margin-bottom:0;}
.num01 {
	background: url(../../menu/images/bg_num01.png) left 5px no-repeat;
}
.num02 {
	background: url(../../menu/images/bg_num02.png) left 5px no-repeat;
}
.num03 {
	background: url(../../menu/images/bg_num03.png) left 5px no-repeat;
}
.rei_set {
	width: 820px;
	height: 385px;
	margin: 0 auto 20px;
	padding: 30px 30px;
	background: url(../../menu/images/bg_rei.png) center top no-repeat;
}
.rei_set:after {
	content: "";
	display: block;
	clear: both;
}
.rei_txt {
	width: 270px;
	float: left;
	margin-right: 20px;
}
.rei_set h3 {
	color:#77574e;
	margin-top: 50px;
    text-align: center;
    padding: 16px 0;
    font-weight: bold;
    background: url(../../menu/images/bg_line.png) center top no-repeat;
}.rei_set p {
	padding: 0 0 0 10px;
}
.rei_set img {
	float: left;
	margin-right: 15px;
}
/*パーマ
------------------------------------------------------------------------------------------------------------------*/
.perm_set {
	width: 820px;
	height: 385px;
	margin: 0 auto 20px;
	padding: 30px 0 30px 90px;
	background: url(../../menu/images/bg_rei.png) center top no-repeat;
}

/*予約
------------------------------------------------------------------------------------------------------------------*/
.bnr_area {
	text-align: center;
}

/*ギャラリー
------------------------------------------------------------------------------------------------------------------*/
#gallery:after {
	content: "";
	display: block;
	clear: both;
}
#gallery img {
	float: left;
	margin: 5px;
}
/*新着情報
------------------------------------------------------------------------------------------------------------------*/
/*記事インデックス
------------------------------------------------------------------------------------------------------------------*/
.news_detail {
	margin: 0 auto 40px;
	width:800px;
}
.news_detail .news_honbun {
	font-size:1.4em;
}
.news_detail img {
	margin: 20px 0;
}
.news_detail img.i_l {
	float: left;
	margin: 20px 20px 20px 0;
}
.news_detail img.i_r {
	float: right;
	margin: 20px 0 20px 20px;
}
.news_detail img.i_c {
	display: block;
	margin: 20px auto;
}
ul#news_list {
	width: 800px;
	margin: 30px auto;
}
ul#news_list li {
	border-bottom: 1px dotted #CCC;
	line-height: 1.5;
	font-size: 100%;
	padding: 15px 0;
}
ul#news_list li a { margin-left:10px; }
.date_bg {
	background-color: #313131;
	color: #fff;
	font-size: 1em;
	padding: 1px 6px;
	margin-right: 15px;
}
/*ナビ*/
#news_nav {
	text-align: center;
	border-top: #beb1aa 1px solid;
	border-bottom: #beb1aa 1px solid;
	padding: 5px 0;
	margin: 0 auto 20px;
	width: 800px;
	font-size: 1.4em;
}
#news_nav a {
	color: #675952;
}
