@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500&display=swap&subset=japanese');
/* common
---------------------------------------------------------- */
section {
	padding: 60px 0;
}
/* headings
---------------------------------------------------------- */
.tit_sub {
	color: #fff;
	padding: 7px 10px 12px;
	font-size: 35px;
	text-align: center;
	font-weight: 500;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 30px;
}
.tit_sub02 {
	color: #4f2102;
	font-size: 32px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-weight: 500;
	margin-bottom: 53px;
}
.tit_sub02 small {
	position: relative;
	padding-bottom: 5px;
}
.tit_sub02 small::after {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	background: #c17d07;
}
.tit_sub02 span {
	color: #fff;
	width: 84px;
	padding: 6px 1px 5px 1px;
	text-align: center;
	font-size: 13px;
	letter-spacing: .5px;
	font-weight: bold;
	display: table;
	margin: 0 auto 2px;
	font-family: Century Gothic, CenturyGothic, sans-serif;
	background: url(img/index/bg_tit_sub.png) no-repeat center center;
	background-size: cover;
}
/* main visual
---------------------------------------------------------- */
#main_visual {
	position: relative;
	background: #f2e3c1;
}
#main_visual .bx-wrapper {
	border: 0;
	box-shadow: none;
	margin: 0;
}
#main_visual ul li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 560px;
}
.mv_text {
	position: absolute;
	z-index: 100;
	max-width: 1040px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
}
.mv_text img {
	position: absolute;
	max-width: 481px;
	width: 46.2%;
	top: 0;
	bottom: 0;
	left: 5.7%;
	margin: auto;
}
.bx-pager {
	overflow: hidden;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 10px;
	display: flex;
	box-sizing: border-box;
}
.bx-pager a {
	flex: 1;
	float: left;
	max-width: 254px;
	width: 24.43%;
	margin-right: 0.77%;
	position: relative;
}
.bx-pager a:hover::after, .bx-pager .active::after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	border: 2px solid #c17d07;
	opacity: 1;
}
.bx-pager a:last-child {
	margin-right: 0;
}
/* promise 
---------------------------------------------------------- */
#promise {
	background: url(img/common/bg_pattern03.jpg) repeat top center
}
#promise .case {
	padding: 7px 10px 11px 10px;
	background: #fff;
}
#promise .tit_promise {
	color: #fff;
	font-size: 37px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 18px;
	background: url(img/index/bg_tit01.png) no-repeat center center;
	font-family: 'Noto Sans JP', sans-serif;
}
#promise .tit_promise img {
	display: inline-block;
	position: relative;
	width: 60px;
	bottom: -3px;
}
#promise .tit_promise span {
	margin: 0 9px 0 4px;
	font-size: 43px;
	font-family: Century Gothic, CenturyGothic, sans-serif; 
}
#promise h3+img {
	margin: 0 auto 13px;
}

/* epilation
---------------------------------------------------------- */
#epilation .menu_nav01 {
	overflow: hidden;
	display: flex;
	margin-bottom: 3px;
}
#epilation .menu_nav01 li {
	float: left;
	transition: all ease 0.3s;
	flex: 1;
	max-width: 330px;
	width: 33%;
	background: #fff;
	margin-right: 2.405%;
}
#epilation .menu_nav01 li:last-child {
	margin-right: 0;
}
#epilation .menu_nav01 .menu01 {
	background: #e5545d;
}
#epilation .menu_nav01 .menu01:hover {
	background: #c5434b;
}
#epilation .menu_nav01 .menu02 {
	background: #5eacdd;
}
#epilation .menu_nav01 .menu02:hover {
	background: #438dbb;
}
#epilation .menu_nav01 .menu03 {
	background: #d1a643;
}
#epilation .menu_nav01 .menu03:hover {
	background: #a68330;
}
#epilation .menu_nav01 .menu04 {
	background: #f24664;
}
#epilation .menu_nav01 .menu04:hover {
	background: #d13651;
}
#epilation .menu_nav01 .tit_menu {
	padding: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}
