@charset "UTF-8";

/* 基本設定
=============================================== */

html {
	overflow-y:scroll;
	overflow-x: hidden;
}
html,body {

	font-size: 62.5%;
}
body {
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Times New Roman", "ＭＳ Ｐ明朝", serif, "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	color: #461b08;
	-webkit-text-size-adjust: none;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1100px;
}
img {
	vertical-align: bottom;
}
a {
	color: #635245;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a:visited img {
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav li {
  margin: 0;
  padding: 0;
}
::selection {
    background: #3b1b0d;
    color: #fff;
}


/* コンテンツ
=============================================== */

#container {

}
#contents {
	margin: 0px auto;
	width: 1000px;
}
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#main {
	float: left;
	margin: 0px;
	overflow: hidden;
	width: 700px;
	padding: 0px;
}
#sub {
	width: 240px;
	float: right;
}


/* 共通パーツ
=============================================== */


.btnL {
	display: inline-block;
	border-radius: 3px;
	padding: 15px 0px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	font-size: 12px;
	background: #fff;
	line-height: 1;
	border: solid 1px #ece8e6;
	width:200px
}
.btnL:active  {
	background: #ece8e6;
	text-decoration: none;
}
.btn  {
	display: inline-block;
	border-radius: 3px;
	padding: 12px 15px;
	text-decoration: none;
	color: #FFFFFF!important;
	text-align: center;
	margin: 0px;
	font-size: 12px;
	background: #a5cd3c;
	line-height: 1;
	min-width:150px;
}
.btn:active {
	background: #9CC532;
	color: #FFF;
	text-decoration: none;
}
.btn span {
	margin-left: 5px;
}
.meta:hover,
.meta:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.pageNav .pageNav_inner ul {
	display: table;
	table-layout: fixed;
	width: 800px;
	border-top: none;
	border-collapse: collapse;
	margin: 0px auto 80px;
}
.pageNav .pageNav_inner ul li {
	float: none;
	display: table-cell;
	width: 100%;
	border-bottom: none;
	border: 1px solid #ece8e6;
	text-align: center;
	line-height: 60px;
	font-size: 12px;
}
/* ヘッダー
=============================================== */

#gHeader {
	background: #fff;
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 10000;
	line-height:1;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
#gHeader #gHeadeInner {
	height: 100px;
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
#gHeader h1 {
	margin: 0px;
	padding: 0px;
}
#gHeader h1 img {
	height: 59px;
}
#gHeader.fixed {
	position: fixed;
	left: 0;
	height: 100px;
}
#gHeader #gNav {
	position: absolute;
	right: 0px;
	top: 37px;
	font-size: 13px;
}
#gHeader #gNav li {
	text-align: center;
	float: left;
	border-left: solid 1px;
	border-color: #dad1ce;
}
#gHeader #gNav li:last-child {
	border-right: solid 1px;
	border-color: #dad1ce;
	padding-right: 20px;
}
#gHeader #gNav li span {
	display: block;
	font-size: 9px;
	margin-top: 10px;
}
#gHeader #gNav li+li {
	margin-left: 20px;
}
#gHeader #gNav a {
	display: block;
	color: #461b08;
	text-decoration: none;
	padding: 0 10px 0 25px;
}
/*#gHeader #gNav .snsNav img{
	width: 28px;
}
#gHeader #gNav .insta {
	border: none;
	margin: 0;
}
#gHeader #gNav .line {
	border: none;
	margin-left: 10px;
}
#gHeader #gNav .insta a,
#gHeader #gNav .line a {
	padding:0;
}*/
#gHeader #gNav a span {
	color: #E0C163;
}
#gHeader #gNav a:hover,
#gHeader #gNav a:active {
	color: #f57d8e;
}
#gHeader #gNav label,
#gHeader #gNav #button {
	display: none!important;
}


/* フッター
=============================================== */

