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

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.p-postListWrap.custom-square .c-postThumb__figure {
  aspect-ratio: 1/1;
}

/* フォーム全体のスタイル */
#googleForm {
    max-width: 600px;
    margin: 0 auto;
}

/* フォーム内の各項目のスタイル */
#googleForm .form-group {
    margin-bottom: 20px;
}

#googleForm label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
    display: inline-block;
}

#googleForm label span {
    color: red;
    margin-left: 5px;
}

/* テキスト入力フィールドとテキストエリア */
#googleForm input[type="text"],
#googleForm input[type="email"],
#googleForm textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

#googleForm input[type="text"]:focus,
#googleForm input[type="email"]:focus,
#googleForm textarea:focus {
    border-color: #007BFF;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#googleForm textarea {
    resize: vertical;
    min-height: 120px;
}

/* チェックボックス */
#googleForm input[type="checkbox"] {
    margin-right: 8px;
}

/* プライバシーポリシーのリンク */
#googleForm label a {
    color: #007BFF;
    text-decoration: none;
}

#googleForm label a:hover {
    text-decoration: underline;
}

/* ボタンスタイル */
#googleForm button[type="submit"] {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background-color: #007BFF;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#googleForm button[type="submit"]:hover {
    background-color: #0056b3;
}

#googleForm button[type="submit"]:active {
    background-color: #003d80;
}

#googleForm button[type="submit"]:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.p-breadcrumb__list {
    flex-wrap: wrap; //記事名が長い場合は折り返す
}
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block!important; //記事名の表示
    opacity: 1; //記事名を半透明にしない
    white-space: pre-wrap;//記事名が長い場合は折り返す
}

#content{
	padding-top:25px}


.it-tag a::before,
.it-tag a::after {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    content: none !important;
}

.p-postSlider {
    --swiper-nav-size: 32px;
    overflow: hidden;
    padding-bottom: var(--swl-post_slide_padY,16px);
    padding-top: var(--swl-post_slide_padY,16px);
    position: relative
}

.p-postSlider .swiper {
    position: relative;
    z-index: 1
}

.p-postSlider .swiper-pagination {
    bottom: 0;
    line-height: 1
}

.p-postSlider .swiper-pagination-bullet {
    background: currentcolor;
    color: inherit
}

.p-postSlider .swiper-button-prev {
    left: var(--ps_space)
}

.p-postSlider .swiper-button-next {
    right: var(--ps_space)
}

.p-postSlider .swiper-button-next svg,.p-postSlider .swiper-button-prev svg {
    display: none
}

.p-postSlider__swiper:not(.swiper-initialized) {
    visibility: hidden
}

.p-postSlider__title {
    font-size: 4.5vw;
    font-weight: 700;
    letter-spacing: var(--swl-letter_spacing,1px);
    margin-bottom: .75em;
    position: relative;
    text-align: center;
    z-index: 1
}

.postSlider__postList {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap
}

.p-postSlider .p-postList__item {
    height: auto;
    padding: 0 var(--ps_space);
    position: static;
    width: var(--swl-post_slide_width--pc,100%)
}

.p-postSlider .p-postList__link {
    color: inherit;
    height: 100%;
    position: relative
}

.p-postSlider .p-postList__body {
    color: inherit
}

.p-postSlider .p-postList__title {
    font-size: 3.6vw;
    overflow: hidden
}

.p-postSlider.-ps-style-normal .p-postList__title {
    line-height: 1.4;
    max-height: 4.2em
}

.p-postSlider.-ps-style-normal .p-postList__body {
    margin-top: .75em
}

.p-postSlider.-ps-style-img .p-postList__thumb {
    z-index: 0
}

.p-postSlider.-ps-style-img .p-postList__body {
    bottom: 0;
    color: #fff;
    left: 0;
    margin-top: 0;
    padding: 2em .75em .5em;
    position: absolute;
    width: 100%;
    z-index: 2
}

.p-postSlider.-ps-style-img .p-postList__body:before {
    background: linear-gradient(transparent,rgba(0,0,0,.4));
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: none;
    width: 100%;
    z-index: -1
}

.p-postSlider.-ps-style-img .p-postList__title {
    line-height: 1.2;
    max-height: 3.6em
}

@media not all and (min-width: 600px) {
    .p-postSlider {
        padding-bottom:var(--swl-post_slide_padY--mb,16px);
        padding-top: var(--swl-post_slide_padY--mb,16px)
    }

    .p-postSlider .swiper-pagination-bullet {
        height: 6px;
        margin: 0 3px;
        width: 6px
    }

    .p-postSlider {
        --swiper-nav-border-width: 1px
    }

    .p-postSlider.-fz-sp-s .p-postList__title {
        font-size: 3vw
    }

    .p-postSlider.-ps-style-img.-fz-sp-s .p-postList__body {
        padding: 2em .5em .5em
    }
}

