@charset "UTF-8";
/*--------------------------------------
base
--------------------------------------*/

/* 基本設定 */
html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  color: #1f1f1f;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  background-color: #fff;
}

img,
iframe {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

figure {
  margin: 0;
}

/* 汎用クラス */
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.fixedcontainer {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .fixedcontainer {
    width: 90%;
  }
}

/* マージンユーティリティ */
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}

.inline-block {
  font-weight: inherit;
  display: inline-block;
}

/* inner */
.inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* br-sp */
.br-sp {
  display: none;
}
@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}

/* grecaptcha */
.grecaptcha-badge {
  bottom: 150px !important;
}
/* ===============================
   パンくずリスト
================================ */
.breadcrumb {
  font-size: 14px;
  background: #fff8f0;
  border-radius: 12px;
  padding: 10px 18px;
  display: inline-block;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  margin: 12px 0 24px;
}
.breadcrumb a {
  color: #ff8a3d;
  font-weight: 600;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .separator {
  color: #aaa;
  margin: 0 6px;
}
.breadcrumb span[property="itemListElement"]:last-child {
  color: #555;
  font-weight: 700;
}
/* ===============================
   SNS固定デザイン
================================ */
.sns-fixed-icons {
  position: fixed;
  top: 20%;
  right: 6px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transform: translateY(-50%);
  z-index: 9999;
}

.sns-fixed-icons .sns-item img {
  width: 50px;
  height: 50px;
  padding: 6px;
  background: #fff;
  border-radius: 12px;
  object-fit: contain;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.sns-fixed-icons .sns-item img:hover {
  transform: scale(1.15) translateX(-5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .sns-fixed-icons {
    top: 79%;
    right: 10px;
    gap: 12px;
  }

  .sns-fixed-icons .sns-item img {
    width: 40px;
    height: 40px;
    padding: 4px;
  }
}

/*--------------------------------------
スクロール用縦線
--------------------------------------*/
.scroll {
  position: fixed;
  right: 90%;
  z-index: 10000;
}

@media screen and (min-width: 1024px) {
  .scroll {
    top: 25%;
  }
}

/* 線の背景 */
.scroll::after {
  content: "";
  position: absolute;
  bottom: -115px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  background-color: #ccc;
}

/* 線のアニメーション */
.scroll::before {
  content: "";
  position: absolute;
  bottom: -115px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  background-color: #000;
  z-index: 2;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
/*--------------------------------------
404エラーぺージ
--------------------------------------*/
.error-404 {
  text-align: center;
  padding: 50px;
  background-color: #f9f9f9;
}

.error-404 h1 {
  font-size: 2.5em;
  color: #e74c3c;
}

.error-404 p {
  font-size: 1.2em;
  color: #333;
}

.error-404 ul {
  list-style: none;
  padding: 0;
}

.error-404 ul li {
  margin: 10px 0;
}

.error-404 a {
  color: #3498db;
  text-decoration: none;
  font-weight: bold;
}

.error-404 a:hover {
  text-decoration: underline;
}

.breadCrumb {
  padding-left: 50px;
}

/*--------------------------------------
アニメーション
--------------------------------------*/

/* balloon01 */
.balloon01 {
  animation: balloon01 4s ease infinite;
}

@keyframes balloon01 {
  0%,
  100% {
    top: 57px;
  }
  50% {
    top: 67px;
  }
}

/* balloon02 */
.balloon02 {
  animation: balloon02 4s ease infinite;
}

@keyframes balloon02 {
  20% {
    top: 120px;
  }
  70% {
    top: 130px;
  }
}

/* fuwafuwa */
.fuwafuwa {
  animation: fuwafuwa 3s infinite linear alternate;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(5deg);
  }
}

/* bounce */
.bounce {
  animation: bounce 1.6s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce {
  0%,
  12.5%,
  25%,
  62.5%,
  100% {
    transform: translateY(0);
  }
  50%,
  75% {
    transform: translateY(-15px);
  }
}

/* float */
.float {
  animation: float 2s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* vertical */
.vertical {
  animation: vertical 2.44s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical {
  0% {
    transform: translateY(-3px);
  }
  3.2787%,
  6.5574%,
  9.8361%,
  13.1148%,
  16.3934% {
    transform: translateY(3px);
  }
  18.0328% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/*--------------------------------------
button
--------------------------------------*/
.button {
  font-weight: 700;
  letter-spacing: 0.48px;
  padding: 8px 28px;
  display: inline-block;
  border-radius: 60px;
  border: 2px solid currentColor;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #111;
  min-width: 150px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
}

.button:hover {
  background-color: #fd9535;
  color: #fff;
}

/* type2ボタン */
.button--type2 {
  background-color: #fd9535;
  color: #fff;
}

.button--type2:hover {
  background-color: #fff;
  color: #111;
}

/* circleボタン */
.button.circle {
  background: #fff;
  color: #ff701e;
  position: relative;
  overflow: hidden;
  transition: color 0.4s;
  z-index: 2;
}

.button.circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  margin: auto;
  border-radius: 50%;
  background: #ff701e;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}

.button.circle:hover {
  color: #fff;
}

.button.circle:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition-delay: 0s;
}

/* カラーボックス */
.color-box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 60px;
  height: 30px;
  background: orange;
  border-radius: 5px;
  padding: 3px;
  margin: 10px 0 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  text-align: center;
}
/*************************************************
  Header（PC）
*************************************************/
#pc_header {
  position: relative;
  overflow: hidden;
  max-height: 90%;
  padding-bottom: 180px;
  text-align: center;
  /**background: #fff url(../img/cloud.png) center / cover no-repeat;**/
}

@media (max-width: 520px) {
  #pc_header {
    display: none;
  }
}

/*************************************************
  Header info
*************************************************/
.head_info {
  display: none;
}

@media (min-width: 768px) {
  .head_info {
    position: absolute;
    top: 10px;
    right: 30px;
    display: block;
  }
}

.head_info p {
  display: inline-block;
}

.head_info p a:hover,
.head_info .para_02 ul li a:hover {
  opacity: 0.8;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  transition: 0.8s;
}

/* icon */
.subIcon {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 8px;
  cursor: pointer;
}

/* para_01 */
.head_info .para_01 {
  margin-bottom: 10px;
  text-align: right;
}

.head_info .para_01 p {
  margin-right: 10px;
  font-size: 28px;
}

.head_info .para_01 img {
  width: 20px;
  margin-right: 8px;
  vertical-align: sub;
}

/* para_02 */
.head_info .para_02 ul {
  text-align: right;
}

.head_info .para_02 ul li {
  display: inline-block;
}

.head_info .para_02 ul li a {
  display: block;
  width: 145px;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  background-position: left top;
  background-size: 10px auto;
}

/* buttons */
.yoyaku a {
  background-image: url(../img/green_bk.jpg);
}

.toiawase a {
  background-image: url(../img/bt-bk.jpeg);
}

.line img {
  margin-top: 5px;
}

.line-icon {
  width: 50px;
  margin-right: 20px;
}

.para_02 img {
  vertical-align: middle;
}

/*************************************************
  Header logo / background
*************************************************/
.header_bk {
  position: absolute;
  top: 20px;
  right: calc(50% + 250px);
  width: 250px;
}

.header_bk img {
  width: 60%;
  height: auto;
}

.head_logo {
  position: absolute;
  top: 5px;
  left: 10px;
  text-align: left;
}

/*************************************************
  PC Navigation
*************************************************/
#pc_nav01 {
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 520px) {
  #pc_nav01 {
    display: none;
  }
}

.pc_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.pc_nav ul {
  padding-left: 0;
}

.pc_nav li {
  position: relative;
  width: calc(100% / 6 - 40px);
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
}

.pc_nav li a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #333;
  transition: 0.5s ease;
}