#footer {
	font-size: 12px;
	line-height: 1.6;
	background: #3b1b0d;
	color: #FFFFFF;
	margin-top: 150px;
	clear: both;
}
#footer {
	margin-top: 0px;
}
#footerInner {
	margin: 0px auto;
	width: 1000px;
	position: relative;
	padding: 60px 0px;
}
#footer h1 {
	position: absolute;
	right: 0;
	top: 60px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover,
#footer a:active {
	text-decoration: underline;
}
#footer #fNav {
	margin-bottom:20px;
	float: right;
}
#footer #fNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer #fNav li {
	display:inline;
	margin-right:15px;
}
#footer #copyright {
	font-size:10px;
}
#footer #pagetop {
	position: absolute;
	margin-left:-25px;
	top: -25px;
	left: 50%;
}
#footer #pagetop img {
	width: 40%;
}
#footer #pagetop a:hover,
#footer #pagetop a:active {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* 共通タイトル
=============================================== */

#cTitle {
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 85px 0px 75px;
}
#cTitle h2 {
	margin: 0;
	text-align: center;
	font: normal 38px/1 centurygothic;
	margin-bottom: 15px;
	font-family: "Times New Roman","Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif, "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
#cTitle p {
	font-size: 12px;
	margin: 0;
}
h3.ttl {
	margin: 40px 0px 20px;
	clear: both;
}
h3.ttl:before {
	content: "━";
	display: block;
	float: left;
	margin-right:5px;
	width: 1em;
	text-align: center;
	transform: scale( 0.6 , 1 );
}


/* 共通ビジュアル
=============================================== */

#visual {
	margin-bottom:60px;
}


/* ページ送り
=============================================== */

#pager {
	clear: both;
	height: 40px;
	font-size: 11px;
	padding-top: 40px;
}
#pager .page-numbers,
#pager a {
	height: 20px;
	padding: 8px 15px;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	line-height: 20px;
	margin: 0px 1px 1px 0px;
	border-radius: 3px;
}
#pager .current {
	background: #461b08;
}
#pager .dots {
	background: #ece8e6;
	color: #461b08;
}
#pager a {
	color: #fff;
	background: #dbb650;
}
#pager a:hover,
#pager a:active {
	background: #461b08;
	text-decoration: none;
}
#pager .fa {
	padding: 0 0 0 5px;
}


/* 次の記事
=============================================== */

#nextLink {
	border-top: solid 1px #DEDDDB;
	padding: 40px 5px 0px 0px;
	clear:both;
	font-size: 12px;
	overflow:hidden;
}
#nextLink .prev {
	float:left;
}
#nextLink .next {
	float:right;
}


/* コンテンツ用ナビゲーション
=============================================== */

#cNav ul {
	display: table;
	table-layout: fixed;
	width: 800px;
	border-top: none;
	border-collapse: collapse;
	margin: 0px auto 80px;
}
#cNav li {
	float: none;
	display: table-cell;
	width: 100%;
	border-bottom: none;
	border: 1px solid #ece8e6;
	text-align: center;
	line-height: 60px;
	font-size: 12px;
}
#cNav a {
	display: block;
	color: #635245;
	text-decoration: none;
}
#cNav a:active,
#cNav a:hover,
#cNav .current-cat a {
	color: #635245;
	background: #ece8e6;
}



/* 共通テーブル
=============================================== */


.tbl {
	border-collapse: collapse;
	background: #FFF;
	width: 100%;
	font-size: 13px;
}
.tbl caption {
	background: #E5E1D1;
	padding: 15px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;

}
.tbl th{
	padding: 15px;
	width: 200px;
	text-align: left;
	border-bottom: 1px solid #d7d5d4;
	font-weight: normal;
}
.tbl td{
	padding: 15px;
	border-bottom: 1px solid #d7d5d4;
}
.tbl ul{
	padding-left: 1.5em;
}



/* SALON
=============================================== */


