@charset "utf-8";


/* ◆ PC SIZE ◆ 
============================================================== */


/* 共通 */

.box {
	margin: 0 auto;
	max-width: 1080px;
	position: relative;
}
a img {
	transition: opacity 0.3s ease-out;
}
a:hover img	{
	opacity:.5;
	-webkit-opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	-webkit-transition:opacity 1s ease-out;
	-moz-transition:opacity 1s ease-out;
	-ms-transition:opacity 1s ease-out;
	transition:opacity 1s ease-out;
}



/* HEADER AREA
******************************************/
header {
	position: relative;
}
header .headline {
	padding: 20px 0;
	background: #1c0705;
}
header .headline .box {
	letter-spacing: -0.5em;
	line-height: 0;
}
header p.logo {
	padding: 0 0;
	color: #fff;
	display: inline-block;
	line-height: 0;
	z-index: 1;
	width: 260px;
	letter-spacing: 0.05em;
}
header p.logo img {
	width: 100%;
}
header p.btn {
	display: inline-block;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 17px;
}
header p.btn a {
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	display: block;
	color: #fff;
	line-height: 1;
	z-index: 1;
	letter-spacing: 0.05em;
	background: #5a3e3b;
	border-radius: 5px;
	text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
header p.btn a:hover {
	background: #fff;
	color: #1c0705;
}


/*=============
slider
=============*/
.full {
	z-index: 0;
}
.full div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 620px;
	margin: 0;
}
.full div.img01 {
	background: url("../img/key01.jpg") no-repeat;
	background-size: cover;
}
.full div.img02 {
	background: url("../img/key02.jpg") no-repeat;
	background-size: cover;
}
.full .slick-dots {
	z-index: 10;
	position: absolute;
	right: 32px;
	bottom: 32px;
	width: auto;
}


nav  {
	position: relative;
	border-bottom: solid 1px #e2e2e2;
}
nav ul  {
	letter-spacing: -0.5em;
	text-align: center;
}
nav .forsp  {
	display: none;
}
nav li {
	margin: 0 0 0 0; 
	padding: 20px 0;
	display: inline-block;
	letter-spacing: normal;
	width: 20%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
nav li:first-child {
	margin: 0 0 0 0; 
}
nav li:hover {
	background: #5a3e3b;
	cursor: pointer;
}
nav li:hover a {
	color: #fff;
}
nav li:hover span {
	color: #fff;
}
nav li a {
	font-size: 20px;
	display: block;
	line-height: 1;
	letter-spacing: 0em;
	color: #5d2121;
	border-left: solid 1px #ddd3d3;
	text-decoration: none;
	font-weight: 400;
	font-family: 'Inconsolata', monospace;
}
nav li:last-child a {
	border-right: solid 1px #ddd3d3;
}
nav li span {
	margin-top: 7px;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0;
	color: #5d2121;
	text-decoration: none;
	display: block;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}



/* ▼ ヘッダーTABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){
header {
	position: relative;
}
header .headline {
	padding: 10px 15px;
	background: #1c0705;
}
header .headline .box {
	letter-spacing: -0.5em;
	line-height: 0;
}
header p.logo {
	padding: 0px 0;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	line-height: 1;
	z-index: 1;
	letter-spacing: 0.05em;
}
header p.btn {
	display: inline-block;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 18px;
}
header p.btn a {
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	display: block;
	color: #fff;
	line-height: 1;
	z-index: 1;
	letter-spacing: 0.05em;
	background: #5a3e3b;
	border-radius: 5px;
	text-decoration: none;
}
header p.btn a:hover {
	background: #5a3e3b;
	color: #fff;
}


/*=============
slider
=============*/
.full {
	z-index: 0;
}
.full div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 420px;
	margin: 0;
}
.full div.img01 {
	background: url("../img/key01.jpg") no-repeat;
	background-size: cover;
}
.full div.img02 {
	background: url("../img/key02.jpg") no-repeat;
	background-size: cover;
}
.full .slick-dots {
	z-index: 10;
	position: absolute;
	right: 32px;
	bottom: 32px;
	width: auto;
}

