*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: white;
}

body.overflow-hidden {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .sidebar-sp {
    display: none;
  }
}

main {
  position: relative;
  top: 73px;
}

a {
  color: #212529;
}

a:hover {
  text-decoration: none;
}

p {
  line-height: 1.7;
}

.no-gutters,
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* --------------------------------

header + nav

-------------------------------- */

h1 {
  display: block;
  width: 120px;
  height: 60px;
  background-repeat: no-repeat;
}

h1 span {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cd-logo {
    left: 2.6em;
  }
}

.cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10em;
  /* hidden on small devices */
  display: none;
}

.cd-secondary-nav li {
  display: inline-block;
  margin-left: 2.2em;
}

.cd-secondary-nav a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .cd-secondary-nav {
    display: block;
  }
}

.cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #03263d;
}

.cd-primary-nav-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}

.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}

.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: white;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: #212121;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
  }
  .cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(2, 23, 37, 0.75);
  z-index: 2;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.cd-primary-nav li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
  position: relative;
  top: 38px;
}

/*.cd-primary-nav li a {
  position: relative;
  top: 38px;
}*/

.cd-primary-nav a {
  color: #fff;
  display: inline-block;
  padding: .4em 1em;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.no-touch .cd-primary-nav a:hover {
  background-color: none;
  color: #faa;
  text-decoration: none;
}

.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;
}

.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 .4em;
}

.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}

.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}

.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}

.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}

.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

.cd-intro {
  position: relative;
  height: 100%;
  background: url("../img/cd-background-img.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-intro h1 {
  position: absolute;
  width: 90%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .cd-intro h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-intro {
    height: 700px;
  }
}

.cd-main-content {
  position: relative;
  z-index: 1;
}

.cd-main-content p {
  line-height: 1.6;
  margin: 2em 0;
}

@media only screen and (min-width: 1170px) {
  .cd-main-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .cd-header {
    height: 80px;
    background: #fff;
    box-shadow: none;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -80px;
    background-color: rgba(37, 22, 2, 0.14);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .cd-header.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background-color: #fff;
  }
}

.cd-logo {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .875em;
  display: flex;
}

.cd-logo img {
  display: block;
  width: 90px;
}

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}

.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------

header + nav

-------------------------------- */

/*lsf fonts*/

@font-face {
  font-family: 'LigatureSymbols';
  src: url('../font/lsf/LigatureSymbols-2.11.eot');
  src: url('../font/lsf/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../font/lsf/LigatureSymbols-2.11.woff') format('woff'), url('../font/lsf/LigatureSymbols-2.11.ttf') format('truetype'), url('../font/lsf/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
  font-weight: normal;
  font-style: normal;
}

.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%;
}

