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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.btn-primary {
  display: block;
  text-align: center;
  background: #ff6b00;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}
.box-side{
	background: #f7f9fc;
	border:2px solid #3b82f6;
	padding:16px;
    border-radius: 8px;
}

.cta-button {
  background: linear-gradient(180deg, #d70000, #a80000);
  color: #fff;
  padding: 18px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: 0.2s;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}
/*********************************
* SNSシェア・フォローボタンを小さく *
**********************************/

#main .sns-share a,
#main .sns-follow a {
	width: 45px;
	margin: 0 5px 0 0;
}

.sns-share-buttons,
.sns-follow-buttons {
	justify-content: center;
}

#main .button-caption {
	display: none;
}

#main .social-icon {
	font-size: 25px;
}
/* スマホ用 */
@media screen and (max-width: 480px) {

	#main .sns-share a,
	#main .sns-follow a {
		width: 40px;
		height: 40px;
		margin: 3px;
		border-radius: 8px;
	}

	#main .social-icon {
		font-size: 20px;
	}

}

/* Cocoon グローバルメニュー背景色 */
#navi {
  background-color: #1f9acb;
}

/* メニュー内側も同色 */
#navi-in {
  background-color: #1f9acb;
}

/* 文字色 */
#navi a {
  color: #ffffff;
}

/* ホバー時 */
#navi a:hover {
  background-color: #177ca3;
  color: #ffffff;
}

/* 4カラム導線ボックス化 */
.wp-block-column{
background:#ffffff;
border:2px solid #d8eef9;
border-radius:12px;
padding:20px;
box-shadow:0 4px 10px rgba(0,0,0,0.05);
transition:all 0.25s ease;
text-align:center;
}

/* ホバーで浮く */
.wp-block-column:hover{
transform:translateY(-5px);
box-shadow:0 8px 18px rgba(0,0,0,0.08);
border-color:#49b3e8;
}

/* タイトル文字 */
.wp-block-column strong{
font-size:20px;
color:#16324f;
display:block;
margin-bottom:8px;
}

/* 説明文 */
.wp-block-column p{
font-size:14px;
color:#555;
margin:0;
line-height:1.6;
}

.profile-card{
  background:#f7f7f7;
  border-radius:12px;
  overflow:hidden;
  text-align:center;
  padding-bottom:30px;
  box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.profile-header{
  height:140px;
  background:linear-gradient(
    135deg,
    #a8d8e8,
    #cbe8ef
  );
}

.profile-icon{
  margin-top:-50px;
}

.profile-icon img{
  width:100px;
  height:100px;
  border-radius:50%;
  border:5px solid #fff;
  object-fit:cover;
}

.profile-body{
  padding:20px;
}

.profile-body h3{
  font-size:34px;
  margin-bottom:25px;
  color:#444;
}

.profile-body p{
  text-align:left;
  line-height:2;
  color:#666;
  font-size:15px;
  margin-bottom:20px;
}

.profile-links{
  list-style:none;
  padding:0;
  text-align:left;
  margin:25px 0;
}

.profile-links li{
  margin-bottom:10px;
}

.profile-links a{
  color:#6b7280;
  text-decoration:none;
}

.profile-links a:hover{
  text-decoration:underline;
}

.profile-sns{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-top:25px;
}

.profile-sns a{
  width:45px;
  height:45px;
  border-radius:8%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  font-size:20px;
}

.profile-sns a:nth-child(1){
  background:#6ea8fe;
}

.profile-sns a:nth-child(2){
  background:#000;
}

.profile-sns a:nth-child(3){
  background:#ff4f81;
}

.profile-sns a:nth-child(4){
  background:#42cdb3;
}









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

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

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