<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-- レイアウト設定用スタイルシート（全ページ共通）   --*/
/*-- Copyright (C) 2012, HANIWA, All Rights Reserved. --*/
/*-- @import url(../js/jquery.mCustomScrollbar.css); --*/


/*-- 文字・背景色 --*/
body {
	background-color: #fff;
	color: #666666;
}
dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;	
}
.bold {
	font-weight: bold;	
}
.purple {
	color: #533072;	
}
.purple2 {
	color: #533177;	
}
.brown {
	color: #844a49;		
}
.brown2 {
	color: #7e7461;	
}
.brown3 {
	color: #978e7d;	
}
.brown4 {
	color: #c38d27;	
}
.brown5 {
	color: #706653;	
}
.pink {
	color: #e85998;	
}
.pink2 {
	color: #ee63a5;	
}
.pink3 {
	color: #e35392;	
}
.gray {
	color: #868585;	
}
.gray2 {
	color: #979595;	
}
.bg_pink {
	background-color: #feeff5;
}
.bg_purple {
	background-color: #ebe3f5;	
}

/*-- アンカー --*/
a:link {
	color : #0000ff ;
	text-decoration : underline ;
}

a:visited {
	color : #800080 ;
	text-decoration : underline ;
}

a:active {
	color : #ff0000 ;
	text-decoration : underline ;
}

a:hover {
	color : #ff0000 ;
	text-decoration : underline ;
}

a.linkopacity:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	}
a.linkopacity:hover {
	text-decoration: none;
	}



/*-- ページ構成 --*/
div#body {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
    margin-bottom: 70px;
}
div#body:after{
	content:"";
	display:table;
	clear:both;
}
div#body{
	/zoom:1;
}

/*--------------------------------------------------- サブページ構成 --*/
div#header_title {
	width: 100%;
	background-color: #2d2d2d;
}
div#header_title .contents {
	width: 1124px;
	margin: auto;
}
div#header_title .contents h2,
div#header_title .contents img,
div#header_title .contents p {
	float: left;
}
/*--------------------------------------------------- ここまで --*/

div#wrapper {
	width:954px;/*--------------------------------------------------- 変更 --*/
	margin-left: auto;
	margin-right: auto;	
}
div#contents {
	width: 700px;
	float: left;
	margin-bottom: 100px;
}
div#sidebar {
	width: 217px;
	float: right;
}

#footer {
	clear: both;
	margin-top: 20px;
}


/*-- ヘッダー設定 --*/
#header {
	margin: auto;
	width: 954px;
	position: relative;
　z-index: 2;
}
#header.blog_hed {
margin-top: -36px;
}
#header h1 {
	float: left;
	margin: 10px;
}
#header h1 a {
	text-decoration: none;
	display: block;
}
#header #tel {
	position: absolute;
	right: -1px;
	top: 14px;
}
#header #tel span {
	padding: 5px;
	padding-top: 3px;
	display: block;
}
#header #saiyou_btn {
	display: block;
	position: absolute;
	top: 67px;
	right: 0px;
}

#header #reserve_btn {
    display: block;
    position: absolute;
    top: 97px;
    right: 0px;
}

/*-- グローバルナビ設定 --*/
#header #nav {
	float: left;
	word-wrap: normal;
	margin-top: 30px;
}
#nav #nav_inner {
	
}
#nav #nav_inner ul {
	width: 954px;
}
#nav #nav_inner ul li {
	float: left;
	position: relative;
}
#nav #nav_inner ul li.active {

}
#nav #nav_inner ul li:hover {

}
#nav #nav_inner ul li a {
	position: relative;
	display: inline-block;
}
#nav #nav_inner ul li a:hover {
	text-decoration: none;
}
#nav #nav_inner ul li a.top_cat:hover:before {
	content: url(../images/activ_icon.png);
	position: absolute;
	text-decoration: none;
	left: 50px;
	top: 48px;
}
#nav #nav_inner ul li a.activ:before {
	content: url(../images/activ_icon.png);
	position: absolute;
	text-decoration: none;
	left: 50px;
	top: 48px;
}

#nav #nav_inner li ul {
	width: 115px;
	border: 4px solid #eea238;
	position: absolute;
	background-color: #fff;
	top: 48px;
	left: 0px;
    z-index: 10;
}
#nav #nav_inner li ul {
	width: 115px;
	border: 4px solid #eea238;
	position: absolute;
	background-color: #fff;
	top: 48px;
	left: 0px;
	box-shadow:3px 3px 4px #de8b21;
	display: none;
}

#nav #nav_inner li ul li {
  margin: 0;
  padding: 0;
  border: none;
  float: none;
  border-bottom: 2px solid #eea238;
}
#nav #nav_inner li ul li.bottom {
  border-bottom: none;
}
#nav #nav_inner li ul li a {
  display: inline-block;
  height: 20px;
  padding: 7px 0px;
  padding-left: 20px;
  position: relative;
  width: 95px;
  font-weight: bold;
  color: #86623e;
}
#nav #nav_inner li ul li a .icon {
  position: absolute;
  top: 7px;
  left: 0px;
}
#nav #nav_inner li ul li a:hover {
  background-image: url(../images/hoshi_icon_s.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #e7a176;
}




