@charset "utf-8";
.start {
	background: #fff9ff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.start p {
	position: fixed;
  color: #44244d;
	left: 55%;
	top: 45%;
	transform: translate(-50%, -50%);
  font-size: 50px;
	display: none;
	z-index: 2;
	width: 280px;
}

body{
  background-color: #fff9ff;
  color:#696969;
  font-family: 'Thasadith', sans-serif;
  font-weight: 530;
  max-width:960px;
  margin:0 auto;
  padding:0;
	font-size: 15px;
}
h1{
  text-align: center;
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1:before, h1:after {
  border-top: 1px solid;
  content: "";
  width: 2.5em;
}
h1:before {
  margin-right: 1em;
}
h1:after {
  margin-left: 1em;
}
.header {
  margin:0 auto 20px;
  padding:40px 0 0;
  height:60px;
  position:relative;
  text-align:left;
  width:100%;
}
.logo {
  position:absolute;
  left:0px;
  font-weight:normal;
  margin:0 15px;
  padding:0;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: .3em;
	}
.globalMenuSp {
  position:absolute;
  top:60px;
  right:20px;
}
.logo,
.globalMenuSp{
	animation-name: fadeInAnime;
	animation-fill-mode:backwards;
	animation-duration:2.5s;
	animation-iteration-count:1;
	animation-timing-function:ease;
	animation-delay: 2.5s;
	animation-direction:normal;
}
@keyframes fadeInAnime{
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

}
.globalMenuSp ul {
  list-style:none;
  margin:0;
  padding:0;
}
.globalMenuSp ul li{
  list-style:none;
  margin:0;
  padding:0 40px;
  display:inline;
  letter-spacing: .3em;
}
.globalMenuSp li a{
  text-decoration: none;
  color: #696969;
  font-weight: 700;
  font-size:20px;
}

.globalMenuSp li a:hover{
  text-decoration: underline;
    opacity: .6;
}
.globalMenuSp li a:focus{
  outline: none;
  color:#084e3d;
}
a{
  color: #696969;
}
.fade img{
  width:100%;
  height:auto;
  margin:0 0 20px;
  position:relative;
}
.about img{
  float:left;
  width:410px;
  height: auto;
  margin: 0;
  padding: 0;
}
.text{
  float:right;
  width:450px;
  letter-spacing: .3em;
  margin:0 ;
  padding:0;
	line-height: 1.7;
	font-size: 15px;
	font-weight: 490;
}
div:after{
  content:"";
  display:block;
  clear:both;
}
td{
  text-align: right;
  letter-spacing: .3em;
}
th{
  text-align: left;
  letter-spacing: .3em;
}
.name{
  text-decoration:underline;
  font-size: 19px;
	padding-top: 15px;
	font-weight: bold;
}
.name_top{
	text-decoration:underline;
	font-size: 19px;
	padding: 0;
	margin: 0;
}
.menu{
  margin: 0;
	padding: 0;

}
.price{
	font-weight: 550;
  font-size: 15px;
  margin: 0;
  padding: 0;
	line-height: 1.6;
}
.price_left{
  float:left;
  width:450px;
  margin:0 auto;
}
.price_right{
  float:right;
  width:450px;
  margin:0 auto;
}
.salon img{
  height: auto;
  width:450px;
  margin: 0;
  padding: 0;
  float: left;
}
.info{
  float: right;
  text-align: left;
  width: 450px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.salon dl{
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.salon dl dt {
  float: left;
  width: 7em;
  padding: 10px 0;
  margin:0;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: .3em;
}

.salon dl dd {
  padding: 10px 0 10px 10em;
  line-height: 150%;
  margin:0;
  border-bottom: 1px #5E2622 dotted;
  letter-spacing: .3em;
}
.salon dd img{
  width:30px;
  height: auto;
  margin:-4px;
}
.salon dd img:hover{
	opacity: 0.5;
}
.salon dd a:hover{
	opacity: 0.5;
}
.reserve{
	position: fixed;
	bottom: 0;
	right: 80px;
	text-align: center;
}
.btn-square-shadow {
	font-size: 10px;
  display: inline-block;
	margin:  0;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #d2afdf;
  color: #FFF;
  border-bottom: solid 4px #b997c6;
  border-radius: 5px;
	letter-spacing: .2em;
}
.btn-square-shadow:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.btn-square-shadow:hover{
	opacity: 0.5;
}
.wrapper{
  overflow: hidden;
}
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeUpTrigger{
    opacity: 0;
}
.map{
  text-align: center;
  width:100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.page_top {
    position: fixed;
    bottom: 25px;
    right: 20px;
		margin: 0;
}
.page_top a {
    background-color: #c0c0c0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 12px 12px;
}
.page_top a:hover {
  opacity: 0.5;
    text-decoration: none;
}
footer {
	width: 100%;
  height: 130px;
  margin: 0;
text-align: center;
}
.copyright{
	font-size: 14px;
	letter-spacing: .1em;
display: block;
text-align: center;
margin-top: 10px;
}
.instagram{
	font-size: 14px;
}
.instagram img{
	width:40px;
  height: auto;
padding: 0;
margin: 0;
}
.instagram img:hover{
	opacity: 0.5;
}
.footer_menu{
text-align: center;
}
.footer_menu li{
	list-style: none;
	letter-spacing: .3em;
	padding: 0 20px;
	display:inline;
}
.footer_menu li a{
font-size:15px;
text-decoration: none;
}
.footer_menu li a:hover{
	opacity: 0.5;
	text-decoration: underline;
}

@media(max-width:960px){
	.start p {
		position: fixed;
	  color: #44244d;
		left: 75%;
		top: 50%;
		transform: translate(-50%, -50%);
	  font-size: 30px;
		display: none;
		z-index: 2;
		width: 280px;
	}
  header{
    height: 80px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  body{
    font-size: 11px;
    width:0 auto;
  }
  h1{
    margin: 10px;
    padding: 0;
    font-size: 20px;
  }
  .globalMenuSp ul li{
    display: block;
  }
  li a:focus{
    outline: none;
    color:#336666;
  }
  .logo{
    font-size: 27px;
    margin-left: 10px;
    padding: 0;
		animation-name: fadeInAnime;
		animation-fill-mode:backwards;
		animation-duration:1.5s;
		animation-iteration-count:1;
		animation-timing-function:ease;
		animation-delay: 1.5s;
		animation-direction:normal;
	}
	@keyframes fadeInAnime{
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}
  div:after{
    content:"";
    display: block;
    clear:both;
  }
  .fade img{
    width:100%;
    height:auto;
    margin: 0;
    padding: 0;
  }
  .about{
    display:block;
  }
  .about img{
    float: none;
    margin:0 ;
    padding: 0;
    width:100%;
    height: auto;
  }
  .text{
    float: none;
    max-width:320px;
    margin:auto;
    padding: 10px;

  }
  .menu{
    margin-top: 40px;
  }
  .price{
    display: block;
    font-size: 10px;
    margin: 0 auto;
  }
  .price_left{
    float:none;
    width:0 auto;
    max-width:320px;
  }
  .price_right{
    float: none;
    margin:0 auto;
    max-width:320px;
  }
	.name_top{
		font-size: 13px;
		padding-top: 15px;
	}
  .name{
    font-size: 13px;
  }
  .salon{
    display:block;
  }
  .salon img{
    float: none;
    margin: 0;
    width:100%;
    height: auto;
  }
  .info{
    font-size: 11px;
    float: none;
    margin: 0 auto;
    max-width: 320px;
  }
  .salon dl dt {
    padding-left: 10px;
  }
  .salon dl dd {
    padding: 10px 0 10px 9em;
  }
  .salon dd img{
    width:30px;
    height: auto;
    margin:-12px 3px;
  }
  .map{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .map iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

	.footer_menu li {
		font-size: 7px;
		padding:0 10px;
	  display:inline;
	  letter-spacing: .3em;
}
	footer p{
		display: flex;
		width: 100%;
		text-align: center;
	}
 　.globalMenuSp {
		animation-name: fadeInAnime;
		animation-fill-mode:backwards;
		animation-duration:2.5s;
		animation-iteration-count:1;
		animation-timing-function:ease;
		animation-delay: 2.5s;
		animation-direction:normal;
	}
	@keyframes fadeInAnime{
		0% {
			opacity: 0;
		}

		100% {
			opacity: 0;
		}
	}
  .hamburger {
	  margin: 5px;
    display : block;
    position: fixed;
    z-index : 3;
    right : 10px;
    top   : 10px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba(0,0,0,0.7);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;

  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;

  }

}