@media not all and (min-width: 960px) {
    .p-postSlider__inner {
        padding-left:0;
        padding-right: 0
    }

    .p-postSlider .p-postList__item {
        width: var(--swl-post_slide_width--sp,100%)
    }

    .p-postSlider.-num-sp-1.-ps-style-normal .p-postList__body {
        padding: .25em 1em 0
    }
}

@media (min-width: 600px) {
    .p-postSlider__title {
        font-size:24px
    }

    .p-postSlider .p-postList__title {
        font-size: 15px
    }

    .p-postSlider.-fz-pc-l .p-postList__title {
        font-size: 18px
    }
}

@media (min-width: 960px) {
    .p-postSlider.-num-pc-1.-ps-style-normal .p-postList__body {
        padding:.25em 1em 0
    }
}


/* Swell Search Block Styles */
.swell-search-block {
    background-color: #FFFFFF; /* 白い背景 */
    border-radius: 12px; /* 角丸 */
    padding: 25px; /* 内側の余白 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 軽い影 */
    max-width: 350px; /* ブロックの最大幅を制限 (必要に応じて調整) */
    margin: 0 auto; /* 中央寄せ (必要に応じて調整) */
}

.swell-search-block-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.swell-search-form.form-group {
    margin-bottom: 15px;
}

.swell-search-form select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    appearance: none; /* デフォルトの矢印を非表示 */
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M192%20256L64%20128v256z%22%2F%3E%3C%2Fsvg%3E'); /* カスタム矢印 */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
    box-sizing: border-box; /* パディングを幅に含める */
}

.swell-search-form select:focus {
    border-color: #5cb85c; /* フォーカス時のボーダー色 */
    outline: none;
    box-shadow: 0 0 5px rgba(92, 184, 92, 0.5);
}

.swell-search-form.search-button {
    width: 100%;
    padding: 12px 20px;
    background-color: #28a745; /* 緑色のボタン */
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.swell-search-form.search-button:hover {
    background-color: #218838; /* ホバー時の色 */
}

.swell-search-form.search-button i {
    margin-right: 8px; /* アイコンとテキストの間のスペース */
    color: white; /* Font Awesomeアイコンを白に */
}

/* 画面リーダー用テキストの非表示 */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal!important;
}


.top-btn {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  padding: 18px 0;
  margin: 24px auto 0 auto;
  text-align: center;
  background-color: #1e7b41; /* 画像の緑に近いカラー */
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border: none;
  border-radius: 999px;  /* たっぷり丸みを持たせるのがポイント */
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.09);
  letter-spacing: 2px;
  transition: background 0.15s, box-shadow 0.15s;
}
.top-btn:hover,
.top-btn:focus {
  background-color: #166032;
  box-shadow: 0 4px 12px rgba(0,0,0,0.13);
  text-decoration: none;
  color: #fff;
}

.top-btn-center {
  width: 100%;
  display: flex;
  justify-content: center;
}


/* 投稿ページ最上部のタグ（オレンジラベル）だけを大きめに装飾 */
.p-articleMetas__termList.c-tagList .c-tagList__link {
  background: #FF9900;
  color: #fff !important;
  border-radius: 18px;
  padding: 0.5em 1.15em;      /* ←ここの値を調整で縦に大きく */
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.4em;
  margin-bottom: 0.05em;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s;
}

.p-articleMetas__termList.c-tagList .c-tagList__link:hover {
  background: #ffb733;
  color: #fff !important;
}


/* 一覧・リストページのタグボタン装飾 */
.c-tagList a {
  display: inline-block;
  background: #FF9900;
  color: #fff !important;
  border-radius: 14px;
  padding: 0.18em 0.7em;
  font-size: 0.8em;
  text-decoration: none;
  margin-right: 0.19em;
  margin-bottom: 0.19em;
  transition: background 0.2s;
}
.c-tagList a:hover {
  background: #ffb733;
  color: #fff !important;
}


/* もし不要な線や装飾がついていたら下記もセット */
.c-tagList a {
  border: none !important;
}
.c-tagList a::before,
.c-tagList a::after {
  display: none !important;
  content: none !important;
}


/* 投稿リスト・カテゴリ・検索結果のタイトル文字を大きく */
.p-postList__title {
  font-size: 2em;      /* 通常よりやや大きめ */
  font-weight: bold;     /* 太くしたい場合（任意） */
  line-height: 1.3;      /* 行間整える。お好みで */
}

/* スマホのみさらに大きくする場合は下記を追記（任意） */
@media (max-width: 767px) {
  .p-postList__title {
    font-size: 1.5em;
  }
}