/*-- パン屑設定 --*/
.pankuzu {}
.pankuzu dt,
.pankuzu dd {
	float: left;
}
.pankuzu:after{
content:"";
display:table;
clear:both;
}
.pankuzu{
/zoom:1;
}

/*-- コンテンツ設定 --*/
#content_ime {
	margin: 20px 0px;
}

#contents .content_title {
	margin-bottom: 10px;
}

#contents #content_title .sub_title {/*-- 追加設定 --*/
	font-size: 0.5em;
	margin-left: 20px;
	font-weight: normal;
}

.pankuzu {
	margin: 18px 10px;
	color: #7e7461;
	width: 100%;
}
.pankuzu a {
	color: #7e7461;
}
.pankuzu a:hover {
	color: #de8b21;
}
.pankuzu dd {
	padding-left: 4px;
}


/*-- サイドバー設定 --*/
#sidebar_tekiousei dt img,
#sidebar_tekiousei dd img {
	float: left;
}
#sidebar .tekiousei {
	background-image: url(../images/tekiousei_bk.gif);
	float: left;
}

#sidebar .tekiousei p {
	padding: 7px 20px;
	font-size: 1em;
	line-height: 1.5em;
	color:#de8b21;
	text-align: justify;
	text-justify: inter-ideograph;
}


#sidebar #sidebar_area {
	margin: 25px 0px;
	border-bottom: 4px solid #e9e9e9;
}
#sidebar #sidebar_area dl {
	border-bottom: dotted 1px #de8b21;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 10px 0px;
	line-height: 1.4em;
}
#sidebar #sidebar_area dt {
	color: #7ac043;
    margin-bottom: 4px;
}
#sidebar #sidebar_area dt,
#sidebar #sidebar_area dd {
	padding: 0px 10px;
}
#sidebar #sidebar_area .bottom {
	padding: 0px 10px;
	line-height: 1.4em;
	font-size: 0.9em;
	margin: 15px 0px;
}

#sidebar #side_link_list {
	margin-top: 35px;
}
#sidebar #side_link_list li {
	margin: 5px 0px;
}
#sidebar #side_link_list a {
	position: relative;
	padding: 1px 0px 0px 20px;
	color: #666666;
}
#sidebar #side_link_list a:hover {
	color: #de8b21;
}
#sidebar #side_link_list a img {
	position: absolute;
	top: 0px;
	left: 0px;
}






/*-- フッター設定 --*/
#footer {
	width: 100%;
	background-image: url(../images/footer_bk.jpg);
	background-repeat: repeat-x;
	position: relative;
}
#footer .to_pagetop {
	position: absolute;
	top: -32px;
	left: 50%;
}
#footer .contents {	
	width: 954px;
	margin: auto;
	min-height: 227px;
	position: relative;
}
#footer #salon_list {
	background-color: #222121;
	float: right;
}

#footer dt,
#footer dd {
	float: left;
	text-align: left;
}
#footer dd a {
    color:#ffffff;
}
#footer #title {
	position: absolute;
	left: 0%;
	bottom: 43%;
}

#footer #address {
	position: absolute;
	left: 150px;
	bottom: 35%;
	color: #fff;
}
#footer #address dl {
	border-left: 1px dotted #fff;
	padding-left: 20px;
}
#footer #address dt {
	min-width: 80px;
}

#footer #footer_navi {
	width: 954px;
}
#footer #footer_navi .navi {
	position:relative;
    overflow:hidden;
    width: 100%;
    margin: 20px auto;
    margin-bottom: 80px;
}
#footer #footer_navi .navi ul {
    position:relative;
    left:50%;
    margin:0;
    padding:0;
}
#footer #footer_navi .navi li {
	font-size: 0.9em;
	position:relative;
    float:left;
    left:-50%;
}
#footer #footer_navi a {
	color: #fff;
	text-decoration: underline;
	border-left: 2px solid #fff;
	padding: 1px 5px;
}
#footer #footer_navi a.home {
	border-left: none;
}


#footer #footer_upper {
	background-color: #f9f8f7;
}
#footer #footer_lower {
	background-color: #7e7461;	
}
#footer #footer_lower p {
	color: #fff;
	text-align: center;
	padding: 3px 0;
}





/* floatで並べるリスト用のCSS */
.pagingnavi {
	overflow: auto;
}

.pagingnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pagingnavi ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pagingnavi ul li em,
.pagingnavi ul li a {
	background-color: #666;
	color: #fff;
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	margin: 0 6px 0 0;
	padding: 0 6px;
	width: auto;
}

/* センタリングさせるために必要なCSS [ここから] */
.centering {
	overflow: hidden;
	position: relative;
}

.centering ul {
	float: left;
	left: 50%;
	position: relative;
}

.centering ul li {
	float: left;
	left: -50%;
	position: relative;
}


/* ページTOP*/
.page_top_btn {
	width: 954px;
	margin: auto;
	text-align: right;
　clear: both;
}

.page_top_btn a {
	text-decoration: none;
}

.side_contents1 {
	margin-top: 20px;
}
.questionnaire a:hover{
	opacity:0.7;
}
</pre></body></html>