@charset "UTF-8";

a:hover img.img_over {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
@media print{
body {
	zoom:80%;
}
}

/* ------------------------------------------------------------
    common
-------------------------------------------------------------*/
body {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	color: #666666;
	overflow: auto;
	font-size: 14px;
	font-family: Verdana, Roboto, "Droid Sans", osaka, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

a {
	color: #593900;
	text-decoration: none;
}
a:hover {
	color: #D89999;
	text-decoration: none;
}
h1,h2,h3,h4,h5,div,p,span,ul,li,ol {
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5 { font-weight: normal;}
ul { list-style: none;}

ol {
	list-style-position: outside;
	padding-left: 20px;
}
ol li {
	padding-top: 5px;
}
img {
	vertical-align: top;
	border: none;
}
p {
	line-height: 160%;
	letter-spacing: 0.2ex;
}
p, x:-moz-any-link, x:default {
	letter-spacing: 0.1ex;
}

/* ------------------------------------------------------------
    clearfix
-------------------------------------------------------------*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

/* ------------------------------------------------------------
    box
-------------------------------------------------------------*/
.c_box {
	clear: both;
	width: auto;
	height: auto;
}
.cb1000 {
	clear: both;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.cb650 {
	clear: both;
	width: 650px;
	height: auto;
	margin: 0 auto;
}

.cb_l { float: left;}
.cb_r { float: right;}

.cb_mt5 { clear: both; margin-top: 5px;}
.cb_mt10 { clear: both; margin-top: 10px;}
.cb_mt15 { clear: both; margin-top: 15px;}
.cb_mt20 { clear: both; margin-top: 20px;}
.cb_mt25 { clear: both; margin-top: 25px;}
.cb_mt30 { clear: both; margin-top: 30px;}
.cb_mt40 { clear: both; margin-top: 40px;}
.cb_mt50 { clear: both; margin-top: 50px;}
.cb_mt60 { clear: both; margin-top: 60px;}
.cb_mt90 { clear: both; margin-top: 90px;}
.cb_mt100 { clear: both; margin-top: 100px;}
.cb_mt140 { clear: both; margin-top: 140px;}

.cb_pt5 { clear: both; padding-top: 5px;}
.cb_pt10 { clear: both; padding-top: 10px;}

/* ------------------------------------------------------------
    text
-------------------------------------------------------------*/
.tx_c {
	text-align: center;
}


/* ------------------------------------------------------------
    all
-------------------------------------------------------------*/
#wrapper {
	width: 100%;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
}
#contents {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}


/* ------------------------------------------------------------
    予約ボタンの所
-------------------------------------------------------------*/
.page_end {
	clear: both;
	text-align: center;
	padding-top: 150px;
}

.tx_btncall {
	text-align: center;
	clear: both;
	margin-top: 100px;
	font-size: 16px;
}
.reserve_call ul {
	display: none; /*非表示*/
}
.reserve_naumber {
	text-align: center;
	margin: 30px auto 0 auto;
	width: 400px;
	height: 80px;
	line-height: 80px;
	border: #999 1px solid;
	font-size: 18px;
	letter-spacing: 0.5em;
}

.tel-link {}


/* ------------------------------------------------------------
    top
-------------------------------------------------------------*/
#top_header {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#top_header h1 {
	width: 300px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	float: left;
}
#top_navi {
	width: 600px;
	float: right;
	margin-top: 60px;
}
#top_navi ul {
	list-style-type: none;
}
#top_navi ul li {
	float: left;
}

#top_im001 {
	clear: both;
	width: 1000px;
	height: 520px;
	margin: 0 auto;
}
#top_im001 ul {
	height: 520px;
}
#top_im001 ul li img {
	border: none;
}

#top_concept {
	clear: both;
	display: block;
	background: url(../img_1_top/top_3_1concept.jpg) left top no-repeat;
	width: 1000px;
	height: 364px;
	color: #FFF;
}
.top_bnrtxt01 {
	font-size: 26px;
	padding: 140px 0 0 60px;
	line-height: 140%;
}
.top_bnrtxt02 {
	font-size: 14px;
	padding: 25px 0 0 60px;
	line-height: ;
}

#top_menu {
	clear: both;
	display: block;
	width: 1000px;
	height: 254px;
	position: relative;
}
#top_menu p {
	font-size: 14px;
	position: absolute;
	top: 104px;
	left: 555px;
	color: #FFF;
}
#top_access {
	clear: both;
	display: block;
	width: 1000px;
	height: 254px;
	position: relative;
}
#top_access p {
	font-size: 14px;
	position: absolute;
	top: 104px;
	left: 35px;
	color: #FFF;
}
#top_stylist {
	clear: both;
	display: block;
	width: 1000px;
	height: 254px;
	position: relative;
}
#top_stylist p {
	font-size: 14px;
	position: absolute;
	top: 106px;
	left: 626px;
	color: #FFF;
}

