.header,
.footer
{
  box-sizing: border-box;
  width: 100%;
  position: fixed;
}
.header
{
  top: 0;
}
.footer
{
  bottom: 0;
}

/* reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-style:normal;font-weight: normal;font-size: 100%;vertical-align: baseline;}article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}html{overflow-y: scroll;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}input, textarea,{margin: 0;padding: 0;}ol, ul{list-style:none;}table{border-collapse: collapse;border-spacing:0;}caption, th{text-align: left;}a:focus {outline:none;}.clearfix:after {content: ".";display: block;clear: both;height: 0;visibility: hidden;}.clearfix {min-height: 1px;}* html .clearfix {height: 1px;/*¥*//*/height: auto;overflow: hidden;/**/}.both{clear:both;}.inline_block {display: inline-block;*display: inline;*zoom: 1;}img {max-width:100%;}table {width:100%;}a,a:hover {-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}a img:hover {filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#wrapper {
  background-color: #333;
}

.bound {
  width: 100%;
  height: 500px;
  z-index: 3;
  position: relative;
  /* margin-bottom: -100px; */
}
#bound01 { background: #5D523B url(../images/bound.jpg) center center no-repeat; height: 100px; background-size: cover; position: relative; z-index: 5; }
#bound02 { background: #5D523B url(../images/003.jpg) center center no-repeat; background-size: 120% auto; }
#bound03 { background: #5D523B url(../images/005.jpg) center center no-repeat; background-size: 120% auto; }
#bound04 { background: #5D523B url(../images/004.jpg) center center no-repeat; background-size: 120% auto; }
#bound05 { background: #5D523B url(../images/002.jpg) center center no-repeat; background-size: 120% auto; }
#bound06 { background: #5D523B url(../images/001.jpg) center center no-repeat; background-size: 120% auto; }
#bound07 { background: #5D523B url(../images/007.jpg) center center no-repeat; background-size: 120% auto; }
#bound01.boundOk,
#bound02.boundOk,
#bound03.boundOk,
#bound04.boundOk,
#bound05.boundOk,
#bound06.boundOk,
#bound07.boundOk { background-attachment: fixed; }

nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(../images/nav_bg.png) left top repeat-x;
}
nav ul li {
  float: left;
  width: 100%;
  height: 55px;
  padding: 10px 0 5px;
  line-height: 55px;
  text-align: center;
  background-color: transparent;
}
nav ul li:last-child {
  margin-right: 0;
}
nav ul li a {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  font-family: 'Economica', sans-serif;
}
nav ul li a:hover {

}

.section {
  width : 100%;
  padding: 40px 0;
}

.sectionInner {
  max-width: 960px;
  margin: 0 auto;
}

.sectionChild h1 {
  margin: 100px auto 0px;
  text-align: center;
  font-size: 30px;
  font-family: "Economica",sans-serif;
  color: #5D523B;
  border: 3px solid #5D523B;
  max-width: 150px;
  padding: 10px 20px;
}

/* sectionTop */
  #sectionTop {
    padding-top: 40px;
    height: 100vh;
    background: url(../images/bg/top01.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1;
  }
  #sectionTop.boundOk {
    background-attachment: fixed;
  }
  #sectionTop .sectionInner {
    max-width: none;
  }
  #sectionTop video {
    margin-top: -145px;
    min-height: 140%;
    width: auto;
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #sectionTop .overlay {
    background: url(../images/overlay.png) 0 0 repeat;
    width: 100%;
    height: 105vh;
    z-index: 3;
    position: relative;
  }
  @media(max-width:1300px){
    #sectionTop video {
      margin-left: -19%;
    }
  }
  @media(max-width:960px){
    #sectionTop video {
      margin-left: -59%;
    }
  }
  #sectionTop video.sp {
    display: none;
  }
  @media(max-width:640px){
    #sectionTop video,
    #sectionTop .overlay {
      display: none;
    }
  }
  #sectionTop h1 {
    width: 140px;
    height: 76px;
    text-indent: -9999px;
    background: url(../images/_logo.png) center center no-repeat;
    background-size: cover;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -38px 0 0 -70px;
    z-index: 4;
  }

