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

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

.article h2 {
　color: #1FD01C;/*文字色*/
　padding: 0.5em;/*上下左右の余白*/
  /*background: #1FD01C;背景色*/
}

.article h3 {
  color: #3f3f3f;/*文字色*/
  padding: 0.5em;/*上下左右の余白*/
  border-top: solid 3px #3f3f3f;/*上線*/
  border-bottom: solid 3px #3f3f3f;/*下線*/
}

.article h4 {
　color: #3f3f3f;/*文字色*/
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px #3f3f3f;
}
.page .entry-title {
display: none;
}
/* 最新の投稿ブロックの記事タイトルを非表示 */
.wp-block-latest-posts__post-title{
    display: none !important;
}
.wp-block-latest-posts__list{
	display: flex;
	justify-content: center;
}

/*-----------------------------
カテゴリータグ表示
------------------------------*/
/*アイキャッチのカテゴリ表示を非表示*/
.cat-label{
	display: none;
}
.cat-icon{
	display: none;
}
/*カテゴリータグの変更*/
.cat-link {
 background-color: #f6f6f6;
 color: #222;
 pointer-events: none;
 border: 1px solid #333;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
width: 100%;
margin-bottom: 20px !important;
    overflow: hidden;
}
 
.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/
 
.gallery-item { /** 画像共通のスタイル **/
    float: left;
margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}
 
.gallery-icon img {
width: 100%;
height: auto;
margin-bottom: 10px !important;
}
 
.gallery-caption { /** キャプション **/
    color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}
 
.gallery-columns-1 .gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
width: 48%;
margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.33333%;
margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}
 
