@charset "UTF-8";
/*   
Theme Name: tbm
Description: TAKARA BEAUTYMATE 2015
Author: tbm
Template: xeory_extension
*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
/* all display
-------------------------------------------------- */
.wrap {
  width: 850px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before {
  display: inline-table;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  width: 100%;
  float: left;
}

.main-inner {
  margin-right: 320px;
}

#side {
  width: 300px;
  float: left;
  margin-left: -272px;
}

.left-content #main {
  width: 100%;
  float: left;
}
.left-content .main-inner {
  margin-right: 320px;
  margin-left: 0;
}
.left-content #side {
  width: 300px;
  float: left;
  margin-left: -272px;
}

.right-content #main {
  width: 100%;
  float: left;
}
.right-content .main-inner {
  margin-left: 300px;
  margin-right: 0;
}
.right-content #side {
  width: 266px;
  float: left;
  margin-left: -100%;
}

.one-column #content .wrap {
  width: 850px;
}
.one-column #content .wrap #main {
  width: 100%;
  float: none;
}
#main.one-column .main-inner ,
.one-column #content .wrap #main .main-inner {
  width: 100%;
  margin: 0;
}
.one-column #content .wrap #side {
  display: none;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 991px) {
  /* tablet */
  .wrap,
  .one-column #content .wrap {
    margin-left: 24px;
    margin-right: 24px;
  }
  #side {
    padding-top: 0;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */

  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-content #main,
  .right-content #main {
    float: none;
  }
  .left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0;
  }
  .wrap,
  .one-column #content .wrap {
    margin-left: 12px;
    margin-right: 12px;
  }

  /* phone end */
}
/* ----------------------------------------
* フォント設定
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
  color: #231815;
  font-size:12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  text-decoration: none;
  color: #0a6eb7;
}
a:hover {
  text-decoration: underline;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
  background: #3B4552;
  color: #fff;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  padding: 0;
  overflow: visible;
}
#header #logo {
  float: left;
  font-size: 11px;
  padding: 20px 0;
  line-height:2.0em;
}
#header #logo img{
  width:266px;
  height:auto;
}
#header a:link,
#header a:visited {
  color: #231815;
}
#header a:hover {
  text-decoration: none;
}
#header #searchform {
  float:right;
}
#header #searchform input[type=text] {
  line-height: 14px;
  padding: 6px 13px;
  font-size: 12px;
  width: 150px;
  box-sizing: border-box;
  border: none;
  float: left;
}
#header #searchform button {
  float: left;
  position: relative;
  top: 0;
  right: 0;
  vertical-align: top;
  line-height: 18px;
  border: none;
  border-radius: 3px;
  width: 30px;
  padding: 5px 5px;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: transparent;
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #808080;
}




/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb-area {
  background: #fff;
}
.breadcrumb-area .wrap {
  padding: 10px 0;
}

.breadcrumb {
  margin: 0;
  margin-left: -10px;
  overflow: hidden;
  font-size: 13px;
  padding: 0;
  line-height: 22px;
}
.breadcrumb li {
  float: left;
  margin-left: 10px;
  font-size:12px;
  color:#666;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
* gloval nav & primary nav
---------------------------------------- */
#gnav {
  margin: 0 0 0 auto;
  float: right;
  text-align: right;
}
#gnav .sub-menu {
  z-index: 10;
}
#gnav ul li {
  display: inline-block;
  position: relative;
  border-left: 2px solid #fff;
}
#gnav ul li:hover a {
}
#gnav ul li.current-menu-item a {
}
#gnav ul li a {
  display: block;
  width:115px;
  text-align:center;
  padding: 5px 2px;
  line-height: 18px;
  font-size:11px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
}
#gnav ul li a:link,
#gnav ul li a:visited {
  color: #fff;
}
#gnav ul li a:hover {
  color: #fff;
  background:#004da0;
}
#gnav ul li a:hover .sub-menu {
  display: block;
}
#gnav ul li .sub-menu {
  font-size: 12px;
  text-align: left;
  display: none;
  position: absolute;
  width: auto;
  background: #7BC1E2;
}
#gnav ul li .sub-menu li {
  float: none;
  margin-left: 0;
  display: block;
  border-left:none;
}
#gnav ul li .sub-menu li.esthetic {
border-top: 1px solid #4487d2;
padding-top: 5px
}
#gnav ul li .sub-menu li.menu-item-has-children > a:after {
display:inline-block;
float:right;
content:"\f054";
font-family: 'FontAwesome';
font-size:11px;
padding-left:5px;
}
#gnav ul li .sub-menu li.menu-item-has-children > a:after, x:-moz-any-link { 
  margin-top:-20px;
}

#gnav ul li .sub-menu li:list-child {
  border-bottom: none;
}
#gnav ul li .sub-menu li a {
  padding: 5px 15px;
  width:auto;
  text-align:left;
  border-left:none;
  white-space:nowrap;
  color:#0a6eb7;
  font-weight:bold;
}
#gnav ul li .sub-menu li a:hover {
  background: none;
  color:#fff;
}
#gnav ul li .sub-menu .sub-menu {
  left: 100%;
  top: 1px;
}

#header-right {
  padding:20px 0 10px 0;
  float: right;
}
#header-right p {
  font-size:11px;
  text-align:right;
}
#header-gnav-area {
  width:100%;
  float:right;
    background: #007cc2; /* Old browsers */
    background: -moz-linear-gradient(top,  #007cc2 0%, #004da0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007cc2), color-stop(100%,#004da0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #007cc2 0%,#004da0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #007cc2 0%,#004da0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #007cc2 0%,#004da0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #007cc2 0%,#004da0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc2', endColorstr='#004da0',GradientType=0 ); /* IE6-9 */
}


/* ----------------------------------------
* content
---------------------------------------- */
#content {
  padding: 0 0 20px 0;
  /* キャプション */
}
#content .wrap {
  overflow: visible;
}
#content .wp-caption {
  max-width: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 5px;
  margin-bottom: 12px;
}
#content .wp-caption-text {
  padding: 12px 16px;
  margin-bottom: 0;
  text-align: center;
}

/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home .gr4 {
  width:31.3%;
  margin-right:2%;
}

body.home #content {
  padding-bottom: 0;
}
body.home #main {
  width: 100%;
  margin: 0;
  float: none;
}
body.home .main-inner {
  margin: 0;
}
body.home .wrap {
  width: 850px;
  margin: 0 auto;
}
body.home #main_visual {
  text-align: center;
}
body.home .front-loop {
  overflow: hidden;
  padding: 0;
  margin-left: -2.2%;
  margin-bottom: 40px;
}
body.home h2 {
    color:#2ca6e0;
    background:url(img/common/bg_line01.gif) repeat-x 10px;
    margin:0 0 12px 0;
    clear:both;
    font-size:12px;
}
body.home h2 span {
    background:#fff;
    padding:0 10px 0 0;
}
body.home .top_info h2 {
    background:none;
    color:#0a6eb7;
    border-bottom:1px solid #0a6eb7;
}
.salon_info .top_info,
body.home .top_info {
    border:1px solid #cccccc;
    padding:5px;
}
.salon_info .top_info span.list,
body.home .top_info h2 span{
    background:none;
    float:right;
    padding:0;
}
.salon_info .top_info span.list:after,
body.home .top_info h2 span:after{
    content:"\f054";
    font-family: 'FontAwesome';
    font-size:12px;
    padding-left:3px;
}
body.home .top_info h2 span a:link,
body.home .top_info h2 span a:visited{
    text-decoration:none;
    color:#0a6eb7;
}
.salon_info .top_info dl,
body.home .top_info dl {
    margin:0 0 10px 0;
}
.salon_info .top_info dl dt,
body.home .top_info dl dt {
    float:left;
    clear:both;
    font-size:12px;
    padding:0 0 0 5px;
}
.salon_info .top_info dl dd,
body.home .top_info dl dd {
    font-size:12px;
    margin-left:90px;
    margin-bottom:10px;
}
.salon_info .top_info dl dd span.p_category,
body.home .top_info dl dd span.p_category{
    background:#0a6eb7;
    color:#ffffff;
    padding:1px 3px;
}
div.ss2-align,
.metaslider {
    margin-top:1px;
    margin-bottom:15px;
    border-bottom:1px solid #fff;
}
.post-content div.ss2-align {
    border:none;
}
.metaslider .flexslider {
    margin:0;
}
div.metaslider.metaslider-flex.ml-slider flex-control-nav.flex-control-paging{
  margin-top:3px;
}
body.home #content .metaslider ol.flex-control-nav.flex-control-paging {
  position:relative;
  margin-top:-58px;
  z-index:100;
}
body.home .flex-direction-nav a {
  background: url(img/common/bg_direction_nav.png) no-repeat 0 0;
  top: 60%;
  }