.pc_nav li a:hover {
  color: #5aade6;
  transform: translateY(-5px);
}

.nav-en {
  font-size: 11px;
  letter-spacing: 1px;
  color: #797979;
}

/* logo in nav */
.pc_nav .logo {
  width: 200px;
  margin: -100px auto 0;
}

.pc_nav .logo img {
  width: 200px;
  display: block;
}

@media (max-width: 520px) {
  .pc_nav .logo {
    display: none;
  }
}

/*************************************************
  Dropdown menu
*************************************************/
/* =========================
   ドロップダウン：初期状態
========================= */
.drop {
  position: absolute;
  top: 45px;
  left: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  min-width: 220px;
  padding: 6px 0;

  /* 非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 100;
}

/* =========================
   hoverで表示
========================= */
.pc_nav > li {
  position: relative;
}

.pc_nav > li:hover > .drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* =========================
   中身デザイン
========================= */
.drop li {
  list-style: none;
}

.drop li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 14px;
  color: #603d39;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background 0.2s ease, color 0.2s ease;
}

/* チェックマーク */
.drop li a::before {
  content: "✔";
  color: #5aade6;
  font-size: 14px;
  flex-shrink: 0;
}

/* 区切り線 */
.drop li + li a {
  border-top: 1px solid #f0f0f0;
}

