@charset "UTF-8";

/* ==========================================================================
   #base
========================================================================== */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 12px;
	color: #333333;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
img {
	width: 100%;
	display: block;
}
a:link {
	display: block;
	opacity: 1;
	transition: all .5s ease;
}
a:hover {
	opacity: .6;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* ==========================================================================
   #style
========================================================================== */
.l_header, .l_content, .l_footer {
	max-width: 580px;
	margin: 0 auto;
}
.s-menu__block {
	position: relative;
}
.s-menu__btn {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 8.333333vw;
}
.s-menu__btn a {
	margin-top: 1.5vw;
}
.s-salon__map {
	padding: 0 6.666666vw;
}
.s-salon__map iframe {
	width: 100% !important;
	height: 66.666666vw;
}

@media screen and (min-width: 580px) {
	.s-menu__btn {
		padding: 0 50px;
	}
	.s-menu__btn a {
		margin-top: 10px;
	}
	.s-salon__map {
		padding: 0 38px;
	}
	.s-salon__map iframe {
		height: 450px;
	}
}



































