@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Cinzel:700|Noto+Serif+JP&display=swap");/* media quary *//* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  color: #000;
}

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

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

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5px;
  height: 119px;
}

.l-header__logo {
  margin-right: 13px;
}

.l-header__logo a {
  display: block;
}

.l-header__logo img {
  width: 128.5px;
}

.l-header__sp-btn {
  display: none;
}

.l-header__menu-btn {
  position: relative;
  display: block;
  background: #EDF7FA;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 1.0rem;
  text-align: center;
  padding-top: 30px;
}

.l-header__menu-btn span {
  position: absolute;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #666666;
  width: 20px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
}

.l-header__menu-btn span:nth-child(1) {
  top: 14px;
}

.l-header__menu-btn span:nth-child(2) {
  top: 21px;
}

.l-header__menu-btn span:nth-child(3) {
  top: 28px;
}

.l-header__menu-btn.is-open span:nth-child(1) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.l-header__menu-btn.is-open span:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.l-header__menu-btn.is-open span:nth-child(3) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.l-header__navi__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__navi__item {
  margin-left: 18px;
  position: relative;
}

.l-header__navi__item a {
  display: block;
  padding: 5px 0;
}

.l-header__navi__item--1 img {
  width: 45.53px;
}

.l-header__navi__item--2 img {
  width: 99.965px;
}

.l-header__navi__item--3 img {
  width: 95.105px;
}

.l-header__navi__item--4 img {
  width: 92.8px;
}

.l-header__navi__item--5 img {
  width: 43.515px;
}

.l-header__navi__item--6 img {
  width: 59.245px;
}

.l-header__navi__item--7 img {
  width: 61.5px;
}

.l-header__navi__item--8 img {
  width: 109px;
}

.l-footer__main {
  background: rgba(229, 229, 229, 0.5);
  padding: 20px 0 16px;
}

