@charset 'utf-8';
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500|Noto+Serif+JP:400,500');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');
@import url('https://fonts.googleapis.com/css?family=Kalam:300,400,700|Patrick+Hand&display=swap&subset=devanagari,latin-ext,vietnamese');

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Kalam', cursive;
font-family: 'Patrick Hand', cursive;
*/
/*
style.css
*/
/*
茶色
rgba(160,120,100,1.00);
#a07864
ピンク
#FFD7D8
ピンク濃
rgba(255,190,192,0.8)
*/

body, html {
    height: 100% ;
}
a, a.btn {
	text-decoration: none;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
ul, li {
	list-style: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
.clear {
	clear:both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* ---------------------------------------- */
/*                 display                  */
/* ---------------------------------------- */

.display-pc{
	display: block;
}
.display-sp{
	display: none;
}


/* ---------------------------------------- */
/*               font size                  */
/* ---------------------------------------- */

.font_1em {
	font-size: 1em;
}
.font_1_5em {
	font-size: 1.5em;
	line-height: 1.5em;
}
.font_2em {
	font-size: 2em;
	line-height: 2em;
}


/* ---------------------------------------- */
/*                container                 */
/* ---------------------------------------- */

.container1 {
	width: 100%;
}
.container2 {
	width: 47%;
	float: left;
	margin: 0 10px;
}
.container3 {
	width: 30%;
	float: left;
	margin: 0 10px;
}


/* ---------------------------------------- */
/*                 margin                   */
/* ---------------------------------------- */

.mtb10 {
	margin: 10px 0;
}
.mtb120 {
	margin: 20px 0;
}
.mtb30 {
	margin: 30px 0;
}
.mtb40 {
	margin: 40px 0;
}
.mtb50 {
	margin: 50px 0;
}
.mtb60 {
	margin: 60px 0;
}
.mt10 {
	margin: 10px 0 0 0;
}
.mt20 {
	margin: 20px 0 0 0;
}
.mt30 {
	margin: 30px 0 0 0;
}
.mt40 {
	margin: 40px 0 0 0;
}
.mt50 {
	margin: 50px 0 0 0;
}
.mb10 {
	margin: 0 0 10px 0;
}
.mb20 {
	margin: 0 0 20px 0;
}
.mb30 {
	margin: 0 0 30px 0;
}
.mb40 {
	margin: 0 0 40px 0;
}
.mb50 {
	margin: 0 0 50px 0;
}


/* ---------------------------------------- */
/*               slider-main                */
/* ---------------------------------------- */

.slider {
	max-width: 1280px;
	width: 100%;
	padding: 750px;
	margin: auto;
	position: relative;
}
.slider img {
	 margin: auto;
}
.slider img.visual {
	width: 100%;
	height: 750px;
    position: absolute;
}
.slider img.logo {
    position: absolute;
	width: 30%;
	height: auto;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slider_pc {
	display: block;
	max-width: 1280px;
	margin: 0 auto;
}

.slider_sp {
	display: none;
}
.slider_pc:after {
	clear: both;
  content: '';
  display: block;
}


/* ---------------------------------------- */
/*                　　動き　　　　　　         */          
/* ---------------------------------------- */

/* ----- fadein ----- */
.fadein {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 500ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* ----- フェード ----- */
.motion01 {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}
.mt01 {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

/* ----- 上移動　フェード ----- */
.motion02 {
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.mt02 {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


/* ---------------------------------------- */
/*                  ベース       　          */
/* ---------------------------------------- */

#wrapper {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
#container {
    padding-bottom: 150px;
}
.container_inner {
	width: 990px;
	margin:50px auto;
	height: auto;
}
.container_inner:after {
	clear: both;
  	content: '';
  	display: block;
}
#cont_left {
	width: 735px;
	float: left;
}
#cont_right {
	width: 230px;
	float: right;
}


/* ---------------------------------------- */
/*                  header                  */
/* ---------------------------------------- */	

#header {
	z-index: 100;
	width: 100%;
	height: auto;
	padding: 0;
	margin:0;
	z-index: 200000;
}


/* ---------------------------------------- */
/*              mainvisual                  */
/* ---------------------------------------- */	

#mainvisual {
	background: url(../img/top/main_01.png) center top no-repeat;
	background-size: cover;
	position: relative;
	height: 800px;
}
#mainvisual .logo {
	display: block;
	max-width: 1000px;
	width: 80%;
	display: block;
	margin: 0 auto;
}
#mainvisual .logo h2 {
	display: block;
	width: 400px;
	height: 150px;
	display: block;
	margin: 0 0 0 auto;
	padding: 300px 0 ;
}
#mainvisual .logo img {
	width: 350px;
	height: auto;
	display: block;
	margin: 0 auto;
}
#mainvisual .logo h2 p {
	width: 400px;
	height: auto;
	text-align: center;
	padding: 1em 0 ;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
}



/* ---------------------------------------- */
/*                    nav                   */
/* ---------------------------------------- */	

