@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/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;
}

/* ======================================================================
 common
====================================================================== */
body {
  font-family: Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  color: black;
}
@media screen and (max-width: 779px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: black;
}

img {
  vertical-align: bottom;
}
@media screen and (max-width: 779px) {
  img {
    width: 100%;
  }
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 779px) {
  .container {
    width: 92%;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 779px) {
  .sm {
    display: block !important;
  }

  .md {
    display: none !important;
  }
}
.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.trans:hover,
.trans:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

input, select, textarea, button {
  font-family: Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input::-webkit-search-decoration, select::-webkit-search-decoration, textarea::-webkit-search-decoration, button::-webkit-search-decoration {
  display: none;
}
input::focus, select::focus, textarea::focus, button::focus {
  outline-offset: -2px;
}

select::-ms-expand {
  display: none;
}

@media screen and (max-width: 779px) {
  main {
    padding-top: 53px;
  }
}
a.anchor {
    display: block;
    position: relative;
    visibility: hidden;
}
a.anchor#company {
    top: 120px;
}
a.anchor#salon {
    top: -100px;
}
@media screen and (max-width: 779px) {
	a.anchor#company {
		top: 0;
	}
	a.anchor#salon {
		top: -63px;
	}
}

/* ======================================================================
 header
====================================================================== */
header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 779px) {
  header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: block;
    background: white;
    width: 92%;
    padding: 10px 4%;
  }
}
@media screen and (max-width: 779px) {
  header .logo {
    /*width: 130px;*/
		width: 195px;
  }
  header .logo a img{
    width: 50px;
    vertical-align: middle;

  }
}
header .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 100px;
}
@media screen and (max-width: 779px) {
  header .menu {
    margin-left: 0;
    display: none;
    position: fixed;
    z-index: 999;
    top: 50px;
    width: 100%;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
header .menu a {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: -0.025em;
  font-size: 15px;
  margin: 0 20px;
}
@media screen and (max-width: 779px) {
  header .menu a {
    margin: 6% 0;
    display: block;
    letter-spacing: inherit;
  }
}
header .menu_btn {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  right: 4%;
}

/* ======================================================================
 footer
====================================================================== */
footer .menu {
  background: black;
  padding: 40px 0;
}
@media screen and (max-width: 779px) {
  footer .menu {
    padding: 5% 0;
  }
}
footer .menu .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 779px) {
  footer .menu .container {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .menu .container a {
  color: white;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 0.05em;
  font-size: 15px;
  margin: 0 20px;
}
@media screen and (max-width: 779px) {
  footer .menu .container a {
    width: 50%;
    font-size: 14px;
    margin: 2% 0;
  }
}
footer .btm .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 779px) {
  footer .btm .container {
    display: block;
    text-align: center;
    padding: 5% 0;
  }
}
footer .btm .container > * {
  width: 50%;
}
@media screen and (max-width: 779px) {
  footer .btm .container > * {
    width: 100%;
  }
}
footer .btm .container .logo img {
  width: 100px;
    vertical-align: middle;
}
@media screen and (max-width: 779px) {
  footer .btm .container .logo img {
    width: 50px;
  }
}
footer .btm .container .copy {
  text-align: right;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-style: italic;
  font-size: 14px;
}
@media screen and (max-width: 779px) {
  footer .btm .container .copy {
    text-align: center;
    font-size: 10px;
    margin-top: 3%;
  }
}

/* ======================================================================
 under
====================================================================== */
.sec_more {
  text-align: center;
  display: table;
  margin: 0 auto;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background: url("../img/common/arrow01_r.png") no-repeat 100% 50%;
  background-size: 10px;
  padding-right: 15px;
}
@media screen and (max-width: 779px) {
  .sec_more {
    font-size: 18px;
    padding-right: 20px;
  }
}

.under_kv {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 779px) {
  .under_kv {
    width: 100%;
  }
}
.under_kv img {
  width: 100%;
}
.under_kv .ttl {
  text-align: right;
  position: absolute;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 36px;
  top: 160px;
  left: 120px;
  width: 235px;
  padding: 3px 5px 6px;
}
.under_kv .ttl.bg {
  background: white;
}
@media screen and (max-width: 779px) {
  .under_kv .ttl {
    text-align: left;
    width: auto;
    font-size: 24px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    left: 4%;
  }
}

/* ======================================================================
 top
====================================================================== */
.top_kv {
  margin: 0 auto 100px;
  width: 1280px;
  position: relative;
}
.top_kv .logo img {
    width: auto;
}
.top_kv .logo a {
    display: block;
}
.top_kv .logo {
    position: absolute;
    top: 160px;
    right: 160px;
}
@media screen and (max-width: 779px) {
  .top_kv {
    width: 100%;
    margin: 0 auto 15%;
  }
  .top_kv .logo img {
      width: 100%;
  }

  .top_kv .logo {
      width: 25%;
      top: 18%;
      right: 7%;
  }
}
.top_kv img {
  width: 100%;
}

.top_ttl {
  text-align: center;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: -0.025em;
  font-size: 40px;
}
@media screen and (max-width: 779px) {
  .top_ttl {
    font-size: 30px;
  }
}

.top_staff {
  margin-top: 100px;
}
@media screen and (max-width: 779px) {
  .top_staff {
    margin-top: 20%;
  }
}

.top_company {
  background: #f8f7f5;
  margin-top: 120px;
  padding: 80px 0 100px;
}
@media screen and (max-width: 779px) {
  .top_company {
    margin-top: 15%;
    padding: 10% 0;
  }
}
.top_company table {
  margin: 60px auto 0;
  width: 700px;
}
@media screen and (max-width: 779px) {
  .top_company table {
    margin: 5% 0 0;
    width: 100%;
  }
}
.top_company table th, .top_company table td {
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.7;
}
@media screen and (max-width: 779px) {
  .top_company table th, .top_company table td {
    display: block;
    border-bottom: none;
  }
}
.top_company table th {
  padding: 15px 10px 15px 40px;
}
@media screen and (max-width: 779px) {
  .top_company table th {
    padding: 4% 0 0;
    font-weight: bold;
  }
}
.top_company table td {
  padding: 15px 40px 15px 10px;
}
@media screen and (max-width: 779px) {
  .top_company table td {
    padding: 0 4% 4% 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
.top_company .president {
  width: 700px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 779px) {
  .top_company .president {
    width: 100%;
    margin: 7% 0 0;
    display: block;
  }
}
@media screen and (max-width: 779px) {
  .top_company .president .img {
    width: 70%;
    margin: 0 auto 5%;
  }
}
.top_company .president .detail {
  margin-left: 20px;
}
@media screen and (max-width: 779px) {
  .top_company .president .detail {
    margin-left: 0;
  }
}
.top_company .president .detail .name {
  font-size: 24px;
  margin-bottom: 25px;
}
@media screen and (max-width: 779px) {
  .top_company .president .detail .name {
    text-align: center;
    margin-bottom: 5%;
  }
}
.top_company .president .detail .txt {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 779px) {
  .top_company .president .detail .txt {
    line-height: 1.5;
  }
}

.top_map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 779px) {
  .top_map iframe {
    height: 300px;
  }
}

/* ======================================================================
 salon
====================================================================== */
.salon_ttl {
  text-align: center;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: -0.025em;
  font-size: 40px;
}
@media screen and (max-width: 779px) {
  .salon_ttl {
    font-size: 30px;
  }
}

.salon_list.salon {
  margin: 100px 0 200px;
}
@media screen and (max-width: 779px) {
  .salon_list.salon {
    margin: 15% 0 20%;
  }
}
.salon_list .container {
  text-align: center;
  border: 1px solid;
  width: 1000px;
  padding: 50px;
}
@media screen and (max-width: 779px) {
  .salon_list .container {
    width: 84%;
    padding: 10% 4% 4%;
  }
}
.salon_list .container > .ttl {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  background: white;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: -0.025em;
  font-size: 40px;
  padding: 0 10px;
  top: -24px;
}
@media screen and (max-width: 779px) {
  .salon_list .container > .ttl {
    font-size: 30px;
    top: -15px;
  }
}
.salon_list .container > .txt {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .salon_list .container > .txt {
    margin-bottom: 7%;
  }
}
.salon_list .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .salon_list .container .list {
    display: block;
  }
}
.salon_list .container .list li {
  width: 300px;
}
@media screen and (max-width: 779px) {
  .salon_list .container .list li {
    width: 100%;
  }
}
.salon_list .container .list li:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 779px) {
  .salon_list .container .list li:not(:last-child) {
    margin: 0 0 7%;
  }
}
.salon_list .container .list li a {
  display: block;
}
@media screen and (max-width: 779px) {
  .salon_list .container .list li .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 2%;
  }
}
.salon_list .container .list li .box .img {
  overflow: hidden;
  height: 300px;
}
@media screen and (max-width: 779px) {
  .salon_list .container .list li .box .img {
    height: auto;
    width: 30%;
    margin: 0 auto;
  }
}
.salon_list .container .list li .box .img img {
  width: 100%;
}
@media screen and (max-width: 779px) {
  .salon_list .container .list li .box .detail {
    width: 66%;
    text-align: left;
    padding-left: 4%;
  }
}
.salon_list .container .list li .box .detail .ttl {
  font-size: 20px;
  margin: 20px 0 10px;
}
@media screen and (max-width: 779px) {
  .salon_list .container .list li .box .detail .ttl {
    font-size: 14px;
    margin: 6% 0 3%;
  }
}
.salon_list .container .list li .box .detail .tel {
  pointer-events: none;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 36px;
}
@media screen and (max-width: 779px) {
  .salon_list .container .list li .box .detail .tel {
    font-size: 24px;
  }
}
.salon_list .container .list li .box .detail .tel img {
  vertical-align: middle;
  width: 31px;
}
@media screen and (max-width: 779px) {
  .salon_list .container .list li .box .detail .tel img {
    width: 24px;
  }
}
.salon_list .container .list li .box .detail .txt {
  font-size: 14px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 779px) {
  .salon_list .container .list li .box .detail .txt {
    margin: 4% 0;
    font-size: 10px;
  }
}
.salon_list .container .list li .btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.salon_list .container .list li .btn a {
  background: black;
  color: white;
  font-size: 14px;
  width: 149px;
  height: 43px;
  line-height: 43px;
}
@media screen and (max-width: 779px) {
  .salon_list .container .list li .btn a {
    width: 49.5%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.salon_list .container .list li .btn a:not(:last-child) {
  margin-right: 1px;
}
@media screen and (max-width: 779px) {
  .salon_list .container .list li .btn a:not(:last-child) {
    margin-right: 1%;
  }
}

.salon_fixed {
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  background: white;
  position: fixed;
  z-index: 999;
  right: 50px;
  bottom: 50px;
  width: 300px;
}
@media screen and (max-width: 779px) {
  .salon_fixed {
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
.salon_fixed .salon {
  margin: 15px 0 -10px;
}
@media screen and (max-width: 779px) {
  .salon_fixed .salon {
    margin: 2% 0 -2%;
  }
}
.salon_fixed .detail {
  padding: 20px 0 25px;
}
@media screen and (max-width: 779px) {
  .salon_fixed .detail {
    padding: 2% 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
}
.salon_fixed .detail .tel {
  pointer-events: none;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 36px;
}
@media screen and (max-width: 779px) {
  .salon_fixed .detail .tel {
    width: 50%;
    font-size: 22px;
  }
}
.salon_fixed .detail .tel img {
  vertical-align: middle;
  width: 31px;
}
@media screen and (max-width: 779px) {
  .salon_fixed .detail .tel img {
    width: 20px;
  }
}
.salon_fixed .detail .txt {
  font-size: 14px;
  margin: 15px 0 0;
}
@media screen and (max-width: 779px) {
  .salon_fixed .detail .txt {
    width: 50%;
    margin: 0;
    font-size: 11px;
    line-height: 1.3;
  }
}
.salon_fixed .btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.salon_fixed .btn a {
  background: black;
  color: white;
  font-size: 14px;
  width: 149px;
  height: 43px;
  line-height: 43px;
}
@media screen and (max-width: 779px) {
  .salon_fixed .btn a {
    width: 49.75%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.salon_fixed .btn a:not(:last-child) {
  margin-right: 1px;
}
@media screen and (max-width: 779px) {
  .salon_fixed .btn a:not(:last-child) {
    margin-right: 0.5%;
  }
}

.salon_name {
  font-weight: 300;
  text-align: center;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 36px;
  padding: 60px 0 100px;
}
@media screen and (max-width: 779px) {
  .salon_name {
    font-size: 22px;
    padding: 10% 0 15%;
  }
}

.salon_kv img {
  width: 100%;
}

.salon_profile .container > .ttl {
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
  font-size: 36px;
  padding: 70px 0;
}
@media screen and (max-width: 779px) {
  .salon_profile .container > .ttl {
    font-size: 16px;
    padding: 7% 0;
  }
}
.salon_profile .container .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .salon_profile .container .box {
    display: block;
  }
}
.salon_profile .container .box .slider {
  width: 475px;
}
@media screen and (max-width: 779px) {
  .salon_profile .container .box .slider {
    width: 100%;
  }
}
.salon_profile .container .box .slider img {
  width: 100%;
}
.salon_profile .container .box .slider .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 5px;
}
.salon_profile .container .box .slider .slick-dots li {
  margin: 0 5px;
}
.salon_profile .container .box .slider .slick-dots li button {
  font-size: 0;
  border: none;
  background: #c9c9c9;
  padding: 0;
  width: 8px;
  height: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.salon_profile .container .box .slider .slick-dots li.slick-active button {
  background: black;
}
.salon_profile .container .box .detail {
  padding-left: 50px;
}
@media screen and (max-width: 779px) {
  .salon_profile .container .box .detail {
    padding: 5% 0 0;
  }
}
.salon_profile .container .box .detail .txt {
  line-height: 2;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 779px) {
  .salon_profile .container .box .detail .txt {
    line-height: 1.7;
  }
}
.salon_profile .container .box .detail .insta {
  font-weight: bold;
  display: block;
  border: 1px solid;
  text-align: center;
  padding: 10px;
}
.salon_profile .container .box .detail .insta img {
  vertical-align: middle;
  width: 25px;
  margin-right: 10px;
}

.salon_detail {
  margin-top: 100px;
}
@media screen and (max-width: 779px) {
  .salon_detail {
    margin-top: 15%;
  }
}
.salon_detail .container {
  width: 1000px;
  padding: 50px;
  border: 1px solid;
}
@media screen and (max-width: 779px) {
  .salon_detail .container {
    width: 82%;
    padding: 4%;
  }
}
.salon_detail .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .salon_detail .container .list {
    display: block;
  }
}
.salon_detail .container .list li {
  width: 300px;
}
@media screen and (max-width: 779px) {
  .salon_detail .container .list li {
    width: 100%;
  }
}
.salon_detail .container .list li:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 779px) {
  .salon_detail .container .list li:not(:last-child) {
    margin: 0 0 7%;
  }
}
@media screen and (max-width: 779px) {
  .salon_detail .container .list li .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 2%;
  }
}
.salon_detail .container .list li .img {
  overflow: hidden;
  height: 300px;
}
@media screen and (max-width: 779px) {
  .salon_detail .container .list li .img {
    height: auto;
    width: 40%;
    margin-right: 4%;
  }
}
.salon_detail .container .list li .img img {
  width: 100%;
}
.salon_detail .container .list li .ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0;
}
@media screen and (max-width: 779px) {
  .salon_detail .container .list li .ttl {
    width: 56%;
    margin: 0;
    text-align: left;
  }
}
.salon_detail .container .list li .txt {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 779px) {
  .salon_detail .container .list li .txt {
    line-height: 1.7;
    font-size: 12px;
  }
}

.salon_access {
  margin-top: 100px;
}
@media screen and (max-width: 779px) {
  .salon_access {
    margin-top: 15%;
  }
}
.salon_access .map {
  margin-top: 70px;
}
@media screen and (max-width: 779px) {
  .salon_access .map {
    margin-top: 7%;
  }
}
.salon_access .map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 779px) {
  .salon_access .map iframe {
    height: 300px;
  }
}
.salon_access .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 779px) {
  .salon_access .box {
    display: block;
    margin-top: 7%;
  }
}
.salon_access .box .img {
  order: 2;
  width: 475px;
}
@media screen and (max-width: 779px) {
  .salon_access .box .img {
    width: 100%;
    margin-bottom: 7%;
  }
}
.salon_access .box .img img {
  width: 100%;
}
.salon_access .box .detail {
  margin-right: 50px;
}
@media screen and (max-width: 779px) {
  .salon_access .box .detail {
    margin-right: 0;
  }
}
.salon_access .box .detail .ttl {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .salon_access .box .detail .ttl {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5%;
  }
}
.salon_access .box .detail table th, .salon_access .box .detail table td {
  vertical-align: top;
  line-height: 1.7;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.salon_access .box .detail table th {
  padding-right: 1em;
}
@media screen and (max-width: 779px) {
  .salon_access .box .detail table th {
    width: 24%;
    padding-right: 0;
  }
}
@media screen and (max-width: 779px) {
  .salon_access .box .detail table td {
    width: 76%;
  }
}
.salon_access .box .detail .btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 779px) {
  .salon_access .box .detail .btn {
    display: block;
    margin-top: 5%;
  }
}
.salon_access .box .detail .btn a {
  background: black;
  color: white;
  text-align: center;
  width: 230px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}
