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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.custom-contact-form {
  max-width: 600px;
  margin: 2em auto;
  padding: 2em;
  background-color: #fdfdfd;
  border: 2px solid #001f3f; /* ネイビー */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.custom-contact-form .form-group {
  margin-bottom: 1.5em;
}

.custom-contact-form label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #001f3f; /* ネイビー */
}

.custom-contact-form input,
.custom-contact-form textarea {
  width: 100%;
  padding: 0.75em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  box-sizing: border-box;
}

.custom-contact-form button {
  background-color: #001f3f; /* ネイビー */
  color: #ffd700; /* 金 */
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-contact-form button:hover {
  background-color: #003366;
}


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

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

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