body.home .flex-direction-nav .flex-next {
  background-position: 100% 0; 
  right: 0;
}
body.home .flex-direction-nav .flex-prev {
  left: 0;
}

body.home .gr8.rt {
    float:right;
}
#top_link a img,
#side a img,
#side_navi a img {
    border:1px solid #ccc;
    margin:0 auto 10px auto;
    width: 275px;
    height: auto;
}
#top_link a img.pconly {
    display:block;
    width:100%;
    margin:0 auto 10px;
}
#top_link a img.smponly {
    display:none;
}

.home .gr6.rt {
    margin-right:0;
    text-align:right;
}
body.home #side_navi {
    float:left;
    padding-top:20px;
}
.yt {
  background:#595757;
  margin-bottom:10px;
  text-align: center;
}

.yt iframe {
  margin:0 auto;
  width:100%;
}
.yt p{
  text-align:right;
  padding:5px 10px;
  margin:0 0 10px;
}
.yt p a{
  color:#ffffff;
  font-size:12px;
}
.yt p a:after{
    content:"\f054";
    font-family: 'FontAwesome';
    font-size:12px;
    padding-left:3px;
}
.ac-container{
    clear:both;
    width: 100%;
    margin: 10px auto 30px auto;
    padding:1px 0 0 0;
}
 
/*クリックできるようにする */
.ac-container label{
    width:100%;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    margin:10px auto;
    padding:3px 0;
    text-align:center;
    background:#efefef;
    border:1px solid #999;
    font-size:12px;
}
 
.ac-container label:hover{
    background:#f3f3f3;
    border:1px solid #999;
}
 
/*クリック時にチェックボックスをオンにする */
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
}
 
.ac-container label:after,
.ac-container input:checked + label:after{
    content:"\f078";
    font-family: 'FontAwesome';
    font-size:12px;
    padding-left:10px;
}
 
/*選択後に表示される上向きの矢印アイコンを入れる */
.ac-container input:checked + label:hover:after{
    content:"\f077";
    font-family: 'FontAwesome';
    font-size:12px;
    padding-right:3px;
}
 
/*ラジオボタンを隠す */
.ac-container input{
    display: none;
}
 
/*コンテンツ部分の表示・非表示の設定 */
.ac-container article{
    background: #fff;
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    width:566px;
    text-align:center;
    position: absolute;
    z-index: 10;
    transition: 
        height 0.3s ease-in-out, 
        box-shadow 0.6s linear;
       -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;

}
.ac-container input:checked ~ article{
    transition: 
        height 0.5s ease-in-out, 
        box-shadow 0.1s linear;
}
 
/*コンテンツの部分のスタイル変更 */
.ac-container article p{
    padding: 20px;
}

.ac-container input:checked ~ article.ac-col1{
    z-index: 10;
    height: 100px;
}
.ac-container input:checked ~ article.ac-col2{
    height: 180px;
}
hr.line01 {
    clear:both;
    float:left;
    width:100%;
    background:url(img/common/bg_line01.gif) repeat-x bottom;
    border:none;
    height:30px;
    margin:10px 0 30px 0;
}
.top2004 {
		padding:20px 100px;
		margin:20px 0 20px;
}	
.top2004 p strong{
		font-size:1.8rem;
		font-weight:normal;
}	
	
/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page {
  margin-bottom: 30px;
  background: #fff;
}

.post-header {
  padding: 0 ;
  position: relative;
}
.post-header .cat-name {
  margin-bottom: 20px;
}
.post-header .cat-name span {
  color: #0a6eb7;
  display: inline-block;
  padding: 4px 16px;
  font-size: 13px;
}

.post-title {
  font-size: 28px;
  line-height: 1.0;
  margin-bottom: 30px;
  color:#0d6eb8;
}
body.page .post-title {
  margin-bottom: 0;
}
.post-title a {
  color: #231815;
}
.post-title a:hover {
  color: #FF6C00;
}

.post-content h2.post-title {
  font-weight: normal;
}

.post-title a {
  color: #3B4552;
}
.post-title a:hover {
  color: #FF6C00;
  text-decoration: none;
}

.cat-content .post-header,
article.page .post-header {
  padding: 0;
  margin-bottom: 20px;
}

.post-meta-area {
  margin: 0;
  overflow: hidden;
}
.post-meta-area ul {
  margin: 0;
}
.post-meta-area .post-meta {
  width: 50%;
  float: left;
}
.post-meta-area .post-meta .date {
  padding: 12px 40px;
}
.post-meta-area .post-meta .date .datetime {
  font-size: 1.1em;
}
.post-meta-area .post-meta-comment {
  text-align: center;
  width: auto;
  float: right;
}
.post-meta-area .post-meta-comment li {
  padding: 12px 24px;
  display: inline-block;
  border-left: 1px solid #e5e5e5;
}

.post-content {
  padding: 10px 0  20px 0;
}
.post-content hr {
  border:none;
  border-bottom: 1px dotted #ddd;
  margin: 20px 0 10px 0;
  clear: both;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
  margin: 0 0 2em 0;
  font-size:12px;
}
.post-content ul {
  list-style: disc;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul,
.post-content ol {
  margin-left: 1em;
}
.post-content ul > ul,
.post-content ul > ol,
.post-content ol > ol,
.post-content ol > ul {
  margin-bottom: 0px;
}
.post-content dl dt {
  font-weight: bold;
}
.post-content dl dd {
  margin-left: 30px;
}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: bold;
}
.post-content h1 {
  margin: 32px 0;
  font-size: 36px;
  clear: both;
  font-weight: normal;
}
.post-content h2 {
  padding: 0 0 0 0;
  margin:10px 0;
  clear: both;
  font-size:18px;
  font-weight: normal;
  
}
.post-content h3 {
  padding: 20px 0;
  clear: both;
}
.post-content h4 {
  padding: 10px 0;
  margin:10px 0 20px;
  clear: both;
}
.post-content h5 {
  padding: 10px 0;
  margin:10px 0 10px;
  clear: both;
}
.post-content h6 {
  padding: 10px 0;
  clear: both;
}
.post-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
.post-content blockquote:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 10px;
}
.post-content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
.post-content table th {
  color: #fff;
}
.post-content table thead th {
  background: #5e6265;
}
.post-content table tbody th {
  background: #919598;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #231815;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.post-content h2:first-child {
  margin-top: 0;
}

.post-cta {
  margin: 0 0 28px;
  background: #131D2A;
  color: #fff;
}
.post-cta .post-cta-inner {
  padding: 30px 45px;
}
.post-cta .cta-post-title {
  padding: 30px 45px;
  font-size: 36px;
  margin-bottom: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 20px;
}
.post-cta .post-cta-cont {
  overflow: hidden;
}
.post-cta .post-cta-btn {
  margin: 10px 0;
}
.post-cta .post-cta-btn a {
  background: #F86222;
  color: #fff;
  border-radius: 8px;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
}
.post-cta .post-cta-btn a:hover {
  background: #fa8553;
}
.post-cta p {
  margin-bottom: 1em;
}
.post-cta .btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: #3B4552;
}
.post-cta .btn:hover {
  text-decoration: none;
  background: #FF6C00;
}

.post-share {
  padding: 30px 45px;
}
.post-share .post-share-list1,
.post-share .post-share-list2,
.post-share .post-share-list3,
.post-share .post-share-list4 {
  overflow: hidden;
  padding: 30px 0;
  margin-left: -2.08%;
}
.post-share .post-share-list1 a,
.post-share .post-share-list2 a,
.post-share .post-share-list3 a,
.post-share .post-share-list4 a {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  display: block;
  border: 1px #eee solid;
  border-radius: 3px;
  padding: 20px 0;
}
.post-share .post-share-list1 a:hover,
.post-share .post-share-list2 a:hover,
.post-share .post-share-list3 a:hover,
.post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.post-share .post-share-list1 li,
.post-share .post-share-list2 li,
.post-share .post-share-list3 li,
.post-share .post-share-list4 li {
  text-align: center;
  float: left;
  margin-left: 2.08%;
}
.post-share .post-share-list1 i,
.post-share .post-share-list1 .big,
.post-share .post-share-list2 i,
.post-share .post-share-list2 .big,
.post-share .post-share-list3 i,
.post-share .post-share-list3 .big,
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  font-size: 2em;
}
.post-share .post-share-list1 li {
  width: 97.92%;
}
.post-share .post-share-list2 li {
  width: 47.92%;
}
.post-share .post-share-list3 li {
  width: 31.25%;
  font-size: .8em;
}
.post-share .post-share-list4 li {
  width: 22.92%;
}
.post-share .post-share-list4 {
  text-align: center;
}
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  display: block;
}
.post-share .post-share-list4 .big {
  font-size: 1.2em;
}
.post-share .post-share-facebook a:hover {
  color: #305097;
}
.post-share .post-share-twitter a:hover {
  color: #00aced;
}
.post-share .post-share-google a:hover {
  color: #db4a39;
}
.post-share .post-share-feedly a:hover {
  color: #2bb24c;
}

