@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*-------------------------------
共通スタイル
-------------------------------*/

h1 {
  text-align: center;
  color: #444;
  margin: 0 !important;
}

.fuwari-title,
.fuwari-title-service,
.fuwari-gallery-title,
.fuwari-voice-title,
.fuwari-price-title{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
  font-family: 'M PLUS Rounded 1c', "Yu Gothic", sans-serif;
}
.fuwari-yoyaku-title{
  font-size: 1.8rem;
  line-height : 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'M PLUS Rounded 1c', "Yu Gothic", sans-serif;
}

.fuwari-title {
  color: #4ca9df;
}

.fuwari-title-service {
  color: #d78543;
  text-align: left;
}

.fuwari-gallery-title {
  color: #251507;
  text-align: center;
}
.fuwari-voice-title {
  color: #db7093;
  text-align: center;
}
.fuwari-price-title {
  color: #e75480;
  text-align: center;
}
.fuwari-yoyaku-title {
  color: #333;
  text-align: center;
}

.fuwari-title.with-scissors::before,
.fuwari-title-service.with-scissors::before,
.fuwari-gallery-title.with-scissors::before,
.fuwari-voice-title.with-scissors::before,
.fuwari-price-title.with-scissors::before,
.fuwari-yoyaku-title.with-scissors::before{
  content: "✂";
  margin-right: 8px;
  font-size: 1.3em;
  vertical-align: middle;
  display: inline-block;
  color: inherit;
}


.fuwari-text,
.fuwari-service-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.fuwari-button-area {
  margin-top: 40px;
}

.fuwari-button-base {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 30px;
  font-family: 'M PLUS Rounded 1c', "Yu Gothic", sans-serif;
  transition: background-color 0.3s ease;
}

/* 各ボタンの色 */
.fuwari-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #4ca9df;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 30px;
  font-family: 'M PLUS Rounded 1c', "Yu Gothic", sans-serif;
  transition: background-color 0.3s ease;
}

.fuwari-button:hover {
  background-color: #3595c9;
}


.fuwari-service-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ce874e;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 30px;
  font-family: 'M PLUS Rounded 1c', "Yu Gothic", sans-serif;
  transition: background-color 0.3s ease;
}

.fuwari-service-button:hover {
  background-color: #b3692d;
}


.fuwari-insta-button-area {
  text-align: center;
  margin: 40px 0 0px 0px;
}

.fuwari-insta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background-color: #e4405f; /* Instagramカラー系 */
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: bold;
  border-radius: 40px;
  font-family: 'M PLUS Rounded 1c', "Yu Gothic", sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.fuwari-insta-button:hover {
  background-color: #cc2d4e;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.fuwari-insta-button i {
  font-size: 1.2rem;
}


/* ボタン中央寄せ（スマホ） */
@media screen and (max-width: 767px) {
  .fuwari-button-area {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
.fuwari-title,
.fuwari-title-service,
.fuwari-gallery-title,
.fuwari-voice-title,
.fuwari-price-title{
  text-align : center;
  font-size: 1.8rem;
}
.fuwari-yoyaku-title{
  font-size: 1.8rem;
  line-height : 2rem;
}
}

/*-------------------------------
セクション①：コンセプト
-------------------------------*/

.fuwari-two-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90%;
  margin: 30px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.fuwari-left,
.fuwari-right {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

.fuwari-right {
  text-align: center;
}

.fuwari-right img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/*-------------------------------
セクション②：サービス内容
-------------------------------*/

.fuwari-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90%;
  margin: 30px auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.fuwari-service-left,
.fuwari-service-right {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

.fuwari-service-left img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.fuwari-service-right {
  text-align: left;
}

.fuwari-service-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-left: -20px;
}

.fuwari-service-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  color: #333;
}

.fuwari-service-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #e1c4ad;
  font-size: 0.8em;
  line-height: 1;
}

/*-------------------------------
セクション③：ギャラリー
-------------------------------*/

.fuwari-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.fuwari-gallery a {
  display: block;
  width: calc(33.33% - 10px);
}

.fuwari-gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.gallery{
  padding : 10px;
}

.slb_details {
  display: none;
}

/*-------------------------------
Instagramボタン
-------------------------------*/

.fuwari-insta-button-area {
  text-align: center;
  margin-top: 30px;
}

/*-------------------------------
スマホ（共通）調整
-------------------------------*/

@media screen and (max-width: 768px) {
  /* コンセプト：画像→テキスト */
  .fuwari-two-column {
    flex-direction: column;
    margin: 0 auto;
    padding: 30px 0;
  }

  .fuwari-left {
    order: 1;
    width: 100%;
    padding: 15px 0;
  }

  .fuwari-right {
    order: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }

  /* サービス：画像→テキスト */
  .fuwari-service {
    flex-direction: column;
    margin: 0 auto;
    padding: 30px 0;
  }

  .fuwari-service-left {
    order: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }

  .fuwari-service-right {
    order: 1;
    width: 100%;
    padding: 15px 0;
    text-align: left;
  }

  .fuwari-gallery a {
    width: calc(50% - 10px);
  }

  .fuwari-title-service {
    text-align: center;
  }
}


