@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 Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  color: black;
}
@media screen and (max-width: 779px) {
  body {
    font-size: 12px;
  }
}

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=50);
  opacity: 0.5;
}

#gototop {
  cursor: pointer;
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
  background: url("../img/common/gototop.png") no-repeat;
  background-size: cover;
  width: 110px;
  height: 77px;
}
@media screen and (max-width: 779px) {
  #gototop {
    width: 55px;
    height: 38px;
    right: 4%;
    bottom: 7%;
  }
}
#gototop span {
  font-family:  'Amatic SC', cursive;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
}
@media screen and (max-width: 779px) {
  #gototop span {
    font-size: 12px;
  }
}

.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;
}

/* ======================================================================
 header
====================================================================== */
header {
  position: relative;
}
@media screen and (max-width: 779px) {
  header {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 11px 0;
  }
}
header .logo {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 779px) {
  header .logo {
    position: static;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 120px;
  }
}
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;
}
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;
}
@media screen and (max-width: 779px) {
  header .menu {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 50px;
    left: 0;
  }
}
header .menu .link {
  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;
  width: 50%;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 779px) {
  header .menu .link {
    width: 100%;
    margin: 0;
    display: block;
  }
}
header .menu .link:last-child {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 779px) {
  header .menu .link:last-child {
    margin: 0;
  }
}
header .menu .link a {
  font-family:  'Amatic SC', cursive;
  font-size: 25px;
  padding: 50px 0;
}
@media screen and (max-width: 779px) {
  header .menu .link a {
    padding: 3% 0;
    display: block;
    text-align: center;
  }
}
header .menu .link a:hover span {
  display: inline-block;
  -moz-transform: rotateX(360deg);
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
@media screen and (max-width: 779px) {
  header .menu .link a:hover span {
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
header .menu .link a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/common/dot.png") no-repeat;
  width: 5px;
  height: 5px;
  margin: 0 30px;
}
@media screen and (max-width: 779px) {
  header .menu .link a:after {
    display: none;
  }
}
header .menu .link a:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/common/dot.png") no-repeat;
  width: 5px;
  height: 5px;
  margin: 0 20px;
}
@media screen and (max-width: 779px) {
  header .menu .link a:first-child:before {
    display: none;
  }
}
header .menu .link a span {
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* ======================================================================
 footer
====================================================================== */
footer {
  background: black;
}
footer .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) {
  footer .container {
    display: block;
    padding: 2% 0;
    margin-bottom: 20px;
  }
}
footer .container .link {
  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;
  width: 70%;
}
@media screen and (max-width: 779px) {
  footer .container .link {
    display: none;
  }
}
footer .container .link a {
  font-family:  'Amatic SC', cursive;
  color: white;
  padding: 35px 0;
  font-size: 18px;
}
footer .container .link a:not(:last-child) {
  margin-right: 40px;
}
footer .container .copy {
  color: white;
  text-align: right;
  width: 30%;
  font-size: 12px;
}
@media screen and (max-width: 779px) {
  footer .container .copy {
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
}

/* ======================================================================
 under
====================================================================== */
.under_head {
  padding: 70px 0;
}
@media screen and (max-width: 779px) {
  .under_head {
    padding: 20% 0 0;
  }
}
.under_head .ttl {
  font-family:  'Amatic SC', cursive;
  text-align: center;
  height: 130px;
  font-size: 50px;
}
@media screen and (max-width: 779px) {
  .under_head .ttl {
    font-size: 35px;
  }
}
.under_head .ttl span {
  display: block;
}

.footer_insta {
  margin-bottom: 150px;
}
@media screen and (max-width: 779px) {
  .footer_insta {
    margin-bottom: 15%;
  }
}
.footer_insta .container > .ttl {
  font-family:  'Amatic SC', cursive;
  text-align: center;
  height: 110px;
  font-size: 50px;
  margin-bottom: 30px;
  background: url("../img/common/insta_ttl.png") no-repeat center top;
}
@media screen and (max-width: 779px) {
  .footer_insta .container > .ttl {
    background: url("../img/common/sm/insta_ttl.png") no-repeat center;
    background-size: 100%;
    font-size: 35px;
  }
}
.footer_insta .container > .ttl span {
  display: block;
  padding-top: 30px;
}
@media screen and (max-width: 779px) {
  .footer_insta .container > .ttl span {
    padding-top: 40px;
  }
}
.footer_insta .dummy img {
  width: 100%;
}

/* ======================================================================
 staff
====================================================================== */
.under_head.staff .ttl {
  background: url("../img/staff/ttl.png") no-repeat center top;
}
@media screen and (max-width: 779px) {
  .under_head.staff .ttl {
    background: url("../img/staff/sm/ttl.png") no-repeat center;
    background-size: 100%;
  }
}
.under_head.staff .ttl span {
  padding-top: 40px;
}

.staff_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;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}
@media screen and (max-width: 779px) {
  .staff_menu .container {
    -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;
    padding: 3% 0;
  }
}
.staff_menu .container a {
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  font-weight: bold;
  padding: 20px;
  font-size: 20px;
}
@media screen and (max-width: 779px) {
  .staff_menu .container a {
    width: 25%;
    text-align: center;
    padding: 3% 0;
  }
}
.staff_menu .container a:hover {
  background: url("../img/common/crown.png") no-repeat 0 10px;
}

.staff_list {
  margin-bottom: 150px;
}
@media screen and (max-width: 779px) {
  .staff_list {
    margin-bottom: 15%;
  }
}
.staff_list .container > .ttl {
  font-weight: bold;
  font-size: 24px;
  padding-top: 50px;
}
@media screen and (max-width: 779px) {
  .staff_list .container > .ttl {
    font-size: 20px;
  }
}
.staff_list .container .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;
}
.staff_list .container .list li {
  width: 184px;
  margin-top: 20px;
}
@media screen and (max-width: 779px) {
  .staff_list .container .list li {
    width: 48%;
    margin-top: 4%;
  }
}
.staff_list .container .list li:not(:nth-child(5n)) {
  margin-right: 20px;
}
@media screen and (max-width: 779px) {
  .staff_list .container .list li:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 779px) {
  .staff_list .container .list li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.staff_list .container .list li .img {
  position: relative;
  overflow: hidden;
  height: 184px;
}
.staff_list .container .list li .img img {
  width: 100%;
}
.staff_list .container .list li .img .insta {
  background: white;
  display: block;
  z-index: 1;
  text-align: center;
  position: absolute;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  right: 10px;
  bottom: 10px;
  font-size: 35px;
}
.staff_list .container .list li .salon {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 779px) {
  .staff_list .container .list li .salon {
    font-size: 12px;
  }
}
.staff_list .container .list li .name {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 779px) {
  .staff_list .container .list li .name {
    font-size: 14px;
  }
}
.staff_list .container .list li .txt {
  line-height: 1.8;
  margin-top: 10px;
}

/* ======================================================================
 salon
====================================================================== */
.under_head.salon {
  padding-bottom: 0;
}
.under_head.salon .ttl {
  background: url("../img/common/salon_ttl.png") no-repeat center top;
}
@media screen and (max-width: 779px) {
  .under_head.salon .ttl {
    background: url("../img/common/sm/salon_ttl.png") no-repeat center;
    background-size: 100%;
  }
}
.under_head.salon .ttl span {
  padding-top: 40px;
}

.salon_map.top {
  padding: 60px 0 150px;
}
@media screen and (max-width: 779px) {
  .salon_map.top {
    padding: 7% 0 15%;
  }
}
.salon_map.top .area.hokkaido_tohoku {
  top: 350px;
}
.salon_map .img {
  text-align: center;
}
@media screen and (max-width: 779px) {
  .salon_map .container {
    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;
  }
}
.salon_map .container > .ttl {
  background: url("../img/common/salon_ttl.png") no-repeat center top;
  font-family:  'Amatic SC', cursive;
  text-align: center;
  width: 100%;
  height: 130px;
  font-size: 50px;
}
@media screen and (max-width: 779px) {
  .salon_map .container > .ttl {
    background: url("../img/common/sm/salon_ttl.png") no-repeat center;
    background-size: 100%;
    font-size: 35px;
  }
}
.salon_map .container > .ttl span {
  display: block;
  padding-top: 40px;
}
.salon_map .area {
  position: absolute;
  z-index: 1;
  width: 180px;
}
@media screen and (max-width: 779px) {
  .salon_map .area {
    position: static;
    width: 100%;
    margin-top: 6%;
  }
  .salon_map .area:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.salon_map .area.hokkaido_tohoku {
  right: 120px;
  top: 200px;
}
.salon_map .area.kanto {
  right: 120px;
  bottom: 200px;
}
.salon_map .area.chubu {
  right: 290px;
  bottom: 100px;
}
.salon_map .area.kinki {
  left: 300px;
  bottom: 330px;
}
.salon_map .area.chugoku_shikoku {
  bottom: 30px;
  left: 350px;
}
.salon_map .area.kyusyu_okinawa {
  left: 0;
  bottom: 180px;
}
.salon_map .area .ttl {
  font-weight: bold;
  border-bottom: 1px dashed;
  font-size: 18px;
  padding: 7px 5px;
}
@media screen and (max-width: 779px) {
  .salon_map .area .ttl {
    font-size: 16px;
  }
}
.salon_map .area .link {
  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: 0 5px;
}
.salon_map .area .link a {
  font-size: 16px;
  margin-right: 1em;
  margin-top: 15px;
}
@media screen and (max-width: 779px) {
  .salon_map .area .link a {
    font-size: 14px;
  }
}

.salon_list {
  margin-bottom: 150px;
}
.salon_list .ttl_area {
  font-weight: bold;
  border-bottom: 1px dashed;
  padding: 70px 0 10px;
  font-size: 18px;
}
@media screen and (max-width: 779px) {
  .salon_list .ttl_area {
    font-size: 16px;
  }
}
.salon_list .ttl_pref {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0;
}
@media screen and (max-width: 779px) {
  .salon_list .ttl_pref {
    font-size: 14px;
  }
}
.salon_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;
}
.salon_list .list li {
  border: 1px solid #c9c9c9;
  width: 225px;
  margin-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .salon_list .list li {
    width: 47%;
    margin-bottom: 4%;
  }
}
.salon_list .list li:not(:nth-child(4n)) {
  margin-right: 30px;
}
@media screen and (max-width: 779px) {
  .salon_list .list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 779px) {
  .salon_list .list li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.salon_list .list li .img {
  overflow: hidden;
  height: 130px;
}
@media screen and (max-width: 779px) {
  .salon_list .list li .img {
    height: 90px;
    margin-bottom: 10px;
  }
}
.salon_list .list li .img img {
  width: 100%;
}
.salon_list .list li .box {
  padding: 15px;
}
@media screen and (max-width: 779px) {
  .salon_list .list li .box {
    padding: 4%;
  }
}
.salon_list .list li .box .name {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.salon_list .list li .box .add {
  font-size: 12px;
  line-height: 1.4;
  margin: 15px 0 5px;
}
@media screen and (max-width: 779px) {
  .salon_list .list li .box .add {
    font-size: 11px;
  }
}
.salon_list .list li .box .tel {
  display: block;
  text-align: center;
  font-family:  'Amatic SC', cursive;
  pointer-events: none;
  font-size: 35px;
}
@media screen and (max-width: 779px) {
  .salon_list .list li .box .tel {
    font-size: 22px;
    pointer-events: auto;
  }
}
.salon_list .list li .box .btn {
  display: block;
  background: black;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-top: 15px;
}
.salon_list .list li .box .btn.pre {
  background: white;
  color: black;
  padding: 8px 10px;
  margin-top: 10px;
  border: 2px solid;
}

.salon_fixed {
  position: fixed;
  z-index: 999;
  right: 70px;
  bottom: 130px;
  background: url("../img/salon/fixed_bg.png") no-repeat;
  text-align: center;
  width: 267px;
  height: 158px;
}
@media screen and (max-width: 779px) {
  .salon_fixed {
    right: 0;
    bottom: 0;
    background: none;
    width: 100%;
    height: auto;
  }
}
.salon_fixed .box {
  -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;
  width: 215px;
  left: 21px;
}
@media screen and (max-width: 779px) {
  .salon_fixed .box {
    width: 100%;
    margin: 0 auto;
    position: static;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.salon_fixed .box .ttl {
  font-weight: bold;
  font-size: 15px;
}
.salon_fixed .box .tel {
  display: block;
  font-family:  'Amatic SC', cursive;
  font-size: 40px;
  margin: 10px 0 15px;
}
@media screen and (max-width: 779px) {
  .salon_fixed .box .tel {
    margin: 0;
    background: white;
    font-size: 24px;
    width: 50%;
    padding: 15px 0;
  }
}
.salon_fixed .box .tel img {
  vertical-align: middle;
  width: 24px;
}
@media screen and (max-width: 779px) {
  .salon_fixed .box .tel img {
    width: 15px;
  }
}
.salon_fixed .box .btn {
  display: block;
  background: black;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding: 10px 5px;
}
@media screen and (max-width: 779px) {
  .salon_fixed .box .btn {
    padding: 22px 0;
    font-size: 12px;
    width: 50%;
  }
}

@media screen and (max-width: 779px) {
  .salon_kv {
    padding-top: 50px;
  }
}
.salon_kv img {
  width: 100%;
}

.salon_info {
  padding: 70px 0;
}
@media screen and (max-width: 779px) {
  .salon_info {
    padding: 10% 0;
  }
}
.salon_info .container {
  /* width: 700px; */
}
@media screen and (max-width: 779px) {
  .salon_info .container {
    width: 92%;
  }
}
.salon_info .container .ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 779px) {
  .salon_info .container .ttl {
    margin-bottom: 7%;
  }
}
.salon_info .container .ttl span {
  display: block;
}
.salon_info .container .ttl .en {
  /* font-family:  'Amatic SC', cursive; */
  /* font-size: 50px; */
  font-size: 35px;
}
@media screen and (max-width: 779px) {
  .salon_info .container .ttl .en {
    /* font-size: 35px; */
    font-size: 20px;
  }
}
.salon_info .container .ttl .ja {
  font-weight: bold;
  font-size: 35px;
  margin: 0.5em 0 0;
  line-height: 1.3;
}
@media screen and (max-width: 779px) {
  .salon_info .container .ttl .ja {
    font-size: 20px;
    margin: 0.3em 0 0;
  }
}
.salon_info .container .txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 779px) {
  .salon_info .container .txt {
    font-size: 12px;
    line-height: 1.7;
  }
}

.salon_ttl {
  font-family:  'Amatic SC', cursive;
  text-align: center;
  height: 110px;
  font-size: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .salon_ttl {
    font-size: 40px;
  }
}
.salon_ttl span {
  display: block;
}

.salon_menu {
  background: #f4f3ef;
  padding: 70px 0 20px;
}
@media screen and (max-width: 779px) {
  .salon_menu {
    padding: 7% 0 1%;
  }
}
.salon_menu .salon_ttl {
  background: url("../img/salon/menu_ttl.png") no-repeat center top;
}
@media screen and (max-width: 779px) {
  .salon_menu .salon_ttl {
    background: url("../img/salon/sm/menu_ttl.png") no-repeat center;
    background-size: 100%;
  }
}
.salon_menu .salon_ttl span {
  padding-top: 30px;
}
.salon_menu .menu {
  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_menu .menu {
    display: block;
  }
}
.salon_menu .menu > li {
  width: 485px;
  margin-bottom: 50px;
}
@media screen and (max-width: 779px) {
  .salon_menu .menu > li {
    width: 100%;
    margin-bottom: 10%;
  }
}
.salon_menu .menu > li:not(:nth-child(2n)) {
  margin-right: 30px;
}
@media screen and (max-width: 779px) {
  .salon_menu .menu > li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.salon_menu .menu > li > .ttl {
  font-family:  'Amatic SC', cursive;
  border-bottom: 1px dashed;
  font-size: 35px;
  padding-bottom: 10px;
}
@media screen and (max-width: 779px) {
  .salon_menu .menu > li > .ttl {
    font-size: 24px;
  }
}
.salon_menu .menu > li .list li {
  border-bottom: 1px dashed #b7b6b3;
  padding: 15px 0;
}
.salon_menu .menu > li .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: 10px;
}
.salon_menu .menu > li .list li .top .ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  width: 70%;
}
@media screen and (max-width: 779px) {
  .salon_menu .menu > li .list li .top .ttl {
    font-size: 14px;
  }
}
.salon_menu .menu > li .list li .top .price {
  width: 30%;
  text-align: right;
  font-family:  'Amatic SC', cursive;
  font-size: 16px;
}
@media screen and (max-width: 779px) {
  .salon_menu .menu > li .list li .top .price {
    font-size: 14px;
  }
}
.salon_menu .menu > li .list li .top .price span {
  font-size: 26px;
}
@media screen and (max-width: 779px) {
  .salon_menu .menu > li .list li .top .price span {
    font-size: 20px;
  }
}
.salon_menu .txt{
  text-align: center;
  line-height: 1.75;
}
.salon_menu .menu > li .list li .txt {
  line-height: 1.7;
  text-align: left;
}

.staff_list.salon {
  padding: 70px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 779px) {
  .staff_list.salon {
    padding: 7% 0;
  }
}
.staff_list.salon .salon_ttl {
  background: url("../img/salon/staff_ttl.png") no-repeat center top;
  margin-bottom: 0;
}
@media screen and (max-width: 779px) {
  .staff_list.salon .salon_ttl {
    background: url("../img/salon/sm/staff_ttl.png") no-repeat center;
    background-size: 100%;
  }
}
.staff_list.salon .salon_ttl span {
  padding-top: 30px;
}
.staff_list.salon .list li .name {
  margin-top: 15px;
}

.salon_access {
  background: #f4f3ef;
  padding: 70px 0 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 779px) {
  .salon_access {
    padding: 7% 0 10%;
  }
}
.salon_access .salon_ttl {
  background: url("../img/salon/access_ttl.png") no-repeat center top;
}
@media screen and (max-width: 779px) {
  .salon_access .salon_ttl {
    background: url("../img/salon/sm/access_ttl.png") no-repeat center;
    background-size: 100%;
    margin-bottom: 4%;
  }
}
.salon_access .salon_ttl span {
  padding-top: 30px;
}
.salon_access .ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .salon_access .ttl span {
    display: block;
  }
}
.salon_access .ttl .en {
  /* font-family:  'Amatic SC', cursive; */
  /* font-size: 35px; */
  font-size: 20px;
}
@media screen and (max-width: 779px) {
  .salon_access .ttl .en {
    /* font-size: 24px; */
    font-size: 18px;
  }
}
.salon_access .ttl .ja {
  font-weight: bold;
  font-size: 20px;
  margin-left: 0.5em;
}
@media screen and (max-width: 779px) {
  .salon_access .ttl .ja {
    font-size: 18px;
    margin: 0.3em 0 0;
  }
}
.salon_access table {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 779px) {
  .salon_access table {
    width: 100%;
  }
}
.salon_access table th, .salon_access table td {
  vertical-align: top;
  border-bottom: 1px dashed #b7b6b3;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 779px) {
  .salon_access table th, .salon_access table td {
    font-size: 12px;
  }
}
.salon_access table th {
  width: 15%;
}
@media screen and (max-width: 779px) {
  .salon_access table th {
    width: 20%;
  }
}
.salon_access table td {
  width: 85%;
}
@media screen and (max-width: 779px) {
  .salon_access table td {
    width: 80%;
  }
}
.salon_access .contact {
  margin: 40px auto;
  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) {
  .salon_access .contact {
    display: block;
    margin: 7% 0;
  }
}
.salon_access .contact .tel {
  font-family:  'Amatic SC', cursive;
  font-size: 50px;
}
@media screen and (max-width: 779px) {
  .salon_access .contact .tel {
    font-size: 35px;
    display: block;
    text-align: center;
    margin-bottom: 7%;
  }
}
.salon_access .contact .tel img {
  margin-right: 0.1em;
}
@media screen and (max-width: 779px) {
  .salon_access .contact .tel img {
    width: 30px;
  }
}
.salon_access .contact .btn {
  background: black;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  width: 317px;
  height: 55px;
  line-height: 55px;
  margin-left: 40px;
}
@media screen and (max-width: 779px) {
  .salon_access .contact .btn {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.salon_access .map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 779px) {
  .salon_access .map iframe {
    height: 300px;
  }
}
.salon_access .google_map_btn_link {
  position: relative;
  display: block;
  margin: 40px auto 0;
  width: 400px;
  border: 1px solid rgb(3, 3, 3);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 72px;
}
.salon_access .google_map_btn_link .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  width: 60px;
  height: 14px;
  overflow: hidden;
}
.salon_access .google_map_btn_link .arrow::before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/arrow_btn.svg) no-repeat center;
  background-size: 100%;
}
@keyframes arrow_scroll {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  2.1% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  40%, 80% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  80.1%, 100% {
    opacity: 0;
  }
}
.salon_access .google_map_btn_link:hover .arrow::before {
  animation: arrow_scroll 1.4s infinite;
}
@media screen and (max-width: 779px) {
  .salon_access .google_map_btn_link {
    width: 100%;
    font-size: 4vw;
    line-height: 14.13333vw;
    margin: 7% auto 0;
  }
  .salon_access .google_map_btn_link .arrow {
    right: 2.66667vw;
    margin-top: -1.2vw;
    width: 8vw;
    height: 2.4vw;
  }
  .salon_access .google_map_btn_link .arrow::before {
    background: url(../img/common/arrow_btn_sp.svg) no-repeat center;
    background-size: 100%;
  }
}

