/*
Theme Name: emarju

*/
/* reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	/*	max-height: 100%; */
	box-sizing: border-box;
}

body {
	line-height: 1;
	font-size:16px;
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #464646;
    line-height: 1;
	position:relative;
}
#wrapper{
	width:100%;
	overflow:hidden;
}

html,body {
	height: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,select {
	vertical-align: middle;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
}


/* clear fix */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clf {
	clear: both;
}

.cf {
	display: inline-table;
}

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}
	
/* float */

.floatL {
	float: left;
}

.floatR {
	float: right;
}


/* align */

.alignL {
	text-align: left;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}

body{
	width:100%;
	color:#111;
font-family:YuGothic, 'Yu Gothic', sans-serif;
}
.wrapper{
	width:auto;
	height:auto;
}
#main{
	width:calc(100% - 300px);
	margin-left:300px;
	background:#f4ecea;
}
@media screen and (max-width:480px){
	#main{width:100%;
	margin-left:0;
	}
}
#main .mv{
	width:100%;
	margin-bottom:88px;
	position:relative;
	z-index:2;
}
.mv img{
	width:100%;
	height:auto;
}
#side{
	width:300px;
	background:#fff;
	position:absolute;
	left:0;
	top:0;
	height:100%;
}
#main h2{
	color:#f5819c;
	
	width:100%;
	text-align:center;
	margin-bottom:60px;
	position:relative;
	z-index:5;
}
@media screen and (max-width:480px){
	#main h2{
	font-size:16vw;
}
}
#main h2 span{
	font-size:13px;
	padding-top:20px;
	display:inline-block;
	width:100%;
	color:#111;
}
#main .text-box{
	color:#373737;
	font-size:16px;
	text-align:center;
	margin-bottom:105px;
	line-height:2;
	position:relative;
	z-index:9;
}
#main .text-box h3{
	font-size:24px;
}
#about {
	position:relative;
}
#about:before{
	background:url(img/flower-r1.png) no-repeat;
	position:absolute;
	right:0;
	top:-88px;
	content:"";
	width:361px;
	height:603px;
	z-index:1;
}
#menu:before{
	background:url(img/flower-l1.png) no-repeat;
	position:absolute;
	left:-200px;
	top:-388px;
	content:"";
	width:576px;
	height:603px;
	z-index:1;
}
#menu:after{
	background:url(img/flower-l1.png) no-repeat;
	position:absolute;
	left:-200px;
	bottom:-288px;
	content:"";
	width:576px;
	height:603px;
	z-index:1;
}
#salon:before{
	background:url(img/flower-r1.png) no-repeat;
	position:absolute;
	right:0;
	top:-8px;
	content:"";
	width:361px;
	height:603px;
	z-index:1;
}
@media screen and (max-width:480px){
	#salon:before,#menu:after,#menu:before,#about:before{
		width:55%;
		background-size:contain;
	}
	#menu:before,#menu:after{
		left:-80px;
		top:-80px
	}
}

#about .cf{
	width:75%;
	margin:0 auto 60px;
	z-index:9;
}
#about .m_title{
	padding:10px 0;
}
#about .floatL{
	width:45%;
	position:relative;
	z-index:5;
}
#about .floatR{
	width:45%;
	position:relative;
	z-index:5;
}
@media screen and (max-width:480px){
	#about .floatL,#about .floatR{
		width:100%;
	}
}
.cap{
	background:#fff;
	padding:15px 20px 35px;
	color:#373737;
	font-size:14px;
	position:relative;
	z-index:9;
	top:-60px;
	right:0;
	max-width:280px;
	width:100%;
	line-height:2;
	float:right;
}
@media screen and (max-width:480px){
	.cap{
		max-width:100%;
	}
}
.cap .m_title{
	color:#f5819c;
	
	
}
.cap b{
	color:#f5819c;
	font-size:16px;
}
.cap b span{
	font-size:12px;
}
#menu{
	position:relative;
}
#menu .container{
	background:#fff;
	padding:45px 60px;
	width:84%;
	margin:0 auto 120px;
	position:relative;
	z-index:9;
}