.post-footer {
  border-radius: 0;
  padding: 20px 64px;
  overflow: hidden;
  clear: both;
}
.post-footer ul {
  overflow: hidden;
}
.post-footer ul li a:hover {
  text-decoration: underline;
}
.post-footer .bzb-sns-btn {
  padding: 30px 0;
}

.post-footer .bzb-sns-btn li {
  vertical-align: top;
}
.post-footer .bzb-sns-btn  li .fb_iframe_widget span{
  vertical-align: top !important;
}
.post-footer-list {
  padding: 20px 0;
}
.post-header-meta {
  overflow: hidden;
  margin-bottom: 26px;
}
.post-header-meta .bzb-sns-btn {
  padding: 20px 0 10px;
  float: left;
  width: 400px;
  overflow: hidden;
}
.post-header-meta .post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}

.bzb-sns-btn {
  padding: 0;
  margin: 0;
  font-size: 0;
  display:none;
}
.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 4px;
}

.reply a {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.reply a:before {
  content: ' ';
  font-family: 'FontAwesome';
}
.reply a:hover {
  text-decoration: none;
}

.form-allowed-tags {
  font-size: 12px;
  margin-bottom: 20px;
  display: none;
}

.form-submit #submit {
  width: 240px;
  line-height: 24px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
  cursor: pointer;
}

/* お知らせ
---------------------------------------- */
h1.news-title {
  font-size:18px;
  line-height:1.4em;
  border-bottom:2px solid #0a6eb7;
  padding:10px 0;
}
ul.news-meta {
  display:block;
  padding:10px 0;
  margin:0;
  width:100%;
}
ul.news-meta li {
  display:inline-block;
  width:49%;
}
ul.news-meta li.date {
  text-align:right;
}
dl.news-ach span.cat-name,
ul.news-meta li.cat a {
  background: #0a6eb7;
  color: #ffffff;
  padding: 1px 3px;
}
dl.news-ach {
  clear:both;
  margin:20px 0 10px 0;
}
dl.news-ach dd {
  margin-left:90px;
  padding-bottom:10px;
  border-bottom:1px dotted #999;
}
dl.news-ach dt {
  float:left;
}

ul#menu-nmenu01 {
  width:272px;
  margin-bottom:30px;
}
ul#menu-nmenu01 li {
  border:1px solid #eee;
  border-bottom:none;
}
ul#menu-nmenu01 li:last-child {
  border-bottom:1px solid #eee;
}
ul#menu-nmenu01 li a {
  padding:5px 10px;
  display:block;
  background:#f9f9f9;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 85%, rgba(249,249,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 85%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 85%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 85%,rgba(249,249,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 85%,rgba(249,249,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
ul#menu-nmenu01 li.current-menu-item a,
ul#menu-nmenu01 li.current-menu-parent a,
ul#menu-nmenu01 li a:hover {
  text-decoration:none;
  background:#A2CEEA;
}
.marknew {
  border:1px solid #F9685D;
  background:#F9685D;
  color:#ffffff;
  margin:0  0 0 10px;
  padding:2px 5px 0 5px;
  font-weight:700;
  font-size:10px;
  border-radius:3px;
}



ul#menu-nmenu02 {
  width:272px;
  margin-bottom:30px;
}
ul#menu-nmenu02 li {
  border:1px solid #eee;
  border-bottom:none;
}
ul#menu-nmenu02 li:last-child {
  border-bottom:1px solid #eee;
}
ul#menu-nmenu02 li a {
  padding:5px 10px;
  display:block;
  background:#f9f9f9;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 85%, rgba(249,249,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 85%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 85%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 85%,rgba(249,249,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 85%,rgba(249,249,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
ul#menu-nmenu02 li.current-menu-item a,
ul#menu-nmenu02 li.current-menu-parent a,
ul#menu-nmenu02 li a:hover {
  text-decoration:none;
  background:#A2CEEA;
}


/* loop
---------------------------------------- */
.cat-content {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

.post-loop-wrap article {
  width: 100%;
  margin: 0 0 60px;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .post-title {
  margin-bottom: 0;
}
.post-loop-wrap .post-thumbnail {
  width: 100%;
}
.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-loop-wrap .more-link {
  border: 1px #3B4552 solid;
  padding: 8px 20px;
  margin-bottom: 64px;
  color: #3B4552;
}
.post-loop-wrap .more-link:hover {
  background: #3B4552;
  color: #fff;
  text-decoration: none;
}
.post-loop-wrap .post-footer {
  border-top: 1px #eee solid;
  padding: 0;
  overflow: hidden;
}
.post-loop-wrap .post-footer a.morelink {
  display: block;
  background: #3B4552;
  color: #fff;
  text-align: center;
  padding: 12px;
}

/* pager */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  line-height: 22px;
  overflow: hidden;
}

.pagination a {
  background: #fff;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #231815;
}

.pagination a:hover {
  background: #A2CEEA;
  color: #fff;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #A2CEEA;
  color: #fff;
}

/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
  padding: 0;
}

.side-widget {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 12px;
}
.side-widget .side-title {
  margin: 0 0 32px;
  font-size: 15px;
  background: #ebebeb;
  border: 1px solid #e4e4e4;
}
.side-widget a {
  color: #0a6eb7;
  text-decoration: none;
  display: block;
}
.side-widget a:hover {
  color: #0a6eb7;
  text-decoration: none;
}
.side-widget ul li {
  padding: 0;
  margin:0 auto;
  border: 1px solid #e5e5e5;
  border-bottom:none;
  max-width:270px;
}
.side-widget ul li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.side-widget .side-title {
  margin: 0 0 13px;
  padding: 8px;
  font-size: 16px;
}
.widget_text .textwidget {
  text-align:center;
}
#side ul li.haircare a {
  background:url(img/bn/side/sn_haircare.png) no-repeat;
  height:32px;
}
#side ul li.scalpcare a {
  background:url(img/bn/side/sn_scalpcare.png) no-repeat;
  height:32px;
}
#side ul li.handcare a {
  background:url(img/bn/side/sn_handcare.png) no-repeat;
  height:32px;
}
#side ul li.other a {
  background:url(img/bn/side/sn_other.png) no-repeat;
  height:32px;
}
#side ul li.esthe a {
  background:url(img/bn/side/sn_esthe.png) no-repeat;
  height:32px;
}
#side ul#menu-smenu02 li.pm a {
  background:url(img/bn/side/sn_pm.png) no-repeat;
  height:32px;
}
#side ul#menu-smenu02 li.vt a {
  background:url(img/bn/side/sn_vt1803.png) no-repeat;
  height:32px;
}
#side ul#menu-smenu02 li.sc a {
  background:url(img/bn/side/sn_sc.png) no-repeat;
  height:32px;
}
#side ul#menu-smenu02 li.pm-e a {
  background:url(img/bn/side/sn_pme1802.png) no-repeat;
  height:32px;
}
#side ul#menu-smenu01 > li a span,
#side ul#menu-smenu02 > li a span{
  display:none;
}
#side ul.sub-menu {
  background:#2ca6e0;
}
#side ul.sub-menu li {
  margin: 0 10px;
  border:none;
  border-bottom: 1px solid #fff;
}
#side ul#menu-smenu02 ul.sub-menu {
  background:#dfdfdf;
}
#side ul#menu-smenu02 ul.sub-menu li {
  border-bottom: 1px solid #fff;
}

#side ul#menu-smenu02 ul.sub-menu li:last-child,
#side ul.sub-menu li:last-child {
  border:none;
}
#side ul.sub-menu li a:link,
#side ul.sub-menu li a:visited{
  background:none;
  color:#fff;
  padding:5px;
}
#side ul#menu-smenu02 ul.sub-menu li a:link,
#side ul#menu-smenu02 ul.sub-menu li a:visited{
  color:#555;
}
#side ul#menu-smenu02 ul.sub-menu li a:hover,
#side ul#menu-smenu02 ul.sub-menu li.current-menu-item a,
#side ul.sub-menu li a:hover,
#side ul.sub-menu li.current-menu-item a {
  color:#0a6eb7;
}
a:hover img,
#side ul li a:hover {
  opacity:0.7;
}

/* widget_views */
.widget_views a {
  display: inline;
}
#side .current-menu-parent  ul.sub-menu,
#side .current-menu-item ul.sub-menu {
  display:block!important;
}


