@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:  1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*--------------------------------------------------------------
## グーグルマップ　サイズ
--------------------------------------------------------------*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
## Twitter　Instagram　facebook　Miicha　バナー設定（フッター）
--------------------------------------------------------------*/
/* Miicha 
.miicha01 a {
  width: 301px;
  height: 54px;
  background: url("/wp-content/uploads/2023/10/miicha_m.png") no-repeat;
  display: block;
  text-indent: -9999px;
  background-position: center;
  margin-top: 37px;
}

.miicha01 a:hover {
  opacity: 0.5 ;
  transition: all 0.5s 0s ease;
}
*/

/* X */
.twitter01 a {
  width: 301px;
  height: 35px;
  background: url("/wp-content/uploads/2024/01/X_m-1.png") no-repeat;
  display: block;
  text-indent: -9999px;
  margin-top: 37px;
  background-position: center;
}
 
.twitter01 a:hover {
  opacity: 0.5 ;
  transition: all 0.5s 0s ease;
}


/* Instagram */
.instagram01 a {
  width: 301px;
  height: 35px;
  background: url("/wp-content/uploads/2023/10/instagram_m.png") no-repeat;
  display: block;
  text-indent: -9999px;
  margin-top: 20px;
  background-position: center;
}
 
.instagram01 a:hover {
  opacity: 0.5 ;
  transition: all 0.5s 0s ease;
}

/* Facebook */
.facebook01 a {
  width: 301px;
  height: 35px;
  background: url("/wp-content/uploads/2023/10/Facebook_m.png") no-repeat;
  display: block;
  text-indent: -9999px;
  margin-top: 20px;
  background-position: center;
}
 
.facebook01 a:hover {
  opacity: 0.5 ;
  transition: all 0.5s 0s ease;
}

/*--------------------------------------------------------------
## 固定ページの投稿日非表示
--------------------------------------------------------------*/
.page .date-tags{ /*投稿日・更新日*/
  display: none;
}

/*--------------------------------------------------------------
## ボックス（白抜き）の枠の色と線幅を変える（印刷までの流れ）
--------------------------------------------------------------*/
.blank-box {
  border-color: #CCCCCC;
  border-width: 1px;
  background-color: #FFF;
}

/* ボックス間の矢印 */
.article .arrow-down {
  text-align: center;
}
.article .arrow-down:after {
  content: "\f103";
  font-family: Fontawesome;
  font-size: 2rem;
  color: #eee;
}

/*--------------------------------------------------------------
## リンクの下線を消す
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## サイトマップの見出し　非表示　Cocoonショートコード
--------------------------------------------------------------*/
.sitemap h2 {
  display: none;
}

/*--------------------------------------------------------------
## XO Event Calendar　シンプルカレンダー
--------------------------------------------------------------*/
/* 曜日太さ、サイズ　月曜日～金曜日テキストカラー　縦線 */
.xo-event-calendar table.xo-month>thead th {
  border-width:0 1px 0 0;
  color:#333;
  font-size:0.9em;
  font-weight:normal;
  padding:1px 0;
  text-align:center
}

/* 土曜日テキストカラー */
.xo-event-calendar table.xo-month>thead th.saturday {
  color:#333
}

/* カレンダー 当日テキスト強調カラー */
.xo-event-calendar table.xo-month .month-dayname td div.today {
  color:#333;
  font-weight:700;
  text-decoration: underline;
  text-underline-offset: 2px;/* 下線の位置 */
}

/* カレンダー 数字カラー サイズ　2025.9.17 Cocoon更新でPCテーブルが崩れた　width:100％;→width:400px; */
.xo-event-calendar table {
  background-color:transparent;
  border-collapse:separate;
  border-spacing:0;
  color:#333;
  margin:0;
  padding:0;
  table-layout:fixed;
  width:400px;
  font-size: 1.03em;
}
/* モバイル カレンダー　数字サイズ　width:100％;追加 */
@media screen and (max-width:1024px){
.xo-event-calendar table {
  height:1.2em;/* 表組みの縦サイズ */
  font-size: 1.3em;/* 数字サイズ */
  width:100%;
}
}