#salon #detailsWrap {
	width: 920px;
	padding-left: 500%;
	padding-right: 500%;
	overflow: hidden;
	margin: 0 -500% 150px;
	clear: both;
}
#salon #details {
	width: 450px;
	float: left;
	clear: both;
	overflow: hidden;
}
.nagoya #detailsWrap #details {
	width: unset;
	float: unset;
	clear: unset;
	overflow: unset;
}
#salon #members-only-menu {
	margin-top: 40px;
}
#salon .menu-note {
	padding: 10px 15px;
    font-size: 12px;
}
#salon #members-only-menu .tbl td {
	text-align: right;
}
.nagoya #details .tbl th, .nagoya #members-only-menu .tbl th {
	width: 50%;
}
#salon #details #btn {
	overflow: hidden;
	margin-bottom:30px;
}
#salon #details #btn li {
	display:inline;
}
#salon #details  h2, #salon #members-only-menu h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
	border-bottom: solid 3px #461b08;
	padding-bottom: 5px;
}
#salon #details  h2 span, #salon #members-only-menu h2 span {
	margin-left: 10px;
	font-size: 13px;
	font-weight: normal;
}
#salon #details p, #salon #members-only-menu p {
	margin: 0px;
	font-size: 13px;
}
#salon #details figure {
	margin: 0px 0px 25px 20px;
}
#salon #details figure img{
	max-width:440px;
}
#salon #details table, #salon #members-only-menu table {
	margin: 0;
	font-size: 13px;
	text-align:left;
}
#salon #details th {
	width: 30%;
}
#salon #details td {
	width: 70%;
}
#salon #accessMap {
	width: 450px;
	float: right;
	margin-top: 30px;
}
#salon #details .meta {
	margin: 20px 10px 0px 0px;
	color: #ffffff;
	padding: 8px 25px;
	border-radius: .25em;
	text-align: center;
	float: left;
	background: #dbb650;
}
#salon #details .meta a {
	color: #ffffff;
	text-decoration: none;
}
.nagoya #detailsWrap {
	overflow: hidden;
	margin: 0 auto;
	width: 920px;
}
.nagoya #price h3 {
	border-bottom: solid 3px #461b08;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.nagoya #price h3 span {
	margin-left: 30px;
	font-size: 12px;
	font-weight: normal;
}
.nagoya #price ul {
	list-style: none;
	margin: 5px 0 0 -40px;
}
.nagoya #price .menuList {
	width: 80%;
	float: left;
	padding: 10px 0;
	border-bottom: solid 1px #ece8e6;
}
.nagoya #price .priceList {
	width: 20%;
	text-align: right;
	float: right;
	padding: 10px 0;
	border-bottom: solid 1px #ece8e6;
}


/* MENU
=============================================== */

