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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.entry-content .station-block,
.entry-content .service-block,
.entry-content .characteristic-block,
.entry-content .flow-block,
.entrty-contnt .mynumber-block,
.entry-content .profile-block,
.entry-content .access-block,
.entry-content .other-office-block
{
	margin-bottom: 6rem;
}
/* 新着情報 */
.entry-content p.info-title {
	margin-bottom: 0.5rem;
}
/* 目次 */
.entry-content .toc {
	width: 100%;
	margin-bottom: 3rem;
}
/* 文字詰 */
p, li > a {
	font-feature-settings: "palt" 1;
	text-align: justify;
}
/* 訪問看護ステーションについて */
.entry-content .station-block h6 {
	font-size: 1.3rem;
	font-weight: bold;
}
.entry-content .station-block h6:before {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	content: '';
	border-radius: 100%;
	background-color: #4fc6b1;
	margin-right: .3rem;
}
.entry-content .about-station01 {
	margin-bottom: 4rem;
}
.entry-content .station-block ul {
	padding-left: 1rem;
}
/* サービスの紹介 */
.entry-content .service-block .ippan-houmon-kango {
	margin-bottom: 3rem;
}
.entry-content .service-block .ippan-column,
.entry-content .service-block .seishin-column {
	justify-content: space-between;
}
.entry-content .service-block .ippanhomon-header {
	background-color:#0097ad;
	font-size: 1.2rem;
	padding: 1rem;
	color: #fff;
}
.entry-content .service-block .ippan-column .service-item {
	background-color: #c8e6de;
	padding: .8rem;
}
.entry-content .service-block .allday-column {
	background-color: #c8e6de;
	padding: .8rem;
}
.entry-content .service-block .allday-column .allday {
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 0;
	color: #fff;
	text-shadow:
		4px 4px 4px #0097ad, -4px -4px 4px #0097ad,
		-4px 4px 4px #0097ad,  4px -4px 4px #0097ad,
		4px 0 4px #0097ad, -4px  0 4px #0097ad,
		0 4px 4px #0097ad,  0 -4px 4px #0097ad;
}
.entry-content .service-block .allday-column p.allday-support {
	text-align: center;
	font-size: 1em;
}
.entry-content .service-block .ippan-column .service-item p.title {
	color: #0097ad;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: .5rem;
}
.entry-content .service-block .ippan-column .service-item p.title span {
	font-size: .8rem;
}
.entry-content .service-block .ippan-column .service-item p,
.entry-content .service-block .seishin-column .service-item p{
	font-size: .8rem;
}
.entry-content .service-block .seishinhomon-header {
	background-color:#fa839d;
	font-size: 1.2rem;
	padding: 1rem;
	color: #fff;
}
.entry-content .service-block .seishin-column .service-item {
	background-color: #fee1e7;
	padding: .8rem;
}
.entry-content .service-block .seishin-column .service-item p.title {
	color: #fa839d;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: .5rem;
}
.entry-content .service-block .allday-column-pink {
	background-color: #fee1e7;
	padding: .8rem;
}
.entry-content .service-block .seishin-column .allday-column-pink p.allday {
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 0;
	color: #fff;
	text-shadow:
		4px 4px 4px #fa839d, -4px -4px 4px #fa839d,
		-4px 4px 4px #fa839d,  4px -4px 4px #fa839d,
		4px 0 4px #fa839d, -4px  0 4px #fa839d,
		0 4px 4px #fa839d,  0 -4px 4px #fa839d;
}
.entry-content .service-block .seishin-column .allday-column-pink p.allday-support {
	text-align: center;
	font-size: 1em;
}
/* 訪問看護ステーションの特徴 */

/* ご利用の流れ */
.article p.homonkango-flow {
	background-color: #d8eaf4;
	border: solid 1px #70a7c2;
	border-radius: 15px;
	padding: 2rem 4rem;
	color: #182987;
	font-weight: bold;
}
.triangle {
	width: 40px;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: #036eb7;
	margin: 0 auto 1rem;
}
.phone {
	border: 8px solid #fa489d;
	border-radius: 20px;
	padding: 1.2rem;
	margin-bottom: 6rem;
}
.phone .phone-suggestion {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #182987;
	margin-bottom: .5rem;
}
.phone .phone-number {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #182987;
}
/* お問い合わせ */
.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 #4fc6b1;
}
/* 近隣の事業所・施設 */
.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 {
	margin-bottom: 5rem;
}
.entry-content .recruit-table table {
	width: 100%;
	font-size: 0.85rem;
}
.recruit-form table {
	font-size: 0.85rem;
}
.mobile-footer-menu-buttons .menu-icon {
	color: #fff;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/* サービスの紹介 */
	.entry-content .service-block .service02 .service-flex-box {
		align-items: center;
	}
	/* 訪問看護ステーションの特徴 */
	.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
		flex-basis: 20%;
	}
	/* お問い合わせ */
	.contact-table th,
	.contact-table td {
		display: block;
	}
	.contact-table th p {
		padding-top: .5rem;
		margin-bottom: 1rem;
	}
	.fz-20px {
		font-size: 13px;
	}
}