.spc {
  display: block;
  width: 100%;
  height: 35px;
}

/* ======================================================================
 news
====================================================================== */
.under_head.news .ttl {
  background: url("../img/common/news_ttl.png") no-repeat center top;
}
@media screen and (max-width: 779px) {
  .under_head.news .ttl {
    background: url("../img/common/sm/news_ttl.png") no-repeat center;
    background-size: 100%;
  }
}
.under_head.news .ttl span {
  padding-top: 30px;
}

.news_list {
  background: #f4f3ef;
  padding: 70px 0;
}
.news_list.news {
  background: white;
}
@media screen and (max-width: 779px) {
  .news_list {
    padding: 10% 0;
  }
}
.news_list.salon {
  background: none;
  padding: 0 0 70px;
}
@media screen and (max-width: 779px) {
  .news_list.salon {
    padding: 0 0 10%;
  }
}
.news_list .container > .ttl {
  background: url("../img/common/news_ttl.png") no-repeat center top;
  font-family:  'Amatic SC', cursive;
  text-align: center;
  height: 110px;
  font-size: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 779px) {
  .news_list .container > .ttl {
    margin-bottom: 0;
    font-size: 35px;
    background: url("../img/common/sm/news_ttl.png") no-repeat center;
    background-size: 100%;
  }
}
.news_list .container > .ttl span {
  display: block;
  padding-top: 30px;
}
.news_list .container .list {
  margin: 0 auto 30px;
  width: 800px;
}
@media screen and (max-width: 779px) {
  .news_list .container .list {
    width: 100%;
  }
}
.news_list .container .list li {
  border-bottom: 1px dashed;
}
.news_list .container .list li img{
  width: 320px;
  height: 210px;
  object-fit: contain;
}
.news_list .container .list li .flex_wrap {
  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_list .container .list li .flex_wrap {
    display: block;
    height: 70px;
  }
}
.news_list .container .list li a {
  line-height: 1.5;
  padding: 10px 20px;
  font-size: 16px;
}
@media screen and (max-width: 779px) {
  .news_list .container .list li a {
    font-size: 12px;
    padding: 3%;
    display: block;
  }
}
.news_list .container .list li a .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;
}
@media screen and (max-width: 779px) {
  .news_list .container .list li a .top {
    margin-bottom: 2%;
  }
}
.news_list .container .list li a .ttl {
  font-weight: bold;
}
.news_list .container .list li a .date {
  margin-right: 1em;
  font-family:  'Amatic SC', cursive;
  font-size: 20px;
}
@media screen and (max-width: 779px) {
  .news_list .container .list li a .date {
    font-size: 18px;
  }
}
.news_list .container .list li a .cat {
  background: black;
  color: white;
  text-align: center;
  margin-right: 1em;
  width: 160px;
  font-size: 11px;
  padding: 3px 0;
}
@media screen and (max-width: 779px) {
  .news_list .container .list li a .cat {
    width: auto;
    padding: 3px 6px;
    font-size: 10px;
  }
}
.news_list .container .more {
  display: block;
  background: url("../img/common/btn01.png") no-repeat;
  margin: 0 auto;
  text-align: center;
  font-family:  'Amatic SC', cursive;
  font-size: 24px;
  width: 200px;
  height: 54px;
  line-height: 54px;
}
@media screen and (max-width: 779px) {
  .news_list .container .more {
    width: 150px;
    height: 41px;
    line-height: 41px;
    background-size: 100%;
    font-size: 20px;
  }
}
.blog_list {
  background: #f4f3ef;
  padding: 70px 0;
}
.blog_list .list {
  height: auto;
  max-height: 500px;
  overflow-y: scroll;
}
.blog_list.archive .list {
  height: auto;
  overflow: hidden;
}
.blog_list.news {
  background: white;
}
@media screen and (max-width: 779px) {
  .blog_list {
    padding: 10% 0;
  }
}
.blog_list.salon {
  background: none;
  padding: 0 0 70px;
}
@media screen and (max-width: 779px) {
  .blog_list.salon {
    padding: 0 0 10%;
  }
}
.blog_list .container > .ttl {
  background: url("../img/common/news_ttl.png") no-repeat center top;
  font-family:  'Amatic SC', cursive;
  text-align: center;
  height: 110px;
  font-size: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 779px) {
  .blog_list .container > .ttl {
    margin-bottom: 0;
    font-size: 35px;
    background: url("../img/common/sm/news_ttl.png") no-repeat center;
    background-size: 100%;
  }
}
.blog_list .container > .ttl span {
  display: block;
  padding-top: 30px;
}
.blog_list .container .list {
  margin: 0 auto 30px;
  width: 800px;
}
@media screen and (max-width: 779px) {
  .blog_list .container .list {
    width: 100%;
  }
}
.blog_list .container .more {
  display: block;
  background: url("../img/common/btn01.png") no-repeat;
  margin: 0 auto;
  text-align: center;
  font-family:  'Amatic SC', cursive;
  font-size: 24px;
  width: 200px;
  height: 54px;
  line-height: 54px;
}
@media screen and (max-width: 779px) {
  .blog_list .container .more {
    width: 150px;
    height: 41px;
    line-height: 41px;
    background-size: 100%;
    font-size: 20px;
  }
}
.blog_list_item {
  display: flex;
  border-bottom: 1px dashed;
  padding: 20px 10px 20px 0 ;
}
.blog_list_item_img {
  width: 150px;
  height: 150px;
  margin-right: 20px;
}
.blog_list_item_img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.blog_list_item_txt {
  
}
.blog_list_item_txt .date{
  display: block;
  font-size: 18px;
  line-height: 1.5;
}
.blog_list_item_txt .ttl{
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.blog_list_item_txt .cat{
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 2px;
}
.blog_list_item_txt .content{
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 779px) {
  .blog_list_item_txt .date{
    display: block;
    font-size: 12px;
    line-height: 1.5;
  }
  .blog_list_item_txt .ttl{
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 3px;
  }
  .blog_list_item_txt .cat{
    display: block;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 1px;
  }
  .blog_list_item_txt .content{
    display: block;
    font-size: 10px;
    line-height: 1.5;
  }
  .blog_list_item_img {
    width: 120px;
    height: 120px;
    margin-right: 15px;
  }
  .blog_list_item_img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
}

.pager {
  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: 50px 0;
}
.pager a {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  font-family:  'Amatic SC', cursive;
  font-size: 22px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  margin: 0 5px;
}
.pager a.active {
  background: black;
  color: white;
}

.news_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;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}
@media screen and (max-width: 779px) {
  .news_menu .container {
    -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;
    padding: 3% 0;
  }
}
.news_menu .container a {
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  font-weight: bold;
  padding: 20px;
  font-size: 18px;
}
.news_menu .container a.en {
  font-weight: normal;
  font-family:  'Amatic SC', cursive;
  font-size: 22px;
}
@media screen and (max-width: 779px) {
  .news_menu .container a {
    width: 50%;
    text-align: center;
    padding: 3% 0;
  }
}
.news_menu .container a:hover, .news_menu .container a.active {
  background: url("../img/common/crown.png") no-repeat 0 10px;
}

