@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSerifCJKjp-Black";
  src: url(../fonts/NotoSerifCJKjp-Black.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url(../fonts/NotoSerifCJKjp-Bold.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url(../fonts/NotoSerifCJKjp-ExtraLight.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Light";
  src: url(../fonts/NotoSerifCJKjp-Light.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url(../fonts/NotoSerifCJKjp-Medium.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url(../fonts/NotoSerifCJKjp-Regular.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.otf);
}
@font-face {
  font-family: "Cormorant-Bold";
  src: url(../fonts/Cormorant-Bold.ttf);
}
@font-face {
  font-family: "Cormorant-Light";
  src: url(../fonts/Cormorant-Light.ttf);
}
@font-face {
  font-family: "Cormorant-Medium";
  src: url(../fonts/Cormorant-Medium.ttf);
}
@font-face {
  font-family: "Cormorant-Regular";
  src: url(../fonts/Cormorant-Regular.ttf);
}
@font-face {
  font-family: "Cormorant-SemiBold";
  src: url(../fonts/Cormorant-SemiBold.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSerifCJKjp-Black";
  src: url(../fonts/NotoSerifCJKjp-Black.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url(../fonts/NotoSerifCJKjp-Bold.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url(../fonts/NotoSerifCJKjp-ExtraLight.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Light";
  src: url(../fonts/NotoSerifCJKjp-Light.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url(../fonts/NotoSerifCJKjp-Medium.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url(../fonts/NotoSerifCJKjp-Regular.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.otf);
}
@font-face {
  font-family: "Cormorant-Bold";
  src: url(../fonts/Cormorant-Bold.ttf);
}
@font-face {
  font-family: "Cormorant-Light";
  src: url(../fonts/Cormorant-Light.ttf);
}
@font-face {
  font-family: "Cormorant-Medium";
  src: url(../fonts/Cormorant-Medium.ttf);
}
@font-face {
  font-family: "Cormorant-Regular";
  src: url(../fonts/Cormorant-Regular.ttf);
}
@font-face {
  font-family: "Cormorant-SemiBold";
  src: url(../fonts/Cormorant-SemiBold.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl01-main {
  line-height: 1.4;
}

.com-btn01 {
  padding: 11px 75px 12px 0;
}

.com-btn02 {
  padding: 13px 60px 13px 0;
}

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

.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #75b269;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-bottom: none;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
  justify-content: center;
}
#top-news .list {
  display: block;
}
#top-news .list-item {
  width: 320px;
  margin: 0 auto;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg::before {
  height: 100%;
}
#top-about .container {
  padding: 50px 15px;
}
#top-about .container::before {
  width: 104px;
  height: 91px;
  bottom: -40px;
  right: -10px;
}
#top-about .txt {
  text-align: left;
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .bg {
  background: url(/img/top/service-bg.png) no-repeat left 80px/30vw;
}
#top-service .inner {
  padding: 50px 0;
}
#top-service .container-wrap {
  padding: 35px 15px 70px;
  flex-direction: column-reverse;
}
#top-service .container-wrap::after {
  width: 82px;
  height: 100px;
}
#top-service .container-wrap::before {
  height: 43vw;
  right: unset;
  left: 80px;
}
@media screen and (min-width: 400px) {
  #top-service .container-wrap::before {
    height: 48vw;
  }
}
#top-service .container-wrap:nth-of-type(2) {
  flex-direction: column;
  padding: 35px 15px 70px;
}
#top-service .container-wrap:nth-of-type(2)::before {
  height: 43vw;
  right: unset;
  left: 80px;
}
@media screen and (min-width: 400px) {
  #top-service .container-wrap:nth-of-type(2)::before {
    height: 48vw;
  }
}
#top-service .container-wrap:nth-of-type(2)::after {
  width: 55px;
  height: 115px;
  left: unset;
  right: 10px;
  bottom: 71px;
}
#top-service .container-wrap:nth-of-type(2) .img::before {
  width: 75px;
  height: 100px;
  bottom: -25px;
}
#top-service .container-wrap:nth-of-type(3) {
  padding: 35px 15px 70px;
}
#top-service .container-wrap:nth-of-type(3)::after {
  width: 55px;
  height: 82px;
  left: 20px;
  bottom: 80px;
}
#top-service .container-wrap:nth-of-type(3) .img::before {
  width: 102px;
  height: 68px;
  left: unset;
  right: -10px;
  bottom: -70px;
}
#top-service .img {
  width: 100%;
}
#top-service .img::before {
  width: 82px;
  height: 84px;
  bottom: -20px;
  left: -10px;
}
#top-service .wrap {
  margin-top: 35px;
}
#top-service .list {
  gap: 20px 40px;
}
#top-service .list-item::before {
  height: 50px;
  right: -20px;
}
#top-service .box {
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 40px 45px 25px;
  gap: 30px 50px;
}
#top-service .box-ttl {
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  top: -20px;
}
#top-service .box-item:nth-of-type(2)::before {
  display: none;
}
#top-service .box-item:nth-of-type(3) {
  position: relative;
}
#top-service .box-item:nth-of-type(3)::before {
  position: absolute;
  content: "";
}
#top-service .box-item:nth-of-type(3)::before {
  content: "";
  width: 1px;
  height: 45px;
  transform: translateY(-50%);
  top: 50%;
  left: -25px;
  background-color: #a4df98;
}

