@charset "UTF-8";
/************************************
 base set
***********************************/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
	margin: 0px;
	padding: 0px;
}

li,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

body {
	text-align: center;
	font-size: 10px;
	font-size: 62.5%;
	color: #9e7045;
}

table,
a img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

/* link
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

a {
	text-decoration: none;
	color: #9e7045;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	filter: Alpha(opacity=75);
	opacity: 0.75;
}

/* clearfix
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

.clear:after {
	content: "";
	clear: both;
	display: block;
}

*+html .clear {
	/* for ie7 */
	display: inline-block;
}

* html .clear {
	/* for ie6 */
	height: 1%;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
 アンチエイジング
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

#page-top {
	height: 80px;
	width: 80px;
	position: fixed;
	right: 0;
	bottom: 50px;
	background: #000;
	color: #fff;
	cursor: pointer;
	z-index: 300;
}

.wrapper {
	/* width: 1200px; */
	margin: 0 auto;
	background: #fff;
}

/* headerArea
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

.headerArea {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
}

.headerArea .logo {
	float: left;
}

.headerArea img {
	vertical-align: top;
}

.headerArea .btn {
	float: right;
	margin-top: 9px;
}

/* footerArea
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

.footerArea {
	background: #03cef9;
	color: #fff;
	line-height: 1;
	padding: 10px 0;
	margin-top: 50px;
}

#page-top.v2 {
	bottom: 100px;
}
.footerArea.v2 {
	padding-bottom: 110px;

}
.btn_reserve_pc {
	background: #fffef4;
	padding: 12px 0 13px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}



/* contents
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

.contents {
	text-align: center;
}

.contents img {
	display: block;
	margin: auto;
}

.contents p {
	font-size: 1.4em;
	text-align: center;
}

/* shop
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

.shop {
	/*background: url(../images/shop_back.jpg) no-repeat center 0;*/
	min-height: 292px;
	overflow: hidden;
	padding: 40px 150px 0;
	margin: 0 auto;
}

.shop .data {
	float: left;
	width: 560px;
}

.shop .data th,
.shop .data td {
	padding: 10px 5px;
	border-top: 1px solid #fdcfe4;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	vertical-align: baseline;
	letter-spacing: 1px;
}

.shop .data tr:first-child th,
.shop .data tr:first-child td {
	border-top: none;
}

.shop .data th {
	color: #bfb456;
	width: 100px;
}

.shop .data td.name,
.shop .data td.tel {
	color: #d51b14;
	font-size: 18px;
}

.shop .map {
	float: right;
	border: 1px solid #fdcfe4;
	border-radius: 4px;
	padding: 19px;
	margin-top: 10px;
}

@media screen and (min-width: 641px) {
	.pcOnly {
		display: block !important;
	}
	.spOnly {
		display: none !important;
	}
	/* headerArea
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
	.headerArea .shopName {
		display: inline-block;
		margin-left: 33px;
		margin-top: 36px;
		color: #e61874;
		font-size: 1.3em;
	}
	/* contact
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
	.contact {
		position: relative;
		width: 900px;
		margin: 0 auto;
	}
	.contact .btn {
		position: absolute;
		bottom: 50px;
		left: 275px;
		width: 62%;
	}
	.contact.excitement .btn {
		bottom: 77px;
	}
	.contact01 .btn {
		left: 167px;
		top: 18px;
	}
	.contact02 .btn {
		left: 100px;
		top: 300px;
	}
	/*　2015/10/02追加　*/
	.contact .btn_top {
		position: absolute;
		bottom: 112px;
		left: 310px;
		width: 62%;
	}
	/**20150131 追加**/
	/* salonList, shop
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
	.shop,
	.salonList {
		width: 900px;
		margin: 0 auto 30px;
	}
	.salonList .block {
		float: left;
		width: 290px;
		margin-left: 10px;
	}
	.salonList .block h3 img {
		margin: 0;
	}
	.salonList .block ul {
		margin-top: 18px;
		margin-bottom: 42px;
	}
	.salonList .block li {
		list-style: none;
		font-size: 15px;
		line-height: 1.4;
		margin-top: 9px;
	}
	/* lastContact
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
	.lastContact {
		position: relative;
		width: 1200px;
		margin: auto;
	}
	.lastContact .btn {
		margin-left: -420px;
		margin-left: 200px\9;
		/* IE10以下 */
		position: absolute;
		top: 80px;
		width: 70%;
		left: 50%;
	}
	@media all and (-ms-high-contrast:none) {
		*::-ms-backdrop,
		.lastContact .btn {
			left: 50%;
		}
		/* IE11 */
	}
}