/* hover */
.drop li a:hover {
  background: #f5faff;
  color: #5aade6;
}

/*************************************************
  SP Header / Drawer
*************************************************/
#sp_header,
#spnav {
  display: none;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  padding: 22px 15px 0;
  height: 62px;
}

@media (min-width: 768px) {
  .header__inner {
    display: none;
  }
}

.header__logo img {
  display: none;
}

/*************************************************
  Drawer menu
*************************************************/
/* ===============================
 ドロワー全体
================================ */
/* 全体コンテナ */
.drawer-content {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff; /* シンプルな白 */
  z-index: 9999;
  transition: right 0.3s ease;
  padding: 60px 20px;
}

/* メニューが開いた時 */
.drawer-content[aria-hidden="false"] {
  right: 0;
}

/* 閉じるボタン */
.drawer-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  background: none;
  border: none;
  color: #5a4633;
  cursor: pointer;
}

/* メニューリスト */
.drawer-menu {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.drawer-menu li {
  border-bottom: 1px solid #f0f0f0; /* 薄い仕切り線 */
}

.drawer-menu li a {
  display: block;
  padding: 5px;
  color: #5a4633;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

/* 右側の小さな矢印（「＞」のような装飾） */
.drawer-menu li a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f6b352;
  border-right: 2px solid #f6b352;
  transform: translateY(-50%) rotate(45deg);
}

/* タップ時の背景色 */
.drawer-menu li a:active {
  background-color: #fffaf0;
}

/* 開いたとき */
.drawer-content.is-checked {
  display: block;
  transform: translateX(0);
}

/* ドロワーメニューのリンク */
.drawer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drawer-menu li {
  margin-bottom: 1rem;
}
.drawer-menu li a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #333;
}

/* ハンバーガーアイコン */
.drawer-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  border: none;
  background: none;
  cursor: pointer;
}
.drawer-icon__bar {
  height: 4px;
  width: 100%;
  background-color: #333;
  border-radius: 2px;
  transition: 0.3s;
}

