@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/
*/

/*--------------------------------------*/
/* トップページタイトル（和モダン唐草＋鯉紫テキスト） */
/*--------------------------------------*/
.page .page-title {
  background-color: #f5f3e6; /* 生成り */
  background-image: url('https://kyowabi.com/wp-content/uploads/2025/09/%E4%BA%AC%E9%83%BD-%E5%94%90%E7%B4%99%E8%AA%BF%E5%94%90%E8%8D%89%E6%A8%A1%E6%A7%98%E3%81%AE%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3.jpg'); /* 唐草模様 */
  background-repeat: repeat;
  background-size: contain;
  color: #532f5b; /* 鯉紫 */
  text-align: center;
  padding: 60px 20px;
  font-weight: 600;
  font-size: 1.8rem;
}

/*--------------------------------------*/
/* 記事ページタイトルのみ（濃い紫文字） */
/*--------------------------------------*/
.single .c-postTitle__ttl {
  color: #4B0082 !important;  /* 濃い紫 */
  font-size: 1.8rem !important; /* 適度なサイズ */
  font-weight: 700 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  margin-bottom: 16px !important;
}
