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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* ヘッダー */
.header .tagline {
	background-color: #5894ca;
	color: #fff;
	margin: 0 auto;
	padding: .3rem 1rem;
	width: fit-content;
	border-radius: 20px;
}
.br {
	display: none;
}
/*　文字詰 */
p, li > a {
	font-feature-settings: "palt" 1;
	text-align: justify;
}
.entry-content .service-wrapper,
.entry-content .flow-wrapper,
.entry-content .profile-wrapper,
.entry-content .greeting-block,
.entry-content .access-wrapper {
	margin-bottom: 6rem;
}
.entry-content .inquiry-wrapper {
	margin-bottom: 0;
}
/* 新着情報 */
.entry-content p.info-title {
	margin-bottom: 0;
}
/* 目次 */
.wp-block-group .toc {
	width: 100%;
}
/* 見出し */
.article h2 {
	background-color: transparent;
	border-bottom: solid 4px #e4e4e3;
	margin: 4em 0 2em 0;
	padding: 16px 8px;
	position: relative;
}
.article h2::before {
	display: block;
	content: "";
	width: 30%;
	border-bottom: solid 4px #5894ca;
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 1;
}
.article h3 {
    border-left: solid 3px #aac2d2;
	border-bottom: solid 1px #aac2d2;
	border-top: none;
	border-right: none;
    background-color: #f7f9fb;
    margin: 3em 0 2em 0;
    padding: 12px 14px;
}
/* サービスの特徴 */
.wp-block-columns .kawasaki-service {
	color: #fff;
	background-color: #5894ca;
	border-radius: 10px;
	padding: 1rem;
}
.kawasaki-service .kawasaki-service-headline {
	font-size: 1.2rem;
	text-align: center;
}
.kawasaki-service .kawasaki-service-text {
	font-size: 0.9rem;
}
/* ご利用までの流れ */
.wp-block-columns .shop-step {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.wp-block-columns .shop-step .shop-step-top {
	
}
.wp-block-columns .shop-step .step-img {
	align-self: end;

}
.service-flow-headline {
	color: #5894ca;
	font-size: 1.2rem;
	text-align: center;
	border-bottom: solid 1px #5894ca;
	padding-bottom: .5rem;
}
/* 代表挨拶 */
/* お問い合わせ */
.contact-table {
	max-width: 800px;
}
.contact-table th,
.contact-table td {
	display: table-cell;
	font-weight: normal;
}
span.reqired {
	background-color: #c1272d;
	color: #fff;
	margin-left: 5px;
	padding: 0.3rem;
	border-radius: 0.3rem;
}
input[type="text"], 
input[type="password"], input[type="search"],
input[type="tel"], input[type="url"],
input[type="email"], input[type="number"], textarea {
	border: 1px solid #888;
	background-color: #fff;
	width: 95%;
}
input[type="submit"] {
	max-width: 100px;
	color: #fff;
	background-color: #337ab7;
	border: solid 1px #296292;
	border-radius: 5px;
}
input[type="submit"] :hover {
	background-color: #296292;
	border: solid 1px #296292;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.br {
		display: block;
	}
	/* ヘッダー */
	.header .tagline {
		margin: 1rem auto;
	}
	/* ご利用までの流れ */
	.wp-block-columns .kawasaki-flow-block {
		max-width: 100%;
	}
	/* お問い合わせ */
	.contact-table th,
	.contact-table td {
		display: block;
	}
	.contact-table th p {
		padding-top: .5rem;
		margin-bottom: 1rem;
	}
	.fz-20px {
		font-size: 13px;
	}
}