/* アイコンアニメーション（開閉時） */
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  opacity: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
/* -----------------------------
   ドロワーオーバーレイ
----------------------------- */
.drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* 優しい半透明 */
  z-index: 998;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.drawer-overlay.is-checked {
  display: block;
  opacity: 1;
}
.drawer-buttons {
  margin-top: 30px;
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.drawer-btn {
  display: block;
  text-align: center;
  padding: 14px 10px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* お問い合わせ */
.contact-btn {
  background-image: url(../img/green_bk.jpg);
  color: #ffffff;
  border: 2px solid #ffffff;
}

.contact-btn:hover {
  background: #f5f5f5;
}

/* 予約はこちら（目立たせる） */
.reserve-btn {
  background-image: url(../img/bt-bk.jpeg);
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.reserve-btn:hover {
  background: #f48fa5;
  transform: translateY(-2px);
}

/* -----------------------------
   スクロールバー（スマホ用軽くカスタム）
----------------------------- */
.drawer-content::-webkit-scrollbar {
  width: 6px;
}
.drawer-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.drawer-content::-webkit-scrollbar-track {
  background: transparent;
}
/* ===============================
  無料オンライン相談 固定バナー
================================ */
.consult-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  width: 260px;
  padding: 10px;
  background: linear-gradient(to bottom, #fff7e6, #ffe0b3);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

.consult-banner img {
  width: 70px;
  margin-right: 10px;
  border-radius: 6px;
  height: auto;
}

.consult-text {
  flex: 1;
  font-size: 14px;
  color: #333;
}

.consult-text strong {
  font-size: 15px;
  color: #ff9800;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.9),
    -2px -2px 8px rgba(255, 255, 255, 0.9);
}

.consult-button {
  display: inline-block;
  margin-top: 6px;
  padding: 6px 12px;
  background: linear-gradient(#ff6b00, #ff8c1a);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 20px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.consult-button:hover {
  background: #ffbb1e;
  transform: translateY(-2px);
}

.consult-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  background: #666;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .consult-banner {
    display: none;
  }
}
/*-------------------------------------------
  Footer
-------------------------------------------*/
/* 共通設定：余白やベース */
#access {
  padding: 80px 0;
  background: url(../img/bk-02.jpg) center / cover no-repeat;
  color: #554433; /* 柔らかい茶色 */
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ヘッダー部分 */
.heading {
  text-align: center;
  margin-bottom: 50px;
}

.heading .shop img {
  width: 200px; /* アイコンのサイズ */
  height: auto;
  margin-bottom: 10px;
}

.heading__ja {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #ff8c00; /* 保育園らしいオレンジ */
}

/* タイトルの下の装飾線（波線など） */
.heading__ja::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(
    45deg,
    #ff8c00,
    #ff8c00 5px,
    #fff 5px,
    #fff 10px
  );
  border-radius: 2px;
}

/* レイアウト：PCでは2カラム、スマホでは1カラム */
.access-inner .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

/* 情報リスト */
.info {
  flex: 1;
  min-width: 300px;
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.info__item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed #e0d0c0;
}

.info__item:last-child {
  border-bottom: none;
}

.info__icon {
  width: 50px;
  flex-shrink: 0;
  margin-right: 15px;
  display: flex;
  justify-content: center;
}

.info__icon img {
  max-width: 100%;
  height: auto;
}

.info__body dt {
  font-size: 2rem;
  font-weight: bold;
  color: #ff8c00;
  margin-bottom: 2px;
}

.info__body dd {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}

.info__body a {
  color: #554433;
  text-decoration: none;
  font-weight: bold;
}

/* マップ部分 */
.map {
  flex: 1;
  min-width: 300px;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* レスポンシブ対応（スマホ） */
@media (max-width: 768px) {
  #access {
    padding: 50px 0;
  }

  .access-inner .inner {
    flex-direction: column;
  }

  .info,
  .map {
    width: 100%;
    min-width: auto;
  }

  .heading__ja {
    font-size: 1.6rem;
  }
  .info__body dt {
    font-size: 1.2rem;
  }

  .info__body dd {
    font-size: 1rem;
  }
}
/* フッター全体の背景と文字色 */
#footer {
  background-color: #ffffff;
  padding: 60px 0 20px;
  border-top: 5px solid #ffedab; /* 上部にパステルイエローのライン */
  color: #554433;
}

/* レイアウト：ロゴ・メニュー・SNSを並べる */
.menu-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

/* ロゴエリア */
.logo img {
  max-width: 180px;
  height: auto;
  display: block;
}

/* メニューリスト */
.menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}

.menu li a {
  text-decoration: none;
  color: #554433;
  font-weight: bold;
  font-size: 0.95rem;
  transition: color 0.3s;
}

.menu li a:hover {
  color: #ff8c00; /* ホバー時にオレンジに */
}

/* SNSエリア */
.sns {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
}

