@charset "utf-8";
/* CSS Document */

/* ##### reset.css上書き ##### */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
span,
button,
p {
	color: #484848;
}

.mainimg .uk-slidenav-position:after {
	padding-top: 55%;
}


@media (max-width: 1024px) {}

@media (max-width: 599px) {
	.mainimg .uk-slidenav-position:after {
		padding-top: 66%;
	}
}

/* ##### reset.css上書きここまで ##### */

.mainimg .uk-slideshow {
	width: 100%;
}

/* ##### font ##### */

@font-face {
	font-family: 'Mamelon';
	src: url(/import/tenant_1/160.16.212.16/html/font/Mamelon.otf);
}


/* ##### font end ##### */

/* ##### 共通 ##### */
.content {
	margin-bottom: 80px;
}

/* ボタン */

.button {
	display: block;
	position: relative;
	width: 80%;
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
}

.button a {
	display: block;
	padding: 20px 50px;

}

.button-on {
	border: 1px solid #484848;
	color: #484848;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button-on:before {
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #484848;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button-on:hover {
	color: #fff;
}

.button-on:hover:before {
	left: 0;
}

.more-next:after {
	position: absolute;
	content: "\f105";
	font-family: fontawesome;
	right: 10px;
	font-size: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.more-return:after {
	position: absolute;
	content: "\f104";
	font-family: fontawesome;
	left: 10px;
	font-size: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*画像のエフェクト*/
.effect01 {
	overflow: hidden;
	margin: 10px 0;
	position: relative;
}

.effect01 .caption {
	text-align: center;
	color: #fff;
}

.effect01 .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.effect01:hover .mask {
	opacity: 1;
	padding-top: 100px;
}

.effect01 dt,
.effect01 dd {
	color: #fff;
}

/*1行省略*/
.one-line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*フローティング*/

@media only screen and (max-width: 1024px) {
	.content {
		padding-top: 70px;
	}

	.effect01:hover .mask {
		padding-top: 70px;
	}

}

@media only screen and (max-width: 599px) {
	.effect01:hover .mask {
		padding-top: 30px;
	}
			.content h2 {
		  text-align: center;
}
.content h2 span{display: block;
    width: 100%;
    line-height: 0px;}
}


/* ##### 共通ここまで ##### */

/* ##### header ##### */
/* 
header {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 190px;
  z-index: 99999;
}
header[data-element-id] {
  position: static !important;
  margin-top: 30px;
} 
*/

header .inner {
	padding: 30px 0;
}

.logo {
	width: 242px;
	margin: 0 auto;
}

.logo h1 {
	font-size: 12px;
	font-weight: normal;
	display: none;
}

.accordion-body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
}

.accordion-body.fixed .accordion-inner {
    width: 1000px;
    margin: 1% auto;
}

.accordion-inner ul.sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.accordion-inner ul.sns li {
	font-size: 27px;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}


/* ##### header end ##### */

/* ##### footer ##### */
footer h4 {
	font-size: 20px;
	font-family: 'Lora',
		serif;
	font-weight: bold;
	position: relative;
	width: 30%;
}

footer h4:after {
	position: absolute;
	content: "";
	width: 23px;
	height: 3px;
	border-radius: 3px;
	background: #b1c0db;
	left: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-sns {
	width: 40%;
}

.footer-sns li {
	display: inline-block;
	font-size: 22px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.index .footer-nav {
  margin-right: 33%;
}

.footer-nav li {
	font-size: 17px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 20px;
}


footer dl.flex {
	margin-bottom: 10px;
}

footer dt {
	font-size: 13px;
	width: 100px;
}

footer dd {
	font-size: 13px;
	width: calc(100% - 100px);
}

footer .inner {
	padding-bottom: 0;
}

footer .copy {
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	footer .copy {
		padding-bottom: 70px;
	}
		header .inner {
    padding: 13px 0;
    }
    .logo {
    width: 150px;
    }
    
.index .footer-nav {
  margin-right:0;
}
}

@media only screen and (max-width: 599px) {
	.footer-asdress .inner {
		width: calc(100% - 50px);
		margin: 0 0 0 45px;
	}
}


/* ##### footer end ##### */

/* ##### nav ##### */
#gnav .toggle {
	background: #484848;
}

#gnav li {
	display: inline-block;
}

#dropmenu {
	width: 100%;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#dropmenu li a {
	letter-spacing: 1px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Lora',
		serif;
	font-weight: bold;
}

#dropmenu ul li span {
	letter-spacing: 1px;
	font-size: 15px;
	display: block;
	text-align: left;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	color: #000;
	font-family: 'Lora',
		serif;
}

.dropmenu {
	*zoom: 1;
}

.dropmenu .dropdown {
	position: relative;
}

#dropmenu .dropdown:hover {
	cursor: pointer;
}

.dropmenu .dropdown ul {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	width: 100%;
	display: block;
}

	#dropmenu[data-element-id] .dropdown ul li {
	  overflow: visible;
	  height:45px;
	}

#dropmenu .dropdown ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	-webkit-transition-property: all;
	-webkit-transition: 0.3s linear;
	transition-property: all;
	transition: 0.3s linear;
}

#dropmenu .dropdown ul li a {
	display: block;
	color: #000;
	width: 200px;
	;
	height: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

