@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/************************************************

  SP layout

************************************************/
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-md-inner {
  padding: 50px 15px;
}

.no-sb {
  margin: 30px auto 0;
}

.com-ib {
  display: inline-block;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.anchor-mp {
  margin: -80px auto 0;
  padding-top: 80px;
}

.sp-anchor {
  padding-top: 80px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 20px;
}
.com-txt-box-sub {
  margin-top: 20px;
}
.com-txt .ac {
  font-size: 1.6rem;
}

.marker::before {
  height: 10px;
}

/*  共通パーツ
------------------------------------ */
.com-onlinebtn {
  max-width: 280px;
  height: 60px;
  font-size: 1.8rem;
  position: relative;
}
.com-onlinebtn::before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.com-reserve-info {
  width: 100%;
  margin-top: 25px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.com-reserve-info li {
  width: 100%;
}
.com-reserve-info li:nth-of-type(n+2) {
  margin: 25px auto 0;
}
.com-reserve-info-btn {
  width: 100%;
  max-width: 280px;
  height: 60px;
  margin: auto;
  position: relative;
}
.com-reserve-info-btn::before {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.com-tel {
  font-size: 2.5rem;
}

.news-post {
  display: block;
}
.news-post-link {
  padding: 15px 0;
}
.news-post-time {
  font-size: 1.3rem;
}
.news-post-tag {
  margin-left: 15px;
}
.news-post-tag li {
  margin: 0 10px 10px 0;
}
.news-post-tag-txt {
  padding: 3px 10px;
  font-size: 1.2rem;
}
.com-tag > li {
  margin: 0 10px 10px 0;
}

/* =========================================

  main  SP

========================================= */
/* top-concept  SP
------------------------------------ */
#top-concept .concept-img-r {
  width: 80%;
  margin: 20px auto 0;
}
#top-concept .concept-img-l {
  width: 75%;
  margin: 20px auto 0;
  text-align: center;
}
#top-concept .concept-ttl {
  margin: 20px auto 0;
}
#top-concept .concept-txt {
  width: 90%;
  margin: 25px auto 0;
}
#top-concept .concept-list {
  margin: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#top-concept .concept-list-item {
  width: 33%;
}
#top-concept .concept-list-link {
  padding-bottom: 8%;
  font-size: 3.5vw;
}
#top-concept .concept-list-link01 {
  background-size: 20%;
  background-position-y: 22%;
}
#top-concept .concept-list-link02 {
  background-size: 28%;
  background-position-y: 23%;
}
#top-concept .concept-list-link03 {
  background-size: 16%;
  background-position-y: 19%;
}
#top-concept .recruit {
  padding: 50px 15px;
}
#top-concept .recruit-link {
  height: 210px;
  flex-direction: column;
  align-items: center;
}
#top-concept .recruit-link::before {
  width: 54px;
  height: 74px;
  margin: 0 auto;
}
#top-concept .recruit .com-ttl01 {
  margin: 10px auto 0;
}
#top-concept .recruit .com-ttl01 .ja {
  margin-top: 3px;
}

/* top-news  SP
------------------------------------ */
#top-news .news-inner {
  display: block;
}
#top-news .news-post {
  margin: 30px auto 0;
}
#top-news .sp-only {
  display: flex !important;
  margin: 25px auto 0;
}

/* top-nail  SP
------------------------------------ */
#top-nail .wrap {
  margin-top: 30px;
}
#top-nail .swiper-button-prev, #top-nail .swiper-button-next {
  width: 40px;
  height: 40px;
}
#top-nail .nail-btn {
  width: 90%;
  margin-top: 30px;
}

/* top-reason  SP
------------------------------------ */
#top-reason .reason-inner {
  padding: 50px 0;
}
#top-reason .reason-list {
  margin-top: 30px;
}
#top-reason .reason-list-item {
  flex-direction: column-reverse;
  align-items: center;
}
#top-reason .reason-list-img {
  width: 100%;
  height: 0;
  padding-top: 65.24%;
  position: relative;
  right: auto;
  top: auto;
}
#top-reason .reason-list-con {
  width: 100%;
  padding: 30px 6%;
}
#top-reason .reason-list-ttl, #top-reason .reason-list-txt {
  width: 100%;
}
#top-reason .reason-list-ttl {
  text-align: center;
  font-size: 2rem;
}
#top-reason .reason-list-txt {
  margin-top: 20px;
}

