@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Rochester-Regular";
  src: url("../fonts/Rochester-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Black";
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2");
  font-display: swap;
}
/*	layout
------------------------------------ */
/* animation
例）animation: fadedown .5s ease-in-out;
遅延）animation-delay: 0.5s;
最後の状態維持）animation-fill-mode: forwards;
------------------------------------ */
@keyframes fadedown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes faderight {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateX(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes grad-fill {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(var(--amp));
  }
}
/*	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;
}

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

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

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 15px;
}

/*  共通パーツ
------------------------------------ */
.com-bg01::before {
  height: 80px;
  top: -80px;
}

.com-mail-btn {
  max-width: 280px;
  margin: auto;
  height: 50px;
  padding-left: 0;
  background-position: 30px center;
  text-align: center;
}

.com-ba-item {
  padding: 20px 15px 30px;
}
.com-ba-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.com-ba-item::after {
  width: 17px;
}
.com-ba-link {
  padding: 20px 15px 30px;
}
.com-ba-ttl {
  margin-top: 10px;
}

.com-plan {
  max-width: 400px;
  margin: auto;
  padding: 50px 0 20%;
  border-width: 4px;
  background-size: 100%;
  background-repeat: repeat-y;
}
.com-plan-ttl {
  width: calc(100% + 30px);
  text-align: center;
  margin-left: -15px;
  top: -45px;
}
.com-plan-off {
  width: 70%;
  margin: auto;
  position: static;
}
.com-plan-fuki {
  width: 73%;
}
.com-plan-img {
  width: 60%;
  top: auto;
  bottom: -15px;
  right: -15px;
}

.com-sea::before {
  width: 60px;
  height: 60px;
  left: 15px;
  top: 15px;
}
.com-sea-r::after {
  width: 60px;
  height: 60px;
  right: 14%;
  bottom: 156px;
}

.com-check-wrap {
  flex-direction: column;
}
.com-check-wrap ul:nth-of-type(n+2) {
  margin-top: 5px;
}
.com-check li {
  background-size: 16px;
  padding-left: 22px;
  background-position: left 5px;
}

.news-post-tag {
  margin-left: 15px;
}
.news-post-tag-txt {
  margin: 0 5px 5px 0;
  font-size: 1.3rem;
}
.news-post-ttl {
  margin-top: 5px;
}

.com-tag {
  flex-direction: column;
  align-items: center;
}
.com-tag-item {
  width: 100%;
}
.com-tag-item:nth-of-type(n+2) {
  margin-top: 15px;
}
.com-tag-link {
  padding: 13px 35px;
  background-position: calc(100% - 14px) 50%;
}

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

  main  SP

========================================= */
/* top-reco  SP
------------------------------------ */
#top-reco .reco-list-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#top-reco .reco-list-ttl {
  font-size: 1.8rem;
  height: 50px;
  line-height: 50px;
}
#top-reco .reco-list-ttl01::before {
  width: 72px;
}
#top-reco .reco-list-ttl02::before {
  width: 54px;
}
#top-reco .reco-list-check {
  max-width: 320px;
  margin: auto;
  padding: 20px 20px 15px;
  flex-direction: row;
  align-items: flex-start;
}
#top-reco .reco-list-check ul:nth-of-type(2) {
  margin-top: 0;
}
#top-reco .reco-list-check ul:nth-of-type(2) lil:first-of-type {
  margin-top: 0;
}
#top-reco .reco-list-check01 li:nth-of-type(2n-1), #top-reco .reco-list-check02 li:nth-of-type(2n-1) {
  width: auto;
}

/* top-concept  SP
------------------------------------ */
#top-concept .concept-ttl {
  text-align: center;
}
#top-concept .concept-txt-box {
  margin: 20px auto 0;
}
#top-concept .concept-img {
  width: 85%;
  margin: 20px auto 0;
}
#top-concept .concept-btn {
  margin-top: 30px;
}