#dropmenu .dropdown:hover ul li {
	overflow: visible;
	height: 45px;
}

.sab-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
}

.sab-nav li a {
	width: 100%;
}

.drop-btn {
  font-family: 'Lora', serif;
  font-weight: bold;
}

#dropmenu .sp-nav {
	display: none;
}
#dropmenu[data-element-id] .sp-nav {
  display: block;
}

@media only screen and (max-width: 1024px) {
	header {
		height: 70px;
	}

	#gnav {
		width: 100%;
	}

	#gnav .accordion-body {
		background: rgba(0, 0, 0, 0.6);
	}

	#gnav .accordion-inner {
		height: 100vh;
	}

	.accordion-inner .sns li {
		display: inline-block;
	}

	#dropmenu {
		display: block;
		padding-bottom: 80px;

	}

	#gnav ul li a {
		color: #fff;
	}

	#gnav ul li span {
		height: auto;
		color: #fff;
		background-color: rgba(255, 255, 255, 0.2);
		display: block;
		padding: 10px;

	}

	.dropmenu .dropdown ul {
		position: static;
		background-color: rgba(78, 69, 64, 0);
	}

	#dropmenu .dropdown ul li {
		overflow: visible;
		height: auto;
		padding-left: 30px;
	}

	#dropmenu .dropdown ul li:last-of-type {
		border-bottom: none;
	}

	#dropmenu .dropdown ul li a {
		background-color: rgba(78, 69, 64, 0);
		color: #fff;
	}

	#dropmenu .sp-nav {
		display: block;
	}
}


/* ##### nav end ##### */

/* ##### top ##### */
h3 {
	font-family: 'Dancing Script',
		cursive;
	font-size: 52px;
	text-align: center;
	margin-bottom: 70px;
}

/* トップメインイメージ */

#loading {
	color: #fff;
	position: absolute;
	letter-spacing: 3px;
	width: 10em;
	line-height: 2em;
	top: calc(50% - 1em);
	left: calc(50% - 5em);
	z-index: 2;
	text-align: center;
}

.loading-done {
	display: none;
}

.outer-image {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.outer-image:before {
	content: "";
	display: block;
	padding-top: 35%;
}

.outer-image #images {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#images {
	position: relative;
	width: 100%;
	height: 100% !important;
}

.canvas {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100% !important;
}
.canvas canvas {
  height: 100% !important;
}

#images img {
	display: none;
	vertical-align: bottom;
}

canvas {
	vertical-align: bottom;
	position: absolute;
}

.mainslider-nav ul {
	height: 0;
	margin: 0;
}

.mainslider-nav {
	display: none;
}