/* PC：ファーストビュー背景画像（800px） */
.swell-block-fullWide.fv-block {
  background: url("https://petwebdesign.jp/wp-content/themes/swell_child/lp-image/hero-pc.jpg") center/cover no-repeat;
  height: 800px;
  padding : 0;
}
/* hero内のテキスト中央配置 */
.hero {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  margin-left: calc(-1 * var(--swl-content-padding, 20px));
  margin-right: calc(-1 * var(--swl-content-padding, 20px));
  width: calc(100% + calc(2 * var(--swl-content-padding, 20px)));
}

/* テキストの背景など */
.hero-text {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
}

/* PC時のみ縦中央に配置 */
@media screen and (min-width: 900px) {
  .swell-block-fullWide__inner.l-article {
    height: 100%;
    padding: 0 !important;
  }

  .hero {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}



/* スマホ：背景画像を .hero に変更、親の背景は消す */
@media screen and (max-width: 899px) {
  .swell-block-fullWide.fv-block {
    background: none !important; /* ← これが重要 */
    height: auto; /* ← 画像の高さは内側に合わせる */
  }

  .hero {
    background: url("https://petwebdesign.jp/wp-content/themes/swell_child/lp-image/hero-sp.jpg") center/cover no-repeat;
    background-size: cover;
    height: 600px; /* 必要に応じてスマホ用高さに調整 */
  }
}



section {
  padding: 30px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.services ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.services li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.gallery-grid img {
  width: 30%;
  border-radius: 8px;
}

blockquote {
  font-style: italic;
  background: #f9f9f9;
  padding: 20px;
  border-left: 4px solid #ccc;
  margin: 20px auto;
  max-width: 700px;
}

.price table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 100%;
}

.price th, .price td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.access iframe {
  width: 100%;
  height: 300px;
  margin-top: 20px;
  border-radius: 8px;
}

footer {
  text-align: center;
  color : #fff;
  padding: 20px;
  font-size: 0.9em;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .gallery-grid img {
    width: 100%;
  }

  .hero {
    height: 60vh;
  }
}

/*-------------------------------
お客様の声（ペットサロン）
-------------------------------*/
.salon-voice-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px;
}

.salon-voice-item {
  background: #fffef8;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  border : 1px solid #ffb6c1;
  box-shadow: 0 4px 8px rgba(255, 192, 203, 0.3);
}

.salon-voice-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ffb6c1;
  margin-bottom: 15px;
}

.salon-voice-title {
  font-size: 18px;
  font-weight: bold;
  color: #e75480;
  margin-bottom: 5px;
}

