@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

a:-webkit-any-link:focus {
  outline-offset: -0.1rem;
}
a:hover img {
  opacity: 0.8;
}

b,
strong,
.bold {
  font-weight: 500;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}
img[class*=wp-image-].alignright, img[class*=wp-image-].alignleft,
img[class*=attachment-].alignright,
img[class*=attachment-].alignleft {
  max-width: 50%;
}

.clearfix {
  zoom: 1;
  overflow: hidden;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.anchor[id] {
  position: relative;
  top: -100px;
}

#header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
#header .midnightHeader {
  background-color: rgba(255, 255, 255, 0.35);
}
body.home #header .midnightHeader.dark {
  background-color: rgba(0, 0, 0, 0.35);
}
body.home #header .midnightHeader.dark a {
  color: #fff;
}
#header a {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 28px;
  text-decoration: none;
  white-space: nowrap;
}
#header a:hover {
  text-decoration: underline;
}
#header a img {
  display: block;
}
#header nav {
  padding: 15px;
}
#header ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header li {
  margin: 0;
  padding: 0;
}
#header .logo {
  margin-right: auto;
}
#header .logo img {
  height: 40px;
}
#header .sns {
  flex-basis: 24px;
  width: 24px;
  margin: 0 9px;
}
#header .midnightHeader.default .dark {
  display: none;
}
#header .midnightHeader.dark .default {
  display: none;
}

#footer {
  display: flow-root;
  background-color: #000000;
}
#footer .go2top {
  padding: 18px 0;
  background-color: #8c7f69;
  line-height: 1;
  text-align: center;
}
#footer .go2top a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}
#footer .go2top a::before {
  display: inline-block;
  width: 8px;
  height: 11px;
  margin-right: 6px;
  background-image: url(../img/icon-go2top.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#footer h3 {
  margin: 44px 0 40px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
#footer .sns {
  margin: 0 0 54px;
}
#footer .sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sns li {
  flex-basis: 24px;
  width: 24px;
  margin: 0 14px;
  padding: 0;
}
#footer .sns a {
  display: block;
}
#footer .sns img {
  display: block;
}
#footer .sites ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sites li {
  margin: 14px 0;
  padding: 0;
}
#footer .sites li.current a {
  border-bottom: 1px dashed #fff;
}
#footer .sites a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
#footer .sites a:hover {
  border-bottom: 1px dashed #fff;
}
#footer .copyright {
  margin: 54px 0 20px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

#fixed-footer {
  display: flex;
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
#fixed-footer a {
  display: block;
  flex-grow: 1;
  min-width: 50%;
  padding: 16px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
#fixed-footer .news {
  background-color: rgba(140, 127, 105, 0.8);
}
#fixed-footer .reserve {
  background-color: rgba(0, 0, 0, 0.8);
}

#common-banners {
  margin: 45px 30px 30px;
}
#common-banners a {
  display: block;
  margin: 20px 0;
}
#common-banners img {
  display: block;
  margin: 0 auto;
}

#container {
  margin: 32px 30px 62px;
}

#main {
  flex-grow: 1;
}
#sidebar .author-link {
  margin: 0 0 20px;
  text-align: center;
}

.page-title {
  margin: 90px 30px 32px;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}