/* sectionNews */
  #sectionNews {
    position: relative;
    height: 840px;
    background: #FFF none repeat scroll 0% 0%;
    z-index: 5;
    padding-top: 10px;
  }
  #sectionNews dl {
    font-family: 'Economica', meiryo, 'メイリオ', sans-serif;
    margin: 20px auto;
  }
  #sectionNews dt {
    font-size: 22px;
    text-align: center;
  }
  #sectionNews dd {
    font-size: 22px;
    text-align: center;
  }
  #sectionNews dt a,
  #sectionNews dd a {
    text-decoration: none;
    color: #5D523B;
  }
  #sectionNews dt a:visited,
  #sectionNews dd a:visited {
    color: #5D523B;
  }


/* sectionConcept */
  #sectionConcept {
    position: relative;
    height: 480px;
    background: #fff;
    background-size: cover;
    z-index: 5;
  }
  #sectionConcept .sectionInner {
    max-width: 738px;
  }
  
  .conceptWrap {
    margin-top: 20px;
  }
  .conceptBox {
    
  }
  .conceptInner {
    float: left;
    width: 49%;
    margin: 0.5%;
    height: 300px;
    background: #fff;
    color: #5D523B;
    text-align: center;
  }
  .conceptBox:nth-child(1) .conceptInner:nth-child(1) {/* text-align: right; */}
  .conceptBox:nth-child(1) .conceptInner:nth-child(2) {background:;background-size:cover;}
  .conceptBox:nth-child(2) .conceptInner:nth-child(1) {float: right;/* text-align: left; */}
  .conceptBox:nth-child(2) .conceptInner:nth-child(2) {background:;background-size:cover;}
  .conceptInner img {
    width: 70%;
    padding: 70px 0 0;
  }
  .conceptInner h2 {
    margin: 55px 0 4px;
    padding-bottom: 10px;
    font-size: 25px;
    text-shadow: 0px 0px 2px #927945;
    border-bottom: 1px solid rgb(146, 121, 69);
    display: inline-block;
    /* font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif; */
  }
  .conceptInner p {
    margin: 28px 0px;
    /* text-shadow: 0px 1px 2px #927945; */
    font-size: 16px;
    /* font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif; */
    text-align: center;
  }
  /*
  .conceptBox:nth-child(1) .conceptInner:nth-child(1) p {
    text-align: right;
  }
  .conceptBox:nth-child(2) .conceptInner:nth-child(1) p {
    text-align: left;
  }
  */
  .conceptParagraph {
    text-align: center;
    margin: 35px 0px;
    color: #5D523B;
    text-shadow: 0px 1px 2px #927945;    
  }
  
  .conceptP {
    text-align: center;
    margin: 30px 0;
  }
  .conceptP p {
    line-height: 2;
    padding: 0 20px;
    font-size: 14.2px;
  }
  
  .conceptImg {
    width: 47.5%;
    margin: 5px 1%;
    display: inline-block;
  }
  .conceptImg img {
    width: 100%;
  }
  
  .concept {
    text-align: center;
    margin: 30px 0;
    line-height: 50px;
  }
  .conceptMovie {
    max-width: 500px;
    margin: 10px auto;
  }
  
  

/* sectionMenu */
  #sectionMenu {
    position: relative;
    height: 1080px;
    background: #fff;
    z-index: 5;
  }
  .infoBox,
  .menuBox {
    width: 45%;
    max-width: 450px;
    height: 180px;
    margin: 10px 1% 35px;
    padding: 20px 10px;
    float: left;
  }
  .infoBox h2,
  .menuBox h2 {
    font-family: 'Economica', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", meiryo, 'メイリオ', sans-serif;
    font-size: 24px;
    border-left: 8px solid #5D523B;
    color: #5D523B;
    margin-bottom: 4px;
    padding-left: 9px;
  }
  .stylistBox dl,
  .infoBox dl,
  #sectionMenu dl {
    padding: 30px 12px;
    font-family: 'Economica', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", meiryo, 'メイリオ', sans-serif;
    color: #5D523B;
    border: 1px dotted #5D523B;
  }
  .stylistBox dt,
  .infoBox dt,
  #sectionMenu dt {
    margin-top: 8px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", meiryo, 'メイリオ', sans-serif;
    font-size: 12px;
  }
  .stylistBox dd,
  .infoBox dd,
  #sectionMenu dd {
    margin-bottom: 8px;
    margin-left: 10px;
  }