nav  {
	position: relative;
	border-bottom: solid 1px #e2e2e2;
}
nav ul  {
	letter-spacing: -0.5em;
	text-align: center;
}
nav li {
	margin: 0 0 0 0; 
	padding: 20px 0;
	display: inline-block;
	letter-spacing: normal;
	width: 20%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
nav li:first-child {
	margin: 0 0 0 0; 
}
nav li:hover {
	background: none;
	cursor: pointer;
}
nav li:hover a {
	color: #1c0705;
}
nav li:hover span {
	color: #1c0705;
}
nav li a {
	font-size: 18px;
	display: block;
	line-height: 1;
	letter-spacing: 0em;
	color: #5d2121;
	border-left: solid 1px #ddd3d3;
	text-decoration: none;
	font-weight: 400;
	font-family: 'Inconsolata', monospace;
}
nav li:first-child a {
	border-right: none;
}
nav li:last-child a {
	border-right: none;
}
nav li span {
	margin-top: 7px;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0;
	color: #5d2121;
	text-decoration: none;
	display: block;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


} /* ヘッダーTABここまで */
 
 
/* ▼ ヘッダーSPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){
header {
	position: relative;
}
header .headline {
	padding: 15px 15px;
	background: #1c0705;
}
header .headline .box {
	letter-spacing: -0.5em;
}
header p.logo {
	margin: 0 auto;
	padding: 0px 0;
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 1;
	z-index: 1;
	letter-spacing: 0.05em;
	text-align: center;
}
header p.btn {
	display: none;
}


/*=============
slider
=============*/
.full {
	z-index: 0;
}
.full div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 220px;
	margin: 0;
}
.full div.img01 {
	background: url("../img/key01.jpg") no-repeat;
	background-size: cover;
}
.full div.img02 {
	background: url("../img/key02.jpg") no-repeat;
	background-size: cover;
}
.full .slick-dots {
	z-index: 10;
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: auto;
}

nav  {
	position: relative;
	border-bottom: solid 1px #e2e2e2;
}
nav ul  {
	letter-spacing: -0.5em;
	text-align: center;
}
nav .forpc  {
	display: none;
}
nav .forsp {
	display: block;
}
.menu-box {
  position: re;
  top: 10px;
  left: 10px;
}

.menu_btn {
  padding: 15px 0;
  cursor: pointer;
  background-color: #5a3e3b;
  color: #fff;
  width: 100%;
  border: none;
  font-size: 18px;
  letter-spacing: 0.5em;
  font-weight: bold;
  font-family: 'Inconsolata', monospace;
}

.menu_list {
  display: none;
  position: absolute;
  width: 100%;
  background: #f9f9f9;
  z-index: 100;
}
.menu_list li a {
  display: block;
  text-decoration: none;
  color: #000;
}