/* =========================================
    top  sp
    top-event
========================================= */
#top-event .bg::before {
  width: 35vw;
  height: 60.7vw;
  left: 0;
  bottom: -100px;
}
#top-event .container {
  padding-bottom: 100px;
  position: relative;
}
#top-event .container-btm {
  justify-content: center;
}
#top-event .list {
  display: block;
}
#top-event .list-item {
  margin: 0 auto;
}
#top-event .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-event .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-marche
========================================= */
#top-marche .inner {
  padding: 50px 15px;
}
#top-marche .container {
  margin-right: 0;
  padding: 50px 15px 70px;
}
#top-marche .img {
  position: relative;
  width: 100%;
  right: unset;
  top: unset;
  z-index: 1;
}
#top-marche .img::before {
  width: 148px;
  height: 47px;
  left: unset;
  right: 0;
}
#top-marche .ttl {
  margin-top: 20px;
}
#top-marche .txt {
  margin-top: 25px;
}
#top-marche .btn {
  margin-top: 20px;
}
#top-marche .contact {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #a4df98;
}
#top-marche .contact::before {
  display: none;
}
#top-marche .list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 40px;
  padding: 0 50px;
}
#top-marche .list-item:nth-of-type(2)::before {
  display: none;
}
#top-marche .list-item:nth-of-type(3) {
  position: relative;
}
#top-marche .list-item:nth-of-type(3)::before {
  position: absolute;
  content: "";
}
#top-marche .list-item:nth-of-type(3)::before {
  content: "";
  width: 1px;
  height: 45px;
  transform: translateY(-50%);
  top: 50%;
  left: -20px;
  background-color: #a4df98;
}

/* =========================================
    top  sp
    top-staff
========================================= */
#top-staff .list-item {
  max-width: 350px;
  margin: 0 auto;
  padding: 30px 15px 50px;
  box-shadow: 10px 10px 0 #c6eebd;
}
#top-staff .list-item::before {
  width: 68px;
  height: 80px;
  right: -10px;
  bottom: -30px;
}
#top-staff .list-top {
  display: block;
  padding-bottom: 30px;
}
#top-staff .list-img {
  margin: 0 auto;
}
#top-staff .list-wrap {
  margin-top: 15px;
}
#top-staff .list-txt {
  margin-top: 30px;
}
#top-staff .charge,
#top-staff .qualification {
  display: block;
}
#top-staff .charge dt,
#top-staff .qualification dt {
  display: inline-block;
}
#top-staff .charge dd,
#top-staff .qualification dd {
  margin-top: 10px;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .bg {
  background: url(/img/top/company-deco-l.png) no-repeat left bottom/50vw, url(/img/top/company-deco-r.png) no-repeat right 20px/30vw;
}
#top-company .inner::before {
  width: 91px;
  height: 81px;
  left: 10px;
  top: 115px;
}
#top-company .wrap {
  margin-top: 55px;
  padding: 35px 15px;
}