#menu .container table{
	width:100%;
	margin-bottom:20px;
}
#menu .container th{
	background:#353535;
	color:#fff;
	text-align:left;
	font-size:16px;
	height:40px;
	line-height:40px;
	padding-left:16px;
}
#menu .container th span{
	font-size:14px;
}
#menu .container td{
	color:#373737;
	font-size: 0.85vw;
	border-bottom:1px solid #e7e7e7;
	height:50px;
	line-height:50px;
}
#menu .container .price {
	font-weight:bold;
	border-bottom:1px solid #e7e7e7;
	text-align:right;
}
#menu .container{
	
}
#menu .container .floatL{
	width:42%;
	margin:0 4%;
}
#menu .container .floatR{
	width:42%;
	margin:0 4%;
	float:left;
}
@media screen and (max-width:1400px){
	#menu .container .floatL,#menu .container .floatR{
		margin:0 auto;
		width:100%;
		float:inherit;
		font-size:14px;
		display:inline-block;
	}
}
#menu .container .price span{
	color:#f5819c;
	padding-right:10px;
}
@media screen and (max-width:480px){
	#menu .container{
		padding:30px 3%;
	}
	
	#menu .container th{
		font-size:4vw;
	}
	#menu .container th span{
		font-size:2.8vw;
	}
	#menu .container .price {
		display:inline-block;
		width:100%;
		text-align: center;
		height:auto;
	}
	#menu .container td{
		width: 100%;
    display: inline-block;
    border-bottom: 0;
    text-align: center;
		font-size:3.8vw;
	}
}
#salon {
	position:relative;
}
#salon .map{
	width:100%;
	height:480px;
	margin-bottom:60px;
	position:relative;
	z-index:9;
}
#salon .cf{
	font-size:14px;
	color:#373737;
	line-height:2;
	width:75%;
	margin:0 auto;
	padding-bottom:160px;
}
#salon .cf .floatL{
	width:45%;
}
#salon .cf .floatL a{
	color:inherit;
	text-decoration:underline;
}
#salon .cf .floatR{
	width:45%;
}
@media screen and (max-width:480px){
	#salon .cf .floatL,#salon .cf .floatR{
		width:100%;
	}
}
#side{
	
}
.side-fix{

}
#side .logo{
padding-top:40px;	
}
#side ul{
	width:220px;
	margin:0 auto 40px;
}
#side ul li{
	width:100%;
	text-align:left;
	border-bottom:1px solid #e7e7e7;
}
#side ul li:first-child{
	border-top:1px solid #e7e7e7;
}

#side ul li a{
	height:50px;
	line-height:50px;
	display:inline-block;
	width:100%;
	font-size:14px;
	color:#111;
	text-decoration:none;
}
#side ul li a:hover{
	color:#ddd;
}
#side .contact{
	text-align:center;
}
#side .contact a{
	display:inline-block;
	text-align:center;
	color:#fff;
	background:#353535;
	width:170px;
	height:40px;
	line-height:40px;
	font-size:12px;
	position:relative;
}
#side .contact a:hover{
	opacity:0.8;
}
#side .contact a:before{
	content:url(img/mail_icon.png);
	padding-right:10px;
}
#side .tel_box{
	width:100%;
	text-align:center;
}
#side .tel_box .tel{
	font-size:14px;
	margin:20px 0 40px;
}
#side .tel_box .tel:before{
	content:url(img/tel_icon.png);
	padding-right:5px;
}
#side .re-text{
	background:#f4ecea;
	color:#353535;
	font-size:12px;
	padding:20px;
	line-height:1.8;
	width:220px;
	margin:0 auto;
}
#side .re-text b{
	width:100%;
	display:inline-block;
	text-align:center;
}
footer{
	width:100%;
	background:#353535;
	color:#fff;
	height:76px;
	padding:30px 0;
	font-size:13px;
	text-align:center;
}
.dummy{
	height:90px;
}
#sp_head{
	position:relative;
	padding:10px 0;
	max-height:150px;
	overflow:hidden;
	margin-bottom:-30px;
	
}
#sp_head .head_logo{
	text-align:center;
	padding-right:8%;
	width:60%;
	margin:0 auto;
}


#nav-drawer {
  position: absolute;
	right:35px;
	top:35px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 28px;
  height: 23px;
  vertical-align: middle;
}
#nav-open span{
width:100%;
	height:100%;
	display:block;
}
#nav-open span:before{ 	
	background:url(img/btn_off.png) no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	display:block;
	content:"";
}


/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;

}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 100%;
 height: 100%;
	margin-top:130px;
  background: rgba(17,17,17,0.9);/*背景色*/
-webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}
#nav-input:checked ~ #nav-open span:before{
	
	background:url(img/btn_on.png) no-repeat;
	background-size:contain;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.spgm{
	width:100%;
	text-align:left;
	padding:80px 30px;
}
.spgm li{
	width:100%;
	line-height:2.6;
	display:inline-block;
	padding:5px;
}

.spgm li a{
	font-size:5vw;
		color:#fff;
	text-decoration:underline;
	
}
.spgm .btn{
	float:inherit;
	display:inline-block;
	margin:20px auto;
	width:70%;
	max-width:70%;
	font-size:4.5vw;
}
.page-top{
	width:100%;
padding:0 50px 50px;
	text-align:right;
}
.page-top a{
	
}

#contactpage{
	width:75%;
	margin:0 auto;
}
#contactpage h1.entry-title{
	color:#f5819c;
	font-size:60px;
	width:100%;
	text-align:center;
	margin-bottom:60px;
	position:relative;
	z-index:5;
}
#contactpage table{
	width:100%;
}
#contactpage th{
	padding:20px 20px 5px;
	border-top:1px solid #353535;
	text-align:left;
	font-size:16px;
	width:100%;
	display:inline-block;
}
#contactpage td{
	width:100%;
	display:inline-block;
	padding:20px;
}
#contactpage td input,#contactpage td textarea{
	width:100%;
	padding:10px;
}
#contactpage .form_submit{
	width:60%;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#353535;
	color:#fff;
	font-size:16px;
	border:0;
	margin:0 auto;
}
#contactpage .form_submit input{
	background:none;
	border:0;
	color:#fff;
	font-size:24px;
}