@media screen and (max-width: 640px) {
	.pcOnly {
		display: none !important;
	}
	.spOnly {
		display: block !important;
	}
	.headerArea,
	.wrapper,
	.contact,
	.lastContact {
		width: 100%;
	}
	.wrapper {
		position: relative;
	}
	img {
		max-width: 100%;
	}
	.text {
		margin: 40px 3% 0;
	}
	.footerArea {
		margin-top: 80px;
	}
	#reserveBtn {
		position: fixed;
		bottom: 10px;
		width: 100%;
		z-index: 200;
	}
	#reserveBtn img {
		width: 88%;
		margin: auto;
	}

	.footerArea.v2 {
		padding-bottom: calc(10px + (100 / 640 * 100%));

	}
	.btn_reserve_pc {
		background: #fffef4;
		padding: 12px 0 13px;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.wrap_btn_reserve {
		background: #fffef4;
		padding: 2% 0 1%;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.wrap_btn_reserve .btn_reserve_all {
		display: inline-block;
		margin: 0 1.17%;
	}
	.btn_reserve_sp {
		width: 56.72%;
	}
	.btn_reserve_tel {
		width: 35.47%;
	}



	/* headerArea
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
	.headerArea {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 1% 0 3%;
	}
	.headerArea .logo {
		position: relative;
		width: 48%;
		text-align: left;
	}
	.headerArea .logo img {
		width: 60%;
		height: auto;
	}
	.headerArea .btn {
		width: 52%;
	}
	.headerArea .shopName {
		color: #e61874;
		font-size: 1em;
		line-height: 1;
		position: absolute;
		top: 50%;
		left: 62%;
	}
	/* contact
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
	.contact {
		height: 0;
		padding-top: 20%;
		position: relative;
	}
	.contact img.bg {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.contact .btn {
		display: block;
		width: 88%;
		margin: -29% auto 0;
		position: relative;
		z-index: 100;
	}
	.contact.excitement {
		padding-top: 80%;
	}
	.contact.excitement .btn {
		width: 81%;
		/*margin: -26% auto 0;*/
		margin: -34% auto 0;
	}
	/* lastContact */
	/*
.lastContact{
	height: 0;
	padding-top: 56%;
	position: relative;
}
.lastContact img.bg{
	position: absolute;
	left: 0;
	bottom: -15px;
}
.lastContact .btn{
	display: block;
	width: 88%;
	margin: -38% auto 0;
	position: relative;
	z-index: 100;
}
*/
	/* edit 20170905 start */
	.lastContact {
		position: relative;
		width: 94%;
		margin: auto;
	}
	.lastContact p {
		position: absolute;
		top: 15%;
		text-align: center;
	}
	.lastContact .btn {
		display: block;
		width: 88%;
		margin: 0 auto;
		position: relative;
		z-index: 100;
	}
	/* edit 20170905 end */
	/* salonList
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
	.salonTitle {
		border-top: 1px solid #cc8eaa;
		border-bottom: 1px solid #cc8eaa;
		color: #d51b14;
		text-align: center;
		font-size: 18px;
		font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', "HG明朝E", 'ＭＳ Ｐ明朝', 'MS PMincho', Georgia, Times, Baskerville, Palatino, serif;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fde5f1), to(#fff9fc));
		background: linear-gradient(to bottom, #fde5f1, #fff9fc);
		margin-top: 30px;
	}
	.salonList {
		margin-bottom: 30px;
	}
	.salonList .block {
		width: 100%;
		background: #fff8fb;
	}
	.salonList .block h3 {
		text-align: left;
		margin: 0;
		background: url(../../common/images/common/right_arrow_r.png) no-repeat 98% 50% / auto 40%;
		border-bottom: solid 1px #cc8eaa;
		padding: 18px 10px;
		cursor: pointer;
		text-align: left;
	}
	.salonList .block h3.close {
		background: url(../../common/images/common/contents_nav_btn.png) no-repeat 98% 50% / auto 40%;
	}
	.salonList .block h3 img {
		margin: 0;
		height: 18px;
	}
	.salonList .block ul {
		display: none;
		border-bottom: 1px solid #cc8eaa;
		padding: 10px 10px 18px;
	}
	.salonList .block li {
		font-size: 1.4em;
		padding-top: 8px;
	}
	/* shop
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
	.shop {
		background: none;
		min-height: auto;
		padding: 40px 3%;
	}
	.shop .data {
		float: none;
		width: 100%;
	}
	.shop .data th {
		width: auto;
		white-space: nowrap;
	}
	.shop .map {
		float: none;
	}
	.shop .map img {
		width: 90%;
	}
}

@media print {
	#page-top,
	.spOnly {
		display: none !important;
	}
	.contact {
		position: relative;
		width: 900px;
		margin: auto;
	}
	.contents img {
		vertical-align: bottom;
	}
	.contact .btn {
		position: absolute;
		bottom: 50px;
		left: 290px;
		width: 62%;
	}
	.contact01 .btn {
		left: 200px;
		top: 80px;
	}
	/* lastContact
	----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
	.lastContact {
		position: relative;
		width: 1200px;
		margin: auto;
	}
	.lastContact .btn {
		margin-left: -420px;
		margin-left: 200px\9;
		/* IE10以下 */
		position: absolute;
		top: 90px;
		width: 70%;
	}
	/* salonList
	----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
	.salonList {
		width: 900px;
		margin: 0 auto;
	}
	.salonList .block {
		float: left;
		width: 290px;
		margin-left: 10px;
	}
	.salonList .block h3 img {
		margin: 0;
	}
	.salonList .block ul {
		margin-top: 18px;
		margin-bottom: 42px;
	}
	.salonList .block li {
		list-style: none;
		font-size: 15px;
		line-height: 1.4;
		margin-top: 9px;
	}
}

/* captionBox
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

.captionBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d6cfa0;
	padding: 20px;
	border-radius: 10px;
	width: 800px;
	margin: 20px auto;
}

.captionBox ul {
	font-size: 12px;
	line-height: 1.6;
	list-style: none;
	color: #666;
	width: 85%;
	margin: auto;
}

.captionBox ul a {
	color: #6295df;
}

@media screen and (max-width: 640px) {
	.captionBox {
		width: 96%;
	}
	.captionBox ul {
		width: 100%;
	}
}

/* goldBox
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

.goldBox {
	background: url(../images/gold_bd_bottom.png) no-repeat 50% 100%;
	padding-bottom: 72px;
	text-align: center;
	margin: 40px auto;
}

@media screen and (max-width: 640px) {
	.goldBox {
		background: url(../images/gold_bd_bottom_sp.png) no-repeat 50% 100%;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding-bottom: 10%;
		margin: 30px 3%;
	}
	.goldBox .btn {
		width: 87%;
		margin: auto;
		display: inline-block;
	}
}

/* BACK
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

.bgA,
.bgB,
.bgD,
.excitement_bg,
.flow_bg {
	min-width: 1200px;
}

.bgA {
	background: url(../images/main_a_bg.jpg) no-repeat 50% 0;
}

.bgB {
	background: url(../images/main_b_bg.jpg) no-repeat 50% 0;
}

.bgD {
	background: url(../images/main_hibari-202303_bg.jpg) no-repeat 50% 0;
}

.excitement_bg {
	background: url(../images/excitement_bg.png) 50% 0 no-repeat;
}

.flow_bg {
	background: url(../images/flow_bg.png) 50% 0 no-repeat;
}

.captionBox {
	padding: 15px 75px;
}

.captionBox ul {
	width: 100%;
	color: #9e7045;
}

.captionBox ul a {
	color: inherit;
	text-decoration: underline;
}

.captionBox ul>li {
	line-height: 1.9;
}

/*approach*/