/* sectionStyle */
  #sectionStyle {
    position: relative;
    height: 1000px;
    background: #fff;
    z-index: 5;
  }

/* sectionStylist */
  #sectionStylist {
    position: relative;
    height: 640px;
    background: #fff;
    z-index: 5;
  }
  .stylistBox {
    width: 45%;
    max-width: 450px;
    height: 180px;
    margin: 10px 1% 35px;
    padding: 20px 10px;
    float: left;
  }
  .stylistBox dt {
    padding-left: 5px;
    border-left: 3px solid #5D523B;
    border-bottom: 1px dotted #5D523B;
    max-width: 100px;
  }
  .stylistBox dd {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 15px;
    line-height: 26px;
  }
  


/* sectionInfo */
  #sectionInfo {
    position: relative;
    height: 1090px;
    background: #fff;
    z-index: 5;
  }
  .infoBox {
    height: auto;
  }
  .infoBoxImg {
    width: 94%;
    margin: 0 0 0 2%;
  }
  .mapAttention {
    font-size: 13px;
  }
  .mapAttention img {
    position: relative;
    top: 8px;
  }
  /*
  .gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  }
  .gmap iframe,
  .gmap object,
  .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  */

/* sectionContact */
  #sectionContact {
    position: relative;
    height: 750px;
    background: #fff;
    z-index: 5;
  }
  #sectionContact dl {
    margin: 50px auto 0px;
    width: 80%;
    font-family: 'Economica', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", meiryo, 'メイリオ', sans-serif;
    font-size: 22px;
    width: 450px;
  }
  #sectionContact dt {
    color: #5D523B;
    max-width: 600px;
  }
  #sectionContact dd {
    margin: -25px 0px 20px 70px;
    max-width: 600px;
  }
  #sectionContact dd.genderDD {
    margin-top: -34px;
    margin-left: 57px;
  }
  #sectionContact input[type="text"],
  #sectionContact input[type="email"],
  #sectionContact textarea {
    padding: 8px 5px;
    border: 2px solid #CFC2A6;
    border-radius: 3px;
    color: #5D523B;
    font-size: 14px;
  }
  /*
  #sectionContact input[type="text"]:focus,
  #sectionContact input[type="email"]:focus,
  #sectionContact textarea:focus {
    background: #333;
  }
  */
  #sectionContact input[type="text"] {
    width: 250px;
  }
  #sectionContact input[type="email"],
  #sectionContact textarea {
    width: 300px;
  }
  #sectionContact input[type="submit"] {
    width: 300px;
    margin: 0 auto;
    display: block;
    border: none;
    color: #CFC2A6;
    background: #746C5C;
    font-family: 'Economica', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", meiryo, 'メイリオ', sans-serif;
    font-size: 30px;
    padding: 20px 0;
    cursor: pointer;
  }
  #sectionContact input[type="submit"]:hover {
    color: #CFC2A6;
    background: #857D6D;
  }

  #sectionContact input[type=radio], #sectionContact input[type=checkbox] {
    display: none;
  }

  /* input background */
  .radio, .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px -10px 0;
    padding: 15px 12px 12px 42px;
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer;
    color: #5D523B;
  }
  .radio:hover, .checkbox:hover {
    
  }
  .radio:hover:after, .checkbox:hover:after {
    
  }
  /*チェックボックス枠：通常時*/
  .radio:after, .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border: 2px solid #CFC2A6;
    border-radius: 50%;
    content: '';
  }

  .radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 54%;
    left: 20px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #746C5C;
    content: '';
    opacity: 0;
  }
  input[type=radio]:checked + .radio:before {
    opacity: 1;
  }
  /* checkbox,checked時の中身 */
  .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 19px;
    display: block;
    margin-top: -8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #5D523B;
    content: '';
    opacity: 0;
  }
  /*
  .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -10px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #53b300;
    border-bottom: 3px solid #53b300;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  */
  input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
  }
  .required_form {
    color: red;
    font-size: 12px;
  }
  
  
  .sectionIos {
    -webkit-transform: translate3d(0,0,0);
  }
  