.sns li a {
  display: inline-block;
  padding: 8px 16px;
  background-color: #f0f0f0;
  border-radius: 50px; /* 丸いボタン形式 */
  text-decoration: none;
  color: #554433;
  font-size: 0.85rem;
  font-weight: bold;
  transition: all 0.3s;
}

/* InstagramとLINEの色分け（お好みで） */
.sns li a[href*="instagram"]:hover {
  background-color: #e1306c;
  color: #fff;
}

.sns li a[href*="line"]:hover {
  background-color: #06c755;
  color: #fff;
}

/* コピーライト */
.copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 20px;
  border-top: 1px solid #eee;
  color: #999;
  background: #ffffb7;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

/* レスポンシブ対応（スマホ） */
@media (max-width: 768px) {
  .menu-area {
    flex-direction: column; /* 縦並びに変更 */
    text-align: center;
  }

  .menu {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .menu li {
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px;
  }

  .sns {
    justify-content: center;
  }
}
/*--------------------------------------
title: 英語＋日本語見出し
--------------------------------------*/
.heading {
  text-align: center;
}

.amatic-sc-regular {
  font-family: "Amatic SC", serif;
  font-weight: 400;
  font-style: normal;
}

/* 英語見出し */
.heading__en {
  font-size: 38px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 3.8px;
}

@media screen and (min-width: 768px) {
  .heading__en {
    font-size: 70px;
    letter-spacing: 5px;
  }
}

/* 日本語見出し */
.heading__ja {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.12px;
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .heading__ja {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.fukidashi01 {
  position: relative;
  padding: 1rem;
  border-radius: 5px;
  background: repeating-linear-gradient(45deg, #ffff66 0 3px, #fff 3px 8px);
  color: #333;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
.fukidashi01::before {
  position: absolute;
  bottom: -16px;
  left: calc(50% - 6px);
  transform: translateX(-50% + 6px);
  height: 20px;
  width: 2px;
  background-color: #333;
  content: "";
}
.fukidashi01::after {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 2px solid #353535;
  content: "";
}
@media screen and (min-width: 768px) {
  .title01 {
    font-size: 30px;
  }
  .title02 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .fukidashi01 {
    font-size: 26px;
  }
}
.title02::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
.title02::after {
  margin-left: 30px;
  transform: rotate(35deg);
}
.license-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
.license-top::before,
.license-top::after {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #3fc1c9;
}
.license-top::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
.license-top::after {
  margin-left: 30px;
  transform: rotate(35deg);
}
/*-------------------------------------------
  ページトップへ戻る
-------------------------------------------*/
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 60px;
  width: min(13.333333%, 50px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

@media (min-width: 768px) {
  .pagetop {
    right: 16px;
    bottom: 30px;
    width: 76px;
  }
}

.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

/*-------------------------------------------
  固定バナー（アプリ / LINE）
-------------------------------------------*/
.smpfix {
  position: fixed;
  bottom: 0;
  max-width: 100%;
}

@media (min-width: 769px) {
  .smpfix {
    display: none;
  }
}

.banner {
  display: flex;
}

.banner-img {
  padding: 5px;
}

/*-------------------------------------------
  Access
-------------------------------------------*/

/*--------------------------------------
pagination
--------------------------------------*/
.pagination {
  text-align: center;
  margin: 45px 0;
  display: block;
}

.pagination .nav-links {
  font-family: "Noto Sans JP", sans-serif;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #3b4043;
  border: 2px solid #edeceb;
  border-radius: 0.2em;
  background-color: #f7f6f5;
  font-size: 0.875rem;
  transition: border-color 0.3s;
}

.pagination .page-numbers:hover {
  border-color: #00a1c6;
}

.pagination .page-numbers.current {
  color: #fff;
  border-color: #00a1c6;
  background-color: #00a1c6;
}

.pagination .page-numbers.dots {
  padding: 0 0.5em;
  border: none;
  background: transparent;
}

/*--------------------------------------
home sections
--------------------------------------*/
.home-News,
.home-Style,
.home-ShopInfo {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .home-News,
  .home-Style,
  .home-ShopInfo {
    padding-top: 20px;
  }
}

.home-News_Title,
.home-Style_Title,
.home-ShopInfo_Title,
.home-Title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 45px;
}

.home-News_Title span,
.home-Style_Title span,
.home-ShopInfo_Title span,
.home-SubTitle {
  display: block;
  margin-top: 0.5em;
  color: #00a1c6;
  font-size: 0.75rem;
}

/*--------------------------------------
home buttons
--------------------------------------*/
.home-News_More_Link,
.home-Style_More_Link,
.home-ShopInfo_Reservation_Link {
  text-decoration: none;
  border-radius: 0.2em;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em;
  display: inline-block;
  background-color: #fff;
  color: #00a1c6;
  border: 1px solid #00a1c6;
  width: 100%;
  max-width: 20em;
  text-align: center;
  margin: 0 auto;
}

.home-News_More_Link:hover,
.home-Style_More_Link:hover,
.home-ShopInfo_Reservation_Link:hover,
.home-News_More_Link:focus,
.home-Style_More_Link:focus,
.home-ShopInfo_Reservation_Link:focus,
.home-News_More_Link:visited,
.home-Style_More_Link:visited,
.home-ShopInfo_Reservation_Link:visited {
  background-color: #00a1c6;
  color: #fff;
}

/* home sections specific adjustments */
.home-Style {
  background-color: #f7f6f5;
  margin: 0 -15px;
  padding: 0 15px;
}

.home-ShopInfo_Detail {
  text-align: center;
}

.home-ShopInfo_Detail div {
  margin-bottom: 0.5em;
}

.justify-content-center {
  justify-content: center !important;
}

/* icons */
.news-icon01 img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/*-------------------------------------------
  Home common titles / links
-------------------------------------------*/
.home-News_Title,
.home-Style_Title,
.home-ShopInfo_Title {
  margin-bottom: 45px;
  text-align: center;
  font-size: 1.5rem;
}

.home-News_Title span,
.home-Style_Title span,
.home-ShopInfo_Title span {
  display: block;
  margin-top: 0.5em;
  font-size: 0.75rem;
  color: #00a1c6;
}

.home-News_More {
  margin-top: 45px;
  text-align: center;
}

.home-News_More_Link {
  display: inline-block;
  width: 100%;
  max-width: 20em;
  padding: 1em;
  font-family: "Noto Sans JP", sans-serif;
  color: #00a1c6;
  background-color: #fff;
  border: 1px solid #00a1c6;
  border-radius: 0.2em;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.home-News_More_Link:hover,
.home-News_More_Link:focus {
  color: #fff;
  background-color: #00a1c6;
}
/*--------------------------------------
news
--------------------------------------*/
.line-design {
  margin-bottom: 10px;
  width: 100%;
}

.container,
.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .container-fluid {
    padding-right: 150px;
    padding-left: 150px;
  }
}

.row {
  display: block;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (min-width: 768px) {
  .row {
    display: flex;
  }
}

.no-gutters {
  margin: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding: 0;
}

/* content */
.content {
  color: #3b4043;
  padding: 45px 0;
}

.content-Header {
  margin-bottom: 45px;
}

.content-Title {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .content-Title {
    font-size: 1.875rem;
  }
}

.content-SubTitle {
  color: #fff;
  display: block;
  width: 12em;
  text-align: center;
  background-color: #00a1c6;
  margin-bottom: 0.3em;
  font-size: 0.875rem;
}

.content-EyeCatch {
  margin-bottom: 30px;
}

.content-EyeCatch img {
  width: 100%;
  height: 60%;
  border-radius: 10px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .content-EyeCatch img {
    height: 100%;
  }
}

.content-Meta {
  color: #767268;
  font-size: 0.875rem;
}

.content-Meta a {
  text-decoration: none;
  color: #767268;
  display: inline-block;
  margin-top: 15px;
}

.content-Meta a:hover {
  text-decoration: underline dotted;
}

.content-Meta .content-Meta_Date:before {
  content: "/";
}

.content-Body {
  line-height: 1.7;
  margin-bottom: 45px;
}

.content-Body h2,
.content-Body h3,
.content-Body h4,
.content-Body h5,
.content-Body h6,
.content-Body hr {
  clear: both;
}

.content-Body h2 {
  font-size: 1.5rem;
}
.content-Body h3 {
  font-size: 1.375rem;
}
.content-Body h4 {
  font-size: 1.25rem;
}
.content-Body h5 {
  font-size: 1.125rem;
}
.content-Body h6 {
  font-size: 1rem;
}

.content-Body p,
.content-Body ul,
.content-Body ol,
.content-Body dl,
.content-Body figure {
  margin-bottom: 1.5em;
}

.content-Body a {
  color: #00a1c6;
}

.content-Footer,
ul.content-Tags {
  margin: 30px 0 45px;
}

.content-Tags li {
  display: inline-block;
  margin-right: 0.3em;
}

.content-Tags a {
  display: block;
  padding: 0.3em 0.7em;
  text-decoration: none;
  color: #00a1c6;
  border: 1px solid #00a1c6;
  border-radius: 1em;
}

.content-Nav {
  color: #767268;
  border-top: 1px dotted #d5d1ca;
  margin: 30px 0;
  padding-top: 30px;
}

.content-Nav a {
  text-decoration: none;
  color: #767268;
}

.content-Nav a:hover,
.content-Nav a:focus {
  text-decoration: underline dotted;
}

.content-Nav_Prev,
.content-Nav_Next {
  margin-bottom: 15px;
}

.content-Nav_Next {
  text-align: right;
}

/* tables */
.content-Body > table {
  width: 100%;
  margin-bottom: 1.5em;
}

.content-Body > table td {
  border: 1px solid black;
  padding: 0.5em;
}

.content-Body > table.table-striped td {
  border: none;
}
.content-Body > table.table-striped tr:nth-child(odd) td {
  background-color: #f0f0f0;
}

/* columns */
.col-lg-8 {
  flex: 0 0 66.66667%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .col-lg-8 {
    max-width: 66.66667%;
  }
}

.col-lg-4 {
  flex: 0 0 33.33333%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .col-lg-4 {
    max-width: 33.33333%;
  }
}

/* sidebar */
.sidebar-HairCat {
  margin-bottom: 30px;
}

.sidebar-HairCat_Title {
  margin-bottom: 1em;
  padding-top: 0.5em;
  border-top: 2px solid #00a1c6;
  font-size: 1.125rem;
}

.sidebar-HairCat a {
  text-decoration: none;
  color: #3b4043;
}

.sidebar-HairCat a:hover,
.sidebar-HairCat a:focus {
  text-decoration: underline;
}

.sidebar-HairCat ul {
  padding-left: 0;
  list-style: none;
}

.sidebar-HairCat ul > li {
  padding: 0.5em 0;
  border-bottom: 1px solid #d5d1ca;
}
.sidebar-HairCat ul > li:last-child {
  border-bottom: none;
}

/* widgets */
.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
  margin-bottom: 1em;
  padding-top: 0.5em;
  font-size: 1.125rem;
}

.widget_block a {
  text-decoration: none;
  color: #3b4043;
}

.widget_block a:hover,
.widget_block a:focus {
  text-decoration: underline;
}

.widget_block ul:not([class]) {
  padding-left: 1.2em;
}
.widget_block iframe,
.widget_block select {
  max-width: 100%;
}

/* calendar */
.wp-block-calendar table {
  overflow: hidden;
  background-color: #fff;
}

.wp-block-calendar table caption {
  padding: 0.3em;
  text-align: left;
}
.wp-block-calendar table thead th {
  text-align: center;
  color: #3b4043;
  background-color: #d5d1ca;
}
.wp-block-calendar table tbody td {
  text-align: center;
  border-bottom: 1px solid #767268;
}
.wp-block-calendar table tbody #today {
  font-weight: bold;
  color: #3b4043;
}
.wp-block-calendar table tbody a {
  font-weight: bold;
  color: #00a1c6;
}

/* article module */
.module-Article_Item {
  border-bottom: 1px dotted #d5d1ca;
}

.module-Article_Item_Link {
  display: flex;
  text-decoration: none;
  color: #43413b;
  padding: 13px 0;
}

@media screen and (min-width: 768px) {
  .module-Article_Item_Link {
    padding-top: 30px;
  }
}

.module-Article_Item_Img {
  width: 56%;
  margin-right: 12px;
}

@media screen and (min-width: 768px) {
  .module-Article_Item_Img {
    width: 30%;
  }
}

.module-Article_Item_Img img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.module-Article_Item_Img img:hover {
  transform: scale(1.1);
}

.module-Article_Item_Excerpt {
  display: none;
}
@media screen and (min-width: 768px) {
  .module-Article_Item_Excerpt {
    display: block;
  }
}

.module-Article_Item_Body {
  flex: 1;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .module-Article_Item_Body {
    padding-left: 25px;
  }
}

.module-Article_Item_Body p {
  line-height: 1.7;
}

.module-Article_Item_Title {
  margin: 15px 0 0.5em;
  color: #00a1c6;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .module-Article_Item_Title {
    margin-top: 0;
  }
}

.module-Article_Item_Meta {
  color: #767268;
  padding: 0;
}

.module-Article_Item_Meta li {
  display: inline-block;
  font-size: 12px;
  margin-left: 9px;
}

.module-Article_Item_Cat:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  margin: 0 0.3em 0 0.5em;
  transform: skew(-10deg) translateY(0.1em);
  background-color: #767268;
}

/* style module */
.module-Style_Item {
  margin-bottom: 30px;
}

.module-Style_Item_Img {
  position: relative;
  padding-top: 100%;
  border: 1px solid #767268;
}

.module-Style_Item_Img img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.module-Style_Item_Link {
  display: block;
  text-decoration: none;
  color: #3b4043;
}

.module-Style_Item_Link:hover .module-Style_Item_Img,
.module-Style_Item_Link:focus .module-Style_Item_Img {
  border-color: #00a1c6;
  outline: 1px solid #00a1c6;
}

.module-Style_Item_Title {
  margin: 0.5em 0;
  font-size: 1.125rem;
}

.module-Style p {
  font-size: 0.75rem;
}

/* post navigation */
.postNavi {
  margin-top: 50px;
  overflow: hidden;
  border-top: 1px dashed #c1c1c1;
  padding-top: 5px;
  font-size: 12px;
}

.prev,
.next,
.listpage {
  display: inline-block;
}

.prev {
  width: 20%;
}
.next {
  width: 20%;
  text-align: right;
}
.listpage {
  width: 57%;
  text-align: center;
}

.postNavi a {
  color: #000 !important;
  text-decoration: underline;
}

.postNavi a:hover {
  text-decoration: none;
}

/*-------------------------------------------
  Utility
-------------------------------------------*/
.col-lg-10 {
  max-width: 83.33333%;
  margin: 0 auto;
}

.shop {
  width: 200px;
  margin: 0 auto;
}
/*--------------------------------------
レスポンシブ対応 balloon01
--------------------------------------*/
@media screen and (max-width: 640px) {
  @keyframes balloon01 {
    0%,
    100% {
      top: 20px;
    }
    50% {
      top: 30px;
    }
  }
}
/*--------------------------------------
メールエラー
--------------------------------------*/
/* エラーがある入力欄 */
.wpcf7-not-valid {
  border: 2px solid #e53935 !important;
  background-color: #fff5f5;
}
/* 各項目のエラーメッセージ */
.wpcf7-not-valid-tip {
  color: #e53935;
  font-size: 14px;
  margin-top: 5px;
}
/* フォーム上部のエラーメッセージ */
.wpcf7-validation-errors,
.wpcf7-response-output {
  border: 2px solid #e53935;
  background-color: #fff0f0;
  color: #333;
  padding: 15px;
  margin: 20px 0;
  font-size: 14px;
}
/* 必須項目マーク */
.wpcf7-form-control-wrap .required {
  color: #e53935;
}
/* エラー項目にフォーカスした時 */
.wpcf7-not-valid:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.2);
}
