/*
 * エステティックサロンエール メンズ ヘアケアLP
 * ヘッダー・フッター関連CSS
 * ソース: /mens/lp/haircare/css/style.css + css/style_new.css
 * ==================================================================
 */

/* ================================================================
   共通リセット・基本設定
   ================================================================ */

@charset "utf-8";

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-size: 14px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  line-height: 1.6em;
}

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

ol, ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  border: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}

/* クリアフィックス */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf {
  min-height: 1px;
  display: block;
}


/* ================================================================
   PC用スタイル (min-width: 741px)
   ================================================================ */

@media print, screen and (min-width: 741px) {

  .pc { display: block; }
  .sp { display: none; }

  #wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  /* ----------------------------------------------------------
     HEADER (style.css)
     ---------------------------------------------------------- */

  .sphead {
    display: none;
  }


  #header {
    padding: 0 !important;
    width: 100%;
    min-width: 1000px;
    height: 79px !important;
    background: #2d2d2d !important;
    letter-spacing: 0;
  }

  #header .logo {
    float: left;
    margin-left: 60px;
    width: 100px;
    height: 79px;
  }

  #header .logo_txt {
    position: relative;
    float: left;
    margin: 0 0 0 20px !important;
    padding-top: 23px !important;
    width: 25%;
    background: none !important;
    font-size: 14px !important;
    color: #fff;
    line-height: 1.2em;
    text-align: left !important;
    z-index: 1;
  }

  #header ul.header_right {
    position: absolute;
    right: 0;
    width: 703px;
    z-index: 2;
  }

  #header ul.header_right li {
    float: left;
  }

  #header ul.header_right li:first-child {
    margin: 9px 25px 0 0;
  }

  #header ul.header_right li:nth-child(2) {
    margin: 3px 10px 0 0;
  }

  /* HEADER (style_new.css) — LPページ専用上書き */

  #header {
    width: 100%;
    height: 40px !important;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #DAB660;
    padding-bottom: 4px;
  }

  #header .head_area {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  #header .head_area .titletxt {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    float: left;
    padding-top: 7px;
  }

  #navwrap {
    float: right;
    padding-top: 7px;
  }

  #navwrap ul li {
    float: left;
    color: #fff;
  }

  #navwrap ul li a {
    font-size: 15px;
    color: #fff;
  }

  /* ----------------------------------------------------------
     FOOTER (style.css)
     ---------------------------------------------------------- */

  #footer {
    margin-top: 60px;
    width: 100%;
    min-width: 1000px;
    padding: 35px 0 20px;
    background: #000;
    letter-spacing: 0;
    overflow: hidden;
  }

  #footer .footer_box {
    float: left;
    margin: 0 20px 40px 0;
    width: 319px;
  }

  .no_right {
    margin-right: 0 !important;
  }

  #footer h3 {
    margin-bottom: 40px;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid #dfbb6a;
    font-size: 24px;
    font-weight: bold;
    color: #dfbb6a;
    text-align: center;
  }

  #footer h3:first-letter {
    font-size: 30px;
  }

  #footer ul {
    float: left;
    margin-right: 20px;
    width: 145px;
  }

  #footer ul.full_width {
    float: none;
    width: 100%;
  }

  #footer ul.salon_list {
    width: 300px;
  }

  #footer ul.salon_list li {
    float: left;
    width: 140px;
    color: #fff;
  }

  #footer ul li {
    margin-bottom: 5px;
  }

  #footer ul li a {
    color: #fff;
  }

  #footer .inner{
	overflow:hidden;
	margin: 0 auto 40px;
	width: 1000px;
  }

  /* フッター下部 */
  .foot_under {
    height: auto;
    border-top: 1px solid #dfbb6a;
  }

  .foot_under .logo {
    float: left;
    margin: 20px 0 0 140px;
    width: 100px;
    height: 79px;
  }

  .foot_under .logo_txt {
    float: left;
    margin: 20px 0 0 40px;
    padding-top: 30px;
    width: 500px;
    font-size: 12px;
    color: #fff;
    line-height: 1.2em;
  }



  /* ----------------------------------------------------------
     PAGE TOP ボタン
     ---------------------------------------------------------- */

  #page_top {
    position: fixed;
    right: 20px;
    bottom: 50px;
  }

} /* end PC */


