@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700|Lato:100,300,400,700,900);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*====================================
 -- : Style
====================================*/
img {
  vertical-align: bottom;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, input, textarea, select, img, a {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 166.66667%;
  position: relative;
}

html,
body {
  color: #333;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans Japanese', sans-serif;
}

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

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

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

a.hover:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/*=============================================================================================
-- : COMMON PARTS
=============================================================================================*/
header.global,
.global-header-clone {
  padding: 20px 0;
  position: relative;
}
header.global .logo,
.global-header-clone .logo {
  width: 129px;
  margin: 0 auto;
}
header.global .logo img,
.global-header-clone .logo img {
  width: 100%;
  height: auto;
}
header.global .reserve, header.global .reserve-sp,
.global-header-clone .reserve,
.global-header-clone .reserve-sp {
  position: absolute;
  top: 20px;
  right: 20px;
}
header.global .reserve a, header.global .reserve-sp a,
.global-header-clone .reserve a,
.global-header-clone .reserve-sp a {
  display: block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 7px 20px;
  font-weight: 500;
  background: #333;
  border: 2px solid #333;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
header.global .reserve a:hover, header.global .reserve-sp a:hover,
.global-header-clone .reserve a:hover,
.global-header-clone .reserve-sp a:hover {
  background: #fff;
  color: #333;
}
header.global .reserve-sp,
.global-header-clone .reserve-sp {
  display: none;
}
header.global .menu-open,
.global-header-clone .menu-open {
  display: none;
  width: 72px;
  position: absolute;
  left: 0;
  top: 0;
}
header.global .menu-open a,
.global-header-clone .menu-open a {
  display: block;
  height: 72px;
  padding: 24px 0 0;
  text-align: center;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
}
header.global .menu-open a span,
.global-header-clone .menu-open a span {
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 auto 5px;
  background: #333;
}
header.global .menu-open a span:last-of-type,
.global-header-clone .menu-open a span:last-of-type {
  margin-bottom: 5px;
}
header.global nav,
.global-header-clone nav {
  padding: 30px 0 0;
}
header.global nav ul,
.global-header-clone nav ul {
  text-align: center;
}
header.global nav ul li,
.global-header-clone nav ul li {
  display: inline;
  margin: 0 1.2%;
}
header.global nav ul li a,
.global-header-clone nav ul li a {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  color: #333;
  font-weight: 400;
  overflow: hidden;
  height: 1em;
}
header.global nav ul li a span,
.global-header-clone nav ul li a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
header.global nav ul li a span::before,
.global-header-clone nav ul li a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header.global nav ul li a:hover span, header.global nav ul li a:focus span,
.global-header-clone nav ul li a:hover span,
.global-header-clone nav ul li a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

header.global {
  padding: 15px 0;
}

.global-header-clone {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  height: 72px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  display: none;
}
.global-header-clone .logo {
  display: none;
}
.global-header-clone .reserve {
  height: 32px;
  /*position: static;
  float: right;*/
}
.global-header-clone .reserve-sp {
  display: none;
}
.global-header-clone nav {
  padding: 0;
  display: block;
  width: auto;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  float: left;
}
.global-header-clone nav ul {
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  float: left;
  width: 100%;
  max-width: 600px;
  padding: 10px 0 0;
}
.global-header-clone nav ul li {
  display: block;
  float: left;
}

footer.global {
  background: #333;
  color: #ccc;
  padding: 54px 0 0 0;
}
footer.global a {
  color: #ccc;
}
footer.global .sns {
  margin: 0 0 70px;
}
footer.global .sns ul {
  text-align: center;
}
footer.global .sns ul li {
  display: inline-block;
  margin: 0 2%;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
}
footer.global .sns ul li a {
  display: block;
  width: 28px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
footer.global .sns ul li a img {
  width: 100%;
  height: auto;
}
footer.global .salon {
  margin: 0 0 0 10%;
}
footer.global .salon ul {
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto 70px;
}
footer.global .salon ul li {
  float: left;
  width: 33%;
  color: #ccc;
}
footer.global .salon ul li strong {
  font-weight: bold;
  color: #fff;
}
footer.global nav ul {
  text-align: center;
}
footer.global nav ul li {
  display: inline;
  border-left: 1px solid #ccc;
  line-height: 1;
  padding: 0 10px;
}
footer.global nav ul li:first-child {
  border-left: 0;
}
footer.global nav ul li a {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
}
footer.global .copyright {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  padding: 20px 0;
}

.btn-l, .idx.salon .row .block .btn {
  width: 38%;
  margin: 0 auto;
}
.btn-l a, .idx.salon .row .block .btn a {
  display: block;
  border: 1px solid #333;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
  position: relative;
  padding: 18px 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.btn-l a:hover, .idx.salon .row .block .btn a:hover {
  background: #333;
  color: #fff;
}
.btn-l a:after, .idx.salon .row .block .btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  background: url(../img/arw.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 9px;
  top: 50%;
  margin: -15px 0 0 0;
}

h1.contents-tit {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 100%;
  text-align: center;
  padding: 30px 0 50px;
}

.wp-pagenavi {
  padding: 30px 0;
  text-align: center;
  clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 1%;
}
.wp-pagenavi a:hover {
  color: #999;
}
.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .current {
  color: #999;
  border-bottom: 2px solid;
}

.list-4 .item {
  width: 21.4%;
  float: left;
  margin: 0 4.8% 5% 0;
}
.list-4 .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.list-4 .item figure {
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
  padding-bottom: 66.66%;
}
.list-4 .item:nth-child(4n) {
  margin-right: 0;
}
.list-4 .item:nth-child(4n+1) {
  clear: left;
}

/*==================================================
-- : スライドメニュー
================================================== */
.slidemenu-bg {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  display: none;
}

.slidemenu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 280px;
  background: #fff;
  z-index: 301;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: none;
}
.slidemenu .slidemenu-close a {
  display: block;
  padding: 22px;
}
.slidemenu .slidemenu-close a img {
  width: 28px;
  height: 28px;
}
.slidemenu nav {
  padding: 0 10px;
}
.slidemenu nav ul li {
  border-top: 1px dotted #ccc;
  transform-origin: 100% 50% 0;
}
.slidemenu nav ul li a {
  display: block;
  padding: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
}
.slidemenu nav ul li:last-child {
  border-bottom: 1px dotted #ccc;
}

/*=============================================================================================
-- : TOP
=============================================================================================*/
.main_slider {
  position: relative;
}
.main_slider ul {
  position: relative;
}
.main_slider ul li {
  display: none;
}
.main_slider ul li img {
  width: 100%;
  height: auto;
}
.main_slider ul li:first-child {
  display: block;
}
.main_slider .bx-viewport ul li {
  display: block;
}

.idx {
  padding: 0 0 60px;
}
.idx h1 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 100%;
  text-align: center;
  padding: 70px 0 50px;
}

/*-------------------------------------------------------------------------------- collection*/
.idx.collection {
  border-bottom: 1px solid #eaeaea;
  padding: 60px 0;
}
.idx.collection h1 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 100%;
  padding: 25px 0;
}
.idx.collection h1 span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.idx.collection .row {
  max-width: 1040px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
}
.idx.collection .row .block {
  float: left;
  width: 32.8%;
  margin: 0 0.8% 0 0;
}
.idx.collection .row .block img {
  width: 100%;
  height: auto;
}
.idx.collection .row .block:last-child {
  margin-right: 0;
}
.idx.collection.line-4 .row .block {
  width: 24.4%;
}

/*-------------------------------------------------------------------------------- information*/
.idx.information .row {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.idx.information .row .block {
  overflow: hidden;
}
.idx.information .row .block time {
  display: block;
  width: 100px;
  float: left;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
}
.idx.information .row .block .text {
  margin: 0 0 2em 100px;
}

/*-------------------------------------------------------------------------------------- salon*/
.idx.salon {
  background: #f2f2f2;
}
.idx.salon .row {
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}
.idx.salon .row .block {
  width: 33.33333%;
  float: left;
  text-align: center;
  padding: 0 20px;
  margin: 0 0 40px;
}
.idx.salon .row .block h2 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 1px solid #000;
  padding: 30px 0 10px;
  display: inline-block;
  margin: 0 0 30px;
}
.idx.salon .row .block h2 span {
  display: block;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 5px 0 0;
}
.idx.salon .row .block figure {
  background: #fff;
  padding: 10px;
}
.idx.salon .row .block figure img {
  width: 100%;
  height: auto;
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
}
.idx.salon .row .block .tel-box {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}
.idx.salon .row .block .tel-box .tel-number {
  display: inline-block;
  background: url(../img/icon_tel.png) 0 0 no-repeat;
  background-size: 15px auto;
  padding: 0 0 20px 25px;
}
.idx.salon .row .block .tel-box .tel-link {
  display: none;
}
.idx.salon .row .block .tel-box .tel-link a {
  display: block;
  background: #333;
  color: #fff;
  margin: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 112.5%;
}
.idx.salon .row .block .tel-box .tel-link a span {
  display: inline-block;
  background: url(../img/icon_tel_w.png) 0 center no-repeat;
  background-size: 15px auto;
  padding: 10px 0 10px 25px;
}
.idx.salon .row .block .btn {
  width: 100%;
}
.idx.salon .row .block .btn a {
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
}
.idx.salon .row .block .btn a:after {
  width: 7px;
  height: 21px;
  margin-top: -10px;
}

/*--------------------------------------------------------------------------------- hair style*/
.idx.hairstyle {
  max-width: 1040px;
  margin: 0 auto;
}

.idx.hairstyle .hair-container {
  margin: 0 auto 40px;
}

.idx.hairstyle .brick .brick-img {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 20px solid #fff;
  width: 100%;
}

.idx.hairstyle .grid-sizer,
.idx.hairstyle .brick {
  width: 25%;
}

.idx.hairstyle .brick.w2 {
  width: 50%;
}

.idx.hairstyle .brick .brick-img {
  padding-bottom: 55%;
}

.idx.hairstyle .brick.w1.h2 .brick-img {
  padding-bottom: calc(110% + 40px);
}

.idx.hairstyle .brick.w2.h2 .brick-img {
  padding-bottom: calc(55% + 39px);
}

@media screen and (max-width: 1036px) {
  .idx.hairstyle {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 990px) {
  .idx.hairstyle .brick .brick-img {
    border: 18px solid #fff;
  }

  .idx.hairstyle .grid-sizer,
  .idx.hairstyle .brick {
    width: 33.3%;
  }

  .idx.hairstyle .brick.w2 {
    width: 66.6%;
  }

  .idx.hairstyle .brick .brick-img {
    padding-bottom: 50%;
  }

  .idx.hairstyle .brick.w1.h2 .brick-img {
    padding-bottom: calc(100% + 36px);
  }

  .idx.hairstyle .brick.w2.h2 .brick-img {
    padding-bottom: calc(50% + 35px);
  }
}
@media screen and (max-width: 640px) {
  .idx.hairstyle {
    padding-left: 0px;
    padding-right: 0px;
  }

  .idx.hairstyle .brick .brick-img {
    border: 10px solid #fff;
  }

  .idx.hairstyle .grid-sizer,
  .idx.hairstyle .brick {
    width: 50%;
  }

  .idx.hairstyle .brick.w2 {
    width: 100%;
  }

  .idx.hairstyle .brick .brick-img {
    padding-bottom: 66.6%;
  }

  .idx.hairstyle .brick.w1.h2 .brick-img {
    padding-bottom: calc(132.2% + 20px);
  }

  .idx.hairstyle .brick.w2.h2 .brick-img {
    padding-bottom: calc(66.6% + 19px);
  }
}
.idx.hairstyle .brick img {
  width: 100%;
  height: auto;
}

/*-------------------------------------------------------------------------------------- media*/
.idx.media {
  background: #f2f2f2;
}
.idx.media .row {
  max-width: 1040px;
  margin: 0 auto 60px;
}
.idx.media .row ul {
  overflow: hidden;
  padding: 0 20px;
}
.idx.media .row ul li {
  width: 25%;
  float: left;
}
.idx.media .row ul li a {
  display: block;
  padding: 0 20px;
}
.idx.media .row ul li a img {
  width: 100%;
  height: auto;
}

/*-------------------------------------------------------------------------------------- staff*/
.idx.staff {
  /*padding-bottom:66.66%;
  background: url(../img/staff_bg1.jpg) center center no-repeat;
  background-size:cover;
  filter:         grayscale(60%);
  -webkit-filter: grayscale(60%);
  -moz-filter:    grayscale(60%);
  -o-filter:      grayscale(60%);
  -ms-filter:     grayscale(60%);*/
  padding: 0;
  position: relative;
}
.idx.staff h1 {
  display: none;
}
.idx.staff > a {
  display: block;
}
.idx.staff > a > img {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  filter: grayscale(70%);
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  width: 100%;
  height: auto;
}
.idx.staff > a .btn-l, .idx.staff > a .idx.salon .row .block .btn, .idx.salon .row .block .idx.staff > a .btn {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -15%;
  color: #333;
  color: #fff;
  background: #fff;
  background: transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  border: 1px solid #fff;
  text-shadow: 0px 0px 6px #000;
  text-align: center;
  padding: 18px 0;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
}
.idx.staff > a .btn-l:after, .idx.staff > a .idx.salon .row .block .btn:after, .idx.salon .row .block .idx.staff > a .btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  background: url(../img/arw_w.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 9px;
  top: 50%;
  margin: -15px 0 0 0;
}
.idx.staff > a:hover .btn-l, .idx.staff > a:hover .idx.salon .row .block .btn, .idx.salon .row .block .idx.staff > a:hover .btn {
  color: #fff;
  color: #333;
  background: #fff;
  text-shadow: 0px 0px 0px #fff;
}
.idx.staff > a:hover .btn-l::after, .idx.staff > a:hover .idx.salon .row .block .btn::after, .idx.salon .row .block .idx.staff > a:hover .btn::after {
  background-image: url(../img/arw.png);
}
.idx.staff > a:hover > img {
  filter: grayscale(40%);
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  -ms-filter: grayscale(40%);
}

/*---------------------------------------------------------------------------------- instagram*/
.idx.instagram {
  background: #f2f2f2;
  padding: 55px 0;
}
.idx.instagram h1 {
  width: 151px;
  margin: 0 auto;
  background: url(../img/insta_logo.png) center top no-repeat;
  background-size: 45px auto;
}
.idx.instagram h1 img {
  width: 100%;
  height: auto;
}
.idx.instagram ul {
  max-width: 858px;
  margin: 0 auto 45px;
  overflow: hidden;
  text-align: center;
}
.idx.instagram ul li {
  width: 139px;
  display: inline-block;
  margin: 0 0 5px 0;
  background: url(../img/insta_item_bg.png) center center no-repeat;
  padding: 10px;
}
.idx.instagram ul li a {
  display: block;
}
.idx.instagram ul li a img {
  width: 100%;
}

/*=============================================================================================
-- : MESSAGE
=============================================================================================*/
.page.message article {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 20px;
}
.page.message article .the-content {
  overflow: hidden;
  position: relative;
}
.page.message article .the-content .text {
  float: right;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page.message article .the-content .text p {
  margin: 0 0 2em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 200%;
}
.page.message article .the-content .text .sign {
  color: #999;
  padding: 4em 0 0;
  letter-spacing: 0.03em;
  text-align: right;
}
.page.message article .the-content figure {
  width: 25%;
  float: left;
}
.page.message article .the-content figure img {
  width: 100%;
  height: auto;
}

/*=============================================================================================
-- : hairstyle
=============================================================================================*/
.hairstyle-list, .single-staff article .gallery .list {
  margin: 0 auto;
  max-width: 1040px;
}
.hairstyle-list ul, .single-staff article .gallery .list ul {
  overflow: hidden;
}
.hairstyle-list ul li, .single-staff article .gallery .list ul li {
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.hairstyle-list ul li a, .single-staff article .gallery .list ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  text-align: center;
}
.hairstyle-list ul li a figure, .single-staff article .gallery .list ul li a figure {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hairstyle-list ul li a figure img, .single-staff article .gallery .list ul li a figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.hairstyle-list ul li a .designer, .single-staff article .gallery .list ul li a .designer {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.hairstyle-list ul li a .designer p, .single-staff article .gallery .list ul li a .designer p {
  /*display:table-cell;
  width:220px;
  height:220px;
  vertical-align: middle;*/
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
.hairstyle-list ul li a .designer p span, .single-staff article .gallery .list ul li a .designer p span {
  font-size: 14px;
  font-size: 1.4rem;
}
.hairstyle-list ul li a:hover .designer, .single-staff article .gallery .list ul li a:hover .designer {
  opacity: 1;
}
.hairstyle-list.square, .single-staff article .gallery .square.list {
  max-width: 1040px;
}
.hairstyle-list.square ul li, .single-staff article .gallery .square.list ul li {
  padding: 30px;
}
.hairstyle-list.square ul li a figure img, .single-staff article .gallery .square.list ul li a figure img {
  top: 0;
  transform: translateY(0%);
}
.hairstyle-list.rectangle, .single-staff article .gallery .rectangle.list {
  max-width: 1040px;
}
.hairstyle-list.rectangle ul li, .single-staff article .gallery .rectangle.list ul li {
  padding: 25px;
  width: 33.3%;
}
.hairstyle-list.rectangle ul li a, .single-staff article .gallery .rectangle.list ul li a {
  padding-bottom: 70%;
  overflow: hidden;
}
.hairstyle-list.rectangle ul li a figure img, .single-staff article .gallery .rectangle.list ul li a figure img {
  max-height: 500%;
  top: 0;
  transform: translateY(0%);
}

.post-type-archive-hairstyle .wrapper h1,
.archive.tax-length .wrapper h1 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 100%;
  text-align: center;
  padding: 70px 0 50px;
}
.post-type-archive-hairstyle .wrapper .refine,
.archive.tax-length .wrapper .refine {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 30px;
}
.post-type-archive-hairstyle .wrapper .refine ul li,
.archive.tax-length .wrapper .refine ul li {
  display: inline;
}
.post-type-archive-hairstyle .wrapper .refine ul li a.selected,
.archive.tax-length .wrapper .refine ul li a.selected {
  color: #ccc;
}
.post-type-archive-hairstyle .wrapper .refine ul li a:hover,
.archive.tax-length .wrapper .refine ul li a:hover {
  color: #999;
}
.post-type-archive-hairstyle .wrapper .refine ul li:before,
.archive.tax-length .wrapper .refine ul li:before {
  content: "／";
}
.post-type-archive-hairstyle .wrapper .refine ul li.first:before,
.archive.tax-length .wrapper .refine ul li.first:before {
  content: "";
}

@media screen and (max-width: 1040px) {
  .hairstyle-list.square ul li, .single-staff article .gallery .square.list ul li {
    padding: 20px;
  }
  .hairstyle-list.rectangle ul li, .single-staff article .gallery .rectangle.list ul li {
    padding: 20px;
  }

  .hairstyle .wrapper {
    padding: 0 20px;
  }
  .hairstyle .wrapper .hairstyle-list ul, .hairstyle .wrapper .single-staff article .gallery .list ul, .single-staff article .gallery .hairstyle .wrapper .list ul {
    overflow: hidden;
  }
  .hairstyle .wrapper .hairstyle-list ul li, .hairstyle .wrapper .single-staff article .gallery .list ul li, .single-staff article .gallery .hairstyle .wrapper .list ul li {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-hairstyle .wrapper,
  .archive.tax-length .wrapper {
    padding: 0 10px;
  }
  .post-type-archive-hairstyle .wrapper .hairstyle-list ul, .post-type-archive-hairstyle .wrapper .single-staff article .gallery .list ul, .single-staff article .gallery .post-type-archive-hairstyle .wrapper .list ul,
  .archive.tax-length .wrapper .hairstyle-list ul,
  .archive.tax-length .wrapper .single-staff article .gallery .list ul,
  .single-staff article .gallery .archive.tax-length .wrapper .list ul {
    overflow: hidden;
  }
  .post-type-archive-hairstyle .wrapper .hairstyle-list ul li, .post-type-archive-hairstyle .wrapper .single-staff article .gallery .list ul li, .single-staff article .gallery .post-type-archive-hairstyle .wrapper .list ul li,
  .archive.tax-length .wrapper .hairstyle-list ul li,
  .archive.tax-length .wrapper .single-staff article .gallery .list ul li,
  .single-staff article .gallery .archive.tax-length .wrapper .list ul li {
    width: 33.3%;
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .post-type-archive-hairstyle .wrapper,
  .archive.tax-length .wrapper {
    padding: 0 5px;
  }
  .post-type-archive-hairstyle .wrapper .hairstyle-list ul li, .post-type-archive-hairstyle .wrapper .single-staff article .gallery .list ul li, .single-staff article .gallery .post-type-archive-hairstyle .wrapper .list ul li,
  .archive.tax-length .wrapper .hairstyle-list ul li,
  .archive.tax-length .wrapper .single-staff article .gallery .list ul li,
  .single-staff article .gallery .archive.tax-length .wrapper .list ul li {
    padding: 5px;
  }
  .post-type-archive-hairstyle .wrapper .hairstyle-list ul li a .designer, .post-type-archive-hairstyle .wrapper .single-staff article .gallery .list ul li a .designer, .single-staff article .gallery .post-type-archive-hairstyle .wrapper .list ul li a .designer,
  .archive.tax-length .wrapper .hairstyle-list ul li a .designer,
  .archive.tax-length .wrapper .single-staff article .gallery .list ul li a .designer,
  .single-staff article .gallery .archive.tax-length .wrapper .list ul li a .designer {
    opacity: 0;
  }
  .post-type-archive-hairstyle .wrapper .hairstyle-list ul li a:hover .designer, .post-type-archive-hairstyle .wrapper .single-staff article .gallery .list ul li a:hover .designer, .single-staff article .gallery .post-type-archive-hairstyle .wrapper .list ul li a:hover .designer,
  .archive.tax-length .wrapper .hairstyle-list ul li a:hover .designer,
  .archive.tax-length .wrapper .single-staff article .gallery .list ul li a:hover .designer,
  .single-staff article .gallery .archive.tax-length .wrapper .list ul li a:hover .designer {
    opacity: 0;
  }
}
.single-hairstyle article {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto 50px;
}
.single-hairstyle article h1 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 100%;
  text-align: center;
  padding: 30px 0 50px;
}
.single-hairstyle article .hair_slider ul li {
  position: relative;
  width: 100%;
  text-align: center;
}
.single-hairstyle article .hair_slider ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 600px;
}
.single-hairstyle article .hair_slider figure {
  display: block;
  text-align: center;
}
.single-hairstyle article .hair_slider .slider-pager {
  text-align: center;
  padding: 30px 0 45px;
}
.single-hairstyle article .hair_slider .slider-pager a {
  display: inline-block;
  margin: 0 15px;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.single-hairstyle article .hair_slider .slider-pager a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.single-hairstyle article .hair_slider .slider-pager a span {
  display: none;
}
.single-hairstyle article .hair_slider .slider-pager a.active span {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 20;
  border: 5px solid #ccc;
  opacity: 0.5;
}
.single-hairstyle article h2 {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 20px;
}
.single-hairstyle article .block-share {
  margin: 0 0 40px;
}
.single-hairstyle article .block-share .btn-share {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
.single-hairstyle article .block-share ul {
  text-align: center;
  width: 30%;
  margin: 0 auto;
}
.single-hairstyle article .block-share ul li {
  width: 25%;
  float: left;
}
.single-hairstyle article .block-share ul li a {
  display: block;
  height: 20px;
}
.single-hairstyle article .block-share ul li.share-fb a {
  background: url(../img/footer_icon_fb_b.png) center center no-repeat;
  background-size: 20px auto;
}
.single-hairstyle article .block-share ul li.share-tw a {
  background: url(../img/footer_icon_tw_b.png) center center no-repeat;
  background-size: 20px auto;
}
.single-hairstyle article .block-share ul li.share-pin a {
  background: url(../img/footer_icon_pin_b.png) center center no-repeat !important;
  background-size: 20px auto !important;
}
.single-hairstyle article .block-share ul li.share-line a {
  background: url(../img/footer_icon_line_b.png) center center no-repeat;
  background-size: 20px auto;
}
.single-hairstyle article .row {
  overflow: hidden;
}
.single-hairstyle article .block-stylist {
  border-top: 1px dotted #ededed;
  border-bottom: 1px dotted #ededed;
  padding: 30px 0;
  display: table;
  width: 100%;
}
.single-hairstyle article .block-stylist .item-name {
  display: table-cell;
  width: 37.5%;
  vertical-align: middle;
  overflow: hidden;
}
.single-hairstyle article .block-stylist .item-name img {
  float: left;
  width: 60px;
  height: auto;
  margin: 0 20px 0 0;
}
.single-hairstyle article .block-stylist .item-name h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
.single-hairstyle article .block-stylist .item-name span {
  display: block;
  padding: 5px 0 0;
}
.single-hairstyle article .block-stylist .item-comment {
  display: table-cell;
  width: 62.5%;
  vertical-align: middle;
}
.single-hairstyle article .block-point, .single-hairstyle article .block-menu, .single-hairstyle article .block-recommend {
  padding: 20px 0 0;
}
.single-hairstyle article .block-point h3, .single-hairstyle article .block-menu h3, .single-hairstyle article .block-recommend h3 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 500;
  margin: 0 0 20px;
}
.single-hairstyle article .block-point, .single-hairstyle article .block-menu {
  width: 45%;
}
.single-hairstyle article .block-point {
  float: left;
  margin-bottom: 20px;
}
.single-hairstyle article .block-menu {
  float: right;
}
.single-hairstyle article .block-menu dl {
  overflow: hidden;
}
.single-hairstyle article .block-menu dl dt {
  float: left;
  clear: left;
}
.single-hairstyle article .block-menu dl dd {
  float: right;
  clear: right;
}
.single-hairstyle article .block-menu dl.details {
  padding: 0 0 10px;
}
.single-hairstyle article .block-menu dl.total {
  padding: 10px 0 0;
  border-top: 1px dotted #ededed;
}
.single-hairstyle article .block-recommend {
  overflow: hidden;
}
.single-hairstyle article .block-recommend dl {
  overflow: hidden;
  width: 45%;
}
.single-hairstyle article .block-recommend dl dt {
  float: left;
  clear: left;
  font-weight: bold;
}
.single-hairstyle article .block-recommend dl dd {
  float: left;
  background: #e6e6e6;
  text-align: center;
}
.single-hairstyle article .block-recommend dl dd.on {
  background: #333;
}
.single-hairstyle article .block-recommend dl.item-text {
  float: left;
}
.single-hairstyle article .block-recommend dl.item-text dt {
  width: 18.4%;
  margin: 0 0 2.2% 0;
}
.single-hairstyle article .block-recommend dl.item-text dd {
  width: 25%;
  margin: 0 0 2.2% 2.2%;
  color: #fff;
}
.single-hairstyle article .block-recommend dl.item-shape {
  float: right;
}
.single-hairstyle article .block-recommend dl.item-shape dt {
  float: none;
  margin: 0 0 5px;
}
.single-hairstyle article .block-recommend dl.item-shape dd {
  width: 19.2%;
  margin: 0 1% 0 0;
  color: #fff;
}
.single-hairstyle article .block-recommend dl.item-shape dd img {
  width: 100%;
  height: auto;
}
.single-hairstyle article .block-recommend dl.item-shape dd:last-child {
  margin-right: 0;
}
.single-hairstyle .other-style {
  padding: 0 0 60px;
}
.single-hairstyle .other-style h2 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  padding: 30px 0 30px;
}
.single-hairstyle .other-style .hairstyle-list, .single-hairstyle .other-style .single-staff article .gallery .list, .single-staff article .gallery .single-hairstyle .other-style .list {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}
.single-hairstyle .other-style .hairstyle-list ul li, .single-hairstyle .other-style .single-staff article .gallery .list ul li, .single-staff article .gallery .single-hairstyle .other-style .list ul li {
  width: 33%;
}

@media screen and (max-width: 640px) {
  .single-hairstyle article {
    margin-bottom: 0;
  }
  .single-hairstyle article h2 {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 8px;
  }
  .single-hairstyle article .btn-share {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    /*font-family: 'Lato', sans-serif;*/
    letter-spacing: 0.05em;
    margin: 0 0 20px;
  }
  .single-hairstyle article .row {
    overflow: hidden;
  }
  .single-hairstyle article .block-stylist {
    padding: 15px 0;
    display: block;
  }
  .single-hairstyle article .block-stylist .item-name {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .single-hairstyle article .block-stylist .item-name h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .single-hairstyle article .block-stylist .item-name span {
    display: block;
    padding: 5px 0 0;
  }
  .single-hairstyle article .block-stylist .item-comment {
    display: block;
    width: 100%;
    clear: both;
  }
  .single-hairstyle article .block-point, .single-hairstyle article .block-menu, .single-hairstyle article .block-recommend {
    border-bottom: 1px dotted #ededed;
    padding: 20px 0;
  }
  .single-hairstyle article .block-point, .single-hairstyle article .block-menu {
    width: 100%;
  }
  .single-hairstyle article .block-point {
    float: none;
  }
  .single-hairstyle article .block-menu {
    float: none;
  }
  .single-hairstyle article .block-menu dl.details {
    padding: 0 0 4px;
  }
  .single-hairstyle article .block-menu dl.total {
    padding: 4px 0 0;
    border-top: 0px dotted #ededed;
    font-weight: bold;
  }
  .single-hairstyle article .block-recommend dl {
    width: 100%;
  }
  .single-hairstyle article .block-recommend dl.item-text {
    float: none;
    margin: 0 0 20px;
  }
  .single-hairstyle article .block-recommend dl.item-shape {
    float: none;
  }
  .single-hairstyle .other-style {
    padding: 0 0 30px;
  }
  .single-hairstyle .other-style h2 {
    padding: 30px 0 10px;
  }
  .single-hairstyle .other-style .hairstyle-list, .single-hairstyle .other-style .single-staff article .gallery .list, .single-staff article .gallery .single-hairstyle .other-style .list {
    padding: 0 20px;
  }
  .single-hairstyle .other-style .hairstyle-list ul li, .single-hairstyle .other-style .single-staff article .gallery .list ul li, .single-staff article .gallery .single-hairstyle .other-style .list ul li {
    width: 33%;
    padding: 5px;
  }
}
/*=============================================================================================
-- : staff
=============================================================================================*/
/*スタッフの一覧表示（スタッフ以外のテンプレートでも使用）*/
.staff-container {
  margin-bottom: 50px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 20px;
}
.staff-container .staff-container-title {
  overflow: hidden;
  margin: 0 20px 10px;
}
.staff-container .staff-container-title h2 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 100%;
  float: left;
}
.staff-container .staff-container-title .refine {
  float: right;
  text-align: right;
  padding: 5px 0 0;
}
.staff-container .item {
  width: 25%;
  float: left;
}
.staff-container .item a {
  display: block;
  margin: 20px;
}
.staff-container .item a figure {
  background: #fff;
  position: relative;
  /*padding-bottom:70.7%;*/
  overflow: hidden;
}
.staff-container .item a figure img {
  width: 100%;
  height: auto;
  /*position: absolute;
  left:0;*/
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
}
.staff-container .item a .name {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px 0 0;
  white-space: nowrap;
}
.staff-container .item a .role {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 0 0 10px;
  white-space: nowrap;
  color: #999;
}
.staff-container .item a:hover figure img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
.staff-container .item:nth-child(4n+6) {
  clear: left;
}

@media screen and (max-width: 990px) {
  .staff-container {
    padding: 0 20px;
  }
  .staff-container .staff-container-title {
    overflow: hidden;
    margin: 0 20px 10px;
  }
  .staff-container .grid-sizer, .staff-container .item {
    width: 33.3%;
  }
  .staff-container .item:nth-child(4n+6) {
    clear: none;
  }
  .staff-container .item:nth-child(3n+5) {
    clear: left;
  }
}
@media screen and (max-width: 640px) {
  .staff-container {
    padding: 0 8px;
  }
  .staff-container .staff-container-title {
    overflow: hidden;
    margin: 0 8px 10px;
  }
  .staff-container .grid-sizer, .staff-container .item {
    width: 50%;
  }
  .staff-container .item a {
    margin: 8px;
  }
  .staff-container .item:nth-child(3n+5) {
    clear: none;
  }
  .staff-container .item:nth-child(2n+4) {
    clear: left;
  }
}
.single-staff h1.contents-tit {
  padding-bottom: 15px;
}
.single-staff article {
  max-width: 680px;
  padding: 0 20px;
  margin: 0 auto;
}
.single-staff article .breadcrumbs {
  text-align: center;
  margin: 0 0 65px;
}
.single-staff article figure.main {
  margin: 0 0 40px;
}
.single-staff article figure.main img {
  width: 100%;
  height: auto;
}
.single-staff article .sns {
  margin: 0 0 60px;
}
.single-staff article .sns ul {
  text-align: center;
}
.single-staff article .sns ul li {
  display: inline-block;
  margin: 0 8px;
}
.single-staff article .sns ul li a, .single-staff article .sns ul li span {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/staff_icon_sns.png) 0 0 no-repeat;
  text-indent: -9999px;
}
.single-staff article .sns ul li span {
  opacity: 0.2;
}
.single-staff article .sns ul li.sns-tw a, .single-staff article .sns ul li.sns-tw span {
  background-position: -28px 0;
}
.single-staff article .sns ul li.sns-insta a, .single-staff article .sns ul li.sns-insta span {
  background-position: -56px 0;
}
.single-staff article .sns ul li.sns-ameblo a, .single-staff article .sns ul li.sns-ameblo span {
  background-position: -84px 0;
}
.single-staff article .profile {
  margin: 0 0 60px;
}
.single-staff article .profile .profile-left, .single-staff article .profile .profile-right {
  width: 46.8%;
}
.single-staff article .profile .profile-left {
  float: left;
}
.single-staff article .profile .profile-left h1 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 5px;
}
.single-staff article .profile .profile-left .role {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  color: #000;
}
.single-staff article .profile .profile-left .intro {
  padding: 20px 0 0;
}
.single-staff article .profile .profile-right {
  float: right;
}
.single-staff article .profile .profile-right dl {
  overflow: hidden;
}
.single-staff article .profile .profile-right dl dt, .single-staff article .profile .profile-right dl dd {
  padding: 5px 0 1px;
}
.single-staff article .profile .profile-right dl dt {
  float: left;
  clear: left;
}
.single-staff article .profile .profile-right dl dd {
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
.single-staff article .schedule {
  margin: 0 0 60px;
}
.single-staff article .schedule .business-calendar-box {
  overflow: hidden;
}
.single-staff article .schedule .business-calendar-box > div {
  width: 46.8%;
  float: left;
}
.single-staff article .schedule .business-calendar-box > div:first-child {
  margin: 0 6.4% 0 0;
}
.single-staff article .schedule .business-calendar-box > div table {
  width: 100%;
}
.single-staff article .schedule .business-calendar-box > div table thead {
  border-top: 1px solid #e6e6e6;
}
.single-staff article .schedule .business-calendar-box > div table tr th:nth-child(7) {
  color: #db0000;
}
.single-staff article .schedule .business-calendar-box > div table tr th:nth-child(6) {
  color: #0014d4;
}
.single-staff article .schedule .business-calendar-box > div table th, .single-staff article .schedule .business-calendar-box > div table td {
  text-align: center;
}
.single-staff article .schedule .business-calendar-box > div table th {
  padding: 15px 0 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
.single-staff article .schedule .business-calendar-box > div table td {
  padding: 5px 0;
  position: relative;
  color: #999;
}
.single-staff article .schedule .business-calendar-box > div table td.attr0, .single-staff article .schedule .business-calendar-box > div table td.attr1, .single-staff article .schedule .business-calendar-box > div table td.attr2, .single-staff article .schedule .business-calendar-box > div table td.attr3, .single-staff article .schedule .business-calendar-box > div table td.attr4, .single-staff article .schedule .business-calendar-box > div table td.attr5, .single-staff article .schedule .business-calendar-box > div table td.today {
  color: #333;
  background: none;
}
.single-staff article .schedule .business-calendar-box > div table td.attr0:before, .single-staff article .schedule .business-calendar-box > div table td.attr1:before, .single-staff article .schedule .business-calendar-box > div table td.attr2:before, .single-staff article .schedule .business-calendar-box > div table td.attr3:before, .single-staff article .schedule .business-calendar-box > div table td.attr4:before, .single-staff article .schedule .business-calendar-box > div table td.attr5:before, .single-staff article .schedule .business-calendar-box > div table td.today:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  margin: -12px 0 0 -12px;
}
.single-staff article .schedule .business-calendar-box > div table td.attr0:before {
  background: #d2c3f9;
}
.single-staff article .schedule .business-calendar-box > div table td.attr1:before {
  background: #beecdc;
}
.single-staff article .schedule .business-calendar-box > div table td.attr2:before {
  background: #fad7d7;
}
.single-staff article .schedule .business-calendar-box > div table td.attr3:before {
  background: #f7eac5;
}
.single-staff article .schedule .business-calendar-box > div table td.attr4:before {
  background: #d2e9f6;
}
.single-staff article .schedule .business-calendar-box > div table td.attr5:before {
  background: #f4bde4;
}
.single-staff article .schedule .business-calendar-box > div table td.today {
  color: #000;
  font-weight: bold;
}
.single-staff article .schedule .schedule-footer {
  overflow: hidden;
  padding: 15px 0 0 0;
}
.single-staff article .schedule .schedule-footer .icon-explain {
  float: right;
}
.single-staff article .schedule .schedule-footer .icon-explain ul li {
  position: relative;
  line-height: 166.66667%;
  padding: 0 0 0 25px;
  margin: 0 0 5px;
}
.single-staff article .schedule .schedule-footer .icon-explain ul li:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -8px 0 0;
}
.single-staff article .schedule .schedule-footer .icon-explain ul li.attr0:before {
  background: #d2c3f9;
}
.single-staff article .schedule .schedule-footer .icon-explain ul li.attr1:before {
  background: #beecdc;
}
.single-staff article .schedule .schedule-footer .icon-explain ul li.attr2:before {
  background: #fad7d7;
}
.single-staff article .schedule .schedule-footer .icon-explain ul li.attr3:before {
  background: #f7eac5;
}
.single-staff article .schedule .schedule-footer .icon-explain ul li.attr4:before {
  background: #d2e9f6;
}
.single-staff article .schedule .schedule-footer .icon-explain ul li.attr5:before {
  background: #f4bde4;
}
.single-staff article .schedule .schedule-footer .attention {
  float: left;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 181.81818%;
}
.single-staff article .gallery {
  margin: 0 0 60px;
}
.single-staff article .gallery h2 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 100%;
  text-align: center;
  margin: 0 0 30px;
}
.single-staff article .gallery .list ul li {
  width: 30%;
  margin: 0 5% 5% 0;
  padding: 0;
}
.single-staff article .gallery .list ul li:nth-child(3n) {
  margin-right: 0;
}
.single-staff article .blog {
  margin: 0 0 60px;
}
.single-staff article .blog h2 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 100%;
  text-align: center;
  margin: 0 0 30px;
}
.single-staff article .blog .list ul li {
  width: 30%;
  margin: 0 5% 5% 0;
  float: left;
}
.single-staff article .blog .list ul li figure {
  position: relative;
  padding-bottom: 66.66%;
  overflow: hidden;
  margin: 0 0 5px;
}
.single-staff article .blog .list ul li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.single-staff article .blog .list ul li:nth-child(3n) {
  margin-right: 0;
}
.single-staff article .blog .list ul li:nth-child(3n+1) {
  clear: left;
}
.single-staff .staff-list {
  border-top: 1px solid #e6e6e6;
  padding: 60px 0 20px;
}
.single-staff .staff-list dl {
  max-width: 680px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
.single-staff .staff-list dl dt {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
  color: #999;
  font-weight: 400;
  margin: 0 0 15px;
}
.single-staff .staff-list dl dd ul {
  overflow: hidden;
}
.single-staff .staff-list dl dd ul li {
  float: left;
  width: 30%;
  margin: 0 5% 10px 0;
}
.single-staff .staff-list dl dd ul li:nth-child(3n) {
  margin-right: 0;
}

/*=============================================================================================
-- : SALON
=============================================================================================*/
.single-salon article header {
  text-align: center;
  padding: 30px 0 30px;
}
.single-salon article header h1 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 133.33333%;
}
.single-salon article header .place {
  font-size: 16px;
  font-size: 1.6rem;
}
.single-salon article .salon-slider {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 20px;
  text-align: center;
}
.single-salon article .salon-slider .salon-slider-inner {
  border: 1px solid #f2f2f2;
  position: relative;
}
.single-salon article .salon-slider li {
  display: none;
}
.single-salon article .salon-slider li img {
  width: auto;
  height: auto;
  max-height: 600px;
  max-width: 100%;
}
.single-salon article .salon-slider li:first-child {
  display: block;
}
.single-salon article .salon-slider .salon-slider-inner .bx-wrapper li {
  display: block;
}
.single-salon article .salon-slider .bx-controls-direction a {
  position: absolute;
  top: 50%;
}
.single-salon article .salon-slider .bx-controls-direction a.bx-prev {
  left: 0;
}
.single-salon article .salon-slider .bx-controls-direction a.bx-next {
  right: 0;
}
.single-salon article nav {
  text-align: center;
}
.single-salon article nav a {
  display: inline-block;
  margin: 0 60px;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
}
.single-salon article nav a:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url(../img/salon_parts.png) right top no-repeat;
  background-size: 51px auto;
  margin: 12px auto;
}
.single-salon article nav a:before {
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 51px auto;
  background-image: url(../img/salon_parts.png);
  margin: 12px auto;
}
.single-salon article nav a.btn-access:before {
  background-position: left top;
}
.single-salon article nav a.btn-price:before {
  background-position: -14px top;
}
.single-salon article nav a.btn-stylist:before {
  background-position: -28px top;
}
.single-salon .access {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.single-salon .access .access-inner {
  overflow: hidden;
  padding: 70px 0 80px;
}
.single-salon .access .access-inner .data {
  float: left;
  width: 37.5%;
}
.single-salon .access .access-inner .data h2 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 25px;
}
.single-salon .access .access-inner .data address {
  margin: 0 0 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 200%;
  font-weight: 100;
  letter-spacing: 0.05em;
}
.single-salon .access .access-inner .data dl {
  overflow: hidden;
  font-weight: 300;
  margin: 0 0 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 157.14286%;
  font-weight: 100;
}
.single-salon .access .access-inner .data dl dt {
  float: left;
  clear: left;
}
.single-salon .access .access-inner .data dl dd {
  margin: 0 0 10px 80px;
}
.single-salon .access .access-inner .map {
  width: 57.3%;
  float: right;
  height: 390px;
}
.single-salon .access .access-inner .way {
  float: left;
  width: 37.5%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 200%;
  text-align: justify;
  text-justify: inter-ideograph;
}
.single-salon .access .access-inner .way strong {
  font-weight: bold;
}
.single-salon .price-container {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 66px 0 50px;
}
.single-salon .price-container h2 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 100%;
  text-align: center;
  margin: 0 0 60px;
}
.single-salon .price-container .price-inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
}
.single-salon .price-container .price-inner .menuBlock {
  width: 46.8%;
  float: left;
  margin: 0 6.4% 6.4% 0;
}
.single-salon .price-container .price-inner .menuBlock h3 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 100%;
  margin: 0 0 15px;
}
.single-salon .price-container .price-inner .menuBlock .block {
  border-top: 1px solid #eaeaea;
  overflow: hidden;
  padding: 25px 0;
}
.single-salon .price-container .price-inner .menuBlock .block .name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 142.85714%;
  float: left;
  margin-bottom: 10px;
}
.single-salon .price-container .price-inner .menuBlock .block .price {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  float: right;
  margin-bottom: 10px;
}
.single-salon .price-container .price-inner .menuBlock .block .explain {
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 166.66667%;
  color: #666;
}
.single-salon .price-container .price-inner .menuBlock:nth-child(2n) {
  margin-right: 0;
}
.single-salon .price-container .price-inner .menuBlock:nth-child(2n+1) {
  clear: left;
}
.single-salon .price-container .price-inner .attention {
  clear: both;
}
.single-salon .staff-container {
  padding: 60px 0 0;
}
.single-salon .staff-container h2 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 100%;
  text-align: center;
  margin: 0 0 40px;
  float: none;
}
.single-salon .other {
  background: #f2f2f2;
  padding: 60px 0 70px;
}
.single-salon .other h2 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 100%;
  text-align: center;
  margin: 0 0 60px;
}
.single-salon .other ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
.single-salon .other ul li {
  width: 50%;
  float: left;
  position: relative;
  margin-bottom: 5%;
}
.single-salon .other ul li figure {
  float: left;
  width: 150px;
  margin: 0 35px 0 0;
}
.single-salon .other ul li figure img {
  width: 100%;
  height: auto;
}
.single-salon .other ul li h3 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 100%;
  margin: 10px 0 10px;
}
.single-salon .other ul li h3 span {
  font-size: 50%;
  font-weight: bold;
}
.single-salon .other ul li .address {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 166.66667%;
  margin: 0 0 10px;
}
.single-salon .other ul li .tel {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: lighter;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
.single-salon .other ul li .btn {
  position: absolute;
  width: 50%;
  left: 185px;
  bottom: 0;
}
.single-salon .other ul li .btn a {
  border: 1px solid #333;
  display: block;
  padding: 5px 0;
  text-align: center;
}

@media screen and (max-width: 1020px) {
  .single-salon .other ul li {
    width: 48%;
    margin-right: 4%;
  }
  .single-salon .other ul li .address, .single-salon .other ul li .tel {
    font-family: 'Noto Sans Japanese', sans-serif;
  }
  .single-salon .other ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .single-salon .other ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .single-salon .other ul li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .single-salon .other {
    padding: 30px 0;
  }
  .single-salon .other h2 {
    margin-bottom: 30px;
  }
  .single-salon .other ul li {
    margin-bottom: 50px;
  }
  .single-salon .other ul li figure {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .single-salon .other ul li .btn {
    position: static;
    width: 100%;
  }
  .single-salon .other ul li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
/*=============================================================================================
-- : BLOG
=============================================================================================*/
.post-type-archive-blog .wrapper,
.archive.category .wrapper,
.single-blog .wrapper {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px 100px;
}
.post-type-archive-blog .blog-wrapper,
.archive.category .blog-wrapper,
.single-blog .blog-wrapper {
  width: 100%;
  position: relative;
}
.post-type-archive-blog .blog-wrapper .main,
.archive.category .blog-wrapper .main,
.single-blog .blog-wrapper .main {
  width: 75%;
  float: left;
}
.post-type-archive-blog .blog-wrapper .aside,
.archive.category .blog-wrapper .aside,
.single-blog .blog-wrapper .aside {
  width: 20%;
  float: right;
}
.post-type-archive-blog .blog-wrapper .aside .aside-block,
.archive.category .blog-wrapper .aside .aside-block,
.single-blog .blog-wrapper .aside .aside-block {
  border-top: 1px solid #e5e5e5;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  padding: 20px 0;
}
.post-type-archive-blog .blog-wrapper .aside .aside-block h3,
.archive.category .blog-wrapper .aside .aside-block h3,
.single-blog .blog-wrapper .aside .aside-block h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
  color: #999;
  font-weight: 500;
  margin: 0 0 20px;
}
.post-type-archive-blog .blog-wrapper .aside .aside-block li,
.archive.category .blog-wrapper .aside .aside-block li,
.single-blog .blog-wrapper .aside .aside-block li {
  margin: 2px 0;
}
.post-type-archive-blog .blog-wrapper .aside .aside-block.aside-archives .recent,
.archive.category .blog-wrapper .aside .aside-block.aside-archives .recent,
.single-blog .blog-wrapper .aside .aside-block.aside-archives .recent {
  margin: 0 0 5px;
}
.post-type-archive-blog .blog-wrapper .aside .aside-block.aside-archives .older,
.archive.category .blog-wrapper .aside .aside-block.aside-archives .older,
.single-blog .blog-wrapper .aside .aside-block.aside-archives .older {
  display: none;
}
.post-type-archive-blog .blog-wrapper .aside .aside-block.aside-archives .older li:nth-child(-n+5),
.archive.category .blog-wrapper .aside .aside-block.aside-archives .older li:nth-child(-n+5),
.single-blog .blog-wrapper .aside .aside-block.aside-archives .older li:nth-child(-n+5) {
  display: none;
}
.post-type-archive-blog .blog-wrapper .aside .aside-block.aside-archives .btn-more,
.archive.category .blog-wrapper .aside .aside-block.aside-archives .btn-more,
.single-blog .blog-wrapper .aside .aside-block.aside-archives .btn-more {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 100%;
  color: #999;
  font-weight: 500;
  cursor: pointer;
}
.post-type-archive-blog .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(2),
.post-type-archive-blog .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(3),
.post-type-archive-blog .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(4),
.post-type-archive-blog .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(5),
.post-type-archive-blog .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(6),
.archive.category .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(2),
.archive.category .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(3),
.archive.category .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(4),
.archive.category .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(5),
.archive.category .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(6),
.single-blog .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(2),
.single-blog .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(3),
.single-blog .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(4),
.single-blog .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(5),
.single-blog .blog-wrapper .aside .aside-block.aside-archives select option:nth-child(6) {
  display: none;
}

.post-type-archive-blog .main .blog-list .item,
.archive.category .main .blog-list .item {
  width: 30%;
  float: left;
  margin: 0 5% 5% 0;
}
.post-type-archive-blog .main .blog-list .item figure,
.archive.category .main .blog-list .item figure {
  margin: 0 0 5px;
  text-align: center;
  width: 100%;
  padding-bottom: 66.66%;
  position: relative;
}
.post-type-archive-blog .main .blog-list .item figure img,
.archive.category .main .blog-list .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.post-type-archive-blog .main .blog-list .item:nth-child(3n),
.archive.category .main .blog-list .item:nth-child(3n) {
  margin-right: 0;
}
.post-type-archive-blog .main .blog-list .item:nth-child(3n+1),
.archive.category .main .blog-list .item:nth-child(3n+1) {
  clear: left;
}

.single-blog .breadcrumbs {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.single-blog .blog-wrapper article header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding: 50px 0 60px;
}
.single-blog .blog-wrapper article header h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 150%;
}
.single-blog .blog-wrapper article header time {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 100%;
  color: #999;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
}
.single-blog .blog-wrapper article .the-content {
  margin: 166px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 185.71429%;
  padding: 0 0 40px;
}
.single-blog .blog-wrapper article .the-content img {
  max-width: 100%;
  height: auto;
}
.single-blog .blog-wrapper article .the-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.single-blog .blog-wrapper article .the-content img.alignright {
  text-align: right;
}
.single-blog .blog-wrapper article .the-content strong {
  font-weight: bold;
}
.single-blog .blog-wrapper article .the-content > div, .single-blog .blog-wrapper article .the-content p {
  margin: 0 0 1em;
}
.single-blog .blog-wrapper article .the-content > div:last-child, .single-blog .blog-wrapper article .the-content p:last-child {
  margin-bottom: 0;
}
.single-blog .blog-wrapper article .sns {
  clear: both;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0 2px;
}
.single-blog .blog-wrapper article .sns ul li {
  float: left;
  margin-right: 10px;
}
.single-blog .blog-wrapper article nav {
  overflow: hidden;
  width: 100%;
  display: table;
}
.single-blog .blog-wrapper article nav > div {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 142.85714%;
  border-bottom: 1px solid #e5e5e5;
}
.single-blog .blog-wrapper article nav > div a {
  display: block;
  padding: 20px 50px;
}
.single-blog .blog-wrapper article nav .next-entry a {
  background: url(../img/blog_arw_l.png) left center no-repeat;
}
.single-blog .blog-wrapper article nav .prev-entry {
  border-left: 1px solid #e5e5e5;
  text-align: right;
}
.single-blog .blog-wrapper article nav .prev-entry a {
  background: url(../img/blog_arw_r.png) right center no-repeat;
}
.single-blog .blog-wrapper article .author {
  overflow: hidden;
  position: absolute;
  top: 166px;
  right: 0;
  width: 20%;
}
.single-blog .blog-wrapper article .author .author-block1 {
  display: table;
  margin: 0 0 8px;
}
.single-blog .blog-wrapper article .author figure {
  display: table-cell;
  width: 40px;
}
.single-blog .blog-wrapper article .author figure img {
  width: 100%;
  height: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.single-blog .blog-wrapper article .author .name {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.single-blog .blog-wrapper .aside {
  margin-top: 266px;
}

/*レイアウと*/
@media screen and (max-width: 980px) {
  .post-type-archive-blog .blog-wrapper .main,
  .archive.category .blog-wrapper .main,
  .single-blog .blog-wrapper .main {
    width: 100%;
    float: none;
  }
  .post-type-archive-blog .blog-wrapper .aside,
  .archive.category .blog-wrapper .aside,
  .single-blog .blog-wrapper .aside {
    width: 100%;
    float: none;
  }

  .single-blog .blog-wrapper article header {
    position: static;
  }
  .single-blog .blog-wrapper article .the-content {
    margin-top: 0;
  }
  .single-blog .blog-wrapper article nav {
    margin: 0 0 20px;
  }
  .single-blog .blog-wrapper article .author {
    position: static;
    width: 100%;
    margin: 0 0 20px;
  }
  .single-blog .blog-wrapper .aside {
    margin-top: 0;
  }
}
/*author.php*/
.archive.author .wrapper {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.archive.author .wrapper .no-post {
  padding: 200px 0;
}

/*=============================================================================================
-- : MEDIA
=============================================================================================*/
.post-type-archive-media .wrapper, .post-type-archive-item .wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.post-type-archive-media .wrapper ul, .post-type-archive-item .wrapper ul {
  overflow: hidden;
}
.post-type-archive-media .wrapper ul li, .post-type-archive-item .wrapper ul li {
  overflow: hidden;
  float: left;
  border-top: 1px solid #e6e6e6;
  padding: 30px 0;
  width: 45.2%;
  margin: 0 3.2% 0 0;
}
.post-type-archive-media .wrapper ul li figure, .post-type-archive-item .wrapper ul li figure {
  float: left;
  max-width: 158px;
  margin: 0 27px 0 0;
}
.post-type-archive-media .wrapper ul li figure img, .post-type-archive-item .wrapper ul li figure img {
  width: 100%;
  height: auto;
  border: 1px solid #e6e6e6;
}
.post-type-archive-media .wrapper ul li h2, .post-type-archive-item .wrapper ul li h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 142.85714%;
  margin: 0 0 3px;
  font-weight: bold;
}
.post-type-archive-media .wrapper ul li .publisher, .post-type-archive-item .wrapper ul li .publisher {
  margin: 0 0 1em;
  color: #999;
}
.post-type-archive-media .wrapper ul li .text, .post-type-archive-item .wrapper ul li .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 183.33333%;
  margin: 0 0 0 185px;
}
.post-type-archive-media .wrapper ul li:nth-child(2n+1), .post-type-archive-item .wrapper ul li:nth-child(2n+1) {
  clear: left;
  margin: 0 3.2% 0;
}

/*=============================================================================================
-- : ITEM
=============================================================================================*/
.post-type-archive-item .wrapper h2 {
  margin: 0 3.2%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 100%;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  padding: 0 0 10px;
  border-bottom: 1px solid #e6e6e6;
}
.post-type-archive-item .wrapper ul {
  margin: 0 0 120px;
}
.post-type-archive-item .wrapper ul li {
  position: relative;
  top: -1px;
}
.post-type-archive-item .wrapper ul li figure img {
  border: none;
}
.post-type-archive-item .wrapper ul li .link {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.post-type-archive-item .wrapper ul li:nth-last-child(-n+2) {
  border-bottom: 1px solid #e6e6e6;
}

/*=============================================================================================
-- : RECRUIT
=============================================================================================*/
.post-type-archive-recruit .wrapper {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px 50px;
}
.post-type-archive-recruit .wrapper h1 + p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 166.66667%;
  margin: 0 0 30px;
  text-align: center;
}
.post-type-archive-recruit .wrapper p + ul {
  padding: 0 0 50px;
}
.post-type-archive-recruit .wrapper p + ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 157.14286%;
  margin: 0 0 8px;
}
.post-type-archive-recruit .wrapper p + ul li a {
  font-weight: bold;
}
.post-type-archive-recruit .wrapper p + ul li a:hover {
  text-decoration: underline;
}
.post-type-archive-recruit .wrapper .block {
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
}
.post-type-archive-recruit .wrapper .block h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
  margin: 0 0 50px;
  letter-spacing: 0.05em;
  text-align: center;
}
.post-type-archive-recruit .wrapper .block .the-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 185.71429%;
  margin: 0 0 40px;
}
.post-type-archive-recruit .wrapper .block dl dt, .post-type-archive-recruit .wrapper .block dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 185.71429%;
}
.post-type-archive-recruit .wrapper .block dl dt {
  float: left;
  clear: left;
  width: 100px;
}
.post-type-archive-recruit .wrapper .block dl dd {
  margin: 0 0 30px 100px;
}
.post-type-archive-recruit .wrapper .block dl dd:last-child {
  margin-bottom: 0;
}