/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
}
#footer a {
  color: #231815;
}
#footer a:hover {
  color: #ccc;
}
#footer .wrap {
  padding: 10px 0 0 0;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}
#footer .row {
  margin-left: -15px;
  margin-right: -15px;
}
#footer .row .gr1,
#footer .row .gr2,
#footer .row .gr3,
#footer .row .gr4,
#footer .row .gr5,
#footer .row .gr6,
#footer .row .gr7,
#footer .row .gr8,
#footer .row .gr9,
#footer .row .gr10,
#footer .row .gr11,
#footer .row .gr12 {
  padding-left: 15px;
  padding-right: 15px;
}

#footer-content-area {
  font-size: 12px;
  padding:0 10px;
}
#footer-content-area h4 {
  font-size: 14px;
}
#footer-content-area i.fa {
  margin-right: 12px;
}
#footer-content-area #footer-cont-about li,
#footer-content-area #footer-cont-content li {
  position: relative;
}
#footer-content-area  li:before {
  content: '';
  font-family: FontAwesome;
  top: 7px;
  padding-right: 5px;
}
#footer-content-area #footer-cont-about li a,
#footer-content-area #footer-cont-content li a {
  padding: 8px 12px 8px 14px;
  display: inline-block;
}
#footer-content-area #footer-cont-about li a:hover,
#footer-content-area #footer-cont-content li a:hover {
  text-decoration: none;
}
#footer-content-area #footer-cont-sns a {
  display: block;
  padding: 8px 12px 8px 0;
}
#footer-content-area #footer-cont-sns a:hover {
  text-decoration: none;
}

.footer-01 {
  border-top: 1px solid #717071;
  padding: 20px 0;
}

.footer-02 {
  background:#717071;
  padding:5px 0 3px 0;
}
.footer-02 .footer-copy {
  text-align: center;
  font-size: 10px;
  color:#fff;
}

#footer h1.fnavi-title {
  color:#0a6eb7;
  font-size:14px;
}

/* 検索結果
---------------------------------------- */
h1.page-title {
  font-size:18px;
  margin:20px 0 30px 0;
}
.search-head {
  font-size:14px;
  margin:20px 0 5px 0;
}
.content-none h1.post-title {
  font-size:16px;
  color:#231815;
  margin:20px 0;
}
.content-none h2 {
  font-size:1.2em;
  margin:20px 0 10px 0;
}
.search-detail {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}

