
body {
    padding-top: 50px; /* 繝倥ャ繝繝ｼ縺ｮ蠕後ｍ縺ｫ隕∫ｴ�縺碁國繧後↑縺�ｈ縺�↓縺吶ｋ縺溘ａ */
}

  header {
    width: 100%; /* 蟷�＞縺｣縺ｱ縺�ｒ謖�ｮ� */
    height: 30px; /* 鬮倥＆繧�50px縺ｫ謖�ｮ� */
    box-sizing: border-box; /* padding蛻�ｒ蜷ｫ繧薙〒蟷�ｒ100%縺ｫ縺吶ｋ縺溘ａ */
    position: fixed; /* 繧ｦ繧｣繝ｳ繝峨え繧貞渕貅悶↓逕ｻ髱｢縺ｫ蝗ｺ螳� */
      z-index: 10;
    top: 2; /* 荳贋ｸ九�蝗ｺ螳壻ｽ咲ｽｮ繧剃ｸ翫°繧�0px縺ｫ縺吶ｋ */
}


.glovalnavi{
 text-align:center;
}

.glovalnavi li {
  display: inline-block;
margin-right: 50px;
font-family: ivypresto-display, serif;
letter-spacing: 1px;
font-weight: 300;
font-size: 15px
}
.glovalnavi li:last-child {margin-right: 1;}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  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 {
  font-family: ivypresto-display, serif;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 15px;
  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;

}
@media(min-width:751px){
.hamburger, .globalMenuSp, .globalMenuSp ul li a,
.active span:nth-child(1),.hamburger span:nth-child(1)

{display:none}
}




a {
 color:#000000;
}
a {
text-decoration: none;
}
a:visited {
color:#000000;
}
a:link {

color:#000000;
}

a:hover {
color:#999;
text-decoration:underline;
}



h1 {
    text-align: center;
    font-family: ivypresto-display, serif;
    letter-spacing: 10px;
    font-weight: 300;
    padding-top: 70px;
    padding-bottom:70px;
    font-size: 200px;
}




@media screen and (max-width: 480px) {
  .top_image img
  {
      width: 100%;
      max-width: 100%;
      height: auto;
    }
}



.plateaux_top img
{
    width: 100%;
    max-width: 100%;
    height: auto;
  }

.mainimage img  {
width:100%;
max-width: 100%;
padding-bottom:20px;
height: auto;
}

h2 {
  text-align: center;
  font-family: ivypresto-display, serif;
  letter-spacing:6px;
  font-weight: 300;
  font-size: 50px;
  padding-bottom: 40;
}

}
dl.hair_menu{
  display: inline-block;

  width: 100px;
  width:80%;
  font-size: 10px;

  }

dl.hair_menu div{
  font-weight:300;
font-family: serif;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  padding: 5px 0;
  }
dl.hair_menu div::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #000;
  }
dl.hair_menu dt{
  margin:0;
  padding: 0 5px 0 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: right;
  }
dl.hair_menu dd{
  margin:0;
  padding: 0 0 0 5px;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
  }


/* background */
body{
}
section.hair_menu_list{
  width: 100%
  font-family: ivypresto-display, serif;
  letter-spacing: 1.5px;
  font-weight: 300;
  font-size: 17px;
  margin: 0 auto;
  max-width: 600px;
  padding-bottom:130px;
}


H3 {
  font-size: 3em;
    line-height: 1.2em;
    text-align: center;
      font-family: serif;
      letter-spacing: 0.4px;
      font-weight: 300;
    }

    h3 span{
      font-size: 0.5em;
      font-family: ivypresto-display,
      font-weight: normal;
      letter-spacing: 3px;
    }

    section.Appointment
    {
      text-align: center;
      font-family: ivypresto-display, serif;
      letter-spacing: 1.5px;
      font-weight: 300;
      font-size:15px;
      padding-bottom:120px;
    }


.airrsiv {
  font-size:25px;
  letter-spacing: 3px;
}

    .phone {
      font-size:25px;
      letter-spacing: 5px;
    }

    h4
  {
    font-size: 3em;
    line-height: 1.2em;
    text-align: center;
      font-family: ivypresto-display, serif;
      letter-spacing: 5px;
      font-weight: 300;

  }

  .info_image img
  {
      width: 100%;
      height: 500px;
      object-fit: cover;
  }

section.Information
{

text-align: center;
font-family: ivypresto-display, serif;
letter-spacing: 1.5px;
font-weight: 300;
font-size:15px;
padding-bottom:130px;

}

.adress
{
  font-size:20px;
  letter-spacing: 3px;
}

.time
{
  font-size:20px;
  letter-spacing: 3px;
}

.close
{
  font-size:20px;
  letter-spacing: 3px;
}