.news_detail .head {
  border-bottom: 1px dashed;
  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;
  line-height: 1.5;
  padding: 0 20px 10px;
  font-size: 16px;
}
@media screen and (max-width: 779px) {
  .news_detail .head {
    font-size: 12px;
    padding: 3%;
    display: block;
  }
}
.news_detail .head .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;
}
@media screen and (max-width: 779px) {
  .news_detail .head .top {
    margin-bottom: 2%;
  }
}
.news_detail .head .date {
  margin-right: 1em;
  font-family:  'Amatic SC', cursive;
  font-size: 22px;
}
@media screen and (max-width: 779px) {
  .news_detail .head .date {
    font-size: 18px;
  }
}
.news_detail .head .ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 779px) {
  .news_detail .head .ttl {
    font-size: 16px;
  }
}
.news_detail .head .cat {
  background: black;
  color: white;
  text-align: center;
  margin-right: 1em;
  font-size: 11px;
  padding: 3px 6px;
}
@media screen and (max-width: 779px) {
  .news_detail .head .cat {
    width: auto;
    font-size: 10px;
  }
}
.news_detail .post {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 779px) {
  .news_detail .post {
    line-height: 1.7;
    font-size: 14px;
  }
}
.news_detail .post img {
  display: table;
  margin: 1em auto;
	max-width:100%;
	width: auto;
}
.news_detail .post p {
  margin-top: 1em;
}
.news_detail .more {
  display: block;
  background: url("../img/common/btn01.png") no-repeat;
  margin: 100px auto;
  text-align: center;
  font-family:  'Amatic SC', cursive;
  font-size: 24px;
  width: 200px;
  height: 54px;
  line-height: 54px;
}
@media screen and (max-width: 779px) {
  .news_detail .more {
    width: 150px;
    height: 41px;
    line-height: 41px;
    background-size: 100%;
    font-size: 20px;
    margin: 10% auto 20%;
  }
}

