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

  SP layout

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

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

.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-bg01 {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(244, 242, 239) 5px, rgb(244, 242, 239) 10px);
}

.com-box {
  padding: 30px 20px;
}

.com-tel {
  text-align: center;
}
.com-tel-link {
  font-size: 2rem;
}
.com-tel-link .num {
  font-size: 2.6rem;
}
.com-tel-note {
  margin: 10px auto 0;
}
.com-tel-note img {
  height: 12px;
}

.com-rbn {
  max-width: 182px;
  height: 32px;
  line-height: 32px;
}

.news-post {
  margin: 25px auto 0;
  justify-content: center;
}
.news-post-item {
  width: 30%;
}
.news-post-item:nth-of-type(n+2) {
  margin-left: 3%;
}
.news-post:has(> article:nth-child(2):last-child) .news-post-item {
  width: 49%;
}
.news-post:has(> article:nth-child(2):last-child) .news-post-item:nth-of-type(n+2) {
  margin-left: 2%;
}
.news-post:has(> article:first-child:last-child) .news-post-item {
  width: 100%;
}
.news-post-time {
  font-size: 1.3rem;
}
.news-post-con {
  margin: 5px 0 0;
}
.news-post-flx {
  display: block;
}
.news-post-tag {
  margin: 0;
  padding: 0;
  border: none;
}
.news-post-tag > li {
  font-size: 1.3rem;
  line-height: 1.1;
}
.news-post-ttl {
  margin-top: 2px;
  font-size: 1.3rem;
}

.com-tag {
  padding: 30px;
  flex-direction: column;
  align-items: center;
}
.com-tag-item {
  margin: auto;
}
.com-tag-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
.com-tag-link {
  height: 48px;
  background-size: contain !important;
  line-height: 48px;
}
.com-tag-link::before {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.com-tag-wrap {
  padding: 50px 15px 0;
}

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

  main  SP

========================================= */
/* top-worries  SP
------------------------------------ */
#top-worries::before {
  top: 0;
}
#top-worries::after {
  top: auto;
  bottom: -50px;
}
#top-worries .worries-ttl .deco01 {
  width: 24px;
  top: -10px;
  left: calc(50% - 113px);
}
#top-worries .worries-ttl .deco02 {
  width: 40px;
  top: 16%;
  right: calc(50% - 148px);
}
#top-worries .worries-list {
  flex-direction: column;
  align-items: center;
}
#top-worries .worries-list-item:nth-of-type(n+2) {
  margin: 0px 0 0;
}
#top-worries .worries-list-item:nth-of-type(2n) {
  margin-left: 25%;
}
#top-worries .worries-list-item:nth-of-type(2n-1) {
  margin-right: 25%;
}
#top-worries .worries-list-item:nth-of-type(1) img {
  height: 80px;
}
#top-worries .worries-list-item:nth-of-type(2) img {
  height: 120px;
}
#top-worries .worries-list-item:nth-of-type(3) {
  margin-right: 30%;
}
#top-worries .worries-list-item:nth-of-type(3) img {
  height: 122px;
}
#top-worries .worries-list-item:nth-of-type(4) img {
  height: 110px;
}
#top-worries .worries-box {
  margin-top: 144px;
  padding: 20px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(218, 126, 31) 5px, rgb(218, 126, 31) 10px);
}
#top-worries .worries-box .illu01 {
  width: 74px;
  top: -65px;
}
#top-worries .worries-box .illu02 {
  width: 69px;
  top: -141px;
}
#top-worries .worries-box .illu03 {
  width: 55px;
  top: -56px;
}
#top-worries .worries-box-ttl {
  font-size: 1.7rem;
}
#top-worries .worries-box-ttl .lg {
  margin-top: 0;
  font-size: 2.1rem;
  line-height: 1.5;
}

/* top-concept  SP
------------------------------------ */
#top-concept {
  background-position: 96% 18%;
  background-size: 35%;
}
#top-concept .concept-img {
  width: 90%;
  transform: translateX(-30px);
  position: static;
}
#top-concept .concept-con {
  margin: 25px auto 0;
}
#top-concept .concept-ttl .en::before {
  width: 38px;
  height: 33px;
  top: -30px;
  left: -23px;
}
#top-concept .concept-txt-box {
  margin-top: 30px;
}

/* top-feature  SP
------------------------------------ */
#top-feature .feature-list {
  margin-top: 25px;
}
#top-feature .feature-list-item {
  flex-direction: column !important;
  align-items: center;
}
#top-feature .feature-list-img {
  width: 100%;
  margin: auto;
}
#top-feature .feature-list-con {
  margin: 25px auto 0;
}

/* top-bnr  SP
------------------------------------ */
#top-bnr {
  background-position: left 20px, right calc(100% - 20px);
}
#top-bnr .bnr-list {
  display: block;
}
#top-bnr .bnr-list-item {
  max-width: 250px;
  margin: auto;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin: 35px auto 0;
}
#top-bnr .bnr-list-img {
  width: 90%;
  margin: auto;
}
#top-bnr .bnr-list-en01 {
  width: 56px;
  left: 27px;
}
#top-bnr .bnr-list-en02 {
  width: 56px;
  left: 23px;
}
#top-bnr .bnr-list-en03 {
  width: 79px;
  left: 14px;
}