.approach {
	margin-top: 105px;
	margin-bottom: 60px;
	background: url(../images/approach_bg.png) no-repeat;
	-webkit-background-size: 1999px 2005px;
	background-size: 1999px 2005px;
	background-position: center top;
}

.approach .approach_inner {
	width: 900px;
	margin: 0 auto;
	padding: 145px 0 113px;
	text-align: center;
}

.approach .tit {
	margin-bottom: 47px;
}

.approach .content {
	margin-bottom: 95px;
}

.approach .item {
	margin-bottom: 45px;
}

.approach .item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.approach {
		margin-top: 50px;
		margin-bottom: 40px;
		background: url(../images/approach_bg_sp.png) no-repeat;
		-webkit-background-size: 640px 2902px;
		background-size: 640px 2902px;
		background-position: center top;
	}
	.approach .approach_inner {
		width: 96%;
		padding: 25px 2% 40px;
	}
	.approach .tit {
		margin-bottom: 27px;
	}
	.approach .tit img {
		width: 222px;
	}
	.approach .content {
		margin-bottom: 35px;
	}
	.approach .item {
		margin-bottom: 25px;
	}
	.approach .item img {
		width: 100%;
	}
	.captionBox {
		padding: 10px 14px;
	}
	.captionBox ul>li {
		font-size: 10px;
	}
}