/* ======================================================================
 top
====================================================================== */
.top_kv {
  position: relative;
}
@media screen and (max-width: 779px) {
  .top_kv {
    margin-top: 71.5px;
  }
}
.top_kv .ttl {
  -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;
  z-index: 99;
  right: 300px;
}
@media screen and (max-width: 779px) {
  .top_kv .ttl {
    right: 4%;
    width: 30%;
  }
}
.top_kv .slick .slick-slide {
  outline: none;
}
.top_kv .slick .slick-slide img {
  width: 100%;
}

.top_copy {
  padding: 70px 0 100px;
}
@media screen and (max-width: 779px) {
  .top_copy {
    padding: 4% 0;
  }
}
.top_copy .container {
  text-align: center;
  background: url("../img/top/bg01.png") no-repeat center;
}
@media screen and (max-width: 779px) {
  .top_copy .container:before, .top_copy .container:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    margin: 2% 0;
  }
  .top_copy .container:before {
    background: url("../img/top/sm/bg01_t.png") no-repeat;
    background-size: 100%;
  }
  .top_copy .container:after {
    background: url("../img/top/sm/bg01_b.png") no-repeat;
    background-size: 100%;
  }
}
.top_copy .container .txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 779px) {
  .top_copy .container .txt {
    font-size: 14px;
    line-height: 1.7;
  }
}