/* top-reserve  SP
------------------------------------ */
#top-reserve {
  padding: 50px 30px;
}
#top-reserve .reserve-en {
  top: -15px;
}
#top-reserve .reserve-box {
  padding: 25px 15px 30px;
}
#top-reserve .reserve-list li {
  margin: auto;
}
#top-reserve .reserve-list li:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#top-reserve .reserve-list-btn {
  height: 60px;
  font-size: 1.6rem;
}
#top-reserve .reserve-list-btn::before {
  margin-right: 10px;
}
#top-reserve .reserve-list-btn02::before {
  width: 27px;
  height: 27px;
}
#top-reserve .com-tel {
  text-align: center;
}

/* top-blog  SP
------------------------------------ */
#top-blog .blog-inner {
  display: block;
}
#top-blog .blog-left {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#top-blog .blog-ttl {
  background-size: 27px;
  padding-right: 36px;
}
#top-blog .blog-btn {
  width: 150px;
  margin: 0;
  font-size: 1.3rem;
  padding-right: 15px;
  height: 45px;
  line-height: 45px;
}

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

sub layout  SP

========================================= */
/* guide  SP
------------------------------------ */
#guide .flow-list {
  margin-top: 25px;
  flex-direction: column;
  align-items: center;
}
#guide .flow-list-item {
  margin: auto;
}
#guide .flow-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#guide .flow-list-item:nth-of-type(n+2)::before {
  width: 12px;
  height: 15px;
  margin: auto;
  left: 0;
  right: 0;
  top: -35px;
  transform: rotate(90deg);
}
#guide .flow-list-ico {
  width: 100px;
  margin: auto;
}
#guide .flow-list-ttl .en {
  font-size: 2rem;
}
#guide .flow-list-ttl .ja {
  font-size: 2.2rem;
}
#guide .flow-box {
  margin-top: 40px;
}
#guide .flow-box-list {
  margin-top: 20px;
}
#guide .flow-box-list > li:nth-of-type(n+2) {
  margin-top: 10px;
}
#guide .basics-list {
  margin-top: 30px;
}
#guide .basics-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#guide .faq-list {
  margin-top: 30px;
}
#guide .faq-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#guide .faq-list-ttl {
  padding: 15px 15px 15px 50px;
  background-size: 30px;
  background-position: 10px 14px;
  font-size: 1.8rem;
}
#guide .faq-list-txt {
  padding: 15px 15px 15px 50px;
  background-size: 30px;
  background-position: 10px 14px;
  font-size: 1.5rem;
}

/* menu  SP
------------------------------------ */
#menu .menu-list {
  padding: 50px 0;
}
#menu .menu-list-item {
  padding: 0 30px;
}
#menu .menu-list-item:not(:last-of-type) {
  padding-bottom: 60px;
}
#menu .menu-list-item:nth-of-type(n+2) {
  padding-top: 60px;
}
#menu .menu-list-box {
  margin-top: 25px;
  padding: 20px;
  text-align: left;
}
#menu .menu-list-detail {
  margin-top: 30px;
}
#menu .menu-list-detail.flx {
  display: block;
}
#menu .menu-list-detail:not(.flx) li {
  display: block;
}
#menu .menu-list-detail:not(.flx) li .ttl, #menu .menu-list-detail:not(.flx) li .price {
  width: 100%;
}
#menu .menu-list-detail-item {
  padding: 15px;
}
#menu .menu-list-detail .ttl {
  width: 70%;
}
#menu .menu-list-detail .price {
  width: 30%;
}
#menu .note {
  padding: 50px 30px;
}

/* gallery  SP
------------------------------------ */
#gallery .gallery-list {
  margin-top: 30px;
}
#gallery .gallery-list-item {
  width: 49%;
}
#gallery .gallery-list-item:nth-of-type(2n) {
  margin-left: 2%;
}
#gallery .gallery-list-item:nth-of-type(n+3) {
  margin-top: 2%;
}

/* salon  SP
------------------------------------ */
#salon .message-flx {
  flex-direction: column-reverse;
  align-items: center;
}
#salon .message-img {
  width: 70%;
  margin: auto;
}
#salon .message-con {
  margin: 25px auto 0;
}
#salon .message-name {
  font-size: 1.8rem;
}
#salon .salon-box {
  margin-top: 35px;
}

/* blog  SP
------------------------------------ */
#news .com-news-tag {
  margin-left: 4px;
  padding-left: 4px;
  border-left: 2px solid #d9d9d9;
}
#news .com-news-ttl {
  margin-top: 10px;
}
#news .detail-tag {
  margin-top: 0;
}

/* contact  SP
------------------------------------ */
#contact .reserve-list li {
  margin: auto;
}
#contact .reserve-list li:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#contact .reserve-list-btn {
  height: 60px;
  font-size: 1.6rem;
}
#contact .reserve-list-btn::before {
  margin-right: 10px;
}
#contact .reserve-list-btn02::before {
  width: 27px;
  height: 27px;
}/*# sourceMappingURL=style_sp.css.map */