@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
  --phe-color-primary: #3498db;
  --phe-color-accent: #c0392b;
  --phe-color-text: #333333;
  --phe-color-text-muted: #777777;
  --phe-color-bg-dark: #2C2C2A;
  --phe-color-bg-light: #f8f8f8;
  --phe-color-border: #e0e0e0;
  --phe-header-height: 120px;
  --phe-header-height-sp: 56px;
}

/* ---- 休館日ショートコード ---- */
.phoenix-kyukan-wrap {
  display: table;
  margin: 0 auto;
}

.phoenix-kyukan-section {
  display: block;
  text-align: center;
  margin-bottom: 1.2em;
}

.phoenix-kyukan-title {
  display: inline-block;
  background-color: #1a72a8;
  color: #fff;
  padding: 0.3em 1.6em;
  border-radius: 2px;
  font-size: 1.4rem;
  margin-bottom: 0.6em;
  width: 100%;
  letter-spacing: 0.12em;
  box-sizing: border-box;
}

.phoenix-kyukan-kids-title {
  background-color: #e07d00;
  font-size: 0.9rem;
  padding: 0.5em 2em;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1em;
  line-height: 1.5;
  width: 100%;
}

.phoenix-kyukan-kids-icon {
  font-size: 1.1rem;
}

.phoenix-kyukan-kids-line1,
.phoenix-kyukan-kids-line2 {
  display: block;
  font-size: 0.85rem;
}

.phoenix-kyukan-text {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 2;
}

/* ---- PDFリンクボタン ---- */
.phoenix-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  background-color: #1a72a8;
  color: #fff !important;
  padding: 0.6em 1.6em;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: background-color 0.2s;
}

.phoenix-pdf-btn:hover {
  background-color: #155d8a;
  color: #fff !important;
}

.phoenix-pdf-btn .fa-file-pdf {
  font-size: 1.1em;
}

/* ---- 投稿タイトル 校舎ラベル ---- */
.phoenix-post-label {
  display: block;
  width: fit-content;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 14px 4px 12px;
  color: #fff;
  border-radius: 0 16px 16px 0;
  margin-bottom: 4px;
  text-decoration: none;
  transition: opacity 0.15s;
  cursor: pointer;
}

.phoenix-post-label:hover {
  opacity: 0.8;
  color: #fff;
}

.phoenix-post-label::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 8px;
}

.phoenix-post-label--simokoujaku-kou  { background: #0f6e56; }
.phoenix-post-label--kokuraminami-kou { background: #1a72a8; }
.phoenix-post-label--hibikino-kou     { background: #e07d00; }

@media (max-width: 767px) {
  .phoenix-kyukan-title {
    font-size: 1.15rem;
    padding: 0.3em 0.8em;
  }
  .phoenix-kyukan-kids-title {
    font-size: 0.8rem;
  }
  .phoenix-kyukan-kids-line1,
  .phoenix-kyukan-kids-line2 {
    font-size: 0.8rem;
  }
  .phoenix-kyukan-text {
    font-size: 1.05rem;
  }
}

/* ===== フローティング Instagram ボタン ===== */
.phoenix-ig-float {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 8px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  color: #fff;
  text-decoration: none;
  border-radius: 8px 0 0 8px;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.phoenix-ig-float:hover,
.phoenix-ig-float:focus {
  color: #fff;
  filter: brightness(1.15);
  transform: translateY(-50%) translateX(-2px);
}

.phoenix-ig-float__icon {
  font-size: 1.5rem;
}

.phoenix-ig-float__text {
  writing-mode: vertical-rl;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

/* スマホ：少し小さく */
@media (max-width: 599px) {
  .phoenix-ig-float {
    padding: 10px 6px;
  }
  .phoenix-ig-float__icon {
    font-size: 1.2rem;
  }
  .phoenix-ig-float__text {
    font-size: 0.65rem;
  }
}