#menu #contents {
	margin-bottom: 150px;
}
#menu #price {
	overflow: hidden;
	margin: 0 auto;
	width: 920px;
}
#menu #price h3 {
	border-bottom: solid 3px #461b08;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#menu #price h3 span {
	margin-left: 30px;
	font-size: 12px;
	font-weight: normal;
}
#menu #price ul {
	list-style: none;
	margin: 5px 0 0 -40px;
}
#menu #price .menuList {
	width: 80%;
	float: left;
	padding: 10px 0;
	border-bottom: solid 1px #ece8e6;
}
#menu #price .priceList {
	width: 20%;
	text-align: right;
	float: right;
	padding: 10px 0;
	border-bottom: solid 1px #ece8e6;
}
#menu #price #flatmattelash {
	margin-top: 270px;
}
#menu #price #options {
	margin-top: 270px;
}
#menu #price #lidhygiene {
	margin-top: 210px;
}
#menu #price #lash-lift {
	margin-top: 100px;
}
#menu #price #eyebrow {
	margin-top: 180px;
}
#menu #price #options .menuList {
	margin-top: 0;
}
#menu #price #options .priceList {
	margin-top: 0;
}
#menu #price #options .colorSample {
	margin: 210px auto 0;
}
#menu #price .colorSample {
	margin: 90px auto 0;
	padding: 0px;
	list-style: none;
	width: 920px;
}
#menu.esthetic #price .colorSample {
    margin-top: 250px;
}
#menu #price #whitening .colorSample {
	margin: 375px auto 0;
}
#menu #price #peeling .menuList,
#menu #price #peeling .priceList,
#menu #price #whitening .menuList,
#menu #price #whitening .priceList {
	width: 50%;
}
#menu #price .colorSample li {
	float: left;
	width: 200px;
}
#menu #price .colorSample li img {
	width: 215px;
	border: solid #e8daae;
	border-radius: .5em;
	padding: 5px;
}
#menu #price .colorSample li+li {
	margin-left: 35px;
}
#menu #price #eyebrow .colorSample {
	margin: 270px auto 0;
}
#menu #price .fontS {
	font-size: 11px;
}
#menu #price #peeling {
	margin-top: 60px;
}
#menu #price #peeling .colorSample {
	margin: 360px auto 0;
}
#menu #price #hairmake {
	margin-top: 440px;
}
#menu #price #removal {
	margin-top: 100px;
}
#menu #price #removal ul {
	margin-top: -20px;
}
#menu #price #removal ul li {
	margin-top: -20px;
}
#menu #price #removal ul li:nth-child(20) {
	margin-top: -10px;
}
#menu #price #brazilianwax {
	margin-top: 100px;
}
#menu #price #brazilianwax ul {
	margin-top: -40px;
}
#menu #price #sample01 {
	margin: 20px 0;
}
#menu #price #whiteningnet {
	background: #40c0ff;
	margin-right: 30px;
}
#menu #price #jewely .note {
	border-top: solid 1px #ece8e6;
	padding-top: 20px;
	margin-bottom: 20px;
}
#menu #price #jewely #designer {
	padding: 0px;
	margin: 50px 0 20px;
	display: table;
	background: #f6f3ee;
	width: 100%;
}
#menu #price #jewely #designer figure {
	margin: 0px;
	display: table-cell;
}
#menu #price #jewely #designer figure img {
	width: 150px;
}
#menu #price #jewely #designer .text {
	margin: 0px;
	padding: 20px 20px 0px;
	display: table-cell;
	vertical-align: top;
}
#menu #price #jewely #designer h4 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}
#menu #price #jewely #designer span {
	font-size: 12px;
	padding-left: 10px;
}
#menu #price .meta {
	margin: 10px 10px 0px 0px;
	color: #ffffff;
	padding: 8px 25px;
	border-radius: .25em;
	text-align: center;
	float: left;
}
#menu #price .meta a {
	color: #ffffff;
	text-decoration: none;
}
#menu #price #jewely #jewelyBlog {
	background: #73c379;
	margin-right: 30px;
}
#menu #price #jewely #jewelyInsta {
	background: #f7a0ac;
}

/* STAFF
=============================================== */

#staff #contents {
	margin-bottom: 150px;
}
#staff #visual {
	margin-left: 40px;
}
#staff #staffList {
	margin: 0 auto;
	width: 920px;
}
#staff #staffList h3 {
	border-bottom: solid 3px #461b08;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#staff #staffList h3 span {
	margin-left: 10px;
}
#staff #staffList ul {
	overflow: hidden;
	margin: 0 0 50px;
	padding: 0px;
}
#staff #staffList li {
	padding: 0px;
	margin: 0 0 20px;
	display:table;
	background: #f6f3ee;
	width:100%;
}
#staff #staffList li p {
	font-size: 12px;
}
#staff #staffList figure {
	margin: 0px;
	display: table-cell;
	width:180px;
}
#staff #staffList figure img {
	width: 250px;
}
#staff #staffList .text {
	margin: 0px;
	font-size: 14px;
	padding: 10px 40px;
	display: table-cell;
	vertical-align: middle;
}
#staff #staffList .name {
	font-size: 20px;
	margin:0;
}
#staff #staffList .name span {
	font-size: 14px;
	margin-left: 10px;
}
#staff #staffList li+li {
	margin-top: 30px;
}
#staff #staffList #recruit .meta {
	margin: 10px 10px 0px 0px;
	color: #ffffff;
	padding: 8px 25px;
	border-radius: .25em;
	text-align: center;
	float: left;
}
#staff #staffList #recruit .btn_recruit {
	background: #f797a5;
	margin-right: 30px;
}
#staff #staffList #recruit .btn_school {
	background: #dbb650;
}
#staff #staffList #recruit a {
	color: #ffffff;
	text-decoration: none;
}