#nav_pc {
	width: 100%;
	height: 80px;
	position: relative;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	z-index: 20000;
}
#nav_pc .navinner {
	max-width: 1280px;
	width: 100%;
	height: 80px;
	margin: 0 auto;
}
#nav_pc h1 {
	position: relative;
	float: left;
	max-width: 20%;
	width: 150px;
	height: 80px;
	margin: 0;
}
#nav_pc h1 a.logo {
	display: inline-block;
	width: 150px;
	height: 80px;
}
#nav_pc h1 a.logo:hover {
	width: 150px;
	height: 80px;
	display: block;
}
#nav_pc h1 a img {
	position: absolute;
	display: block;
	width: auto;
	height: 40px;
	top: 20px;
	left: 20px;
	margin: 0 auto;
	z-index: 30000;
}
#nav {
	float: right;
	max-width: 1130px;
	width: 80%;
	height: 80px;
	margin: 0 auto;
}
#nav ul {
	float: right;
	max-width: 1130px;
	width: 100%;
}
#nav:after {
	clear: both;
  	content: '';
  	display: block;
}
#nav li {
	float: left;
	width: calc( ( 100% ) / 4);
	display: block;
}
#nav li a {
	color: #000000;
	display: block;
	font-family: 'Kalam', cursive;
	line-height: 80px;
	text-align: center;
	font-size: 22px;
}
#nav li a:hover {
	display: block;
	background-color:#FFD7D8;
	height: 80px;
	color: #FFFFFF;
}
#nav_toggle {
	display: none;
}
#navi_menu {
	display: none;
}


/* ---------------------------------------- */
/*                ハンバーガー                */
/* ---------------------------------------- */	

#nav_sp {
		display: none;
	}


/* ---------------------------------------- */
/*                  fixedBox                */
/* ---------------------------------------- */	

#fixedBox {
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 80px;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	margin-left: auto;
	margin-right: auto;
}


/* ---------------------------------------- */
/*                side menu                 */          
/* ---------------------------------------- */

.side_btn ul {
	width: 230px;
	height: auto;
}
.side_btn li {
	width: 230px;
	height: 100px;
	margin-bottom: 20px;
	border: 1px #A0A0A0 solid;
}
.side_btn li a:hover {
	opacity: 0.8;
}
.side_btn li img {
	width: 230px;
	height: 100px;
	display: block;
}



/* ---------------------------------------- */
/*                top-about                 */
/* ---------------------------------------- */

#top-about {
	width: 735px;
	height: 340px;
	position: relative;
	margin-bottom: 30px;
}
#top-about.bg-img {
	width: 735px;
    height: 340px;
    background: url(../img/top/top-about.png);
	border: #a07864 1px solid;
}
#top-about h2.text-indent {
	width: 735px;
    height: 340px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#top-about h2 img {
	width: 100%;
	height: auto;
	display: block;
}
#top-about .about-coment {
	position: absolute;
	width: 470px;
	height: auto;
	top:30px;
	left:50px;
	font-size: 15px;
	line-height: 25px;
	color: #a07864;
	font-family: 'Playfair Display', serif;
}



/* ---------------------------------------- */
/*                  news                    */          
/*                お知らせ                   */
/* ---------------------------------------- */

#news {
	width: 735px;
	background: #FFFFFF;
	border-top: #a07864 1px solid;
	border-bottom: #a07864 1px solid;
	border-left: #a07864 1px solid;
	border-right: #a07864 1px solid;
}
#news .row {
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
}
#news h2 {
	width: 100%;
	height: auto;
	font-size: 25px;
	text-align: center;
	border-bottom: #a07864 1px solid;
	padding: 0.5em 0;
	background-color: #a07864;
	color: #FFFFFF;
}
#news h3 {
	color: #a07864;
	text-align: center;
	font-size: 16px;
	font-family: 'Noto Sans JP';
	font-weight: normal;
	margin: 50px 0;
}
#news .news-list {
	width: 90%;
	height: 350px;
	margin: 0 auto;
	overflow: scroll;
}
#news .news-list ul.line {
	width: 100%;
	height: auto;
	padding: 2em 0 ;
	margin: 0 auto;
	border-bottom: #a07864 2px solid;
}
#news .news-list ul.no-line {
	width: 100%;
	height: auto;
	padding: 2em 0 ;
	margin: 0 auto;
}
#news .news-list ul li {
	width: 100%;
	font-family: 'Noto Sans JP';
}
#news .news-list ul li.date {
	font-size: 14px;
}
#news .news-list ul li.caption {
	font-size: 18px;
	font-weight: bold;
	padding: 0.2em 0 0.5em;
	line-height: 1.5em;
}
#news .news-list ul li a {
	text-decoration: underline;
}
#news .btn {
	margin: 0 0 10px 0 ;
	padding: 10px 0 ;
	width: 160px;
	background: rgba(255,255,255,1);
	text-align: center;
	display: block;
}
#news .btn a {
  	display: block;
	position: relative;
	color: #707070;
 	text-decoration: none;
}
#news .btn a:before{
	content: "";
	position: absolute;
	right: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #707070 ;
	transform: scale(0, 1);
	transition: 0.4s;
}
#news .btn a:hover:before {
	transform: scale(1);
}
.news-list dl {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto ;
}
.news-list dl dt {
	font-family: 'Noto Sans JP';
	font-size: 14px;
	line-height: 1.3em;
}
.news-list dl dd.text01 {
	font-family: 'Noto Sans JP';
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	border-top: #a07864 1px dotted;
	border-bottom: #a07864 1px dotted;
	padding: 1em 0 ;
	margin:  1em 0 ;
}
.news-list dl dd.text01 span {
	font-family: 'Noto Sans JP';
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	background-color: #FFD7D8;
	padding: 0 1em ;
}
.news-list dl dd.text02 {
	font-family: 'Noto Sans JP';
	font-size: 14px;
	line-height: 1.5em;
	margin:  1em 0;
}