/* top-menu  SP
------------------------------------ */
#top-menu .menu-flower::before {
  width: 59px;
  height: 62px;
  background-size: contain;
  top: -35px;
}
#top-menu .menu-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#top-menu .menu-list-ttl {
  padding: 15px 0 15px;
}
#top-menu .menu-list-ttl .lg {
  font-size: 1.8rem;
}
#top-menu .menu-box {
  padding: 30px 15px;
}
#top-menu .menu-box-ttl {
  font-size: 1.8rem;
}
#top-menu .menu-box-list {
  margin-top: 15px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
}
#top-menu .menu-box-list li {
  font-size: 1.7rem;
}
#top-menu .menu-box-list li:nth-of-type(n+2) {
  margin: 15px 0 0;
}
#top-menu .menu-btn {
  margin-top: 30px;
}

/* top-ba  SP
------------------------------------ */
#top-ba .ba-bg {
  background-size: 100px;
  background-position: 5px -15px, calc(100% - 5px) -15px;
}
#top-ba .ba-list {
  margin-top: 25px;
}
#top-ba .ba-btn {
  margin-top: 30px;
}

/* com-contact  SP
------------------------------------ */
.com-contact .contact-box {
  padding: 30px 15px;
}
.com-contact .contact-box::before {
  width: 98px;
  height: 81px;
  left: -15px;
}
.com-contact .contact-box::after {
  width: 91px;
  height: 73px;
  right: -15px;
  bottom: -15px;
}
.com-contact .contact-box-rt {
  width: 90px;
  top: -19px;
  right: -12px;
}
.com-contact .contact-tel {
  margin-top: 25px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.com-contact .contact-tel-link {
  padding-left: 0;
  font-size: 2.5rem;
}
.com-contact .contact-tel a:first-of-type {
  background-size: 20px;
  padding-left: 28px;
}
.com-contact .contact-tel a:last-of-type {
  margin: 15px auto 0;
}
.com-contact .contact-tel a:last-of-type::before {
  content: none;
}
.com-contact .contact-list {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
.com-contact .contact-list-item {
  width: 100%;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.com-contact .contact-sns {
  justify-content: center;
}
.com-contact .contact-sns a {
  width: 45px;
}
.com-contact .contact-sns a:nth-of-type(n+2) {
  margin-left: 25px;
}
.com-contact .com-mail-btn {
  background-position: 26px center;
}

/* top-blog  SP
------------------------------------ */
#top-blog .blog-inner {
  padding: 0 15px 50px;
}
#top-blog .blog-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
#top-blog .blog-ttl {
  text-align: left;
}
#top-blog .blog-btn {
  max-width: 200px;
  height: 45px;
}
#top-blog .news-post {
  margin: 30px auto 0;
}

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

sub layout  SP

========================================= */
/* concept  SP
------------------------------------ */
#concept .concept-inner::before {
  left: 7%;
}
#concept .concept-flx-img {
  width: 80%;
  margin: auto;
}
#concept .concept-txt-box {
  margin: 15px auto 0;
}
#concept .concept-btn {
  margin: 30px auto 0;
}
#concept .concept-box {
  padding: 30px 15px;
}
#concept .concept-box-img {
  width: 80%;
  margin: auto;
}
#concept .concept-box-con {
  margin: 20px auto 0;
}
#concept .concept-box-con-ttl {
  text-align: center;
  font-size: 1.8rem;
}
#concept .concept-box-txt {
  margin-top: 15px;
}
#concept .point-inner {
  padding-top: 0;
}
#concept .point-list {
  margin-top: 40px;
  flex-direction: column;
  align-items: center;
}
#concept .point-list-item {
  padding-inline-start: 45px 15px 20px;
}
#concept .point-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#concept .point-list-num {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
#concept .point-list-ttl {
  font-size: 1.8rem;
}
#concept .point-list-ico {
  height: 162px;
}
#concept .point-list-ico img {
  height: 100px;
}

