@charset "utf-8";
.sp {
	display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.pc {
		display: block !important;
	}
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#main {
		margin-bottom: 79px;
	}
		
}
.productBox .salon,
.productBox2 .salon{
    text-align: center;
    font-size:1.3rem;
}

.fixedWrap {
	position: fixed;
	width: 1200px;
	margin: 0 auto;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1,
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
	background-color: #fff;
}
.zdo_drawer_nav {
	font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}
.zdo_drawer_nav li {
	margin-bottom: 0;
}
.zdo_drawer_nav li a {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #f3f3f3;
	background-image: url(../img/bg/menu.jpg);
	background-size: cover;
	background-position: 0 -5px;
}
.menuBottom, .menuBottom ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menuBottom {
	width: 70%;
	margin: 0 auto;
}
.menuBottom img.logo {
	width: 85%;
}
.menuBottom ul {
	width: 45%;
    margin: 0 auto;
}
.menuBottom ul img {
	width: 100%;
}
.menuBottom ul li:first-child {
	margin-right: 10px; 
}

.copy_menu {
	font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
	text-align: center;
	color: #999999;
	margin-top: 2em;
}

@media screen and (max-width: 749px) {
	.zdo_drawer_nav li a {
		padding: 4vw 0 4vw .8vw;
	}
	.menuBottom ul {
		width: 90%;
	}
	.menuBottom img {
		width: 80%;
	}
}