@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #36322F;
	--color-primary: #FB0104;
	--color-primary-shade: #FAE302;
	--color-primary-tint: #0301FC;
	--color-secondary: #FB0104;
	--color-table-border: #CCC;
	--color-table-th: #FDEEF5;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #36322F;
	--header-color-primary: #FB0104;
	--header-color-primary-shade: #FAE302;
	--header-color-primary-tint: #0301FC;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: #36322F;
	--footer-color-primary: #36322F;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
#scrollUp {
	bottom: 65px !important;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li:last-child {
	background: #06C755;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
/**/
.pad_anchor { margin-top: -110px; padding-top: 110px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	#header .logo img {
		max-width: 344px;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-font);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 24px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
		font-weight: 500;
	}
	#header a.head_btn.tel_btn .note b {
		margin-right: 0.5em;
		font-weight: 500;
	}
	#header ul.header__contact li+li {
		padding: 15px;
		padding-left: 0;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
	}
	#header a.head_btn.mail_btn,
	#header a.head_btn.line_btn {
		height: 50px;
		padding-left: var(--px30);
		padding-right: var(--px30);
		border-radius: 999px;
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before,
	#header a.head_btn.line_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	#header a.head_btn.line_btn:not(:hover) {
		background: #06C755;
	}
	#header a.head_btn.line_btn::before {
		content: "\f3c0";
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
/* ロゴの大きさ調整
#footer .footer__logo img {
	max-height: var(--px100);
}
*/
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
}
.post table.tbl_line {
	border-top: 1px solid var(--color-table-border);
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
#content .linkBtn {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	padding: var(--px20) var(--px40);
	border: 1px solid var(--color-primary);
	border-radius: 999px;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
}
#content .linkBtn::after {
	top: 50%;
	width: auto;
	height: auto;
	margin: 0;
	border: none;
	color: var(--color-primary-shade);
	font-weight: 400;
	font-family: 'FontAwesome';
	line-height: 1;
	content: '\f061';
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
#content .linkBtn:hover {
	background: #fff;
	border-color: var(--color-font);
	color: var(--color-font);
}
#content .linkBtn:hover::after {
	color: var(--color-primary);
}
@media only screen and (max-width: 640px){ /* スマホ */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#top_msg h1::after {
	display: block;
	width: 160px;
	height: 4px;
	margin: 0.5em auto 0;
	background: linear-gradient(to right, #FB0104 12.5%, #FB9502 12.5%, #FB9502 25%, #FAE302 25%, #FAE302 37.5%, #11DF02 37.5%, #11DF02 50%, #02B4FD 50%, #02B4FD 62.5%, #0301FC 62.5%, #0301FC 75%, #9301FA 75%, #9301FA 87.5%, #FB0164 87.5%);
	content: "";
}
/**/
#top_facility::before {
	background: url(/wp-content/uploads/top-facility-bg.jpg.webp) no-repeat center center / cover;
}
#top_facility .txt {
	background: #FDEEF5;
}
#top_about::before {
	background: url(/wp-content/uploads/top-about-bg.jpg.webp) no-repeat center center / cover;
}
#top_about .txt {
	background: #FBF0DD;
}
#top_company::before {
	background: url(/wp-content/uploads/top-company-bg.jpg.webp) no-repeat center center / cover;
}
#top_company .txt {
	background: #EBF5EA;
}
.top_contents .txt {
	padding: 0 5%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_company::before,
	#top_facility::before {
		left: auto;
		right: 0;
		margin-left: 0;
	}
	#top_about::before {
		margin-right: 0;
	}
	.top_contents::before {
		width: 65vw;
	}
	.top_contents .photo,
	.top_contents .txt {
		width: 50%;
	}
	.top_contents .txt {
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
	}
}
/**/
#top_facility_list .list a {
	display: block;
	transition: all 0.3s ease-in-out;
}
#top_facility_list .list a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top_facility_list .list .photo {
	position: relative;
	aspect-ratio: 3 / 2;
}
#top_facility_list .list .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#top_facility_list .list .photo .vacancy {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	padding: 10px 15px;
	background: #FB0164;
	border-radius: 0 10px 0 0;
	color: #fff;
	font-size: var(--rem20w);
	font-weight: 500;
	line-height: 1;
	z-index: 2;
}
#top_facility_list .list .photo .vacancy.full {
	background: #7B7B7B;
}
#top_facility_list .list .ttl {
	margin: 15px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #666;
	font-size: var(--rem20w);
	font-weight: 500;
}
#top_facility_list .list table {
	width: auto;
	margin: 0;
}
#top_facility_list .list table th,
#top_facility_list .list table td {
	padding: 0 0 5px;
	line-height: 1.4;
}
#top_facility_list .list table th {
	width: auto;
	white-space: nowrap;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_facility_list .list {
		justify-content: flex-start;
		column-gap: 3.5%;
		row-gap: 40px;
	}
	#top_facility_list .list li {
		width: 31%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_facility_list .list {
		row-gap: 30px;
	}
	#top_facility_list .list li {
		width: 48%;
	}
	#top_facility_list .list .ttl {
		margin: 10px 0;
		padding-bottom: 6px;
	}
}
/**/
#top_sns::before {
	background: url(/wp-content/uploads/top-sns-bg.jpg.webp) no-repeat center center / cover;
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .btn {
	width: var(--content-max-width);
	max-width: 90%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	color: var(--color-font);
	font-size: var(--rem20);
	font-weight: bold;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a .fs {
	font-size: var(--rem16);
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	margin: 2px auto;
	font-size: var(--rem36);
	font-weight: bold;
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn .mail a {
	background: var(--color-primary-tint);
	color: #fff;
}
#contact_box .btn .line a {
	background: #06C755;
	color: #fff;
}
#contact_box .btn .mail a b,
#contact_box .btn .line a b {
	display: block;
	width: 300px;
	max-width: 100%;
	margin: 5px auto;
	padding: 12px;
	background: #fff;
	border-radius: 999px;
	color: var(--color-primary-tint);
	font-size: var(--rem16);
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}
#contact_box .btn .line a b {
	color: #06C755;
}
#contact_box .btn a:hover {
	background: var(--color-primary) !important;
	color: #fff !important;
}
#contact_box .btn .mail a:hover b,
#contact_box .btn .line a:hover b {
	color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: calc(100% / 3);
	}
	#contact_box .btn a {
		min-height: 160px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: var(--color-font);
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2::after {
	width: 160px;
	height: 4px;
	background: linear-gradient(to right, #FB0104 12.5%, #FB9502 12.5%, #FB9502 25%, #FAE302 25%, #FAE302 37.5%, #11DF02 37.5%, #11DF02 50%, #02B4FD 50%, #02B4FD 62.5%, #0301FC 62.5%, #0301FC 75%, #9301FA 75%, #9301FA 87.5%, #FB0164 87.5%);
}
.post h2.noline::after {
	display: none;
}
/**/
.post h3 {
	padding: 0 0 0.5em;
	border-bottom-width: 1px;
}
.post h3.sub,
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.sub {
	padding-left: 15px;
	border-left: 8px solid var(--color-primary);
}
/*--------------------------------------------------
	HOPについて
--------------------------------------------------*/
#about_style dl {
	background: #FDEEF5;
}
#about_style dt {
	font-size: var(--rem24w);
	text-align: center;
}
#about_style dt figure {
	padding: var(--px50);
	background: #fff;
	aspect-ratio: 3 / 2;
}
#about_style dt figure img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#about_style dt b {
	position: relative;
	top: -25px;
	width: 60px;
	height: 60px;
	margin: 0 auto -10px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem24w);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#about_style dd {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#about_style dl {
		width: 32%;
	}
	#about_style dd {
		padding: 20px 30px 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#about_style dl+dl {
		margin-top: 20px;
	}
}
/**/
#about_flow {
	position: relative;
	counter-reset: number;
}
#about_flow::before {
	position: absolute;
	top: 0;
	left: 25px;
	display: block;
	width: 10px;
	height: 100%;
	background: #FDEEF5;
	z-index: -1;
	content: "";
}
#about_flow dl {
	position: relative;
	padding: 12px 0 0 150px;
}
#about_flow dl+dl {
	margin-top: var(--px50);
}
#about_flow dl::before {
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 130px;
	border-bottom: 1px dashed #666;
	z-index: 1;
	content: "";
}
#about_flow dl::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #FFF;
	font-size: var(--rem24w);
	font-weight: bold;
	text-align: center;
	counter-increment: number;
	content: "0" counter(number);
	z-index: 2;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#about_flow dt {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: var(--rem20w);
}
#about_flow dd {
	padding: 0;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#about_flow::before {
		left: 16px;
		width: 6px;
	}
	#about_flow dl {
		padding: 7px 0 0 75px;
	}
	#about_flow dl::before {
		top: 20px;
		width: 60px;
	}
	#about_flow dl::after {
		width: 40px;
		height: 40px;
	}
}
/**/
#schedule_ex_tbl th[rowspan] {
	width: 10%;
	align-content: center;
	vertical-align: middle;
}
#schedule_ex_tbl th[rowspan] .txt {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	/* 縦書き */
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
/**/
#about_partner {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	row-gap: 15px;
}
#about_partner li a {
	display: block;
}
#about_partner li img {
	width: auto;
	height: auto;
	max-width: 500px;
	max-height: 160px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#about_partner li img {
		max-width: 300px;
		max-height: 100px;
	}
}
/*--------------------------------------------------
	医療機関について
--------------------------------------------------*/
/*#medical_style dl {
	background: #FDEEF5;
}*/
#medical_style .medical-contents {
	font-size: var(--rem24w);
	text-align: center;
}
#medical_style .medical-title {
	font-size: var(--rem50w);
	text-align: center;
}
#medical_style dt figure {
	padding: var(--px50);
	background: #fff;
	aspect-ratio: 3 / 2;
}
#medical_style dt figure img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#medical_style dt b {
	position: relative;
	top: -25px;
	width: 60px;
	height: 60px;
	margin: 0 auto -10px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem24w);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#medical_style dd {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#medical_style dl {
		width: 32%;
	}
	#medical_style dd {
		padding: 20px 30px 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#medical_style dl+dl {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#company_msg .photo {
		width: 30%;
	}
	#company_msg .txt {
		width: 65%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#company_msg .photo {
		width: 70%;
		margin: 0 auto 30px;
	}
}
/**/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	施設情報
--------------------------------------------------*/
#facility_list .box {
	background: #FDEEF5;
}
#facility_list .photo {
	position: relative;
	aspect-ratio: 3 / 2;
}
#facility_list .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#facility_list .photo .vacancy {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	padding: 10px 15px;
	background: #FB0164;
	border-radius: 0 10px 0 0;
	color: #fff;
	font-size: var(--rem40);
	font-weight: 500;
	line-height: 1;
	z-index: 2;
}
#facility_list .photo .vacancy.full {
	background: #7B7B7B;
}
#facility_list .tbl_line th {
	white-space: nowrap;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#facility_list .photo .vacancy {
		padding: var(--px16) var(--px20);
		font-size: var(--rem60);
	}
	#facility_list .btn {
		text-align: right;
	}
	#facility_list .btn .linkBtn {
		display: inline-block;
		max-width: 250px;
	}
}
/**/
#facility_detail h2 .vacancy {
	display: inline-block;
	margin-right: 15px;
	padding: 4px 10px;
	background: #FB0164;
	border-radius: 10px;
	color: #fff;
	font-size: 90%;
	letter-spacing: 0;
}
#facility_detail h2 .vacancy.full {
	background: #7B7B7B;
}
#facility_detail .point {
	background: #FDEEF5;
}
#facility_detail .tbl_line th {
	white-space: nowrap;
}
#facility_detail .photo_list dt {
	background: #f5f5f5;
	margin-bottom: 10px;
	aspect-ratio: 1 / 1;
}
#facility_detail .photo_list dt img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#facility_detail .photo_list dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#facility_detail .photo_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3.5%;
		row-gap: var(--px50);
	}
	#facility_detail .photo_list dl {
		width: 31%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#facility_detail .photo_list {
		column-gap: 4%;
	}
	#facility_detail .photo_list dl {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#facility_detail h2 {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		row-gap: 10px;
	}
	#facility_detail h2 .vacancy {
		margin-right: 0;
	}
	#facility_detail .photo_list dl+dl {
		margin-top: 30px;
	}
}
/**/
#facility_detail .price {
	border-top: 1px solid var(--color-table-border);
	border-left: 1px solid var(--color-table-border);
}
#facility_detail .price dl {
	border-right: 1px solid var(--color-table-border);
	border-bottom: 1px solid var(--color-table-border);
}
#facility_detail .price dt,
#facility_detail .price dd {
	padding: 15px;
	text-align: center;
}
#facility_detail .price dt {
	border-bottom: 1px solid var(--color-table-border);
	background: var(--color-table-th);
	font-weight: normal;
	line-height: 1.3em;
}
#facility_detail .price dl.food_daily dt {
	padding: 10px;
}
#facility_detail .price dl.food_daily > dd {
	padding: 0;
	display: flex;
}
#facility_detail .price dl.food_daily > dd dl {
	width: 100%;
	border: none;
}
#facility_detail .price dl.food_daily > dd dl+dl {
	border-left: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 821px){ /* PCのみ */
	#facility_detail .price {
		display: flex;
	}
	#facility_detail .price dl {
		width: 100%;
	}
	#facility_detail .price dt {
		height: calc((1.3em + 20px) * 2);
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#facility_detail .price dl.food_daily dt {
		height: calc(1.3em + 20px);
	}
}
/**/
#photo_main {
	aspect-ratio: 3 / 2;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#photo_thumb {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#photo_thumb li {
	width: calc((100% / 4) - (10px * 3 / 4));
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#facility_detail .photo {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	#photo_main {
		width: 56%;
	}
	#photo_thumb {
		width: 40%;
		gap: 20px;
	}
	#photo_thumb li {
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#photo_main {
		margin-bottom: 20px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}
}

/*---------txtstyle07-----------*/

.post .txtstyle07, .txtstyle07 {
  background:inherit;
  position: relative;
  overflow: inherit;
  margin: 0 0 var(--rem30);
  font-size: var(--rem30);
  text-align: center;
  line-height: 1.4;
  display: inline-block;
  padding: 0 60px;/*左右borderエリア幅*/
}
.post .txtstyle07::before, .txtstyle07::before,
.post .txtstyle07::after, .txtstyle07::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;/*左右borderサイズ*/
  height: 2px;
  background-color: var(--color-primary-shade);
}
.post .txtstyle07::before, .txtstyle07::before {
  left:0;
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.post .txtstyle07::after, .txtstyle07::after {
  right: 0;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.post .txtstyle07 .subtxt, .txtstyle07 .subtxt {
  display: block;
  color: var(--color-primary);
  font-size:var(--rem18);
  margin-top: 0.5rem;
}