/* RECRUIT
=============================================== */

#recruit #contents {
	margin-bottom: 150px;
}
/* リクルートのタイトル下の表記を消したため無効化 2016.05.04
#recruit #cTitle {
	padding-bottom: 30px;
}
*/
#recruit h3 {
	width: 920px;
	border-bottom: solid 3px #461b08;
    padding-bottom: 5px;
    margin: 0 auto 30px;
}
#recruit #schoolBox p {
	width: 900px;
	margin: 0 auto 10px;
}
#recruit #recruitBox table {
	border: solid 1px #ece8e6;
	width: 900px;
	margin: 0 auto;
	border-collapse: collapse;
}
#recruit #recruitBox table th {
	width: 100px;
	border: solid 1px #d7d5d4;
	text-align: left;
	padding: 10px 20px;
	background: #ece8e6;
}
#recruit #recruitBox table td {
	border: solid 1px #d7d5d4;
	padding: 10px 20px;
}
#recruit #schoolBox {
	margin-top: 80px;
}
#recruit #schoolBox p {
	width: 900px;
	margin: 0 auto 10px;
}
#recruit #schoolBox table {
	border: solid 1px #ece8e6;
	width: 900px;
	margin: 0 auto;
	border-collapse: collapse;
}
#recruit #schoolBox table th {
	width: 250px;
	border: solid 1px #d7d5d4;
	text-align: left;
	padding: 10px 20px;
	background: #ece8e6;
}
#recruit #schoolBox table td {
	border: solid 1px #d7d5d4;
	padding: 10px 20px;
}


/* RESERVE
=============================================== */

#reserve #contents {
	margin-bottom: 170px;
}
#reserve #reserveBox {
	width: 920px;
	margin: 0 auto;
}
#reserve #reserveBox .txt {
	text-align: center;
	margin: -30px 0 60px;
}
#reserve #reserveBox img {
	width: 100%;
}
#reserve #reserveBox .boxL {
	width: 420px;
	float: left;
}
#reserve #reserveBox .boxL .meta {
    background: #c8a3e1;
	margin-right: 50px;
}
#reserve #reserveBox .boxC {
    width: 420px;
    float: right;
}
#reserve #reserveBox .boxC .meta {
    background: #7ccfd9;
}
#reserve #reserveBox .btn_line a,
#reserve #reserveBox .btn_hpb a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}
#reserve #reserveBox .btn_line {
	background: #00c300;
}
#reserve #reserveBox .boxR {
	width: 290px;
	float: right;
}
#reserve #reserveBox .boxR .meta {
    background: #f797a5;
}
#reserve #reserveBox h2 {
	font-size: 16px;
	margin: 30px 0 0 0;
	border-bottom: solid 3px #461b08;
	padding-bottom: 5px;
}
#reserve #reserveBox h2 span {
	margin-left: 10px;
	font-size: 13px;
	font-weight: normal;
}
#reserve #reserveBox p span{
	padding-left: 10px;
	font-size: 12px;
}
#reserve #reserveBox p {
	margin-bottom: 5px;
}
#reserve #reserveBox .meta {
	font-size: 18px;
	margin: 15px 30px 0px 0px;
	color: #ffffff;
	padding: 10px 35px;
	border-radius: .25em;
	text-align: center;
	float: left;
}
#reserve #reserveBox .meta:active,
#reserve #reserveBox .meta:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#reserve #reserveBox .btn_line:active,
#reserve #reserveBox .btn_line:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#reserve #reserveBox .btn_hpb:active,
#reserve #reserveBox .btn_hpb:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/* Q&A
=============================================== */

#faq #faqList {
	margin: 0 auto;
	width: 860px;
}
#faq #faqList ul {
	overflow: hidden;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#faq #faqList li {
	padding: 0px;
	margin: 0px;
}
#faq #faqList h3 {
	margin: 0 0 20;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
}
#faq #faqList h3:before {
	content: "Q";
	display:inline;
	margin-right: 8px;
	font: normal 30px centurygothic;
	color: #d0a31c;
	font-family: "Times New Roman","Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif, "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
