@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	position: relative;
	-webkit-font-smoothing: antialiased;
	color: #453012;
	line-height: 1.6;
}

body.home {
	background: url(../img/bg_index.jpg) repeat-y;
	background-size: 100% auto;
}

body.staff {
	background: url(../img/bg_staff.jpg) no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

body.access {
	background: url(../img/bg_access.jpg) no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

body.hair {
	background: url(../img/bg_hair.jpg) repeat-y;
	background-size: 100% auto;
}

body.nail {
	background-image: url(../img/bg_nail01.jpg), url(../img/bg_nail02.jpg);
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat; 
	background-size: 100% auto;
}


a {
    text-decoration: none;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	color: #424242;
}

a:hover,
a:focus {
	opacity: .8;
}

img {
	border: 0;
	vertical-align: middle;
}

.sp {
	display: none;
}

p {
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {

	body.home {
		background-image: url(../img/bg_header.png), url(../img/bg_index.jpg);
		background-repeat: no-repeat, repeat-y;
		background-size: 100% auto, 100% auto;
	}

}


/*  Layout Page
----------------------------------------------------------------------- */

.wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

.page_wrapper {
	width: 1000px;
	margin: 30px auto;
	clear: both;
}


@media screen and (max-width: 768px) {
	
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
}


@media screen and (max-width: 768px) {
	
	.wrapper {
		width: 100%;
		margin: 0 auto;
	}
	
	.page_wrapper {
		width: 100%;
	}
	
}


/*  Header
----------------------------------------------------------------------- */

.home header {
    width: 1050px;
	margin: 20px auto;
	position: relative;
}

.home h1.logo {
	width: 325px;
	height: 195px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9999;
	margin: 0;
}

.home h1.logo a:hover {
	opacity: 1;
}

h1.logo {
	width: 160px;
	height: 70px;
	margin: 20px auto;
}

@media screen and (max-width: 1024px) {
	
	.home header {
		width: 1024px;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 768px) {
	
	header {
		padding-top: 20px;
	}
	
	.home header {
		width: 100%;
	}
	
	h1.logo,
	.home h1.logo {
		width: 90px;
		height: 40px;
		top: auto;
		left: auto;
		position: relative;
		z-index: 9999;
		margin: 0 auto;
	}
	
	h1.logo img {
		width: 100%;
		height: auto;
	}
}


/*  Navigation
----------------------------------------------------------------------- */

nav {
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
	background: url(../img/bg_nav.jpg);
	box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 2px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 2px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 2px 2px;
}

.home nav {
	margin-top: 85px;
}

nav ul {
	list-style: none;
	margin: 0 135px;
}

nav ul li {
	float: left;
	background: url(../img/border_nav.png) no-repeat left center;
	height: 40px;
	padding: 0 35px;
}

nav ul li:last-child {
	background-image: url(../img/border_nav.png), url(../img/border_nav.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
}


nav ul li a {
  	position: relative;
  	display: inline-block;
  	width: 100%;
  	height: 100%;
	text-indent: -9999px;
	background: url(../img/nav_pc.png) no-repeat;
}

nav ul li:first-child a {
	width: 38px;
	background-position: 0 0;
}

nav ul li:nth-child(2) a {
	width: 57px;
	background-position: -110px 0;
}

nav ul li:nth-child(3) a {
	width: 46px;
	background-position: -240px 0;
}

nav ul li:nth-child(4) a {
	width: 135px;
	background-position: -360px 0;
}

nav ul li:nth-child(5) a {
	width: 76px;
	background-position: -567px 0;
}


@media screen and (max-width: 768px) {
	
	nav {
		overflow: hidden;
		width: 100%;
		margin-top: 35px;
		padding: 10px 0;
		background-image: url(../img/border_nav_sp.png), url(../img/bg_nav.jpg);
		background-position: center center, center center;
		background-repeat: no-repeat, no-repeat;
		box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 2px 2px;
		-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 2px 2px;
		-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 2px 2px;
	}
	
	.home nav {
		margin-top: 35px;
	}
	
	nav ul {
		margin: 0 10px;
	}
	
	nav ul li {
		width: 50%;
		background: none;
		margin: 15px 0;
		padding: 0;
		height: auto;
	}
	
	nav ul li a {
		height: 30px;
	}
	
	nav ul li:nth-child(3),
	nav ul li:nth-child(5) {
		background: url(../img/border_nav.png) no-repeat left center;
	}
	
	nav ul li:first-child {
		display: none;
	}
	
	nav ul li:nth-child(2) a {
		width: 100%;
		background: url(../img/nav_sp01.png) no-repeat center center;
		background-size: auto 30px;
	}
	
	nav ul li:nth-child(3) a {
		width: 100%;
		background: url(../img/nav_sp02.png) no-repeat center center;
		background-size: auto 30px;
	}
	
	nav ul li:nth-child(4) a {
		width: 100%;
		background: url(../img/nav_sp03.png) no-repeat center center;
		background-size: auto 30px;
	}
	
	nav ul li:nth-child(5) a {
		width: 100%;
		background: url(../img/nav_sp04.png) no-repeat center center;
		background-size: auto 30px;
	}

}



/*  Index
----------------------------------------------------------------------- */

.slider {
	width: 1050px;
	position: relative;
	z-index: 50;
	margin: 0 auto;
	padding: 19px 75px 0;
}

.slide_wrapper {
	width: 900px;
	margin: 50px auto;
}

.slider .frame {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 19px;
	left: 0;
}

.slider .frame img {
	width: 100%;
	height: auto;
}

.index_content {
	width: 940px;
	margin: 25px auto;
}

.index_content h2 {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

.index_content h2 img {
	width: auto;
	height: 15px;
}

.index_col2-1 {
	width: 630px;
	float: left;
}

.index_col2-2 {
	width: 270px;
	float: right;
}

.news_wrapper {
	background: url(../img/bg_news.png) no-repeat left top;
	position: relative;
	padding: 30px 40px;
}

.news_wrapper ul {
	list-style: none;
	height: 280px;
	overflow: scroll;
}

.news_wrapper ul li {
	font-size: 14px;
	background: url(../img/border_news.png) no-repeat left bottom;
	padding: 15px 10px;
}

.news_wrapper ul li:first-child {
	padding: 0 10px 15px;
}

.news_wrapper ul li span {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e50011;
	margin-bottom: 5px;
	display: block;
}

.blog_wrapper {
	padding: 25px 0 0;
}

.blog {
	background: url(../img/bg_blog_btn.jpg) left top;
	background-size: auto 100%;
	padding: 10px 20px;
	display: inline;
}

.blog img {
	width: 165px;
	height: auto;
}

.bg_news_top,
.bg_news_bottom {
	position: absolute;
}

.bg_news_top {
	top: -25px;
    left: 40px;
}

.bg_news_bottom {
	bottom: -32px;
	left: 15px;
}

.close_wrapper {
	background: url(../img/bg_close.png) no-repeat left bottom;
	background-size: 100% auto;
	padding: 10px 20px 20px;
	margin-bottom: 20px;
}

.close_list {
	margin: 0 -12px 0 0;
}

.close_wrapper h3 img {
	width: 130px;
	height: auto;
	display: block;
	margin: 0 auto 20px;
}

.close_wrapper .date {
	width: 65px;
	height: 65px;
	display: inline-block;
	margin: 0 12px 15px 0;
	background: url(../img/bg_close_date.png) no-repeat;
	background-size: 100% auto;
}

.close_wrapper .date p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 65px;
}

.info_wrapper {
	background: url(../img/bg_info.png) no-repeat left bottom;
	background-size: 100% auto;
	padding: 20px;
	margin-bottom: 20px;
}

.info_wrapper h3 img {
	width: 80px;
	height: auto;
	display: block;
	margin: 0 auto 20px;
}

.info_wrapper ul {
	list-style: none;
	margin-bottom: 30px;
}

.info_wrapper ul li {
	padding: 0 0 10px;
}

.info_wrapper ul li span {
	width: 55px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.info_wrapper ul li p {
	margin-left: 55px;
	font-weight: bold;
}

img.img_responsive {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1024px) {
	
	.slider {
		width: 1024px;
		padding: 19px 62px 0;
	}
	
}


@media screen and (max-width: 768px) {
	
	.slider {
		width: 100%;
		padding: 5px 30px 0;
	}
	
	.slide_wrapper {
		width: 100%;
	}
	
	.bg_frame {
		position: absolute;
		top: 5px;
		left: 15px;
		z-index: 9999;
	}
	
	.bg_frame img {
		width: 150px;
		height: auto;
	}
	
	.index_content {
		width: 100%;
		margin: 15px auto;
	}
	
	.index_col2-1,
	.index_col2-2 {
		max-width: 630px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	
	.index_col2-2 {
		margin: 20px auto 0;
	}
	
	.bg_news_top {
		top: -20px;
		left: 55px;
	}
	
	.bg_news_top img {
		width: 550px;
		height: auto;
	}
	
	.bg_news_bottom img {
		width: 300px;
		height: auto;
	}
	
	.news_wrapper {
		width: 96%;
		margin: 10px auto 0;
		padding: 30px 15px 15px;
		background-size: 100% auto;
	}
	
	.close_wrapper,
	.info_wrapper,
	.index_content h2 {
		width: 96%;
		margin: 0 auto;
	}
	
	.close_wrapper,
	.info_wrapper {
		margin: 0 auto 20px;
		background-size: 100% auto;
	}
	
	.close_wrapper {
		background: url(../img/bg_close_sp.png) no-repeat right bottom;
		background-size: 100% auto;
	}
	
	.close_list {
		margin: 0 -8px 0 0;
	}
	
	.close_wrapper .date p {
		line-height: 60px;
	}
	
	.close_wrapper .date {
		width: 60px;
		height: 60px;
		margin: 0 8px 15px 0;
	}
	
	.info_wrapper {
		background: url(../img/bg_info_sp.png) no-repeat right bottom;
		background-size: 100% auto;
	}
	
	.info_wrapper ul {
		max-width: 380px;
		width: 100%;
	}
	
	.info_wrapper img.img_responsive {
		max-width: 380px;
		width: 100%;
		height: auto;
	}
	
	.blog_wrapper {
		padding: 45px 0 0;
		width: 96%;
		margin: 0 auto;
	}
	
	.blog {
		display: block;
	}
	
	.blog img {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}


@media screen and (max-width: 414px) {
	
	.slide_wrapper {
		margin: 35px auto;
	}
	
	.news_wrapper {
		width: 96%;
		margin: 10px auto 0;
		padding: 15px 10px;
	}
	
	.news_wrapper ul {
		height: 210px;
	}
	
	.bg_frame {
		position: absolute;
		top: 5px;
		left: 10px;
		z-index: 9999;
	}
	
	.bg_frame img {
		width: 100px;
		height: auto;
	}
	
	.bg_news_top {
		top: -13px;
		left: 40px;
	}
	
	.bg_news_top img {
		width: 360px;
		height: auto;
	}
	
	.bg_news_bottom {
		bottom: -20px;
	}
	
	.bg_news_bottom img {
		width: 150px;
		height: auto;
	}
}

@media screen and (max-width: 375px) {
	
	.slider {
		padding: 2px 25px 0;
	}
	
	.news_wrapper ul {
		height: 190px;
	}
	
	.bg_news_top {
		top: -13px;
		left: 20px;
	}
	
	.bg_news_top img {
		width: 340px;
		height: auto;
	}
	
	.close_wrapper {
		padding: 10px 40px 20px;
	}
	
}

@media screen and (max-width: 320px) {
	
	.slider {
		padding: 2px 15px 0;
	}
	
	.news_wrapper ul {
		height: 155px;
	}
	
	.bg_news_top {
		top: -13px;
		left: 20px;
	}
	
	.bg_news_top img {
		width: 290px;
		height: auto;
	}
	
	.close_wrapper {
		padding: 10px 40px 20px;
	}
	
}


/*  Staff
----------------------------------------------------------------------- */

.staff_wrapper {
	width: 620px;
	margin: 0 auto;
}

.staff_wrapper .row {
	margin: 0 -30px;
}

.staff_wrapper ul {
	list-style: none;
	padding: 0 30px 30px;
	width: 50%;
}

.staff_wrapper ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.staff_wrapper ul li.name {
	background: url(../img/bg_staffname.png) no-repeat center center;
	background-size: 280px auto;
	padding: 0 20px;
}

.staff_wrapper ul li.name p {
	line-height: 64px;
	font-size: 20px;
	font-weight: bold;
}

.staff_wrapper ul li.name span {
	float: right;
	color: #b59979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.staff_wrapper .img_responsive {
	margin-bottom: 40px;
}

.left {
	float: left;
}

.right {
	float: right;
}

@media screen and (max-width: 767px) {
	.staff_wrapper {
		width: 100%;
	}
	
	.staff_wrapper .row {
		width: 280px;
		margin: 0 auto;
	}
	
	.staff_wrapper ul {
		width: 100%;
		padding: 0 0 30px;
	}
	
	.staff_wrapper img.sp {
		padding: 0 10px;
	}
}


/*  Access
----------------------------------------------------------------------- */

.access_wrapper {
	width: 480px;
	float: right;
}

.access_info {
	background: url(../img/logo_s.png) no-repeat left center;
	background-size: 110px auto;
	margin: 20px 0 35px;
}

.access_info p {
	margin-left: 135px;
	color: #efede7;
	font-size: 15px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.access_wrapper {
		margin-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	
	.access_wrapper {
		width: 96%;
		float: none;
		margin: 0 auto;
	}
	
	.access_info {
		background: url(../img/logo_s.png) no-repeat left center;
		background-size: 90px auto;
	}
	
	.access_info p {
		margin-left: 110px;
		font-weight: bold;
	}
	
	.gmap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
 
	.gmap iframe,
	.gmap object,
	.gmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}


/*  Hair
----------------------------------------------------------------------- */

.hair .page_wrapper {
	margin: 0 auto;
	background: url(../img/bg_hair_content.png) no-repeat top center;
	padding: 30px 170px 0 110px;
	height: 1245px;
}

.hair h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	background: url(../img/border01.png) no-repeat left bottom;
}

.hair h2 span {
	color: #e60012;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
}

.hair .page_wrapper ul {
	list-style: none;
	padding-bottom: 40px;
}

.hair .page_wrapper ul li {
	padding: 20px 60px;
	background: url(../img/border02.png) no-repeat left bottom;
}

.hair .page_wrapper ul li .menu {
	float: left;
	width: 115px;
	font-weight: bold;
}

.hair .page_wrapper ul li .price {
	margin-left: 115px;
}

.hair .page_wrapper .row {
	margin-right: -25px;
}

.hair .page_wrapper .col2 {
	width: 50%;
	padding-right: 25px;
	float: left;
}

.hair .page_wrapper h3 {
	font-size: 16px;
	padding: 10px 0 15px;
}

.hair .page_wrapper ul.long {
	width: 50%;
	overflow: hidden;
	padding-bottom: 10px;
}

.hair .page_wrapper ul.long li {
	background: none;
	border: dashed #c0a17f;
	border-width: 1px 1px 1px 0;
	padding: 0;
	width: 33.3333333%;
	float: left;
	line-height: 70px;
	text-align: center;
	font-size: 14px;
}

.hair .page_wrapper ul.long li:first-child {
	border-width: 1px;
}

@media screen and (max-width: 768px) {
	.hair .page_wrapper {
		width: 768px;
		background-size: 720px auto;
		padding: 30px 120px 0 70px;
		height: 930px;
	}
	
	.hair h2,
	.hair .page_wrapper h3 {
		font-size: 15px;
	}
	
	.hair h2 span {
		margin-left: 10px;
	}
	
	.hair .page_wrapper ul li {
		padding: 15px 20px;
	}
	
}

@media screen and (max-width: 736px) {
	.hair .page_wrapper {
		width: 736px;
		background-size: 720px auto;
		padding: 30px 120px 0 70px;
		height: 930px;
	}
	
	.hair h2,
	.hair .page_wrapper h3 {
		font-size: 16px;
	}
	
	.hair h2 span {
		margin-left: 15px;
	}
	
	.hair .page_wrapper .row {
		margin-right: 0;
	}
	
	.hair .page_wrapper .col2 {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	.price_wrapper {
		overflow: scroll;
		height: 560px;
	}
	
	.hair .page_wrapper ul.long {
		width: 100%;
	}
	
}


@media screen and (max-width: 667px) {
	.hair .page_wrapper {
		width: 667px;
		background-size: 650px auto;
		padding: 30px 85px 0 40px;
		height: 820px;
	}
	
	.hair h2,
	.hair .page_wrapper h3 {
		font-size: 16px;
	}
	
	.hair h2 span {
		margin-left: 15px;
	}
	
	.hair .page_wrapper .row {
		margin-right: 0;
	}
	
	.hair .page_wrapper .col2 {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	.price_wrapper {
		overflow: scroll;
		height: 550px;
	}
	
	.hair .page_wrapper ul.long {
		width: 100%;
	}
	
}

@media screen and (max-width: 568px) {
	.hair .page_wrapper {
		width: 568px;
		background-size: 560px auto;
		padding: 30px 85px 0 40px;
		height: 700px;
	}
	
	.hair h2,
	.hair .page_wrapper h3 {
		font-size: 16px;
	}
	
	.hair h2 span {
		margin-left: 15px;
	}
	
	.hair .page_wrapper .row {
		margin-right: 0;
	}
	
	.hair .page_wrapper .col2 {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	.price_wrapper {
		overflow: scroll;
		height: 450px;
	}
	
	.hair .page_wrapper ul.long {
		width: 100%;
	}
	
}


@media screen and (max-width: 414px) {
	.hair .page_wrapper {
		width: 414px;
		background-size: 400px auto;
		padding: 30px 65px 0 30px;
		height: 510px;
	}
	
	.hair h2,
	.hair .page_wrapper h3 {
		font-size: 16px;
	}
	
	.hair h2 span {
		margin-left: 15px;
	}
	
	.hair .page_wrapper .row {
		margin-right: 0;
	}
	
	.hair .page_wrapper .col2 {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	.price_wrapper {
		overflow: scroll;
		height: 360px;
	}
	
	.hair .page_wrapper ul.long {
		width: 100%;
	}
	
}

@media screen and (max-width: 375px) {
	.hair .page_wrapper {
		width: 375px;
		background-size: 360px auto;
		padding: 30px 55px 0 30px;
		height: 460px;
	}
	
	.price_wrapper {
		height: 330px;
	}
	
	.hair .page_wrapper ul {
		padding-bottom: 30px;
	}

}

@media screen and (max-width: 320px) {
	.hair .page_wrapper {
		width: 320px;
		background-size: 300px auto;
		padding: 30px 55px 0 30px;
		height: 380px;
	}
	
	.hair h2 span {
		display: block;
		margin-left: 0;
	}
	
	.hair .page_wrapper ul li {
		padding: 15px 10px;
	}
	
	.price_wrapper {
		height: 280px;
	}
	
	.hair .page_wrapper ul.long li {
		width: 100%;
		float: none;
		border-width: 0 1px 1px 1px;
		line-height: 40px;
	}
}


/*  Nail Eyelash
----------------------------------------------------------------------- */

.nail_price_wrapper {
	padding: 0 100px;
	margin: 0 auto;
}

.nail h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	background: url(../img/border01.png) no-repeat left bottom;
}

.nail h2 span {
	color: #e60012;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
}

.nail h3 {
	padding: 25px 35px 10px;
	font-size: 14px;
}

.nail_price_wrapper ul {
	list-style: none;
	margin: 0 35px;
	background: url(../img/border02.png) no-repeat left bottom;
}

.nail_price_wrapper ul:last-child {
	background: none;
}

.nail_price_wrapper ul li {
	padding: 15px 30px;
	border-bottom: 1px dashed #daccae;
	overflow: hidden;
}

.nail_price_wrapper ul.eyelash .menu {
	width: 220px;
	float: left;
	clear: both;
}

.nail_price_wrapper ul.eyelash .menu span {
	display: none;
}

.nail_price_wrapper ul.eyelash .menu.plus {
	padding-top: 10px;
}

.nail_price_wrapper ul.eyelash .menu_l {
	width: 340px;
	float: left;
	clear: both;
}

.nail_price_wrapper ul.eyelash .menu_l span {
	font-size: 12px;
	display: block;
}

.nail_price_wrapper ul.eyelash .detail {
	width: 130px;
	float: left
}

.nail_price_wrapper ul.eyelash .second {
	margin-left: 220px;
	padding-top: 10px;
	clear: both;
}

.nail_price_wrapper ul.eyelash .price {
	width: 300px;
	float: left;
}

.nail_price_wrapper ul.eyelash .price_single {
	margin-left: 350px;
}

.nail_price_wrapper ul.eyelash li.single {
	padding: 20px 0;
	border-bottom: none;
	background: url(../img/border02.png) no-repeat left bottom;
}

.nail_price_wrapper ul.eyelash li.single:last-child {
	background: none;
	margin-bottom: 50px;
}

.nail_price_wrapper ul.eyelash li.single h3 {
	padding: 0;
	width: 380px;
	float: left;
}

@media screen and (max-width: 768px) {
	
	.nail_price_wrapper {
		padding: 0;
		width: 96%;
		margin: 0 auto;
	}

	.nail h3 {
		padding: 25px 10px 0;
	}
	
	.nail_price_wrapper ul {
		margin: 0 10px;
	}
	
	.nail_price_wrapper ul li {
		padding: 15px 10px;
	}
	
	.nail_price_wrapper ul.eyelash .menu,
	.nail_price_wrapper ul.eyelash .menu_l {
		width: 100%;
		float: none;
	}
	
	.nail_price_wrapper ul.eyelash .detail {
		padding-left: 10px;
	}
	
	.nail_price_wrapper ul.eyelash .detail,
	.nail_price_wrapper ul.eyelash .price {
		width: 50%;
	}
	
	.nail_price_wrapper ul.eyelash .second {
		margin-left: 0;
		padding-top: 5px;
	}
	
	.nail_price_wrapper ul.eyelash .price_single {
		margin-left: 0;
		padding-left: 10px;
	}
	
	.nail_price_wrapper ul.eyelash li.single h3,
	.nail_price_wrapper ul.eyelash .menu span {
		display: block;
	}
	
	.nail_price_wrapper ul.eyelash .menu.plus {
		display: none;
	}
	
}

/*  Scroll to Top
----------------------------------------------------------------------- */

#page-top {
	position: fixed;
	bottom: 80px;
	right: 15px;
	font-size: 0px;
}
	
#page-top a {
	display: block !important;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: rgba(112,75,39,0.8) url(../img/btn_scroll.png) no-repeat center center;
	background-size: 30px auto;
}




/*  Footer
----------------------------------------------------------------------- */

footer {
	width: 100%;
	clear: both;
	padding: 15px;
	overflow: hidden;
}

footer p,
footer p a {
	color: #453012;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

footer p.copy {
	float: left;
}

footer p.credit {
	float: right;
}


@media screen and (max-width: 767px) {
	
	footer p.copy,
	footer p.credit {
		float: none;
		text-align: left;
	}
}