.top_bnr {
  background: #f4f3ef;
  padding: 50px 0 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 779px) {
  .top_bnr {
    padding: 7% 0;
    margin-bottom: 7%;
  }
}
.top_bnr .top {
  /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; */
  /* margin-bottom: 50px; */
  /* flex-wrap: wrap; */
}
@media screen and (max-width: 779px) {
  .top_bnr .top {
    display: block;
    /* margin-bottom: 4%; */
  }
}
@media screen and (max-width: 779px) {
  .top_bnr .top a {
    display: block;
  }
}
.top_bnr .top a {
  margin-bottom: 50px;
}
.top_bnr .top a:not(:nth-child(2n)) {
  /* margin-right: 50px; */
}
@media screen and (max-width: 779px) {
  .top_bnr .top a {
    margin-bottom: 4%;
  }
  .top_bnr .top a:not(:nth-child(2n)) {
    /* margin-right: 0; */
  }
}
.top_bnr .btm {
  text-align: center;
}
.top_bnr .btm a {
  display: block;
}
.top_bnr .btm a:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .top_bnr .btm a:not(:last-child) {
    margin-bottom: 4%;
  }
}

/* ======================================================================
 catalog
====================================================================== */
.under_head.catalog .ttl {
  background: url("../img/common/catalog_ttl.png") no-repeat center top;
}
@media screen and (max-width: 779px) {
  .under_head.catalog .ttl {
    background: url("../img/common/sm/catalog_ttl.png") no-repeat center;
    background-size: 100%;
  }
}
.under_head.catalog .ttl span {
  padding-top: 40px;
}