/* feature  SP
------------------------------------ */
#feature .anchor {
  padding-bottom: 0;
}
#feature .about-flx {
  margin-top: 25px;
}
#feature .about-txt-box {
  margin: 15px 0 0;
}
#feature .about-list-ttl {
  height: 50px;
  font-size: 1.8rem;
  line-height: 50px;
}
#feature .about-check {
  padding: 20px 15px;
}
#feature .about02-inner {
  padding-top: 0;
}
#feature .about-btn {
  margin-top: 30px;
}

/* menu  SP
------------------------------------ */
#menu .menu-inner {
  padding-bottom: 100px;
}
#menu .menu-plan {
  margin-top: 65px;
}
#menu .menu-list {
  margin-top: 30px;
}
#menu .menu-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#menu .menu-list-table th, #menu .menu-list-table td {
  display: block;
}
#menu .menu-list-table th {
  padding: 10px 15px 0;
}
#menu .menu-list-table td {
  padding: 0 15px 10px;
}
#menu .menu-list-note {
  margin-top: 15px;
}
#menu .menu-message {
  padding: 30px 15px;
}
#menu .menu-message::before {
  width: 44px;
  height: 56px;
  top: -19px;
  left: -14px;
}
#menu .menu-message::after {
  width: 72px;
  height: 62px;
  bottom: -30px;
  right: -15px;
}
#menu .item-inner {
  padding-top: 0;
}
#menu .item-list-wrap {
  padding: 20px 15px;
}
#menu .item-list-ttl-sub {
  font-size: 1.8rem;
}
#menu .item-list-flx {
  margin-top: 20px;
}
#menu .item-list-con {
  margin: 15px auto 0;
}
#menu .item-list-table {
  flex-shrink: 0;
}
#menu .item-list-table-wrap {
  display: flex;
  overflow-x: scroll;
}
#menu .item-price {
  margin-top: 20px;
  padding: 20px 15px;
  text-align: center;
}
#menu .item-price-txt {
  font-size: 1.8rem;
}

/* case  SP
------------------------------------ */
#case .detail .com-ba-ttl {
  margin-top: 15px;
  font-size: 1.8rem;
}
#case .detail .com-ba-message {
  margin-top: 15px;
}
#case .detail .com-ba-img-item {
  max-width: 50%;
}
#case .detail .com-ba-img-item:nth-of-type(n+2) {
  margin-left: 26px;
}
#case .detail .com-ba-img-item:nth-of-type(n+2)::before {
  width: 18px;
  height: 30px;
  left: -25px;
}

/* salon  SP
------------------------------------ */
#salon .greeting-inner {
  padding-bottom: 100px;
}
#salon .greeting-inner::before {
  top: 124px;
  left: 5%;
}
#salon .greeting-img {
  width: 80%;
  margin: auto;
}
#salon .greeting-con {
  margin: 15px auto 0;
}
#salon .greeting .lg {
  font-size: 1.8rem;
}
#salon .information-inner {
  padding-top: 0;
}
#salon .information-wrap {
  margin-top: 25px;
}
#salon .information-box {
  padding: 15px;
}
#salon .information-box-ico {
  width: 46px;
  left: -15px;
  bottom: -35px;
}
#salon .information-note-wrap {
  margin-top: 35px;
  text-align: left;
}
#salon .access {
  padding-top: 50px;
}
#salon .access-box {
  margin-top: 20px;
}
#salon .access-map {
  margin-top: 20px;
}

/* news  SP
------------------------------------ */
#news .com-ttl02 {
  padding: 6px 14px;
  font-size: 1.7rem;
}
#news .com-news-link {
  padding: 15px;
  flex-direction: column;
  align-items: center;
}
#news .com-news-img {
  width: 70%;
  padding-top: 58%;
  margin-bottom: 15px;
}
#news .com-news-con {
  margin: auto;
}/*# sourceMappingURL=style_sp.css.map */