#faq #faqList .answer {
	margin: 0;
	background: #f6f3ee;
	padding: 20px 40px;
	font-size: 14px;
	position: relative;
}
#faq #faqList li+li {
	margin-top:40px;
}
#faq #faqList .answer:after {
	content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: #F6F3EE;
    bottom: 100%;
    left: 30px;
}


/* INFORMATION
=============================================== */

#information #informationList ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 1000px;
	display: table;
}
#information #informationList li{
	background: #FEF6E6;
	height: 120px;
}
#information #informationList li+li{
	margin-top:20px;
}
#information #informationList li .text{
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	overflow:hidden;
	padding:0 25px;
}
#information #informationList li figure{
	height: 120px;
	width: 120px;
	float: left;
}
#information #informationList li img{
	width: 120px;
	height: 120px;
}
#information #informationList li p{
	margin: 0px;
	vertical-align: middle;
	max-height: 3em;
	overflow: hidden;
}
#information #informationList li .meta{
	font-size: 12px;
	display: block;
	margin-bottom: 2px;
}


/* 投稿
=============================================== */


#main .entry {
	margin-bottom: 60px;
}
#main .entry a {
	color: #461b08!important;
}
#main .entry .title {
	margin: 0px 0px 20px;
	height: 80px;
	border-top: 2px solid #461b08;
	border-bottom: 1px solid #ece8e6;
	display: table;
	width: 100%;
}
#main .entry .title h2 {
	font-size: 18px;
	color: #461b08!important;
	font-weight: normal;
	display: table-cell;
	width: 600px;
	padding-right: 20px;
	vertical-align: middle;
	margin: 0px;
}
#main .entry .title .meta {
	font-size: 12px;
	color: #461b08!important;
	display:table-cell;
	vertical-align:middle;
}
#main .entry .title span {
	display: block;
	padding: 10px 20px;
	font-size: 11px;
}
#main .entry .entrybody img {
	margin:20px auto;
}
#main .entry .entrybody {
	clear: both;
	border-bottom: 1px solid #ece8e6;
	padding-bottom: 20px;
}
#main .entry .entrybody p {
	font-size: 12px;
}
#main .entry .category {
	padding-top: 15px;
	font-size: 12px;
}
#sub #sidemenu {
	font-size: 12px;
	color: #461b08!important;
}
#sub #sidemenu a {
	color: #461b08!important;
}
#sub #sidemenu nav {
	padding-top: 20px;
	margin: 0px 0px 40px 0px;
	border-top: 1px solid #ece8e6;
}
#sub #sidemenu h3 {
	margin: 0px 0px 10px;
	font-size: 15px;
}
#sub #sidemenu h3:before {
	margin-right: 5px;
	display: inline-block;
	vertical-align: sub;
	content: "";
	width: 5px;
	height: 20px;
	background-color: #d0a31c;
	border-radius: 3px;
}

#sub #sidemenu ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}
#sub #sidemenu li {
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
	text-indent: -15px;
}

#sub #sidemenu li:before {
	content: "・";
	width: 10px;
	height: 10px;
	margin: 0px 5px 0 0;
	float: left;
}
#sub #sidemenu li ul {
	margin: 5px 0px 10px 15px;
}
#sub #sidemenu li ul li{
	font-size: 12px;
	border-bottom: none;
	padding: 0px;
	margin-bottom:3px;
}


