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

/* お問い合わせフォーム装飾 */

/* フォーム全体 */
.wpcf7-form {
  background: #f9fdf6;
  border: 2px dashed #cde8b5;
  padding: 2em;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* 各ラベル */
.wpcf7-form p {
  font-size: 1rem;
  margin-bottom: 1em;
  color: #4a4a4a;
}

/* 入力欄共通 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  border: 1.5px solid #cde8b5;
  border-radius: 8px;
  padding: 0.75em;
  background: #ffffff;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
  border-color: #a9c1a3;
  outline: none;
}

/* 送信ボタン*/
.wpcf7-form input[type="submit"] {
  display: block;
  margin: 1em auto 0 auto;
  background: #a9c1a3;
  color: #fff;
  font-weight: bold;
  padding: 0.7em 5em;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #8da78d;
}

.wpcf7-spinner {
	display: none;
}

/* にょきる見出し */
.nyokiru-title-wrapper {
  text-align: center;
}

.nyokiru-title {
  display: inline-block !important;
  border-top: 2px dashed #cde8b5 !important;
  border-bottom: 2px dashed #cde8b5 !important;
  padding: 0.5em 6.5em !important;
  font-weight: bold !important;
  background: #f5f9f3 !important;
  width: fit-content !important;
}
@media screen and (max-width: 768px) {
	.nyokiru-title {	
		padding: 0.5em 3.5em !important;
	}
}

.nyokiru-title2 {
  border-bottom: 2px solid #d8e8d8 !important;
  padding-bottom: 8px !important;
}

/* 標準カスタマイズ */
.p-profileBox {
  background: #eff5f3;
	border-radius: 2px;
}

.grecaptcha-badge { 
    transform: scale(0.8); 
}

/* 装飾 */
.top_category_box {
	background: #F5F9F3 !important;
	border-radius: 5px;
}