@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: #231815;
	color: #fff;
	font-size: 1.2rem;
	margin: 20% auto;
	padding: 1rem 2rem;
	width: fit-content;
	border-radius: 20px;
}
.br {
	display: none;
}
.entry-content .service-block,
.entry-content .fee-block,
.entry-content .flow-block,
.entry-content .welcome-block,
.entry-content .profile-block,
.entry-content .greeting-block,
.entry-content .access-block,
.entry-content .area-block {
	margin-bottom: 6rem;
}
.entry-content .inquiry-wrapper {
	margin-bottom: 0;
}
/* 新着情報 */
.article h1.entry-title {
	font-weight: 700;
}
.entry-content p.info-title {
	margin-bottom: 0;
}
/* 目次 */
.entry-content .toc {
	width: 100%;
	margin-bottom: 3rem;
}
/*　文字詰 */
p, li > a {
	font-feature-settings: "palt" 1;
	text-align: justify;
}
/* 特長 */
.article h4 {
	color: #796a56;
	font-size: 1.2rem;
	border-bottom: solid 1px #796a56;
	padding-bottom: .5rem;
}
.article h4 > span::before {
	content: none !important;
}
/* スケジュール */
.schedule-wrapper {
	position: relative;
}
.schedule-wrapper:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 4%;
	background: #aaabab;
	width: 1px;
	height: 90%;
}
ul.schedule {
	padding-left: 12px;
}
ul.schedule li {
	color: #aaabab;
	padding-bottom: 1rem;
	font-size: 1.3rem;
}
ul.schedule li span {
	color: #484848;
	font-size: 1rem;
}
/* 見学 */
.welcome-block {
	width: 80%;
	margin: 2rem auto 3rem;
}
.welcome {
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	padding: .3rem;
	background-color: #e95513;
	border-radius: 25px;
}
/* 利用料金 */
.wp-block-table thead {
  border: 1px solid #eee;
}
.kaigo-fee th {
	background-color: #e51373;
	color:#fff;
}
.shien-fee th {
	background-color: #4b8cca;
	color:#fff;
}
.kaigo-fee td.has-text-align-center {
	width: 30%;
}
/* --- 事業所・施設 --- */
.office-name {
	font-size: 1.1rem;
	font-weight: bold;
}
.office-name span {
	font-size: 0.8rem;
}
.office-name a {
	text-decoration: none;
}
.office-name a:hover {
	text-decoration: underline;
}
/* 職員募集 */
.entry-content .recruit-table table {
  width: 100%;
  font-size: 0.85rem;
}
/* お問い合わせ */
.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;
}
/* フッター */
.footer {
	border-top: solid 1px #40210f;
}
.footer .footer-bottom .footer-bottom-logo {
	bottom: 10px
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/* お問い合わせ */
	.contact-table th,
	.contact-table td {
		display: block;
	}
	.contact-table th p {
		padding-top: .5rem;
		margin-bottom: 1rem;
	}
	.fz-20px {
		font-size: 13px;
	}
	/* 見学 */
	.welcome-block {
		width: 100%;
		margin: 2rem auto 2rem;
	}
	.welcome {
		font-weight: bold;
		font-size: 1.2rem;
		border-radius: 25px;
	}
}
