﻿@charset "utf-8";

/*----  カバーヘアについて　----*/
#title .in {
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 40% auto;
}
#title p {
	margin-bottom: 1em;
}
#title img {
	width: 100%;
	height:auto;
}

#conts {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 10%;
}
#conts:after ,
#conts2:after {
  content : '';
  display : block;
  clear : both;
}
#conts h2 {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
}
#conts img ,
#conts2 img {
	width: 100%;
	height:auto;
}
#conts table {
	width: 100%;
}
#conts th {
	line-height: 1.4;
	font-weight: normal;
	font-size: 1.08em;
	padding: 1em;
	background-color: #f7f1e3;
	border: 1px solid #d8d8d8;
}
#conts td {
	line-height: 1.4;
	padding: 1em;
	text-align: left;
	border: 1px solid #d8d8d8;
}
#conts2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}
#conts2 h3 {
    background: url(../images/salon_bg.png) no-repeat;
    line-height: 1.5em;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
}
#conts2 .photo {
}
#conts2 .photo li {
    margin-bottom: 0.8em;
}
#conts2 .photo li img {
    width: 100%;
}

.in {
	margin-bottom: 1em;
}

.in .cell {
	color: #000;
	width: 48%;
	float: left;
	margin-right: 4%;
	text-align:left;
	margin-bottom: 1em;
	background-color: #e7f0da;
	border-radius: 3px;
	height: 5em;
	display:table;
}
.in .cell:nth-child(2n) {
	margin-right: 0;
}
.in .cell p {
	line-height: 1.2;
	display:table-cell;
	vertical-align:middle;
	padding-left: 1em;
}
.conts3 {
    margin-bottom: 20px;
	width: 100%;
}
.conts3 h2 {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
}
.conts3 div {
	margin-bottom: 2em;
}
.conts3 div h3 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 32px;
    color: #333;
    background-color: #c5ba96;
    width: 91%;
    padding-left: 0.8em;
    margin: 0 3% 1em 3%;
    text-align: left;
}
.conts3 div p {
	padding: 10px;
	margin-bottom: 10px;
    line-height: 2;
}
.conts3 div p img {
	margin-right: 20px;
}
.conts3 div dl {
	padding: 10px;
	line-height: 1.8em;
}
.conts3 div dl dt {
	font-weight: bold;
	text-align: center;
}
.conts3 div dl dt img {
	margin-bottom: 0.5em;
}
.conts3 div dl dd {
	margin-bottom: 1em;
    margin-left: 0;
}

.slider_block{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 2em;
    background: #dee3eb;
    font-size: 0.8em;
    line-height: 20px;
    color: #321E07;
}