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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* お問い合わせフォームの装飾 */
.wpcf7-form label {
  display: block;
  margin: 1em 0 0.3em;
  font-weight: 600;
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}
.wpcf7-submit {
  background: #e69a2a;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.wpcf7-submit:hover {
  opacity: 0.85;
}
/* プロフィールカード */
.profile-card {
  background: #fff9f2;
  border: 1px solid #f0d9b5;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-bottom: 25px;
}
.profile-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  border: 2px solid #f5c26b;
}
.profile-name {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.profile-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}
.profile-link a {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #c97e22;
  text-decoration: none;
  font-weight: 600;
}
.profile-link a:hover {
  text-decoration: underline;
}


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

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

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