/* 全体 */

html, body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4a2c2c;
  background: #ffffff;
  position: relative;
  min-width: 320px
}

input, button, select, option, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

a {
  color: #4a2c2c;
  outline: none;
  text-decoration: none;
}

.clearfix {
  *zoom: 1;
  clear: both;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

header {
  background: #602d00;
  color: #ffffff;
  /*position: fixed;*/
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  margin: 0 auto;
  padding: 0px 0;
  opacity: 0.7;
}

#page_index header {
  opacity: 0.7;
}

header.fixed {
  /*position: fixed;*/
  width: 100%;
  z-index: 9999;
}

header h1 {
  float: left;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 10px 0;
}

header h1 img {
  width: auto;
  height: 40px;
}

header ul {
  list-style: none;
}

header .menu_wrap {
  float: right;
  display: inline;
  font-size: 12px;
  position: relative;
}

header .menu_wrap ul {
  text-align: right;
}

header .menu_wrap li {
  display: inline-block;
}

header .menu_wrap a {
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  display: block;
  padding: 0 7px 0;
  position: relative;
}

header .menu_wrap li.menu_web_reserved a span {
  color: #602d00;
  background: #ffffff;
  display: inline;
  padding: 10px 5px;
  position: relative;
}

header .menu_wrap a:after {
  content: '';
  background: #ffffff;
  height: 1px;
  line-height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
}

#page_index header .menu_wrap .menu_index a:after, #page_news header .menu_wrap .menu_news a:after, #page_about header .menu_wrap .menu_about a:after, #page_staff header .menu_wrap .menu_staff a:after, #page_menu header .menu_wrap .menu_menu a:after, #page_salon header .menu_wrap .menu_salon a:after, #page_catalog header .menu_wrap .menu_catalog a:after, #page_item header .menu_wrap .menu_item a:after, #page_access header .menu_wrap .menu_access a:after, #page_reserved header .menu_wrap .menu_reserved a:after, #page_top header .menu_wrap .menu_top a:after, #page_top header .menu_wrap .menu_top a:after, header .menu_wrap a:hover:after {
  content: '';
  background: #ab0000;
  height: 5px;
  line-height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

#page_index .menu_wrap .menu_index, #page_index .menu_wrap .menu_facebook, #page_index .menu_wrap .menu_insta, #page_index .menu_wrap .menu_model, #page_index .menu_wrap .menu_link {
  display: none;
}

#page_index .menu_wrap_sp .menu_index {
  display: none;
}

header #head_right {
  margin: 0;
  display: inline-block;
  float: right;
  width: 53px;
}

#header #head_right img {
  width: 53px;
  height: 75px;
}

header #head_right div.menu_web_reserved {
  position: absolute;
  top: 16px;
  right: 54px;
}

header #head_right div.menu_web_reserved a {
  display: block;
  padding: 5px 5px;
  background: #ffffff;
  color: #602d00;
}

header #head_right div.stylist {
  position: absolute;
  top: 16px;
  right: 117px;
}

header #head_right div.stylist a {
  display: flex;
  align-items: center;
  padding: 0 5px;
  background: #ffffff;
  font-weight: bold;
  color: #e76c00;
  line-height: 1;
  height: 28px;
}

#menu_btn {
  position: relative;
  cursor: pointer;
  height: 60px;
}

#menu_btn span {
  position: absolute;
  display: block;
}

#menu_btn span.line {
  width: 30px;
  line-height: 4px;
  font-size: 4px;
  left: 12px;
}

#menu_btn span.line.l1 {
  top: 11px;
}

#menu_btn span.line.l2 {
  top: 20px;
}

#menu_btn span.line.l3 {
  top: 29px;
}

#header #head_right #menu_btn span.line img {
  width: 30px;
  height: 4px;
}

#menu_btn span.open, #menu_btn span.close {
  width: 53px;
  height: 9px;
  top: 43px;
  left: 0;
}

#menu_btn span.close {
  display: none;
}

#header #head_right #menu_btn span.open img, #header #head_right #menu_btn span.close img {
  width: auto;
  height: 9px;
}

.menu_wrap .stylist{
  display: block;
  position: absolute;
  top:50%;
  left: -10em;
  margin-top: -16px;
}

.menu_wrap .stylist a{
  border:none;
  background: #fff;
  font-weight: bold;
  color: #e76c00;
  padding: 0 5px;
  height: 32px;
  line-height: 32px;
}

.menu_wrap .stylist a:hover:after{
  display: none;
}

#pagetop {
  display: none;
}

footer {
  padding: 15px 0;
  position: relative;
  z-index: 1;
  font-size: 12px;
}

footer.fixed {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.contents {
  width: 950px;
  margin: 0 auto;
  padding: 30px 0 0;
}

.contents h2.title {
  background: #f7edd4;
  text-align: left;
  padding: 10px;
  line-height: 1;
  font-size: 16px;
}

.contents h2.title span {
  float: right;
  display: inline;
  padding: 2px 10px 0 0;
  font-weight: normal;
  font-size: 12px;
}

.contents .left {
  float: left;
  display: inline;
}

.contents .right {
  float: left;
  display: inline;
}

.contents .box {
  background: #f7edd4;
}