/* ---------------------------------------- */
/*             　　menu01 　　　　　　         */          
/*                 WHAT                     */
/* ---------------------------------------- */

#menu01 {
	background: #FFFFFF;
	border-top: #000000 1px solid;
}
#menu01 .row {
	width: 990px;
	padding: 200px 0;
	margin: 0 auto;
}
#menu01 h2 {
	width: 500px;
	height: auto;
	margin: 0 auto;
	transition: .8s;
}
#menu01 h3 {
	color: #000000;
	text-align: center;
	font-size: 16px;
	font-family: 'Noto Sans JP';
	font-weight: normal;
	margin: 50px 0;
}
#menu01 .inner {
	width: 990px;
}
#menu01 .inner:after {
	clear: both;
  	content: '';
  	display: block;
}
#menu01 dl {
	float: left;
	width: 25%;
	height: auto;
	margin: 0 0;
	transition: .8s;
}
#menu01 dt {
	width: 200px;
	height: auto;
	margin: 0 auto 10px;
}
#menu01 dt img {
	width: 172px;
	height: 115px;
	display: block;
	margin: 0 auto;
}
#menu01 dd {
	width: 200px;
	height: 100px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	color: #000000;
	font-family: 'Noto Sans JP';
	font-weight: normal;
	margin: 0 auto;
}
#menu01 .btn {
	margin: 50px auto ;
	padding: 25px 0 ;
	width: 250px;
	background: #f4cd11;
	text-align: center;
	display: block;
}
#menu01 .btn a {
  	display: block;
	position: relative;
	color: #FFFFFF;
 	text-decoration: none;
}
#menu01 .btn a:before{
	content: "";
	position: absolute;
	right: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #FFFFFF ;
	transform: scale(0, 1);
	transition: 0.4s;
}
#menu01 .btn:hover{
	display: block;
	opacity: 0.8;
}
#menu01 .btn a:hover:before {
	transform: scale(1);
}


/* ---------------------------------------- */
/*             　　menu02 　　　　　　         */          
/*              Biolusの脱毛                 */
/* ---------------------------------------- */

#menu02 {
	background-color: #FFFFFF;
	border-top: #000000 1px solid;
	position: relative;
}
#menu02 .row {
	width: 990px;
	padding: 200px 0;
	margin: 0 auto;
}
#menu02 h2 {
	width: 500px;
	height: auto;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 20px;
	transition: .8s;
}
#menu02 .inner {
	width: 990px;
}
#menu02 .inner:after {
	clear: both;
  	content: '';
  	display: block;
}
#menu02 .btn_left {
	float: left;
	position: relative;
	width: 480px;
}
#menu02 .btn_right {
	float: right;
	position: relative;
	width: 480px;
}
#menu02 a {
	background: #FFFFFF;
	display: block;
}
#menu02 a:hover {
	background: #F3CD10;
	display: block;
}
#menu02 a dl {
	width: 480px;
	height: 150px;
	border: #000000 1px solid;
	display: block;
	padding: 0;
}
#menu02 a dt {
	float: left;
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 0;
}
#menu02 a dt img {
	display: block;
	width: 150px;
	height: 150px;
}
#menu02 a dd {
	float: right;
	width: 300px;
	text-align: center;
	line-height: 150px;
	color: #000000;
	font-size: 15px;
	font-family: 'Noto Sans JP';
	font-weight: normal;
	
}



/* ---------------------------------------- */
/*                 salon                    */
/* ---------------------------------------- */

#salon {
	width: 100%;
}
#salon.parallax {
	background-color: #FFFFFF;
	background-image: url(../img/top/parallax.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
#salon .row {
	width: 990px;
	padding: 200px 0 200px ;
	margin: 0 auto;
}
#salon h2 {
	width: 500px;
	height: auto;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 20px;
	transition: .8s;
}
#salon .inner {
	width: 600px;
	height: auto;
	padding: 2% 0;
	margin: 0 auto;
}
#salon dl.info {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}
#salon dl.info dt {
	height: auto;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 40px;
	font-family: 'Noto Sans JP';
	font-weight: normal;
}
#salon dl.info dd {
	height: auto;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	font-family: 'Noto Sans JP';
	font-weight: normal;
}
#salon dl.tel {
	width: 100%;
	height: 100px;
	background-color: rgba(255,203,204,0.60);
	border: #FFFFFF 2px solid;
	font-family: 'Noto Sans JP';
	font-weight: normal;
}
#salon dl.tel dt {
	height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	font-family: 'Noto Sans JP';
	font-weight: normal;
}
#salon dl.tel dd.tel-link a span {
	font-size: 30px;
	margin-right: 10px;
}
#salon dl.tel dd.tel-link a {
	display: block;
	height: 60px;
	font-size: 35px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Noto Sans JP';
	font-weight: normal;
	text-align: center;
}
#salon dl.Consent-form {
	width: 200px;
	height: auto;
	background-color: #FFFFFF;
	padding: 1em;
	margin: 1em auto 0 ;
}
#salon dl.Consent-form dt {
	font-size: 15px;
	font-family: 'Noto Sans JP';
	font-weight: normal;
	text-align: center;
}
#salon dl.Consent-form dd {
	font-size: 15px;
	font-family: 'Noto Sans JP';
	font-weight: normal;
	text-align: center;
	margin: 0.5em 0 0 ;
}
#salon dl.Consent-form dd a {
	font-size: 15px;
	color: #000000;
	text-decoration: underline;
}
#salon dl.Consent-form dd a:hover {
	color: #F05154;
}


