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

@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-mainVisual__slideTitle {
    letter-spacing: 5px;
    font-weight: 500;
    font-size: 43px;
  color: #fff;
  text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.5) !important;
}
@media screen and (max-width: 480px) {
.p-mainVisual__slideTitle {
  font-size: 20px;
}}


/* 背景画像設定 */
body {
  background-image: url("your-background.jpg"); /* 背景画像のURLに差し替え */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* 固定アイコンの基本スタイル */

/* img.luminous {
  width: 213px;
  left: 2%;
  top: 5%;
  transform: none;
  position: fixed;
  z-index: 9999;  *//* 背景の上に表示 */
 /*  pointer-events: none; */ /* クリックイベントを無効化 */
}

/* 幅が780px以下のとき */
/* @media (max-width: 780px) {
img.luminous {
    width: 80px;
  }
} */

/* 固定ページ見出し */

.c-pageTitle__subTitle {
  margin-top: 0.5em;
  margin-left: 0;
  font-size: 0.45em;
  font-style: normal;
  opacity: 1;
}

/* 固定ページ見出し */

.c-pageTitle {
  display: flex;
  flex-direction: column;
  font-size: 1.75em;
  filter: drop-shadow(1px 1px 2px #000000cc);
}

/*-----------------週報ページレイアウト  ---------------*/

.post_content h2 {
  margin: 0em 0 1em;
}

.syuho-item {
  border-bottom: 1px solid var(--color_border);
  display: block;
  /* border-top: 1px solid var(--color_border); */
  margin: 8px;
}

/* link関係とホバー */
.syuho-item a {
  color: #64656b;
  transition: background-color 0.25s;
}
.syuho-item:hover {
  color: #000; /* 文字色を白にする */
  background-color: #e7e7e7; /* 背景色をグレー（#c9c9c9）にする */
  text-decoration: none; /* リンクに出てくる下線を無効にする*/
}

/* 日付 */
.syuho-item .date {
  font: 1em sans-serif;
  color: #434960;
  font-weight: bold;
}

/* タイトル */
.pagination [class*="page-numbers"] {
  font-size: 20px;
  display: inline-block;
  justify-content: center;
}

/* 見出しの装飾のありなし */
.post_content.wp-block-heading .syuhotitle {
  border-left: solid 6px var(--color_htag);
}
.post_content .syuho-list .syuho-item h2 {
  border-left: none;
}

.post_content .pagination {
  display: flex !important;
  justify-content: center;
}


@media screen and (max-width: 480px) {
 .about-p{
    text-align: center;
  }
   }
  



/*-----------------投稿ページレイアウト ---------------*/

/* TOP */
.widget_recent_entries a, .wp-block-latest-posts a {

    font-size: 1.3em;
}

/* 投稿ページ */
.-type-simple .p-postList__title {
  font-size: 1.3em;
}

/*-----------------週報サイドバー  ---------------*/

#block-3 {
  display: none;
}
#block-4 {
  display: none;
}
#block-6 {
  display: none;
}

.swell-block-button .is-style-btn_solid {
  background-color: #f5f5f5;
  color: #333;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1rem;
  text-decoration: none;
}

.c-bannerLink__figure {
  margin: 21px;
}

/* 週報タイトル */

/*----------------------------- フッター---------------------------- */

#nav_menu-3 {
  padding-top: 80px;
}

#nav_menu-5 {
  padding-top: 80px;
}

#custom_html-3 {
  width: 80%;
}

.royary {
  font-size: small;
}

/*----------------------------- お問い合わせ---------------------------- */
/* .wpcf7 {
display: flex;
justify-content: center;
}

@media (max-width: 768px) {
.labeltext {
    width: 90vw;
}
}

@media (max-width: 768px) {
.Join {
    width: 90vw;
}
}

@media (max-width: 768px) {
.wpcf7-form-control {
    width: 90vw; /* 幅を90%に設定 */
/*     margin: 0 auto; */ /* 中央揃え */
/* }
}

@media (max-width: 768px) {
.wpcf7-submit {
    width: 80px;
}
}

.wp-block-button .has-custom-width .wp-block-button {
display: flex;
justify-content: space-between;
align-items: center;
} */

/* フォーム全体のスタイル */

/* 全幅指定 */
.full-width {
  margin: 0 calc(50% - 50vw);
  padding: 5em calc(50vw - 50%);
}
/* pタグの余白を削除 */
.wpcf7-form p {
  margin-bottom: 0;
}
/* 背景色（お好きな色に） */
section.contact {
  background-color: #edf7ef;
}
/*  フォームの幅（自由に変えてOK） */
.contactForm {
  max-width: 700px;
  margin: 0 auto;
}
/* 各項目の下部余白 */
.contact_item {
  margin-bottom: 2.5rem;
}
/* 項目名 */
.label {
  display: block;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /*  margin-bottom: .6rem; */
  font-weight: bold;
}
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
  font-size: 1.5rem;
  color: #ffffff;
  border-radius: 0.3rem;
  margin-right: 1rem;
  padding: 5px 10px;
}
/* 必須タグ */
.label_must {
  background-color: #c84772;
}
/* 任意タグ */
.label_option {
  background-color: #888988;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  border: solid 1px #707070;
  padding: 0.5rem;
  font-size: 1.8rem;
}

/* お問い合わせ内容を入力する箇所 */
textarea {
  border: solid 1px #707070;
  padding: 0.5rem;
  height: 207px;
  font-size: 33px;
}

/* textarea.form-control {
    border: solid 1px #707070;
    padding: .5rem;
    height: 207px;
    font-size: 1.8rem;
}  */
/* ボタン */
.btnArea {
  text-align: center;
}
input[type="submit"] {
  background: #c84772;
  border: 2px solid #ffffff;
  width: 280px;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-weight: bold;
  padding: 1.4rem 0;
  margin-top: 2rem;
  cursor: pointer;
  border-radius: 0.3rem;
  transition: all 0.3s;
}
/* ボタンにホバーした時 */
input[type="submit"]:hover {
  color: #c84772;
  background-color: #ffffff;
  border-color: #c84772;
}
/* ローダー */
.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}
/* モバイル版 */
@media screen and (max-width: 480px) {
  .contact_item {
    margin-bottom: 1.6rem;
  }
  .label {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
  }
  .label_tag {
    font-size: 1.1rem;
  }
  input[type="text"],
  input[type="email"] {
    padding: 0.4rem;
    font-size: 1.5rem;
  }
  textarea {
    padding: 0.4rem;
    font-size: 1.5rem;
  }
  input[type="submit"] {
    font-size: 1.5rem;
    justify-content: center !important;
    display: flex;
  }

  .wpcf7-form-control {
    width: 90vw;
    justify-content: center;
    display: flex;
    margin: 0 auto;
  }
}
