@charset "UTF-8";
/* ======================================================================= */
/* Table of contents　----------------
01. Color set
02. Fonts settings
03. Basic settings
04. Header styles
05. Page styles
06. Sidebar styles
07. Footer styles
08. Module set
09. Responsive
10. Wordpress
----------------------------------- */
/* ======================================================================= */
/* ======================================================================= */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:800&display=swap&subset=japanese");
.bg-basic {
  background-color: #e9e4cb; }

.bg-basic-light {
  background-color: #f8f6f1; }

.bg-gold {
  color: #FFF;
  background-color: #bfaf7f; }

.text-gold {
  color: #bfaf7f; }

/* ======================================================================= */
/* ======================================================================= */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  display: swap;
  font-display: swap;
  src: url("../libs/fontawesome/webfonts/fa-brands-400.eot");
  src: url("../libs/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../libs/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../libs/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("../libs/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../libs/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  display: swap;
  font-display: swap;
  src: url("../libs/fontawesome/webfonts/fa-regular-400.eot");
  src: url("../libs/fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../libs/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../libs/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("../libs/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../libs/fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  display: swap;
  font-display: swap;
  src: url("../libs/fontawesome/webfonts/fa-solid-900.eot");
  src: url("../libs/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../libs/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../libs/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../libs/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../libs/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
html {
  font-family: "メイリオ", Meiryo, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "メイリオ", Meiryo, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'M PLUS Rounded 1c', "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0.05deg); }

p, span, ul, ol, dl, li {
  font-family: "メイリオ", Meiryo, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  font-family: "メイリオ", Meiryo, sans-serif; }

h1, .h1 {
  font-size: 1.5rem; }

h2, .h2 {
  font-size: 1.4rem; }

h3, .h3 {
  font-size: 1.3rem; }

h4, .h4 {
  font-size: 1.2rem; }

h5, .h5 {
  font-size: 1.1rem; }

h6, .h6 {
  font-size: 1rem; }

/* ======================================================================= */
/* ======================================================================= */
html {
  background: none #FFF;
  line-height: 1.5;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87); }

body {
  color: rgba(0, 0, 0, 0.87);
  background-position: center center;
  background-repeat: no-repeat; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

::selection {
  background: rgba(0, 0, 0, 0.87);
  color: #FFF; }

::-moz-selection {
  background: rgba(0, 0, 0, 0.87);
  color: #FFF; }

a {
  color: rgba(0, 0, 0, 0.87); }

a img {
  opacity: 1; }

a:hover {
  color: #222;
  text-decoration: none;
  transition: all .5s; }

a:hover img {
  opacity: 0.8;
  transition: all .5s; }

ul, ol {
  padding-left: 1.5rem; }

button:focus {
  outline: 0; }

/* ======================================================================= */
/* ======================================================================= */
/* ----------------------------------------------------------------------- */
.header .header-top {
  padding: 0.5rem 0;
  background-color: #f6f6f6;
  border-top: 5px solid rgba(0, 0, 0, 0.87); }

.header .header-top p {
  margin: 0; }

.header .site-description {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6); }

.header .social-icon .icon {
  margin: 0 0.25rem;
  color: rgba(0, 0, 0, 0.6); }

.header .social-icon .facebook:hover {
  color: #3b5998; }

.header .social-icon .twitter:hover {
  color: #00acee; }

.header .social-icon .instagra:hover {
  color: #e4405f; }

/* ----------------------------------------------------------------------- */
.header .header-middle {
  padding: 0.75rem 0; }

.header .salon-info p {
  margin: 0.25rem 0;
  font-size: 0.9rem; }

.header .main-nav {
  padding: 0 !important;
  border-top: 5px solid #c3d600;
  border-bottom: 5px solid #3eb134;
  background-color: #90c31f; }

.header .main-nav .nav-link {
  position: relative;
  padding: 1.25rem 2.7rem; }

.header .main-nav .nav-link:hover {
  background-color: #3eb134; }

.header .main-nav .nav-link::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 1.75rem;
  top: 1.5rem;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5); }

.header .main-nav .end .nav-link::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 1.75rem;
  top: 1.5rem;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5); }

.navbar-light .navbar-toggler {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: relative; }

.navbar-light .navbar-toggler-icon {
  background-image: none !important;
  background-color: #666;
  width: 30px;
  height: 3px;
  display: block;
  position: absolute;
  transition: ease .5s; }

.navbar-toggler-icon:nth-of-type(1) {
  top: 5px; }

.navbar-toggler-icon:nth-of-type(2) {
  top: 14px; }

.navbar-toggler-icon:nth-of-type(3) {
  top: 23px; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top: 13px;
  transform: rotate(45deg); }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg); }

/* ======================================================================= */
/* ======================================================================= */
.main .main-contents {
  padding: 1.5rem 0; }

/* ----------------------------------------------------------------------- */
.entry-header .headline {
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 4.5rem;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.87);
  background-image: url("../images/logo-mark.png");
  background-repeat: no-repeat;
  background-position: 10px center; }

.entry-header .headline span {
  margin-left: 0.2rem;
  display: block;
  font-size: 0.5rem; }

.entry-body h2 {
  padding: 0.25rem 0;
  border-bottom: 5px solid rgba(0, 0, 0, 0.87); }

.entry-body h3 {
  margin-top: 1.5rem;
  padding: 0.25rem 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.87); }

/* ----------------------------------------------------------------------- */
.profile-box {
  padding: 1rem;
  text-align: center; }

.profile-box p {
  margin: 0.5rem 0; }

/* ======================================================================= */
/* ======================================================================= */
.sidebar {
  padding: 0; }

.sidebar .widget {
  margin-bottom: 2rem; }

.sidebar .widget-title {
  margin: 0;
  padding: 1rem 1rem 1rem 3.75rem;
  font-size: 1rem;
  color: #FFF;
  background-color: #90c31f;
  border-bottom: 5px solid #3eb134; }

.widget-hair-menu .widget-title {
  background-image: url("../images/icon-hair-menu.png");
  background-repeat: no-repeat;
  background-position: 10px center; }

.sidebar .widget-title span {
  display: block;
  margin-left: 0.2rem;
  font-size: 0.5rem; }

.sidebar .widget ul,
.sidebar .widget ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar .widget ul li {
  position: relative;
  font-size: 0.8rem;
  color: #90c31f;
  background-color: rgba(150, 150, 150, 0.1); }

.sidebar .widget ul li::before {
  position: absolute;
  content: "\f138";
  margin-top: -0.6rem;
  top: 50%;
  left: 0.75rem;
  color: #90c31f;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all .5s; }

.sidebar .widget ul li:nth-child(even) {
  background-color: rgba(250, 250, 250, 0.8); }

.sidebar .widget ul li:hover a {
  color: #FFF;
  background-color: #90c31f; }

.sidebar .widget ul li:hover::before {
  color: #FFF; }

.sidebar .widget ul li a {
  padding: 1rem 1rem 1rem 2rem;
  font-size: 0.8rem;
  display: block;
  color: #90c31f;
  text-decoration: none;
  line-height: 1.2; }

/* ======================================================================= */
/* ======================================================================= */
/* ----------------------------------------------------------------------- */
.footer-top {
  padding: 2rem 0;
  color: #FFF;
  background-color: #3eb134; }

.footer-top p {
  font-size: 0.8rem; }

.footer-top .contact {
  margin-bottom: 1rem; }

.footer-nav .nav-link {
  padding: 0.25rem;
  color: #FFF;
  font-size: 0.8rem; }

.footer-nav .nav-link::before {
  margin-right: 0.25rem;
  content: '\f138';
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

/* ----------------------------------------------------------------------- */
.footer-copyright {
  padding: 0.75rem 0;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.87); }

.footer-copyright p {
  margin: 0;
  text-align: center;
  font-size: 0.7rem; }

/* ----------------------------------------------------------------------- */
.page-to-top {
  position: fixed;
  text-align: center;
  bottom: 100px;
  right: 0;
  z-index: 500;
  color: #FFF;
  line-height: 1; }

.page-to-top a {
  display: block;
  padding-top: 0.75rem;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8);
  width: 60px;
  height: 60px;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: none; }

.page-to-top a span {
  display: block;
  line-height: 1.25; }

.page-to-top a:hover {
  background-color: rgba(0, 0, 0, 0.7); }

/* ======================================================================= */
/* ======================================================================= */
/* ----------------------------------------------------------------------- */
.justify {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }

.w-30 {
  width: 30%; }

.w-35 {
  width: 35%; }

.w-40 {
  width: 40%; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

/* ----------------------------------------------------------------------- */
.lh-1 {
  line-height: 1; }

.lh-2 {
  line-height: 2; }

.lh-3 {
  line-height: 3; }

.fs2x {
  font-size: 2rem; }

.fs3x {
  font-size: 3rem; }

.fs4x {
  font-size: 4rem; }

/* ----------------------------------------------------------------------- */
.external-link {
  margin: 0 0.75rem; }

.external-link a {
  margin: 0 0.25rem;
  color: #bfaf7f; }

.external-link a::after {
  margin-left: 0.25rem;
  content: "\f35d";
  color: #bfaf7f;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.external-link a:hover {
  color: #333; }

.external-link a:hover::after {
  color: #333; }

.external-link {
  margin: 0 0.75rem; }

.link a {
  margin: 0 0.25rem;
  color: #bfaf7f; }

.link a::before {
  margin-left: 0.25rem;
  content: "\f152";
  color: #bfaf7f;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.link a:hover {
  color: #333; }

.link a:hover::after {
  color: #333; }

/* ----------------------------------------------------------------------- */
.mt-50 {
  margin-top: 50px; }

/* ----------------------------------------------------------------------- */
table {
  margin: 0 auto 1.5rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(150, 150, 150, 0.4); }

table td p:last-child {
  margin: 0 !important;
  padding: 0 !important; }

table.normal {
  border-collapse: separate;
  border-spacing: 2px; }

table.normal tr {
  background-color: #FFF; }

table.normal tr:nth-child(odd) {
  background-color: rgba(150, 150, 150, 0.1); }

table.normal th {
  padding: 0.5rem;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(150, 150, 150, 0.1);
  white-space: nowrap; }

table.normal td {
  padding: 0.5rem; }

/* ----------------------------------------------------------------------- */
.button,
.buttons {
  display: inline-block;
  margin: 0 auto;
  padding: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #bfaf7f; }

.button:hover,
.buttons:hover {
  color: #FFF;
  background-color: #555; }

.button::before,
.buttons::before {
  content: '\f35a';
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.button.large {
  display: block;
  width: 100%; }

.button.small {
  padding: 0.5rem;
  font-size: 0.8rem; }

/* ----------------------------------------------------------------------- */
.google-map {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 縦横比の指定 */
  overflow: hidden; }

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

/* ======================================================================= */
/* ======================================================================= */
/* ----------------------------------------------------------------------- */
@media screen and (max-width: 992px) {
  .header .main-nav .nav-item {
    text-align: center;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5); } }
@media screen and (max-width: 768px) {
  table.normal th, table.normal td {
    display: block; } }
/* ======================================================================= */
/* ======================================================================= */
/* ----------------------------------------------------------------------- */
.breadcrumbs {
  color: #555;
  font-size: 0.75rem;
  background-color: #f6f6f6; }

.breadcrumbs a {
  color: #888;
  font-size: 0.75rem; }

.breadcrumbs a:hover {
  color: #c9caca; }

.breadcrumbs {
  padding: 0.75rem;
  text-align: right; }

.breadcrumbs .fa-angle-right {
  margin: 0 0.25rem;
  color: #c9caca; }

/* --------------------------------------------- */
.wp-pagenavi {
  clear: both;
  margin: 30px 0;
  padding: 10px;
  font-size: 1rem; }

.wp-pagenavi a, .wp-pagenavi span {
  margin: 2px 5px;
  padding: 8px 16px;
  text-decoration: none;
  background: none #bfaf7f;
  color: #FFF;
  border-radius: 4px; }

.wp-pagenavi .current,
.wp-pagenavi a:hover {
  color: #322926;
  background: none #f9f9f9; }

/* ======================================================================= */