.catalog_list {
  padding-bottom: 100px;
}
@media screen and (max-width: 779px) {
  .catalog_list {
    padding-bottom: 15%;
  }
}
.catalog_list .container > .ttl {
  background: url("../img/common/catalog_ttl.png") no-repeat center top;
  font-family:  'Amatic SC', cursive;
  text-align: center;
  height: 132px;
  font-size: 50px;
  margin-bottom: 0px;
}
@media screen and (max-width: 779px) {
  .catalog_list .container > .ttl {
    font-size: 35px;
    background: url("../img/common/sm/catalog_ttl.png") no-repeat center;
    background-size: 100%;
  }
}
.catalog_list .container > .ttl span {
  display: block;
  padding-top: 50px;
}
.catalog_list .container .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: 50px 0 30px;
}
@media screen and (max-width: 779px) {
  .catalog_list .container .list {
    margin: 4% 0;
  }
}
.catalog_list .container .list li {
  width: 184px;
  margin-bottom: 20px;
}
@media screen and (max-width: 779px) {
  .catalog_list .container .list li {
    width: 48%;
    margin-bottom: 4%;
  }
}
.catalog_list .container .list li:not(:nth-child(5n)) {
  margin-right: 20px;
}
@media screen and (max-width: 779px) {
  .catalog_list .container .list li:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 779px) {
  .catalog_list .container .list li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.catalog_list .container .list li a {
  display: block;
}
.catalog_list .container .list li a img {
  width: 100%;
}
.catalog_list .container .more {
  display: block;
  background: url("../img/common/btn01.png") no-repeat;
  margin: 0 auto;
  text-align: center;
  font-family:  'Amatic SC', cursive;
  font-size: 24px;
  width: 200px;
  height: 54px;
  line-height: 54px;
}
@media screen and (max-width: 779px) {
  .catalog_list .container .more {
    width: 150px;
    height: 41px;
    line-height: 41px;
    background-size: 100%;
    font-size: 20px;
  }
}

.catalog_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;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}
@media screen and (max-width: 779px) {
  .catalog_menu .container {
    -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;
    padding: 3% 0;
  }
}
.catalog_menu .container a {
  font-family:  'Amatic SC', cursive;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  padding: 20px;
  font-size: 35px;
}
@media screen and (max-width: 779px) {
  .catalog_menu .container a {
    width: 50%;
    text-align: center;
    padding: 3% 0;
  }
}
.catalog_menu .container a:hover, .catalog_menu .container a.active {
  background: url("../img/common/crown.png") no-repeat 0 10px;
}