/* footer */
  footer {
    background: #746C5C;
    height: 50px;
    text-align: center;
    z-index: 5;
    position: relative;
  }
  footer p small {
    line-height: 50px;
    font-family: 'Economica', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", meiryo, 'メイリオ', sans-serif;
    color: #fefefe;
  }
  

/* facebook */
.fb-page {
  display: block;
  margin: 20px auto;
}
.fb_iframe_widget {
  display: block !important;
}
.fb_iframe_widget span {
  display: block !important;
  margin: 0 auto;
  border-left: 2px solid #514321;
  border-right: 2px solid #514321;
  border-top: 2px solid #514321;
  border-bottom: 2px solid #514321;
}
  
/* flexslider */
  #carousel .slides > li {
    cursor: pointer;
  }
  /*
  #carousel .slides img {
    max-height: 200px;
  }
  */




/*             */
/* media query */
/*             */
@media(max-width: 640px){
  /* sectionTop */
    #sectionTop {
      background: url(../images/bg/top01.jpg) -110px center no-repeat;
      background-size: cover;
    }
    .bound {
      height: 280px;
    }
    .sectionChild h1 {
      margin: 40px auto 0px;
    }
    .page {
      width: 100%;
    }
    .stylistBox,
    .infoBox,
    .menuBox {
      width: 90%;
      height: auto;
      margin: 5px 5%;
      padding: 20px 0;
      float: left;
      max-width: none;
    }
    .infoBoxImg {
      width: 90%;
      margin: 0px 0px 0px 5%;
    }
  /* sectionNews */
    #sectionNews {
      height: 750px;
    }
  /* sectionConcept */
    #sectionConcept {
      /* height: 1030px; */
    }
    .conceptMovie {
      width: 80%;
      margin: 0 10%;
    }
    .conceptInner {
      width: 95%;
      margin: 2.5%;
      height: 300px;
    }
    .conceptBox:nth-child(2) .conceptInner:nth-child(1) {
      margin-top: -40px;
    }
    .conceptInner h2 {
      margin: 35px 0px 18px;
      padding-bottom: 10px;
      font-size: 21px;
    }
    .conceptInner p {
      margin: 24px 0px;
      font-size: 14px;
    }
    .conceptInner img {
      width: 95%;
      padding: 0px;
      margin-top: -50px;
    }
    .conceptImg {
      width: 98%;
    }

  /* sectionMenu */
    #sectionMenu {
      height: 1800px;
    }
  /* sectionStyle */
    #sectionStyle {
      height: 720px;
    }
  /* sectionStylist */
    #sectionStylist {
      height: 900px;
    }
  /* sectionInfo */
    #sectionInfo {
      height: 1120px;
    }
  /* sectionContact */
    #sectionContact {
      height: 775px;
    }
    #sectionContact dl {
      width: 320px;
    }
    #sectionContact dt {
      max-width: 300px;
    }
    #sectionContact dd {
      margin: 0px 0px 20px 10px;
      max-width: 300px;
    }
    #sectionContact dd.genderDD {
      margin-top: -10px;
      margin-left: -5px;
    }
    #sectionContact input[type="email"],
    #sectionContact textarea {
      width: 290px;
    }
    #sectionContact input[type="submit"] {
      font-size: 40px;
      padding: 20px 0;
    }

  .fb_iframe_widget span {
    width: 90%;
    border: none;
  }
  
  /* demo.css */
  .header,
  .header a {
    height: 55px;
  }
  
  /* mmenu.css */
  .mm-navbar {
    height: 55px;
  }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 55px;
  }
  .mm-navbar > * {
    padding: 17.5px 0px;
  }
  
  /* flexslider */
  /*
  #carousel .slides > li {
    width: 140px !important;
  }
  .flexslider .slides {
    width: 1700% !important;
  }
  */
  .flexslider .slides img {
    max-height: 350px;
  }
}