/* 会社情報
---------------------------------------- */
.post-content table.tb-cmp,
.post-content table.tb-cmp th,
.post-content table.tb-cmp td {
  border:none;
  background:none;
  border-bottom:1px dotted #ccc;
  padding:10px 20px;
}
.post-content table.tb-cmp th {
  border-right:1px solid #fff;
  white-space:nowrap;
  font-weight:bold;
  margin-bottom:2px;
  color:#231815;
  text-align:center;
}
.post-content ol.no01  {
  margin-bottom:0;
}
.post-content ol.no01 li {
  list-style-type:none;
  position:relative;
  margin-bottom:5px;
}
.post-content ol.no01 li:before {
  content:"1.";
  list-style-position: outside;
  position: absolute;
  left: -25px;
  top: 0px;
  display: list-item;
}
.marklink {
  background: #007cc2; /* Old browsers */
  background: -moz-linear-gradient(top,  #007cc2 0%, #004da0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007cc2), color-stop(100%,#004da0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #007cc2 0%,#004da0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #007cc2 0%,#004da0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #007cc2 0%,#004da0 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #007cc2 0%,#004da0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc2', endColorstr='#004da0',GradientType=0 ); /* IE6-9 */
  color:#ffffff;
  margin:0  0 0 10px;
  padding:1px 5px;
  border-radius:3px;
  display:inline-block;
}

/* 採用情報
---------------------------------------- */
.post-content table.tb-rec tr:first-child {
  border-top:1px dotted #ccc;
}
.post-content table.tb-rec,
.post-content table.tb-rec th,
.post-content table.tb-rec td {
  border:none;
  background:none;
  border-bottom:1px dotted #ccc;
  padding:10px 20px;
  vertical-align:top;
}
.post-content table.tb-rec {
  width:100%;
  border-left:5px solid #2ca6e0;
}
.post-content table.tb-rec th {
  background:#f6f6f6;
  color:#222;
  width:25%;
}
.post-content table.tb-rec td.rec01 {
  font-size:1.2em;
}

/* アクセス
---------------------------------------- */
.lline {
  border-left:1px dotted #999;
  padding-left:20px;
}
.maptop {
  margin-bottom:2em;
}
.simplemap {
  margin-bottom:10px;
}

/* エステティック
---------------------------------------- */
div.esthe {
  background: url(img/product/esthe_bg.jpg) no-repeat right top;
}
.lnk-esthe a {
  background: #ddd;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #ddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ddd));
  background: -webkit-linear-gradient(top, #f9f9f9 0%,#ddd 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%,#ddd 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%,#ddd 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%,#ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dddddd',GradientType=0 );
  background: linear-gradient(to bottom, #f9f9f9, #ddd);/* IE10+, W3C */
  color: #333;
  margin: 0 5px 10px 0;
  padding: 10px 7px 8px 7px;
  display: inline-block;
  border:1px solid #ddd;
  border-radius:2px;
  text-align:center;
  width:95%;
}
.lnk-esthe a:hover {
  text-decoration:none;
  opacity:0.7;
}


/* イベント・セミナー
---------------------------------------- */
h2.seminar-ttl {
  background:#f3f3f3;
  padding:10px;
  border-left:5px solid #2ca6e0;
}
h2.seminar-ttl2 {
  border-bottom:1px dotted #999;
  border-top:1px solid #999;
  padding:5px 0;
  margin-bottom:15px;
  line-height:1.4em;
}
ul.seminar-lst li {
  list-style-type:none;
  border-bottom:1px dotted #ccc;
  padding:10px 0;
}
span.seminar-cat {
  background:#0a6eb7;
  color:#ffffff;
  padding:1px 3px;
  margin:0 10px;
}
.post-content table.tb-seminar {
}
.post-content table.tb-seminar,
.post-content table.tb-seminar th,
.post-content table.tb-seminar td {
  border:none;
  background:none;
  border:1px solid #ccc;
  
  padding:10px 20px;
  vertical-align:top;
}
.post-content table.tb-seminar th {
  background:#ddd;
  color:#222;
}
.lnk-seminar img {
  margin:0 10px 10px 0;
}
.inq-seminar {
  border:2px solid #0a6eb7;
  padding:10px 15px;
  float:left;
}
.inq-seminar h5{
  margin:0;
  padding-top:0;
  font-size:14px;
}
.seminar-pdf {
  background: #dddddd;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#dddddd));
  background: -webkit-linear-gradient(top, #f9f9f9 0%,#dddddd 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%,#dddddd 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%,#dddddd 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%,#dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dddddd',GradientType=0 );
  color: #333;
  margin: 0 5px 10px 0;
  padding: 10px 7px 8px 7px;
  display: inline-block;
  border:1px solid #dddddd;
  border-radius:2px;
  text-align:center;
}
.seminar-pdf:before {
  content:"\f1c1";
  font-family: 'FontAwesome';
  font-size:14px;
  padding:0 5px;
  color:#666;
}
.seminar-pdf.eform:before {
  content:"\f11c";
}

/* 動画ギャラリー
---------------------------------------- */
.list_mv {
  background:#f9f9f9;
  border:1px solid #f3f3f3;
  padding:10px;
  margin:20px 5px 0 5px;
  text-align:center;
  height:220px;
  overflow:hidden;
}
.list_mv img {
  margin:10px auto;
}
.list_mv h3 {
  margin:15px 0;
  font-size:1.2em;
  text-align:left;
}
.list_mv h3 a:link {
  margin:20px 0;
  line-height:1.4em;
}
.mv iframe {
  margin:20px 0;
}
p.link_area {
  border:1px solid #ccc;
  padding:10px 15px;
  margin:10px 0 0 0;
}
a.toback:before {
  content:"\f053";
  font-family: 'FontAwesome';
  font-size:14px;
  padding-right:10px;
}

/* BF　59:#0d6eb8; 60:#E7416A;
---------------------------------------- */
h2.bf {
  color:#f39700;
  font-weight:bold;
}
h2.bf span{
  font-size:14px;
  font-weight:normal;
}
strong.bf {
  color:#333;
  font-size:16px;
}
a.bf {
  background-color:#333;
}
a.btn01.bf {
  filter:none;
  background-image: none;
  background-color:#333;
  font-size:1.2em;
  color:#fff;
  border-radius:5px;
  padding:7px 15px;
}
img.bfcover {
  box-shadow:2px 2px 4px 2px #ccc;
  -moz-box-shadow:2px 2px 4px 2px #ccc;
  -webkit-box-shadow:2px 2px 4px 2px #ccc;
}
span.bfbg {
  background: linear-gradient(transparent 10%, #fde0b3 0%);
}

/* BF pickup
---------------------------------------- */
body.page .bfpick .post-header {
  padding:0;
  margin:0;
}
body.page .bfpick h1.post-title {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size:22px;
  padding-bottom:-10px;
	position: relative;
}

body.page .bfpick h1.post-title span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-left:5px;
}
body.page .bfpick h1.post-title:before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 9px;
	background-color: #d9ebf8;
}
  body.page .bfpick p {
   font-size:14px;
   }
.pick_tea div h3 {
	font-size:14px;
	margin:0;
	padding:10px 3px;
}
.pick_tea div h4 {
	margin:1em 0 0;
	
}
.pick_tea div.tea01 {
	clear:both;
	border-top:3px solid #921527;
}
.pick_tea div.tea02 {
	clear:both;
	border-top:3px solid #d8910f;
}
.pick_tea div.tea03 {
	clear:both;
	border-top:3px solid #c65480;
}
.pick_tea div.tea04 {
	clear:both;
	border-top:3px solid #717239;
}
.pick_tea div.tea01 h3{
	background:#e6c7ba;
}
.pick_tea div.tea02 h3{
	background: #e9cfae;
}
.pick_tea div.tea03 h3{
	background: #e3bfc5;
}
.pick_tea div.tea04 h3{
	background: #c2c49c;
}
.pick_tea div h3:before {
	content:url(img/bf/pick59/a.png);
	padding-right:5px;
	padding-left:5px;
	display: block;
	float:left;
}
.pick_tea div.tea02 h3:before {
	content:url(img/bf/pick59/b.png);
}
.pick_tea div.tea03 h3:before {
	content:url(img/bf/pick59/c.png);
}
.pick_tea div.tea04 h3:before {
	content:url(img/bf/pick59/d.png);
}

.pick_tea div.tea01 h4{
	color:#921527;
}
.pick_tea div.tea02 h4{
	color: #d8910f;
}
.pick_tea div.tea03 h4{
	color: #c65480;
}
.pick_tea div.tea04 h4{
	color: #717239;
}
.pick_tea div p {
	margin-bottom:1em;
}
.pick_tea div .gr4 p {
	background:#f4dfd7;
	margin-top:10px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.1em;
	border-radius:10px;
	text-align:left;
}
.pick_tea div.tea02 .gr4 p {
	background: #f4e2ce;
}
.pick_tea div.tea03  .gr4 p{
	background: #f2d6db;
}
.pick_tea div.tea04  .gr4 p{
	background: #dbdbbd;
}
.pick_tea div .gr4 p strong {
	font-size:14px;
	display:block;
	text-align:center;
	margin-bottom:5px;
}
.pick_tea div .gr4 p span {
	font-size:11px;
}
.pick_tea div .gr4 {
	text-align:center;
}
.pick_tea div .gr4 img {
	margin-top:-20px;
  box-shadow:2px 2px 4px 2px #ccc;
  -moz-box-shadow:2px 2px 4px 2px #ccc;
  -webkit-box-shadow:2px 2px 4px 2px #ccc;
}
.pick_tea div .gr8 img {
	margin:10px auto;
	display:block;
}
.pick_tea div .gr8 p span {
	background: #717239;
	color:#fff;
	font-size:11px;
	border−radius:5px;
	padding:3px 5px;
}
.pick_tea div .gr8 p span.nw {
	background: #c65480;
}
.pick_tea div p.howto {
	clear:both;
	padding-top:10px;
	padding-bottom:2em;
}
.pick_tea div p.howto:before {
	content:url(img/bf/pick59/tea01img.png);
	padding-right:3px;
	padding-left:3px;
	margin-top:-20px;
	display: block;
	float:left;
}
.pick_tea div.tea02 p.howto:before {
	content:url(img/bf/pick59/tea02img.png);
}
.pick_tea div.tea03 p.howto:before {
	content:url(img/bf/pick59/tea03img.png);
}
.pick_tea div.tea04 p.howto:before {
	content:url(img/bf/pick59/tea04img.png);
}
.cmt {
	border:1px solid #ddd;
	padding:10px;
	border-radius:10px;
}
.cmt img {
	float:right;
	display:block;
}
.pick_grd div.grd01{
	margin-bottom:40px;
	padding-bottom:10px;
	border-bottom:4px solid #b7c6ce;
	float:left;
	display:bllock;
}
.pick_grd div h3 {
	font-size:15px;
	line-height:1.25em;
	color:#365268;
	margin:0;
	padding:8px 0 8px 10px;
	background:url(img/bf/pick59/bf59_grandemlogo.png) no-repeat right #b7c6ce;
}
.pick_grd div div.gtxt p {
	padding:20px 10px 0 5px;
	font-size:13px;
}
.pick_grd div div.gimg {
	text-align:center;
}
.pick_grd div div.gimg img {
	margin-top:-40px;
	max-width:230px;
}

div.bfpick_bn {
	margin-top: 20px;
	background: #f3f3f3;
	border: 1px solid #eee;
	padding: 10px;
}
div.bfpick_bn h4 {
	padding-left:10px;
}
div.bfpick_bn ul,
div.bfpick_bn ul li {
	list-style-type:none;
	margin:0 0 10px 0;
}
div.bfpick_bn ul li:before {
  content:"\f00c";
  font-family: 'FontAwesome';
  font-size:14px;
  padding:0 5px 0 0;
  color:#666;
}

.bf60_hw div h3 {
	font-size:16px;
	line-height:1.25em;
	margin:5px 5px 0 5px;
	padding:3px 10px;
	background:#000;
	color:#fff;
}
.bf60_hw div h3 span {
	font-size:12px;
}
.bf60_hw div img {
	margin:0 auto 30px auto;
}
body.page .bfpick .bf60_hw div p {
	font-size:11px;
	margin:10px;
	padding:3px 0;
}


/* for enduser
---------------------------------------- */
#for_e h2 {
  color:#0d6eb8;
  border-bottom:1px solid #0d6eb8;
}
#for_e h2:before {
  content:"\f111";
  font-family: 'FontAwesome';
  padding-right:10px;
  font-size:0.9em;
}
#for_e h2 span {
  color:#222222;
  font-size:14px;
  padding-left:10px;
}
#for_e .row div {
  text-align:center;
}
#for_e .row div img{
  width:90%;
  margin-bottom:10px;
}
#for_e div h3 {
  color:#222222;
  font-size:14px;
  margin:0 0 0 0;
}
#for_e div h3 span.texts{
  font-size:12px;
  font-weight:normal;
}
#for_e .row div a.lnk-slist {
  background:linear-gradient(to bottom, #007cc2 0%, #004da0 100%);
  color:#fff;
  padding:10px;
  margin:10px auto 0 auto;
  display:block;
  width:90%;
  border-radius:3px;
}
#for_e .row div a:hover.lnk-slist {
  opacity:0.75;
  text-decoration:none;
}
#for_e .row div a.lnk-slist:after {
  content:"\f054";
  font-family: 'FontAwesome';
  font-size:11px;
  padding-left:5px;
}



/* 製品情報
---------------------------------------- */
.post-content .idx {
  text-align:center;
}
.post-content .tcenter {
  text-align:center;
}
.post-content .idx h3 {
  padding:0 0 5px 0;
  font-size:12px;
  font-weight:normal;
  color:#666666;
  height:25px;
}
.post-content .idx a {
  display:block;
  width:100%;
  height:100%;
  border:1px solid #fff;
}
.post-content .idx a:hover {
  text-decoration:none;
  border:1px solid #2ca6e0;
}
.post-content .idx p {
  color:#0a6eb7;
  text-align:center;
  margin-bottom:10px;
}
.post-content h4 {
  color:#08c;
  margin:0 0 10px 0;
  font-size:14px;
}
.post-content h4.bm0 {
  margin-bottom:0;
  
}
h4 span.pt {
  background:#08c;
  color:#fff;
  padding:2px 5px 1px 5px;
  font-weight:bold;
  font-size:0.9em;
}
h4 span.sub {
  color:#666;
  padding:0 0 0 10px;
  font-size:0.8em;
  font-weight:normal;
}
strong.sizem {
  font-size:1.2em;
}
span.info01 {
  color:#077dce;
  font-size:90%;
}
.widget-wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding:20px;
  margin-bottom:20px;
}
div.spec01 {
  border:1px solid #0a6eb7;
  padding:15px;
  margin-bottom:20px;
}
.post-content div.spec01 p{
  font-size:80%;
}
iframe.prod_mv {
  width:100%;
}
.prod_mv2 {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.prod_mv2 iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
div.btn01 {
  padding:0;
  margin-bottom:10px;
}
a.btn01 {
/*  background: #ddd;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #ddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ddd));
  background: -webkit-linear-gradient(top, #f9f9f9 0%,#ddd 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%,#ddd 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%,#ddd 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%,#ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dddddd',GradientType=0 );
  background: linear-gradient(to bottom, #f9f9f9, #ddd);
  color: #333;
  margin: 0 5px 0 0;
  padding: 3px 7px 2px 7px;
  display: inline-block;
  border:1px solid #ddd;
  border-radius:2px;*/
}
a.btn01 {
  background-color: #00BCD4;
  color: #FFF;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.01em;
  padding: 0.8em 1em;
  margin-top:2px;
  display: inline-block;
  border-radius: 3px;
    cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.1), 0 3px 1px -2px rgba(0,0,0,0.1);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
}
a.btn01:hover {
  text-decoration:none;
  opacity:0.7;
}