@media screen and (max-width: 640px) {
/* 640px以下用の記述 */
.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
width: 48%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item {
width: 31.33333%;
margin: 0 1%;
}
}
.button003{
	text-align: right; /* ボタンを右寄せにする */
    margin: 10px; /* 余白（必要に応じて調整） */
}
.button003 a {
    background: #1fd01c;
    border-radius: 50px;
    position: relative;
	/*left: 450px;
    display: flex;*/
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 20px 50px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
	font-weight: 500;
}
.button003 a:hover {
    background: #1fd01c;
    color: #ffffff;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}






/************************************
**モバイルスライドインメニュー
************************************/
span.fas.fa-times::before{
font-family: "Font Awesome 5 Free";
content: "\f060";
color:#90C31F;/*矢印色変更はこちら*/
}
ul.menu-drawer:before{
font-size:1.2em;
background: white;
color:#333;
margin-bottom:1em;
border-bottom:3px dotted #90C31F; /*点線の色変更はこちら*/
content: "メニュー";
}
ul.menu-drawer:after {
background: white;
}
.menu-drawer li {
padding:0;
}
.menu-drawer li{
font-weight: bold;
}
.menu-drawer a{
font-size:1.3em;
background-color:#ffffff;
color:#545454;
margin: .5em 0;
}
.menu-drawer a:hover{
background-color:#f7f7f7;
}
.menu-drawer .sub-menu {
padding:0;
}
.menu-drawer .sub-menu li{
font-size: .9em;
}
.menu-drawer .sub-menu li a::before {
font-family: "Font Awesome 5 Free";
content : "\f105";
color:#7b7b7b;
margin:0 .5em 0 1em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*1050px以下*/
@media screen and (max-width: 1050px){
  /*必要ならばここにコードを書く*/
	.navi-in > ul li {
        width: 100px;
		
		
    }
	img{max-width:100%;}
	body {-webkit-text-size-adjust:100%;}
    html {box-sizing: border-box;}	
    <meta name="format-detection" content="telephone=no">
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	img{max-width:100%;}
	body {-webkit-text-size-adjust:100%;}
    html {box-sizing: border-box;}	
    <meta name="format-detection" content="telephone=no">
/* WORKSページタイトル */
	.works-item h2 {
    font-size: 12px;
    margin-top: 10px;
    color: #333;
	}
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	img{max-width:100%;}
	body {-webkit-text-size-adjust:100%;}
    html {box-sizing: border-box;}	
    <meta name="format-detection" content="telephone=no">
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	img{max-width:100%;}
	body {-webkit-text-size-adjust:100%;}
    html {box-sizing: border-box;}	
    <meta name="format-detection" content="telephone=no">


}


/********test*******/
/* --------- 💻 PC（デフォルト） --------- */

.form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.form-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.form-description {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.required {
  color: red;
  font-size: 12px;
  margin-left: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 5px;
}

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

input[type="submit"] {
  background-color: #3c6;
  color: #fff;
  padding: 14px 20px;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
  margin-top: 20px;
}

input[type="submit"]:hover {
  background-color: #2a5;
}

.checkbox-group label,
.radio-group label {
  display: block;
  margin-bottom: 8px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.form-col {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 10px;
  }

  .form-col {
    width: 100%;
  }

  input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .form-wrapper {
    padding: 20px 10px;
  }

  .form-title {
    font-size: 20px;
  }

  .form-description {
    font-size: 13px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    font-size: 15px;
    padding: 8px;
  }

  input[type="submit"] {
    font-size: 16px;
    padding: 12px;
  }
}
body,
input,
textarea,
select,
button {
  font-family: 'Noto Sans JP', sans-serif;
}
/* 見た目だけチェックボックス風のラジオボタン */
.custom-radio {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.6; /* ← テキストの高さ調整 */
  user-select: none;
}

.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* ← 中央に揃える */
  height: 18px;
  width: 18px;
  background-color: white;
  border: 2px solid #999;
  border-radius: 2px;
}

.custom-radio input:checked ~ .custom-radio-box {
  background-color: #4caf50;
  border-color: #4caf50;
}

.custom-radio-box::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio input:checked ~ .custom-radio-box::after {
  display: block;
}

.custom-radio-box::after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* 全ラベルの上に余白をつけて間隔を確保 */
label {
  margin-top: 16px; /* 適度な値に調整可能 */
  display: block;
  font-weight: bold;
}

/* フォーム冒頭のラベルだけは margin-top をゼロにしたい場合 */
label:first-of-type {
  margin-top: 0;
}
.checkbox-group {
	margin-left:20px;
}
.custom-radio-group {
	margin-left:20px;
}

/* === 全体レイアウト === */
.confirm-wrapper {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

/* === 見出し === */
.confirm-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.confirm-heading span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

/* === サブ説明文 === */
.confirm-subtext {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

/* === 確認テーブル === */
.confirm-table {
  width: 100%;
  border: 1px solid #a7a7a7; /* 枠線を黒に */
  border-collapse: collapse;
  margin-bottom: 40px;
  text-align: left;
}

.confirm-table th,
.confirm-table td {
  padding: 16px;
  border-top: 1px solid #a7a7a7;     /* 横線のみ */
  border-bottom: 1px solid #a7a7a7;  /* 横線のみ */
  border-left: none;
  border-right: none;
}

.confirm-table tr:first-child th,
.confirm-table tr:first-child td {
  border-top: none; /* 最上部の行には横線なし */
}

.confirm-table th {
  background-color: #fafafa;
  width: 30%;
  white-space: nowrap;
  font-weight: 600;
}

/* === ボタンエリア === */
.confirm-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-primary,
.btn-secondary {
  width: 300px;
  height: 60px;
  padding: 0;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 60px; /* ← 高さに合わせて中央寄せ */
  box-sizing: border-box;
}

/* 戻るボタン */
.btn-secondary {
  background-color: #fff;
  border: 1px solid #aaa;
  color: #333;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background-color: #f2f2f2;
}

/* 送信ボタン */
.btn-primary {
  background-color: #77A6AA;
  border: none;
  color: #fff;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #4aa290;
}

@media screen and (max-width: 640px) {
  .confirm-table,
  .confirm-table tbody,
  .confirm-table tr,
  .confirm-table th,
  .confirm-table td {
    display: block;
    width: 100%;
  }

  .confirm-table tr:not(:last-child) {
    margin: 0;            /* ← 空白の原因対策 */
    padding: 0;
    border-bottom: 1px solid #ddd;
  }

  .confirm-table th {
    background-color: transparent;
    font-weight: bold;
    padding: 12px 16px 4px;
    border: none;
  }

  .confirm-table td {
    padding: 0 16px 16px;
    border: none;
  }
}

/* === レスポンシブ対応 === */
@media screen and (max-width: 600px) {
  .confirm-buttons {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .confirm-heading span {
    font-size: 20px;
  }
}