@charset "utf-8";
.pink {
  color: #ed7c5a;
}

.orange {
  color: #f2aa39;
}

.brown {
  color: #b6a277;
}

.cream {
  color: #f5f1eb;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  background-image: none;
  background: white;
}

a {
  color: #b6a277;
}
a:visited {
  color: #b6a277;
}
a:focus {
  color: #b6a277;
}
a:hover {
  color: #f2aa39;
}
a:active {
  color: #b6a277;
}

/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */
/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
  /*	If you need support for IE7 and lower make
  	sure the boxsizing.htc file is linked properly.
  	More info here:  https://github.com/Schepp/box-sizing-polyfill */
}

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* 	DEFAULT ROW STYLES
	Set bottom padding according to preference */
.row {
  padding-bottom: 0em;
}

/* DEFAULT COLUMN STYLES */
.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 641px) {
  .gutters .col {
    margin-left: 2%;
  }

  .gutters .col:first-child {
    margin-left: 0;
  }
}
/*	COLUMN WIDTH ON DISPLAYS +641px
	You might need to play with media queries here to suite your design. */
@media (min-width: 641px) {
  .col-1 {
    width: 8.33333333333%;
  }

  .col-2 {
    width: 16.6666666667%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.3333333333%;
  }

  .col-5 {
    width: 41.6666666667%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.3333333333%;
  }

  .col-8 {
    width: 66.6666666667%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.3333333333%;
  }

  .col-11 {
    width: 91.6666666667%;
  }

  .col-12 {
    width: 100%;
  }

  .gutters .col-1 {
    width: 6.5%;
  }

  .gutters .col-2 {
    width: 15.0%;
  }

  .gutters .col-3 {
    width: 23.5%;
  }

  .gutters .col-4 {
    width: 32.0%;
  }

  .gutters .col-5 {
    width: 40.5%;
  }

  .gutters .col-6 {
    width: 49.0%;
  }

  .gutters .col-7 {
    width: 57.5%;
  }

  .gutters .col-8 {
    width: 66.0%;
  }

  .gutters .col-9 {
    width: 74.5%;
  }

  .gutters .col-10 {
    width: 83.0%;
  }

  .gutters .col-11 {
    width: 91.5%;
  }

  .gutters .col-12 {
    width: 100%;
  }
}
/*************************************************************
【行間の設定】
*************************************************************/
.lh12em {
  line-height: 1.2;
}

.lh15em {
  line-height: 1.5;
}

/*************************************************************
【基本】
*************************************************************/
p {
  line-height: 1.8;
}

.catch {
  color: #ed7c5a;
  line-height: 1.5;
  font-weight: bold;
}

@media (min-width: 641px) {
  .hidden-md {
    display: none !important;
  }

  .catch {
    font-size: 1.3em;
  }
}
strong {
  color: #ed7c5a;
  font-weight: bold;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.inline-block {
  display: inline-block;
}

#logo {
  top: 86px;
  font-size: 17px;
}

.custom_section {
  margin-bottom: 2em;
}
.custom_section h3 {
  border-bottom: 1px solid #b6a277;
  padding-left: 20px;
  color: #b6a277;
  font-size: 18px;
  background: url("img/h3_ico.png") left center no-repeat;
  background-size: auto 20px;
}

.sub_section {
  margin-bottom: 3em;
  background: #F7F6F5;
  padding: 15px 15px 5px;
  border-radius: 5px;
}
.sub_section h3 {
  margin-top: 0px;
  color: #796b51;
  padding-left: 0;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  background-color: #e7e3dc;
  margin: -15px -15px 20px -15px;
  padding: 10px;
  border: 0;
}