div#spec {
  float:left;
  width:100%;
  background:#f3f3f3;
  padding:0 10px 10px 10px;
}
div#spec ul {
  margin-top:1em;
}
div#spec ul {
  margin:10px 0 15px 1em;
}
div#spec p{
  padding-left:10px;
  margin-bottom:10px;
}
h5.spec-title {
  font-size:13px;
  padding:0 0 10px 0 ;
  line-height:1em;
  margin:10px 0 1em 0;
}
h5.spec-title span {
  background:#2ca6e0;
  color:#fff;
  float:left;
  padding:2px 5px 2px 5px;
  margin:-11px 10px 0 0;
  display:block;
  width:70px;
  height:35px;
  line-height:30px;
  text-align:center;
}
.fotorama--wp {
  margin: 1em auto;
  width:266px;
}
div.fotorama__nav-wrap {
  margin-top:5px;
}
.fotorama__caption__wrap {
  background-color: rgba(255, 255, 255, 0.5);
}
div.fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--toggle-arrows.fotorama__wrap--no-controls {
  margin:0 auto;
}
.plt01 {
  padding-left:10px;
}
.plt02 {
  padding-left:30px;
}
span.sp {
  background:#c00;
  color:#fff;
  padding:1px 5px;
  margin:-10px 0 10px 0;
  display:block;
  width:100px;
  text-align:center;
  line-height:1.1em;
}
span.txts {
  font-size:10px;
}
p.infozoom {
  padding:10px 0 0 0;
  margin:0;
  font-size:10px;
  text-align:right;
}
p.infozoom:before {
  content:"\f00e";
  font-family: 'FontAwesome';
  font-size:12px;
  padding-right:5px;
}
p.infozoom.lt {
  text-align:left;
}

.maru{
  width: 60px;
  height: 60px;
  -webkit-border-radius: 25px;/* width,heightの半分 */
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #81c7ef;/* 円の色 */
  color:#fff;
  line-height:60px;
  text-align:center;
}
.maru.l2{
  line-height:14px;
  padding:15px 0;
}
.box01 {
  border:1px solid #ccc;
  padding:20px 25px;
  margin-bottom:10px;
}
.recruit .box01 {
  margin-left:20px;
}
.recruit a.btn01 {
  filter:none;
  background:#0a6eb7;
  color:#fff;
  padding:7px 15px;
  border-radius:5px;
}
dl.qa{
  margin:10px 10px 0 0;
}
dl.qa dt{
  width:2em;
  float:left;
  clear:both;
}
dl.qa dd{
  margin:-1.6em 0 5px 2em;
}
dl.qa dd.q,
dl.qa dt.q{
  font-weight:bold;
}
dl.qa dd.a{
  margin-bottom:10px;
}
dl.qa dt.a{
  color:#f60;
}
.post-content .pci16 h3.imgttl {
  margin:20px 0;
  padding:0;
}
.pci16 h2 {
  font-size:16px;
}
.pci16 h4 {
  font-size:15px;
  padding:0;
  color:#1b5ca8;
  line-height:1.4em;
}
.pci16 .pci16b h4 {
  font-size:17px;
}
.pci16 h4 span {
  font-size:24px;
  padding:0 5px 0 0;
  margin-right:5px;
  font-family:serif;
  color:#f09400;
}
.pci16 sup {
  color:#00b6ec;
}
.pci16 .spec01 span {
  color:#00b6ec;
}
.pci16 .newarea {
  background:url(img/product/pci16_new.png) no-repeat 98% 2px #f7e6ef;
  padding:0 10px;
}
.pci16b .txts {
  font-size:0.8em;
}
.pci16b .txts span {
  color:#00b6ec;
}
.post-content .cumuco h2 {
  margin:0;
}
.post-content .cumuco h3 {
  padding: 20px 10px 10px;
  margin:0;
  font-size:16px;
}
.post-content .cumuco p {
  padding: 10px;
  margin:0;
}
.cumuco .cumuco_blk01 {
  background:url(img/product/cumuco_bg01.png) ; 
  padding:0 10px 10px;
}
h2.wbfttl{
  position: relative;
  color:#08c;
  padding: 1rem 0 0.5rem;
}

h2.wbfttl:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #08c, transparent);
  background: linear-gradient(to right, #08c, transparent);
}
h4.wbf{
	margin:0 0;
}
h4.wbf span{
	background:#08c;
	color:#fff;
	padding: 2px 6px;
    margin-right: 5px;
    display: inline-block;
    line-height: 1.0em;
}
p.wbf_pt strong {
	font-weight:bold;
	color:#f53a75
}
div.wbf_b01 {
  background:url(img/product/wbf_b_bg01.jpg) no-repeat bottom; 
  background-size:cover;
  padding-bottom:10px;
}
div.wbf_b02 {
  background:url(img/product/wbf_b_bg02.jpg) no-repeat ; 
  margin-top:-20px;
  padding-top:30px;
  background-size:cover;
}
.wbf_lsn {
  background:#fdfdfa;
  margin:0 10px 10px;
  padding:10px 0;
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
}
div.wbf_lsn.row div.gr3 {
	text-align:center;
}
.wbf_lsn p {
	font-size:14px;
	margin:0.5em 0.5em 1em;
}
.wbf_lsn p.wbf_txts {
	font-size:12px;
}
.wbf_lsn p span {
	font-size:12px;
	background: linear-gradient(rgba(255, 255, 255, 0) 40%, #90d7e2 70%);;
}

.wbf_lsn p.pt {
	font-size:12px;
	color:#f53a75;
	position:relative;
	margin:30px 10px 0 0.5em;
}
.wbf_lsn p.pt::before {
	content:"";
	background:url(img/product/wbf_b_pt.png) no-repeat ; 
	position:absolute;
	width:50px;
	height:16px;
	top:-16px;
}
.wbf_voice {
	margin-top:-40px;
	position:relative;
	background:url(img/product/wbf_b_vimg02.png) 90% 100% no-repeat ; 
}
.wbf_voice div div {
	padding:10px 8px 10px 10px;
	color:#5a4a4f;
	margin:5px 10px 18px;
	border-radius:5px;
	position:relative;
	filter: drop-shadow(0 0 2px rgba(0,0,0,0.15));
}
.wbf_voice div div::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 26%;
	margin-left: -10px;
	border: 8px solid transparent;
	border-top: 12px solid #f9e1e2;
}
.wbf_voice div.rt div::before {
	left: 65%;
}
.wbf_voice div div.v02::before {
	border-top: 14px solid #fff;
}
.wbf_voice div div.v03::before {
	border-top: 14px solid #fd90a7;
}
.wbf_voice div.gr6.lt {
	padding-left:5px;
	padding-top:30px;
	padding-bottom:30px;
}
.wbf_voice div.rt {
	padding-right:5px;
}
.wbf_voice .v01 {
	background:#f9e1e2;
}
.wbf_voice .v02 {
	background:#fff;
	color:#3e282f;
}
.wbf_voice .v03 {
	background:#fd90a7;
}
.wbf_voice div div strong {
	font-size:1.35em;
	color:#f53a75;
	font-weight:bold;
}
.wbf_voice div div.v03 strong {
	color:#fff;
}


/* サロンお役立ち
---------------------------------------- */
#top_saloninfo {
  float:left;
  width:100%;
  margin:0 0 20px 0;
}
#top_saloninfo div {
  margin:0 0 10px 0;
}
#top_saloninfo div.rt {
}
.salon_info .post-content h1 {
  margin:0;
}
.salon_info .post-content {
  padding-top:0;
}
.salon_ttl {
  margin-top:3px;
}
.salon_info h2 {
  line-height:1.3em;
  font-size:21px;
  margin:0 0 20px 0;
}
.salon_info h2 span {
  color:#ba007b;
}
.salon_info h2.s1701 span {
  color:#dd3030;
}
.salon_info ul.news-meta {
  padding:10px 0 0 0;
}
.salon_info .post-content h3 {
  line-height:1.3em;
  font-size:15px;
  margin:0 50px;
  padding-bottom:0;
  color:#dd3030;
  font-weight:normal;
}

