@charset "UTF-8";
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, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


html {

}

body {
	width: 100%;
  line-height: 1.8;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 100%;
  color: #4A3C37;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  margin: 0;
  padding: 0;
  color: #4A3C37;
  text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: none;
	opacity: 0.7;
}
a:focus span, a:hover span, .active a span {
	border-bottom: 1px solid #a19488;
	padding-bottom: 3px;
}

p + p{margin-top: 1rem;}
ul {
  list-style: none;
}

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








.container {
	position: relative;
}
/*-------------*/


.header{
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  background-color: rgba(50,35,21,0.9);
  color: #a19488;
}
.header .tel a{
  color: #a19488;
}
/*-------------*/
.header-link {
	position: absolute;
	top: 10px;
    left: 20px;
}
.header-link li{
	margin-bottom: 5px;
}
@media screen and (max-width: 1024px){
	.header-link{
		top: 20px;
	}
	.header-link li{
		margin-bottom: 10px;
	}
}
/*-------------*/
.header-info {
	position: absolute;
	top: 10px;
    right: 20px;
}
.header-info li{
	font-size: 120%;
	font-weight: 100;
	text-align: right;
}
/*-------------*/
.header-logo {
	text-align: center;
	padding-top: 25px;
	margin-bottom: 30px;
}
/*-------------*/
.header-nav {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	justify-content: space-around;
}
.header-nav li {
  margin: 0 5px;
}
.header-nav li a {
  color: #a19488;
  display: block;
  padding: 14px 25px;
  font-size: 120%;
}
.header-nav li.home a {
	background: url(../img/icon_home.png) 0% 50% no-repeat;
}
/*-------------*/
.main {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 100px;
}
/*-------------*/
.mainimg{
	height: 580px;
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
.nail .mainimg{
	background-image: url(../nail/img/mainimg.jpg);
}
.eyelash .mainimg{
	background-image: url(../eyelash/img/mainimg.jpg);
}
.faq .mainimg{
	background-image: url(../faq/img/mainimg.jpg);
}
.gallery .mainimg{
	background-image: url(../gallery/img/mainimg.jpg);
}
.whitening .mainimg{
	background-image: url(../whitening/img/mainimg.jpg);
}
.mainimg .page-title{
	margin: 0 auto;
	text-align: left;
	padding-top: 320px;
}
/*-------------*/
.breadcrumbs{
	font-size: 80%;
	padding: 5px 0;
	margin-bottom: 50px!important;
}
.breadcrumbs a{
	text-decoration: underline;
}
/*-------------*/
.contents {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}
/*-------------*/
.section{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
/*-------------*/
.footer {
	position: relative;
	color: #a19488;
	background-color: #322315;
	padding-top: 60px;
	text-align: center;
}
.footer a{
	color: #a19488;
	text-decoration: underline;
}
.footer-info{
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.footer-logo{
	margin-top: 50px;
}
.footer-info>div{
	margin-bottom: 50px;
}

@media screen and (min-width: 768px){
	.footer-info{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.footer-info>div{
		-webkit-box-flex: 1;
		box-flex: 1;
		width:100%;
		margin-bottom: 0px;

	}
	.footer-info>div:nth-child(1){
		border-right:1px solid #4a3d32;
	}
}
.footer-sns{
	-webkit-justify-content: center;
	justify-content: center;
}
.footer-sns>li{
	margin: 0 15px;
}
/*-------------*/
.copyright {
  text-align: center;
  font-size: 90%;
  font-weight: normal;
  color: #a19488;
  padding: 5px;
}
/*-------------*/
.manager-page{
	position: absolute;
    bottom: 5px;
    right: 20px;
    font-size: 0.9rem;
}
/*-------------*/
.pageTop a{
	position:fixed;
	bottom:100px;
	right:20px;
	z-index: 1;
}












/*common*/
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.cf{
	zoom:1;
}
@media print{
	.cf{
		overflow:hidden;
	}
}
.cf:after{
	content:"";
	display:block;
	clear:both;
}

.mb { margin-bottom: 18px !important;}
.mb0 { margin-bottom: 0   !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.mb60 { margin-bottom:60px !important;}
.mb70 { margin-bottom:70px !important;}
.mb80 { margin-bottom:80px !important;}
.mb90 { margin-bottom:90px !important;}
.mb100 { margin-bottom:100px !important;}


.mb1{margin-bottom:1px!important;}
.mb2{margin-bottom:2px!important;}
.mb3{margin-bottom:3px!important;}
.mb4{margin-bottom:4px!important;}
.mb6{margin-bottom:6px!important;}
.mb7{margin-bottom:7px!important;}
.mb8{margin-bottom:8px!important;}
.mb9{margin-bottom:9px!important;}
.mb11{margin-bottom:11px!important;}
.mb13{margin-bottom:13px!important;}
.mb14{margin-bottom:14px!important;}
.mb16{margin-bottom:16px!important;}
.mb17{margin-bottom:17px!important;}
.mb18{margin-bottom:18px!important;}
.mb19{margin-bottom:19px!important;}
.mb21{margin-bottom:21px!important;}
.mb22{margin-bottom:22px!important;}



.lh18 {line-height:18px !important;}
.lh19 {line-height:19px !important;}
.lh20 {line-height:20px !important;}
.lh21 {line-height:21px !important;}
.lh22 {line-height:22px !important;}
.lh23 {line-height:23px !important;}
.lh24 {line-height:24px !important;}
.lh25 {line-height:25px !important;}



.taL { text-align:left !important;}
.taR { text-align:right !important;}
.taC { text-align:center !important;}




