@charset"shift_jis";


/*=======================================

    common.css
						
========================================*/
* {
  border:0;
  margin:0;
  padding:0;
  zoom:1;
}
html {

	background-color: 
}
body {
	color: #72480A;
	letter-spacing: 0.1em;
	font-size: 0.75em;
	line-height: 1.8;
	background-position: center top;
	background-repeat: repeat-x;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/bg.gif);
}
img {
	border: none;
}
p {
	margin: 0px;
	padding: 0px;
}

/* --------------------------------- h1~h5 */
h1 {
	margin: 0px;
	font-size: 0.75em;
	font-weight: normal;
	padding: 0px;
	line-height: 20px;
	text-align: center;
}

h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-weight:normal;
}

/* --------------------------------- link */
a:link {
	color: #63523F;
	text-decoration: none;
}
a:hover, a:active {
	color: #F60;
}
a:focus{
outline:none;
}
a {
overflow:hidden;
}
a:hover img {
	overflow:hidden;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a {
/*\*/
    overflow: hidden;
/**/
}


/* --------------------------------- li */
ul,
ol,
dl,
dt,
dd{
	margin:0;
	padding:0;
	zoom:1;
}
li{
	line-height: 1.8em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}

/* --------------------------------- float */
.float_l{
	float:left;
}

.float_r{
	float:right;
}

/* --------------------------------- cf */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/*====================================
    wrapper
====================================*/
#wrapper {
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*====================================
    header
====================================*/
#header {
	width: 1000px;
	padding: 0px;
	margin: 15px 0px 20px;
	height: 135px;
}

/*====================================
    g_navi
====================================*/
/* --------------------------------- g_navi */
#g_navi {
	height: 135px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#g_navi ul {
	overflow: hidden;
	height: 135px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#g_navi li {
	overflow: hidden;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#g_navi li a {
	overflow: hidden;
	height: 135px;
	display: block;
	text-decoration: none;
	text-indent: -9977em;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

/* --------------------------------- g_navi off */
#g_navi li.g_navi_salon a {
	width: 200px;
	background-repeat: no-repeat;
	background-position: 0px -137px;
	background-image: url(../img/menu.png);
}
#g_navi li.g_navi_menu a {
	width: 200px;
	background-repeat: no-repeat;
	background-position: -200px -137px;
	background-image: url(../img/menu.png);
}
#g_navi li.g_navi_top a {
	width: 200px;
	background-repeat: no-repeat;
	background-position: -400px -137px;
	background-image: url(../img/menu.png);
}
#g_navi li.g_navi_qa a {
	width: 200px;
	background-repeat: no-repeat;
	background-position: -600px -137px;
	background-image: url(../img/menu.png);
}
#g_navi li.g_navi_reserve a {
	width: 200px;
	background-repeat: no-repeat;
	background-position: -800px -137px;
	background-image: url(../img/menu.png);
}

/* --------------------------------- g_navi hover */
#g_navi li.g_navi_salon a:hover {
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#g_navi li.g_navi_menu a:hover {
	background-repeat: no-repeat;
	background-position: -200px 0px;
}
#g_navi li.g_navi_top a:hover {
	background-repeat: no-repeat;
	background-position: -400px 0px;
}
#g_navi li.g_navi_qa a:hover {
	background-repeat: no-repeat;
	background-position: -600px 0px;
}
#g_navi li.g_navi_reserve a:hover {
	background-repeat: no-repeat;
	background-position: -800px 0px;
}

/* --------------------------------- g_navi on */
#g_navi li.g_navi_salon_on a {
	width: 200px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../img/menu.png);
}
#g_navi li.g_navi_menu_on a {
	width: 200px;
	background-repeat: no-repeat;
	background-position: -200px 0px;
	background-image: url(../img/menu.png);
}
#g_navi li.g_navi_top_on a {
	width: 200px;
	background-repeat: no-repeat;
	background-position: -400px 0px;
	background-image: url(../img/menu.png);
}
#g_navi li.g_navi_qa_on a {
	width: 200px;
	background-repeat: no-repeat;
	background-position: -600px 0px;
	background-image: url(../img/menu.png);
}
#g_navi li.g_navi_reserve_on a {
	width: 200px;
	background-repeat: no-repeat;
	background-position: -800px 0px;
	background-image: url(../img/menu.png);
}

/*====================================
    container
====================================*/
#container {
	padding: 0px;
	width: 1000px;
	text-align: left;
	margin: 0px;
	clear: both;
}

/*====================================
    s_navi,main
====================================*/
/* --------------------------------- s_navi */
#s_navi {
	padding: 0px;
	width: 180px;
	margin: 0px;
	float: left;
}
/* --------------------------------- main */
#main {
	padding: 0px;
	width: 800px;
	margin: 0px;
	float: right;
}

/*====================================
    pagetop
====================================*/
.pagetop {
	width: 1000px;
	clear: both;
	height: 40px;
	text-align: right;
	margin: 0px;
	padding: 30px 0px 10px;
}

/*====================================
    footer
====================================*/
#footer {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c6b397;
	color: #967a46;
	font-size: 0.75em;
}
#footer_inner {
	width: 1000px;
	height: 150px;
	padding: 0px;
	text-align: center;
	margin: 35px auto 0px;
}
#footer_navi {
	overflow: hidden;
	height: 50px;
	width: 1000px;
	padding: 0px;
	margin: 0px;
}
#footer_navi li {
	text-decoration: none;
	overflow: hidden;
	padding: 0px;
	line-height: 50px;
	display: inline;
	margin: 0px 20px;
}