/* ======================================================================
 recruit_top
====================================================================== */
.recruit_top {
  padding: 150px 0;
}
@media screen and (max-width: 779px) {
  .recruit_top {
    padding: 25% 0 15%;
  }
}
.recruit_top .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) {
  .recruit_top .container {
    width: 70%;
    display: block;
  }
}
.recruit_top .container a {
  position: relative;
}
@media screen and (max-width: 779px) {
  .recruit_top .container a {
    display: block;
  }
}
.recruit_top .container a:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 779px) {
  .recruit_top .container a:not(:last-child) {
    margin: 0 0 4%;
  }
}
.recruit_top .container a:not(:last-child) .ttl {
  text-align: right;
  right: 0;
  left: auto;
}
.recruit_top .container a .ttl {
  background-color: #f7cad0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF7CAD0', endColorstr='#FF9FD8EE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3Y2FkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmZDhlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f7cad0), color-stop(100%, #9fd8ee));
  background-image: -moz-linear-gradient(left, #f7cad0 0%, #9fd8ee 100%);
  background-image: -webkit-linear-gradient(left, #f7cad0 0%, #9fd8ee 100%);
  background-image: linear-gradient(to right, #f7cad0 0%, #9fd8ee 100%);
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 210px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 779px) {
  .recruit_top .container a .ttl {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 160px;
    bottom: 7%;
  }
}

/* ======================================================================
 franchise
====================================================================== */
#fc {
  background: #f4f3ef;
  padding: 50px 0 100px;
}
#fc.career {
  background: white;
}
@media screen and (max-width: 779px) {
  #fc {
    padding: 7% 0;
  }
}
#fc .container > .ttl {
  text-align: center;
  z-index: 1;
  position: relative;
  font-size: 50px;
  padding-top: 120px;
}
@media screen and (max-width: 779px) {
  #fc .container > .ttl {
    line-height: 1.3;
    height: auto;
    font-size: 20px;
    padding-top: 10%;
  }
}
#fc .container > .ttl img {
  z-index: -1;
  position: absolute;
  left: -200px;
  top: -50px;
}
@media screen and (max-width: 779px) {
  #fc .container > .ttl img {
    position: static;
  }
}
#fc .container > .txt {
  width: 625px;
  line-height: 2;
  margin: 70px auto 50px;
}
@media screen and (max-width: 779px) {
  #fc .container > .txt {
    width: 100%;
    line-height: 1.7;
    margin: 5% 0 1%;
  }
}
#fc .container .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  #fc .container .img {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#fc .container .img li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 779px) {
  #fc .container .img li:not(:last-child) {
    margin-right: 0;
  }
}
#fc .container .img li{
  width: 33.3%;
}
@media screen and (max-width: 779px) {
  #fc .container .img li {
    width: 48%;
    height: auto;
    margin-top: 4%;
  }
  #fc .container .img li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