/* COMMENTS */
#comments {
	border-top: 1px solid #e7e7e7;
	clear: both;
	padding: 40px 20px;
}
#comments ul {
	list-style: none;
}
#comments h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body {
	padding: 20px;
	background: #FAFAFA;
	margin-bottom: 10px;
	font-size:13px;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 5px;
}
.comment-author {
	margin-bottom:5px;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-meta {
	font-size: 11px;
	margin: 0 0 15px;
}
.comment-meta a:hover,
.comment-meta a:active {
	color: #ff4b33;
}
.reply {
	font-size: 12px;
	padding: 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* トップページ
=============================================== */

.stripes {
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
}
.vertical {
	background-color: #FFE4E8;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
}
#home .btn {
	display: inline-block;
	border-radius: 4px;
	padding: 15px 0px;
	text-decoration: none;
	width: 280px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 10px;
	background-color: #EE7606;
}
#home .btn:active {
	background-color:#635245;
}
#home #mainSlide{
	background-image: url(/images/hero_image.png);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 400px;
}

#home #mainSlide h1{
	margin:0;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: -100px;
	top: 50%;
	z-index: 1000;
}
#home .images{
	position:relative;
	width:100%;
	height:493px;
}
#home #mainSlide ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#home #menuBox{
	padding: 80px 0px;
	overflow: hidden;
}
#home #menuBox ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 720px;
}
#home #menuBox li{
	float: left;
	width: 220px;
	text-align: center;
}
#home #menuBox li+li{
	margin-left:30px;
}
#home #menuBox li img{
	width: 100%;
}

#home #infoBox{
	padding: 50px 0px;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	display:table;
}
#home #infoBox h2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#home #infoBox h2 img {
	height: 25px;
}
#home #infoBox dl {
	width: 500px;
	display:table-cell;
	font-size: 13px;
}
#home #infoBox dt {
	clear: both;
	float: left;
	width: 100px;
	padding: 5px 0px;
}
#home #infoBox dd {
	margin-left: 100px;
	padding: 5px 0px;
}
#home #salonBox {
	padding: 80px 0px 0;
	overflow: hidden;
	background-color: #ffffff;
}
#home #salonBox h2 {
	text-align: center;
	margin: 0px 0px 50px;
}
#home #salonBox h2 img {
	height: 25px;
}
#home #salonBox ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 1000px;
}
#home #salonBox li {
	float: left;
	width: 480px;
	overflow: hidden;
	margin-bottom: 50px;
}
#home #salonBox li:nth-child(odd) {
	margin-right:40px;
}
#home #salonBox li figure {
	float: left;
	width: 260px;
	margin: 0px;
}
#home #salonBox li figure img {
	width: 260px;
}
#home #salonBox li .text {
	float: right;
	width: 195px;
}
#home #salonBox li h3 {
	font-size: 20px;
	margin: 16px 0px 0px;
}
#home #salonBox li h4 {
	margin: -3px 0px 20px;
	font-size: 11px;
	font-weight: normal;
}
#home #salonBox li p {
	margin: 0px;
	font-size: 12px;
}
#home #salonBox li .meta {
	margin: 10px 10px 0px 0px;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 12px;
	border-radius: .25em;
	text-align: center;
	float: left;
}
#home #salonBox #kuwana .meta {
	margin-top: 30px;
}
#home #salonBox li .store {
	background: #f797a5;
}
#home #salonBox li .staff {
	background: #dbb650;
}
#home #salonBox li a {
	margin: 10px 0px 0px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#home #postsBox {
	padding: 90px 0px;
	overflow: hidden;
	background: #FFF;
}
#home #postsBox h2 {
	text-align: center;
	font: normal 30px centurygothic;
	margin: 0px 0px 50px;
}
#home #postsBox h2 img {
	height: 25px;
}
#home #postsBox h3 {
float: left;
}
#home #postsBox ul {
	margin: 0px auto 40px;
	padding: 0px;
	list-style: none;
	width: 980px;
}
#home #postsBox .posts li {
	float: left;
	width: 200px;
}
#home #postsBox .posts li img {
	width: 214px;
	border: solid #e8daae;
	border-radius: .5em;
	padding: 5px;
}
#home #postsBox li+li {
	margin-left: 50px;
}
#home #postsBox .snsLink {
	margin: 0 auto;
	max-width: 200px;
}
#home #postsBox .snsLink .fb {
	float: left;
	margin: 10px 0 0 30px;
}
#home #postsBox .snsLink .fb img{
	width: 45%;
}
#home #postsBox .snsLink .insta {
	float: left;
	margin: 10px 0 0 -30px;
}
#home #postsBox .snsLink .insta img{
	width: 45%;
}
#home #postsBox .snsLink .line {
	float: left;
	margin: 10px 0 0 -30px;
}
#home #postsBox .snsLink .line img{
	width: 45%;
}
#home #bnrBox {
	margin: -65px auto 0;
	max-width: 980px;
}
#home #bnrBox ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 1000px;
}
#home #bnrBox li {
	float: left;
	width: 480px;
	text-align: center;
}
#home #bnrBox li+li {
	margin-left: 20px;
}
#home #bnrBox li img {
	width: 480px;
}