span.lsf {
  font-size: 28px;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */

/* --------------------------------

Main components

-------------------------------- */

html, body {
  height: 100%;
}

.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 70px;
  width: 100%;
  z-index: 3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span.cd-menu-text {
  position: relative;
  right: 10px;
}

/*動画*/

body {
  margin: 0;
  padding: 0;
}

.intro {
  overflow: hidden;
}

.intro-content {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.intro-grid>.col-4 {
  border: solid 1.5px;
  border-color: #fff;
}

#video-background {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

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

.style-image-area {
  height: 0;
  padding-bottom: 121%;
  overflow: hidden;
}

h2 {
  color: #072234;
  font-size: 48px;
  margin: 1.5em 0;
}

.cd-logo h2 {
  font-size: 0.9em;
}

.concept {
  padding: 30px 0;
}

.concept-1 h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.concept-2 h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.concept-3 h3 {
  font-size: 20px;
  margin-top: 19px;
}

section.concept-3 {
  margin-top: 60px;
}

.concept h3 span {
  font-family: 'Abril Fatface', cursive;
  color: #8DAD6A;
  font-size: 85px;
}

.concept p {
  line-height: 2;
  padding: 40px;
}

.concept-1 h3 span {
  padding-right: 22px;
}

.concept-2 h3 span {
  padding-left: 32px;
}

.shop-img-area img {
  width: 100%;
  height: auto;
}

.shop-bg {
  /* display: block; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
  background-position: center center;
  background-size: cover;
}

.data-area {
  background-color: #261207;
  color: #fff;
}

dd.card-area img {
  height: 50px;
  max-width: 100%;
}

dd.card-area {
  padding-top: 3px;
}

.g-map iframe, .g-map object, .g-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.data-area {
  padding: 30px 30px 30px 40px;
}

dt {
  font-weight: 600;
  margin-bottom: 9px;
}

dd {
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 13px;
}

.map-area {
  display: flex;
  flex-wrap: wrap;
}

.other-shop p {
  position: absolute;
  left: 0;
  bottom: 0.2em;
  color: #333;
  margin: 0;
  padding: 25px 0 5px 3%;
  width: 56%;
  background: #d8d4d499;
  display: block;
  height: 99%;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.8;
}

.other-shop a {
  text-decoration: none;
}

.other-shop a:hover p {
  text-decoration: underline;
}

a.more-btn {
  position: absolute;
  bottom: 35px;
  background: #CFD6CE;
  color: #333;
  display: flex;
  padding: 5px 16px;
}

.svg-inline--fa {
  display: inline-block;
  font-size: 12px;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  position: relative;
  top: 1.5px;
  left: 5px;
}

.btn_area {
  position: relative;
  margin: auto;
  /* top: 50%; */
}
.btn-3 {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  line-height: 57px;
  text-align: center;
  border: #a7a4a2 1px solid;
  font-size: 1em;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  margin-bottom: 15px;
}
.btn-3:hover,
.btn-3:focus {
	text-decoration: none;
}
footer {
  margin-top: 100px;
  padding: 50px 0 0;
  line-height: 2;
  background: #f5f3f3;
}

footer h4 {
  font-size: 18px;
  font-weight: 600;
}

footer ul {
  margin-bottom: 12px;
}

footer li a {
  color: #333;
}

.footer-shop li {
  line-height: 1.4;
  margin-bottom: 12px;
}

.fa-hire-a-helper, .fa-facebook-square, .fa-instagram, .fa-twitter-square {
  font-size: 24px;
  margin-bottom: 5px;
}

.fa-youtube {
  font-size: 20px;
}

.fa-blogger {
  font-size: 25px;
}

.sm-info {
  display: none;
}

a:hover {
  color: #8DAD6A;
}

.copy {
  background: #261207;
  padding: 20px;
  color: #989896;
  margin-top: 100px;
  font-size: 12px;
}

@media only screen and (max-width: 1199px) {
  p {
    font-size: 14px;
    line-height: 1.7;
  }
  .other-shop p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .concept h3 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
  }
  .sidebar-pc {
    display: none;
  }
  .g-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  footer h4 {
    font-size: 14px;
  }
  footer li a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .container-out {
    max-width: 100%;
  }
  h2 {
    font-size: 32px;
    margin: 1em 0;
  }
  .concept h3 span {
    font-size: 60px;
  }
  footer {
    margin-top: 80px;
  }
  .pc {
    display: none;
  }
  .concept p {
    padding: 18px 0;
  }
  .sp {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 575px) {
  .sm-info {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }
  .info-contact {
    background: #271207;
    display: inline-block;
    border: solid 1px;
    border-color: #c5c3c3;
    padding: 15px 0;
  }
  .info-contact a {
    color: #fff;
    font-size: 12px;
  }
}

/*::::::::::::::::::::::::

          style

::::::::::::::::::::::::::*/

.single-content h2 {
  font-size: 16px;
  margin: 0;
}

.style-title {
  padding: 20px 0px 19px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c1b8ae;
  margin-bottom: 30px;
}

.single-content h2 span {
  background: #8DAD6A;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
  position: relative;
  margin-right: 20px;
  bottom: 10px;
}

.single-content h2 span:after {
  content: "　";
  font-size: 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 5px solid #8DAD6A;
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -6px;
}

.style-content {
  padding: 15px;
}

.style-content p {
  line-height: 1.8;
}

.style-content h3 {
  font-size: 18px;
  margin: 30px;
}

.style-content dd {
  font-size: 1em;
}

.style-content dt {
  font-weight: 400;
}

.style-content .col-4 {
  background: #f7fbf5;
  margin-bottom: 1px;
  padding: 16px 5px 12px 10px;
  border-bottom: solid 1px #ced0cd;
}

.style-content .col-8 {
  background: #f8f9fb;
  margin-bottom: 1px;
  padding: 12px;
  border-bottom: dotted 1px #c3c2c1;
}

.stylist-charge {
  border: solid 1px #ced0cd;
  padding: 15px 0;
}

.stylist-charge a {
  color: #637d46;
}

.stylist-charge a:hover {
  color: #ffffff;
}

.styles li {
  border: solid 1px #8dad6a;
  padding: 5px 3px 3px;
  border-radius: 3px;
  margin-right: 5px;
}

ul.styles {
  display: flex;
}

.styles li:hover {
  background: #8dad6a;
  color: #fff;
}

.btn-1:hover {
  background: #fff;
  color: #261207;
  text-decoration: none;
}

.btn-1 {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  color: #fff;
  background: #261207;
  line-height: 57px;
  text-align: center;
  border: #261207 1px solid;
  font-size: 1em;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.image-icon {
  position: relative;
  top: 0;
  left: 0;
  right: 3px;
}

.stylist-image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  border: solid 2px #969090;
  margin: 0 auto;
}

/*::::::::::::::::::::::::

      style-singleここまで

::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::

      ２カラムレイアウト

::::::::::::::::::::::::::*/

.archive-content a {
  color: #333;
}

.archive-content a:hover {
  text-decoration: none;
}

.archive-content a img:hover {
  opacity: 0.8;
}

.archive-content li {
  border-bottom: solid 1px #e6e0e0;
  padding-bottom: 10px;
  margin-bottom: 24px;
}

.archive-content img {
  width: 100%;
  margin-bottom: 20px;
}

.content-grid {
  padding: 0 5px;
  margin: 0 0 15px 0;
}

.content-grid img {
  margin-bottom: 10px;
  width: 100%;
}

.content-grid h4 {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.6;
}

/*サイドバー*/

.sidebar h3 {
  font-size: 18px;
  background: #271207;
  padding: 12px 0;
  color: #fff;
}

.sidebar li a {
  color: #333;
  background-color: #E5DEDE;
}

li.cat-item {
  list-style: none;
}

.sidebar li a {
  color: #333;
  background-color: #eaeaea;
  line-height: 3.2;
  display: block;
  margin-bottom: 1px;
}

.sidebar li a:hover {
  text-decoration: none;
  background-color: #281207;
  color: #fff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.card-body {
  padding: 0;
}

.card {
  border: none;
}

.sidebar-sp {
  margin-bottom: 20px;
}

.sidebar-sp a {
  color: #fff;
}

.sidebar a:hover {
  background: #eaeaea;
  color: #281207;
  cursor: pointer;
  text-decoration: none;
}

.sidebar a {
  text-decoration: none;
}

/*blog ブログ*/

.blog-title {
  border: solid 1px;
  margin-bottom: 20px;
}

.blog-title h3 {
  font-size: 18px;
  line-height: 2;
  padding: 10px 0 6px 10px;
}

.blog-title h3 span {
  background: #8DAD6A;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
  color: #fff;
  font-size: 12px;
  float: left;
  position: relative;
  margin-right: 17px;
  bottom: 2px;
}

.blog-title h3 span:after {
  content: "　";
  font-size: 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 5px solid #8DAD6A;
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -6px;
}

a.btn-2 {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #261207;
  line-height: 40px;
  text-align: center;
  border: #261207 1px solid;
  font-size: 0.8em;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

a.btn-2:hover {
  background: #fff;
  color: #261207;
  text-decoration: none;
}

.blog-content {
  padding: 15px;
}

a.btn-floating {
  color: #333;
}

/*stylist*/
.position-ttl::first-letter {
  text-transform: uppercase;
}

.stylist-image-2 {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}

.btn-4:hover {
  background: #261207;
  color: #fff;
  text-decoration: none;
}

.btn-4 {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  color: #3e1b1b;
  background: #ffffff7a;
  line-height: 44px;
  text-align: center;
  border: #a7a4a2 1px solid;
  font-size: .9em;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.stylist-area {
  margin-bottom: 38px;
  padding-right: 5px;
  padding-left: 5px;
}

.stylist-area h3 {
  margin: 10px 0;
}

svg.svg-inline--fa.fa-user-circle.fa-w-16 {
  margin: 0 9px 3px;
}

a.btn-floating :hover {
  color: #908c8c;
}

.stylist-content {
  padding: 20px;
}

.stylist-area p {
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}

.menu-page h3 {
  font-size: 16px;
  margin: 30px 0;
  background: #eee;
  padding: 10px;
}

.menu-page h4 {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 12px;
}

/*20180911_nishimura*/
.menu-page h4 a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: .25rem;
  vertical-align: text-top;
}
.menu-page h4 a:hover,
.menu-page h4 a:focus {
  text-decoration: underline;
}

.row-line {
  border-bottom: dotted 1px #999;
  padding-bottom: 5px;
}

p.menu-page {
  font-size: 14px;
}

p.menu_description {
  font-size: 12px;
  margin-bottom: 20px;
}
.fa-cut {
  font-size: 20px;
  color: #879492;
  margin-right: 20px;
  position: relative;
  top: -1px;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .wrapper {
    height: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper {
    height: 100vh;
  }
}

#video {
  background: url('/video_bg.jpg') no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  min-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 1;
}

/* 404 */
.back-to-home a {
  color: #434343;
  font-size: 1.6em;
  text-decoration: underline;
}

/* hub */
#page-hub {
  top: 0;
  bottom: 0;
  min-height: 100%;
  background: #fff;
  padding: 60px 0 120px;
}
.hub-header {
  position: relative;
  height: 60px;
}
.hub-head_name h1 {
  font-size: 2rem;
  line-height: 70px;
  margin: 0 auto;
  max-width: 100%;
  min-width: 350px;
  text-align: center;
}
.hub-head_name h1 a {
  color: #072234;
}
#footer_hub {
  margin-top: 0;
  padding: 0;
}
#footer_hub .copy {
  margin-top: 0;
}