/* ------------------------------------------------------------
    menu
-------------------------------------------------------------*/
#menu_header_bg {
	width: 100%;
	height: 359px;
	background: url(../img_2_menu/menu_head_bg.jpg) center top no-repeat;
}
#menu_header {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: url(../img_2_menu/menu_head_bg.jpg) center top no-repeat;
}
#menu_header h1 {
	width: 300px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	float: left;
}
#menu_navi {
	width: 600px;
	float: right;
	margin-top: 60px;
}
#menu_navi ul {
	list-style-type: none;
}
#menu_navi ul li {
	float: left;
}
#menu_main {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	height: 254px;
	background: url(../img_2_menu/menu_2maining01.jpg) left top no-repeat;
}
#menu_main h2 {
	text-align: left;
	color: #FFF;
	padding: 104px 0 0 556px;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.2ex;
}

#menu_001 {
	text-align: center;
	width: 650px;
	margin: 60px auto 0 auto;
}
#menu_tax {
	margin-top: 100px;
	font-size: 12px;
}



/* ------------------------------------------------------------
    access
-------------------------------------------------------------*/
#access_header_bg {
	width: 100%;
	height: 359px;
	background: url(../img_3_access/access_head_bg.jpg) center top no-repeat;
}
#access_header {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: url(../img_3_access/access_head_bg.jpg) center top no-repeat;
}
#access_header h1 {
	width: 300px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	float: left;
}
#access_navi {
	width: 600px;
	float: right;
	margin-top: 60px;
}
#access_navi ul {
	list-style-type: none;
}
#access_navi ul li {
	float: left;
}
#access_main {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	height: 254px;
	background: url(../img_3_access/access_2maining01.jpg) left top no-repeat;
}
#access_main h2 {
	text-align: left;
	color: #FFF;
	padding: 104px 0 0 35px;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.2ex;
}
#access_001 {
	text-align: center;
	width: 650px;
	margin: 60px auto 0 auto;
}

#access_introduction {
	clear: both;
	width: 650px;
	height: 400px;
}
#access_introduction h3 {
	margin-bottom: 10px;
}
#access_introduction ul {
	height: 400px;
}
#access_introduction ul li img {
	border: none;
}
#access_introduction ul li#access_intro_img {
	margin-bottom: 100px;
}
#access_address {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
}
#access_address span {
	font-size: 20px;
	font-weight: bold;
}
#access_map {
	width: 648px;
	height: 350px;
	border: #C7B5B0 1px solid;
	margin-top: 10px;
}
#access_maimaimap {
	width: 650px;
	height: 454px;
	border: #C7B5B0 1px solid;
	margin-top: 10px;
}


/* ------------------------------------------------------------
    stylist
-------------------------------------------------------------*/
#stylist_header_bg {
	width: 100%;
	height: 359px;
	background: url(../img_4_stylist/stylist_head_bg.jpg) center top no-repeat;
}
#stylist_header {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: url(../img_4_stylist/stylist_head_bg.jpg) center top no-repeat;
}
#stylist_header h1 {
	width: 300px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	float: left;
}
#stylist_navi {
	width: 600px;
	float: right;
	margin-top: 60px;
}
#stylist_navi ul {
	list-style-type: none;
}
#stylist_navi ul li {
	float: left;
}
#stylist_main {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	height: 254px;
	background: url(../img_4_stylist/stylist_2maining01.jpg) left top no-repeat;
}
#stylist_main h2 {
	text-align: left;
	color: #FFF;
	padding: 106px 0 0 626px;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.2ex;
}

#stylist_001 {
	text-align: center;
	width: 900px;
	margin: 60px auto 0 auto;
}
p#stylist_intro {
	margin-top: 20px;
	font-size: 12px;
}
9#stylist_intro span {
	font-size: 14px;
}
#stylist_career {
	margin-top: 15px;
	text-align: left;
	padding-left: 140px;
}
#stylist_career li {
	padding: 6px 0;
	height: 27px;
	line-height: 27px;
	letter-spacing: 0.2ex;
}
#stylist_career li img {
	margin-right: 15px;
}



/* ------------------------------------------------------------
    footer
-------------------------------------------------------------*/
#footer1 {
	clear: both;
	width: 100%;
	height: 65px;
	background: url(../img_1_top/all_foot_bg01.jpg) left top repeat-x;
	font-size: 12px;
}
#footer1 p {
	line-height: 75px;
	letter-spacing: 0.1em;
}
#footer1 strong {
	font-size: 14px;
	font-weight: bold;
}
#footer2 {
	clear: both;
	width: 100%;
	height: 60px;
	margin-bottom: 30px;
	background: url(../img_1_top/all_foot_bg02.jpg) left top repeat-x;
}
#footer2 p {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	font-size: 10px;
	letter-spacing: 0.3em;
	line-height: 60px;
	color: #666;
}
