@charset "UTF-8";
/** File Path: wp-content/themes/arkhe-child/scss/style.scss */
/*
Theme Name: Arkhe Child
Template: arkhe
Description: 香取市薬剤師会 公式サイト 子テーマ
*/
/**
 * File Path: wp-content/themes/arkhe-child/scss/foundation/_variable.scss
 * バージョン: 1.1 (デザイン統合版)
 */
/** File Path: wp-content/themes/arkhe-child/scss/style.scss */
/*
Theme Name: Arkhe Child
Template: arkhe
Description: 香取市薬剤師会 公式サイト 子テーマ
*/
/** File Path: wp-content/themes/arkhe-child/scss/foundation/_base.scss */
html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #004488;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover, a:focus {
  opacity: 0.7;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/** File Path: wp-content/themes/arkhe-child/scss/style.scss */
/*
Theme Name: Arkhe Child
Template: arkhe
Description: 香取市薬剤師会 公式サイト 子テーマ
*/
/**
 * File Path: wp-content/themes/arkhe-child/scss/foundation/_entry-content.scss
 * ブロックエディター（投稿本文・挨拶文）の装飾 v1.0
 */
.p-greeting-content,
.c-entryContent {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
}
.p-greeting-content p,
.c-entryContent p {
  margin-bottom: 1.8em;
}
.p-greeting-content p:last-child,
.c-entryContent p:last-child {
  margin-bottom: 0;
}
.p-greeting-content h2,
.c-entryContent h2 {
  font-size: 1.6rem;
  color: #004488;
  border-left: 6px solid #004488;
  padding: 0.5em 0 0.5em 1em;
  margin: 2.5em 0 1.2em;
  background: -webkit-gradient(linear, left top, right top, from(#F8FAFC), to(transparent));
  background: linear-gradient(to right, #F8FAFC 0%, transparent 100%);
}
@media (max-width: 768px) {
  .p-greeting-content h2,
  .c-entryContent h2 {
    font-size: 1.4rem;
  }
}
.p-greeting-content h3,
.c-entryContent h3 {
  font-size: 1.3rem;
  color: #333;
  border-bottom: 2px solid #5D99C6;
  padding-bottom: 0.3em;
  margin: 2em 0 1em;
}
.p-greeting-content ul, .p-greeting-content ol,
.c-entryContent ul,
.c-entryContent ol {
  margin-bottom: 1.8em;
  padding-left: 1.5em;
}
.p-greeting-content ul li, .p-greeting-content ol li,
.c-entryContent ul li,
.c-entryContent ol li {
  margin-bottom: 0.6em;
}
.p-greeting-content ul,
.c-entryContent ul {
  list-style-type: disc;
}
.p-greeting-content ul li::marker,
.c-entryContent ul li::marker {
  color: #004488;
}
.p-greeting-content blockquote,
.c-entryContent blockquote {
  border-left: 4px solid #ccc;
  padding: 1.2em 1.5em;
  background: #fdfdfd;
  margin-bottom: 1.8em;
  color: #666;
  font-style: italic;
}

/*
 * ファイルパス： /arkhe-child/scss/layout/_header.scss
 * ヘッダーデザイン調整 v1.1
 */
.l-header {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #eee;
  background-color: #004488;
  color: #fff;
}
.l-header__inner {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 959px) {
  .l-header__inner {
    height: 60px;
  }
}
.l-header .p-headerLogo__link {
  color: #004488;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
}
@media (max-width: 959px) {
  .l-header .p-headerLogo__link {
    font-size: 0.95rem;
  }
}
.l-header .g-nav__list {
  gap: 20px;
}
.l-header .g-nav__link {
  font-size: 0.95rem;
  color: #333;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-header .g-nav__link:hover {
  opacity: 0.5;
}
.l-header .c-gnav__li.-current, .l-header .c-gnav__li.focus, .l-header .c-gnav__li:hover {
  color: revert;
}

.p-header-btns {
  margin-left: 20px;
}
@media (max-width: 959px) {
  .p-header-btns {
    display: none;
  }
}
.p-header-btns .-header-contact {
  background-color: #FFF;
  color: #004488;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 4px 6px rgba(0, 85, 153, 0.2);
          box-shadow: 0 4px 6px rgba(0, 85, 153, 0.2);
}
.p-header-btns .-header-contact:hover {
  opacity: 0.5;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 85, 153, 0.3);
          box-shadow: 0 6px 12px rgba(0, 85, 153, 0.3);
}

.has-text > .c-headLogo {
  font-size: 18px;
  line-height: 1.5;
}

/** File Path: wp-content/themes/arkhe-child/scss/style.scss */
/*
Theme Name: Arkhe Child
Template: arkhe
Description: 香取市薬剤師会 公式サイト 子テーマ
*/
/**
 * File Path: wp-content/themes/arkhe-child/scss/layout/_footer.scss
 * 薬剤師会公式サイト フッターデザイン v1.1
 */
.l-footer {
  background-color: #004488;
  color: #fff;
  padding: 60px 0 20px;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.l-footer__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 280px;
}
.l-footer__info .f-logo {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0.05em;
}
.l-footer__info .f-address {
  font-size: 0.9rem;
  line-height: 1.8;
  opacity: 0.9;
  font-style: normal;
}
.l-footer__nav {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  min-width: 300px;
}
.l-footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px 20px;
}
.l-footer__nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__nav ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-footer .c-copyright {
  display: none;
}
.l-footer__copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 0.75rem;
  opacity: 0.6;
  letter-spacing: 0.1em;
}