/*pagenavi*/
.wp-pagenavi {
	padding: 10px 20px 10px !important;
	display:block !important;
	clear:both !important;
  text-align: center;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#707070 !important;
		background:#FFFFFF !important;
		border-radius:3px !important;
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #DCDCDC !important;
		padding:6px 9px 6px 9px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.wp-pagenavi a:hover {
		border-color:#202020 !important;
		background:#525252 !important;
		color:#fff !important;
}
.wp-pagenavi span.current{
	padding:6px 9px 6px 9px !important;
	border:solid 1px #DCDCDC !important;
	border-color:#3390CA !important;
	border-radius:3px !important;
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	color:#fff !important;
	margin-right:3px !important;
	border-color:#202020 !important;
	background:#525252 !important;
}

/*スタイリスト詳細*/
.stylist-link,
.stylist-charge .stylist-link {
  color: #333;
  display: block;
}
.stylist-charge .stylist-link:hover,
.stylist-charge .stylist-link:focus {
  color: #637d46;
}
.stylist-link:hover img,
.stylist-link:focus img {
  opacity: .8;
}
@media (min-width: 992px){
	.sp-image {
		display: none;
	}
}
@media (max-width: 991px){
	.pc-image {
		display: none;
	}
}
.insta-area a {
  color: #333;
}
.profile-img {
  border: 1px solid;
  padding: 4px;
  max-width: 100%;
  width: 200px;
}
.profile-detail h4 {
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.profile-detail h4 span {
  display: block;
  font-family: 'Dancing Script', cursive;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
.stylist_area {
  font-size: .9rem;
}

/*ルーレットページ*/
.roulette {
	margin-top: 35px;
}
.roulette-inner {
	left : 33px;
}
.roulette {
}
.roulette_container {
	background-color:rgb(253, 252, 253);
	width:200px;
	height:200px;
	border:1px solid rgba(253, 252, 253, 0.31);
	box-shadow:0px 0px 3px lightpink;margin:auto;
}
.btn_container {
	margin:20px;
	text-align:center;
}
.btn_container .start {
	margin-right:20px;
}
.log_container {
	margin-left:25px;
	margin-top:80px;
}
.demo_label {
	border-left:5px solid gray;
	padding-left:5px;
	font-size: 20px;
}
#msg {
	border:1px solid #eee;
	padding:10px 20px;
	overflow-y: scroll;
	max-height: 100px;
}
.param_label {
	margin:20px 0px 10px 0px;
}
#stopImageNumber {
	width : 20px;
}
.param_name {
	font-weight:bold;
}
.image_sample img{
	width : 50px;
	cursor: pointer;
}
.right_container {
	width: 550px;
	margin-left: 100px;
}
.code_container {
	margin-top:50px;
	width: 500px;
}
.label-info {
	margin-bottom: 3px;
}
.ui-slider {
	width: 300px;
}
.roulette-title {
  font-size: 2rem;
  text-align: center;
  letter-spacing: -.1rem;
}

/*店舗リスト*/
.other-link {
  text-decoration: none;
  background: #fbfbfb;
  color: #434343;
  display: block;
  font-weight: 600;
  outline: none;
}
.other-thumb {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.other-clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: initial;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.other-shop_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.other-shop_image::before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #261207;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.other-shop_image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.other-link:hover .other-meta,
.other-link:focus .other-meta {
  background: #f1f1f1;
}
.other-link:hover .other-shop_image::after,
.other-link:focus .other-shop_image::after {
  background: rgba(40, 40, 40, .1);
}
.other-meta {
  position: relative;
  width: 100%;
  background: #fbfbfb;
  padding: 20px;
}
.other-meta h4 {
  font-size: 1.2rem;
  margin-bottom: .5rem;
}
.other-meta span {
  display: block;
}
.other-tel {
  font-size: 1rem;
  margin-bottom: .5rem;
}
.other-address {
  font-size: 1rem;
}
#more-button {
  background: #271207;
  color: #fff;
  height: 56px;
  margin: 40px 0 0;
  width: 100%;
  cursor: pointer;
}
.scroller-status {
  display: none;
  margin-top: 40px;
}
.infinite-scroll-request {
  animation: scroll-request 1.1s infinite linear;
  border: 4px solid #ccc;
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 48px;
  margin: auto;
  width: 48px;
}
@-webkit-keyframes scroll-request {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scroll-request {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.infinite-scroll-last,
.infinite-scroll-error {
  color: #757575;
  text-align: center;
}
.lazyload{
 opacity: 0;
}
.lazyloaded{
  opacity: 1;
  transition: all 0.5s;
}

/* 20190116_nishimura */
.btn-area {
  text-align: center;
  margin-top: 30px;
}
.menu-btn {
  display: inline-block;
  max-width: 220px;
  min-width: 220px;
  border: solid 1px #072234;
  text-align: center;
  padding: 1rem;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu-btn:hover,
.menu-btn:focus {
  border: solid 1px #072234;
  background: #072234;
  color: #fff;
}

/* 201901211_nishimura */
.fa-star {
  font-size: 20px;
  color: #e9bc00;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.stylistmenu-box {
  background: #fef9fb;
}


/* 20190313_hisazumi_YouTube動画 */
.youtube_video {
  position: relative;
  width: 100%;
  padding-top: 60.1%;
}

.youtube_video iframe,
.youtube_video object,
.youtube_video embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* 20190326_nishimura_salonpicksアイコン */
@font-face {
  font-family: 'icomoon';
  src:  url('../font/salonpicks/icomoon.eot?xqerbm');
  src:  url('../font/salonpicks/icomoon.eot?xqerbm#iefix') format('embedded-opentype'),
    url('../font/salonpicks/icomoon.ttf?xqerbm') format('truetype'),
    url('../font/salonpicks/icomoon.woff?xqerbm') format('woff'),
    url('../font/salonpicks/icomoon.svg?xqerbm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-salonpicks:before {
  content: "\e900";
}

.icon-salonpicks {
  font-size: 24px;
}

/* 20190825_nishimura_hpbリンク追加 */
.menu-link__area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-top: auto;
  margin-bottom: 0;
}

.menu-link__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-link,
.hpb-link {
  display: block;
  text-align: center;
  padding: 10px 15px;
  font-size: 14px;
  border: solid 1px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-link {
  color: #072234;
  border-color: #072234;
}

.menu-link:hover,
.menu-link:focus {
  background: #072234;
  border-color: #072234;
  color: #fff;
}

.hpb-link {
  color: #ae2d5b;
  border-color: #ae2d5b;
}

.hpb-link:hover,
.hpb-link:focus {
  background: #ae2d5b;
  border-color: #ae2d5b;
  color: #fff;
}

.hpb-reserve {
  background: rgba(174, 45, 91, .95);
  color: #fff;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  line-height: 57px;
  text-align: center;
  border: #a7a4a2 1px solid;
  font-size: 1em;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.hpb-reserve:hover,
.hpb-reserve:focus {
  background: rgba(174, 45, 91, .8);
  color: #fff;
}

/* スタイリスト一覧 */
.btn-4.hpb {
  margin-top: 5px;
}

/* #ae2d5b(174,45,91)
#072234(7,34,52) */

@media (min-width: 768px) {

  .menu-link__area {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu-link__area li:first-of-type {
    margin-right: 10px;
  }

}

@media (max-width: 767.98px) {

  .menu-link__area li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu-link__area li:first-of-type {
    margin-bottom: 10px;
  }

}
