@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 {
  font-size: 62.5%;
}

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

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

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

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

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

/*========================================================================
 -- : Base
========================================================================*/
header.global .menu-open,
.global-header-clone .menu-open {
  display: block;
}
header.global nav,
.global-header-clone nav {
  display: none;
}

/*=============================================================================================
-- : TOP
=============================================================================================*/
/*-------------------------------------------------------------------------------------- salon*/
.idx.salon .row .block {
  width: 50%;
}

/*-------------------------------------------------------------------------------------- staff*/
.idx.staff > a .btn-l {
  width: 50%;
  margin-left: -25%;
}

/*=============================================================================================
-- : MESSAGE
=============================================================================================*/
.page.message article .the-content .text {
  width: 60%;
  left: 40%;
}
.page.message article .the-content figure {
  width: 35%;
}

/*=============================================================================================
-- : SALON
=============================================================================================*/
.single-salon .access .access-inner .data {
  float: none;
  width: 100%;
}
.single-salon .access .access-inner .data dl {
  margin-bottom: 20px;
}
.single-salon .access .access-inner .map {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.single-salon .access .access-inner .way {
  float: none;
  width: 100%;
}

/*=============================================================================================
-- : BLOG
=============================================================================================*/
.single-blog .blog-wrapper article nav {
  display: block;
}
.single-blog .blog-wrapper article nav > div {
  display: block;
  width: 100%;
}
.single-blog .blog-wrapper article nav .next-entry {
  border-bottom: 0;
}
.single-blog .blog-wrapper article nav .next-entry a {
  border-bottom: 1px solid #e5e5e5;
}
.single-blog .blog-wrapper article nav .prev-entry {
  border-left: 0;
  border-bottom: 0;
}
.single-blog .blog-wrapper article nav .prev-entry a {
  border-bottom: 1px solid #e5e5e5;
}

/*=============================================================================================
-- : MEDIA
=============================================================================================*/
.post-type-archive-media .wrapper ul li, .post-type-archive-item .wrapper ul li {
  width: 100%;
  float: none;
  margin: 0;
}
.post-type-archive-media .wrapper ul li:nth-child(2n+1), .post-type-archive-item .wrapper ul li:nth-child(2n+1) {
  margin: 0;
}

/*=============================================================================================
-- : ITEM
=============================================================================================*/
.logged-in.admin-bar .global-header-clone {
  top: 46px;
}

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