.salon_info p.img {
  margin:10px;
  text-align:center;
}
.salon_info p.txt {
  margin:20px 50px;
  line-height:1.8em;
}
.salon_info ul.list01 {
  margin:0 50px 20px;
}
.salon_info ul.list01 li {
  margin:0 0 5px 0;
}
.salon_info #side  .top_info h2 {
background:none;
color:#0a6eb7;
border-bottom:1px solid #0a6eb7;
  font-size:12px;
  margin:0 0 12px 0;
}
.salon_info .post-content h1.care {
  line-height:0;
  background:#6492CD;
  padding:2px;
}
.salon_info .line01 {
  border-top:6px solid #daecfa;
  border-bottom:6px solid #daecfa;
}
.salon_info .line01 p.img {
  margin:0;
}
.salon_info .unit {
  margin:0 45px 30px 34px;
}
.salon_info .unit h3 {
  line-height:1.3em;
  font-size:21px;
  margin:0 0 0 0;
  color:#595858;
}
.salon_info .unit .line02 {
  border:1px solid #251E1C;
  padding:5px;
  text-align:center;
}
.salon_info .unit .line02 strong {
  font-size:16px
}
.salon_info .unit ul li {
  font-weight:bold;
}
.salon_info .unit ul li span {
  font-weight:normal;
}
.salon_info .unit ul {
      display: block;
      padding-left:80px;
}
.salon_info ul.list01.l753 {
  margin: 0 20px  20px 50px;
}
.salon_info .blk01 {
  width:45%;
  float:left;
}
.salon_info .blk02 {
  width:55%;
  float:left;
}
.si_flnk .rt {
  text-align:right;
}
.si_flnk .gr6 a {
  display:block;
  background:#ddf0f0;
  color:#333;
  padding:10px;
  margin:5px;
}
.si_flnk .gr6 a:hover {
  opacity:0.8;
}

/*  pagetop
---------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #fff;
}
.pagetop span {
  display: block;
  border-radius: 25px;
  background: #2b2b2b;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  opacity: .8;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-nav-btn,
#gnav-sp {
  display: none;
}
@media screen and (max-width: 991px) {
  /* tablet */
  body.home .wrap,
  .wrap {
    width: auto;
    margin: 0 24px;
  }

  body.home #front-service {
    background-image: none;
  }

  /* header */
  #header {
    padding: 0;
  }
  #header .wrap {
    width: auto;
    margin: 0 24px;
  }
  #header #searchform {
    float:none;
    margin:5px auto;
    text-align:center;
  width:80%;
  }
  #header #searchform input[type=text] {
  width:80%;
  }
  #header #searchform button {
    float:right;
  }
/*
  #header-nav-btn {
    display: block;
    width: 116px;
    line-height: 92px;
    float: right;
  }
  #header-nav-btn a {
    display: block;
    text-align: center;
    display: block;
    font-size: 32px;
    background: #3B4552;
  }

  #header-fnav-area {
    display: none;
  }

*/
  /* gnav */
    #gnav-sp {
    display: none;
  }