/*
 * Copyright (c) 2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
.btn, .mw_wp_form #form_button input {
  margin: 12px;
}

.btn, .mw_wp_form #form_button input {
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  padding: 8px 20px;
  font-size: 15px;
  color: white !important;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -0.5px 4px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
}
.btn:before, .mw_wp_form #form_button input:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}
.btn:hover:before, .mw_wp_form #form_button input:hover:before {
  background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
}
.btn:active, .mw_wp_form #form_button input:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.btn:active:before, .mw_wp_form #form_button input:active:before {
  content: none;
}

.btn.brown, .mw_wp_form #form_button input.brown {
  background: #b6a277;
  border-color: #c8b998 #c8b998 #927d4e;
  background-image: -webkit-linear-gradient(top, #c8b998, #b6a277 80%, #af996a);
  background-image: -moz-linear-gradient(top, #c8b998, #b6a277 80%, #af996a);
  background-image: -o-linear-gradient(top, #c8b998, #b6a277 80%, #af996a);
  background-image: linear-gradient(to bottom, #c8b998, #b6a277 80%, #af996a);
}
.btn.brown:active, .mw_wp_form #form_button input.brown:active, .btn.brown:hover, .mw_wp_form #form_button input.brown:hover {
  background: #b6a277;
  border-color: #927d4e #a38b57 #a38b57;
}

.btn.orange, .mw_wp_form #form_button input {
  background: #f2aa39;
  border-color: #f5bf69 #f5bf69 #d1850e;
  background-image: -webkit-linear-gradient(top, #f5bf69, #f2aa39 80%, #f1a226);
  background-image: -moz-linear-gradient(top, #f5bf69, #f2aa39 80%, #f1a226);
  background-image: -o-linear-gradient(top, #f5bf69, #f2aa39 80%, #f1a226);
  background-image: linear-gradient(to bottom, #f5bf69, #f2aa39 80%, #f1a226);
}
.btn.orange:active, .mw_wp_form #form_button input:active, .btn.orange:hover, .mw_wp_form #form_button input:hover {
  background: #f2aa39;
  border-color: #d1850e #e9940f #e9940f;
}

.btn.pink, .mw_wp_form #form_button input.pink {
  background: #ed7c5a;
  border-color: #f2a188 #f2a188 #e24719;
  background-image: -webkit-linear-gradient(top, #f2a188, #ed7c5a 80%, #eb6d48);
  background-image: -moz-linear-gradient(top, #f2a188, #ed7c5a 80%, #eb6d48);
  background-image: -o-linear-gradient(top, #f2a188, #ed7c5a 80%, #eb6d48);
  background-image: linear-gradient(to bottom, #f2a188, #ed7c5a 80%, #eb6d48);
}
.btn.pink:active, .mw_wp_form #form_button input.pink:active, .btn.pink:hover, .mw_wp_form #form_button input.pink:hover {
  background: #ed7c5a;
  border-color: #e24719 #e8572c #e8572c;
}

.btn.cream, .mw_wp_form #form_button input.cream {
  color: #796b51 !important;
  text-shadow: none;
  font-weight: bold;
  background: #e4dccf;
  border-color: #e0d7c8 #d2c4ae #c8b89e;
  background-image: -webkit-linear-gradient(top, white, #e4dccf 80%, #e2dacc);
  background-image: -moz-linear-gradient(top, white, #e4dccf 80%, #e2dacc);
  background-image: -o-linear-gradient(top, white, #e4dccf 80%, #e2dacc);
  background-image: linear-gradient(to bottom, #ffffff, #e4dccf 80%, #e2dacc);
}
.btn.cream:active, .mw_wp_form #form_button input.cream:active, .btn.cream:hover, .mw_wp_form #form_button input.cream:hover {
  background: #e4dccf;
  border-color: #c8b89e #d2c4ae #d2c4ae;
}

.btn.yellow, .mw_wp_form #form_button input.yellow {
  color: #796b51 !important;
  text-shadow: none;
  font-weight: bold;
  background: #f2e8c0;
  border-color: #f0e5b8 #e9d996 #e5d181;
  background-image: -webkit-linear-gradient(top, white, #f2e8c0 80%, #f1e6bc);
  background-image: -moz-linear-gradient(top, white, #f2e8c0 80%, #f1e6bc);
  background-image: -o-linear-gradient(top, white, #f2e8c0 80%, #f1e6bc);
  background-image: linear-gradient(to bottom, #ffffff, #f2e8c0 80%, #f1e6bc);
}
.btn.yellow:active, .mw_wp_form #form_button input.yellow:active, .btn.yellow:hover, .mw_wp_form #form_button input.yellow:hover {
  background: #f2e8c0;
  border-color: #e5d181 #e9d996 #e9d996;
}

/* Buttons */
.btn.block, .mw_wp_form #form_button input.block {
  display: block;
}

/*************************************************************
【デザインの調整】
*************************************************************/
#header_wrap {
  background: url(img/background.jpg) repeat-x left top;
}

#site_description {
  color: #796b51;
}

#news_ticker {
  background: url(img/header_topics.png) no-repeat left 3px;
}

#global_menu li {
  margin-left: -1px;
}

#global_menu li a {
  border-left: 1px solid #bfc1ab;
  background: none;
}
#global_menu li a:hover {
  background-color: #f5f1eb;
}

#global_menu {
  border-right: 1px solid #bfc1ab;
}