@media screen and (max-width: 779px) {
  .salon_access .box .detail .btn a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
.salon_access .box .detail .btn a:not(:last-child) {
  margin-right: 15px;
}
.salon_access .box .detail .btn a.tel {
  pointer-events: none;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 28px;
}
@media screen and (max-width: 779px) {
  .salon_access .box .detail .btn a.tel {

    font-size: 20px;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 779px) {
  .salon_access .box .detail .btn a.tel {
    pointer-events: auto;
  }
}
.salon_access .box .detail .btn a img {
  vertical-align: middle;
  margin-right: 5px;
  width: 27px;
}
@media screen and (max-width: 779px) {
  .salon_access .box .detail .btn a img {
    width: 20px;
  }
}

.salon_news {
  margin-top: 100px;
}
@media screen and (max-width: 779px) {
  .salon_news {
    margin-top: 15%;
  }
}
.salon_news .list {
  margin: 40px auto 50px;
  width: 700px;
}
@media screen and (max-width: 779px) {
  .salon_news .list {
    width: 100%;
    margin: 7% 0;
  }
}
.salon_news .list li {
  border-bottom: 1px solid #e5e5e5;
}
.salon_news .list li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 13px 0;
}
@media screen and (max-width: 779px) {
  .salon_news .list li a {
    display: block;
    line-height: 1.3;
  }
}
.salon_news .list li a .date {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  margin-right: 1em;
}

.salon_price {
  margin-top: 100px;
}
@media screen and (max-width: 779px) {
  .salon_price {
    margin-top: 15%;
  }
}
.salon_price .container > .cap {
  text-align: center;
  font-size: 12px;
  margin-top: 25px;
}
@media screen and (max-width: 779px) {
  .salon_price .container > .cap {
    margin-top: 3%;
  }
}
.salon_price .container .price_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 779px) {
  .salon_price .container .price_list {
    display: block;
  }
}
.salon_price .container .price_list > li {
  width: 475px;
  margin-top: 50px;
}
@media screen and (max-width: 779px) {
  .salon_price .container .price_list > li {
    width: 100%;
    margin-top: 4%;
  }
}
.salon_price .container .price_list > li:not(:nth-child(2n)) {
  margin-right: 50px;
}
@media screen and (max-width: 779px) {
  .salon_price .container .price_list > li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.salon_price .container .price_list > li > .ttl {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  border-bottom: 1px solid;
  padding: 10px;
  font-size: 22px;
}
@media screen and (max-width: 779px) {
  .salon_price .container .price_list > li > .ttl {
    padding: 3% 0;
    font-size: 20px;
    background: url("../img/common/arrow01_d.png") no-repeat 96% 50%;
    background-size: 8px;
  }
  .salon_price .container .price_list > li > .ttl.active {
    background: url("../img/common/arrow01_u.png") no-repeat 96% 50%;
    background-size: 8px;
  }
}
@media screen and (max-width: 779px) {
  .salon_price .container .price_list > li > .box {
    display: none;
  }
}
.salon_price .container .price_list > li > .box .att {
  color: #cc3333;
  font-size: 13px;
  line-height: 1.5;
  padding: 13px;
}
.salon_price .container .price_list > li > .box .list li {
  position: relative;
  padding: 13px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 779px) {
  .salon_price .container .price_list > li > .box .list li {
    padding: 3% 0;
  }
}
.salon_price .container .price_list > li > .box .list li .ttl {
  font-weight: bold;
  line-height: 1.5;
  width: 334px;
}
@media screen and (max-width: 779px) {
  .salon_price .container .price_list > li > .box .list li .ttl {
    width: 100%;
  }
}
.salon_price .container .price_list > li > .box .list li .ttl .txt {
  font-weight: normal;
  font-size: 13px;
  margin-top: 5px;
}
.salon_price .container .price_list > li > .box .list li .price {
  line-height: 1.5;
  text-align: right;
  position: absolute;
  right: 13px;
  top: 13px;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 20px;
}
@media screen and (max-width: 779px) {
  .salon_price .container .price_list > li > .box .list li .price {
    position: static;
  }
}
.salon_price .container .price_list > li > .box .list li .price span {
  font-size: 14px;
  margin-right: 1em;
}

/* ======================================================================
 catalog
====================================================================== */
.catalog_list.top {
  margin-top: 100px;
}
@media screen and (max-width: 779px) {
  .catalog_list.top {
    margin-top: 15%;
  }
}
.catalog_list.salon {
  margin-top: 100px;
}
@media screen and (max-width: 779px) {
  .catalog_list.salon {
    margin-top: 15%;
  }
}
.catalog_list.salon .list {
  margin-top: 50px;
}
@media screen and (max-width: 779px) {
  .catalog_list.salon .list {
    margin-top: 7%;
  }
}
.catalog_list.catalog {
  margin-bottom: 200px;
}
@media screen and (max-width: 779px) {
  .catalog_list.catalog {
    margin-bottom: 20%;
  }
}
.catalog_list.catalog .menu {
  margin: 40px 0 20px;
}
@media screen and (max-width: 779px) {
  .catalog_list.catalog .menu {
    margin: 5% 0 3%;
  }
}
.catalog_list.staff {
  margin-top: 100px;
}
@media screen and (max-width: 779px) {
  .catalog_list.staff {
    margin-top: 15%;
  }
}
.catalog_list.staff .salon_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .catalog_list.staff .salon_ttl {
    margin-bottom: 7%;
  }
}
.catalog_list .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 50px 0 20px;
}
@media screen and (max-width: 779px) {
  .catalog_list .menu {
    margin: 5% 0 3%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.catalog_list .menu li {
  cursor: pointer;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: -0.025em;
  background: url("../img/common/check_off.png") no-repeat 0 50%;
  padding: 2px 0 2px 30px;
  font-size: 22px;
}
@media screen and (max-width: 779px) {
  .catalog_list .menu li {
    width: 40%;
    font-size: 18px;
    padding: 0 0 0 10%;
    background-size: 20px;
    margin-top: 2%;
  }
}
.catalog_list .menu li.active {
  background: url("../img/common/check_on.png") no-repeat 0 50%;
}
@media screen and (max-width: 779px) {
  .catalog_list .menu li.active {
    background-size: 20px;
  }
}
.catalog_list .menu li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 779px) {
  .catalog_list .menu li:not(:last-child) {
    margin-right: 0;
  }
}
.catalog_list .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 779px) {
  .catalog_list .list {
    margin-bottom: 7%;
  }
}
.catalog_list .list li {
  width: 235px;
  margin-top: 20px;
}
@media screen and (max-width: 779px) {
  .catalog_list .list li {
    width: 49%;
    margin-top: 2%;
  }
}
.catalog_list .list li:not(:nth-child(4n)) {
  margin-right: 20px;
}
@media screen and (max-width: 779px) {
  .catalog_list .list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 779px) {
  .catalog_list .list li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
.catalog_list .list li a {
  display: block;
}
.catalog_list .list li a img {
  width: 100%;
}

.catalog_detail {
  position: relative;
  margin: 0 auto;
  width: 1280px;
}
@media screen and (max-width: 779px) {
  .catalog_detail {
    width: 100%;
    padding-bottom: 7%;
  }
}
.catalog_detail .slider {
  width: 660px;
}
@media screen and (max-width: 779px) {
  .catalog_detail .slider {
    width: 100%;
  }
}
.catalog_detail .slider img {
  width: 100%;
}
.catalog_detail .slider .slick-slide {
  outline: none;
}
.catalog_detail .slider .slick-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
	background: -moz-linear-gradient(left,  rgba(250,245,246,0) 80%, rgba(250,245,246,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(250,245,246,0) 80%,rgba(250,245,246,1) 100%);
	background: linear-gradient(to right,  rgba(250,245,246,0) 80%,rgba(250,245,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00faf5f6', endColorstr='#faf5f6',GradientType=1 );
}
@media screen and (max-width: 779px) {
  .catalog_detail .slider .slick-slide:after {
    display: none;
  }
}
.catalog_detail .slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 15px;
}
.catalog_detail .slider .slick-arrow.slick-prev {
  left: 4%;
}
.catalog_detail .slider .slick-arrow.slick-next {
  right: 4%;
}
.catalog_detail .slider .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: -460px;
  bottom: 120px;
}
@media screen and (max-width: 779px) {
  .catalog_detail .slider .slick-dots {
    position: static;
  }
}
.catalog_detail .slider .slick-dots li {
  cursor: pointer;
  overflow: hidden;
  border: 1px solid;
  width: 118px;
  height: 72px;
}
.catalog_detail .slider .slick-dots li:not(:last-child) {
  margin-right: 8px;
}
.catalog_detail .detail {
  position: absolute;
  top: 120px;
  /*right: 160px;*/
	right: 100px;
  width: 505px;
}
@media screen and (max-width: 779px) {
  .catalog_detail .detail {
    position: static;
    width: 92%;
    margin: 7% auto 0;
  }
}
.catalog_detail .detail .ttl {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.3;
  font-size: 18px;
}
@media screen and (max-width: 779px) {
  .catalog_detail .detail .ttl {
    text-align: center;
    font-size: 14px;
  }
}
.catalog_detail .detail .ttl a {
  display: block;
}
.catalog_detail .detail .ttl span {
  display: block;
  font-size: 32px;
}
@media screen and (max-width: 779px) {
  .catalog_detail .detail .ttl span {
    font-size: 24px;
  }
}
.catalog_detail .detail .salon {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 779px) {
  .catalog_detail .detail .salon {
    text-align: center;
    margin-top: 3%;
  }
}
.catalog_detail .detail .price {
  margin-top: 40px;
}
@media screen and (max-width: 779px) {
  .catalog_detail .detail .price {
    margin-top: 10%;
  }
}
.catalog_detail .detail .price .ttl {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 779px) {
  .catalog_detail .detail .price table {
    width: 100%;
  }
}
.catalog_detail .detail .price table th, .catalog_detail .detail .price table td {
  line-height: 1.5;
}
.catalog_detail .detail .price table th {
  padding-right: 1em;
}
@media screen and (max-width: 779px) {
  .catalog_detail .detail .price table th {
    width: 70%;
  }
}
.catalog_detail .detail .price table td {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 20px;
}
@media screen and (max-width: 779px) {
  .catalog_detail .detail .price table td {
    text-align: right;
    width: 30%;
    font-size: 18px;
  }
}
.catalog_detail .detail .price .cap {
  font-size: 12px;
}

.catalog_description .container {
  width: 700px;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 779px) {
  .catalog_description .container {
    width: 92%;
    margin-top: 15%;
  }
}
.catalog_description .container .ttl {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 40px;
}
@media screen and (max-width: 779px) {
  .catalog_description .container .ttl {
    font-size: 30px;
  }
}
.catalog_description .container .txt {
  line-height: 2;
  margin-top: 2em;
}
@media screen and (max-width: 779px) {
  .catalog_description .container .txt {
    text-align: left;
    line-height: 1.7;
    margin-top: 1.5em;
  }
}
.catalog_description .container .back {
  display: table;
  text-align: center;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background: url("../img/common/arrow01_l.png") no-repeat 0% 50%;
  background-size: 10px;
  padding-left: 15px;
  margin: 120px auto;
  font-size: 24px;
}
@media screen and (max-width: 779px) {
  .catalog_description .container .back {
    font-size: 18px;
    padding-left: 20px;
    margin: 20% auto;
  }
}

/* ======================================================================
 staff
====================================================================== */
.stafflist {
  margin: 70px 0 50px;
}
@media screen and (max-width: 779px) {
  .stafflist {
    margin: 5% 0;
  }
}
.stafflist a {
  position: relative;
}
.stafflist a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.stafflist a .box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  line-height: 1.3;
  /*padding: 15px;*/
	padding: 15px 5% 5px;
	width: 90%;
}
.stafflist a .box:after {
  content: "";
  /*background: url("../img/staff/bg.png") no-repeat bottom;*/
  background-size: cover;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  /*height: 150px;*/
    background-color: rgba(255,255,255,.7);
    height: 95px;
}
.stafflist a .box .job {
  font-size: 13px;
}
@media screen and (max-width: 779px) {
  .stafflist a .box{
    padding: 5px 5% 0;
  }
  .stafflist a .box:after{
    height: 65px;
  }
  .stafflist a .box .job {
    font-size: 10px;
  }
}
.stafflist a .box .name {
  font-weight: bold;
  margin: 7px 0;
}
.stafflist a .box .en {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 13px;
}
@media screen and (max-width: 779px) {
  .stafflist a .box .name{
    margin: 3px 0;
  }
  .stafflist a .box .en {
    font-size: 11px;
  }
}
.stafflist a img {
  width: 100%;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 779px) {
  .stafflist a img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

.staff_list {
  margin-top: 100px;
}
@media screen and (max-width: 779px) {
  .staff_list {
    margin-top: 15%;
  }
}
@media screen and (max-width: 779px) {
  .staff_list.salon .stafflist {
    margin-top: 7%;
  }
}
.staff_list.staff {
  margin-top: 0;
}
.staff_list.staff .stafflist {
  margin: 0 0 200px;
}
@media screen and (max-width: 779px) {
  .staff_list.staff .stafflist {
    margin: 0 0 20%;
  }
}
@media screen and (max-width: 779px) {
  .staff_list .container {
    width: 100%;
  }
}
.staff_list .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 50px 0;
}
@media screen and (max-width: 779px) {
  .staff_list .menu {
    margin: 5% 4% 3%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.staff_list .menu li {
  cursor: pointer;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: -0.025em;
  background: url("../img/common/check_off.png") no-repeat 0 50%;
  padding: 2px 0 2px 30px;
  font-size: 22px;
}
@media screen and (max-width: 779px) {
  .staff_list .menu li {
    width: 40%;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 0 0 10%;
    background-size: 20px;
    margin-top: 2%;
  }
}
.staff_list .menu li.active {
  background: url("../img/common/check_on.png") no-repeat 0 50%;
}
@media screen and (max-width: 779px) {
  .staff_list .menu li.active {
    background-size: 20px;
  }
}
.staff_list .menu li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 779px) {
  .staff_list .menu li:not(:last-child) {
    margin-right: 0;
  }
}
.staff_list .stafflist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staff_list .stafflist a {
  width: 25%;
}
@media screen and (max-width: 779px) {
  .staff_list .stafflist a {
    width: 50%;
  }
}

.staff_detail {
  margin-top: 70px;
}
@media screen and (max-width: 779px) {
  .staff_detail {
    margin-top: 5%;
  }
}
.staff_detail .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 779px) {
  .staff_detail .container {
    display: block;
  }
}
.staff_detail .container .img {
  width: 500px;
}
@media screen and (max-width: 779px) {
  .staff_detail .container .img {
    width: 60%;
    margin: 0 auto;
  }
}
.staff_detail .container .img img {
  width: 100%;
}
.staff_detail .container .detail {
  margin-left: 50px;
  width: 450px;
}
@media screen and (max-width: 779px) {
  .staff_detail .container .detail {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 779px) {
  .staff_detail .container .detail .name {
    text-align: center;
    margin-top: 5%;
  }
}
.staff_detail .container .detail .name span {
  display: block;
}
.staff_detail .container .detail .name .en {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 36px;
}
@media screen and (max-width: 779px) {
  .staff_detail .container .detail .name .en {
    font-size: 24px;
  }
}
.staff_detail .container .detail .name .ja {
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 779px) {
  .staff_detail .container .detail .name .ja {
    font-size: 14px;
    margin-top: 3%;
  }
}
.staff_detail .container .detail .job {
  margin-top: 30px;
}
@media screen and (max-width: 779px) {
  .staff_detail .container .detail .job {
    text-align: center;
    margin-top: 5%;
    font-size: 12px;
  }
}
.staff_detail .container .detail .sns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 30px 0;
}
@media screen and (max-width: 779px) {
  .staff_detail .container .detail .sns {
    margin: 10% 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.staff_detail .container .detail .sns a {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
}
.staff_detail .container .detail .sns a:not(:last-child) {
  margin-right: 20px;
}
.staff_detail .container .detail .sns a img {
  width: 25px;
}
.staff_detail .container .detail .txt {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 779px) {
  .staff_detail .container .detail .txt {
    line-height: 1.7;
  }
}
.staff_detail .container .detail table {
  width: 100%;
  margin-top: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 779px) {
  .staff_detail .container .detail table {
    margin-top: 7%;
  }
}
.staff_detail .container .detail table th, .staff_detail .container .detail table td {
  border: 1px solid #c9c9c9;
  font-size: 14px;
  padding: 10px;
}
.staff_detail .container .detail table th {
  background: black;
  color: white;
  width: 25%;
}
@media screen and (max-width: 779px) {
  .staff_detail .container .detail table th {
    width: 30%;
  }
}
.staff_detail .container .detail table td {
  width: 75%;
}
@media screen and (max-width: 779px) {
  .staff_detail .container .detail table td {
    width: 70%;
  }
}

.staff_schedule {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 779px) {
  .staff_schedule {
    margin-top: 15%;
  }
}

.staff_back .back {
  display: table;
  text-align: center;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background: url("../img/common/arrow01_l.png") no-repeat 0% 50%;
  background-size: 10px;
  padding-left: 15px;
  margin: 120px auto;
  font-size: 24px;
}
@media screen and (max-width: 779px) {
  .staff_back .back {
    font-size: 18px;
    padding-left: 20px;
    margin: 20% auto;
  }
}

/* ======================================================================
 news
====================================================================== */
.news_list.top {
  margin-top: 130px;
}
@media screen and (max-width: 779px) {
  .news_list.top {
    margin-top: 20%;
  }
}
.news_list.top .container {
  border: 1px solid;
  width: 1000px;
  padding: 60px;
}
@media screen and (max-width: 779px) {
  .news_list.top .container {
    width: 84%;
    padding: 4% 4% 7%;
  }
}
.news_list.top .container > .top_ttl {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  background: white;
  padding: 0 10px;
  top: -24px;
}
@media screen and (max-width: 779px) {
  .news_list.top .container > .top_ttl {
    top: -15px;
  }
}
.news_list .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 50px 0;
}
@media screen and (max-width: 779px) {
  .news_list .menu {
    margin: 5% 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.news_list .menu li {
  cursor: pointer;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: -0.025em;
  background: url("../img/common/check_off.png") no-repeat 0 50%;
  padding: 2px 0 2px 30px;
  font-size: 22px;
}
@media screen and (max-width: 779px) {
  .news_list .menu li {
    width: 40%;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 0 0 10%;
    background-size: 20px;
    margin-top: 2%;
  }
}
.news_list .menu li.active {
  background: url("../img/common/check_on.png") no-repeat 0 50%;
}
@media screen and (max-width: 779px) {
  .news_list .menu li.active {
    background-size: 20px;
  }
}
.news_list .menu li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 779px) {
  .news_list .menu li:not(:last-child) {
    margin-right: 0;
  }
}
.news_list .list {
  width: 800px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 779px) {
  .news_list .list {
    width: 100%;
    margin: 5% 0 7%;
  }
}
.news_list .list li {
  border-bottom: 1px solid #e5e5e5;
}
.news_list .list li a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}
@media screen and (max-width: 779px) {
  .news_list .list li a {
    display: block;
    padding: 10px 0;
  }
}
.news_list .list li a .date {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
}
.news_list .list li a .cat {
  background: black;
  color: white;
  text-align: center;
  font-size: 13px;
  width: 132px;
  height: 25px;
  line-height: 25px;
  margin: 0 10px;
}
@media screen and (max-width: 779px) {
  .news_list .list li a .cat {
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 779px) {
  .news_list .list li a .ttl {
    line-height: 1.5;
    margin-top: 5px;
  }
}

.news_post {
  margin-top: 70px;
}
@media screen and (max-width: 779px) {
  .news_post {
    margin-top: 5%;
  }
}
.news_post .head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 779px) {
  .news_post .head {
    display: block;
  }
}
.news_post .head .date {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 24px;
}
@media screen and (max-width: 779px) {
  .news_post .head .date {
    font-size: 14px;
  }
}
.news_post .head .date span {
  font-size: 40px;
}
@media screen and (max-width: 779px) {
  .news_post .head .date span {
    font-size: 26px;
  }
}
.news_post .head .cat {
  background: black;
  color: white;
  padding: 7px 10px;
  margin-left: 20px;
}
@media screen and (max-width: 779px) {
  .news_post .head .cat {
    display: inline-block;
    margin: 3% 0 0;
  }
}
.news_post .ttl {
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0;
  font-size: 24px;
}
@media screen and (max-width: 779px) {
  .news_post .ttl {
    font-size: 16px;
    margin: 7% 0;
  }
}
.news_post .post p {
  line-height: 2;
  margin-top: 2em;
}
@media screen and (max-width: 779px) {
  .news_post .post p {
    margin-top: 1.5em;
    line-height: 1.7;
  }
}

.news_pagination {
  margin: 50px 0 200px;
}
@media screen and (max-width: 779px) {
  .news_pagination {
    margin: 15% 0 20%;
  }
}
.news_pagination .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.news_pagination .container a {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 24px;
  margin: 0 10px;
}
@media screen and (max-width: 779px) {
  .news_pagination .container a {
    font-size: 20px;
  }
}
.news_pagination .container a.active {
  color: #CCC;
}
.news_pagination .container a img {
  width: 10px;
}

.news_pager {
  margin: 100px 0 200px;
}
@media screen and (max-width: 779px) {
  .news_pager {
    margin: 15% 0 20%;
  }
}
.news_pager .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 779px) {
  .news_pager .container div {
    width: 33.33%;
  }
}
.news_pager .container div:not(.list) {
  width: 150px;
}
@media screen and (max-width: 779px) {
  .news_pager .container div:not(.list) {
    width: 33.33%;
  }
}
.news_pager .container div.next {
  text-align: right;
}
.news_pager .container div.list {
  text-align: center;
}
.news_pager .container a {
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
}
@media screen and (max-width: 779px) {
  .news_pager .container a {
    font-size: 14px;
  }
}
.news_pager .container a img {
  vertical-align: middle;
  width: 10px;
  margin: 0 5px;
}