/** File Path: wp-content/themes/arkhe-child/scss/layout/_main.scss */
.l-wrapper {
  background: linear-gradient(135deg, #FFF, #5D99C6);
}

.l-main {
  padding-top: 0;
  padding-bottom: 80px;
  min-height: 60vh;
}

.l-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* 投稿一覧・アーカイブページ全体の調整 */
.archive .l-main, .post-type-archive .l-main {
  background-color: #f8fafc;
}

/*
 * ファイルパス： /arkhe-child/scss/components/_hero.scss
 * ヒーローセクション用スタイル v1.2
 * * 香取市薬剤師会 公式サイト
 * * 変更点:
 * - 画像パスを style.css からの相対パスに固定
 * - テキストの右下配置ロジックをクラス化
 */
.custom-hero-section {
  /* 画像パスの解決: style.css (ルート) から見た相対パス */
  background-image: url("images/1000_F_280314013.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #cccccc;
  background-position: top;
  /* レイアウト設定 */
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 400px;
  max-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* オーバーレイ（暗い幕）: テキストの視認性確保 */
}
.custom-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.4);*/
  z-index: 1;
}
.custom-hero-section {
  /* スマホ表示用調整 */
}
@media (max-width: 768px) {
  .custom-hero-section {
    height: 50vh;
    min-height: 300px;
  }
}

.custom-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 1200px; /* Arkheのメインコンテナ幅に合わせる */
  margin: 0 auto;
  padding: 0 15px;
  /* キャッチコピーボックス（右下配置） */
}
.custom-hero-content .p-hero-copy-box {
  position: absolute;
  right: 15px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem 2rem;
  border-radius: 4px;
}
.custom-hero-content .p-hero-copy-box p {
  color: #FFF200;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.custom-hero-content {
  /* スマホ時のコピーボックス調整 */
}
@media (max-width: 768px) {
  .custom-hero-content .p-hero-copy-box {
    right: 10px;
    bottom: 20px;
    padding: 0.8rem 1.5rem;
  }
}

/** File Path: wp-content/themes/arkhe-child/scss/style.scss */
/*
Theme Name: Arkhe Child
Template: arkhe
Description: 香取市薬剤師会 公式サイト 子テーマ
*/
/**
 * File Path: wp-content/themes/arkhe-child/scss/projects/_top.scss
 * バージョン: 1.3 (Dart Sass 最新仕様対応・エラー解消版)
 */
.p-top-duty {
  background-color: #FFF3E0;
  padding: 60px 0;
  text-align: center;
  border-bottom: 4px solid #E67E22;
}
.p-top-duty__title {
  font-size: 1.6rem;
  color: #E67E22;
  margin-bottom: 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-top-duty__title {
    font-size: 1.3rem;
  }
}
.p-top-duty .p-duty-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  max-width: 650px;
  margin: 0 auto 20px;
  border: 1px solid rgb(245.5487804878, 206.2317073171, 171.4512195122);
}
.p-top-duty .p-duty-card h3 {
  font-size: 2rem;
  margin: 0 0 15px;
  color: #333;
}
@media (max-width: 768px) {
  .p-top-duty .p-duty-card h3 {
    font-size: 1.6rem;
  }
}
.p-top-duty .p-duty-card .address {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 20px;
}
.p-top-duty .p-duty-card .btn-tel {
  display: block;
  background: #004488;
  color: #fff;
  padding: 18px;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-top-duty .p-duty-card .btn-tel:hover {
  background: rgb(0, 42.5, 85);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 68, 136, 0.3);
          box-shadow: 0 5px 15px rgba(0, 68, 136, 0.3);
}