/* コンバージョンエリア
=============================================== */

#cvrArea {
	margin: 50px auto 0;
	padding: 60px 0px;
	text-align: center;
}
#cvrArea h2 {
	text-align: center;
	font: normal 30px centurygothic;
	margin: 0;
}
#cvrArea h2 img {
	height: 30px;
}
#cvrArea .infoBox {
	max-width: 600px;
	margin: 35px auto 50px;
}
#cvrArea .infoBox .nagoya {
	float: left;
	position: relative;
}
#cvrArea .infoBox .nagoya .meta {
    background: #c8a3e1;
}
#cvrArea .infoBox .nagoya .btn_line {
	background: #00c300;
}
#cvrArea .infoBox .btn_line a,
#cvrArea .infoBox .btn_hpb a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}
#cvrArea .infoBox .nagoya ul:before {
	position: absolute;
	top: 1px;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 6px;
	height: 37px;
    background-color: #c8a3e1;
	border-radius: 3px;
}
#cvrArea .infoBox .kuwana {
	float: right;
	position: relative;
    margin-left: 70px;
}
#cvrArea .infoBox .kuwana .meta{
	background: #7ccfd9;
}
#cvrArea .infoBox .kuwana .btn_line {
	background: #00c300;
}
#cvrArea .infoBox .kuwana ul:before {
	position: absolute;
	top: 1px;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 6px;
	height: 40px;
	background-color: #7ccfd9;
	border-radius: 3px;
}
#cvrArea .infoBox .suzuka {
    float: right;
    position: relative;
}
#cvrArea .infoBox .suzuka .meta{
    background: #f797a5;
}
#cvrArea .infoBox .suzuka ul:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 37px;
    background-color: #f797a5;
    border-radius: 3px;
}
#cvrArea .infoBox .store {
	font-size: 15px;
	text-align: left;
	padding-left: 15px;
    font-weight: bold;
}
#cvrArea .infoBox .info {
	font-size: 11px;
	text-align: left;
	padding-left: 15px;
}
#cvrArea .infoBox .meta {
	width: 180px;
	font-size: 20px;
	margin: 15px 10px 0px 0px;
	color: #ffffff!important;
	padding: 10px 35px;
	border-radius: .25em;
	text-align: center;
}
#cvrArea .infoBox .meta:hover,
#cvrArea .infoBox .meta:active {
	opacity: 1;
	filter: alpha(opacity=100);
}
#cvrArea .infoBox .btn_line:active,
#cvrArea .infoBox .btn_line:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#cvrArea .infoBox .btn_hpb:active,
#cvrArea .infoBox .btn_hpb:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#cvrArea ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 250px;
}
#cvrArea li {
	width: 250px;
	text-align: center;
}


/* 404
=============================================== */

.error #contents {
	border-top: 3px solid #dbb650;
	width: 100%;
}
.error #wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}
.error .container {
	width: 920px;
	margin: 0 auto;
}
.error .pageHeader {
	margin: 24px 0 25px;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #ece8e6;
	position: relative;
}
.error .pageHeader h1 {
	font-size: 24px;
	font-weight: bold;
}
.error h2 {
	font-size: 20px;
}
.error .pageBack {
	text-align: center;
}
.error #footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}


/* Webフォント
=============================================== */

/* font-awasome */
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0px 5px 0px 0px;
}
