@charset 'utf-8';

/*-----------------------------------------------------
	基本設定
-------------------------------------------------------*/
body {
	font-size: 14px;
	color: #000;
	background: url(../images/common/base.png), url(../images/common/base02.png);
}

address {
	font-style: normal;
}

#Container {
	overflow: hidden;
}

section {
	margin-bottom: 20px;
}

.section-inner {
	padding: 10px;
}


/*-----------------------------------------------------
	ナビ
-------------------------------------------------------*/
nav {
	height: 55px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: table;
	background: url(../images/common/bg_nav.png);
	height: 55px;
	table-layout: fixed;
	width: 100%;
}

nav a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 55px;
	color: #c2a038;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0 0 1px #000;
	letter-spacing: 1px;
}

nav a + a {
	border-left: solid 1px #7e113f;
}


/*-----------------------------------------------------
	キービジュアル
-------------------------------------------------------*/
.keyvisual {
	margin: 10px;
	position: relative;
}

.keyvisual > p,
.keyvisual > h2 {
	z-index: 99;
	position: absolute;
}

.kv-image {
	width: 100%;
}

.kv-image img {
	width: 100%;
}

.kv-tel {
	top: 2px;
	left: 0;
	width: 55%;
}

.kv-logo {
	bottom: 15%;
	right: 0;
	width: 20%;
}

.keyvisual > p img {
	width: 100%;
}

.kv-title img {
	width: 100%;
}


/*-----------------------------------------------------
	footer
-------------------------------------------------------*/
footer {
	background: url(../images/common/bg_foot02.png) right;
	margin-top: 50px;
	padding: 10px;
}

footer ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

footer li {
	display: table-cell;
}

footer li:nth-of-type(1) {
	text-align: right;
	border-right: solid 1px #f1e9d1;
}

footer li:nth-of-type(2) {
	text-align: left;
}

footer li a,
footer li span {
	padding: 10px;
	font-weight: bold;
}

footer li,
footer a {
	color: #f1e9d1;
}

.copyright {
	color: #f1e9d1;
	text-align: center;
	padding: 15px 0;
}


/*-----------------------------------------------------
	トップへ
-------------------------------------------------------*/
#Pagetop {
	position: fixed;
	right: 10px;
	bottom: 40px;
	display: none;
}

#Pagetop:hover {
	cursor: pointer;
}

/*-----------------------------------------------------
	見出し
-------------------------------------------------------*/
/* h1
------------------------------------------------*/
h1 {
	font-size: 11px;
	padding: 5px;
	border-top: solid 1px #871446;
	border-bottom: solid 1px #871446;
	color: #871446;
	text-align: center;
	margin-bottom: 10px;
}

/* h2
------------------------------------------------*/
.ttl-content {
	border-bottom: double 4px #bf9b2e;
	color: #6c0d2d;
	width: 100%;
}

.ttl-content:before {
	content: url(../images/common/ico_h2.png);
	display: inline-block;
	margin: 0px 10px -100px 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
	width: 9%;
	height: 110px;
}

.ttl-content img {
}

/*-----------------------------------------------------
	メニュー（nail・care）
-------------------------------------------------------*/
.menulist dl {
	background: #fefbf0;
	margin-bottom: 20px;
	width: 100%;
	color: #6c0d2d;
}

.menulist dt {
	border-bottom: 1px dashed #bf9b2e;
	font-weight: bold;
	width: 100%;
}

/*clearfix*/
.menulist dt:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.menulist dt {
  min-height: 1px;
}

* html .menulist dt {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.menulist dt span {
	float: right;
}

.menulist dd span{
	font-size: 12px;
	float: right;
	color: #6c0d2d;
	padding-bottom: 20px;
}

h4{
	margin-bottom: 20px;
	font-weight: bold;
	color: #6c0d2d;
	}


/* h4：メニュー見出し
------------------------------------------------*/
.ttl-menu {
	color: #6c0d2d;
	font-weight: bold;
	margin-bottom: 10px;
}

.ttl-menu:before {
	content: url(../images/common/ico_h2.png);
	display: inline-block;
	margin: -80px 10px -100px -7px;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
	width: 6%;
	height: 105px;
 }

.ttl-menu1 {
	color: #6c0d2d;
	font-weight: bold;
	margin-bottom: 10px;
}

.ttl-menu1:before {
	content: url(../images/common/ico_h2.png);
	display: inline-block;
	margin: -80px 10px -100px -7px;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
	width: 7%;
	height: 80px;
 }

.ttl-menu img {
}



.osusume{
	color: #FF0000;
  border: solid 1px #FF0000;
  border-radius: 10px;
  width: 84px;
  text-align: center;
  padding: 2px
}