/*=============================================================================================
-- : 404
=============================================================================================*/
.error404 article {
  max-width: 640px;
  padding: 0 20px 150px;
  margin: 0 auto;
}
.error404 article h1 {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
  padding: 150px 0 50px;
}
.error404 article p {
  margin: 0 0 100px;
}
.error404 article .btn-l, .error404 article .idx.salon .row .block .btn, .idx.salon .row .block .error404 article .btn {
  width: 50%;
}

/*=============================================================================================
-- : Reserve Pop Up
=============================================================================================*/
.modal-reserve-btn a, .modal-reserve .modal-reserve-close a,
.modal-reserve .modal-reserve-block ul li a,
.modal-reserve .modal-reserve-block ul li span {
  display: block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 20px;
  font-weight: 500;
  background: #fff;
  color: #333;
  border: 2px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.modal-reserve .modal-reserve-block ul li span{
  background:#999;
  padding:6px 20px;
  border:2px solid #999;
  color:#777;
}
.modal-reserve-btn a:hover, .modal-reserve .modal-reserve-close a:hover, .modal-reserve .modal-reserve-block ul li a:hover {
  background: #fff;
  color: #333;
}

.modal-reserve {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10001;
  left: 0;
  top: 0;
  color: #fff;
  overflow:auto;
}
.modal-reserve .modal-reserve-close {
  float: right;
  margin: 20px 20px 20px;
}
.modal-reserve .modal-reserve-close a {
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.05em;
  padding: 4px 41px 5px;
}
.modal-reserve .modal-reserve-block {
  clear: both;
  padding: 10px 0 40px;
}
.modal-reserve .modal-reserve-block .name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.modal-reserve .modal-reserve-block ul {
  margin: 0 20px;
}
.modal-reserve .modal-reserve-block ul li {
  width: 100%;
  max-width: 420px;
  /*width:47%;
  float:left;*/
  margin: 0 auto;
}
.modal-reserve .modal-reserve-block ul li a {
  padding: 6px 20px;
}
.modal-reserve .modal-reserve-block ul li:first-child {
  display: none;
}

.logged-in.admin-bar .global-header-clone {
  top: 32px;
}

.logged-in.admin-bar .slidemenu {
  top: 32px;
}

/*=============================================================================================
-- : clearfix
=============================================================================================*/
.clearfix, header.global,
.global-header-clone, .list-4, .single-hairstyle article .block-share ul, .single-staff article .profile, .post-type-archive-blog .wrapper,
.archive.category .wrapper,
.single-blog .wrapper, .post-type-archive-blog .blog-wrapper,
.archive.category .blog-wrapper,
.single-blog .blog-wrapper {
  zoom: 1;
}
.clearfix:after, header.global:after,
.global-header-clone:after, .list-4:after, .single-hairstyle article .block-share ul:after, .single-staff article .profile:after, .post-type-archive-blog .wrapper:after,
.archive.category .wrapper:after,
.single-blog .wrapper:after, .post-type-archive-blog .blog-wrapper:after,
.archive.category .blog-wrapper:after,
.single-blog .blog-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