/* ======================================================================
 contact
====================================================================== */
.contact {
  margin: 50px 0 200px;
}
@media screen and (max-width: 779px) {
  .contact {
    margin: 5% 0 20%;
  }
}
.contact .container {
  width: 730px;
}
@media screen and (max-width: 779px) {
  .contact .container {
    width: 92%;
  }
}
.contact .container > .txt {
  line-height: 2;
}
@media screen and (max-width: 779px) {
  .contact .container > .txt {
    line-height: 1.7;
  }
}
.contact .container .flow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 60px 0;
}
@media screen and (max-width: 779px) {
  .contact .container .flow {
    margin: 7% 0;
  }
}
.contact .container .flow li {
  position: relative;
  color: #CCC;
}
@media screen and (max-width: 779px) {
  .contact .container .flow li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 11px;
    width: 26.66%;
    line-height: 1.3;
  }
}
.contact .container .flow li.active {
  color: black;
}
.contact .container .flow li:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 779px) {
  .contact .container .flow li:not(:last-child) {
    margin-right: 10%;
  }
}
.contact .container .flow li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -30px;
  top: 60%;
  display: block;
  width: 10px;
  height: 100%;
  background: url("../img/common/arrow01_r.png") no-repeat 50% 0;
  background-size: 100%;
}
@media screen and (max-width: 779px) {
  .contact .container .flow li:not(:last-child):after {
    right: -20%;
    top: 50%;
    width: 7px;
  }
}
.contact .container .flow li span {
  vertical-align: sub;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 48px;
  margin-right: 5px;
}
@media screen and (max-width: 779px) {
  .contact .container .flow li span {
    font-size: 20px;
  }
}
.contact .container .form .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 779px) {
  .contact .container .form .box {
    display: block;
    margin-bottom: 4%;
  }
}
.contact .container .form .box .ttl {
  position: relative;
  font-weight: bold;
  width: 200px;
  padding-top: 8px;
}
@media screen and (max-width: 779px) {
  .contact .container .form .box .ttl {
    width: 100%;
    padding: 0 0 3%;
  }
}
.contact .container .form .box .ttl span {
  background: #e4007f;
  color: white;
  text-align: center;
  width: 35px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 8px;
}
@media screen and (max-width: 779px) {
  .contact .container .form .box .ttl span {
    top: 0;
  }
}
.contact .container .form .box .input {
  margin-left: 30px;
  width: 500px;
}
@media screen and (max-width: 779px) {
  .contact .container .form .box .input {
    margin-left: 0;
    width: 100%;
  }
}
.contact .container .form .box .input input[type=text], .contact .container .form .box .input textarea {
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  padding: 5px;
}
.contact .container .form .box .input textarea {
  height: 180px;
}
.contact .container .form .submit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 50px;
}
@media screen and (max-width: 779px) {
  .contact .container .form .submit {
    display: block;
    margin-top: 7%;
  }
}
.contact .container .form .submit input {
  cursor: pointer;
  font-weight: bold;
  height: 70px;
  margin: 0 10px;
  font-size: 16px;
  padding: 0 20px;
  background: #e5e5e5;
}
@media screen and (max-width: 779px) {
  .contact .container .form .submit input {
    height: 60px;
    margin: 2% 0;
    width: 100%;
  }
}
.contact .container .form .submit input.confirm {
  order: 2;
  color: white;
  background: #e4007f;
  width: 300px;
}
@media screen and (max-width: 779px) {
  .contact .container .form .submit input.confirm {
    width: 100%;
  }
}