.mainslider-nav li {
	position: absolute;
	width: 25px;
	height: 25px;
	opacity: .3;
	list-style: none;
	top: calc(50% - 12px);
	z-index: 100;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.mainslider-nav li:hover {
	opacity: .7;
}

.pre.after-loading {
	left: -40px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.next.after-loading {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: -40px;
}

/* トップメインイメージここまで */

/*予約*/

.reserved {
	position: fixed;
	right: 15%;
	bottom: 5%;
	z-index: 10;
}

.reserved > a:hover{
  opacity: 1;
}

.reserved[data-element-id] {
  position: static !important;
}

.reserved .reserv-button {
	width: 222px;
	position: relative;
	z-index:1;
}

.reserved .reserv-salon {
	width: 145px;
	position: absolute;
  top: 0;
  left: 0;
  z-index:0;
  -webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.reserved .reserv-tel {
	width: 141px;
	position: absolute;
	top: 0;
  right: 0;
  z-index:0;
  -webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.reserved .reserv-cafe {
	width: 135px;
	position: absolute;
	top: 0;
  right: 0;
  z-index:0;
  -webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.reserved .reserv-salon a,
.reserved .reserv-tel a,
.reserved .reserv-cafe a {
	width: 100%;
	height: 100%;
	display: block;
}

.link-box {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.link-box.active {
  opacity: 1;
}

.link-box.active .reserv-salon {
	top: -125px;
  left: -45px;
}

.link-box.active .reserv-tel {
	top: -115px;
  right: -47px;
}

.link-box.active .reserv-cafe {
	top: -20px;
  right: -150px;
}


.reserved[data-element-id] .link-box {
  display: block;
  height: 160px;
}

.reserved[data-element-id] .reserv-salon {
	position: relative;
	left: 180px;
}
.reserved[data-element-id] .reserv-tel {
  right: -7px;
}
.reserved[data-element-id] .reserv-cafe {
  top: -226px;
  right: -150px;
}

.reserved[data-element-id] .reserv-tel {
	position: relative;
}

.reserved[data-element-id] .reserv-cafe {
	position: relative;
}

.sp-reserved {
	display: none;
}

	.sp-reserved[data-element-id] {
	  display: block;
}
	.sp-reserved[data-element-id] p {
	  display: none;
}

@media only screen and (max-width: 1024px) {
  	.reserved {
		display: none;
	}

	.sp-reserved {
		display: block;
		width: 80px;
		position: fixed;
		right: 2%;
		bottom: 2%;
		z-index: 10;
	}

	.sp-reserved li {
		width: 100%;
		margin-bottom: 15px;
	}

	.sp-reserved li .pic {
		width: 60%;
		margin: 0 auto;
	}

	.sp-reserved li p {
		font-family: 'Lora',
			serif;
		font-weight: bold;
		text-align: center;
		line-height: 15px;
		;
	}

	.sp-reserved li span {
		font-family: Mamelon;
		line-height: 0;
		font-size: 11px;
	}

	.sp-reserved li a {
		width: 100%;
		height: 100%;
		color: #fff;
		text-align: center;
		font-size: 20px;
		display: block;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #000;
		border-radius: 50%;
		-webkit-box-shadow: 0px 0px 6px 3px #c7c7c7;
		box-shadow: 0px 0px 6px 3px #c7c7c7;
	}

	.sp-reserved li.sp-reserv-salon a {
		background: #b1c0db;
	}

	.sp-reserved li.sp-reserv-salon span {
		color: #6a81a9;
	}

	.sp-reserved li.sp-reserv-tel a {
		background: #c5d1e7;
	}

	.sp-reserved li.sp-reserv-tel span {
		color: #7e8f99;
	}

	.sp-reserved li.sp-reserv-cafe a {
		background: #dfe7f7;
	}

	.sp-reserved li.sp-reserv-cafe span {
		color: #837979;
	}

}
@media only screen and (max-width: 599px) {
  	.sp-reserved {
		width: 100%;
		bottom: 0;
		right: 0;
		-webkit-box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.4);
		box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.4);
	}

	.sp-reserved .flexb {
		max-width: none;
	}

	.sp-reserved ul li {
		width: calc(100% / 3);
		margin-bottom: 0;
	}

	.sp-reserved ul li a {
		border-radius: 0;
		-webkit-border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.sp-reserved li .pic {
		width: 30%;
	}

}

/*予約ここまで*/
/*トップニュース*/

h5 {
	font-family: 'Lora',
		serif;
	font-size: 17px;
	width: 100px;
	margin: 0;
	padding: 0;
}

.top-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.top-news .box {
    width: 100%;
    padding-left: 40%;
}

.top-news h5 {
	font-family: 'Lora',
		serif;
	font-size: 17px;
	margin: 0;
  position: relative;
	padding-left: 15px;
}

.top-news h5:after {
	content: "";
	background: #bac5d7;
	width: 3px;
	height: 16px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.top-news dl {
	width: calc(100% - 100px);
}

.top-news dl dt {
	font-size: 15px;
	display: inline-block;
	width: 90px;
}

.top-news dl dd {
	display: inline-block;
	margin-left: 10px;
	    margin-left: 10px;
    width: calc(100% - 100px);
}

@media only screen and (max-width: 1024px) {
  .top-news .box {
    padding-left: 20%;
}

}

@media only screen and (max-width: 599px) {
	h3 {
		font-size: 28px;
	}
	  .top-news .box {
    padding-left: 0;
}
.top-news dl dt {
  width: 100%;
}
.top-news dl dd {
  width: 100%;
  margin-left: 0;
}

}

/*トップニュースここまで*/

/*トップコンセプト*/
.top-concept {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-bottom: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top-concept .pic {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -9999;
}

.top-concept dl {
	margin-bottom: 60px;
}

.top-concept dt {
	text-align: center;
	margin-bottom: 40px;
}

.top-concept dd {
	text-align: center;
	line-height: 30px;
}


@media only screen and (max-width: 1024px) {
	.top-concept {
		margin-top: 0;
	}

}

@media only screen and (max-width: 599px) {
	.top-concept .pic {
		width: 98%;
	}

}

/*トップコンセプトここまで*/
/*サロンイメージ*/
.top-salon .imgbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.top-salon .imgbox div {
	margin-bottom: 1%;
}

.top-salon .imgbox .box01 {
	width: 28%;
}

.top-salon .imgbox .box02 {
	width: 19%;
}

.top-salon .imgbox .box03 {
	width: 24%;
}


/*サロンイメージここまで*/

/*トップギャラリー*/
.top-gallery .button {
	margin-top: 80px;
}
.top-gallery button.slick-prev {
    left: 366px;
    top: 104%;
    z-index: 5;
}
.top-gallery button.slick-next {
    right: 366px;
    top: 104%;
    z-index: 5;
}
.top-gallery button.slick-prev:before {
  content: "\f104";
  font-family: fontawesome;
}
.top-gallery button.slick-next:before {
  content: "\f105";
  font-family: fontawesome;
}

.top-gallery[data-element-id] ul li:nth-of-type(n+3) {
  display: none;
}

/*トップギャラリーここまで*/

/*トップスタッフ*/
.top-staff .pic span {
	border-radius: 50%;
}

.top-staff dl {
	margin-top: 20px;
}

.top-staff li dt,
.Heading01 {
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.top-staff dt:after,
.Heading01:after {
	content: "";
	position: absolute;
	width: 23px;
	height: 3px;
	border-radius: 2px;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #b1c0db;
}

.top-staff dd {
	text-align: center;
}

.top-staff dd.tex {
	margin-top: 20px;
}

.top-staff .staff-img {
  width: 70%;
  margin: 0 auto 80px;
}

@media only screen and (max-width: 1024px) {
  .top-gallery button.slick-prev {
    left: -5px;
    top: 50%;
    transform: translateX(-50%);}
.top-gallery button.slick-next {
    right: -25px;
    top: 50%;
    transform: translateX(-50%);}
}

@media only screen and (max-width: 599px) {}


/*トップスタッフここまで*/

/*トップブログ*/
.top-blog dt.category span {
	display: inline-block;
	font-size: 10px;
	background: #6b89bc;
	margin-bottom: 10px;
	padding: 2px 15px;
	color: #fff;
	margin-right: 5px;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.top-blog .pic {
		width: 100%;
	}
}

/*トップブログここまで*/

/*トップネイルブック*/
.top-nailbook .tex,
.specialmenu .tex {
	margin: 20px 0 50px;
	line-height: 28px;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/*トップネイルブックここまで*/

/*トップカフェ*/
.top-caffebox {
  margin: 50px 0;
}
.top-caffe {
	width: 100%;
	position: relative;
}

.top-caffe:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
	background: -webkit-linear-gradient(225deg,
		rgba(255, 255, 255, 1),
		rgba(255, 255, 255, 0.9) 30%,
		rgba(255, 255, 0, 0));
	background: linear-gradient(225deg,
		rgba(255, 255, 255, 1),
		rgba(255, 255, 255, 0.9) 30%,
		rgba(255, 255, 0, 0));
}

.top-caffe[data-element-id]:after {
  content: none;
}

.top-caffein {
      position: absolute;
    z-index: 5;
    width: 100%;
    top: 0;
    right: 0;
}

.top-caffein .inner {
	padding: 10% 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top-caffein .inner .tex {
	text-align: center;
}

.top-caffein .w50[data-element-id] {
  background: #fff;
}

.specialmenu h4 {
	margin-top: 10%;
}

.cafe-Insta {
	padding-bottom: 80px;
}

.cafe-Insta h4 {
	margin-bottom: 30px;
}

.cafe-Insta ul {
	margin-bottom: 30px;
}

.cafe-Insta ul li:hover {
	opacity: 0.7;
}

.caffe-bg {
	background: url(/import/tenant_1/160.16.212.16/html/images/index/cafe_back.png) no-repeat;
	width: 100%;
	background-size: cover;
}


@media only screen and (max-width: 1024px) {
  .top-caffein .inner {
    padding-top: 5%;
  }
}

@media only screen and (max-width: 599px) {
	.top-caffe {
		background-size: contain;
		background-position: bottom;
}
.top-caffebox {
  margin: 30px 0;
}
.top-caffe:after {
  content: none;
}

	.top-caffein {
	  position: relative;
	}

}

/*トップカフェここまで*/
/* ##### トップここまで ##### */

/* ##### 下層ページ共通 ##### */
h2 {
	font-family: 'Lora',
		serif;
	color: #6b82aa;
	font-weight: bold;
	position: relative;
}

h2 span {
	color: #6b82aa;
	font-family: Mamelon;
	position: absolute;
	right: 0;
	bottom: 0;
}

h3 span {
	display: block;
	text-align: center;
	font-size: 16px;
	font-family: "游明朝",
		"YuMincho",
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"HG明朝",
		"Sawarabi Mincho",
		serif;
	line-height: 20px;
	color: #9d9d9d;
}

.content .tex {
	line-height: 28px;
}

/* ##### 下層ページ共通ここまで ##### */
/*ブログ*/
.blogbox {
	margin-bottom: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: #b1c0db solid 1px;
}

.blogbox dl {
	margin-bottom: 30px;
}

.blogbox dt {
	position: relative;
}

.blogbox dt span {
	color: #9d9d9d;
	letter-spacing: 1px;
}

.blogbox dt strong {
	position: absolute;
	right: 0;
	bottom: -10px;
}

.blogbox dt strong span,
.recomend li.rec-category span {
	display: inline-block;
	background: #b1c0db;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 2px 20px;
	color: #fff;
	margin-left: 20px;
	margin-left: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blogbox dt strong span .その他,
.recomend li.rec-category span .その他 {
	background: #a0a0a0;
}

.blogbox dd.b-tit {
	position: relative;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 20px;
}

.blogbox dd.b-tit:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #b1c0db;
}

.blog-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.blog .blogbox .button {
	margin: 0;
	width: 40%;
}
.blog-more .button a {
      padding: 10px 50px;
}

.blog-side {
	width: 25%;
}

.blog-side dl {
	margin-bottom: 80px;
}

.blog-side dt,
.recomend h3 {
	text-align: center;
	font-weight: bold;
	font-family: 'Lora',
		serif;
	position: relative;
	font-size: 19px;
	margin-bottom: 30px;
}

.blog-side dt span,
.recomend h3 span {
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: Mamelon;
}

.blog-side dt:after,
.recomend h3:after {
	content: "";
	position: absolute;
	width: 23px;
	height: 3px;
	background: #b1c0db;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.blog-side dd {
	padding: 5px 0px 5px 25px;
	font-family: "游ゴシック",
		YuGothic,
		Hiragino Sans,
		"ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic Pro",
		Hiragino Kaku Gothic ProN,
		"メイリオ",
		Meiryo,
		'ＭＳ Ｐゴシック',
		sans-serif
}

.blog-side dd span {
	position: relative;
}

.blog-side dd a {
	display: block;
	color: #9d9d9d;

}

.blog-side dd span:after {
	content: '\f105';
	font-size: 12px;
	position: absolute;
	color: #a2aab8;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -15px;
	font-family: fontawesome;
}

/*ページャー*/
.pagenav {
	padding-top: 30px;
}

.pagenav li {
	display: inline-block !important;
	margin: 0 5px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #b1c0db;
	overflow: hidden;
	border: none;
}

.pagenav li a {
	color: #b1c0db;
	display: inline-block !important;
	width: 40px;
	line-height: 40px;
	padding: 0;
}

.pagenav li.button-on:before {
	background-color: #b1c0db;
}

.pagenav li a:hover {
	color: #fff;
}

.pagenav li.prev a {
	text-align: right;
	font-size: 20px;
}

.pagenav li.next a {
	text-align: left;
	font-size: 20px;
}

.pagenav li.prev a:hover,
.pagenav li.next a:hover {
	color: #b1c0db;
	opacity: 0.5;
}

.back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

/*ニュース*/

.news .blogbox dt {
	margin-bottom: 10px;
}

.news .blogbox dd {
	margin-bottom: 10px;
}

.news .blogbox .news-tex {
	margin-bottom: 30px;
}

.news-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.news .blogbox .button {
	margin: 0;
	width: 40%;
}
.news-more .button a {
      padding: 10px 50px;
}

/*レコメンド*/
.recomend {
	margin-top: 80px;
}

.recomend h3 {
	font-size: 27px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.recomend h3 span {
	color: #484848;
}

.recomend ul {
	padding-right: 4%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: #b1c0db solid 1px;
}

.recomend ul:last-child {
	border-right: none;
}

.recomend li {
	margin-bottom: 10px;
}

.recomend li.rec-category span:first-child {
	margin-left: 0;
}

.recomend li.rec-more .button {
	max-width: 100%;
	margin: 0;
	width: 100%;
}


@media only screen and (max-width: 1024px) {
	.blog-main {
		width: 98%;
	}

	.blog-side {
		width: 98%;
		margin-top: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.blog-side dl {
		width: 40%;
	}

	.blog-side dd {
		text-align: center;
	}

	.recomend ul:nth-of-type(2) {
		border-right: transparent;
	}
		.blog .blogbox .button {
	width: 50%;
}
.news .blogbox .button {
	width: 50%;
}
}

@media only screen and (max-width: 599px) {
	.blogbox .w70 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin-top: 30px;
	}

	.blogbox .pic {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.blog .blogbox .button,
	.news .blogbox .button {
		margin: 0 auto;
	}

	.blog-side {
		display: block;
	}

	.blog-side dl {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 30px;
	}

	.news .blogbox dl {
		margin-bottom: 20px;
	}

	.recomend ul {
		padding-right: 0;
		border-bottom: #b1c0db solid 1px;
		padding-bottom: 20px;
	}

	.recomend ul:first-of-type {
		border-right: transparent;
	}
			.blog .blogbox .button {
	width: 80%;
}
.news .blogbox .button {
	width: 80%;
}

}


/*ブログここまで*/

/*コンセプト＆こだわり*/
.pagebox01 .w48 {
	margin-left: 30px;
}

.pagebox01 .tex {
	position: relative;
}

.pagebox01 .tex:after {
	position: absolute;
	content: "";
	background: #f7f9fb;
	width: 430px;
	height: 430px;
	top: -60px;
	left: 60px;
	z-index: -1;
}

.promise {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.promise li {
  width: 30%;
	position: relative;
}

.promise li {
  position: relative;
}

.promise li:before {
  content: "";
    display: block;
    padding-top: 100%;
}

.js-morphing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.promise li .text {
	width: 70%;
	height: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	--moz-border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	z-index: 1;
}

.promise li canvas {
	width: 300px;
	height: 300px;
}

.sidebysid {
	position: relative;
	margin-top: 80px;
}

.sidebysid .frame01,
.sidebysid .frame02,
.sidebysid .frame03,
.sidebysid .frame04 {
	width: 43px;
	height: 43px;
	position: absolute;
}

.sidebysid .frame01 {
	top: 0;
	left: 0;
}

.sidebysid .frame02 {
	left: 0;
	bottom: 0;
}

.sidebysid .frame03 {
	top: 0;
	right: 0;
}

.sidebysid .frame04 {
	right: 0;
	bottom: 0;
}

.sidebysid-in {
	width: 80%;
	margin: 0 auto;
}

.sidebysid-in h4 {
	color: #6b82aa;
	margin-top: 20px;
}

.concept-important {
	margin: 80px 0;
	position: relative;
	padding: 50px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.concept-important:after {
	position: absolute;
	content: "";
	background: #f7f9fb;
	left: 0;
	top: 0;
	width: 80%;
	height: 100%;
	z-index: -1;
}

.inbox01,
.inbox02 {
	margin-left: calc(50% - 500px);
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inbox01 h3 {
	text-align: left;
}

.inbox01 h3 span {
	text-align: left;
	padding-left: 20px;
}

.inbox02 {
	margin-top: 20px;
}

.inbox02 .tex {
	margin-right: 50px;
}

@media only screen and (max-width: 1024px) {
	.promise {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.promise li {
	  width: 40%;
		margin: 10px;
	}

	.inbox01,
	.inbox02 {
		width: 90%;
		margin: 0 auto;
	}

	.inbox01 div,
	.inbox02 div {
		width: 100%;
		margin: 0 auto;
	}

	.inbox01 h3 {
		text-align: center;
	}

	.inbox01 h3 span {
		text-align: center;
		padding: 0;
	}

	.inbox01 h4 {
		text-align: center;
	}

	.inbox01 p,
	.inbox02 p {
		width: 80%;
		margin: 0 auto;
	}

	.inbox02 .tex {
		margin: 0 auto;
		padding: 50px 0 20px;
	}

}

@media only screen and (max-width: 599px) {
	.sidebysid-in .pic {
		width: 100%;
	}
	
		.promise li {
	  width: 77%;
	}
	
	.promise canvas {
	  max-width: 100%;
	  max-height: 100%;
	  border-radius: 100%;
	}

}

/*コンセプト＆こだわりここまで*/
/*メニュー*/
.menu-Heading {
	font-size: 34px;
	color: #b1c0db;
	margin-bottom: 30px;
}

.menubox {
	border-top: solid 1px #484848;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 80px;
}

.menubox h4 {
	font-size: 34px;
	font-family: 'Dancing Script',
		cursive;
	font-weight: bold;
}

.menubox h4 span {
	position: relative;
}

.menubox h4 span.hasami:after {
	position: absolute;
	content: "";
	width: 55px;
	height: 52px;
	right: -65px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/import/tenant_1/160.16.212.16/html/images/menu/hasami.png) no-repeat;
}

.menubox h4 span.manicure:after {
	position: absolute;
	content: "";
	width: 27px;
	height: 53px;
	right: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/import/tenant_1/160.16.212.16/html/images/menu/manicure.png) no-repeat;
}

.menubox dl {
	padding: 10px 0;
	border-bottom: #ede8e8 solid 1px;
}

.menubox dd {
	text-align: right;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/*メニューここまで*/
/*スタッフ*/
.gallery-box[data-element-id] .inner .gr322:nth-of-type(n+10) {
  display: none;
}

.gallery-box .inner .gr322 a:hover {
	opacity: 1;
}

.gallery-box .inner a img {
	-webkit-transition: 0.5s linear;
	transition: 0.5s linear;
}

.gallery-box .inner a:hover img {
	opacity: 0.5;
}

.gallery-box .inner a:hover .pic {
	background-color: #6b82aa;
}

.gallery-box .box {
	display: block;
}

.gallery-box .box .box-in {
	position: relative;
}

.gallery-box .box div.pic {
	position: relative;
	overflow: hidden;
}

[data-element-id] .gallery-box div.pic .linewrap {
	display: none;
}

.gallery-box div.pic .linewrap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	z-index: 10;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}

.gallery-box .inner a:hover .linewrap {
	opacity: 1;
}

.gallery-box div.pic .linewrap:hover {
	opacity: 1;
}

.gallery-box div.pic .lineinn {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.gallery-box div.pic .line {
	position: absolute;
	background-color: #fff;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.gallery-box div.pic .line-top,
.gallery-box div.pic .line-bottom {
	width: 0;
	height: 1px;
}

.gallery-box div.pic .line-left,
.gallery-box div.pic .line-right {
	height: 0;
	width: 1px;
}

.gallery-box div.pic:hover .line-top,
.gallery-box div.pic:hover .line-bottom {
	width: 100%;
	height: 1px;
}

.gallery-box div.pic:hover .line-left,
.gallery-box div.pic:hover .line-right {
	height: 100%;
	width: 1px;
}

.gallery-box div.pic .line-top {
	top: 0;
	left: 0;
}

.gallery-box div.pic .line-right {
	top: 0;
	right: 0;
}

.gallery-box div.pic .line-bottom {
	right: 0;
	bottom: 0;
}

.gallery-box div.pic .line-left {
	bottom: 0;
	left: 0;
}

.gallery-box div.pic .lusitana {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.gallery-box div.pic .more-next:after {
	right: 75px;
}

.gallery-box dt {
	font-family: 'Lora',
		serif;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-box dd {
	text-align: center;
}

/*詳細ページ*/
.data01 dt {
	font-weight: bold;
	color: #b1c0db;
	padding-bottom: 5px;
	border-bottom: solid 1px #484848;
}

.data01 dd {
	padding-bottom: 20px;
	position: relative;
}

.data01 dd span {
	position: absolute;
	right: 0;
	bottom: 15px;
}

.staff_detail .box {
	margin: 50px 0 80px;
}


.data01 dl {
	margin-top: 50px;
}

.data02 {
	padding: 10px 0;
	border-bottom: #ede8e8 solid 1px;
}

.data02 dd {
	text-align: right;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.data01 {
		margin-top: 30px;
	}

	.gallery-box .inner .pic {
		width: 100%;
	}
}

/*スタッフここまで*/

/*スタイル*/

.styleCategory li a {
	font-family: 'Dancing Script',
		cursive;
	color: #b1c0db;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.style .gallery-box div.pic .lusitana {
	line-height: 30px;
}

.style_detail h4,
.nailRecommend h4,
.product_detail h4 {
	text-align: center;
	font-family: 'Dancing Script',
		cursive;
	color: #b1c0db;
}

.styleOverview {
	margin-bottom: 50px;
}

.styleOverview h4 {
	text-align: left;
}

.style_detail .data01 dt {
	font-weight: bold;
	color: #595959;
	padding-bottom: 5px;
	border-bottom: none;
}

.style_detail .data01 dd {
	padding-bottom: 20px;
}

.style_detail .box {
	margin: 50px 0 80px;
}


.style_detail .data01 dl {
	margin-top: 50px;
}

.style_detail .data02 {
	display: block;
	width: 100%;
	border-bottom: none;
}

.style_detail .data02 dt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	border-bottom: #b1c0db solid 1px;
	font-weight: bold;
}

.style_detail .data02 dd {
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;

}

@media only screen and (max-width: 1024px) {
	.styleOverview {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 599px) {}

/*スタイルここまで*/
/*ネイル*/

.nailOverview {
	margin-bottom: 50px;
}

.nailOverview .w50 {
	position: relative;
}

.nail_detail .data01 {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.nail_detail .data01 dt {
	font-weight: bold;
	color: #595959;
	padding-bottom: 30px;
	border-bottom: none;
}

.nail_detail .data01 dd {
	text-align: right;
	padding-bottom: 10px;
}

.nailRecommend div.pic .more-next:after {
	right: 45px;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.nail_detail .data01 {
		position: relative;
	}
}

/*ネイルここまで*/
/*商品*/

.product .gallery-box dt {
	text-align: left;
}

.product .gallery-box dd {
	text-align: right;
}

.styleRecommend .tex {
	margin-top: 10px;
}

.productOverview {
	margin-bottom: 50px;
}

.product_detail .data01 {
	margin-top: 15%;
}

.product_detail .data01 dt {
	font-weight: bold;
	color: #595959;
	padding-bottom: 5px;
	border-bottom: none;
}

.product_detail .data01 dd {
	padding-bottom: 50px;
	text-align: right;
}


@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/*商品ここまで*/

/*ssss*/
@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/*sssここまで*/
/*カフェ*/

.cafe h6 {
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Lora',
		serif;
	font-weight: bold;
}

.cafe h6 span {
	display: inline-block;
	position: relative;
	font-size: 28px;
	color: #6b82aa;
}

.cafe h6 span:after {
	content: "";
	position: absolute;
	left: -80px;
	top: 0;
	background: url(/import/tenant_1/160.16.212.16/html/images/caffe/migi.png) no-repeat;
	width: 66px;
	height: 25px;
}

.cafe h6 span:before {
	content: "";
	position: absolute;
	right: -80px;
	top: 0;
	background: url(/import/tenant_1/160.16.212.16/html/images/caffe/hidari.png) no-repeat;
	width: 66px;
	height: 25px;
}

.cafe-concept {
	margin-top: 30px;
	border-bottom: #b1c0db solid 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 80px;
}

.cafestaff-box dt {
	margin-bottom: 20px;
}

#cafemenu .recomend {
	margin-top: 0;
	margin-bottom: 50px;
}

#cafemenu dd.cafe-plice {
	text-align: right;
	margin-bottom: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.cafemenubox {
	margin-bottom: 80px;
}

.cafeslider li.slick-slide:not(.slick-center) {
	-webkit-filter: opacity(70%);
	-moz-filter: opacity(70%);
	-o-filter: opacity(70%);
	-ms-filter: opacity(70%);
	filter: opacity(70%);
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.cafemenubox button.slick-prev {
	background: url(/import/tenant_1/160.16.212.16/html/images/caffe/PREV.png) no-repeat;
	border: none;
	text-indent: -999rem;
	width: 6rem;
	height: 1.6rem;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -40px;
	margin: auto;
	outline: none;
	z-index: 1;
}

.cafemenubox button.slick-next {
	background: url(/import/tenant_1/160.16.212.16/html/images/caffe/PREV.png) no-repeat;
	border: none;
	text-indent: -999rem;
	width: 6rem;
	height: 1.6rem;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -40px;
	;
	-webkit-transform: rotate(176deg);
	-ms-transform: rotate(176deg);
	transform: rotate(176deg);
	margin: auto;
	outline: none;
	z-index: 1;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.cafestaff-box dl {
		margin-top: 30px;
	}

	.cafemenubox button.slick-prev {
		left: 0;
	}

	.cafemenubox button.slick-next {
		right: 0;
	}
}

/*カフェここまで*/
/*カット・トリートメント*/
.commitment-tex {
	margin-bottom: 30px;
	margin-right: auto;
}

.commitment-tex dt,
.hairstyle dt,
.features dt,
.cafe-concept dt {
	color: #6b82aa;
	font-size: 21px;
	margin-bottom: 20px;
}

.commitment-img {
	margin-left: auto;
}

.hairstyle dl {
	margin-top: 30px;
}

.hairstyle-iteme {
	margin-top: 50px;
}

.hairstyle-iteme dl:nth-of-type(odd) {
	border-right: #b1c0db solid 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}

.hairstyle-iteme dl:last-of-type {
	border-right: transparent;
}

.hairstyle-iteme dt {
	float: left;
	width: 150px;
}

.hairstyle-iteme dd {
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	display: block;
	width: calc(100% - 150px);
}

.features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.features .pic {
	margin-top: 30px;
	margin-left: auto;
}

.features-iteme {
	margin-top: 50px;
}

.features-iteme dl {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: #b1c0db solid 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.features-iteme dl:last-of-type {
	border-bottom: transparent;
}

.features-iteme dt {
	width: 250px;
	float: left;
}

.features-iteme dd {
	float: right;
	width: calc(100% - 250px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}

.features-iteme dd.f-tit {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.features-iteme dd.f-tit:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 3px;
	background: #b1c0db;
	left: 20px;
	bottom: 0;
}

@media only screen and (max-width: 1024px) {
	.hairstyle-iteme dl:nth-of-type(odd) {
		border-right: transparent;
	}

	.hairstyle-iteme dl {
		border-bottom: #b1c0db solid 1px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-bottom: 20px;
	}

	.hairstyle-iteme dl:last-of-type {
		border-bottom: transparent;
	}
}

@media only screen and (max-width: 599px) {

	.features-iteme dt,
	.hairstyle-iteme dt {
		float: none;
		margin: 0 auto;
	}

	.features-iteme dd,
	.hairstyle-iteme dd {
		float: none;
		width: 98%;
		padding-left: 0;
	}

	.features-iteme dd.f-tit,
	.hairstyle-iteme dd:first-of-type {
		margin-top: 20px;
	}
.features-iteme dd.f-tit:after {
  left: 0;
}

}

/*カット・トリートメントここまで*/

/*お客様の声*/
.voicebox {
	padding-bottom: 20px;
	border-bottom: #b1c0db solid 1px;
	margin-bottom: 20px;
}

.datebox {
	width: 200px;
	margin-right: 30px;
}

.datebox div {
	background: #b1c0db;
	padding: 15px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.datebox p,
.datebox span {
	color: #fff;
}

.datebox .d-week {
	font-size: 19px;
	text-align: center;
}

.datebox .day {
	font-size: 73px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
}

.datebox .monthly,
.datebox .year {
	font-size: 19px;
}

.my-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.v-coment {
	width: calc(100% - 230px);
}

.v-coment dt {
	font-size: 29px;
	line-height: 29px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.v-coment {
		width: 100%;
		margin-top: 30px;
	}
	.datebox {
	  margin: 0 auto;
	}
}

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

/*サロンインフォ*/
.saloninfo h5 {
	font-size: 27px;
	font-family: 'Dancing Script',
		cursive;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}

.saloninfo h5:after {
	content: "";
	position: absolute;
	background: #b1c0db;
	width: 70%;
	height: 3px;
	left: 0;
	bottom: 0;
}

.saloninfo .box {
	max-width: 95%;
}

.saloninfo .salonbox {
	margin-bottom: 50px;
}

.info-data dt {
	width: 100px;
	font-size: 15px;
	padding: 5px 0;
}

.info-data dd {
	width: calc(100% - 100px);
	padding: 5px 0;
}

.saloninfo .access-txt-wrap {
  margin: 6% auto;
}

.saloninfo .access-txt-wrap h4{
  position: relative;
  font-size: 18px;
  margin: 0 auto 3%;
  text-align: center;
}
.saloninfo .access-txt-wrap h4:after{
  content: "";
    position: absolute;
    background: #b1c0db;
    width: 70px;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-50%);
    margin-bottom: -5px;
}

.saloninfo .access-txt-wrap .access-txt{
  width: 80%;
  margin: auto;
  
}


.accessbox {
	margin-top: 50px;
}

.accessbox .tex {
	margin-top: 15px;
}

.qa-list {
	margin-bottom: 30px;
}

.qa-q {
	font-family: 'Dancing Script',
		cursive;
	font-size: 35px;
	font-weight: bold;
	color: #778cb0;
	margin-right: 10px;

}

.qa-list dt {
	font-size: 24px;
	-webkit-box-sizing: border-box;
	position: relative;
	color: #778cb0;
}

.qa-list dt:hover {
	cursor: pointer;
}

.qa-list dd {
	font-size: 14px;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
	.infobox {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin-top: 50px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.infobox .box {
		width: 48%;
	}

	.info-img {
		margin: 0 auto;
	}

	.info-data {
		margin-bottom: 10px;
	}

	.info-data dt {
		width: 100%;
		padding: 0;
	}

	.info-data dd {
		width: 100%
	}
}

@media only screen and (max-width: 599px) {
	.infobox {
		display: block;
	}

	.infobox .box {
		width: 80%;
		margin: 0 auto;
	}

	.info-data dt {
		width: 90px;
		padding: 5px 0;
	}

	.info-data dd {
		width: calc(100% - 90px);
	}

	.saloninfo .salonbox {
		margin-bottom: 50px;
	}

	.qa-q {
		font-size: 24px;


	}

	.qa-list dt {
		font-size: 18px;
	}
}

/*サロンインフォここまで*/
/*アイラッシュ*/
.koe-box {
	border-bottom: solid 1px #b1c0db;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.eye-type dt {
	padding-bottom: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
	font-size: 19px;
}

.eye-type dt:after {
	content: "";
	position: absolute;
	background: #b1c0db;
	width: 400px;
	height: 3px;
	left: 0;
	bottom: 0;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.eye-type {
		margin-top: 30px;
	}

	.eyelash .box .tex {
		margin: 20px 0;
	}
}

/*アイラッシュここまで*/
}