.p-top-nav {
  padding: 80px 0;
  background-color: #fff;
}
.p-top-nav__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.p-top-nav .c-nav-card {
  background: #fff;
  padding: 50px 20px;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-nav .c-nav-card .icon {
  font-size: 3.5rem;
  margin-bottom: 15px;
}
.p-top-nav .c-nav-card .label {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-top-nav .c-nav-card .desc {
  font-size: 0.95rem;
  color: #777;
  line-height: 1.4;
}
.p-top-nav .c-nav-card.-blue {
  border-color: #004488;
  color: #004488;
}
.p-top-nav .c-nav-card.-green {
  border-color: #27AE60;
  color: #27AE60;
}
.p-top-nav .c-nav-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.p-top-nav .c-nav-card:hover.-blue {
  background-color: rgba(0, 68, 136, 0.02);
}
.p-top-nav .c-nav-card:hover.-green {
  background-color: rgba(39, 174, 96, 0.02);
}

.p-top-news {
  padding: 80px 0;
  background-color: #f8fafc;
}
.p-top-news__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
}
@media (max-width: 768px) {
  .p-top-news__grid {
    grid-template-columns: 1fr;
  }
}
.p-top-news .news-block h2 {
  background: #004488;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.p-top-news .news-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-top-news .news-block ul li {
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.p-top-news .news-block ul li:last-child {
  border-bottom: none;
}
.p-top-news .news-block ul li:hover {
  background: #fdfdfd;
}
.p-top-news .news-block ul li a {
  padding: 18px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  text-decoration: none;
  color: #333333;
  font-size: 0.95rem;
  line-height: 1.5;
}
.p-top-news .news-block ul li a .date {
  color: #999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 90px;
  font-weight: 500;
}
.p-top-news .news-block ul li a .badge {
  background: #E67E22;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: bold;
}
.p-top-news .news-block ul li a .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/** File Path: wp-content/themes/arkhe-child/scss/projects/_pharmacy.scss */
/* 1. タイトルエリア（共通） */
.p-topArea {
  background-color: #004488 !important;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px) !important;
  background-size: 20px 20px !important;
  padding: 60px 0 !important;
  color: #fff;
  text-align: center;
}
.p-topArea__title h1 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  color: #fff !important;
}

/* 2. 薬局一覧アーカイブのデザイン */
.post-type-archive-pharmacy .c-archiveTitle {
  display: none;
}
.post-type-archive-pharmacy .p-postList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.post-type-archive-pharmacy .p-postList__item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid #eef2f6;
}
.post-type-archive-pharmacy .p-postList__item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.post-type-archive-pharmacy .p-postList__item .c-postThumb {
  aspect-ratio: 16/9;
  background-color: #f1f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-type-archive-pharmacy .p-postList__item .p-postList__content {
  padding: 20px;
}
.post-type-archive-pharmacy .p-postList__item .p-postList__content .c-postTitle {
  font-size: 1.2rem;
  color: #334155;
  margin-bottom: 10px;
  font-weight: bold;
}

/* 3. 薬局詳細ページ (single-pharmacy.php) のデザイン */
.single-pharmacy .p-entry-pharmacy {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-top: -30px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .single-pharmacy .p-entry-pharmacy {
    padding: 20px;
    margin-top: 0;
  }
}
.single-pharmacy .p-entry-pharmacy__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.single-pharmacy .p-entry-pharmacy__table th, .single-pharmacy .p-entry-pharmacy__table td {
  padding: 20px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.single-pharmacy .p-entry-pharmacy__table th {
  width: 200px;
  background-color: #f8fafc;
  color: #475569;
  font-weight: bold;
}
@media (max-width: 768px) {
  .single-pharmacy .p-entry-pharmacy__table th {
    width: 100px;
    padding: 15px 10px;
  }
}
.single-pharmacy .p-entry-pharmacy__table td {
  font-size: 1.1rem;
  color: #1e293b;
}
.single-pharmacy .p-entry-pharmacy__map {
  margin-top: 40px;
}
.single-pharmacy .p-entry-pharmacy__map h3 {
  font-size: 1.3rem;
  border-left: 4px solid #004488;
  padding-left: 15px;
  margin-bottom: 20px;
  color: #334155;
}
.single-pharmacy .p-entry-pharmacy__map .map-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.single-pharmacy .p-entry-pharmacy__map .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.single-pharmacy .p-entry-pharmacy__btn-tel {
  margin-top: 40px;
  text-align: center;
}
.single-pharmacy .p-entry-pharmacy__btn-tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: #005599;
  color: #fff;
  padding: 18px 60px;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 10px 20px rgba(0, 85, 153, 0.2);
          box-shadow: 0 10px 20px rgba(0, 85, 153, 0.2);
}
.single-pharmacy .p-entry-pharmacy__btn-tel a:hover {
  background: #003366;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (max-width: 768px) {
  .single-pharmacy .p-entry-pharmacy__btn-tel a {
    width: 100%;
    padding: 15px;
    font-size: 1.2rem;
  }
}