/*
  #gnav {
    display: none;
  }

  .dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
  }

  #gnav-sp {
    display: none;
    background: #3B4552;
    display: block;
    color: #fff;
    z-index: 100;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
  }
  #gnav-sp .wrap {
    width: 94%;
    margin: 0 3%;
    padding: 36px 0;
  }
  #gnav-sp .wrap a {
    color: #fff;
  }
  #gnav-sp #header-cont-content h4,
  #gnav-sp #header-cont-about h4,
  #gnav-sp #header-cont-sns h4 {
    font-weight: bold;
    margin-bottom: 16px;
  }
  #gnav-sp #header-cont-content li,
  #gnav-sp #header-cont-about li,
  #gnav-sp #header-cont-sns li {
    font-size: 14px;
  }
  #gnav-sp #header-cont-content li a,
  #gnav-sp #header-cont-about li a,
  #gnav-sp #header-cont-sns li a {
    padding: 10px 12px;
  }
  #gnav-sp #header-cont-content ul {
    margin-left: -2%;
  }
  #gnav-sp #header-cont-content li {
    margin-left: 2%;
    float: left;
    width: 48%;
  }
  #gnav-sp #header-cont-content li a {
    display: block;
    position: relative;
  }
  #gnav-sp #header-cont-content li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }
  #gnav-sp #header-cont-content .children {
    display: none;
  }
  #gnav-sp #footer-nav li a {
    display: block;
    padding: 8px 12px;
    position: relative;
  }
  #gnav-sp #footer-nav li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }
  #gnav-sp #footer-nav .children {
    display: none;
  }
  #gnav-sp #header-cont-sns li a {
    display: block;
    padding: 8px 12px 8px 0;
  }
*/
  /* front page */
  body.home .front-loop {
    margin-left: 0;
  }

  body.home .front-loop .popular_post_box {
    width: 32%;
    margin: 0 .5%;
  }
  body.home .front-loop .popular_post_box .wrap-a {
    display: block;
    border: 1px solid #e5e5e5;
  }
  body.home .front-loop .popular_post_box .wrap-a:hover {
    background: #fafafa;
    text-decoration: none;
  }
  body.home .front-loop .popular_post_box .wrap-a h3,
  body.home .front-loop .popular_post_box .wrap-a ul {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.home .front-loop .popular_post_box img {
    width: 100%;
    height: auto;
  }
  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding:0;
  }

  article.page .post-content {
    padding: 10px;
  }

  .post-header {
    padding: 20px;
  }

  .post-content {
    padding: 20px;
  }
  .post-content h2 {
    margin-left: 0;
  }

  .post-meta-area {
    background: #fff;
    color: #231815;
  }
  .post-meta-area .post-meta {
    width: 40%;
    float: left;
    text-align: left;
  }
  .post-meta-area .post-meta .date {
    background: transparent;
    text-align: left;
  }
  .post-meta-area .bzb-sns-btn {
    height: auto;
  }
  .post-meta-area .bzb-sns-btn .sharrre {
    margin: 0 5px 0 0;
    float: left !important;
    width: 20%;
    overflow: hidden;
  }
  .post-meta-area .loop-comment-icon {
    padding: 4px 12px;
    background: transparent !important;
    text-align: center;
    float: right;
  }

  #footer-list-area {
    width: 100%;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .wrap {
    overflow: hidden;
  }

  .post-title {
    font-size: 21px;
    margin-bottom: 20px;
  }

  body.home .wrap,
  .wrap {
    margin: 0 12px;
  }

 .post-content table{
    width: 100%;
  }

  #main {
    width: 100%;
    float: none;
  }

  #side {
    width: 100%;
    float: none;
  }

  .left-content #main {
    width: 100%;
    float: none;
  }
  .left-content #side {
    width: 100%;
    float: none;
  }

  .right-content #main {
    width: 100%;
    float: none;
  }
  .right-content #side {
    width: 100%;
    float: none;
  }

  .one-column #content .wrap {
    width: 94%;
    margin: 0 3%;
  }
  .one-column #content .wrap #main {
    width: 100%;
    float: none;
  }
  .one-column #content .wrap #side {
    width: 100%;
    float: none;
  }

  /* header */
  #header {
    padding: 0;
  }
  #header .wrap {
    padding: 0;
    margin: 0 12px;
  }
  #header #logo {
    float: none;
    text-align:center;
  }
  #header #logo img {
    vertical-align: top;
  }
  #header #header-right {
    height: auto;
    padding-top:0;
  }
  #header #header-right p {
    text-align:center;
    font-size:8px;
    margin-left:-3px;
    margin-right:-3px;
  }
  #header #header-right p span {
    display:inline-block;
  }
  #header #header-primary-nav {
    display: none;
  }
  #header-gnav-area {
    height:0;
  }
  #header-nav-btn {
    display: block;
    width: 100%;
    margin: 0 /*-12px*/;
    line-height: 92px;
    float: none;
  }
  #header-nav-btn a {
    display: block;
    text-align: left;
    font-size: 16px;
    padding: 8px 0 8px 20px;
    line-height: 1.2;
    width: 100%;
    background: #007cc2; /* Old browsers */
    background: -moz-linear-gradient(top,  #007cc2 0%, #004da0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007cc2), color-stop(100%,#004da0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #007cc2 0%,#004da0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #007cc2 0%,#004da0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #007cc2 0%,#004da0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #007cc2 0%,#004da0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc2', endColorstr='#004da0',GradientType=0 ); /* IE6-9 */
  }
  #header-nav-btn a,
  #header-nav-btn a:link {
  color:#fff!important;
  }
    #gnav {
    display: none;
  }

  #gnav-sp {
    display: none;
    top: 180px;
  }
  #gnav-sp ul {
  }
  #gnav-sp #header-cont-content ul {
    margin-left: 0;
  }
  #gnav-sp #header-cont-content li {
    margin-left: 0;
    float: left;
    width: 100%;
  }
  #gnav-sp {
    display: none;
    background: #2ca6e0;
    display: block;
    color: #fff;
    z-index: 100;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
  }
  #gnav-sp .wrap {
    width: 100;
    margin: 0;
    padding: 10px 0;
  }
  #gnav-sp .wrap a {
    color: #fff;
  }
  #gnav-sp #header-cont-content h4,
  #gnav-sp #header-cont-about h4,
  #gnav-sp #header-cont-sns h4 {
    font-weight: bold;
    margin-bottom: 16px;
  }
  #gnav-sp #header-cont-content li,
  #gnav-sp #header-cont-about li,
  #gnav-sp #header-cont-sns li {
    font-size: 14px;
    border-bottom:1px solid #fff;
  }
  #gnav-sp #header-cont-content li a,
  #gnav-sp #header-cont-about li a,
  #gnav-sp #header-cont-sns li a {
    padding: 10px 12px;
  }
  #gnav-sp #header-cont-content ul {
    margin-left: -2%;
  }
  #gnav-sp #header-cont-content li {
    float: left;
  }
  #gnav-sp #header-cont-content li a {
    display: block;
    position: relative;
  }
  #gnav-sp #header-cont-content .children {
    display: block;
  }
  #gnav-sp #footer-nav li a {
    display: block;
    padding: 8px 12px;
    position: relative;
  }
  #gnav-sp #footer-nav li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }
  #gnav-sp #footer-nav .children {
    display: none;
  }
  #gnav-sp #header-cont-sns li a {
    display: block;
    padding: 8px 12px 8px 0;
  }
  /* loop */
  body.home .front-loop .popular_post_box {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  body.home .gr4 {
    width: 100%;
  }
  body.home .gr8 .gr6.rt ,
  body.home .gr8 .gr6 {
    text-align:center;
  }
  body.home .gr8 .gr6.rt a ,
  body.home .gr8 .gr6 a{
    margin-left: auto;
    margin-right: auto;
  }
  body.home #side_navi {
  margin-top:0;
  padding-top:0;
  text-align:center;
  }
  body.home .top_info {
    margin-bottom:15px;
  }
  .ac-container input:checked ~ article.ac-col1.topi2{
    height: 245px;
  }
  .ac-container input:checked ~ article.ac-col2{
    height: 300px;
  }
  .ac-container input:checked ~ article.ac-col2.topi2{
    height: 400px;
  }
  .ac-container article {
    position: relative;
    width:100%;
        -webkit-box-shadow:none;
       -moz-box-shadow: none;
            box-shadow: none;

  }
  hr.line01 {
    margin:0;
  }
  /* single */
  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 10px 0 0 0;
    margin-bottom:10px;
  }

  .post-meta-area .post-meta,
  .post-meta-area .post-meta-comment {
    float: none;
    width: 100%;
    padding: 0;
  }
  .post-meta-area .post-meta {
    border-bottom: 1px solid #e5e5e5;
  }
  .post-meta-area .post-meta .date {
    padding: 8px 20px;
  }

  article.page .post-content,
  .post-footer {
    padding: 10px 0;
  }

  .post-cta .cta-post-title {
    padding: 12px 20px;
    font-size: 18px;
  }
  .post-cta .post-cta-inner {
    padding: 0;
  }
  .post-cta .post-cta-cont {
    padding: 12px 20px;
  }
  .post-cta .post-cta-cont .post-cta-img {
    float: none;
    margin: 0 0 12px;
    width: 100%;
  }
  .post-cta .post-cta-btn a {
    width: 100%;
  }
  #footer h1.fnavi-title {
    font-size:14px;
    margin-top:10px;
  }
  h1.news-title {
    margin:20px 0 10px 0;
  }
  .post-content table.tb-cmp,
  .post-content table.tb-cmp th,
  .post-content table.tb-cmp td {
    padding:10px 10px;
  }
  .lline {
    border-left:none;
    padding:10px 0 0 0;
  }
  .post-content img.alignright {
    float:none;
    margin:0 auto 10px auto;
  }
  div.nextend-bullet-container.nextend-bullet.nextend-bullet-numbers.nextend-bullet-numbers-circle.nextend-bullet-horizontal {
    display:none;
  }
  iframe, object, video {
    width: 100%;
    height:auto;
  }
  .mv .post-header,
  .mv .post-content {
    padding:0;
  }
  .list_mv {
    margin:0 0 15px 0;
    height:auto;
  }
  div.spec_caption {
    text-align:center;
  }
  .plt01,
  .plt02 {
    padding-left:0;
  }
  .gr4.bf img {
    max-width:260px;
    margin:0 auto 10px auto;
  }
  h1.nmenu-title {
    font-size:16px;
  }
  ul#menu-nmenu01.menu {
    margin:10px auto;
  }
  #for_e .row div img{
    max-width:200px;
  }
  div.esthe {
    background:none;
  }
  .salon_info .post-content {
    padding:20px 5px;
  }
  .salon_info h2 {
    font-size:18px;
  }
  .salon_info .post-content h3 {
  margin:0 10px;
  text-align:center;
  }

  .salon_info p.txt {
  margin:20px 0px;
  }
  .salon_info ul.list01 {
  margin:0 0 20px 0;
  }
  .salon_info .post-header {
  padding:0;
  }
  .salon_info .post-header h1 {
    margin:0;
  }
  .salon_info .line01 {
  padding:0;
    margin:0;
  }
  .salon_info .unit {
    margin:0 10px 30px 10px;
  }
  .pick_tea div .gr4 img {
    margin-top:-5px;
  }
  
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
  body.page .bfpick p {
   font-size:12px!important;
   }
  .pick_grd div h3 {
	font-size:15px;
	line-height:1.25em;
	color:#365268;
	margin:0;
	padding:8px 0 8px 60px;
	background:url(img/bf/pick59/bf59_grandemlogo.png) no-repeat left top #b7c6ce;
  }
  .pick_grd div div.gimg img {
    margin-top:-20px;
  }
  .recruit .box01 {
  margin-left:0;
  }
  /* 製品index */
  .row.idx.product:after {
  content:none;
  }
  .row.idx.product .gr4 {
  width:50%;
  height:300px;
  }
  div#side.col-md-4 {
  clear:both;
  border-top:1px dotted #ccc;
  padding-top:1em;
  }
  .salon_info .blk01,
  .salon_info .blk02 {
    width:100%;
    float:none;
  }
  .salon_info .blk02  {
    text-align:center;
    }
  .salon_info ul.list01.l753 {
    margin: 0 0 20px 0;
    }
    .yt h3 {
    margin: 15px 0 5px;
    }

  .wbf_lsn p,
  .wbf_lsn p.pt {
	margin-left:15px;
	margin-right:15px;
  }
  .wbf_voice div.gr6.rt,
  .wbf_voice div.gr6.lt {
  padding-bottom:0;
  padding-left:10px;
  padding-right:10px;
  }
  .wbf_voice div.gr6.rt .v01.lo {
	width:60%;
  }
  .wbf_voice {
    background-position-x:98% ;
    background-size: 140px;
  }
  /* phone end */
}
@media screen and (max-width: 414px) {
  /* phone */
  body.home #content .metaslider ol.flex-control-nav.flex-control-paging {
  display:none;
  }
  body.home #content .metaslider .flexslider {
    margin-left:-12px;
    margin-right:-12px;
    margin-bottom:1em;
    border-radius:0;
    overflow:hidden;
  }
  body.home #content .metaslider .flexslider li img {
    overflow:hidden;
  }
  #top_link a img, #side a img, #side_navi a img {
    width:100%;
  }
  #top_saloninfo div.gr6 {
    width:50%;
  }
  #top_saloninfo div.gr6 img {
    width:98%;
  }
  a.btn01 {
  padding:1em 0.75em;
  letter-spacing: 0em;
			}
	.top2004 {
		padding:20px 25px;
		margin:20px 0 20px;
	}
			.top2004 p strong{
				font-size:1.6rem;
			}
	#top_link a img.pconly {
    display:none;
  }
  #top_link a img.smponly {
    display:block;
    width:100%;
    margin:0 auto 10px;
  }
	iframe.prod_mv {
    height: 200px;
	}

}
/* ----------------------------------------