/* =========================================
    top  sp
    top-map
========================================= */
#top-map .map {
  height: 250px;
}

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

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-concept
========================================= */
#sub-concept .bg {
  background: url(/img/salon_concept/concept-img-deco.png) no-repeat calc(50% - 150px) 150px/60vw;
}
#sub-concept .bg::before {
  width: 58vw;
  height: 52vw;
  bottom: -10px;
}
#sub-concept .ttl-main {
  font-size: 26px;
}
#sub-concept .wrap {
  display: block;
  margin-top: 25px;
}
#sub-concept .wrap-box {
  margin-left: 0;
  margin-top: 15px;
}
#sub-concept .img {
  width: 320px;
  margin: 0 auto;
}
#sub-concept .btn {
  display: block;
  width: 245px;
  margin: 35px auto 0;
}

/* =========================================
    sub  SP
    sub-point
========================================= */
#sub-point .bg::before {
  height: 100%;
  top: 0;
  background: url(/img/salon_concept/point-bg.jpg) no-repeat center/cover;
}
#sub-point .container {
  padding: 35px 15px 50px;
}
#sub-point .container::before {
  width: 94px;
  height: 80px;
  bottom: -30px;
}
#sub-point .list {
  margin-top: 35px;
  margin-left: 0;
}
#sub-point .list-item {
  display: block;
}
#sub-point .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-point .list-left {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
#sub-point .list-num {
  width: 72px;
  height: 70px;
  top: -15px;
  left: -34px;
}
#sub-point .list-wrap {
  margin-left: 0;
  margin-top: 15px;
}
#sub-point .list-ttl {
  text-align: center;
}

/* =========================================
    sub  SP
    sub-concept-news
========================================= */
#sub-concept-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#sub-concept-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
  justify-content: center;
}
#sub-concept-news .list {
  display: block;
}
#sub-concept-news .list-item {
  width: 320px;
  margin: 0 auto;
}
#sub-concept-news .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-concept-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    sub  SP
    sub-concept-contact
========================================= */
#sub-concept-contact .wrap {
  display: block;
  margin-top: 40px;
}
#sub-concept-contact .contact {
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 30px 45px 25px;
  gap: 30px 50px;
}
#sub-concept-contact .contact-ttl {
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  top: -20px;
}
#sub-concept-contact .contact-item:nth-of-type(2)::before {
  display: none;
}
#sub-concept-contact .contact-item:nth-of-type(3) {
  position: relative;
}
#sub-concept-contact .contact-item:nth-of-type(3)::before {
  position: absolute;
  content: "";
}
#sub-concept-contact .contact-item:nth-of-type(3)::before {
  content: "";
  width: 1px;
  height: 45px;
  transform: translateY(-50%);
  top: 50%;
  left: -25px;
  background-color: #a4df98;
}
#sub-concept-contact .sns {
  margin-top: 35px;
  width: 100%;
  height: 135px;
}
#sub-concept-contact .sns::before {
  width: 82px;
  height: 93px;
}

/* =========================================
    sub  SP
    sub-service
========================================= */
#sub-service .bg {
  background: url(/img/salon_concept/concept-img-deco.png) no-repeat calc(50% - 150px) 150px/60vw, url(/img/salon_concept/concept-bg.png) no-repeat right 480px/60vw;
}
#sub-service .btn-list {
  gap: 15px;
  margin-top: 35px;
}
#sub-service .btn-list-link {
  padding: 10px 80px 15px 15px;
}
#sub-service .btn-list-link::before {
  width: 45px;
  height: 45px;
  right: 15px;
}
#sub-service .btn-list-link::after {
  width: 35px;
  height: 11px;
  right: 35px;
}
#sub-service .menu {
  padding: 20px;
}
#sub-service .menu-top {
  display: block;
}
#sub-service .menu-fee {
  text-align: right;
  margin-top: 5px;
}