nav li {
	margin: 0 0 0 0; 
	padding: 0;
	display: block;
	letter-spacing: normal;
	width: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
nav li a {
	padding: 15px 0 17px 0;
	font-size: 18px;
	display: block;
	line-height: 1;
	letter-spacing: 0em;
	color: #5d2121;
	border-top: solid 1px #ddd3d3;
	border-left: none;
	text-decoration: none;
	font-weight: 400;
	font-family: 'Inconsolata', monospace;
}
nav li:first-child a {
	border-right: none;
}
nav li:last-child a {
	border-right: none;
}
nav li span {
	margin-top: 7px;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0;
	color: #5d2121;
	text-decoration: none;
	display: block;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


} /* ヘッダーSPここまで */



/* ▼ オーナー挨拶 ▼
----------------------------------------*/
.greeting {
	padding: 128px 0 0 0;
	position: relative;
}
.greeting .inbox {
	margin: 0 0 0 100px;
	max-width: 540px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.greeting h2 {
	font-size: 28px;
	line-height: 1;
	color: #5d2121;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.greeting h2 span {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #5d2121;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Inconsolata', monospace;
}
.greeting h3 {
	margin-top: 46px;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.greeting p.txt {
	margin: 22px 0 0 0;
	font-size: 14px;
	line-height: 2.2;
	color: #333333;
	letter-spacing: 0.05em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.greeting p.Img {
	margin: 0 0 0 0;
	line-height: 0;
	display: inline-block;
	letter-spacing: normal;
	width: 430px;
	position: relative;
	z-index: 1;
}
.greeting p.Img01 img {
	width: 100%;
}
.greeting div.bg01 {
	line-height: 0;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 0;
	width: 30%;
}
.greeting div.bg01 img {
	width: 100%;
}
.greeting div.bg02 {
	line-height: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 0;
	width: 30%;
}
.greeting div.bg02 img {
	width: 100%;
}


/* ▼ オーナー挨拶TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){
.greeting {
	padding: 96px 15px 0 15px;
}
.greeting .inbox {
	margin: 0 0 0 5%;
	max-width: 64%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.greeting h2 {
	font-size: 24px;
	line-height: 1;
	color: #5d2121;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.greeting h2 span {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #5d2121;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Inconsolata', monospace;
}
.greeting h3 {
	margin-top: 36px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #666;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.greeting p.txt {
	margin: 20px 0 0 0;
	font-size: 14px;
	line-height: 2;
	color: #333333;
	letter-spacing: 0.05em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.greeting p.Img {
	margin: 0 0 0 0;
	line-height: 0;
	display: inline-block;
	letter-spacing: normal;
	width: 30%;
}
.greeting p.Img img {
	width: 100%;
}
.greeting div.bg01 {
	display: none;
}
.greeting div.bg02 {
	line-height: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 0;
	width: 40%;
}
.greeting div.bg02 img {
	width: 100%;
}

}
 
 
/* ▼ オーナー挨拶SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){
.greeting {
	padding: 56px 15px 0 15px;
}
.greeting .inbox {
	margin: 40px 0 0 0;
	max-width: 100%;
	display: block;
	letter-spacing: normal;
	vertical-align: top;
}
.greeting h2 {
	font-size: 24px;
	line-height: 1;
	color: #5d2121;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.greeting h2 span {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #5d2121;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Inconsolata', monospace;
}
.greeting h3 {
	margin-top: 36px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #666;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.greeting p.txt {
	margin: 20px 0 0 0;
	font-size: 14px;
	line-height: 2;
	color: #333333;
	letter-spacing: 0.05em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.greeting p.Img {
	margin: 0 auto;
	line-height: 0;
	display: block;
	letter-spacing: normal;
	width: 60%;
}
.greeting p.Img img {
	width: 100%;
}

}





/* ▼ サロンについて ▼
----------------------------------------*/

.about {
	padding: 128px 0 160px 0;
	background: url("../img/bg_un.png") no-repeat center bottom;
}
.about .inbox {
	margin: 0 0 0 0;
	max-width: 540px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.about h2 {
	font-size: 28px;
	line-height: 1;
	color: #5d2121;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.about h2 span {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #5d2121;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Inconsolata', monospace;
}
.about h3 {
	margin-top: 46px;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.about p.txt {
	margin: 22px 0 0 0;
	font-size: 14px;
	line-height: 2.2;
	color: #333333;
	letter-spacing: 0.05em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.about ul {
	margin: 30px 0 0 0;
	letter-spacing: -0.5em;
}
.about ul li {
	margin: 0 0 0 30px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
}
.about ul li:first-child {
	margin: 0 0 0 0;
}
.about p.Img {
	margin: 0 0 0 100px;
	line-height: 0;
	display: inline-block;
	letter-spacing: normal;
	width: 430px;
}
.about p.Img01 img {
	width: 100%;
}


/* ▼ オーナー挨拶TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){
.about {
	padding: 80px 15px 100px 15px;
	background: url("../img/bg_un.png") no-repeat center bottom;
	background-size: 90%;
}
.about .inbox {
	margin: 0 0 0 0;
	max-width: 64%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.about h2 {
	font-size: 24px;
	line-height: 1;
	color: #5d2121;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.about h2 span {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #5d2121;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Inconsolata', monospace;
}
.about h3 {
	margin-top: 36px;
	font-size: 18px;
	line-height: 1;font-weight: bold;
	color: #666;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.about p.txt {
	margin: 20px 0 0 0;
	font-size: 14px;
	line-height: 2;
	color: #333333;
	letter-spacing: 0.05em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.about ul {
	margin: 30px 0 0 0;
	letter-spacing: -0.5em;
}
.about ul li {
	margin: 0 0 0 5%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	width: 30%;
}
.about ul li:first-child {
	margin: 0 0 0 0;
}
.about ul li img {
	width: 100%;
}
.about p.Img {
	margin: 0 0 0 5%;
	line-height: 0;
	display: inline-block;
	letter-spacing: normal;
	width: 30%;
}
.about p.Img img {
	width: 100%;
}

}
 
 
/* ▼ オーナー挨拶SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){
.about {
	margin-top: 56px;
	padding: 56px 15px 0 15px;
	border-top: solid 1px #ddd;
	background: none;
}
.about .inbox {
	margin: 0 0 0 0;
	max-width: 100%;
	display: block;
	letter-spacing: normal;
	vertical-align: top;
}
.about h2 {
	font-size: 24px;
	line-height: 1;
	color: #5d2121;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.about h2 span {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #5d2121;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Inconsolata', monospace;
}
.about h3 {
	margin-top: 36px;
	font-size: 18px;
	line-height: 1;font-weight: bold;
	color: #5d2121;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.about p.txt {
	margin: 20px 0 0 0;
	font-size: 14px;
	line-height: 2;
	color: #333333;
	letter-spacing: 0.05em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.about ul {
	margin: 30px 0 0 0;
	letter-spacing: -0.5em;
}
.about ul li {
	margin: 0 0 0 3%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	width: 31%;
}
.about ul li:first-child {
	margin: 0 0 0 0;
}
.about ul li img {
	width: 100%;
}
.about p.Img {
	margin: 3% auto 0 auto;
	line-height: 0;
	display: block;
	letter-spacing: normal;
	width: 100%;
}
.about p.Img img {
	width: 100%;
}

} /* サロンについてSPここまで */




/* ------------------------------
背景固定
--------------------------------*/

.break01 {
	margin: 0 0 0 0;
	height: 500px;
	background: url("../img/break.jpg") no-repeat center center;
	background-size: cover;
	background-attachment:fixed;
}

/* ▼ 背景固定 TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){
.break01 {
	margin: 0 0 0 0;
	height: 300px;
	background: url("../img/break.jpg") no-repeat center center;
	background-size: cover;
}
} /* TABここまで */

/* ▼ 背景固定 SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){
.break01 {
	margin: 80px 0 0 0;
	height: 200px;
	background: url("../img/break.jpg") no-repeat center center;
	background-size: cover;
}
} /* SPサイズ */





/* ▼ ロコのサービス ▼
----------------------------------------*/

.service {
	margin: 100px 0 0 0;
}
.service h2.head {
	font-size: 28px;
	line-height: 1;
	color: #5d2121;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.service h2.head span {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #5d2121;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Inconsolata', monospace;
}

.esthetic {
	margin: 60px 0 0 0;
}
.service h2.inmid {
	font-size: 46px;
	line-height: 1.2;
	color: #5d2121;
	letter-spacing: 0.05em;
	font-family: 'Arapey', serif;
	display: inline-block;
	vertical-align: middle;
}
.service h2.inmid span {
	font-size: 46px;
	color: #5d2121;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Arapey', serif;
}
.service p.read {
	margin: 0 0 0 50px;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.05em;
}
.service p.read span {
	display: block;
	color: #333;
	font-size: 14px;
}
.service p.btn {
	position: absolute;
	right: 0;
	top: 10px;
	width: 600px;
}
.service p.btn a {
	padding: 40px 0;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 1.6;
	background: #0079d0;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.service p.btn a:hover {
	background: #003D6A;
}

/* ワイド画像 */
.wideImg {
	margin: 80px auto 0 auto;
	padding: 0 10px;
	max-width: 1260px;
	position: relative;
}
.wideImg p {
	line-height: 0;
}
.wideImg p img {
	width: 100%;
}


/* ▼ ロコのサービスTABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){
.service {
	/* margin: 0 20px 0 20px; */
	margin: 0;
	padding: 96px 0 0 0;
}
.service h2.head {
	font-size: 28px;
	line-height: 1;
	color: #5d2121;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.service h2.head span {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #5d2121;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Inconsolata', monospace;
}

.service h2.inmid {
	font-size: 46px;
	line-height: 1.2;
	color: #5d2121;
	letter-spacing: 0.05em;
	font-family: 'Arapey', serif;
	display: inline-block;
	vertical-align: middle;
}
.service h2.inmid span {
	font-size: 46px;
	color: #5d2121;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Arapey', serif;
}
.service p.read {
	margin: 0 0 0 30px;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.05em;
}
.service p.read span {
	display: block;
	color: #333;
	font-size: 14px;
}

.service p.btn {
	margin: 40px auto 0 auto;
	position: relative;
	right: 0;
	top: 10px;
	width: 660px;
}
.service p.btn a {
	padding: 40px 0;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 1.6;
	background: #0079d0;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.service p.btn a:hover {
	background: #003D6A;
}


} /* ロコのサービスTABここまで */



/* ▼ ロコのサービスSPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){
.service {
	/* margin: 0 20px 0 20px; */
	margin: 0;
	padding: 80px 0 0 0;
}
.service h2.head {
	font-size: 28px;
	line-height: 1;
	color: #5d2121;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.service h2.head span {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #5d2121;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Inconsolata', monospace;
}

.esthetic {
	margin: 40px 0 0 0;
}

.service h2.inmid {
	font-size: 32px;
	line-height: 1.2;
	color: #5d2121;
	letter-spacing: 0.05em;
	font-family: 'Arapey', serif;
	display: inline-block;
	vertical-align: middle;
}
.service h2.inmid span {
	font-size: 32px;
	color: #5d2121;
	display: inline-block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Arapey', serif;
}
.service p.read {
	margin: 16px 0 0 0;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.05em;
}
.service p.read span {
	display: block;
	color: #333;
	font-size: 14px;
}

.service p.btn {
	margin: 20px auto 0 auto;
	position: relative;
	right: 0;
	top: 10px;
	width: 80%;
}
.service p.btn a {
	padding: 16px 0;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 1.6;
	background: #0079d0;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	text-align: center;
	letter-spacing: 0.05em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.service p.btn a:hover {
	background: #003D6A;
}

} /* ロコのサービスSPここまで */




/* ------------------------------
背景固定
--------------------------------*/

.break02 {
	margin: 160px 0 0 0;
	height: 500px;
	background: url("../img/break_02.jpg") no-repeat center center;
	background-size: cover;
	background-attachment:fixed;
}

/* ▼ 背景固定 TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){
.break02 {
	margin: 100px 0 0 0;
	height: 300px;
	background: url("../img/break_02.jpg") no-repeat center center;
	background-size: cover;
}
} /* TABここまで */

/* ▼ 背景固定 SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){
.break02 {
	margin: 80px 0 0 0;
	height: 200px;
	background: url("../img/break_02.jpg") no-repeat center center;
	background-size: cover;
}
} /* SPサイズ */





/* ▼ インフォメーション ▼
----------------------------------------*/

.info {
	padding: 132px 0 0 0;
}
.info h2 {
	font-size: 28px;
	line-height: 1;
	color: #5d2121;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.info h2 span {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #5d2121;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Inconsolata', monospace;
}

.info .inbox {
	margin-top: 80px;
	letter-spacing: -0.5em;
}
.info .inbox .inleft {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	width: 29.17%;
}
.info .inbox .inright {
	margin: 0 0 0 7.41%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}
.info .inbox p.Img {
	line-height: 0;
}
.info .inbox p.Img img {
	width: 100%;
}
.info .inbox p.name {
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: bold;
}
.info .inbox p.name span {
	font-size: 14px;
	color: #333;
	line-height: 1;
	font-weight: bold;
}
.info .inbox table {
	margin-top: 22px;
}
.info .inbox th {
	padding: 10px 0 0 0;
	font-size: 14px;
	width: 100px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.info .inbox td {
	padding: 10px 0 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.info p.map {
	margin-top: 56px;
	line-height: 0;
}
.info p.map iframe {
	width: 100%;
	height: 280px;
}


/* ▼ お客様の声TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){
.info {
	padding: 96px 15px 0 15px;
}
.info h2 {
	font-size: 24px;
	line-height: 1;
	color: #333;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.info h2 span {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #333;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Inconsolata', monospace;
}

.info .inbox {
	margin-top: 64px;
	letter-spacing: -0.5em;
}
.info .inbox .inleft {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	width: 29.17%;
}
.info .inbox .inright {
	margin: 0 0 0 7.41%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}
.info .inbox p.Img {
	line-height: 0;
}
.info .inbox p.Img img {
	width: 100%;
}
.info .inbox p.name {
	font-size: 18px;
	color: #333;
	line-height: 1;
}
.info .inbox p.name span {
	font-size: 14px;
	color: #333;
	line-height: 1;
}
.info .inbox table {
	margin-top: 22px;
}
.info .inbox th {
	padding: 10px 0 0 0;
	font-size: 14px;
	width: 100px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.info .inbox td {
	padding: 10px 0 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.info p.map {
	margin-top: 40px;
	line-height: 0;
}
.info p.map iframe {
	width: 100%;
	height: 220px;
}

} /* お客様の声TABここまで */




/* ▼ お客様の声SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){
.info {
	padding: 80px 15px 0 15px;
}
.info h2 {
	font-size: 24px;
	line-height: 1;
	color: #333;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.info h2 span {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #333;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Inconsolata', monospace;
}

.info .inbox {
	margin-top: 40px;
	letter-spacing: -0.5em;
}
.info .inbox .inleft {
	margin: 0 auto;
	letter-spacing: normal;
	display: block;
	vertical-align: middle;
	width: 50%;;
}
.info .inbox .inright {
	margin: 30px 0 0 0;
	letter-spacing: normal;
	display: block;
	vertical-align: middle;
}
.info .inbox p.Img {
	line-height: 0;
}
.info .inbox p.Img img {
	width: 100%;
}
.info .inbox p.name {
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: bold;
}
.info .inbox p.name span {
	font-size: 14px;
	color: #333;
	line-height: 1;
}
.info .inbox table {
	margin-top: 15px;
}
.info .inbox th {
	padding: 10px 0 0 0;
	font-size: 14px;
	width: 100px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.info .inbox td {
	padding: 10px 0 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.info p.map {
	margin-top: 30px;
	line-height: 0;
}
.info p.map iframe {
	width: 100%;
	height: 200px;
}

} /* お客様の声SPここまで */






/* ▼ その他 ▼
----------------------------------------*/

.other {
	margin: 180px 0 0 0;
	padding: 96px 0;
	background: #1c0705;
	text-align: center;
}
.other h2 {
	font-size: 20px;
	color: #a1a0a0;
	line-height: 1;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.other p.read {
	margin: 14px 0 0 0;
	font-size: 14px;
	color: #a1a0a0;
	line-height: 1;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.other ul {
	margin: 64px 0 0 0;
	letter-spacing: -0.5em;
}
.other ul li {
	margin: 0 0 0 96px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.other ul li:first-child {
	margin: 0 0 0 0;
}
.other ul li a {
	display: table;
	text-decoration: none;
	color: #a1a0a0;
}
.other ul li p.icon {
	line-height: 77px;
	height: 47px;
}
.other ul li p.txt {
	margin: 20px 0 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.other ul li p.txt span {
	margin: 4px 0 0 0;
	font-size: 12px;
	display: block;
	line-height: 1;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}



/* ▼ その他TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){
.other {
	margin: 80px 0 0 0;
	padding: 80px 20px;
	background: #1c0705;
	text-align: center;
}
.other h2 {
	font-size: 20px;
	color: #a1a0a0;
	line-height: 1;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.other p.read {
	margin: 14px 0 0 0;
	font-size: 14px;
	color: #a1a0a0;
	line-height: 1;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.other ul {
	margin: 64px 0 0 0;
	letter-spacing: -0.5em;
}
.other ul li {
	margin: 0 0 0 80px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.other ul li:first-child {
	margin: 0 0 0 0;
}
.other ul li a {
	display: table;
	text-decoration: none;
	color: #a1a0a0;
}
.other ul li p.icon {
	line-height: 77px;
	height: 47px;
}
.other ul li p.txt {
	margin: 20px 0 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.other ul li p.txt span {
	margin: 4px 0 0 0;
	font-size: 12px;
	display: block;
	line-height: 1;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

} /* その他TABここまで */




/* ▼ その他SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){
.other {
	margin: 80px 0 0 0;
	padding: 56px 20px 10px 20px;
	background: #1c0705;
	text-align: center;
}
.other h2 {
	font-size: 20px;
	color: #a1a0a0;
	line-height: 1;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.other p.read {
	margin: 14px 0 0 0;
	font-size: 14px;
	color: #a1a0a0;
	line-height: 1;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.other ul {
	margin: 40px 0 0 0;
	letter-spacing: -0.5em;
}
.other ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	letter-spacing: normal;
	display: block;
	vertical-align: top;
}
.other ul li:first-child {
	margin: 0 0 0 0;
}
.other ul li a {
	padding: 30px 0 30px 30px;
	display: block;
	text-decoration: none;
	color: #a1a0a0;
	text-align: left;
	width: auto;
	position: relative;
	border-top: solid 1px #655a5a;
}
.other ul li a:after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #a1a0a0;
	border-right: solid 1px #a1a0a0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -4px;
}
.other ul li p.icon {
	margin: 0 auto;
	line-height: 0;
	width: 51px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.other ul li p.txt {
	margin: 0 0 0 4%;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.05em;
	text-align: left;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.other ul li p.txt span {
	margin: 4px 0 0 -5px;
	font-size: 12px;
	display: block;
	line-height: 1;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

} /* その他SPここまで */









/* ▼ フッター ▼
----------------------------------------*/

footer {
	margin: 0 0 0 0;
	text-align: center;
	background: #0c0201;
}
footer p {
	padding: 24px 0;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #a1a0a0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}





/* ----------------------------------
お問い合わせ＆オンラインカウンセリング
------------------------------------*/

.sub header {
	height: 400px;
	position: relative;
	display: table;
	width: 100%;
	overflow: hidden;
}
.sub header .bg {
	margin: 0 0 0 auto;
	height: 400px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.sub header .bg.co {
	background: url("../img/key_contact.jpg") no-repeat center center;
	background-size: cover;
}
.sub header .bg.onl {
	background: url("../img/key_online.jpg") no-repeat center center;
	background-size: cover;
}

.sub .formArea {
	margin: -100px auto 0 auto;
	padding: 80px 100px 50px 100px;
	max-width: 880px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 99;
	box-shadow: 0px 0px 23px -6px #c1c1c1;
}
.sub .formArea h1 {
	font-size: 30px;
	line-height: 1;
	color: #838383;
	letter-spacing: 0.05em;
	text-align: center;
}
.sub .formArea h1 span {
	margin: 8px 0 0 0;
	font-size: 14px;
	line-height: 1;
	color: #838383;
	letter-spacing: 0.05em;
	text-align: center;
	display: block;
}
.sub .formArea p.read {
	margin: 25px 0 0 0;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.sub .formArea table {
	margin: 50px 0 0 0;
	width: 100%;
	background: #f5f5f5;
	border-right: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
}
.sub .formArea th {
	padding: 25px 15px;
	font-size: 15px;
	font-weight: bold;
	width: 200px;
	position: relative;
	border-top: solid 1px #d2d2d2;
	border-left: solid 1px #d2d2d2;
	vertical-align: middle;
	text-align: right;
}
.sub .formArea th span {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FF393C;
}
.sub .formArea td {
	padding: 25px 15px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	border-top: solid 1px #d2d2d2;
}

.sub .formArea td input {
	padding: 15px 5px;
	width: 96%;
	border: solid 1px #ccc;
	-webkit-appearance: none;
}
.sub .formArea textarea {
	margin: 0px 0 0 0;
	padding: 2% 3% 3% 3%;
	width: 93%;
	font-size: 14px;
	border: solid 1px #ccc;
	line-height: 1.8;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	-webkit-appearance: none;
}
.sub .formArea p.send {
	margin: 30px 0 0 0;
	text-align: center;
}
.sub .formArea p.send input {
	padding: 18px 10px 16px 10px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	background: none;
	width: 300px;
	border-radius: 5px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	-webkit-appearance: none;
}
.sub .formArea p.send input:hover {
	cursor: pointer;
}
.sub .formArea p.send input.submit {
	margin: 0 0 0 5px;
	background: #1D85F3;
	color: #fff;
	border-bottom: solid 3px #013266;
}

.sub .formArea p.back {
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
	border-top: solid 1px #ccc;
	text-align: center;
}
.sub .formArea p.back a {
	text-decoration: none;
	font-size: 16px;
	color: #333;
}
.sub .formArea p.back i {
	padding: 0 5px 0 0;
	position: relative;
	top: -1px;
}

/* ▼ お問い合わせ/カウンセリング TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1080px){
.sub header {
	height: 300px;
	position: relative;
	display: table;
	width: 100%;
	overflow: hidden;
}
.sub header .bg {
	margin: 0 0 0 auto;
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/main_bg.jpg") no-repeat center center;
	background-size: cover;
}
.sub .formArea {
	margin: -60px auto 0 auto;
	padding: 80px 50px 50px 50px;
	max-width: 82%;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 99;
	box-shadow: 0px 0px 23px -6px #c1c1c1;
}

} /* TABサイズ */


/* ▼ お問い合わせ/カウンセリング SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){
.sub header {
	height: 200px;
	position: relative;
	display: table;
	width: 100%;
	overflow: hidden;
}
.sub header .bg {
	margin: 0 0 0 auto;
	height: 200px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/main_bg.jpg") no-repeat center center;
	background-size: cover;
}
.sub .formArea {
	margin: -60px auto 0 auto;
	padding: 40px 5% 30px 5%;
	max-width: 82%;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 99;
	box-shadow: 0px 0px 23px -6px #c1c1c1;
}
.sub .formArea p.read {
	margin: 15px 0 0 0;
	text-align: center;
	color: #333;
	font-size: 12px;
}
.sub .formArea table {
	margin: 30px 0 0 0;
}
.sub .formArea th {
	padding: 15px 15px 5px 15px;
	font-size: 15px;
	font-weight: bold;
	width: auto;
	display: block;
	position: relative;
	border-top: solid 1px #d2d2d2;
	border-left: solid 1px #d2d2d2;
	vertical-align: middle;
	text-align: left;
}
.sub .formArea th span {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FF393C;
}
.sub .formArea td {
	padding: 5px 15px 15px 15px;
	font-size: 15px;
	font-weight: bold;
	width: auto;
	display: block;
	position: relative;
	border-top: none;
	border-left: solid 1px #d2d2d2;
}
.sub .formArea p.back {
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	border-top: solid 1px #ccc;
	text-align: center;
}

} /* SPサイズ */

