#social_link li.rss a {
  background-image: url(img/rss.png);
}

.side_headline {
  background: #e7e3dc;
  color: #b6a277;
}

.post .bookmark2 {
  padding-top: 80px;
}

#side_widget2 {
  background: #e7e3dc;
  border-radius: 4px;
}

#side_widget2 li a {
  background: #FFFFFF;
  border: 1px solid #E4DED4;
  color: #988763;
}
@media (min-width: 641px) {
  #side_widget2 li a:hover {
    background: #f2aa39;
    color: white !important;
  }
}

#side_widget2 .side_headline {
  color: #b6a277;
}

.side_widget {
  border: 1px solid #E4DED4;
  border-radius: 4px;
}

@media (max-width: 640px) {
  #header {
    background-image: -webkit-linear-gradient(top, white, #f5f1eb 80%, #ede5da);
    background-image: -moz-linear-gradient(top, white, #f5f1eb 80%, #ede5da);
    background-image: -o-linear-gradient(top, white, #f5f1eb 80%, #ede5da);
    background-image: linear-gradient(to bottom, #ffffff, #f5f1eb 80%, #ede5da);
  }

  #logo img {
    display: block !important;
    height: 30px;
  }

  #logo a:before {
    content: none;
  }

  #header a.menu_button, #header a.menu_button:hover {
    background: #b6a277;
    border-color: #b6a277;
  }

  #global_menu ul, #global_menu ul ul a, #global_menu a {
    background-color: #796b51;
    border-color: #988665;
  }

  #header a.menu_button.active {
    background: #796b51;
  }
}
@media (min-width: 641px) {
  /* side widget2 black background */
  .widget_mycategoryorder {
    background: #e7e3dc;
    border-radius: 4px;
    padding: 15px 15px 12px;
    margin: 0 0 15px 0;
  }

  .widget_mycategoryorder .side_headline {
    margin: 3px 0 12px 0;
    font-size: 14px;
    color: #8ed0da;
    background: none;
    line-height: 100%;
    height: auto;
    padding: 0;
  }

  .widget_mycategoryorder .side_widget {
    margin: 0;
    background: none;
    border: none;
    padding: 0;
  }

  .widget_mycategoryorder li ul {
    margin: 0;
  }

  .widget_mycategoryorder li {
    margin: 0;
    padding: 0;
  }

  .widget_mycategoryorder li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #E4DED4;
    color: #988763;
    margin: 0 0 3px 0;
  }

  .widget_mycategoryorder li a:hover {
    background: #f2aa39;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    color: white;
  }

  .widget_mycategoryorder .side_category, .widget_mycategoryorder .side_archives {
    padding-bottom: 12px;
  }

  .widget_mycategoryorder .side_headline {
    color: #b6a277;
  }
}
.headline3 {
  background: url(img/headline1.gif) repeat-x left top;
}

.headline2 {
  background: url(img/headline2.gif) repeat-x left top;
}

#newslist li a {
  color: #796b51;
}

@media (min-width: 641px) {
  a.image {
    background: #e7e3dc;
  }

  #contents {
    margin: 23px auto 50px;
  }
}
#recommend_gallery .rs-thumb-wrap {
  background: #e7e3dc;
}