#company {
  padding-bottom: 150px;
}
@media screen and (max-width: 779px) {
  #company {
    padding-bottom: 15%;
  }
}
#company .container > .ttl {
  position: relative;
  text-align: center;
  background: url("../img/recruit/bg03.png") no-repeat center;
  height: 215px;
  font-size: 50px;
}
@media screen and (max-width: 779px) {
  #company .container > .ttl {
    background-size: 50%;
    height: 163px;
    margin-top: 7%;
    font-size: 18px;
  }
}
#company .container > .ttl span {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
#company .container .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;
}
@media screen and (max-width: 779px) {
  #company .container .box {
    display: block;
  }
}
#company .container .box table {
  width: 475px;
  margin-right: 50px;
}
@media screen and (max-width: 779px) {
  #company .container .box table {
    width: 100%;
    margin-right: 0;
  }
}
#company .container .box table th, #company .container .box table td {
  border-bottom: 1px dotted #c9c9c9;
  padding: 15px 20px;
}
#company .container .box .map iframe {
  width: 475px;
  height: 380px;
}
@media screen and (max-width: 779px) {
  #company .container .box .map iframe {
    width: 100%;
  }
}

/* ======================================================================
 information
====================================================================== */
.information_list {
  background: #f4f3ef;
  padding: 70px 0;
}
.information_list.news {
  background: white;
}
@media screen and (max-width: 779px) {
  .information_list {
    padding: 10% 0;
  }
}
.information_list.salon {
  background: none;
  padding: 0 0 70px;
}
@media screen and (max-width: 779px) {
  .information_list.salon {
    padding: 0 0 10%;
  }
}
.information_list .container > .ttl {
  background: url("../img/common/news_ttl.png") no-repeat center top;
  font-family:  'Amatic SC', cursive;
  text-align: center;
  height: 110px;
  font-size: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 779px) {
  .information_list .container > .ttl {
    margin-bottom: 0;
    font-size: 35px;
    background: url("../img/common/sm/news_ttl.png") no-repeat center;
    background-size: 100%;
  }
}
.information_list .container > .ttl span {
  display: block;
  padding-top: 30px;
}
.information_list .container .list {
  margin: 0 auto 30px;
  width: 351px;
}
@media screen and (max-width: 779px) {
  .information_list .container .list {
    width: 100%;
  }
}
.information_list .container .list li {
  border-bottom: 1px dashed;
}
.information_list .container .list li img{
  width: 320px;
  height: 210px;
  object-fit: contain;
}
.information_list .container .list li .flex_wrap {
  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) {
  .information_list .container .list li .flex_wrap {
    display: block;
    height: 70px;
  }
}
.information_list .container .list li a {
  line-height: 1.5;
  padding: 10px 20px;
  font-size: 16px;
}
@media screen and (max-width: 779px) {
  .information_list .container .list li a {
    font-size: 12px;
    padding: 3%;
    display: block;
  }
}
.information_list .container .list li a .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;
}
@media screen and (max-width: 779px) {
  .information_list .container .list li a .top {
    margin-bottom: 2%;
  }
}
.information_list .container .list li a .ttl {
  font-weight: bold;
}
.information_list .container .list li a .date {
  margin-right: 1em;
  font-family:  'Amatic SC', cursive;
  font-size: 20px;
}
@media screen and (max-width: 779px) {
  .information_list .container .list li a .date {
    font-size: 18px;
  }
}
.information_list .container .list li a .cat {
  background: black;
  color: white;
  text-align: center;
  margin-right: 1em;
  width: 160px;
  font-size: 11px;
  padding: 3px 0;
}
@media screen and (max-width: 779px) {
  .information_list .container .list li a .cat {
    width: auto;
    padding: 3px 6px;
    font-size: 10px;
  }
}
.information_list .container .more {
  display: block;
  background: url("../img/common/btn01.png") no-repeat;
  margin: 0 auto;
  text-align: center;
  font-family:  'Amatic SC', cursive;
  font-size: 24px;
  width: 200px;
  height: 54px;
  line-height: 54px;
}
@media screen and (max-width: 779px) {
  .information_list .container .more {
    width: 150px;
    height: 41px;
    line-height: 41px;
    background-size: 100%;
    font-size: 20px;
  }
}