/* 前後月の非表示 */
#next-month01 .other-month {
  display:none;
}

/* PCカレンダー　横並び */
#next-month01 .xo-months {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;/* PCカレンダーの間隔 */
  row-gap: 5px;
}

/* モバイルカレンダー　縦並び */
@media screen and (max-width:1024px){
  
#next-month01 .xo-months {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
}

/* フッターカレンダー左 */
.footer-left {
  width: 80%;/* 2つのカレンダーの幅 */
  margin-left: 13px;/* 左マージン */
}
/* フッター中央　非表示 */
.footer-center {
  display: none;
}

/* Cocoonバージョン: 2.7.1.2　更新でイベント部分が白くなった2024.3.1　そのため下記CSSを追加 */
/* 上記の対応策 */
.xo-event-calendar table.xo-month td {
  position: static;
}

/* 投稿ページ左上　開催日、カテゴリー名　非表示 */
.xo-event-meta-details {
  display: none;
}

/*--------------------------------------------------------------
## メールフォーム　入力ページ　Contact Form7
--------------------------------------------------------------*/
.contact7 {
  max-width: 100%;
  box-sizing: border-box;
}
.contact7 dd {
  margin: 0 0 30px 0;
  background-color:;
  font-size: 16px;
}
.contact7 dt {
  font-weight: normal;
  font-size: 14px;
}
 
/* 必須マーク */
.contact7 .must {
  background: #FF1A00;
}
 
/* 任意マーク */
.contact7 .optional {
  background: #999;
}
 
.contact7 .must,
.contact7 .optional {
  color: #FFF;
  border-radius: 3px;
  font-size: 14px;
  margin-left: 10px;
  padding: 5px 10px;
  letter-spacing: 2px;
}


@media screen and (min-width: 1025px) {
/* 名前と入力フォームの余白　1024pxより大きい */
.contact7 dt {
  float: left;
  clear: left;
  width: 22%;/* 名前右の余白 */
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.contact7 dd {
  margin-left: 20%;/* 入力フォーム左の余白 */
}

/* 送信ボタン　1024pxより大きい */
.btn_contact7 input {
  width: 80%;/* 横幅サイズ */
  background-color: #333;
  color: #FFF;
  font-size: 1em;
  letter-spacing: 0.2em;
  border: 1px solid #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;  
}
.btn_contact7 input:hover {
  background-color: #FFF;
  color: #333; 
}
}

@media screen and (max-width: 1024px) { 
/* 送信ボタン　990pxより小さい　スマホ */
.btn_contact7 input {
  width: 100%;
  background-color: #333;
  color: #FFF;
  font-size: 1em;
  letter-spacing: 0.2em;
  border: 1px solid #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.btn_contact7 input:hover {
  background-color: #FFF;
  color: #333; 
}
}

/* フォーム線・背景カラー */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  background-color: #f7f7f7 !important;
  color: #000 !important;
  width: 95% !important;/* フォーム　テキストエリアの長さ */
}

/* フォーム　テキストエリア スマホ100% */
@media screen and (max-width: 1024px) { 
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100% !important;/* フォーム　テキストエリアの長さ */
}
}

#very-special-field {
  color: #f00;
  border: 1px solid #f00;
}

/*--------------------------------------------------------------
## メールフォーム　確認ページ　Confirm Plus Contact Form 7
--------------------------------------------------------------*/

/* テーブル */
#wpcf7cpcnf table {
  border: none;
  text-align: left;
  text-indent: 20;
}
#wpcf7cpcnf table p {
  margin: 0px;
  padding: 0px;
}

