@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  color: #454545;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

a {
  color: #CCCCCC;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.js-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.js-non-active {
  display: none;
}

.js-category-active {
  background: #FF4081;
  color: #FFFFFF;
}

.js-category-non-active {
  background: #F5F5F5;
  color: #707070;
}

.js-calender-selected {
  background: #FF4081;
}

.js-calender-selected g {
  stroke: #FFFFFF;
}

.js-calender-selected .calenderPanel__item-body {
  color: #FFFFFF;
}

.js-calender-non-selected {
  background: #F5F5F5;
}

.js-calender-non-selected g {
  stroke: #454545;
}

.js-calender-non-selected .calenderPanel__item-body._active {
  color: #454545;
}

.js-calender-non-active {
  opacity: 0.3;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  background-color: #FFFFFF;
}

.header__inner {
  padding: 5px 0;
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .header__inner {
    max-width: 700px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1024px) {
  .header__inner {
    max-width: 1180px;
  }
}

.gnav {
  position: relative;
}

.gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gnav__tit {
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.gnav__tit a {
  color: #454545;
}

.gnav__item {
  font-weight: bold;
}

.gnav__icon a {
  position: relative;
  display: inline-block;
}

.gnav__icon a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 40px;
  content: "";
  text-align: center;
  font-size: 6px;
  -webkit-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
}

.select2-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.select2-container--default .select2-selection--single {
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: bold;
}

.select2-search--dropdown {
  padding-top: 15px;
}

.select2-container--open .select2-dropdown {
  left: 50%;
}

.footer {
  padding-top: 16px;
  padding-bottom: 30px;
}

.footer__inner {
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .footer__inner {
    max-width: 700px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1024px) {
  .footer__inner {
    max-width: 1180px;
  }
}

.fnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fnav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.fnav__item img {
  margin-bottom: 13px;
  width: 18px;
  height: 16px;
}

.fnav__item p {
  font-size: 9px;
}

.fnav__icon {
  position: relative;
  margin-bottom: 13px;
  width: 18px;
  height: 16px;
}

.fnav ._current {
  color: #707070;
  fill: #707070;
}

.mv {
  padding-top: 14px;
}

.mv__item {
  margin-bottom: 36px;
}

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

.mv__item a {
  display: block;
}

.mv__item img {
  margin-bottom: 12px;
}

.mv__item p {
  font-weight: bold;
  font-size: 12px;
}

.news {
  padding-top: 60px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .news {
    max-width: 700px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1024px) {
  .news {
    max-width: 1180px;
  }
}

.news img {
  margin-bottom: 10px;
}

.news__date {
  margin-bottom: 8px;
  color: #454545;
  font-size: 11px;
}

.news__tit {
  color: #454545;
  font-size: 14px;
}

.news__item {
  margin-bottom: 32px;
}

.category__inner {
  padding-top: 60px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .category__inner {
    max-width: 700px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1024px) {
  .category__inner {
    max-width: 1180px;
  }
}

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

.category__logo {
  margin-right: 8px;
  width: 15px;
  height: 15px;
}

.category__txt {
  margin-bottom: 16px;
  color: #707070;
  font-weight: normal;
  font-size: 12px;
}

.category__item._d-none {
  display: none;
}

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

.category__label {
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 8px 21px;
  border-radius: 16px;
}

.nail__item {
  width: 33.333%;
}

.naildetail__inner {
  padding-top: 60px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .naildetail__inner {
    max-width: 700px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1024px) {
  .naildetail__inner {
    max-width: 1180px;
  }
}

.naildetail__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.naildetail__tit {
  margin-bottom: 8px;
  font-size: 15px;
}

.naildetail__txt {
  font-size: 12px;
}

.naildetail__btn-favorite {
  padding: 8px 16px;
  border: 1px solid #FF4081;
  border-radius: 16px;
  color: #FF4081;
  font-size: 11px;
}

.naildetail .swiper-container {
  margin: 0 calc(50% - 50vw);
  margin-bottom: 16px;
  width: 100vw;
}

.naildetail .swiper-pagination-bullet {
  background: #FFFFFF;
}

.naildetail .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.naildetail__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.naildetail__sns-item {
  margin-right: 8px;
  width: 30px;
}

.naildetail__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.naildetail__tag-item {
  margin-right: 32px;
}

.naildetail__tag-item:last-child {
  margin-right: 0;
}

.naildetail__tag-subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  color: #CCCCCC;
  font-size: 11px;
}

.naildetail__tag-subitem img {
  margin-right: 8px;
  width: 13px;
}

.naildetail__movie {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
}

.naildetail__movie iframe {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .naildetail__movie iframe {
    width: 560px;
    height: 315px;
  }
}

.naildetail__btn-reservation {
  position: fixed;
  bottom: 101px;
  left: 50%;
  z-index: 100;
  display: block;
  padding: 16px 0;
  width: 90%;
  border-radius: 6px;
  background: #FF4081;
  color: #FFFFFF;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nailist__inner {
  padding-top: 60px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .nailist__inner {
    max-width: 700px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1024px) {
  .nailist__inner {
    max-width: 1180px;
  }
}

.nailist__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.nailist__tit-header {
  margin-right: 8px;
  width: 15px;
}

.nailist__tit-body {
  color: #707070;
  font-size: 12px;
}

.nailist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.nailist__item {
  margin-right: 16px;
  width: 45px;
}

.nailist__item:last-child {
  margin-right: 0;
}

.nailist__item img {
  margin-bottom: 8px;
}

.nailist__item p {
  text-align: center;
  font-size: 11px;
}

.nailist__item p._active {
  color: #707070;
}

.calender__inner {
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .calender__inner {
    max-width: 700px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1024px) {
  .calender__inner {
    max-width: 1180px;
  }
}

.calender__tit {
  margin-bottom: 16px;
  font-size: 21px;
}

.calenderDay__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
  text-align: center;
}

.calenderDay__item-header {
  margin-bottom: 16px;
  font-size: 11px;
}

.calenderDay__item-body {
  color: #454545;
  font-size: 13px;
}

.calenderDay__item-body._active {
  margin: -8px;
  padding: 8px;
  border-radius: 50%;
  background: #FF4081;
  color: #FFFFFF;
}

.calenderPanel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}

.calenderPanel__item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 16px 0;
  width: calc(33.333% - 8px);
  border-radius: 12px;
  text-align: center;
}

.calenderPanel__item:nth-child(3n) {
  margin-right: 0;
}

.calenderPanel__item:hover {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.calenderPanel__item-header {
  margin-bottom: 16px;
  width: 32px;
}

.calenderPanel__item-body {
  font-size: 11px;
}

.calender__btn-reservation {
  bottom: 101px;
  z-index: 100;
  display: block;
  margin: 0 auto 16px;
  padding: 16px 0;
  width: 100%;
  border-radius: 6px;
  text-align: center;
}

.calender__btn-reservation._non-active {
  border: 1px solid #FF4081;
  color: #FF4081;
}

.calender__btn-reservation._active {
  background: #FF4081;
  color: #FFFFFF;
}

.calender__notice {
  margin-bottom: 16px;
  text-align: center;
  font-size: 11px;
  opacity: 0.7;
}

.nailistMv {
  padding-top: 60px;
  height: 210px;
  background: no-repeat 100%/cover url("/images/nailist/nailistmv_bg.png");
}

.nailistDetail {
  margin-bottom: 32px;
}

.nailistDetail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .nailistDetail__inner {
    max-width: 700px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1024px) {
  .nailistDetail__inner {
    max-width: 1180px;
  }
}

.nailistDetail__img {
  margin: -30px 24px 0 0;
  width: 80px;
}

.nailistDetail__txt {
  margin-top: 8px;
}

.nailistDetail__txt-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px;
}

.nailistDetail__txt-header img {
  margin-right: 8px;
  width: 16px;
}

.nailistDetail__txt-header h2 {
  font-size: 14px;
}

.nailistDetail__txt-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.nailistDetail__txt-body img {
  margin-right: 8px;
  width: 16px;
}

.nailistDetail__txt-body p {
  color: #CCCCCC;
  font-size: 12px;
}

.nailistReview__inner {
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .nailistReview__inner {
    max-width: 700px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1024px) {
  .nailistReview__inner {
    max-width: 1180px;
  }
}

.nailistReview__item {
  margin-bottom: 16px;
  border-bottom: 0.5px solid #D9D9D9;
}

.nailistReview__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.nailistReview__item-header1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nailistReview__item-header1 p {
  margin-right: 8px;
  font-weight: bold;
  font-size: 14px;
}

.nailistReview__item-header1 img {
  margin-right: 4px;
  width: 13px;
}

.nailistReview__item-header2 p {
  color: #CCCCCC;
  font-size: 11px;
}

.nailistReview__item-body {
  margin-bottom: 16px;
}

.nailistReview__item-body p {
  font-size: 12px;
}

.nailistCoupon {
  margin-bottom: 40px;
}

.nailistCoupon__inner {
  padding: 16px;
  border-radius: 6px;
  background: linear-gradient(128deg, #FF0057 0%, #FCA9C6 100%) 0 0 no-repeat;
  -webkit-box-shadow: 3px 3px 10px #F790B3;
          box-shadow: 3px 3px 10px #F790B3;
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .nailistCoupon__inner {
    max-width: 700px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1024px) {
  .nailistCoupon__inner {
    max-width: 1180px;
  }
}

.nailistCoupon__header {
  margin-bottom: 48px;
}

.nailistCoupon__header h2 {
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 18px;
}

.nailistCoupon__header p {
  color: #FFFFFF;
  font-size: 12px;
}

.nailistCoupon__body-txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFFFFF;
}

.nailistCoupon__body-txtBox1 {
  padding: 16px 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
}

.nailistCoupon__body-txtBox1 a {
  margin: -16px -24px;
  padding: 16px 24px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
}

.nailistCoupon__body-txt1 {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
}

.nailistCoupon__body-txt2 {
  font-size: 24px;
  font-family: "Arial Black", sans-serif;
}
/*# sourceMappingURL=style.css.map */