.author-link a {
  display: inline-flex;
  align-items: center;
  color: #0092e5;
  text-decoration: none;
}
.author-link a:hover {
  text-decoration: underline;
}
.author-link a::before {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 4px 0 0;
  background-image: url(../img/icon-person.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.pagination {
  margin: 40px 0;
}
.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.pagination .wp-pagenavi a, .pagination .wp-pagenavi span {
  min-width: 20px;
  margin: 0 2px;
  padding: 6px;
  border: 1px solid #cccccc;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}
.pagination .wp-pagenavi a:first-child, .pagination .wp-pagenavi span:first-child {
  margin-left: 0;
}
.pagination .wp-pagenavi a:last-child, .pagination .wp-pagenavi span:last-child {
  margin-right: 0;
}
.pagination .wp-pagenavi a {
  text-decoration: none;
}
.pagination .wp-pagenavi a:hover {
  text-decoration: underline;
}
.pagination .wp-pagenavi .extend {
  display: none;
}
.pagination .wp-pagenavi .current {
  background-color: #333;
  color: #fff;
}
.pagination .wp-pagenavi .first, .pagination .wp-pagenavi .last, .pagination .wp-pagenavi .previouspostslink, .pagination .wp-pagenavi .nextpostslink {
  background-color: #eeeeee;
}

.pagination-single {
  display: flex;
  justify-content: center;
  margin: 40px 0 60px;
  font-size: 14px;
}
.pagination-single a {
  flex-basis: 30%;
  width: 30%;
  padding: 8px;
  text-align: center;
  text-decoration: none;
}
.pagination-single a:not(.back) {
  border: 1px solid #ccc;
  background-color: #eee;
  color: #000;
}
.pagination-single .back {
  margin: 0 15px;
  background-color: #000;
  color: #fff;
}

.widgets {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget {
  margin: 0 0 40px;
}

.widgettitle {
  margin: 0;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 3;
  text-align: center;
}

.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_categories li {
  border-bottom: 1px solid #fff;
}
.widget_categories a {
  display: block;
  padding: 15px 18px;
  background-color: #fbfaf7;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.widget_categories a:hover {
  text-decoration: underline;
}

.tagcloud {
  padding: 16px;
  background-color: #fbfaf7;
}
.tagcloud a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.tagcloud a:hover {
  text-decoration: underline;
}

.widget_recent_posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_recent_posts li {
  padding: 15px 18px;
  border-bottom: 1px solid #fff;
  background-color: #fbfaf7;
}
.widget_recent_posts li > a {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}
.widget_recent_posts li > a:hover {
  text-decoration: underline;
}
.widget_recent_posts .category a {
  margin: 0 4px 0 0;
  color: #666666;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}
.widget_recent_posts .category a:hover {
  text-decoration: underline;
}

.archive-posts {
  border-top: 1px solid #cccccc;
}
.archive-posts .archive-posts-wrapper {
  margin: 0 0 60px;
}
.archive-posts article {
  margin: 25px 0 0;
  padding: 0 0 40px;
  border-bottom: 1px solid #cccccc;
}
.archive-posts article .primary {
  display: flex;
  align-items: center;
  margin: 24px 0;
}
.archive-posts article .primary .publish {
  margin-right: 14px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.archive-posts article .primary .publish time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 71px;
  border-radius: 10em;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.archive-posts article .primary .publish time .m {
  font-size: 11px;
}
.archive-posts article .primary .publish time .d {
  margin: 4px 0;
  font-size: 22px;
}
.archive-posts article .primary .publish time .y {
  font-size: 12px;
}
.archive-posts article .primary .title a {
  color: #000;
  text-decoration: none;
}
.archive-posts article .primary .title a:hover {
  text-decoration: underline;
}
.archive-posts article .primary .title h2 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
.archive-posts article .secondary .thumbnail {
  margin: 0 0 15px;
}
.archive-posts article .secondary .thumbnail img {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
}
.archive-posts article .secondary .description p {
  margin: 0 0 20px;
  font-size: 14px;
}
.archive-posts article .secondary .description .more {
  margin: 10px 0;
  text-align: right;
}
.archive-posts article .secondary .description .more a {
  display: inline-flex;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.archive-posts article .secondary .description .more a:hover {
  text-decoration: underline;
}
.archive-posts article .secondary .description .more a::after {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 0 0 15px;
  background-image: url(../img/icon-next-jump.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.archive-posts article .secondary .description .meta {
  display: flex;
  flex-wrap: wrap;
}
.archive-posts article .secondary .description .meta a {
  margin: 0 10px 0 0;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}
.archive-posts article .secondary .description .meta a:hover {
  text-decoration: underline;
}
.archive-posts article .secondary .description .meta .category {
  margin: 0 28px 0 0;
}
.archive-posts article .secondary .description .meta .category a {
  color: #666666;
}

.single-post .single-posts-wrapper {
  margin: 0 0 60px;
}
.single-post h1 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
}
.single-post .primary {
  margin: 0 0 34px;
}
.single-post .primary .category a {
  margin: 0 10px 0 0;
  color: #666666;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
.single-post .primary .category a:hover {
  text-decoration: underline;
}
.single-post .primary .meta {
  margin: 10px 0;
  line-height: 1;
  text-align: right;
}
.single-post .primary .meta .tags {
  margin: 4px 0 0;
}
.single-post .primary .meta .tags a {
  margin: 0 0 0 10px;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.single-post .primary .meta .tags a:hover {
  text-decoration: underline;
}
.single-post .primary .meta .tags a::before {
  content: "#";
}
.single-post .primary .meta .publish {
  margin: 4px 0 0;
}
.single-post .primary .meta .publish time {
  color: #666666;
  font-weight: 500;
  font-size: 12px;
}
.single-post .secondary .category a {
  display: inline-flex;
  margin: 0 10px 0 0;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.single-post .secondary .category a:hover {
  text-decoration: underline;
}
.single-post .secondary .category a::before {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  background-image: url(../img/icon-next-jump.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.write ul {
  padding-left: 1em;
}
.write ol {
  padding-left: 1em;
}
.write table th, .write table td {
  padding: 0.2em 0.4em;
  border: 1px solid #cccccc;
  font-size: 0.9em;
}
.write table th {
  background-color: #cccccc;
  color: #000;
  font-weight: 500;
}

.page-home h2.cursive {
  margin-top: 30px;
  margin-bottom: 65px;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}
.page-home .fv img {
  display: block;
  width: 100%;
}
.page-home .about {
  margin: 60px 15px 100px;
}
.page-home .about p {
  font-size: 17px;
  /*line-height: 2.5;*/
  text-align: center;
  line-height: 3.3em;
}
.page-home .news {
  margin: 100px 30px 60px;
}
.page-home .news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-home .news li {
  margin: 32px 0;
  padding: 0;
}
.page-home .news a {
  display: block;
  color: #000;
  text-decoration: none;
}
.page-home .news a:hover {
  text-decoration: underline;
}
.page-home .news .thumbnail.noimage {
  border: none;
}
.page-home .news .thumbnail img {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
}
.page-home .news h3 {
  margin: 14px 0;
  padding: 0 8px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.page-home .news p {
  margin: 14px 0;
  margin-top: 2px;
  margin-bottom: 45px;
  color: #666666;
  font-size: 12px;
  line-height: 1;
}
.page-home .news .more {
  margin-top: 15px;
}
.page-home .news .more a {
  display: block;
  width: 220px;
  height: 80px;
  margin: 0 auto;
  background-image: url(../img/bg-more-link.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  text-indent: -20px;
}
.page-home .news .more a:hover {
  text-decoration: underline;
}
.page-home .salon {
  padding: 30px 30px;
  background-color: rgba(247, 246, 239, 0.5);
}
.page-home .salon .photo {
  margin: 0 0 30px;
}
.page-home .salon .photo img {
  display: block;
  width: 100%;
  box-shadow: 10px 15px rgba(0, 0, 0, 0.06);
}
.page-home .salon .intro h3 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 22px;
}
.page-home .salon .intro p {
  margin: 10px 0 30px;
  font-size: 15px;
  line-height: 2;
}
.page-home .salon .intro small {
  font-size: 12px;
}
.page-home .salon .intro .sub {
  font-size: 13px;
}
.page-home .access .map {
  margin: 50px 0 20px;
}
.page-home .access .map iframe {
  display: block;
  width: 100%;
  height: 480px;
}
.page-home .access .intro {
  margin: 20px 30px 40px;
}
.page-home .access .intro p {
  margin: 10px 0 40px;
  font-size: 14px;
  line-height: 2;
}
.page-home .access .intro h3 {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}
.page-home .access .intro .movie video {
  display: block;
  width: 100%;
}
.page-home .access .intro .movie p {
  font-size: 13px;
  text-align: center;
}
.page-home .group > .inner {
  padding: 30px;
  background-color: #000;
}
.page-home .group h3 {
  margin: 0 0 20px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.page-home .group ul {
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none;
}
.page-home .group li {
  margin: 0;
  padding: 0;
  line-height: 2.6;
}
.page-home .group a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.page-home .group a:hover {
  text-decoration: underline;
}
.page-home .menu {
  margin: 64px 30px 80px;
}
.page-home .menu dl {
  margin: 0;
  padding: 0;
}
.page-home .menu dt {
  margin: 0;
  padding: 0;
  clear: both;
  font-weight: 500;
  font-size: 16px;
}
.page-home .menu dt label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 4px;
  border-bottom: 1px solid #cccccc;
  font-weight: inherit;
  cursor: pointer;
}
.page-home .menu dt label::after {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon-menu-open.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.page-home .menu dd {
  display: none;
  margin: 0;
  padding: 20px 8px;
  border-bottom: 1px solid #cccccc;
}
.page-home .menu .item::after {
  display: block;
  clear: both;
  content: "";
}
.page-home .menu h3 {
  margin: 18px 0;
  float: left;
  font-weight: 400;
  font-size: 14px;
}
.page-home .menu p {
  position: relative;
  margin: 18px 0;
  float: right;
  font-size: 14px;
}
.page-home .menu p.more::after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "～";
}
.page-home .menu .note {
  margin: -16px 0 0;
  float: left;
  clear: both;
  font-size: 12px;
}
.page-home .staff {
  padding: 30px;
  background-color: rgba(247, 246, 239, 0.5);
}
.page-home .staff .staff-group h3 {
  margin: 50px 0 20px;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
}
.page-home .staff .staff-group .staff-container hr {
  height: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  color: transparent;
}
.page-home .staff .staff-group .staff-item {
  margin: 20px 0 50px;
}
.page-home .staff .staff-group .staff-item .image {
  width: 244px;
  margin: 0 auto;
}
.page-home .staff .staff-group .staff-item .image img {
  display: block;
}
.page-home .staff .staff-group .staff-item h4 {
  margin: 20px 0 15px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.page-home .staff .staff-group .staff-item .links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .staff .staff-group .staff-item .links a {
  margin: 0 8px;
}
.page-home .staff .staff-group .staff-item .links a:hover {
  opacity: 0.8;
}
.page-home .staff .staff-group .staff-item .links img {
  display: block;
  height: 26px;
}
.page-home .schedule {
  margin: 60px 30px 30px;
}
.page-home .schedule .frame iframe {
  display: block;
  width: 100%;
  height: 300px;
}
@media (min-width: 768px){
  .sm {
    display: none;
  }
  body.admin-bar #header {
    top: 32px !important;
  }
  #header nav {
    padding: 15px 40px;
  }
  #header .logo {
    min-width: 100px;
  }
  #header .logo img {
    height: 50px;
  }
  #header .nav {
    margin: 0 1%;
  }
  #header .sns {
    min-width: 24px;
  }
  #header .sns.facebook {
    margin-left: 5%;
  }
  #header .sns.email {
    margin-left: 3%;
  }
  #footer h3 {
    margin: 52px 0 64px;
  }
  #footer .sns {
    display: none;
  }
  #footer .sites ul {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  #footer .sites li {
    margin: 0 2%;
  }
  #fixed-footer {
    display: none;
  }
  #common-banners {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 130px auto 150px;
  }
  #container {
    display: flex;
    max-width: 1000px;
    margin: 60px auto 100px;
  }
  #sidebar {
    flex-shrink: 0;
    flex-basis: 260px;
    width: 260px;
    margin: 0 0 0 60px;
  }
  .page-title {
    margin-top: 160px;
  }
  .pagination .wp-pagenavi a, .pagination .wp-pagenavi span {
    min-width: 36px;
    margin: 0 8px;
    padding: 10px;
    font-size: 14px;
  }
  .pagination-single a {
    flex-basis: 170px;
    width: 170px;
  }
  .archive-posts article .primary .publish {
    margin-right: 18px;
  }
  .archive-posts article .secondary {
    display: flex;
    align-items: flex-start;
  }
  .archive-posts article .secondary .thumbnail {
    flex-shrink: 0;
    flex-basis: 220px;
    width: 220px;
    margin: 0 28px 0 0;
  }
  .page-home .about {
    margin: 120px 30px 160px;
  }
  .page-home .news {
    margin: 160px 30px 120px;
  }
  .page-home .news > .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .page-home .news ul {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    margin: 40px 0 0;
  }
  .page-home .news li {
    flex-basis: 300px;
    width: 300px;
    margin: 0;
  }
  .page-home .news a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }
  .page-home .news .thumbnail {
    min-height: 195px;
  }
  .page-home .salon {
    padding: 70px 30px 100px;
  }
  .page-home .salon > .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .page-home .salon .photo {
    flex-basis: 380px;
    width: 380px;
    margin-right: 30px;
  }
  .page-home .salon .intro {
    flex-basis: 530px;
  }
  .page-home .access {
    margin: 100px 0 0;
  }
  .page-home .access > .inner {
    display: flex;
    margin: 68px 0 0;
    padding-right: calc(50vw - 500px);
  }
  .page-home .access .map {
    flex-grow: 1;
    flex-basis: 60%;
    width: 60%;
    margin: 0;
  }
  .page-home .access .intro {
    flex-shrink: 0;
    flex-basis: 380px;
    width: 380px;
    margin: 0 0 0 60px;
  }
  .page-home .access .intro p {
    margin: 0 0 54px;
  }
  .page-home .group {
    padding: 0 calc(50vw - 500px) 0 0;
  }
  .page-home .group > .inner {
    display: flex;
    align-items: center;
    padding: 24px 0 24px calc(50vw - 500px);
  }
  .page-home .group h3 {
    flex-basis: 240px;
    width: 240px;
    margin: 0;
  }
  .page-home .group ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 60px;
    padding-left: 60px;
    border-left: 1px solid #fff;
  }
  .page-home .group li {
    min-width: 230px;
  }
  .page-home .menu {
    margin: 130px 30px 150px;
  }
  .page-home .menu > .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .page-home .menu dt {
    font-size: 22px;
  }
  .page-home .menu dt label {
    padding: 20px;
  }
  .page-home .menu dd {
    padding: 50px;
  }
  .page-home .menu h3 {
    font-size: 16px;
  }
  .page-home .menu p {
    font-size: 16px;
  }
  .page-home .menu .note {
    margin: -12px 0 0;
    font-size: 14px;
  }
  .page-home .staff .staff-group {
    margin: 0 0 70px;
  }
  .page-home .staff .staff-group .staff-container {
    text-align: center;
  }
  .page-home .staff .staff-group .staff-item {
    display: inline-block;
    margin: 20px 44px 50px;
  }
  .page-home .schedule {
    margin: 100px 30px 130px;
  }
  .page-home .schedule .frame {
    max-width: 1000px;
    margin: 0 auto;
  }
  .page-home .schedule .frame iframe {
    height: 500px;
  }
  .yt{
  position:relative;
  width:100%;
  padding-top:56.25%;
  }
  .yt iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  }
}
@media (max-width: 767px){
  .md {
    display: none;
  }
  #header .nav {
    display: none;
  }
  #footer {
    padding-bottom: 50px;
  }
  .page-home .about p {
    font-size: 14px;
    line-height: 2em;
  }
  .page-home .salon .intro p {
	 font-size: 14px;
  }
  .page-home .access .intro p {
    font-size: 14px;
  }
  .write iframe{
		height:	200px;
  }
}
@media (min-width: 1024px){
  #header .nav {
    margin: 0 3%;
  }
}