#epilation .menu_nav01 .tit_menu span {
	border: 1px dashed #fff;
	text-align: center;
	padding: 5px 9px 1px;
	color: #fff;
	font-size: 20px;
	font-family: 'Noto Sans', sans-serif;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#epilation .menu_nav01 .menu03 span {
	font-size: 16px;
	padding: 6px 9px 7px;
}
/* menu nav
---------------------------------------------------------- */
.menu_nav02 {
	display: flex;
}
.menu_nav02 li {
	flex: 1;
	max-width: 330px;
	width: 33%;
	background: #fff;
	padding: 5px;
	margin-right: 2.405%;
}
.menu_nav02 li a {
	display: block;
}
.menu_nav02 li:last-child {
	margin-right: 0;
}
.menu_nav02 .tit_menu02 {
	color: #000;
	font-size: 20px;
	font-family: 'Noto Sans', sans-serif;
	text-align: center;
	padding: 9px 8px 6px 8px;
	position: relative;
}
.menu_nav02 .menu01 .tit_menu02::before,
.menu_nav02 .menu02 .tit_menu02::before,
.menu_nav02 .menu03 .tit_menu02::before{
	content: "";
	position: absolute;
	right: 11px;
	top: -21px;
	z-index: 10;
	width: 83px;
	height: 42px;
	background: url(img/index/ico_click01.png) no-repeat center center;
	background-size: 83px;
}
.menu_nav02 .menu03 .tit_menu02::before {
	background: url(img/index/ico_click02.png) no-repeat center center;
	background-size: 83px;
}
/* banner nav
---------------------------------------------------------- */
.banner_nav li {
	max-width: 870px;
	width: 100%;
	margin: 0 auto 25px;
}
.banner_nav li:last-child {
	margin-bottom: 0;
}
.banner_nav a {
	display: block;
}
/* news
---------------------------------------------------------- */
#news .tit_news {
	color: #fff;
	width: 128px;
	font-size: 32px;
	font-weight: normal;
	padding: 0 0 8px 36px;
	background: url(img/index/ico_news.png) no-repeat left top 7px;
	background-size: 30px;
	border-bottom: 2px solid #fff;
	font-family: 'Noto Sans', sans-serif;
}
#news .case {
	background: url(img/common/bg_pattern02.jpg) repeat top center;
	overflow: hidden;
	padding: 20px;
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#news .box, #news .news_list {
	float: left;
}
#news .box {
	width: 22.892%;
}
#news .btn01 {
	min-width: 100px;
	width: 91%;
	float: left;
	padding: 7px 35px 6px;
	margin-top: 33px;
}
#news .news_list {
	max-width: 640px;
	width: 77.108%;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
}
#news .post_info {
	width: 205px;
	overflow: hidden;
}
#news .post_info span {
	float: left;
}
#news .post_info span.date{
	margin-right: 10px;
}
#news .news_list li {
	border-bottom: 1px solid #ccc;
}
#news .news_list li:last-child {
	border-bottom: 0
}
#news .post_info .tag {
	color: #fff;
	line-height: 1.3;
	border-radius: 100px;
	margin: 0 10px 0 0;
	background: #6c99d0;
	font-size: 12px;
	padding: 3px;
	width: 90px;
	text-align: center;
	box-sizing: border-box;
}
#news .post_info .tag.campaign{
	background: #d06c6c;
}
#news .news_list li a {
	padding: 11px 11px 10px;
	display: block;
}
#news .news_list li a:hover {
	text-decoration: underline;
}
#news .news_list li:first-child a {
	padding-top: 0;
}
#news .news_list li:last-child a {
	padding-bottom: 0;
}
#news li a .post_info, #news li a p {
	display: table-cell;
	vertical-align: top;
}
/* salon
---------------------------------------------------------- */
/* menu nav
---------------------------------------------------------- */
.menu_nav03 {
	display: flex;
	justify-content: center;
}
.menu_nav03 li {
	flex: 1;
	max-width: 328px;
	width: 33%;
	background: #fff;
	margin-right: 2.693%;
	text-align: center;
	padding: 12px 12px 16px
}
.menu_nav03 li:last-child {
	margin-right: 0;
}
.menu_nav03 .tit_salon img {
	margin: 0 auto;
	padding: 0 0 12px 0;
	box-sizing: border-box;
	max-width: 226px;
	width: 100%;
}
.menu_nav03 .tit_info {
	color: #4f2102;
	font-size: 16px;
	margin: 9px 0 2px 0;
}
.menu_nav03 .tit_info+a img {
	max-width: 135px;
}
.menu_nav03 .tit_info+a img {
	margin: 0 auto 15px;
}
.menu_nav03 .tel {
	color: #4f2102;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
}
#salon li a {
	display: block;
}
#salon .tit_salon {
	margin-bottom: 1px;
}
@media screen and (max-width:1200px) {
	/* main visual
	---------------------------------------------------------- */
	#main_visual ul li {
		padding: 40.3% 0 0;
		height: 0;
	}
	/* news
	---------------------------------------------------------- */
	#news .case {
		padding: 20px 2%;
	}
	#news .post_info span.date{
		margin-right: 5px;
	}
	#news .post_info {
		min-width: 200px;
	}
	#news .news_list {
		padding: 20px 2%;
	}
	#news .box {
		width: 25%;
	}
	#news .news_list {
		width: 75%;
	}
}
@media screen and (max-width:768px) {
	/* common
	---------------------------------------------------------- */
	section {
		padding: 35px 0;
	}
	.btn01 {
		font-size: 100%;
		margin-top: 24px;
		min-width: 230px;
	}
	.bx-pager {
		display: none;
	}
	/* main visual
	---------------------------------------------------------- */
	#main_visual ul li{
		padding: 56% 0 0;
	}
	#main_visual li:first-child{
		background-image: url(img/index/slide01_sp.jpg)!important;
	}
	#main_visual li:nth-child(2){
		background-image: url(img/index/slide02_sp.jpg)!important;
	}
	#main_visual li:nth-child(3){
		background-image: url(img/index/slide03_sp.jpg)!important;
	}
	#main_visual li:last-child{
		background-image: url(img/index/slide04_sp.jpg)!important;
	}
	.mv_text img {
		left: 6%;
		top: 50px;
	}
	/* heading
	---------------------------------------------------------- */
	.tit_sub {
		font-size: 155%;
		margin-bottom: 23px;
		padding: 11px 0;
		line-height: 1.2;
	}
	.tit_sub02 {
		font-size: 180%;
		margin-bottom: 40px;
	}
	.tit_sub02 span {
		width: 88px;
		padding: 3px 1px 2px 1px;
	}
	.tit_sub02 small::after {
		bottom: -4px;
	}
	/* promise
	---------------------------------------------------------- */
	#promise .case {
		padding: 4px 7px 8px 7px;
		background: #fff;
	}
	#promise .tit_promise {
		font-size: 174%;
		background-size: cover;
	}
	#promise .tit_promise img {
		width: 50px;
	}
	#promise .tit_promise span {
		font-size: 130%;
	}
	#promise h3+img {
		width: 96%;
		max-width: 479px;
	}
	/* epilation
	---------------------------------------------------------- */
	#epilation .menu_nav01 li {
		margin-right: 2.405%;
		margin-bottom: 4%;
		max-width: 330px;
		width: 33%;
	}
	#epilation .menu_nav01 .tit_menu {
		padding: 4px;
	}
	#epilation .menu_nav01 .tit_menu span{
		font-size: 122%;
		padding: 3px 3px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#epilation .menu_nav01 li:last-child {
		margin-right: inherit;
	}
	/* menu nav
	---------------------------------------------------------- */
	.menu_nav02 .tit_menu02 {
		font-size: 110%;
		padding: 6px 8px 3px 8px;
	}
	.menu_nav02 .menu03 .tit_menu02::before {
		background-size: 56px;
	}
	.menu_nav02 .menu01 .tit_menu02::before, .menu_nav02 .menu02 .tit_menu02::before, .menu_nav02 .menu03 .tit_menu02::before {
		background-size: 56px;
		right: -3px;
		top: -30px;
	}
	.menu_nav02 .menu03 .tit_menu02::before {
		background-size: 56px;
	}
	/* banner nav
	---------------------------------------------------------- */
	.banner_nav li {
		margin: 0 auto 12px;
	}
	.banner_nav li a{
		display: table;
		margin: 0 auto;
	}
	.banner_nav li img{
		max-width: 90%;
		margin: 0 auto;
	}
	/* news
	---------------------------------------------------------- */
	#news .box{
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	#news .case {
		padding: 14px;
	}
	#news .tit_news {
		width: auto;
		float: left;
		font-size: 170%;
		background: url(img/index/ico_news.png) no-repeat left top 5px;
		background-size: 24px;
		padding-left: 30px;
	}
	#news .btn01 {
		width: 30%;
		min-width: 140px;
		float: right;
		margin-top: 10px;
	}
	#news .box, #news .news_list {
		float: none;
	}
	#news .news_list {
		width: 100%;
		max-width: 750px;
	}
	#news li a .post_info, #news li a p {
		display: block;
	}
	/* salon
	---------------------------------------------------------- */
	.menu_nav03 .tit_salon img {
		width: 94%;
		padding: 0 8px 8px 8px;
	}
	.menu_nav03 .tit_info {
		font-size: 105%;
	}
	.menu_nav03 li {
		padding: 6px 6px 12px;
	}
	.menu_nav03 .tel {
		font-size: 105%;
		display: inline-block;
	}
	.menu_nav03 .tel .tel_link{
		display: inline-block;
	}
}
@media screen and (max-width:480px) {
	/* epilation
	---------------------------------------------------------- */
	#epilation .menu_nav01{
		display: block;
	}
	#epilation .menu_nav01 li {
		flex: none;
		float: left;
		width: 100%;
		max-width: 750px;
		margin: 0 0 14px;
		box-sizing: border-box;
	}
	#epilation .menu_nav01 .tit_menu span{
		padding: 5px 3px 4px;
	}
	/* menu nav
	---------------------------------------------------------- */
	.menu_nav02 {
		display: block;
	}
	.menu_nav02 li {
		flex: none;
		float: left;
		width: 100%;
		max-width: 750px;
		margin: 0 0 14px;
		box-sizing: border-box;
	}
	/* news
	---------------------------------------------------------- */
	#news li a .post_info {
		margin-bottom: 4px;
	}
	#news .news_list {
		padding: 12px;
	}
	#news .btn01 {
		min-width: 114px;
		padding: 6px 25px 6px 2px;
	}
	#news .news_list li a {
		padding: 10px 0;
	}
	/* salon
	---------------------------------------------------------- */
	.menu_nav03 {
		display: block;
	}
	.menu_nav03 li {
		flex: none;
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
		max-width: 750px;
		box-sizing: border-box;
	}
}