.l-footer__main__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 862px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__content--info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer__content--sub {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.l-footer__logo {
  width: 129px;
  margin-bottom: 13px;
}

.l-footer__address {
  margin-bottom: 14px;
}

.l-footer__tel {
  margin-bottom: 7px;
}

.l-footer__tel img {
  width: 249px;
}

.l-footer__time {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__time__label {
  color: #FFFFFF;
  background: #2E1E3E;
  padding: 2px 3px;
  margin-right: 6px;
}

.l-footer__time__text {
  margin-right: 18px;
}

.l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.l-footer__link__item {
  width: 91px;
  margin-left: 15px;
}

.l-footer__link__item a {
  display: block;
}

.l-footer__link__item a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.l-footer__link__item img {
  display: block;
}

.l-footer__copyright {
  display: block;
  font-size: 1.0rem;
  text-align: right;
}

.l-footer__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 42px 0;
}

.l-footer__navi__item {
  margin: 0 20px;
}

.l-footer__navi__item--1 img {
  width: 42.39px;
}

.l-footer__navi__item--2 img {
  width: 93.07px;
}

.l-footer__navi__item--3 img {
  width: 85.265px;
}

.l-footer__navi__item--4 img {
  width: 83.2px;
}

.l-footer__navi__item--5 img {
  width: 39.015px;
}

.l-footer__navi__item--6 img {
  width: 53.12px;
}

.l-footer__navi__item--7 img {
  width: 97.5px;
}

.l-footer__navi__item a {
  position: relative;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #FFFFFF;
}

.l-footer__navi__item a:hover {
  border-bottom: 1px solid #333333;
}

.l-wrapper {
  width: 794px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.main-visual {
  position: relative;
}

.main-visual__image {
  font-size: 0;
}

.main-visual__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 265.5px;
  padding: 48px 0 30px;
}

.main-visual__text img {
  width: 224.5px;
}

.banner {
  max-width: 876px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner__item {
  width: 262px;
  margin: 15px 15px;
}

.banner__item img {
  display: block;
}

.banner__item a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.banner__item a:hover {
  opacity: 0.6;
}

.lead {
  background: #FDE6DA;
  text-align: center;
  padding: 30px 0 35px;
}

.lead__head {
  width: 527px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.lead__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.lead__item {
  width: 140px;
  height: 140px;
  margin: 0 33px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lead__item img {
  display: block;
  width: 100%;
}

.lead__text {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.lead__button {
  margin: 0 auto;
  font-size: 1.25rem;
  border: 1px solid #FFFFFF;
  width: 175px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.lead__button:hover {
  background: #FFFFFF;
}

.select-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  background: #EDF7FA;
}

.select-menu__item {
  width: 50%;
  position: relative;
}

.select-menu__item--wide {
  width: 100%;
}

.select-menu__head {
  position: relative;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.select-menu__title--hair img {
  width: 123.825px;
}

.select-menu__title--nail img {
  width: 146.82px;
}

.select-menu__title--about img {
  width: 172.6px;
}

.select-menu__title--blog img {
  width: 159.015px;
}

.select-menu__text {
  margin-top: 14px;
  font-size: 1.5rem;
  line-height: 1.66667;
}

.select-menu__main {
  padding: 90px 0;
  height: calc(100% - 170px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.select-menu__main--hair {
  background: url(../img/ph_home_1.jpg) no-repeat center/cover;
}

.select-menu__main--nail {
  background: url(../img/ph_home_2.jpg) no-repeat center/cover;
}

.select-menu__main--about-wide {
  background: url(../img/ph_home_5.jpg) no-repeat center/cover;
  height: 500px;
}

.select-menu__main--about {
  background: url(../img/ph_home_3.jpg) no-repeat right center/cover;
  height: 500px;
}

.select-menu__main--blog {
  background: url(../img/ph_home_4.jpg) no-repeat left center/cover;
  height: 500px;
}

.select-menu__link {
  position: relative;
  font-size: 2.1rem;
  width: 275px;
  height: 40px;
  text-align: center;
  margin: 0 auto 17px;
}

.select-menu__link:last-child {
  margin-bottom: 0;
}

.select-menu__link:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "＞";
  font-size: 1.5rem;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.select-menu__link:hover:after {
  -webkit-transform: translate(4px, -50%);
  -ms-transform: translate(4px, -50%);
  transform: translate(4px, -50%);
}

.select-menu__link--hair {
  color: #FFFFFF;
  background: #2E1E3E;
  border: 1px solid #FFFFFF;
}

.select-menu__link--nail {
  color: #2E1E3E;
  background: #FFFFFF;
  border: 1px solid #2E1E3E;
}

.select-menu__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.select-menu__link a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.select-menu__about {
  width: 458px;
  margin: 0 auto;
}

.select-menu__about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 30px;
  height: 160px;
  background: url(../img/ph_home_4.png) no-repeat bottom right/auto 155px, #FFFFFF;
}

.select-menu__about__head img {
  width: 147px;
}

.select-menu__about__main {
  background: #FDE6DA;
  padding: 20px 28px;
}

.select-menu__about__link {
  position: relative;
  font-size: 2.0rem;
  border-bottom: 1px solid #1D1C1C;
}

.select-menu__about__link:last-child {
  border-bottom: none;
}

.select-menu__about__link a {
  display: block;
  padding: 14px 0;
}

.select-menu__about__link a:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "＞";
  font-size: 1.5rem;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.select-menu__about__link a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.select-menu__about__link a:hover:after {
  -webkit-transform: translate(4px, -50%);
  -ms-transform: translate(4px, -50%);
  transform: translate(4px, -50%);
}

.blog-feed {
  padding: 26px 0;
}

.blog-feed__wrapper {
  width: 732px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.blog-feed__head {
  text-align: center;
  margin-bottom: 6px;
}

.blog-feed__main {
  margin-bottom: 12px;
}

.blog-feed__item {
  border-bottom: 1px solid #9D9292;
}

.blog-feed__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px 15px 80px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-feed__item a:hover {
  color: #911D34;
}

.blog-feed__date {
  width: 100px;
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.blog-feed__title {
  width: 500px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.blog-feed__button-wrap {
  text-align: center;
}

.blog-feed__button {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5rem;
  color: #911D34;
  border: 1px solid #911D34;
  display: inline-block;
  padding: 5px 5px;
}

.blog-feed__button:hover {
  background: #911D34;
  color: #FFFFFF;
}

.access {
  text-align: center;
  padding: 40px 0 66px;
}

.access__head {
  margin-bottom: 13px;
}

.access__head img {
  width: 170.96px;
}

.access__map {
  margin: 0 auto;
  border: 1px solid #707070;
  width: 862px;
  height: 310px;
}

.access__map iframe {
  width: 100%;
  height: 100%;
}

.page-title {
  width: 100%;
  height: 322px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-title__text {
  background: rgba(255, 255, 255, 0.7);
  width: 178px;
  height: 156.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-title--access {
  background-image: url(../img/bg_pagetitle_access.jpg);
}

.page-title--access img {
  width: 78px;
}

.page-title--about {
  background-image: url(../img/bg_pagetitle_about.jpg);
}

.page-title--about img {
  width: 131px;
}

.page-title--hair {
  background-image: url(../img/bg_pagetitle_hair.jpg);
}

.page-title--hair img {
  width: 121px;
}

.page-title--nail {
  background: url(../img/bg_pagetitle_nail.jpg) no-repeat center bottom/cover;
}

.page-title--nail img {
  width: 119px;
}

.access-detail {
  background: #FCEBEB;
  padding: 40px 0;
}

.access-detail__lead {
  font-size: 1.5rem;
  line-height: 1.66667;
  margin-bottom: 43px;
}

.access-detail__googlemap {
  border: 1px solid #707070;
  width: 100%;
  height: 400px;
  margin-bottom: 42px;
}

.access-detail__googlemap iframe {
  width: 100%;
  height: 100%;
}

.access-detail__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.access-detail__map {
  width: 285px;
}

.access-detail__explain {
  width: 475px;
  padding-top: 10px;
}

.access-detail__address {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 14px;
}

.access-detail__address span {
  font-size: 2.5rem;
}

.access-detail__tel {
  margin-bottom: 17px;
}

.access-detail__tel img {
  height: 28.5px;
}

.access-detail__howto {
  margin-bottom: 13px;
}

.access-detail__howto__label {
  margin-bottom: 4px;
}

.access-detail__howto__text {
  font-size: 1.25rem;
  line-height: 1.6;
}

.access-detail__notice {
  text-align: center;
}

.open-time {
  padding: 42px 0 23px;
}

.open-time__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.open-time__content {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 25px 25px;
}

.open-time__label {
  color: #FFFFFF;
  background: #2E1E3E;
  padding: 2px 3px;
  margin-right: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.open-time__text--lg {
  font-size: 1.65rem;
}

.concept {
  text-align: center;
  background: #EDF7FA;
  padding: 36px 0 50px;
}

.concept__head {
  margin-bottom: 27px;
}

.greeting {
  padding: 55px 0 46px;
}

.greeting__head {
  text-align: center;
  margin-bottom: 63px;
}

.greeting__text {
  font-size: 1.5rem;
  line-height: 1.66667;
  width: 742.5px;
  margin: 0 auto 33px;
}

.greeting__message {
  text-align: center;
  margin-bottom: 40px;
}

.greeting__writter {
  width: 545px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.greeting__writter__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.greeting__writter__logo {
  width: 99px;
  margin-right: 35px;
}

.greeting__writter__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.greeting__writter__text {
  font-size: 1.5rem;
  line-height: 1.33333;
}

.greeting__writter__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 115px;
  margin-left: 40px;
  border-radius: 0 0 14px 0;
  overflow: hidden;
}

.info {
  background: #EDF7FA;
  padding: 53px 0 20px;
}

.info__section {
  margin-bottom: 50px;
}

.info__head {
  text-align: center;
  margin-bottom: 20px;
}

.info__text {
  font-size: 1.5rem;
  line-height: 1.66667;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.point {
  padding: 48px 0 0;
}

.point__head {
  margin-bottom: 26px;
  text-align: center;
}

.point__lead {
  text-align: center;
  margin-bottom: 60px;
}

.point__item {
  margin-bottom: 46px;
}

.point__item:last-child {
  margin-bottom: 0;
}

.point__main {
  width: 742.5px;
  margin: 0 auto 10px;
  position: relative;
}

.point__place {
  text-align: center;
  margin-bottom: 10px;
}

.point__text {
  font-size: 1.5rem;
  line-height: 1.66667;
  margin-bottom: 1.6em;
}

.point__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.point__image img {
  width: 50%;
}

.message {
  background: #EDF7FA;
  padding: 54px 0;
  text-align: center;
}

.message__text {
  margin-bottom: 40px;
}

.message__text span {
  display: block;
  margin-bottom: 15px;
  font-size: 2.0rem;
}

.message__text strong {
  display: block;
  font-size: 3.0rem;
}

.message__logo {
  width: 146.5px;
  margin: 0 auto;
}

.hair-lead {
  padding: 40px 0 30px;
  background: #F0E7F8;
}

.hair-lead__head {
  margin-bottom: 20px;
  text-align: center;
}

.hair-lead__text {
  font-size: 1.5rem;
  line-height: 1.66667;
}

.setmenu {
  padding: 50px 0 0;
}

.setmenu__head {
  text-align: center;
  margin-bottom: 36px;
}

.setmenu__main {
  width: 495px;
  margin: 0 auto 50px;
}

.setmenu__main__head {
  margin-bottom: 18px;
  text-align: center;
}

.setmenu__main__text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.60714;
  margin-bottom: 45px;
}

.setmenu__set {
  padding-left: 11px;
  text-align: center;
}

.setmenu__set + .setmenu__set {
  margin-top: 80px;
}

.setmenu__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 75px;
}

.setmenu__image img {
  width: 50%;
  display: block;
}

.haircolor {
  padding: 32px 0;
  text-align: center;
}

.haircolor__head {
  margin-bottom: 12px;
  text-align: center;
}

.haircolor__flow {
  margin-bottom: 20px;
  margin-left: -20px;
  text-align: center;
}

.haircolor__wrapper {
  display: inline-block;
  text-align: left;
}

.haircolor__text-1 {
  font-size: 1.5rem;
  line-height: 1.66667;
  margin-bottom: 14px;
}

.haircolor__text-2 {
  font-size: 1.25rem;
  line-height: 1.52;
  margin-bottom: 30px;
}

.haircolor__text-3 {
  font-size: 1.5rem;
  margin-bottom: 18px;
}

.haircolor__comment {
  margin-bottom: 20px;
}

.haircolor__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.haircolor__flex__col {
  position: relative;
  padding: 13px 11px;
  width: 287px;
  margin: 0 12px;
}

.haircolor__flex__col--purple {
  background: rgba(23, 28, 97, 0.15);
}

.haircolor__flex__col--pink {
  background: rgba(243, 162, 161, 0.15);
}

.haircolor__flex__col__head {
  text-align: center;
  margin-bottom: 4px;
}

.haircolor__flex__col__main {
  font-size: 1.25rem;
  line-height: 1.28;
  width: 156px;
  text-align: left;
}

.haircolor__flex__col__image {
  position: absolute;
  top: 37px;
  right: 12px;
  text-align: right;
}

.haircolor__flex__col__image--2 {
  top: 26px;
  right: 0px;
}

.haircolor__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 612px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 10px;
}

.nail-lead {
  padding: 42px 0;
  width: 781px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.66667;
}

.nail-feature {
  background: url(../img/bg_nail.jpg) no-repeat center top/100% auto, #FAECF0;
  padding: 31.5vw 0 35px;
}

.nail-feature__main {
  text-align: center;
  background: rgba(255, 255, 255, 0.68);
  width: 728px;
  margin: 0 auto;
  padding: 36px 0 26px;
  margin-bottom: 38px;
}

.nail-feature__head {
  margin-bottom: 26px;
}

.nail-feature__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nail-feature__image__item {
  margin: 0 12px;
  width: 272px;
}

.nail-feature__image img {
  display: block;
}

.nail-menu {
  text-align: center;
  padding: 50px 0 52px;
}

.nail-menu__lead {
  text-align: center;
  margin-bottom: 25px;
}

.nail-menu__head {
  margin-bottom: 15px;
}

.nail-menu__text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
}

.nail-menu__main {
  width: 483.5px;
  margin-left: auto;
  margin-right: auto;
}

.nail-menu__heading {
  font-size: 2.0rem;
  padding-bottom: 10px;
}

.nail-menu__type {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 50px;
}

.nail-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 62px;
}

.nail-menu__label {
  text-align: left;
  font-size: 2.0rem;
  padding-left: 46px;
}

.nail-menu__label span {
  font-size: 1.5rem;
}

.nail-menu__price {
  padding-right: 38px;
  font-size: 2.35rem;
  text-align: right;
}

.nail-menu__tag {
  color: #FFFFFF;
  width: 70px;
  height: 21px;
  font-size: 1.25rem;
  background: #911D34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0 48px;
}

.nail-gallery {
  background: #FAECF0;
  padding: 50px 0 18px;
  text-align: center;
}

.nail-gallery__head {
  margin-bottom: 30px;
}

.nail-gallery__text {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
}

.nail-gallery__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 856px;
  margin: 30px auto -8px;
}

.nail-gallery__item {
  width: 198px;
  margin-right: 21px;
  margin-bottom: 21px;
}

.nail-gallery__item:nth-child(4n) {
  margin-right: 0;
}/* Slider */.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/* Slider *//* Icons *//* Arrows *//* Dots */.slick-dots {
  position: absolute;
  bottom: 6px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12.5px;
  width: 12.5px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 50%;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12.5px;
  width: 12.5px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:hover,.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active {
  background: #B5B0B0;
}

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

  .sp-only {
    display: none;
  }

  .l-header__navi__item.is-current:after {
    content: "";
    display: block;
    width: 100%;
    height: 1.5px;
    background: #F9CFB8;
    position: absolute;
    top: 20px;
    left: 0;
  }

  .l-header__navi__item a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 1.5px;
    background: #F9CFB8;
    position: absolute;
    top: 20px;
    left: 0;
  }

  .l-header__navi__item--7 a:hover {
    border-bottom: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  .l-header__navi__item--7 a:hover:after {
    display: none;
  }

  .l-footer__tel a {
    pointer-events: none;
  }

  .select-menu__item .select-menu__head:after {
    content: "";
    display: block;
    width: 1px;
    height: 107px;
    background: #707070;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  body {
    font-family: "Noto Serif JP", sans-serif;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .l-header {
    height: 65px;
    padding: 0 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-header__logo {
    margin-right: 0;
  }

  .l-header__logo img {
    width: 90px;
  }

  .l-header__sp-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-header__sp-btn__item {
    margin-left: 12px;
    width: 45px;
  }

  .l-header__navi {
    display: none;
    width: 100%;
    box-shadow: 0 5px 8px #dddddd;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 2000;
    background: #FFFFFF;
  }

  .l-header__navi__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-header__navi__item {
    margin-left: 0;
    width: 50%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #eeeeee;
  }

  .l-header__navi__item:nth-child(odd) {
    border-right: 1px solid #eeeeee;
  }

  .l-header__navi__item a {
    width: 100%;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-header__navi__item--7 {
    display: none;
  }

  .l-footer__main {
    padding: 26px 0 16px;
  }

  .l-footer__main__wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .l-footer__content {
    width: 100%;
    display: block;
  }

  .l-footer__content--info {
    margin-bottom: 30px;
  }

  .l-footer__logo {
    margin: 0 auto 20px;
  }

  .l-footer__tel {
    margin-bottom: 18px;
  }

  .l-footer__tel a {
    display: block;
  }

  .l-footer__time {
    font-size: 1.4rem;
  }

  .l-footer__time__text {
    margin-right: 15px;
  }

  .l-footer__time__text:last-child {
    margin-right: 0;
  }

  .l-footer__link {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-footer__link__item {
    margin-left: 2%;
    margin-right: 2%;
    width: 23%;
  }

  .l-footer__copyright {
    text-align: center;
  }

  .l-footer__navi {
    padding: 26px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-footer__navi__item {
    width: calc(50% - 10px);
    margin: 0;
    text-align: center;
    height: 45px;
    border-bottom: 1px solid #eeeeee;
  }

  .l-footer__navi__item:nth-child(1),.l-footer__navi__item:nth-child(2) {
    border-top: 1px solid #eeeeee;
  }

  .l-footer__navi__item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-visual__image__item {
    height: 250px;
    position: relative;
  }

  .main-visual__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: initial;
    width: auto;
    height: 250px;
  }

  .main-visual__text {
    padding: 30px 0 25px;
  }

  .main-visual__text img {
    width: 70%;
  }

  .banner {
    padding: 20px 20px;
  }

  .banner__item {
    width: 100%;
    margin: 10px 0;
  }

  .lead {
    padding: 34px 20px 30px;
  }

  .lead__head {
    width: 100%;
    margin-bottom: 24px;
  }

  .lead__list {
    margin-bottom: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lead__item {
    width: 31%;
    height: 30vw;
    margin: 0 0 20px;
  }

  .lead__text {
    font-size: 1.4rem;
  }

  .select-menu {
    display: block;
  }

  .select-menu__item {
    width: 100%;
  }

  .select-menu__head {
    height: auto;
    padding: 20px;
  }

  .select-menu__main {
    padding: 30px 0;
    height: auto;
  }

  .select-menu__link {
    font-size: 1.8rem;
    height: 45px;
    margin-bottom: 0 auto 12px;
  }

  .select-menu__link:after {
    font-size: 1.3rem;
  }

  .select-menu__about {
    width: calc(100% - 40px);
  }

  .select-menu__about__head {
    height: 120px;
    background: url(../img/ph_home_4.png) no-repeat bottom right/auto 110px, #FFFFFF;
  }

  .select-menu__about__link {
    font-size: 1.8rem;
  }

  .select-menu__about__link a:after {
    font-size: 1.3rem;
  }

  .blog-feed__wrapper {
    width: calc(100% - 40px);
  }

  .blog-feed__main {
    margin-bottom: 20px;
  }

  .blog-feed__item a {
    display: block;
    padding: 14px 0 12px;
  }

  .blog-feed__date {
    display: block;
    margin-bottom: 6px;
  }

  .blog-feed__button {
    padding: 10px 20px;
  }

  .access__head {
    margin-bottom: 20px;
  }

  .access__map {
    width: 100%;
    height: 300px;
    border-left: none;
    border-right: none;
  }

  .page-title {
    height: 250px;
  }

  .page-title__text {
    width: 60%;
    height: 100px;
  }

  .access-detail__main {
    display: block;
  }

  .access-detail__map {
    width: 100%;
  }

  .access-detail__explain {
    width: 100%;
  }

  .access-detail__address {
    margin-bottom: 20px;
  }

  .access-detail__address span {
    font-size: 2.0rem;
  }

  .access-detail__tel {
    margin-bottom: 60px;
  }

  .access-detail__howto {
    margin-bottom: 30px;
  }

  .open-time__inner {
    display: block;
  }

  .open-time__content {
    font-size: 1.65rem;
    margin: 0 0 24px;
  }

  .open-time__content--lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .open-time__label {
    width: 100px;
    padding: 5px 0 4px;
    text-align: center;
    margin-right: 10px;
  }

  .open-time__text--lg {
    line-height: 1.4;
  }

  .concept {
    padding: 35px 0 45px;
  }

  .greeting {
    padding: 50px 0 50px;
  }

  .greeting__head {
    margin-bottom: 20px;
  }

  .greeting__text {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 26px;
  }

  .greeting__writter {
    width: 100%;
  }

  .greeting__writter__head {
    display: block;
  }

  .greeting__writter__logo {
    margin-bottom: 10px;
  }

  .greeting__writter__text {
    font-size: 1.4rem;
  }

  .greeting__writter__image {
    width: 90px;
    margin-left: 10px;
  }

  .point__lead {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .point__main {
    width: 100%;
    padding: 0 20px 10px;
  }

  .point__text {
    font-size: 1.4rem;
  }

  .point__image {
    display: block;
  }

  .point__image img {
    width: 100%;
    display: block;
  }

  .message {
    padding: 38px 20px;
  }

  .message__text {
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .message__text span {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  .message__text strong {
    font-size: 2.2rem;
  }

  .setmenu {
    padding: 40px 20px 0;
  }

  .setmenu__head {
    margin-bottom: 30px;
  }

  .setmenu__main {
    width: 100%;
    margin-bottom: 60px;
  }

  .setmenu__main__text {
    font-size: 1.3rem;
    margin-bottom: 34px;
  }

  .setmenu__set {
    padding-left: 0;
  }

  .setmenu__set + .setmenu__set {
    margin-top: 60px;
  }

  .setmenu__image {
    margin-top: 40px;
    width: 100vw;
    margin-left: -20px;
  }

  .setmenu__image img {
    height: auto;
  }

  .haircolor__flow {
    margin-left: -4%;
  }

  .haircolor__text-3 {
    line-height: 1.66667;
  }

  .haircolor__flex {
    display: block;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .haircolor__flex__col {
    width: 100%;
    margin: 0 0 15px;
  }

  .haircolor__flex__col--pink {
    min-height: 140px;
  }

  .haircolor__flex__col__main {
    width: calc(100% - 115px);
  }

  .haircolor__flex__col__image {
    width: 140px;
  }

  .haircolor__figure {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }

  .haircolor__figure__item {
    padding-top: 14px;
    margin-bottom: 10px;
  }

  .nail-lead {
    width: 100%;
    padding: 30px 0;
  }

  .nail-feature {
    padding: 43vw 0 25px;
    background-size: 140% auto;
  }

  .nail-feature__main {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
  }

  .nail-feature__image {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nail-feature__image__item {
    width: 32%;
    margin: 0;
  }

  .nail-menu {
    padding: 40px 20px;
  }

  .nail-menu__text {
    font-size: 1.3rem;
  }

  .nail-menu__main {
    width: 100%;
  }

  .nail-menu__heading {
    font-size: 1.6rem;
  }

  .nail-menu__label {
    padding-left: 0;
    font-size: 1.6rem;
  }

  .nail-menu__label span {
    font-size: 1.3rem;
  }

  .nail-menu__price {
    padding-right: 0;
    font-size: 1.7rem;
  }

  .nail-menu__tag {
    margin-left: 0;
  }

  .nail-gallery {
    padding: 40px 20px;
  }

  .nail-gallery__main {
    width: 100%;
    margin: 25px 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nail-gallery__item {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 10px;
  }
}