/* スマホ */
@media screen and (max-width: 1024px) { 
#wpcf7cpcnf table p {
  font-size: 1.2em;
  margin: 0px;
  padding: 0px;
}
}

/* 確認ページ表組み左　タイトル */
#wpcf7cpcnf table th {
  background-color: #F8F8F8;
  border: 1px solid #ccc;
  color: #333;
  width: 23%;/* 表組み左　タイトル幅 */
  font-weight: normal;
}
#wpcf7cpcnf table td {
  border: 1px solid #ccc;
  height: 50px;
}


/* ボタン */
#wpcf7cpcnf button {
  background-color: #333;
  border: 1px outset #000;
  color: #fff;
  font-size: 1em;
  padding-top: 12px;
  padding-right: 100px;
  padding-bottom: 12px;
  padding-left: 100px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;  
}

#wpcf7cpcnf button:hover {
  background-color: #FFF;
  color: #333; 
}

/* 問い合わせ　子要素のはみ出し修正 */
div#wpcf7cpcnf {
  position: relative;
  z-index: 1000;
  background-color: transparent;
  width: 100%;
  height: auto;
  top: -400px;
  left: 0;
  margin-top: -1000px;
  margin-right: auto;
  margin-bottom: -430px;
  margin-left: auto;
}

/* スマホ 問い合わせ　子要素のはみ出し修正 */
@media screen and (max-width: 1024px) { 
div#wpcf7cpcnf {
  top: -50px;/* 上の空き */
  margin-bottom: -50px;/* 下の空き */
}
/* スマホ 表組み左　タイトル幅 */
#wpcf7cpcnf table th {
  width: 33%;/* 表組み左　タイトル幅 */
}
}

/*--------------------------------------------------------------
## サイドバー　問い合わせボタン
--------------------------------------------------------------*/
/* 営業時間 下マージン */
p.contact_txt {
  padding-bottom: 10px;
}

/* TEL 問い合わせ　色・テキストサイズ変更 */
.veu_contact .contact_txt_tel{
  padding: 5px 0;
  font-size: 2em;
  line-height: 105%;
  font-weight: 700;
  color: #333
}

/* メールでのお問い合わせボタン 位置 フォントサイズ */
.contact_bt_txt {
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: bold;
}

/* メールでのお問い合わせボタン　背景カラー */
.btn {
  background-color: #333;
}

/* 問い合わせ　1024px以下 */
@media screen and (max-width: 1024px) {
.veu_card .veu_card_inner {
  padding: 0.7rem;
}
}

/* 問い合わせボタン　1024px以下 */
@media screen and (max-width: 1024px) {
.veu_contact .contact_bt {
  padding-top: 0.5rem;
  padding-right: 0.8rem;
  padding-bottom: 0.6rem;
  padding-left: 0.5rem;
}
}

/*--------------------------------------------------------------
## FAQ　アコーディオン
--------------------------------------------------------------*/
/* Q 背景 */
.is-style-accordion .faq-question {
  background-color: #F7F7F7;
}

/* Q A カラー */
.faq-wrap {
  --cocoon-custom-question-color:#B4B4B4;/* Q カラー */
  --cocoon-custom-answer-color:#CEC8B9;/* A カラー */
}

/* Qの位置 */
.is-style-accordion div.faq-question-label.faq-item-label{
  padding: 0px 8px;
  margin-right: 0.4em;
  border-radius: 10%;
  margin-top: -7.5px; /* 追加 */
  margin-bottom: -8px; /* 追加 */
}

/* Qの見出し */
.faq-question-content {
  margin-top: 3px;
}

/* Aの位置 */
.is-style-accordion div.faq-answer-label.faq-item-label{
  padding: 0px 8px;
  border-radius: 10%;
  margin-top: -2px; /* 追加 */
}


/*--------------------------------------------------------------
## トップページ　ヘッダー画像　サイズ固定
--------------------------------------------------------------*/
/* アピールエリアの最小高さを解除 */
.appeal .appeal-in {
  min-height: unset;
}