/* ================================================================
   スマートフォン用スタイル (max-width: 740px)
   ================================================================ */

@media screen and (max-width: 740px) {

  .sp { display: block; }
  .pc { display: none; }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  img {
    width: 100%;
    height: auto;
  }

  a {
    color: #666;
    text-decoration: underline;
  }

  #wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }

  /* ----------------------------------------------------------
     HEADER (style.css — SP)
     ---------------------------------------------------------- */

  #header {
    position: relative;
    padding: 0 !important;
    width: 100%;
    height: auto;
    background: #2d2d2d !important;
  }

  #header .logo {
    float: left;
    margin: 0 0 10px 10px;
    width: 20%;
  }

  #header .logo_txt {
    float: left;
    margin: 0 0 10px 10px !important;
    padding: 5% 0 0 0 !important;
    width: 45%;
    background: none;
    font-size: 10px;
    color: #fff;
    line-height: 1.2em;
    text-align: left;
  }

  /* HEADER (style_new.css — SP) */

  #header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 45px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    background-image: none;
    background-color: #D4AF5A;
    overflow: inherit;
    z-index: 999;
  }

  #header .headareawrap {
    background-image: url(none);
    background-repeat: no-repeat;
    background-position: left top;
    height: auto;
  }

  .head_area {
    display: none;
  }

  #header_sp {
    position: relative;
    padding: 5px 10px;
    min-height: 40px;
  }

  .sptitletxt {
    float: left;
    width: 60%;
    font-size: 12px;
    color: #fff;
    padding: 10px 0 0 0;
    text-align: left;
    line-height: 1.1em;
  }

  .btn_menu {
    width: 35px;
    position: absolute;
    top: 7px;
    right: 7px;
  }

  ul.sp_cv {
    float: right;
  }

  ul.sp_cv li {
    float: left;
    margin-left: 10px;
    width: 35px;
  }

  /* ----------------------------------------------------------
     FOOTER — SP固定CTAボタン (style.css)
     ---------------------------------------------------------- */

  ul#sp_cv_btns {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #4c4942;
    background-size: 100%;
    z-index: 999999;
    opacity: 0.9;
  }

  ul#sp_cv_btns li {
    float: left;
    margin: 0 0 0 2%;
    width: 56%;
  }

  ul#sp_cv_btns li:first-child {
    margin-top: 5%;
    width: 40%;
  }

  /* ----------------------------------------------------------
     FOOTER (style.css — SP)
     ---------------------------------------------------------- */

  #footer {
    margin-top: 60px;
    width: 100%;
    padding: 0 10% 20px;
    height: auto;
    background: #000;
    overflow: hidden;
  }

  #footer .footer_box {
    margin: 20px auto;
  }

  #footer h3 {
    margin-bottom: 20px;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid #dfbb6a;
    font-size: 24px;
    font-weight: bold;
    color: #dfbb6a;
    text-align: center;
  }

  #footer h3:first-letter {
    font-size: 30px;
  }

  #footer ul li {
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
  }

  #footer ul li a {
    font-size: 16px;
    color: #fff;
  }

  .foot_under {
    margin-top: 40px;
    border-top: 1px solid #dfbb6a;
  }

  .foot_under .logo {
    margin: 10px auto;
    width: 30%;
  }

  .foot_under .logo_txt {
    margin: 10px auto 0;
    padding-top: 30px;
    width: 100%;
    font-size: 10px;
    color: #fff;
    line-height: 1.2em;
  }

  /* ----------------------------------------------------------
     PAGE TOP ボタン
     ---------------------------------------------------------- */

  #page_top {
    position: fixed;
    right: 10px;
    bottom: 10%;
  }

} /* end SP */
