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

/************************************
** 子テーマ用のスタイルを書く
************************************/
h2, h3, h4, h5, h6 {
	margin-top: 80px;
}

.center {
	display: flex;
	justify-content: center;
}

/* サムネイルにカテゴリを表示しない*/
.cat-label {
	display:none
}

/* 問い合わせボタン */
.contact-button a {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 260px;
	margin: 16px auto 0;
	padding: 10px 25px;
	color: #ffffff;
	background: #029d38;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
}
.contact-button a:hover {
	background: #c0e7cd;
	color: #313131;
}
.contact-button a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}
.contact-button a:hover:after {
	border-color: #313131;
}

/* コンタクトフォームの送信ボタン */
input[type='submit'] {
	width: 200px;
	margin: 16px 0 0 16px;
}

/* コンタクトフォームの必須ラベル */
.required-label {
	margin-right: 8px;
	padding: 4px;
	border-radius: 4px;
	background: #00189E;
	color: #ffffff;
	font-size: 0.8rem;
}

/* 画像にドロップシャドウ */
.shadow_test {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);	
}

/* 画像の下に余白 */
/* .wp-block-image {
	margin-bottom: 64px !important;
} */

/* よくある質問の画像にシャドウ */
body.categoryid-6 figure img {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


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

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

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