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

html,
body{
  margin:0;
  padding:0;
  width:100%;
  min-width:980px;
  font-size:13px;
  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;
  }
ul,li,p,h1,h2,h3,h4{
  margin:0;
  padding:0;
  }
body{
  background-image:url(image/wall.jpg);
  }
header{
  background:#fff;
  height:auti;
  }
header img{
  width:100%;
  height:auto;
  margin:0;
  display:block;
  }
nav{
  background:#42210b;
  width:100%;
  height:114px;
  }
nav ul{
  display:block;
  width:980px;
  margin:0 auto;
  }
nav li{
  display:block;
  width:158px;
  height:114px;
  float:left;
  margin-left: 42px;
  }
nav li:first-child{
  margin-left: 11px;
  }
nav li a{
  box-sizing:border-box;
  display:block;
  width:100%;
  height:100%;
  background: url(image/slice.png) no-repeat;
  background-position: 0 -6px;
  text-decoration:none;
  color:#fff;
  text-align:center;
  padding-top: 74px;
  position:relative;
  }
nav li:nth-of-type(2) a{
  background-position:-158px -6px;
  }
nav li:nth-of-type(3) a{
  background-position:-316px -6px;
  }
nav li:nth-of-type(4) a{
  background-position:-474px -6px;
  }
nav li:nth-of-type(5) a{
  background-position:-632px -6px;
  }
nav li:nth-of-type(5) a:after{
  display:block;
  content:"";
  width:14px;
  height:14px;
  background:url(image/slice.png) no-repeat;
  background-position:-259px -505px;
  position:absolute;
  bottom: 25px;
  right: 16px;
  }
nav li a:hover{
  background-color: hsla(0,0%,0%,0.30);
  transition:all 0.3s linear;
  }
nav ul:after{
  display:block;
  content:"";
  width:0;
  height:0;
  clear:both;
  }

section{
  box-sizing:border-box;
  width:874px;
  height:auto;
  padding:43px 28px;
  margin:67px auto 0;
  background-color:hsla(0,0%,100%,0.70);
  position:relative;
  overflow:hidden;
  color:#333333;
  }
section:before,
section:after{  
  display:block;
  content: "";
  width:100%;
  height:43px;
  background-image:url(image/bolt.png);
  position:absolute;
  left:0;
  }
section:before{
  top:0;
  }
section:after{
  bottom:0;
  display:block;
  float:none;
  clear:both;
  }
section h1{
  box-sizing:border-box;
  display:block;
  width:100%;
  height:60px;
  border-bottom:2px solid #42210b;
  background-image:url(image/slice.png);
  background-position:0 -114px;
  text-align:right;
  background-repeat:no-repeat;
  font-size:1.2em;
  padding:10px 10px 0 0;
  margin-bottom:61px;
  }
section:nth-of-type(2) h1{
  background-position:0 -174px;
  }
section:nth-of-type(3) h1{
  background-position:0 -234px;
  }
section:nth-of-type(4) h1{
  background-position:0 -294px;
  margin-bottom: 20px;
  }

footer{
  margin-top:57px;
  width:100%;
  height:97px;
  background:#42210b;
  }
footer>div{
  width:960px;
  height:97px;
  margin:0 auto;
  }
  
#salon-info>div{
  width:295px;
  margin-left:42px;
  height:1100px;
  float:left;
  }
#salon-info>img{
  display:block;
  width:352px;
  height:auto;
  margin-left:70px;
  margin-top:55px;
  float:left;
  }
#salon-info>img:nth-of-type(1){
  margin-top:0;
  }
#salon-info h2{
  color:#534741;
  margin-bottom:15px;
  text-align:center;
  }
#salon-info h4{
  border-bottom:1px solid #000;
  color:#534741;
  font-size:1.3em;
  font-weight:normal;
  letter-spacing:0.2em;
  padding-left:10px;
  margin:30px 0 15px 0;
  }
.c{
  text-align:center;
  }
.add{
  font-size:1.3em;
  line-height:1.8em;
  }
.add span{
  font-size:0.9em;
  }
.tel{
  font-size:2em;
  }
.tel:before{
  display:inline-block;
  content:"";
  width: 40px;
  height: 22px;
  margin-right:8px;
  background-image:url(image/freedial.png);
  font-size:2em;
  }
.tel span{
  font-size:0.8em;
  padding-left:50px;
  }
.open{
  text-align:right;
  margin-right:30px;
  font-size:1.15em;
  line-height:1.8em;
  }
.close{
  font-size:1.15em;
  }

#price h3{
     display:inline-block;
     width:80%;
     font-size:1.4em;
     color: #6f2e06;
     text-align:left;
   }
#price span{
  display:inline-block;
  width:20%;
  font-size:1.4em;
  text-align:right;
}
#price h3.shiraga{
  width:60% !important;
}
#price span.shiraga{
  width:40% !important;
}
.pricelist{
  display:block;
  color:#534741;
  }
.pricelist>li{
  display:block;
  width:345px;
  height:auto;
  margin-left:38px;
  margin-bottom:40px;
  float:left;
  text-align:right;
  }
.pricelist>li:nth-child(even){
  margin-left:52px;
  }
.pricelist>li:nth-of-type(4),
.pricelist>li:nth-of-type(6){
  height:140px;
  }
.pricelist li ul{
  margin-top:10px
  }
.pricelist li li{
  display:list-item;
  margin-left: 20px;
  list-style-type: disc;
  text-align:left;
  }
.sale{
  display:inline-block;
  background: #ea7c00;
  color:#fff;
  text-align:center;
  padding:5px 15px 2px;
  line-height:1em;
  margin-top:5px;
  border-radius: 8px;
  }
.aroma{
  box-sizing: border-box;
  width:358px;
  height: 104px;
  margin-left:34px;
  float:left;

  padding-left: 110px;
  }
.aroma h3{
  font-size:1.6em !important;
  }
.aroma p{
  display:block;
  font-size:1.1em;
  height:280px;
  margin-top:10px;
  }
.attention{
  box-sizing: border-box;
  width:363px;
  margin-left:44px;
  padding: 15px 15px 10px;
  background:#736357;
  float:left;
  color: #fff;
  }
.attention li{
  width:auto;
  margin-left:20px;
  margin-bottom: 5px;
  }

#campaign ul{
  box-sizing:border-box;
  display:block;
  width:100%;
  height:auto;
  padding:30px;
  }
#campaign li{
  display:block;
  width:100%;
  height:auto;
  padding:1em;
  border-bottom:1px solid #fff;
  }
#campaign h3{
  display:block;
  width:100%;
  height:auto;
  font-size:1.3em;
  margin-bottom:10px;
  color: #b13400;
  }
#map iframe{
  margin:20px 0 0 0;
  pointer-events: none;
  }
#map h1{
  margin-bottom:20px;
  }
#map a.sale{
  font-size:0.8em;
  text-decoration:none;
  }
#map a.sale:hover{
  opacity:0.7;
  }
footer p{
  float:left;
  margin: 24px 0 0 97px;
  color:#fff;
  font-size: 1.15em;
  }
footer a:first-child{
  display:block;
  width:259px;
  height:55px;
  margin: 19px 0 0 0;
  background:url(image/slice.png) no-repeat;
  background-position:0 -505px;
  text-indent:-9999px;
  float:left;
  }
footer p+a{
  display:block;
  width:408px;
  height:48px;
  margin: 22px 0 0 0;
  background:url(image/slice.png) no-repeat;
  background-position:0 -457px;
  text-indent:-9999px;
  float: right;
  }
  