/* staff schedule */
.staff_schedule table {
  width: 100%;
}
.staff_schedule .calendar-yearmonth{
  font-size: 1.6em;
  color: #666666;

  margin-bottom: 0.4em;
}
.staff_schedule table th.weekday-0 {
  color: red;
}
.staff_schedule table th.weekday-6 {
  color: blue;
}
.staff_schedule table{
  margin-bottom: 1em;
}
.staff_schedule table td.today {
  font-weight: bolder;
}
.staff_schedule table th,
.staff_schedule table td {
  border: 1px solid #999999;
  font-weight: bold;
}
.staff_schedule table th {
  text-align: center;
  padding: 7.5px;
}
.staff_schedule table td {
  text-align: right;
  padding: 5px 5px 30px 25px;
}
.staff_schedule p.legend{
  text-align: left;
  line-height: 1.5;
}
.staff_schedule p.legend>span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0.4em;
  border: 1px solid black;
}
.staff_schedule p.legend>span.square1,
.staff_schedule table td.status1{
  background: #ffcccc;
}
.staff_schedule p.legend>span.square2,
.staff_schedule table td.status2 {
  background: #ccffcc;
}
.staff_schedule p.legend>span.square3,
.staff_schedule table td.status3 {
  background: #ccccff;
}
.staff_schedule p.legend>span.square4,
.staff_schedule table td.status4 {
  background: #fdb;
}
.staff_schedule p.legend>span.square5,
.staff_schedule table td.status5 {
  background: #aae4ff;
}
.staff_schedule p.legend>span.square6,
.staff_schedule table td.status6 {
  background: #ffaaf1;
}


.breadcrumb {
  background: #f4f3ef;
  padding: 10px 0;
}
@media screen and (max-width: 779px) {
  .breadcrumb {
    overflow-x: scroll;
    padding: 2% 0;
  }
}
.breadcrumb .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 779px) {
  .breadcrumb .container {
    width: 192%;
    padding: 0 4%;
  }
}
.breadcrumb .container a {
  font-size: 12px;
}
@media screen and (max-width: 779px) {
  .breadcrumb .container a {
    font-size: 11px;
  }
}
.breadcrumb .container a:not(:last-child):after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}