.salon-voice-name {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.salon-voice-comment {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  text-align : left;
}
.salon-voice-rating {
  font-size: 18px;
  color: #ffc107; /* 明るいゴールド */
  margin: 5px 0;
  text-align: center;
}


/* スマホ対応 */
@media screen and (max-width: 767px) {
  .salon-voice-wrapper {
    grid-template-columns: 1fr;
  }
}

/*-------------------------------
サロン料金表
-------------------------------*/
.menu-section {
  max-width: 1080px; /* 横幅を広げる */
 margin: 10px auto;
  padding: 20px;
  background: #fff8fc;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(255, 182, 193, 0.2);
}

.menu-heading {
  font-size: 22px;
  color: #e75480;
  border-left: 6px solid #ffb6c1;
  padding-left: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

.menu-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.menu-table th,
.menu-table td {
  padding: 8px 10px; /* 縦の余白を減らす */
  border-bottom: 1px dotted #dba1b6;
  text-align: center; /* すべて中央揃えに統一 */
}

.menu-table th {
  background: #e75480!important;
  color: #a64b69;
  font-weight: bold;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

/* 基本料金：スクロール可能＆やや狭めて誘導 */
.menu-table.menu-basic {
  width: 100%;
  min-width: 480px; /* ← 少し狭めて他列の存在を見せる */
  border-collapse: collapse;
  font-size: 16px;
  text-align: center;
}

/* オプション料金：スクロール不要（全幅表示） */
.menu-table.menu-option {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  text-align: center;
}

/* 共通装飾 */
.menu-table th,
.menu-table td {
  padding: 10px;
  border-bottom: 1px dotted #dba1b6;
}

.menu-table th {
  background: #ffeef3;
  color: #a64b69;
  font-weight: bold;
}

.menu-section {
  max-width: 1080px;
  margin: 10px auto;
  padding: 20px;
  background: #fff8fc;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(255, 182, 193, 0.2);
}

@media screen and (max-width: 767px) {
.menu-section {
  margin: 15px 15px 20px 15px;
}
}

.menu-heading {
  font-size: 22px;
  color: #e75480;
  border-left: 6px solid #ffb6c1;
  padding-left: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* 予約セクション全体 */
.salon-reserve-section {
  padding: 50px 20px;
  text-align: center;
  margin: 50px auto;
}

.salon-reserve-inner h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #d785a6;
  font-weight: bold;
}

.salon-reserve-inner .icon {
  font-size: 1.3em;
  margin-right: 5px;
  vertical-align: middle;
}

.salon-reserve-inner .lead {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #555;
}

.reserve-buttons {
  margin-bottom: 15px;
}

.reserve-buttons .btn {
  display: inline-block;
  margin: 8px 10px;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s;
}

.reserve-buttons .btn.line {
  background: #06C755;
  color: #fff;
}

.reserve-buttons .btn.web {
  background: #f5a623;
  color: #fff;
}

.salon-reserve-inner .tel {
  font-size: 1rem;
  margin-top: 10px;
}

.salon-reserve-inner .tel a {
  color: #d785a6;
  text-decoration: underline;
}

/* お店の雰囲気ギャラリー */
.salon-gallery {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 920px;
}

.salon-gallery img {
  width: 33%;
  max-width: 300px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

/* ▼スマホ表示：縦並び */
@media screen and (max-width: 767px) {
  .salon-gallery img {
    width: 100%;
    max-width: 95%;
  }
}

/* フロー全体 */
.salon-flow {
  margin: 60px auto 20px;
  max-width: 900px;
  padding: 30px 20px;
  background: #fff0f5; /* 薄いピンク背景 */
  border-radius: 10px;
}

.salon-flow-ttl {
  font-size: 1.6rem;
  margin-bottom: 30px;
  color: #d785a6;
  text-align: center;
	font-weight : 600;
}

/* ステップ全体 */
.flow-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

/* 各ステップ */
.flow-step {
  background: #ffffff;
  border: 1px solid #f4c9d8;
  border-radius: 10px;
  padding: 20px;
  flex: 1 1 calc(25% - 20px); /* 4つ並ぶ */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 200px;
}

.step-icon {
  display: inline-block;
  background: #d785a6;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.step-title {
  font-size: 1rem;
  color: #555;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .flow-items {
    flex-direction: column;
  }

  .flow-step {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 10px 15px; /* ← 左右の余白を少しだけ小さく */
  }

  .step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d785a6;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    margin-right: 12px; /* ← ①と文字の間隔 */
    margin-bottom: 0; /* スマホでは下余白不要 */
    flex-shrink: 0;
  }

  .step-title {
    font-size: 1.05rem; /* ← 少し大きく */
    font-weight: bold;  /* ← 太字に */
    margin: 0;
  }
}



/* 店長メッセージ */
.salon-message {
  margin: 20px auto;
  max-width: 900px;
  text-align: center;
}

.salon-message .message-box {
  background: #fff0f5;
  border: 2px dotted #d785a6;
  padding: 20px;
  border-radius: 10px;
  font-size: 1rem;
  color: #333;
  position: relative;
}

.salon-message .staff-name {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #d785a6;
}
.tentyou-photo {
  width: 120px;             /* 表示サイズ（調整可） */
  height: 120px;
  border-radius: 50%;       /* 丸くする */
  overflow: hidden;         /* 丸の外にはみ出た画像を隠す */
  margin: 10px auto 20px;      /* 中央寄せ＋下余白 */
  box-shadow: 0 0 10px rgba(0,0,0,0.1); /* 軽い影（任意） */
}

.tentyou-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;        /* 丸の中に自然に収める */
  display: block;
}



/*アクセス部分*/
/* ご予約・アクセスセクション */
.access {
  padding: 20px;
  text-align: center;
}

.access .center {
  margin: 10px 0;
}

.access .btn {
  display: inline-block;
  margin: 8px 10px;
  padding: 10px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: 0.3s;
}

.access .btn.line {
  background-color: #06C755;
  color: white;
}

.access .btn.web {
  background-color: #4ca9df;
  color: white;
}

.access .btn.info,
.access .btn.faq {
  background-color: #f5a623;
  color: #fff;
}

.access .sns-links {
  margin-top: 20px;
}

.access .sns-btn {
  display: inline-block;
  margin: 5px 10px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.access .sns-btn.insta i {
  color: #e4405f;
}

.access .sns-btn.line i {
  color: #06C755;
}

.access .sns-btn.review {
  color: #555;
}

.access .map-wrap {
  margin-top: 30px;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.access .map-wrap iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 10px;
}