/* =========================================
    sub  SP
    sub-dog-service
========================================= */
#sub-dog-service .bg {
  background: url(/img/dog_service/dog-bg-l.png) no-repeat left 100px/36.1vw, url(/img/dog_service/dog-bg-r.png) no-repeat right calc(100% - 10px)/48vw;
}
#sub-dog-service .list {
  margin-top: 35px;
}
#sub-dog-service .list-item {
  padding: 30px 20px;
}
#sub-dog-service .list-txt {
  margin-top: 15px;
}
#sub-dog-service .list-top {
  display: block;
}
#sub-dog-service .link {
  margin-top: 20px;
  margin-bottom: 15px;
}

#sub-goods .list {
  display: block;
  margin-top: 35px;
}
#sub-goods .list-item {
  width: 100%;
  max-width: 100%;
}
#sub-goods .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-goods .list-img {
  height: 91.4vw;
  min-height: 320px;
}
#sub-goods .banner {
  display: block;
}
#sub-goods .banner-link {
  width: 100%;
  height: auto;
  padding: 90px 15px 35px 35px;
  box-shadow: -10px -30px 0 #fff9ed;
}
#sub-goods .banner-link:nth-of-type(n + 2) {
  margin-top: 150px;
}
#sub-goods .banner-img {
  width: 160px;
  right: 20px;
  top: -120px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-btn-list .btn-list {
  gap: 15px;
  justify-content: left;
  margin-top: 35px;
}
#sub-btn-list .btn-list-link {
  padding: 10px 80px 15px 15px;
}
#sub-btn-list .btn-list-link::before {
  width: 45px;
  height: 45px;
  right: 15px;
}
#sub-btn-list .btn-list-link::after {
  width: 35px;
  height: 11px;
  right: 35px;
}

#sub-company .bg::after {
  width: 65vw;
  height: 55.8vw;
  bottom: -100px;
}
#sub-company .wrap {
  display: block;
  margin-top: 35px;
}
#sub-company .txt {
  margin-left: 0;
  margin-top: 15px;
}

#sub-store .container {
  padding: 50px 15px;
}
#sub-store .container::before {
  width: 84px;
  height: 74px;
}
#sub-store .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-store .wrap {
  display: block;
  margin-top: 40px;
}
#sub-store .wrap-ttl {
  text-align: center;
}
#sub-store .list {
  width: 100%;
  height: auto;
  margin-top: 15px;
  padding: 30px 15px;
}

#sub-event .list {
  flex-wrap: wrap;
  gap: 30px 15px;
}
#sub-event .list-item {
  width: auto;
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-event .list-img {
  height: 52.9vw;
  min-height: 185px;
}
#sub-event .list-time {
  background: linear-gradient(transparent 80%, #e9fce4 0%);
}
#sub-event .list-txt {
  background: linear-gradient(transparent 80%, #e9fce4 0%);
}

#sub-event-detail .bg {
  background: url(/img/salon_concept/news-deco01.png) no-repeat left 75px/48vw;
}
#sub-event-detail .wrap {
  padding: 30px 15px;
}
#sub-event-detail .wrap-fle {
  display: block;
}
#sub-event-detail .wrap-img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
#sub-event-detail .wrap-box {
  margin-left: 0;
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-contact .bg {
  background: url(/img/salon_concept/concept-img-deco.png) no-repeat calc(50% - 150px) 150px/60vw, url(/img/salon_concept/concept-bg.png) no-repeat right 480px/60vw;
}
#sub-contact .contact-btn {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  width: 180px;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  width: 100%;
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl-main {
  font-size: 27px;
}