@charset "utf-8";
/*
Theme Name:ORION Child
Description:「ORION」子テーマ
Template:orion_tcd037
Author:TMC Co.,Ltd.
Version:4.1
*/

/*「ORION」子テーマ update 2022.8,2024.10,2025.6.13,2025.7.29 */

/* ----------------------------------------------------------------------
	TCDオリジナル部分のカスタム▼
---------------------------------------------------------------------- */

h3:not(.headline):not(.side_headline) {
	margin: 2em 0 0.6em !important;
	padding: 1.1em 0.1em 0.8em !important;
	font-size: 26px !important;
	font-weight: 500 !important;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background-image: url(img/add/bg-flower.png);
	background-repeat: no-repeat;
}

.pc #global_menu>ul>li>a {
	padding: 0px 14px;
}

.pc #global_menu {
	width: auto;
	left: 400px;
	right: 0px;
}

/*add 2024.3.12 v3.7対応*/
.pc #global_menu>ul>li>a {
	font-size: 14px;
	font-weight: bold;
}

.pc #global_menu ul ul a { 
	font-size: 12px;
}
/*ここまで*/

.post_content p {
	line-height: 1.8;
}

#main_col {
	margin-top: 10px;
}

/* Tablet */
@media only screen and (min-width: 767px) and (max-width:1024px) {
	#top #header_inner {
		background-color: #0083B3;
	}

	#top #header_inner #header_logo #logo_text h1.logo a {
			color: #FFF !important;
	}
/*
	#top #header_inner #header_logo a.menu_button::before {
		color: #FFF !important;
	}
*/
}

.style4a {
	margin-top: 0 !important;
}

/*tableカスタム 2017.7.20 add*/
.post_content table thead th {
	background-color: #78D0F1;
	color: #FFF;
}

.post_content table tbody th {
	background-color: #e0ffff;
}

/*ボタン*/
.q_button,
.bt_orion {
	background-color: #0083B3 !important;
}

.q_button:hover,
.bt_orion:hover {
	background-color: #00A0E0 !important;
}

/*ブログ一覧 タイトル非表示*/
#archive_header #archive_headline {
	display: none;
}


/* スマートフォン表示 */
@media screen and (max-width:480px) {
	h3:not(.headline) {
		margin: 1em 0 0.6em !important;
		padding-left: 10px !important;
	}

	#header * {
		background-color: #0083B3 !important;
	}

	#header a,
	a.menu_button:before {
		color: white !important;
	}

	#header_logo_index {
		width: 95% !important;
	}

	#header_logo_index .logo {
		font-size: 24px !important;
	}

	#footer_logo .logo {
		font-size: 16px !important;
	}
}

/*ブログ以外*/
/*PC表示*/
@media print,
screen and (min-width: 768px) {
	.page #main_col {
		width: 940px;
	}
}

/* Tablet */
@media only screen and (min-width: 767px) and (max-width:1024px) {
	.page #main_col {
	width:100%;
	}
}

/* ver.4.0調整 2025.6.13 */
.rich_font_logo {
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	/*font-weight: 400 !important;*/
}

.index_content1 .index_content_header2 h3.rich_font,
#footer_logo .rich_font_logo {
	font-weight: normal !important;
}
/*#index_news,#index_blog内h3*/
/*別途 WP内 TCDテーマオプション→基本設定→フォントタイプ→フォントセット→フォント（ロゴ用）→文字の太さ：太い に設定
また、フォントセット→フォント1→和文：ゴシック,欧文：Verdana に設定*/

/* ----------------------------------------------------------------------
	TMC追加▼
---------------------------------------------------------------------- */

/*ロゴマーク追加 2017.8.30*/

/*PC表示*/
@media screen and (min-width: 481px) {

	/*フロントページ　サイトタイトル*/
	#header_logo_index .logo_area p.logo:before {
		content: url(img/add/seiterejiakai-mark.png);
		position: relative;
		top: 20px;
		margin-right: 10px;
	}

	/*フッタ*/
	#footer_logo .logo_area p.logo:before {
		content: url(img/add/seiterejiakai-mark_s.png);
		position: relative;
		top: 20px;
		margin-right: 10px;
	}
}

/*スマホ表示*/
@media screen and (max-width: 480px) {

	/*フロントページ　サイトタイトル*/
	#header_logo_index .logo_area p.logo:before {
		content: url(img/add/seiterejiakai-mark.png);
		display: block;
		position: relative;
	}

	/*フッタ*/
	#footer_logo .logo_area p.logo:after {
		content: url(img/add/seiterejiakai-mark_s.png);
		display: block;
		position: relative;
	}
}

/*追加装飾 (診療 h5)*/
.post_content .style3a_s {
	border-top: 1px #666 dotted;
	border-bottom: 1px #666 dotted;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 6px 0 5px 10px;
}

/*add 2017.10.3*/
.post_content table tbody th.bg-white {
	background-color: #FFFFFF;
}

/*沿革(共通） 2017.8.8*/
table.history i,
table.history em {
	font-style: normal;
}

table.history em {
	display: inline-block;
	width: 2.5em;
	text-align: right;
}

/*PC表示*/
@media screen and (min-width: 481px) {
table.history i.hitoketa {
	padding-right: 0.5em;
}
}

/*スマホ表示 2024.10.28変更*/
@media screen and (max-width: 480px) {
	table.history tbody th,
		table.history tbody td {
			display: block;
			width: 100%;
			box-sizing: border-box;
		}
	/*
	table.history em {
		width: 100%;
		text-align: center;
	}
	*/
}