/*====================================
    margin
====================================*/
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mtb20 {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.mt10b50 {
	margin-top: 10px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-left: 0px;
}

/*====================================
    font
====================================*/
.red {
	color: #F66;
}
.white {
	color: #FFF;
}

/*====================================
    style
====================================*/
.style1 {
	margin: 0px 0px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6b397;
	font-size: 1em;
	font-weight: normal;
	background-color: #FFF7F3;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c6b397;
	padding: 0px 0px 0px 15px;
}

/* --------------------------------- dl_style */
dl.list2 dt {
	clear: left;
	float: left;
	margin: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C1B182;
	line-height: 1.7em;
	padding: 0px 0px 0px 7px;
}
dl.list2 dd {
	line-height: 2em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 100px;
}

/*====================================
    index.html
====================================*/
/* --------------------------------- bnr_box */
.bnr_box {
	width: 1000px;
	padding: 0px;
	margin: 35px 0px 0px;
}
.bnr_hair {
	float: left;
	width: 310px;
	height: 130px;
	padding: 0px;
	margin: 0px 35px 0px 0px;
}
.bnr_eye {
	float: left;
	width: 310px;
	height: 130px;
	padding: 0px;
	background-color: #9F0;
	margin: 0px;
}
.bnr_facial {
	float: right;
	width: 310px;
	height: 130px;
	padding: 0px;
	background-color: #C39;
	margin: 0px;
}
.bnr_box a {
	width: 310px;
	height: 130px;
	display: block;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	background-color: #FF9999;
}
 
.bnr_box a:hover {
	box-shadow: 0 0 10px #bab9b6;
}

/* --------------------------------- info_box */
.info_box {
	width: 1000px;
	padding: 0px;
	margin: 35px 0px 0px;
}
.info_access {
	width: 465px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.info_map {
	width: 500px;
	padding: 0px;
	margin: 0px;
	float: right;
}

/*====================================
    menu.html
====================================*/
/* --------------------------------- course */
.course {
	width: 800px;
}
.course ul {
	padding: 0px;
	clear: both;
	width: 100%;
	font-size: 1em;
	margin: 20px 0px 0px;
}
.course li {
	border-bottom-color: #c6b397;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c6b397;
	margin-top: -1px;
	line-height: 40px;
	font-size: 1em;
}
.course dl dt {
	clear: left;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 40px;
	width: 450px;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.course dl dd {
	line-height: 40px;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.course_p {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6b397;
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFF7F3;
	line-height: 30px;
	height: 30px;
}

/* --------------------------------- pink */
.pink {
	width: 740px;
	padding: 30px;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	background-color: #FAEEEF;   /* 背景色 */
	clear: both;
	margin: 0px auto 40px;
}


/* --------------------------------- in_box */
.in_box p {
	padding-left: 15px;
	padding-right: 15px;
}


/*====================================
    salon.html
====================================*/
.img_box {
	width: 797px;
	padding: 6px 0px 6px 1px;
	margin: 20px 0px 0px;
	border: 1px solid #FFD9D4;
}  
.img_inbox {
	width: 159px;
	margin: 0px;
	float: left;
	display: inline;  /* IE6 fix */
	height: 155px;
	text-align: center;
	padding: 0px;
}

/*====================================
    qa.html
====================================*/
.qa_box {
	width: 748px;
	padding: 25px;
	margin: 0px 0px 25px;
	border: 1px solid #FFD9D4;
}
.style_q {
	background-image: url(../img/qa_title05.png);
	background-repeat: no-repeat;
	line-height: 20px;
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.style_a {
	background-image: url(../img/qa_title06.png);
	background-repeat: no-repeat;
	line-height: 20px;
	padding-left: 30px;
}
/*====================================
    お客様の声
====================================*/
.vo_box {
	width: 748px;
	padding: 25px;
	margin: 0px 0px 25px;
	border: 1px solid #FFD9D4;
}
.style_vt {
	/*background-image: url(../img/qa_title05.png);
	background-repeat: no-repeat;*/
	line-height: 20px;
	padding-left: 30px;
	font-weight: bold;
	font-size:1.4em;
	margin-bottom: 10px;
	color:#f74d7e;
}
.style_vm {
	/*background-image: url(../img/qa_title05.png);
	background-repeat: no-repeat;*/
	line-height: 20px;
	padding-left: 30px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #E1227B;
}
.style_vc {
	/*background-image: url(../img/qa_title06.png);
	background-repeat: no-repeat;*/
	line-height: 20px;
	padding-left: 30px;
	/*color:#866C6D;*/
}
.style_md {
	/*background-image: url(../img/qa_title05.png);
	background-repeat: no-repeat;*/
	line-height: 1.2em;
	padding-left: 30px;
	font-weight: normal;
	margin: 10px;
	/*color: #E1227B;*/
}
.style_mdm {
	/*background-image: url(../img/qa_title05.png);
	background-repeat: no-repeat;*/
	line-height: 1.2em;
	padding-left: 30px;
	font-weight: bold;
	font-size:1.0em;
	margin: 10px;	/*color: #E1227B;*/
}
.style_md1 {
	/*background-image: url(../img/qa_title05.png);
	background-repeat: no-repeat;*/
	line-height: 20px;
	padding-left: 30px;
	font-weight: normal;
	margin: 10px 10px 5px 10px;
	color: #E1227B;
}
.style_md2 {
	/*background-image: url(../img/qa_title05.png);
	background-repeat: no-repeat;*/
	line-height: 20px;
	padding-left: 30px;
	font-weight: normal;
	margin: 10px 20px 5px 20px;
	/*color: #CD5D91;*/
}