@charset "euc-jp";

/* style resset */
* {
	margin: 0;
	padding: 0;
	}
a,h1,h2, h3, h4, div, p, hr, blockquote, address, noscript {
	text-align  : left;
	font-style: normal;
	font-size: 100%;
	}
ul, ol, dl, dt, dd {
	list-style: none;
    padding:0;
    margin:0;
	}
span, img {
	border: none;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	}
em, strong {
	border: none;
	font-style: normal;
	}
a {
	color: #555;
	text-decoration: none;
	}
a:hover {
	color: #555;
	text-decoration: none;
	}
hr.none{
	display:none;
}
table,td,th{
	vertical-align:middle;
	}

*{
    -moz-box-sizing: border-box;        /* Firefox */  
    -webkit-box-sizing: border-box;     /* Safari 3 */  
    -ms-box-sizing: border-box;         /* Internet Explorer 8 */  
    box-sizing: border-box;             /* Opera */ 
text-decoration:none;
}

*:hover {
text-decoration:none;
}

html{
width:100%;
height:100%;
}

a:hover, .hover:hover{
     filter:alpha(opacity=70);
     -moz-opacity:0.7;
     -khtml-opacity:0.7;
     opacity:0.7;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}

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

@media (min-width: 479px) {

	body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;		/*全般の文字サイズ*/
	line-height: 1.6;		/*全般の行間*/
	color: #474747;		/*全般の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: rgb(154, 154, 154)
	width:100%;
	height:100%;
	}

	/* ヘッダー汎用 */

	header .pcHeader {
	width:1100px;
    margin: 0 auto;
	position:relative;
	}

	/* topヘッダー */

	header.indexHeader {
	width:100%;
    margin: 0 auto;
	width: 100%;
	height: 99vh;
    text-align: left;
    background: #fff;
	}

	header.indexHeader .pcHeader {
	height:100%;
	}

	header.indexHeader h1 {
	padding-top:calc( 45vh - 50px );
	width:100%;
    margin: 0 auto;
	text-align:center;
	}

	header.indexHeader h1 img {
	width:200px;
	margin-bottom:15px;
	}

	header.indexHeader h1 span {
	color:#228b22;
	font-size:100%;
	font-weight:bold;
	}	

	header.indexHeader a.salonReserve {
	position:absolute;
	left:375px;
	bottom:50px;
	}

	header.indexHeader .attention {
	position:absolute;
	left:200px;
	bottom:200px;
	}

	/* 他ページヘッダー */

	header.defaultHeader {
	width:100%;
    margin: 0 auto;
	width: 100%;
	height: 205px;
    text-align: left;
    background: #fff;
	}


	header .pcHeader {
	height:125px;
	}

	header.defaultHeader h1 {
	padding-top:15px;
	width:100%;
    margin: 0 auto;
	text-align:center;
	}

	header.defaultHeader h1 img {
	width:150px;
	margin-bottom:10px;
	}

	header.defaultHeader h1 span {
	color:#228b22;
	font-size:90%;
	font-weight:bold;
	}	

	header.defaultHeader .defaultMenu {
	width:100%;
	height:40px;
	background:#228b22;
	}
  
  	header.defaultHeader .defaultMenu.shopMenu {
	width:100%;
	height:40px;
	background:#555;
	}

  	header.defaultHeader .defaultMenu.shopMenu ul {
    padding-right:40px;
    }
    
	header.defaultHeader .defaultMenu ul.oldmenu {
	width:1100px;
	margin:0 auto;
	height:40px;
	}

	header.defaultHeader .defaultMenu ul.oldmenu li {
	display:block;
	min-width:13%;
	height:40px;
	float:left;
	}
  
    header.defaultHeader .defaultMenu.shopMenu ul.oldmenu li {
	display:block;
	min-width:10%;
	height:40px;
	float:right;
	}
  

	header.defaultHeader .defaultMenu ul.oldmenu li a {
	display:block;
	height:40px;
	padding:0 32px;
	color:#fff;
	text-align:center;
	line-height:40px;
	}
	

	header.defaultHeader .defaultMenu.shopMenu ul.oldmenu li a {
	display:block;
	height:40px;
	padding:0 16px;
	color:#fff;
	text-align:center;
	line-height:40px;
	}

  	header.defaultHeader .defaultMenu ul.new2022 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 4px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	}


	header.defaultHeader .defaultMenu ul.new2022 li {
	display: block;
	height: 40px;
	flex-grow: 1;
	}

	header.defaultHeader .defaultMenu ul.new2022 li a {
	display: block;
	height: 40px;
	padding: 0 5px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	}
  
	table.defaultTable {
	border-collapse: collapse;
	width:100%;
	margin:0 auto 30px auto;
	}

	table.defaultTable tr {
	border-bottom: #9E9E9E 1px dotted;

	}

	table.defaultTable th.t_top {
	border-top: #be1309 4px solid;
	}

	table.defaultTable th {
	text-align: left;
	padding: 15px 20px;
	font-weight: normal;
	background-color: #efefef;
	line-height:1.8;
	color:#333;
	vertical-align:top;
	width:25%;
	}

	table.defaultTable td.t_top {
		border-top: #b3b3b3 4px solid;
	}

	table.defaultTable td {

	text-align: left;
	padding: 15px 20px;
	line-height:1.8;
	color:#333;
	width:75%;
	}
	table.defaultTable tr:hover {
	}

	table.defaultTable td span.nameLeft {
	display:block;
	float:left;
	clear:both;
	height:25px;
	line-height:25px;
	width:160px;
	}


	table.defaultTable td span.nameRight {
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	width:300px;
	}







	/* footer */

	footer {
	background:#228b22;
	width:100%;
	text-align:center;
	font-size:90%;
	line-height:3em;
	padding:25px 0 10px 0;
	color:#fff;
	}











	/* 汎用 */

	.pcNone {
	display:none;
	}

	div.container {
	width:100%;
	height:100%;
	margin:0 auto;
	background:#fff;
	}

	a.salonReserve {
	display:block;
	width:350px;	
	height:35px;
	line-height:35px;
	font-weight:bold;
	color:#fff;
	background:#228b22;
	text-align:center;
    margin: 0 auto;
	}

	a.salonReserve.top50 {
    margin: 50px auto 0 auto;
	}

	section {
	width:100%;
	}

	.container section:nth-child(odd) {
	background:#fff;
	}

	.container section:nth-child(even) {
	background:#F4F4F5;
	}

	section > .contents {
	width:1100px;
	margin:0 auto;
	padding:60px 0 60px 0;
	}

	section h2.sub {
	width:100%;
	text-align:left;
	padding-bottom:40px;
	}

	section h2.sub span.main {
	font-size:120%;
	font-weight:bold;
	line-height:2;
	}

	section h2.sub span.sub {
	font-size:100%;
	line-height:2;
	}

	.attention {
	width:700px;
	padding:20px 30px;
	border:1px solid #ccc;
	}

	.attention span.title {
	display:block;
	width:100%;
	font-weight:bold;
	text-align:center;
	padding-bottom:15px;
	}

	.attention span.text {
	color:#ff0000;

	}



	/* index */

	.indexMenu {
	width:100%;
	margin-bottom:-40px;
	}

	.indexMenu li {
	display:block;
	float:left;
	width:31.33%;
	height:auto;
	margin-right:2%;
	margin-bottom:40px;
	}

	.indexMenu li:nth-child(3n) {
	margin-right:0;
	}

	.indexMenu li a.menuLink {
	display:inline-block;
	position:relative;
	margin-bottom:15px;
	}

	.indexMenu li a.menuLink img {
	width:100%;
	height:auto;
	}

	.indexMenu li a.menuLink span {
	display:block;
	position:absolute;
	width:46%;
	height:35px;
	left:27%;
	top:85px;
	line-height:37px;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	color:#fff;
	background:rgba(28,98,54,0.7);
	}

	.indexMenu li a.textLink {
	font-size:110%;
	font-weight:bold;
	}

	.indexMenu li p {
	display:block;
	margin:0;
	padding:5px 0 0 0;
	line-height:2;
	}

	.defaultBox {
	width:100%;
	}

	.defaultBox .leftBox {
	width:48%;
	margin-right:4%;
	float:left;
	}

	.defaultBox .leftBox img {
	width:100%;
	}

	.defaultBox .leftBox img.multi {
	width:100%;
	margin-bottom:15px;
	}

	.defaultBox .rightBox {
	width:48%;
	float:right;
	}

	.defaultBox .rightBox p {
	display:block;
	width:100%;
	}

	.defaultBox .rightBox p span.left {
	display:block;
	float:left;
	width:18%;
	padding-bottom:5px;
	}

	.defaultBox .rightBox p span.right {
	display:block;
	float:left;
	width:82%;
	padding-bottom:5px;
	}

	a.salonReserve.top {
    margin: 100px auto 0 auto;
	}

	a.salonReserve.bottom {
    margin: 15px auto 0 auto;
	}

	h2.mainH2 {
	display:inline-block;
	min-width:350px;
	padding:0 0 80px 0;
	opacity: 0.6;
	text-align:center;
	}

	h2.mainH2 div {
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
	border-bottom:1px solid #000;
	}	

	/* サロン紹介 */

	.whiteBox {
	width:96%;
	margin:30px 2% 0 2%;
	background:#F4F4F5;
	padding:20px;
	}

	.whiteBox span.title {
	font-weight:bold;
	color:#228b22;
	}

	.whiteBox p{
	display:block;
	width:100%;
	padding-top:10px;
	}

	.google-maps {
	position: relative;
	padding-bottom: 66%; // これが縦横比
	height: 0;
	overflow: hidden;
	}
	.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}

	.leftBox.owner {
	text-align:center;
	}

	.leftBox.owner img{
	margin-top:150px;
	width:60%;
	}

	/* ヘナとは？ */

	h2.mainH2.hennaH2 {
	padding:0 0 30px 0;
	}

	img.width100 {
	width:100%;
	margin-bottom:40px;
	}

	.whiteBox02 {
	width:96%;
	margin:30px 2% 0 2%;
	background:#fff;
	padding:20px;
	}

	.whiteBox02 span.title {
	font-weight:bold;
	color:#228b22;
	}

	.whiteBox02 p{
	display:block;
	width:100%;
	padding-top:10px;
    line-height: 2;
	}

	.hennaMenu ul {
	width:100%;
	text-align:center;
	margin-bottom:60px;
	}

	.hennaMenu ul li{
	display:inline-block;
	margin:0 15px;
	}

	.hennaMenu ul li a {
	display:inline-block;
	padding:10px 25px;
	font-size:110%;
	}

	.hennaMenu ul li.select a {
	border-bottom:1px solid #000;
	}

	.movie-wrap {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 30px;
	    height: 0;
	    overflow: hidden;
	}

	.movie-wrap.multi {
	margin-bottom:15px;
	}
	 
	.movie-wrap iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}






	/* Q&A */

	section ul.question {
	width:100%;
	margin-top:0px;
	}

	section .question li {
	padding-top:10px;
	}

	section .question li h3 {
	display:block;
	width:100%;
	padding-left:5px;
	font-size:14px;
	font-weight:bold;
	}




	section ul.answer {
	width:100%;
	margin-top:0px;
	}

	section .answer li {
	padding-top:60px;
	margin-bottom:10px;
	}

	section .answer li span.ques {
	display:block;
	width:100%;
	padding-bottom:5px;
	padding-left:5px;
	border-bottom:2px solid #333;
	font-size:15px;
	margin-bottom:15px;
	font-weight:bold;
	}

	section .answer li p {
	display:block;
	width:100%;
	margin:0;
	padding:10px 0 10px 20px;
	font-size:14px;
	}

	section .answer li p a {
	color:#999;
	}

	/* ウェブショップ */
	ul.itemList {
	width:100%;
	}

	ul.itemList li {
	width:23.5%;
	margin-right:2%;
	margin-bottom:40px;
	float:left;
	}
  
	ul.itemList li:nth-child(4n) {
	margin-right:0;
	}
  
	ul.itemList li:nth-child(4n+1) {
	clear:both;
	} 
  
	ul.itemList li a.imgLink{
	width:100%;
	display:block;
	height:auto;
	margin-bottom:12px;
	}

	ul.itemList li a.imgLink img{
	width:100%;
	height:auto;
	}

	ul.itemList li a.textLink {
	font-size:110%;
	font-weight:bold;
	line-height:2;
	}

	ul.itemList li p.subExpl {
	display:block;
	padding:0.5em 0 0em 0;
	margin:0 0 10px 0;
	font-size:90%;
	color:#555;
	line-height:1.6em;
	height:3.7em;
	overflow:hidden;
	}

	ul.itemList li p.price {
	display:block;
	padding:0;
	margin:0;
	font-size:100%;
	color:#D61719;
	line-height:1em;
	font-weight:bold;
	text-align:right;
	}

	ul.historyList {
	width:100%;
	}

	ul.historyList li {
	width:18.4%;
	margin-right:2%;
	margin-bottom:40px;
	float:left;
	}
  
	ul.historyList li:nth-child(5n) {
	margin-right:0;
	}

	ul.historyList li a.imgLink{
	width:100%;
	display:block;
	height:auto;
	margin-bottom:12px;
	}
    
	ul.historyList li a.imgLink img{
	width:100%;
	height:auto;
	}

	ul.historyList li a.textLink {
	font-size:100%;
	font-weight:bold;
	line-height:2;
	}

	ul.historyList li p.subExpl {
	display:block;
	padding:0.5em 0 0em 0;
	margin:0 0 10px 0;
	font-size:80%;
	color:#555;
	line-height:1.6em;
	height:3.7em;
	overflow:hidden;
	}

	ul.historyList li p.price {
	display:block;
	padding:0;
	margin:0;
	font-size:90%;
	color:#D61719;
	line-height:1em;
	font-weight:bold;
	text-align:right;
	}
  
	section h2.sub.padding20 {
	padding-bottom:20px!important;
	}



















	/* お問い合わせ */

	.contactBox {
	width:70%;
	margin:0 15%;
	}
	
	.contactBox .notice {
	width:100%;
	background:#fff;
	margin-bottom:25px;
	color:#000;
	padding:25px;
	text-align:center;
	}

	.contactBox .notice .mainComment {
	font-size:120%;
	color:#ff0000;
	font-weight:bold;
	}

	.contactBox .notice p {
	display:block;
	padding-top:15px;
	font-size:110%;
	line-height:1.6;
	}


	ul.companyProfile {
	width:100%;
	}

	ul.companyProfile li{
	display:table;
	border-bottom:1px solid #ccc;
	width:100%;
	}

	ul.companyProfile li span.left,ul.companyProfile li span.right {
	display:table-cell;
	vertical-align:middle;
	}

	ul.companyProfile li span.left img {
	vertical-align: middle;
	margin-right:5px;
	}

	ul.companyProfile li span.left {
	width:30%;
	text-align:left;
	padding:20px 20px 20px 30px;
	}

	ul.companyProfile li span.right {
	width:70%;
	text-align:left;
	padding:20px 0px;
	}

	.companyProfile input[type=text], .companyProfile  input[type=email], .companyProfile  textarea, input.wpcf7-text {
	  width: 100%;
	  padding: 7px;
	  border: 2px solid #ddd;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  -moz-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  border-radius: 2px;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	}

	.companyProfile input[type=date], .companyProfile select, .companyProfile input[type=number] {
	  width: 20%;
	margin-right:10px;
	  padding: 7px;
	  border: 2px solid #ddd;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  -moz-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  border-radius: 2px;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	}

	.companyProfile .wpcf7-submit {
	  width: 68%;
	  padding: 13px;
	  border: 2px solid #888;
	  color: #fff;
	  font-weight: bold;
	  background: #888;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  -moz-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  border-radius: 2px;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	font-size:120%;
	}








}

@media (max-width: 479px) {


	html {height: 100%;}
	body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;		/*全般の文字サイズ*/
	line-height: 1.6;		/*全般の行間*/
	color: #474747;		/*全般の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #fff;
	width:100%;
	height: 100%;
	position:relative;
	}

	.menuBtn.homeMenu {
	z-index:1000;
	position:fixed;
	margin:5px 0;
	width:50px;
	height:50px;
	right:0;
	top::0;
	background:rgba(255,255,255,0.5) url(https://mendika.jp/wp-content/uploads/2017/08/menuBtn.png) center center no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
	}
  

	.defaultContents {
	padding-top:60px!important;
	}

	.defaultContents.sptopVer {
	padding-top:0px!important;
	}



	.nav {
	display:none;
	}

	.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display:block;
	}

	/* スマホ汎用header */

	header.spHeader {
	position:fixed;
	width:100%;
	height:60px;
	background:rgba(255,255,255,0.8);
	left:0;
	top:0;
	z-index:1000;
  box-shadow: 0px 4px 2px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.05);
	}

	header.spHeader h1.headTitle {
	float:left;
	margin:0;
	padding:0;
	width:calc(100% - 200px);
	height:60px;
	text-align:center;
	}

	header.spHeader h1.headTitle a img{
	width:auto;
	height:40px;
	margin:10px 0;
	}

	header.spHeader .menuBtn {
	float:right;
	margin:5px 0;
	width:50px;
	height:50px;
	background:url(https://mendika.jp/wp-content/uploads/2017/08/menuBtn.png) center center no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
	}
  
	.cartBtnSp {
    display:block;
      	float:left;
	z-index:1000;
	margin:5px 10px 5px -10px;
	width:50px;
	height:50px;
	background:rgba(255,255,255,0.5) url(https://mendika.jp/wp-content/uploads/2017/08/cartBtnSp.png) center center no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
	}

	.userBtnSp {
    display:block;
    float:left;
	z-index:1000;
	margin:5px 0;
	width:50px;
	height:50px;
	background:rgba(255,255,255,0.5) url(https://mendika.jp/wp-content/uploads/2017/08/userBtnSp.png) center center no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
	}
  
	/* スマホindexトップロゴ */

	.splogo {
	width:45%;
	margin-bottom:25px;
	}





































	.spNone {
	display:none;
	}

	div.container {
	width:100%;
	margin:0 auto;
	background:#fff;
    padding: 0px!important;
	}













	/* ヘッダー汎用 */

	header .pcHeader {
	width:100%;
    margin: 0 auto;
	position:relative;
	}



	/* topヘッダー */

	header.indexHeader {
	width:100%;
    margin: 0 auto;
	width: 100%;
	height: 100vh;
    text-align: left;
    background: #fff;
	}

	header.indexHeader .pcHeader {
	height:100%;
	}

	header.indexHeader h1 {
	padding-top:calc( 27vh - 0px );
	width:100%;
    margin: 0 auto;
	text-align:center;
	}

	header.indexHeader h1 img {
	width:60%;
	margin-bottom:10px;
	}

	header.indexHeader h1 span {
	color:#228b22;
	font-size:100%;
	font-weight:bold;
	}	

	header.indexHeader a.salonReserve {
	position:absolute;
	width:80%;
	left:10%;
	bottom:30px;
	}

	header.indexHeader .attention {
	position:absolute;
	width:90%;
	left:5%;
	bottom:15vh;
	}

	/* 他ページヘッダー */

	header.defaultHeader {
	width:100%;
    margin: 0 auto;
	width: 100%;
	height: 165px;
    text-align: left;
    background: #fff;
	}


	header .pcHeader {
	height:125px;
	}

	header.defaultHeader h1 {
	padding-top:15px;
	width:100%;
    margin: 0 auto;
	text-align:center;
	}

	header.defaultHeader h1 img {
	width:150px;
	margin-bottom:10px;
	}

	header.defaultHeader h1 span {
	color:#228b22;
	font-size:90%;
	font-weight:bold;
	}	

	header.defaultHeader .defaultMenu {
	width:100%;
	height:40px;
	background:#228b22;
	}

	header.defaultHeader .defaultMenu ul {
	width:1100px;
	margin:0 auto;
	height:40px;
	}


	header.defaultHeader .defaultMenu ul li {
	display:block;
	min-width:13%;
	height:40px;
	float:left;
	}

	header.defaultHeader .defaultMenu ul li a {
	display:block;
	height:40px;
	padding:0 32px;
	color:#fff;
	text-align:center;
	line-height:40px;
	}
	


	/* footer */

	footer {
	background:#228b22;
	width:100%;
	text-align:center;
	font-size:90%;
	line-height:3em;
	padding:25px 0 10px 0;
	color:#fff;
	}

	footer img {
	width:40%;
	}









	/* 汎用 */

	div.container {
	width:100%;
	height:100%;
	margin:0 auto;
	background:#fff;
	}

	a.salonReserve {
	display:block;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	background:#228b22;
	text-align:center;
    margin: 0 auto;
	}

	a.salonReserve.top50 {
    margin: 20px auto 0 auto;
	}

	section {
	width:100%;
	}

	.container section:nth-child(odd) {
	background:#fff;
	}

	.container section:nth-child(even) {
    background:#eeeeee;
	}

	section > .contents {
	width:100%;
	margin:0 auto;
	padding:40px 10px;
	}

	section h2.sub {
	width:100%;
	text-align:left;
	padding-bottom:40px;
	}

	section h2.sub span.main {
	font-size:120%;
	font-weight:bold;
	line-height:2;
	}

	section h2.sub span.sub {
	font-size:100%;
	line-height:1.6;
	}

	.attention {
	padding:15px 20px;
	border:1px solid #ccc;
	}

	.attention span.title {
	display:block;
	width:100%;
	font-weight:bold;
	text-align:center;
	padding-bottom:15px;
	}

	.attention span.text {
	color:#ff0000;

	}



	/* index */

	.indexMenu {
	width:100%;
	margin-bottom:-40px;
	}

	.indexMenu li {
	display:block;
	float:left;
	width:49%;
	height:auto;
	margin-right:2%;
	margin-bottom:40px;
	}

	.indexMenu li:nth-child(2n) {
	margin-right:0;
	}

	.indexMenu li a.menuLink {
	display:inline-block;
	position:relative;
	margin-bottom:5px;
	vertical-align:middle;
	width:100%;
	padding-top:58.44%;
	}

	.indexMenu li a.menuLink img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	}

	.indexMenu li a.menuLink span {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
    transform: translate(-50% ,-50%);
	width:80%;
	line-height:28px;
	text-align:center;
	font-size:110%;
	font-weight:bold;
	color:#fff;
	background:rgba(28,98,54,0.7);
	}

	.indexMenu li a.textLink {
	font-size:90%;
	font-weight:bold;
	}

	.indexMenu li p {
	display:block;
	margin:0;
	font-size:90%;
	padding:5px 0 0 0;
	line-height:1.6;
	}

	.defaultBox {
	width:100%;
	}

	.defaultBox .leftBox {
	width:100%;
	margin-right:4%;
	float:left;
	}

	.defaultBox .leftBox img {
	width:100%;
	}

	.defaultBox .leftBox img.multi {
	width:100%;
	margin-bottom:15px;
	}

	.defaultBox .rightBox {
	width:100%;
	padding-top:20px;
	float:right;
	}

	.defaultBox .rightBox p {
	display:block;
	width:100%;
	}

	.defaultBox .rightBox p span.left {
	display:block;
	float:left;
	width:25%;
	padding-bottom:5px;
	}

	.defaultBox .rightBox p span.right {
	display:block;
	float:left;
	width:75%;
	padding-bottom:5px;
	}

	a.salonReserve.top {
    margin: 30px auto 0 auto;
	}

	a.salonReserve.bottom {
    margin: 15px auto 0 auto;
	}

	h2.mainH2 {
	display:inline-block;
	width:70%;
	padding:0 0 40px 0;
	opacity: 0.8;
	text-align:center;
	}

	h2.mainH2 div {
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
	border-bottom:1px solid #000;
	}

	h2.mainH2 div img {
	width:100%;
	}

	/* サロン紹介 */

	.whiteBox {
	width:96%;
	margin:30px 2% 0 2%;
	background:#eeeeee;
	padding:15px;
	}

	.whiteBox span.title {
	font-weight:bold;
	color:#228b22;
	}

	.whiteBox p{
	display:block;
	width:100%;
	padding-top:10px;
	}

	.google-maps {
	position: relative;
	padding-bottom: 66%; // これが縦横比
	height: 0;
	overflow: hidden;
	margin-top:15px;
	}
	.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}

	.leftBox.owner {
	text-align:center;
	}

	.leftBox.owner img{
	margin-top:150px;
	width:60%;
	}

	/* ヘナとは？ */

	h2.mainH2.hennaH2 {
	padding:0 0 30px 0;
	}

	img.width100 {
	width:100%;
	margin-bottom:20px;
	}

	.whiteBox02 {
	width:96%;
	margin:30px 2% 0 2%;
	background:#fff;
	padding:20px;
	}

	.whiteBox02 span.title {
	font-weight:bold;
	color:#228b22;
	}

	.whiteBox02 p{
	display:block;
	width:100%;
	padding-top:10px;
    line-height: 2;
	}

	.hennaMenu ul {
	width:100%;
	text-align:center;
	margin-bottom:20px;
	}

	.hennaMenu ul li{
	display:inline-block;
	margin:0 0px;
	width:23%;
	}

	.hennaMenu ul li a {
	display:inline-block;
	padding:10px 5px;
	font-size:90%;
	}

	.hennaMenu ul li.select a {
	border-bottom:1px solid #000;
	}

	.movie-wrap {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 30px;
	    height: 0;
	    overflow: hidden;
	}

	.movie-wrap.multi {
	margin-bottom:15px;
	}
	 
	.movie-wrap iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}








	/* ウェブショップ */
	ul.itemList {
	width:100%;
	}

	ul.itemList li {
	width:48%;
	margin-right:4%;
	margin-bottom:40px;
	float:left;
	}
  
	ul.itemList li:nth-child(2n) {
	margin-right:0;
	}

	ul.itemList li a.imgLink{
	width:100%;
	display:block;
	height:auto;
	margin-bottom:10px;
	}

	ul.itemList li a.imgLink img{
	width:100%;
	height:auto;
	}

	ul.itemList li a.textLink {
	font-size:100%;
	font-weight:bold;
	line-height:1.5;
	}

	ul.itemList li p.subExpl {
	display:block;
	padding:0.5em 0 0em 0;
	margin:0 0 10px 0;
	font-size:90%;
	color:#555;
	line-height:1.6em;
	height:3.7em;
	overflow:hidden;
	}

	ul.itemList li p.price {
	display:block;
	padding:0;
	margin:0;
	font-size:90%;
	color:#D61719;
	line-height:1em;
	font-weight:bold;
	text-align:right;
	}

	ul.historyList {
	width:100%;
	}

	ul.historyList li {
	width:49%;
	margin-right:2%;
	margin-bottom:40px;
	float:left;
	}
  
	ul.historyList li:nth-child(2n) {
	margin-right:0;
	}

	ul.historyList li a.imgLink{
	width:100%;
	display:block;
	height:auto;
	margin-bottom:12px;
	}
    
	ul.historyList li a.imgLink img{
	width:100%;
	height:auto;
	}

	ul.historyList li a.textLink {
	font-size:100%;
	font-weight:bold;
	line-height:2;
	}

	ul.historyList li p.subExpl {
	display:block;
	padding:0.5em 0 0em 0;
	margin:0 0 10px 0;
	font-size:80%;
	color:#555;
	line-height:1.6em;
	height:3.7em;
	overflow:hidden;
	}

	ul.historyList li p.price {
	display:block;
	padding:0;
	margin:0;
	font-size:90%;
	color:#D61719;
	line-height:1em;
	font-weight:bold;
	text-align:right;
	}
  
	section h2.sub.padding20 {
	padding-bottom:20px!important;
	}



	table.defaultTable {
	border-collapse: collapse;
	width:100%;
	margin:0 auto 30px auto;
	}

	table.defaultTable tr {
	border-bottom: #9E9E9E 1px dotted;

	}

	table.defaultTable th.t_top {
	border-top: #be1309 4px solid;
	}

	table.defaultTable th {
	text-align: left;
	padding: 15px 10px;
	font-weight: normal;
	background-color: #efefef;
	line-height:1.8;
	color:#333;
	vertical-align:top;
	width:25%;
	font-size:90%;
	}

	table.defaultTable td.t_top {
		border-top: #b3b3b3 4px solid;
	}

	table.defaultTable td {

	text-align: left;
	padding: 15px 10px;
	line-height:1.8;
	color:#333;
	width:75%;
	}
	table.defaultTable tr:hover {
	}

	table.defaultTable td span.nameLeft {
	display:block;
	float:left;
	clear:both;
	height:25px;
	line-height:25px;
	width:160px;
	}


	table.defaultTable td span.nameRight {
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	width:300px;
	}












	/* Q&A */

	section ul.question {
	width:100%;
	margin-top:0px;
	}

	section .question li {
	padding-top:10px;
	}

	section .question li h3 {
	display:block;
	width:100%;
	padding-left:5px;
	font-size:14px;
	font-weight:bold;
	}




	section ul.answer {
	width:100%;
	margin-top:0px;
	}

	section .answer li {
	padding-top:60px;
	margin-bottom:10px;
	}

	section .answer li span.ques {
	display:block;
	width:100%;
	padding-bottom:5px;
	padding-left:5px;
	border-bottom:2px solid #333;
	font-size:15px;
	margin-bottom:15px;
	font-weight:bold;
	}

	section .answer li p {
	display:block;
	width:100%;
	margin:0;
	padding:10px 0 10px 20px;
	font-size:14px;
	}

	section .answer li p a {
	color:#999;
	}


	/* --- contact お問い合わせ --- */

	section.contact {
	padding:0;
	}

	section.contact .contents {
	width:100%;
	margin:0 auto;
	}

	section.contact .contents h2 {
	width:100%;
	margin-bottom:20px;
	}

	section.contact .contents h2 .main {
	font-size:22px;
	font-weight:bold;
	color:#555;
	}

	section.contact .contents h2 .sub {
	font-size:13px;
	color:#555;
	}

	ul.companyProfile {
	width:100%;
	}

	ul.companyProfile li{
	display:table;
	border-bottom:1px solid #ccc;
	width:100%;
	}

	ul.companyProfile li span.left,ul.companyProfile li span.right {
	display:table;
	vertical-align:middle;
	}

	ul.companyProfile li span.left img {
	vertical-align: middle;
	margin-right:5px;
	}

	ul.companyProfile li span.left {
	width:100%;
	text-align:left;
	padding:20px 20px 0px 5px;
	}

	ul.companyProfile li span.right {
	width:100%;
	text-align:left;
	padding:10px 0 20px 0px;
	}

	.companyProfile input[type=text], .companyProfile  input[type=email], .companyProfile  textarea, input.wpcf7-text {
	  width: 100%;
	  padding: 7px;
	  border: 2px solid #ddd;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  -moz-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  border-radius: 2px;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	}

	.companyProfile input[type=date], .companyProfile select, .companyProfile input[type=number] {
	  width: 100%;
	margin-right:10px;
	  padding: 7px;
	  border: 2px solid #ddd;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  -moz-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  border-radius: 2px;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	}

	.companyProfile .wpcf7-submit {
	  width: 100%;
	  padding: 13px;
	  border: 2px solid #888;
	  color: #fff;
	  font-weight: bold;
	  background: #888;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  -moz-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	  border-radius: 2px;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	}


	/* --- スライドメニュー --- */

	.leftSlide {
	width: 100%;
	padding: 20px;
	}

	.leftSlide > li.menu {
	width: 100%;
	}

	.leftSlide > li:first-child {
	text-align:center;
	}

	.leftSlide > li:first-child img {
	width: 60%;
	height: auto;
	margin-bottom: 15px;
	padding: 0 0% 15px 0%;
	}

	.leftSlide > li.menu > a {
	display: block;
	color: #474747;
	text-decoration: none;
	background: url(https://mendika.jp/wp-content/uploads/2017/08/rightYajirushi_black.png) right center no-repeat;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
	padding: 12px 0px;
	font-size:100%;
	}

	.leftSlide > li.menu ul {
	width: 100%;
	padding: 0px 0 0px 20px;
	}

	.leftSlide > li.menu ul li{
	width: 100%;
	}

	.leftSlide > li.menu ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(https://mendika.jp/wp-content/uploads/2017/08/rightYajirushi_black.png) right center no-repeat;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
	padding: 12px 0px;
	font-size:100%;
	}




/* -----------------------------------
 * Slidebars
 * Version 0..10
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */

html, body, #sb-site, .sb-site-container, .sb-slidebar {
	/* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body {
	width: 100%;

}

html {
	height: 100%; /* Site is as tall as device. */
}

body {
	min-height: 100%;
	height: auto;
	position: relative; /* Required for static Slidebars to function properly. */
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden; /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
}

/* ----------
 * 002 - Site
 */

#sb-site, .sb-site-container {
	/* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
	width: 100%;
	position: relative;
	z-index: 1; /* Site sits above Slidebars */
	background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
	height: 100%;
	overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
	position: fixed;
	top: 0;
	z-index: 0; /* Slidebars sit behind sb-site. */
	display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
	background-color: #eee; /* Default Slidebars background colour, overwrite this with your own css. */
	-webkit-transform: translate(0px); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
	left: 0; /* Set Slidebar to the left. */
}

.sb-right {
	right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
	display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
	z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
	.sb-slidebar {
		width: 30%;
	}
	
	.sb-width-thin {
		width: 15%;
	}
	
	.sb-width-wide {
		width: 45%;
	}

@media (max-width: 480px) { /* Slidebar widths on extra small screens. */
	.sb-slidebar {
		width: 70%;
	}
	
	.sb-width-thin {
		width: 55%;
	}
	
	.sb-width-wide {
		width: 85%;
	}
}

@media (min-width: 481px) { /* Slidebar widths on small screens. */
	.sb-slidebar {
		width: 55%;
	}
	
	.sb-width-thin {
		width: 40%;
	}
	
	.sb-width-wide {
		width: 70%;
	}
}

@media (min-width: 768px) { /* Slidebar widths on medium screens. */
	.sb-slidebar {
		width: 40%;
	}
	
	.sb-width-thin {
		width: 25%;
	}
	
	.sb-width-wide {
		width: 55%;
	}
}

@media (min-width: 992px) { /* Slidebar widths on large screens. */
	.sb-slidebar {
		width: 30%;
	}
	
	.sb-width-thin {
		width: 15%;
	}
	
	.sb-width-wide {
		width: 45%;
	}
}

@media (min-width: 1200px) { /* Slidebar widths on extra large screens. */
	.sb-slidebar {
		width: 20%;
	}
	
	.sb-width-thin {
		width: 5%;
	}
	
	.sb-width-wide {
		width: 35%;
	}
}

/* ---------------
 * 004 - Animation
 */

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition: -moz-transform 400ms ease;
	     -o-transition: -o-transform 400ms ease;
	        transition: transform 400ms ease;
	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
 
.sb-hide { 
	display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}


}