#recommend_gallery .rs-caption {
  background-image: -webkit-linear-gradient(top, rgba(245, 241, 235, 0.5), #f5f1eb 80%, #f3efe8);
  background-image: -moz-linear-gradient(top, rgba(245, 241, 235, 0.5), #f5f1eb 80%, #f3efe8);
  background-image: -o-linear-gradient(top, rgba(245, 241, 235, 0.5), #f5f1eb 80%, #f3efe8);
  background-image: linear-gradient(to bottom, rgba(245, 241, 235, 0.5), #f5f1eb 80%, #f3efe8);
  color: #b6a277;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

#page_headline, .headline1 {
  background-image: -webkit-linear-gradient(top, #c8b998, #b6a277 80%, #ad9766);
  background-image: -moz-linear-gradient(top, #c8b998, #b6a277 80%, #ad9766);
  background-image: -o-linear-gradient(top, #c8b998, #b6a277 80%, #ad9766);
  background-image: linear-gradient(to bottom, #c8b998, #b6a277 80%, #ad9766);
}

.page_navi a, .page_navi a:hover, .page_navi span {
  background: #b6a277;
  color: white !important;
}

@media (min-width: 641px) {
  #return_top {
    background: url(img/return_top.png) no-repeat left top;
  }
}
#footer_wrap {
  background: #f9f5ef;
}

#footer a, #footer {
  color: #b6a277;
}

.footer_headline {
  background-color: #e7e3dc;
  background-image: url(img/headline_arrow.png);
  color: #796b51;
}

#footer li a:hover {
  color: orange;
}

#copyright {
  background: #b6a277;
}
#copyright, #copyright a {
  color: #fff;
}

@media (max-width: 640px) {
  #logo_text, #logo {
    width: auto;
    margin-top: 0;
    margin-left: 5px;
  }

  #index_top {
    background: #fff;
  }

  #main_col, #side_col {
    background: white;
  }

  #related_post {
    margin-bottom: 5px;
  }
}
.mw_wp_form .form_line {
  padding: 1em 0;
  border-bottom: #f5f1eb 1px solid;
}
.mw_wp_form .form_line .row {
  padding: 0.25em 0;
}
.mw_wp_form input, .mw_wp_form textarea {
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 10px;
  box-shadow: 0 1px 2px 0px #e6e5e8 inset;
  border-radius: 3px;
}
.mw_wp_form #your-lname, .mw_wp_form #your-lname2 {
  margin-bottom: 0.5em;
}
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form p {
  margin-bottom: 1em;
}
.mw_wp_form .hissu {
  color: #ed7c5a;
  font-size: 80%;
}
.mw_wp_form .title {
  font-weight: bold;
}
.mw_wp_form .radio_div span {
  display: block;
}

/*************************************************************
【ページごとの調整】
*************************************************************/
/* 毛周期 */
.hair-cycle_flow ul {
  display: block;
}
.hair-cycle_flow ul li {
  margin-bottom: 1em;
  padding: 1em 0 1em 130px;
  border-bottom: 2px dotted #e7e3dc;
  background: no-repeat 3% center;
}
.hair-cycle_flow ul li .count {
  background: #f2f0dd;
  padding: 3px;
  font-size: 120%;
  margin-right: 0.5em;
}
.hair-cycle_flow ul li strong {
  font-size: 120%;
  display: inline-block;
}
.hair-cycle_flow ul li.li1 {
  background-image: url("img/hair-cycle_flow_1.png");
}
.hair-cycle_flow ul li.li2 {
  background-image: url("img/hair-cycle_flow_2.png");
}
.hair-cycle_flow ul li.li3 {
  background-image: url("img/hair-cycle_flow_3.png");
}
.hair-cycle_flow ul li.li4 {
  background-image: url("img/hair-cycle_flow_4.png");
}
.hair-cycle_flow ul li.li5 {
  background-image: url("img/hair-cycle_flow_5.png");
}

/* お客様の声 */
@media (min-width: 641px) {
  .voice .inline-block {
    padding: 0 0.5em;
    line-height: 1.1;
  }
  .voice .inline-block:first-child {
    border-right: 1px solid #ccc;
  }
}
#faq dt, #faq dd {
  background: no-repeat left top;
}
#faq dt {
  color: #f2aa39;
  padding-left: 20px;
  background-image: url("img/ico_q.png");
  line-height: 1.2;
  margin-bottom: 0.5em;
}
#faq dd {
  margin-bottom: 2em;
  padding-left: 20px;
  background-image: url("img/ico_a.png");
  background-position: left 7px;
}

/* 料金表 */
#price-list table {
  width: 100%;
  font-weight: bold;
  margin-bottom: 1em;
}
#price-list table th, #price-list table td {
  text-align: center;
}
#price-list table th, #price-list table .td1 {
  background: #F9F8F5;
  line-height: 1.2;
  padding: 5px 0;
  font-weight: bold;
  color: #796b51;
}
#price-list table th {
  height: 3em;
}
#price-list table th .typcn {
  font-size: 150%;
}
#price-list table td {
  padding: 15px 5px;
}
#price-list table td img {
  margin-bottom: 0.5em;
}
#price-list table td .small {
  font-size: 70%;
}
#price-list table .td2, #price-list table .td3 {
  color: #ed7c5a;
}
#price-list table .td2 .price, #price-list table .td3 .price {
  font-size: 130%;
  color: #ed7c5a;
  font-weight: bold;
}
#price-list table .td2 .tanka, #price-list table .td3 .tanka {
  border: 2px solid #30adb6;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 80%;
  line-height: 1.2;
  color: #30adb6;
  display: inline-block;
}
#price-list table .td4 {
  font-size: 80%;
}
#price-list table .td4 em {
  background: #ed7c5a;
  padding: 2px 5px;
  color: white;
  display: inline-block;
}

#sitemap ul li {
  background: none;
}
