@charset "utf-8";
/* CSS Document */


body {
  font-family: 'Scada', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  color: #000;
    height: 100%;
}
a {  
	color: #777;
}
a[href^="tel:"] {
    cursor: default;
	text-decoration: underline;
}
h1 {
	margin: 0 0 0 .3em;
	padding:0;
}
h3 {
	font-size: 120%;
}


h3 span {
	text-align: center;
	font-family: 'Lusitana', serif;
}

h2 {
	font-size: 250%;
	font-weight: 400;
	font-family: 'Lusitana', serif;
    margin-bottom: 40px;
    letter-spacing: 2px;
    position: relative;
	display: block;
	text-align: center;
	line-height: 2;
}

h2:after {
    content: "";
    display: block;
    width: 76px;
    height: 2px;
    background: #5b4c5c;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
}

.img-responsive-overwrite{
    margin: 0 auto;
}
.navbar {
  margin-bottom: 0;
	font-family: 'Lusitana', serif;
	background-color:#FFF;
}
.navbar-default .navbar-nav>li>a  {
    color: #000;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #777;
	text-decoration: underline;
}
.navbar-brand {
  background: url("../img/logo.png") no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 70px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;

}


body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/top.jpg) center/cover no-repeat;
  -webkit-background-size:cover;
}

header {
	padding-top: 50px;
	margin-top:-50px;
	min-height: 100vh;
	min-width: 100%;
}


header .header-content {
  position: relative;
  text-align: center;
  padding: 12% 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  background: url("../img/logo-w.png") no-repeat center center;
  background-size: contain;
  height: 80px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.logo-access {
  background: url("../img/logo.png") no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 70px;
}
ul.top-menu {
	text-shadow: 2px 2px 3px rgba(0,0,0,1);
	margin-top: 3em;
}
ul.top-menu li a {
	color: #fff;
	font-size: 120%;
	font-family: 'Lusitana', serif;
}


.arrowup {
	text-align: center;
	padding: 50px}

body {
	padding-top: 50px;
}
.row {
	padding-top: 50px;
	margin-top:-50px;
}

.salon-info {
	margin-top: 30px;
}
#salon p {
	font-size: 120%;
	text-align:left;
}
#slide {
	margin-top: 30px;
}


#access {
	padding-top: 50px;
	margin-top:-50px;
	position: relative;
	min-height: 80vh;
}
#access p {
	font-size: 120%;
}

#price {
	min-height: 80vh;
	background-color: #e7e7e7;
}
#price p {
	text-align: center;
	line-height: 3;
	font-size: 110%;
}

#map {
	min-height: 70vh;
}
#map-canvas{
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 30px;
}

#staff {
	min-height: 80vh;}
	
#staff p {
	font-size: 120%;}


.container-fluid {
	background-color:#FFF;
}
footer {
	background-color:#FFF;
	min-height: 5vh;
	text-align: center;
	font-style:italic;
	border-top: 1px solid #CCC;
	padding-top: 1em;
	}

/* ------------------------------
   loopSlider
------------------------------ */


.simply-scroll-container {
    position: relative;

}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left;
    padding: 0;
    margin: 0;
    width: 400px;
    height: auto;
	list-style: none;
}
.simply-scroll-list li img {
    display: block;
    width: 400px;
}



@media (max-width: 480px) {

header .header-content {
  position: relative;
  text-align: center;
  padding: 30% 15px 100px;
  width: 100%;
}

.staff-prof h3{
	padding-left: 0em;}

}


@media (min-width: 768px) {

a[href^="tel:"] {
	pointer-events: none;
	color: #000;
	text-decoration: none;
}

h2,h3 {
	line-height: 3;
}


.navbar-brand {
  height: 50px;
  width: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
ul.top-menu {
	font-size: 140%;
}

.staff-prof h3 {
	text-align: left;
}
header .header-content {
  position: relative;
  padding: 15% 20% 100px;
  width: 100%;
  text-align: left;
}

header .header-content .header-content-inner h1 {
	height: 105px;
}

.simply-scroll-list li {
    width: 600px;
    height: auto;
}
.simply-scroll-list li img {
    width: 600px;
}


#map #map-canvas {
	margin-top: 50px;
	padding: 10px;
}

#price p {
	font-size: 120%;}

}

@media (min-width: 992px) {

header .header-content .header-content-inner h1 {
	width: 300px;
}
}

@-moz-document url-prefix() {
  .navbar-brand {
	  padding: 0;
  }
}