/* top-voice  SP
------------------------------------ */
#top-voice {
  position: relative;
}
#top-voice::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 247, 231, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
#top-voice .voice-inner {
  padding: 0;
}
#top-voice .voice-con {
  padding: 50px 15px;
  text-align: center;
  background-size: 45px;
  background-position: calc(100% - 30px) calc(100% - 15px);
  position: relative;
}
#top-voice .voice-txt {
  margin-top: 25px;
}

/* com-reserve  SP
------------------------------------ */
.com-reserve .reserve-box {
  padding: 35px 15px;
}
.com-reserve .reserve-onlinebtn {
  margin-top: 25px;
}

/* top-access  SP
------------------------------------ */
#top-access {
  padding-bottom: 50px;
}
#top-access .access-inner {
  padding: 0;
}
#top-access .access-img {
  width: 100%;
  height: auto;
  position: static;
}
#top-access .access-img img {
  height: auto;
  -o-object-fit: auto;
     object-fit: auto;
  position: static;
}
#top-access .access-table {
  width: 90%;
  margin: 15px auto 0;
}
#top-access .com-ttl01 {
  margin: 30px auto 0;
}

/* =========================================

sub layout  SP

========================================= */
/* menu  SP
------------------------------------ */
#menu .menu-note {
  margin-top: 20px;
}
#menu .menu-list > li:nth-of-type(n+2) {
  margin-top: 25px;
}
#menu .menu-list-ttl {
  padding: 12px 15px;
  font-size: 1.7rem;
}
#menu .menu-list-table {
  margin-top: 10px;
}
#menu .menu-list-table th, #menu .menu-list-table td {
  display: block;
}
#menu .menu-list-table th {
  padding: 10px 10px 0;
}
#menu .menu-list-table td {
  padding: 5px 10px 10px;
}
#menu .menu-btn {
  margin-top: 25px;
}
#menu .info-list {
  margin-top: 25px;
}
#menu .info-txt {
  padding: 18px;
}
#menu .coupon-txt {
  margin-top: 15px;
  text-align: left;
}
#menu .coupon-list {
  margin-top: 20px;
}
#menu .coupon-list-item {
  background-size: 150px, 11px;
  background-position: right top, 15px center;
  padding: 10px 15px;
}
#menu .coupon-list-frame {
  padding: 20px;
}
#menu .coupon-list-frame::before, #menu .coupon-list-frame::after {
  width: 97%;
}
#menu .coupon-list-ttl {
  font-size: 1.7rem;
  padding-bottom: 16px;
  background-size: 127px;
}
#menu .coupon-list-price {
  margin-top: 0;
}
#menu .coupon-list-price .ttl {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1;
  position: static;
}

/* nail  SP
------------------------------------ */
#nail .nail-list {
  margin-top: 25px;
}
#nail .nail-list-item {
  width: 49%;
}
#nail .nail-list-item:nth-of-type(2n) {
  margin-left: 2%;
}
#nail .nail-list-item:nth-of-type(n+3) {
  margin-top: 2%;
}
#nail .nail-list-tag {
  margin-top: 10px;
}
#nail .nail-list-tag-txt {
  margin: 0 5px 5px 0;
  font-size: 1.2rem;
}

/* voice  SP
------------------------------------ */
#voice .voice-list {
  margin-top: 25px;
}
#voice .voice-list-item:nth-of-type(n+2) {
  margin-top: 25px;
}
#voice .voice-list-ttl .sm {
  font-size: 1.4rem;
}
#voice .voice-list-txt {
  padding: 20px;
}

/* recruit  SP
------------------------------------ */
#recruit .recruit-list {
  margin-top: 25px;
}
#recruit .recruit-list-item:nth-of-type(n+2) {
  margin-top: 25px;
}
#recruit .recruit-table {
  margin-top: 10px;
}

/* access  SP
------------------------------------ */
#access .greeting-name {
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 1.7rem;
}
#access .greeting-name .sm {
  margin-left: 12px;
  font-size: 1.4rem;
}
#access .greeting-flx {
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}
#access .greeting-img {
  width: 65%;
  margin: auto;
}
#access .greeting-txt-box {
  margin: 15px auto 0;
}
#access .shop-table {
  margin-top: 10px;
}
#access .shop-map {
  margin-top: 25px;
}

/* contact  PC
------------------------------------ */
#contact .contact-txt {
  margin-top: 20px;
}
#contact .contact-onlinebtn {
  margin-top: 25px;
}
#contact .contact-worktime {
  font-size: 1.4rem;
}

/* blog  PC
------------------------------------ */
#news .com-news-item:nth-of-type(n+2) {
  margin: 18px auto 0;
  padding: 18px 0 0;
  border-top: 1px solid #cdc7bc;
}/*# sourceMappingURL=style_sp.css.map */