/*plan*/

.plan {
	margin-bottom: 100px;
	padding: 60px 0 0;
	text-align: center;
}

.plan .plan_inner {
	width: 937px;
	margin: 0 auto;
}

.plan .tit {
	margin-bottom: 55px;
}

.plan .item {
	margin-bottom: 50px;
}

.plan .item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.plan {
		margin-bottom: 50px;
		padding: 24px 0 0;
		text-align: center;
	}
	.plan .plan_inner {
		width: 96%;
		padding: 0 2%;
	}
	.plan .tit {
		margin-bottom: 6px;
	}
	.plan .tit img {
		width: 236.5px;
	}
	.plan .item {
		margin-bottom: 30px;
	}
}

/* voice */

.voice {
	background: url(../images/voice_bg_pc.png) no-repeat;
	background-size: 100% 100%;
	padding: 155px 0 265px;
	text-align: center;
}

.voice>img {
	max-width: 100%;
}

@media screen and (max-width: 640px) {
	.voice {
		background: url(../images/voice_bg_sp.png) no-repeat;
		background-size: 100% 100%;
		padding: 47px 10px 33px;
	}
}

.shopArea {
	width: 900px;
	margin: 0 auto 35px;
	display: flex;
	justify-content: space-between;
}

.shopArea .img {
	border: 1px solid #d6d09e;
	border-radius: 4px;
	padding: 12px 11px;
	box-sizing: border-box;
}

.shopArea .img img {
	width: 100%;
}

.mincho * {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.guide {
	width: 900px;
	margin: auto;
}

.guide h2 {
	background: url(../images/bg1.png) no-repeat;
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: center;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 70px;
	color: #420f0f;
	letter-spacing: 2px;
}

.guide ul {
	padding-bottom: 76px;
}

.guide li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 29px;
}

.guide .textarea {
	width: 47%;
}

.guide .imgArea {
	width: 50%;
}

.guide .step {
	background-color: #ffb5a3;
	border-radius: 22px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #420f0f;
	letter-spacing: 2px;
	margin-bottom: 25px;
	padding-top: 3px;
}

.guide .textarea p {
	font-size: 18px;
	color: #420f0f;
	line-height: 1.7;
	text-align: left;
	letter-spacing: 1px;
}

.guide .imgArea {}

.guide .imgArea img {
	border: 1px solid #ffb5a3;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 0;
}

.guide .arw {
	flex-direction: column;
	margin: 30px;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.swiper-container {
	height: 100%;
	width: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.shopArea {
		width: 100%;
		margin-bottom: 25px;
	}
	/* .shopArea .img {
		width: 185px!important;
		box-sizing: border-box;
	} */
	/* .shopArea .img img{
		width: 165px;
		max-width: initial;
	} */
	.guide {
		width: 100%;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.guide h2 {
		background: url(../images/bg1_sp.png) no-repeat;
		background-size: 100%;
		height: 30px;
		font-size: 15px;
		margin-bottom: 35px;
	}
	.guide li {
		flex-direction: row-reverse;
	}
	.guide .textarea {
		width: 100%;
	}
	.guide .imgArea {
		width: 100%;
	}
	.guide li {
		padding: 0 45px;
	}
	.guide .step {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.guide .textarea p {
		font-size: 13px;
		margin-top: 15px;
	}
	.guide ul {
		padding-bottom: 35px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		width: 14px;
		height: 25px;
		background-size: 14px 25px;
		top: 59%;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 31%;
		background-image: url(../images/slide_arw2.png);
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 31%;
		background-image: url(../images/slide_arw.png);
	}
	.guide .arw {
		margin: 15px;
	}
	.guide .imgArea img {
		margin: auto;
	}
	.slide {
		width: 100%;
		overflow: hidden;
	}
	.swiper-container {
		height: 100%;
		width: 160%;
		left: -28%;
	}
}

@media screen and (min-width: 641px) {
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
	.slide {
		width: 100%;
	}
	.swiper-wrapper {
		display: flex;
		justify-content: space-between;
	}
}