/* ---------------------------------------- */
/*                     map                  */
/* ---------------------------------------- */

#gmap {
	height: 500px;
	width: 100%;
}
#gmap .map_style{
	width: 100%;
	height: 500px;
	display: block;
}



.guide {
	text-align: left;
}
.guide dl {
	margin-bottom: 15px;
}
.guide dt {
	font-weight: bold;
}


/* ---------------------------------------- */
/*              footer_menu                 */
/* ---------------------------------------- */

#footer_menu {
    bottom: 0;
    width: 100%;
    height: auto;
	background: #a07864;
}
#footer_menu ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 40%;
	margin: 0 auto 1em;
	padding: 1em 0 ;
}
#footer_menu ul li {
	display: table-cell;
	vertical-align: middle;
}
#footer_menu ul li a {
	color: #FFFFFF;
	font-size: 12px;
}
#footer_menu ul li a:hover {
	text-decoration: underline;
}
#footer_menu ul li a.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    vertical-align: middle;
    text-decoration: none;
}
#footer_menu ul li a.arrow::before,
#footer_menu ul li a.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#footer_menu ul li a.arrow-style::before {
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
}



/* ---------------------------------------- */
/*                 footer                   */
/* ---------------------------------------- */

#footer {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
	z-index: 10;
	background: #a07864;
}
#footer .footer_inner {
	position: relative;
	margin: 0;
	padding: 0;
}
#footer h2 {
	width: 100px;
	margin: 0 auto 10px auto;
}
#copyright {
	text-align: center;
	color: #FFFFFF;
}



/* ---------------------------------------- */
/*                pagetop                 */          
/* ---------------------------------------- */

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
 
#pagetop a {
	display: block;
	z-index: 999;
	padding: 15px 10px 5px 10px;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	background-color: rgba(255,190,192,0.8);
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
 
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}