/* アピールエリアの画像比率に合わせ画面いっぱいに表示 */
.appeal {
  aspect-ratio: 1920 / 800;
  background-size: contain;
}

/*--------------------------------------------------------------
## モバイル　ヘッダー余白
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  main.main, div.sidebar {
    padding: 0px;
    margin: 0;
  }
}

/*--------------------------------------------------------------
## スマホ　本文左右の余白
--------------------------------------------------------------*/
@media screen and (max-width: 1024px){
  .content .main, .content .sidebar {
    padding-top: 0px;
    padding-right: 13px;
    padding-bottom: 0px;
    padding-left: 13px;
  }
}

/*--------------------------------------------------------------
## スマホ　サイドバー左右の余白
--------------------------------------------------------------*/
@media screen and (max-width: 1024px){
  .sidebar-menu-content {
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/*--------------------------------------------------------------
## 印刷までの流れ　矢印 
--------------------------------------------------------------*/
.yajirusi {
  background-image: url(/wp-content/uploads/2023/10/image-1.png);
  background-position: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  height: 22px;
}

/*--------------------------------------------------------------
## フッターロゴ　非表示  PC・モバイル共通
--------------------------------------------------------------*/
.footer-bottom-logo {
  display: none;
}

/*--------------------------------------------------------------
## サイトマップ　class指定
--------------------------------------------------------------*/
.smapa {
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
.smapa {
  margin-bottom: 15px;
  padding-left: 30px;
}
}

/*--------------------------------------------------------------
## 検索ボックス
--------------------------------------------------------------*/
/* ①ボックス部分 */
.search-edit, .search-box input[type="text"] {
  color: #4d4435;
  border-radius: 50px;
  outline: none;
  padding-left: 20px;
}

/* ②検索ボタン */
[type=submit].search-submit {
  top: 0;
  right: 0;
  height: 100%;
  padding: 8px 15px;
  background: #333; 
  color: #fff; 
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 0 50px 50px 0;
  transition:0.3s;
}

/* ③検索ボタン(hover) */
@media screen and (min-width: 391px) {
  [type=submit].search-submit:hover {
    color: #fff;
    background-color: #747474;
  }
}

/*--------------------------------------------------------------
## 見出しの左右に横線
--------------------------------------------------------------*/
.has-text-align-center {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.has-text-align-center::before,
.has-text-align-center::after {
  background-color: #666; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 80px; /* 横線の長さ */
}
.has-text-align-center::before {
  margin-right: 15px; /* 文字との余白 */
}
.has-text-align-center::after {
  margin-left: 15px; /* 文字との余白 */
}

/*--------------------------------------------------------------
## もっと見るボタン　線幅　投稿トップページ
--------------------------------------------------------------*/
.list-more-button {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

/*--------------------------------------------------------------
## HOME 固定ページ　タイトル非表示
--------------------------------------------------------------*/
.home.page .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## ショートコードでエントリーカードのような表示に　固定ページ HOME
--------------------------------------------------------------*/
.like-entry-cards .new-entry-card-link.widget-entry-card-link.a-wrap {
  padding: 1.5%;
  max-width: none;
  margin-bottom: 3%;
}

.like-entry-cards .new-entry-card-thumb.widget-entry-card-thumb.card-thumb {
  width: 320px;
  float: left;
  margin-right: 1.6%;
}

.like-entry-cards .new-entry-card-content.widget-entry-card-content.card-content {
  margin-left: 330px;
  padding-bottom: 1.2em;
}

.like-entry-cards .new-entry-card-title.widget-entry-card-title.card-title {
  font-size: 18px;
  margin: 0 0 5px 0;
  line-height: 1.2;
  font-weight: bold;
}

.like-entry-cards .new-entry-card-snippet.widget-entry-card-snippet.card-snippet {
  font-size: 0.8em;
  max-height: 7.8em;
  line-height: 1.3;
  overflow: hidden;
}

.like-entry-cards .new-entry-card-date.widget-entry-card-date.display-none {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: right;
  line-height: 1;
  display: block;
  font-size: 0.7em;
}

/* サイズ変更しない */
@media screen and (max-width:1280px) {
  .like-entry-cards .new-entry-card-thumb.widget-entry-card-thumb.card-thumb {
    width: 38%;
  }
  .like-entry-cards .new-entry-card-content.widget-entry-card-content.card-content {
    margin-left: 40%;
  }
}

/* サイズ変更しない */
@media screen and (max-width: 375px) {
  .like-entry-cards .new-entry-card-content.widget-entry-card-content.card-content {
    margin-left: 0;
  }
  .like-entry-cards .new-entry-card-thumb.widget-entry-card-thumb.card-thumb {
    margin-bottom: 6px;
  }
  .like-entry-cards .new-entry-card-title.widget-entry-card-title.card-title {
    font-size: 16px;
    line-height: 1.3;
  }
  .like-entry-cards .new-entry-card-snippet.widget-entry-card-snippet.card-snippet {
    margin-bottom: 0;
    clear: both;
    font-size: 13px;
    display: none;
  }

}

/* HOME 固定ページ　更新日の非表示 */
.like-entry-cards .new-entry-card-update-date.widget-entry-card-update-date.post-update {
  display: none;
}

/*--------------------------------------------------------------
## 制作実績ページ
--------------------------------------------------------------*/
.entry-content h3 {
  color: #505050;
  line-height: 1.3;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0em;
  padding-left: 0.45em;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 1.15em;
}

/* 制作実績 本文テキストサイズ */
.wp-block-post-excerpt {
  font-size: 0.8em;
  padding-left: 8px;
  padding-right: 5px;
}

/* 制作実績 本文下 余白削除 */
.wp-block-post-excerpt__excerpt {
  display: inline;
}

/* 制作実績 詳しくはこちら　右寄せ */
.wp-block-post-excerpt__more-text {
  text-align: right;
  padding-right: 3px;
  padding-top: 7px;
  margin-top: 0px;
}

/* 投稿カテゴリー別　投稿日非表示　本サイト番号変更 */
.categoryid-118 .date-tags,
.categoryid-118 .post-date,
.archive.category-118 .card-meta{
  display: none;
}

.categoryid-119 .date-tags,
.categoryid-119 .post-date,
.archive.category-119 .card-meta{
  display: none;
}

.categoryid-120 .date-tags,
.categoryid-120 .post-date,
.archive.category-120 .card-meta{
  display: none;
}

.categoryid-121 .date-tags,
.categoryid-121 .post-date,
.archive.category-121.card-meta{
  display: none;
}

.categoryid-122 .date-tags,
.categoryid-122 .post-date,
.archive.category-122 .card-meta{
  display: none;
}

.categoryid-123 .date-tags,
.categoryid-123 .post-date,
.archive.category-123 .card-meta{
  display: none;
}

.categoryid-124 .date-tags,
.categoryid-124 .post-date,
.archive.category-124 .card-meta{
  display: none;
}

/* 見出しh4 */
.article h4 {
  position:relative;
  font-size: 1.5em;
  border:none;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* 見出しh4　ライン */
.article h4:after {
  --stripe-color:#9dc1c1;/*ストライプの色*/
  position:absolute;
  content: "";
  width: 100%;
  height: 7px;
  bottom:0;
     left:0;
  background: linear-gradient(135deg, transparent 25%,var(--stripe-color)  25%,var(--stripe-color)  50%,transparent 50%,transparent 75%,var(--stripe-color) 75%,var(--stripe-color));
  background-size: 4px 4px;
}

/* 制作実績　カテゴリー下マージン */
.wp-block-spacer {
  margin-bottom: 10px;
}

/* 制作実績　アイキャッチタイトルフォントサイズ */
.wp-block-post-title {
  font-size: 1em !important;
}

/*--------------------------------------------------------------
## 制作実績カテゴリーボタン　固定ページ　ページ内リンク
--------------------------------------------------------------*/
/* サイズ */
.has-border-color {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: normal;
  font-size: 0.9em;
  width: 100%;
}

/* ホバー */
.has-border-color:hover {
  color: #333 !important;
  background-color: #EAF2F2 !important;
}

/*--------------------------------------------------------------
## ページ内リンク　固定ヘッダーナビとの重なり修正
--------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
h4.wp-block-heading {
  padding-top: 70px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -70px;
  margin-bottom: -40px;
  padding-bottom: -40px;
  top: -70px;
}
}

/*--------------------------------------------------------------
## ページ送りナビ　投稿ページ下
--------------------------------------------------------------*/
/* 左上　カテゴリー名非表示 */
.entry-footer {
  display:none;
}

/* ナビ上　余白 */
.pager-post-navi {
  padding-top: 10px;
}

/* ページ送りナビの左右を入れ替え(Cocoon ver.2～) */
.pager-post-navi a.prev-post {
  flex-direction: row-reverse;
  padding:10px 5px 10px 10px;
}
.pager-post-navi a.next-post {
  flex-direction: row;
  padding:10px 10px 10px 5px;
}
.pager-post-navi a.next-post .iconfont:before {
  content: '\f053';
}
.pager-post-navi a.prev-post .iconfont:before {
  content: '\f054';
}
.pager-post-navi a.next-post .next-post-title {
  margin: 0 0 0 10px;
}
.pager-post-navi a.prev-post .prev-post-title {
  margin: 0 10px 0 0;
}

@media screen and (min-width: 390px) {
  .pager-post-navi.post-navi-square {
    flex-direction: row-reverse;
  }
  .post-navi-square.post-navi-border a:last-child {
    border-left-width: 1px;
  }
  .post-navi-square.post-navi-border a:first-child {
    border-left-width: 0;
  }
}

/*--------------------------------------------------------------
## バナー　時間指定　表示・非表示
--------------------------------------------------------------*/
.timerHidden {
  display: none;
}
.timerVisible {
  display: block;
}

/*--------------------------------------------------------------
## 今月の島カレンダー申込フォーム　バナー
--------------------------------------------------------------*/
.app-b {
  background-image: url(/wp-content/uploads/2025/04/app-b01.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.app-b a {
  width: 300px;
  height: 60px;
  background: url("/wp-content/uploads/2025/04/app-b01.png") no-repeat;
  display: block;
  text-indent: -9999px;
  transition : 1s;　/*ふわっと指定*/
}

.app-b a:hover {
  background-image: url("/wp-content/uploads/2025/04/app-b02.png");
  transition : 1s;　/*ふわっと指定*/
}

/*--------------------------------------------------------------
## 投稿カテゴリーメニュー
--------------------------------------------------------------*/
.category-menu-r {
  margin-right: 20px;
}
.category-menu-l {
  margin-left: 20px;
}
.category-menu-rlr {
  margin-left: 6.65px;
  margin-right: 13.35px;
}
.category-menu-rll {
  margin-left: 13.35px;
  margin-right: 6.65px;
}

/* これより小さい */
@media screen and (max-width: 768px) {
.category-menu-r {
  margin-right: 15px;
}
.category-menu-l {
  margin-left: 15px;
}
.category-menu-rlr {
  margin-left: 15px;
  margin-right: 0px;
}
.category-menu-rll {
  margin-left: 0px;
  margin-right: 15px;
}
}

/*--------------------------------------------------------------
## せっかくカレンダーを作るなら
--------------------------------------------------------------*/
.calendar-c1 {
  text-align: center;
  display: block;
}
.calendar-c1 .text {
	text-align: left;
	display: inline-block;
}