/* 施設のご案内ページ ここから */
.page-id-47 #building-img-box {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.page-id-47 #building-img-box img {
	width: 400px;
	height: auto;
}

.page-id-47 #snoezelen {
	display: flex;
}

.page-id-47 #snoezelen-img-box {
	width: 35%;
	position: relative;
}

.page-id-47 #snoezelen-text-box {
	width: 62%;
	margin: 0 20px;
	font-size: 14px;
	line-height: 1.6em;
}

.page-id-47 .img-box:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow:
		inset 0 0 10px #fff,
		inset 0 0 10px #fff,
		inset 0 0 10px #fff,
		inset 0 0 10px #fff;
}

@media only screen and (min-width:771px) {
	.page-id-47 #building-img-box .img-box {
		margin-right: 20px;
		position: relative;
	}
}

@media only screen and (max-width:770px) {

	.page-id-47 th,
	.page-id-47 td {
		display: block;
	}

	.page-id-47 #building-img-box {
		margin-bottom: 10px;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: flex-start;
	}

	.page-id-47 #building-img-box .img-box {
		width: 90%;
		height: auto;
		margin-bottom: 10px;
		position: relative;
	}

	.page-id-47 #building-img-box img {
		width: 100%;
		height: auto;
	}

	.page-id-47 #snoezelen {
		flex-flow: column;
		align-items: center;
	}

	.page-id-47 #snoezelen-img-box {
		width: 95%;
		margin-bottom: 20px;
	}

	.page-id-47 #snoezelen-text-box {
		width: 100%;
		margin: 0;
	}
}

/*フロア写真 v4.1対応 2027.7.29*/
.post_content .floor-photo ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/*PC表示*/
@media screen and (min-width: 481px) {
	.floor-photo ul {
		width: 500px;
	}

	.floor-photo ul li {
		width: 150px;
		float: left;
	}

	.floor-photo ul li:nth-child(2),
	.floor-photo ul li:nth-child(5) {
		margin-left: 25px;
		margin-right: 25px;
	}
}

/*スマホ表示*/
@media screen and (max-width: 480px) {
	.floor-photo ul li {
		margin: 0 5px;
		float: left;
	}
}

/* 施設のご案内ページ ここまで */

/* 事業・診療のご案内ページ ここから */
@media only screen and (min-width:771px) {
	.page-id-387 th {
		width: 7em;
	}
}

@media only screen and (max-width:770px) {

	.page-id-387 th,
	.page-id-387 td {
		width: auto;
		display: block;
	}
}

/* 事業・診療のご案内ページ ここまで */

/* 重症心身障碍児施設ページ ここから */
/* PC版のみ */
@media only screen and (min-width:480px) {
	.page-id-20 ul#link-box {
		width: 100%;
		margin-left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		/*max-width: 100%;*/
	}
}

.page-id-20 ul#link-box li {
	list-style: none;
}

.page-id-20 #link-box a {
	min-width: 0;
	width: 12em;
}

.page-id-20 #link-box a.bt_orion {
	padding: 0;
}

.page-id-20 .step-title {
	margin: 20px 0;
	font-weight: bold;
}

.page-id-20 .step-flow ul {
	margin-left: 0;
	display: flex;
	align-items: center;
}

.page-id-20 .step-flow li {
	margin: 0 4px;
	list-style: none;
}

.page-id-20 .step-flow li:not(.arrow) {
	padding: 20px 15px;
	background: #ffffa0;
	border: solid 1px #ffff00;
	border-radius: 50%;
	font-size: 14px;
	line-height: 1.5em;
}

.page-id-20 .step-flow .arrow {
	height: 20px;
}

/*SP版*/
@media only screen and (max-width:770px) {
	.page-id-20 ul#link-box {
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.page-id-20 ul#link-box li {
		margin: 10px 0;
	}

	.page-id-20 #link-box a.q_button {
		display: block;
		margin: 10px auto;
	}

	.page-id-20 .step-flow ul {
		flex-flow: column;
	}

	.page-id-20 .step-flow li {
		margin: 5px 0;
	}

	.page-id-20 .arrow img {
		transform: rotate(90deg);
	}

	.page-id-20 .step-flow li br {
		display: none;
	}
}

/* 重症心身障碍児施設ページ ここまで */

/*2017.8.28 add*/
/*pdfリンク*/
a.pdf:before {
	content: url(img/common/pdf-icon.png);
	margin-right: 5px;
	position: relative;
	top: 10px;
}

/*外部リンク*/
a.ex-link:before {
	content: url(img/common/external-link-icon.png);
	margin-right: 5px;
	position: relative;
	top: 2px;
}

/*関連リンク　外部リンクマーク*/
/*2023.6.15 add*/
.page-id-36 #related-links ul li a::after {
	content: url(img/common/external-link-icon.png);
	margin-left: 0.8em;
	position: relative;
	top: 2px;
}

/*マージン調整 add 2024.10.4*/
.post_content p.p-ajust {
	margin: 0 0 0.8em 0;
}

/*「虐待防止及び身体拘束の適正化」資料 2025.7.29*/
.post_content ul.guidelines-list {
	margin-left: 0;
	list-style-type: none;
}

/*Popup Marker問題対処 2025.7.30*/
.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
	display: block !important;
}