@media (max-width:960px) and (min-width:641px){
		
	
	/* ---------------------------------------- */
	/*                  ベース      　           */
	/* ---------------------------------------- */
	
	#wrapper {
	  width: 100%;
	}
	.container_inner {
		width: 641px;
	}
	#cont_left {
		width: 641px;
		float: none;
	}
	#cont_right {
		width: 641px;
		float: none;
	}
	
	
	/* ---------------------------------------- */
	/*                container                 */
	/* ---------------------------------------- */
	
	.container2 {
		width: 46%;
		float: left;
		margin: 0 10px;
	}
	
	
	/* ---------------------------------------- */
	/*                 header                   */
	/* ---------------------------------------- */	
	
	#header {
		z-index: 100;
		width: 100%;
		position: relative;
		top:10;
		padding: 0;
		margin: 0;
	}

	
	/* ---------------------------------------- */
	/*                ハンバーガー                */
	/* ---------------------------------------- */	
	
	#nav_sp {
			display: none;
	}
	
	
	/* ---------------------------------------- */
	/*              mainvisual_sp               */
	/* ---------------------------------------- */
	
	#mainvisual_sp {
		display: none;
	}
	
	
	
	
	/* ---------------------------------------- */
	/*                    nav                   */
	/* ---------------------------------------- */	

	#nav_pc {
		width: 100%;
		height: 80px;
		position: relative;
		margin: 0 auto;
		border-bottom: 1px solid #eee;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
		z-index: 20000;
	}
	#nav_pc .navinner {
		max-width: 960px;
		width: 100%;
	}
	#nav_pc h1 {
		max-width: 20%;
		width: 100px;
	}
	#nav_pc h1 a.logo {
		display: inline-block;
		width: 100px;
		height: 80px;
	}
	#nav_pc h1 a.logo:hover {
		width: 100px;
		height: 80px;
		display: block;
	}
	#nav_pc h1 a img {
		width: auto;
		height: 30px;
		top: 25px;
		left: 10px;
	}
	#nav {
		float: right;
		max-width: 700px;
		width: 80%;
		height: 80px;
		margin: 0 auto;
	}
	#nav ul {
		float: right;
		max-width: 700px;
		width: 100%;
	}
	#nav:after {
		clear: both;
		content: '';
		display: block;
	}

	
	
	
	/* ---------------------------------------- */
	/*                top-about                 */
	/* ---------------------------------------- */

	#top-about {
		width: 641px;
		height: 340px;
	}
	#top-about.bg-img {
		width: 641px;
		height: 340px;
		background: url(../img/top/top-about.png) top right no-repeat;
		border: #a07864 1px solid;
	}
	#top-about h2.text-indent {
		width: 641px;
		height: 340px;
	}
	#top-about .about-coment {
		position: absolute;
		width: 400px;
		height: auto;
		top:20px;
		left:30px;
		font-size: 15px;
		line-height: 25px;
		color:#a07864;
		font-family: 'Playfair Display', serif;
	}
	
	
	/* ---------------------------------------- */
	/*                  news                    */          
	/*                お知らせ                   */
	/* ---------------------------------------- */
	
	#news {
		width: 641px;
		margin: 0 auto;
	}
	
	
	
	/* ---------------newsページ-------------- */

	#news-list {
		width: 90%;
		margin: 0 auto;
	}
	#news-list .news-list-inner {
		width: 90%;
		height: auto;
		padding: 5% 0;
		margin: 0 auto;
	}

	
	
	/* ---------------------------------------- */
	/*             　　menu01 　　　　　　         */          
	/*             WHAT LUNA Beauty             */
	/* ---------------------------------------- */

	#menu01 .row {
		width: 100%;
		padding: 50px 0 ;
		margin: 0 auto;
	}
	#menu01 h2 {
		width: 500px;
		height: auto;
		margin: 0 auto;
		transition: .8s;
	}
	#menu01 h3 {
		text-align: center;
		font-size: 16px;
		font-family: 'Noto Sans JP';
		font-weight: normal;
		margin: 50px 0;
	}
	#menu01 .inner{
		width: 90%;
		margin: 0 auto;
	}
	#menu01 dl {
		width: 50%;
		height: auto;
		margin: 0 auto 50px;
		transition: .8s;
	}
	#menu01 dt {
		width: 200px;
		height: auto;
		margin: 0 auto 20px;
	}
	
	
	/* ---------------------------------------- */
	/*             　　menu02 　　　　　　         */          
	/*             LUNA Beautyの脱毛             */
	/* ---------------------------------------- */

	#menu02 .row {
		width: 100%;
		padding: 50px 0 ;
		margin: 0 auto;
	}
	#menu02 h2 {
		width: 500px;
		height: auto;
		margin: 0 auto 50px;
		text-align: center;
		font-size: 20px;
		transition: .8s;
	}
	#menu02 .inner {
		width: 500px;
		margin: 0 auto;
	}
	#menu02 .btn_left {
		float: none;
		position: relative;
		width: 100%;
		margin-bottom: 30px;
	}
	#menu02 .btn_right {
		float: none;
		position: relative;
		width: 100%;
		margin-bottom: 30px;
	}
	#menu02 dl {
		width: 100%;
	}
	#menu02 dd {
		width: 350px;
	}
	
	
	/* ---------------------------------------- */
	/*                 salon                    */
	/* ---------------------------------------- */

	#salon h2 {
		margin: 0 auto 25px;
		text-align: center;
		font-size: 20px;
		transition: .8s;
	}
	#salon .row {
		width: 100%;
		
	}
	#salon .inner {
		width: 500px;
		margin: 0 auto;
	}
	#salon dl.info {
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	}
	#salon dl.tel {
		float: none;
		width: 100%;
	}
	
	
	/* ---------------------------------------- */
	/*                side menu                 */          
	/* ---------------------------------------- */

	.side_btn {
		width: 641px;
		height: auto;
	}
	.side_btn ul {
		width: 641px;
		height: auto;
		display: table;
		table-layout: fixed;
		text-align: center;
	}
	.side_btn li {
		width: auto;
		height: auto;
		border: none;
		display: table-cell;
		vertical-align: middle;
		margin-bottom: 20px;
	}
	.side_btn li:last-child {
		border-right: 0;
	}
	.side_btn li a:hover {
		opacity: 0.8;
	}
	.side_btn li img {
		width: 100%;
		height: auto;
		display: block;
	}
	
	
	
	.side_btn .display-pc {
		display: none;
	}

	
	
	


	/* ---------------------------------------- */
	/*              reservation                 */
	/* ---------------------------------------- */
	
	#reservation {
		display: none;
	}
	
	
	/* ---------------------------------------- */
	/*                 salon                    */
	/* ---------------------------------------- */
	
	#salon .info {
		width: 100%;
	}
	
}





@media (max-width:640px){
	
	
	.sp_none {
		display: none;
	}
	.br-pc {
		display: none;
	}
	.br-sp {
		display: block;
	}
	
	/* ---------------------------------------- */
	/*                 display                  */
	/* ---------------------------------------- */

	.display-pc{
		display: none;
	}
	.display-sp{
		display:block;
	}

	
	/* ---------------------------------------- */
	/*               slider-main                */
	/* ---------------------------------------- */
	
	.slider {
		width: 100%;
		height: auto;
		margin-bottom: 0px;
	}
	
	.slider img {
		width: 100%;
	}
	
	.slider_pc {
		display: none;
	}
	
	.slider_sp {
		display: block;
	}

	
	/* ---------------------------------------- */
	/*                  ベース      　          */
	/* ---------------------------------------- */
	
	#wrapper {
	  width: 100%;
	}
	#container {
		padding-bottom: 150px;
	}
	.container_inner {
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	#cont_left {
		width: 100%;
		float: none;
	}
	#cont_right {
		width: 100%;
		float: none;
	}

	
	/* ---------------------------------------- */
	/*                container                 */
	/* ---------------------------------------- */
	
	.container1 {
		width: 100%;
	}
	.container2 {
		width: 100%;
		float: none;
		margin: 0;
	}
	.container3 {
		width:100%;
		float: none;
		margin:0;
	}
	
	
	/* ---------------------------------------- */
	/*                 header                   */
	/* ---------------------------------------- */	

	#header {
		z-index: 100;
		width: 100%;
		height: auto;
		padding: 0;
		margin:0;
	}
	
	
	/* ---------------------------------------- */
	/*              mainvisual                  */
	/* ---------------------------------------- */	

	#mainvisual {
		background: url(../img/top/main_01.png) left top no-repeat;
		background-size: cover;
		position: relative;
		height: 60rem;		
	}
	#mainvisual .logo {
		display: block;
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#mainvisual .logo img {
		width: 80%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#mainvisual .logo h2 {
		width: 60%;
		font-size: 0.8em;
		color: #000000;
		text-align: center;
		line-height: normal;
		font-family: 'Noto Sans JP';
		font-weight: normal;
	}
	#mainvisual .logo h2 p {
		width: 100%;
		font-size: 1.8em;
		line-height: 1.5em;
		background: rgba(160,120,100,0.9);
		padding: 2em 0;
		margin: 0.5em 0 ;
	}

	
	/* ---------------------------------------- */
	/*                     navi                 */
	/* ---------------------------------------- */	
	
	#nav_pc {
		display: none;
	}
	
	#nav_sp {
		display: inline-block;
		width: 100%;
		height: 60px;
		background: rgba(160,120,100,0.8);
		z-index: 1;
		position: fixed;
	}
	#nav_sp h1 {
		width: 100px;
		height: 50px;
		padding: 0;
		margin: 0;
	}
	#nav_sp h1 img {
		height: 30px;
		padding: 15px 10px;
	}
	#nav_sp .btn a {
		display: block;
		position: absolute;
		width: 100px;
		height: 100%;
		background-color: rgba(255,190,192,1.00);
		top: 0;
		right: 60px;
		text-align: center;
		line-height: 60px;
		font-size: 1em;
		color: rgba(160,120,100,1.00);
		font-family: 'Kalam', cursive;
	}
	nav.menu {
		width:35px;
		height:60px;
		top: 15px;
		right:10px;
		position: absolute;
		cursor:　pointer;
		overflow:　hidden;
		z-index:1000;
	}
	nav .menu1 {
		width:35px;
		height:2px;
		background-color: #FFFFFF;
		top:0px;
		position: absolute;
	} 
	nav .menu2 {
		width:35px;
		height:2px;
		background-color: #FFFFFF;
		top:12px;
		position:absolute;
	} 
	nav .menu3 {
		width:35px;
		height:2px;
		background-color: #FFFFFF;
		top:22px;
		position:absolute;
	}
	nav .menu1,nav .menu2,nav .menu3 {    /* 動き */
		transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out; /* Opera */
		-moz-transition: all 0.5s ease-out; /* Firefox */
		-webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
		-ms-transition: all 0.5s ease-out; /* IE */ 
	}
	nav .menuclick1	{
		top:12px;
		-o-transform: rotate(405deg);
		-moz-transform: rotate(405deg);
		-webkit-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	nav .menuclick2	{
		background-color:rgba(255,255,255,0); 
	}
	nav .menuclick3 {
		top:12px;
		-o-transform: rotate(-405deg);
		-moz-transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
		-ms-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}
	#nav_sp_menu {
		width: 100%;
		position: absolute;
		display: none;
		top: 60px;
		background-color: rgba(160,120,100,0.6);
		padding: 0;
		z-index: 888888;
	}
	#nav_sp_menu ul {
		width: 90%;
		margin-left:auto;
		margin-right: auto;
	}
	#nav_sp_menu li {
		width: 90%;
		text-align: center;
		margin-left:auto;
		margin-right: auto;	
	}
	#nav_sp_menu li a {
		font-family: 'Kalam', cursive;
		font-size: 1.5em;
		color: #ffffff;
		line-height: 4em;
		text-decoration: none;
	}

	

	/* ---------------------------------------- */
	/*                  fixedBox                */
	/* ---------------------------------------- */	
	
	#fixedBox {
		display: none;
	}
	.fixed {
		display: none;
	}
	
	
	/* ---------------------------------------- */
	/*                top-about                 */
	/* ---------------------------------------- */

	#top-about {
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 30px;
	}
	#top-about.bg-img {
		width: 100%; 
		height: auto;
		background : none;
		border: none;
	}
	#top-about h2.text-indent {
		width: 100%;
		height: auto;
		/* テキストを画像に置換する */
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: none;
	}
	#top-about h2 img {
		width: 100%;
		height: auto;
		display: block;
	}
	#top-about .about-coment{
		position: static;
		width: 90%;
		height: auto;
		font-size: 15px;
		line-height: 25px;
		margin: 0 auto;
		padding: 2em 0 ;
	}
	
	
	
	
	/* ---------------------------------------- */
	/*                  news                    */          
	/*                お知らせ                   */
	/* ---------------------------------------- */

	#news {
		width: 100%;
		background: #FFFFFF;
		border-left: none;
		border-right: none;
	}
	#news .row {
		width: 100%;
		padding: 0 0;
		margin: 0 auto;
	}
	#news h2 {
		width: 100%;
		height: auto;
		font-size:2.5em;
		text-align: center;
		padding: 0.5em 0;
	}
	#news h3 {
		color: #000000;
		text-align: center;
		font-size: 16px;
		font-family: 'Noto Sans JP';
		font-weight: normal;
		margin: 50px 0;
	}
	#news .news-list {
		width: 86%;
		margin: 0 auto;
	}
	#news .news-list ul li {
		width: 100%;
	}
	#news .news-list ul li.date {
		font-size: 1em;
	}
	#news .news-list ul li.caption {
		font-size: 1.4em;
		padding: 0.2em 0 0.2em;
		line-height: 1.5em;
	}
	#news .news-list ul li a {
		text-decoration: underline;
	}
	.news-list dl {
		width: 100%;
		height: auto;
		display: block;
		padding: 0;
		margin: 0 auto ;
	}
	.news-list dl dt {
		font-family: 'Noto Sans JP';
		font-size: 1em;
		line-height: 1.5em;
	}
	.news-list dl dd.text01 {
		font-family: 'Noto Sans JP';
		font-size: 1.2em;
		line-height: normal;
		text-align: center;
		border-top: #000000 1px dotted;
		border-bottom: #000000 1px dotted;
		padding: 1em 0 ;
		margin:  1em 0 ;
	}
	.news-list dl dd.text01 span {
		width: 100%;
		display: block;
		font-size: 1.1em;
		font-weight: bold;
		line-height: normal;
		padding: 0.2em 0 ;
	}
	.news-list dl dd.text02 {
		font-size: 1em;
		line-height: 1.5em;
		margin:  1em 0;
	}
	
	
	/* ---------------------------------------- */
	/*             　　menu01 　　　　　　         */          
	/*             WHAT LUNA Beauty             */
	/* ---------------------------------------- */

	#menu01 {
		background: #FFFFFF;
	}
	#menu01 .row {
		width: 98%;
		padding: 8% 0;
		margin: 0 auto;
	}
	#menu01 h2 {
		width: 100%;
		height: auto;
		margin: 0 auto;
		transition: .8s;
	}
	#menu01 h3 {
		text-align: center;
		font-size: 1.2em;
		margin: 1.8em auto;
		line-height: 1.8em;
	}
	#menu01 .inner{
		width: 90%;
		margin: 0 auto;
	}
	#menu01 dl {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 10% ;
		padding: 5% 0 ;
		transition: .8s;
		background: #FFFFFF;
		border-radius: 5%;
	}
	#menu01 dt {
		width: 90%;
		height: auto;
		margin: 0 auto 10px;
	}
	#menu01 dt img {
		width: 80% ;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#menu01 dd {
		width: 90%;
		height: auto;
		font-size: 1.2em;
		text-align: center;
		line-height: 1.8em;
		font-family: 'Noto Sans JP';
		font-weight: normal;
		margin: 0 auto;
	}
	#menu01 .btn {
		margin: 0 auto 1em auto ;
		padding: 0 0 ;
		width: 90%;
		text-align: center;
		display: block;
	}
	#menu01 .btn a {
		display: block;
		position: relative;
		font-size: 1.5em;
		color: #FFFFFF;
		text-decoration: none;
		padding: 1.5em 0 ;
	}
	#menu01 .btn a:before{
		display: none;
	}
	#menu01 .btn:hover{
		display: block;
		opacity: 1;
	}
	#menu01 .btn a:hover:before {
		display: none;
	}


	/* ---------------------------------------- */
	/*             　　menu02 　　　　　　         */          
	/*             LUNA Beautyの脱毛             */
	/* ---------------------------------------- */

	#menu02 {
		background: #FFFFFF;
	}
	#menu02 .row {
		width: 98%;
		padding: 8% 0;
		margin: 0 auto;
	}
	#menu02 h2 {
		width: 100%;
		height: auto;
		margin: 0 auto;
		transition: .8s;
	}
	#menu02 .inner {
		width: 90%;
		margin: 0 auto;
	}
	#menu02 a {
		background: #FFFFFF;
		display: block;
		width: 100%;
		height: auto;
	}
	#menu02 .btn_left {
		float: none;
		position: relative;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#menu02 .btn_right {
		float: none;
		position: relative;
		width: 100%;
		margin-bottom: 30px;
	}
	#menu02 a:hover {
		background: rgba(255,239,240,0.80);
		display: block;
	}
	#menu02 dl {
		width: 100%;
		height: auto;
		border: #EB5532 1px solid;
		display: block;
		position: relative;
	}
	#menu02 dl:after {
		clear: both;
		content: '';
		display: block;
	}
	#menu02 dt {
		float: left;
		width: 30%;
		height: auto;
		display: block;
	}
	#menu02 dt img {
		width: 100%;
		height: auto;
	}
	#menu02 dd {
		float: right;
		width: 70%;
		display: block;
		line-height: normal;
		color: #EB5532;
		font-size: 1.5em;
		position: absolute;
		top: 50%;
		right: 0;
		transform : translate( 0,-50%);
			
	}

	
	/* ---------------------------------------- */
	/*                 salon                    */
	/* ---------------------------------------- */

	#salon {
		width: 100%;
	}
	#salon.parallax {
		background-color: #a07864;
		background-image: none;
		background-attachment: fixed;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#salon .row {
		width: 98%;
		padding: 20% 0;
		margin: 0 auto;
	}
	#salon h2 {
		width: 100%;
		height: auto;
		margin: 0 auto;
		transition: .8s;
	}
	#salon .inner {
		width: 90%;
		margin: 0 auto;
	}
	#salon dl.info {
		float: none;
		width: 100%;
		margin: 3% 0;
	}
	#salon dl.info dt {
		height: auto;
		font-size: 1.8em;
		line-height: 2em;
	}
	#salon dl.info dd {
		height: auto;
		font-size: 1.2em;
		line-height: 1.8em;
	}
	#salon dl.tel {
		float: none;
		width: 100%;
		height: auto;
		border: none;
		background: none;
	}
	#salon dl.tel dt {
		height: auto;
		font-size: 1.2em;
		line-height: normal;
		text-align: center;
		padding: 0.5em 0m;
		margin: 0 0 0.5em 0;
		background-color: rgba(255,190,192,1.00);
		color: #a07864;
		border-radius:1em;
	}
	#salon dl.tel dd.tel-link a span {
		font-size: 1.2em;
		margin-right: 10px;
	}
	#salon dl.tel dd.tel-link a {
		height: auto;
		line-height: normal;
		font-size: 2.5em;
		padding: 0.5em 0 ;
		border: #FFFFFF 2px solid;
		background-color: #a07864;
		color: #FFFFFF;
	}
	#salon dl.tel dd.tel-link a:hover {
		opacity: 1;
	}
	

	
	
	/* ---------------------------------------- */
	/*                     map                  */
	/* ---------------------------------------- */
	
	#gmap {
		height: 400px;
		width: 100%;
	}
	
	.guide {
		text-align: left;
	}
	.guide dl {
		margin-bottom: 15px;
	}
	.guide dt {
		font-weight: bold;
	}
	
	

	/* ---------------------------------------- */
	/*              footer_menu                 */
	/* ---------------------------------------- */

		#footer_menu {
			bottom: 0;
			width: 100%;
			height: auto;
			background: #FFFFFF;
		}
		#footer_menu ul {
			display: block;
			table-layout: none;
			text-align: left;
			width: 100%;
			margin: 0 auto;
			padding: 0 0 ;
		}
		#footer_menu ul li {
			display: block;
			vertical-align: middle;
			border-top: #999999 1px dotted;
			padding: 1.5em 0;
			text-indent: 1em;
		}
		#footer_menu ul li:last-child {
			border-bottom: #dddddd 1px dotted;
		}
		#footer_menu ul li a {
			color: #555555;
			font-size: 1em;
		}
		#footer_menu ul li a:hover {
			text-decoration: underline;
		}
		#footer_menu ul li a.arrow {
			position: relative;
			display: inline-block;
			padding: 0 0 0 0.5em;
			vertical-align: middle;
			text-decoration: none;
	}


	
	/* ---------------------------------------- */
	/*                 footer                   */
	/* ---------------------------------------- */

	#footer {
		position: static;
		bottom: 0;
		width: 100%;
		height: auto;
		z-index: 10;
	}
	#footer .footer_inner {
		position: relative;
		margin: 0;
		padding: 1em 0;
	}
	#footer h2 {
		width: 100px;
		margin: 0 auto 10px auto;
	}
	#copyright {
		text-align: center;
		font-size: 0.8em;
		line-height: 1.5em;
	}
	


	
	/* ---------------------------------------- */
	/*                side menu                 */          
	/* ---------------------------------------- */

	.side_btn {
		margin-bottom: 20px;
	}
	.side_btn img {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.side_btn a:hover{
		opacity: 0.8;
	}
	
}





/* ---------------------------------------- */

/*             　　important                */
/*             　　お知らせ枠                 */

/* ---------------------------------------- */

#important .box {
	width: 100%;
	background: #FAD8D9;
	padding: 1em 0 ;
	margin: 0 auto 3em 0 ;
}
#important .box dl {
	width: 90%;
	text-align: center;
	padding: 1em 0;
	margin: 0 auto;
}
#important .box dt {
	background: #FFFFFF;
	padding: 0.25em 0;
	font-size: 18px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#important .box dd {
	font-size: 20px;
	margin: 1em 0 0 0 ;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

@media (max-width:640px) {
	
	
	#important .box {
		background: #FAD8D9;
		display: block;
		width: 90%;
		padding: 1em 0 0.5em ;
		margin: 2em auto 0 auto ;
		border: #FBC0BA 5px solid;
	}
	#important .box dt {
		padding: 0.25em 0;
		font-size: 1.8em;
	}
	#important .box dd {
		font-size: 1.8em;
		line-height: 1.5em;
		margin: 0.5em 0 0 0 ;
	}
	
}






