@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Slackside+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #000;
	--color-primary: #92D1EC;
	--color-primary-shade: #ACDCF7;
	--color-primary-shade02: #C8EBFF;
	--color-primary-tint: #D0EEFB;
	--color-secondary: #df2a4a;
	--color-third: #0C4457;
	--color-table-border: #DDD;
	--color-table-th: #D0EEFB;
	--body-font-family: 'Shippori Mincho', serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: var(--color-font);
	--header-color-primary: #92D1EC;
	--header-color-primary-shade: #ACDCF7;
	--header-color-primary-tint: #D0EEFB;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: var(--color-font);
	--footer-color-primary: var(--color-font);
	/*------▼フォント設定▼------*/
	--font-family01: 'Shippori Mincho', serif;
	--font-family02: 'Outfit', 'Shippori Mincho', serif;
	--font-family03: 'Shippori Mincho', serif;
	--body-font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.1294), 1.7rem);
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
a#scrollUp {
	width: 60px;
	height: 60px;
	padding-bottom: 5px;
	background: #fff;
	border-radius: 50%;
	line-height: 1;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
a#scrollUp svg {
	display: none;
}
a#scrollUp::before {
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f106';
}
a#scrollUp::after {
	font-size: 11px;
	content: "Page Top";
}
a#scrollUp:hover {
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media only screen and (max-width: 1023px) {
	nav#mainNav a.menu {
		color: #6B4723;
		background-image: url(/wp-content/uploads/umicon1.png);
		background-color: var(--color-primary);
		border: none;
	}
}

#front_top_content, #front_bottom_content {
	padding: var(--px80) 0;
}


/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
.anchor_link { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
nav#mainNav ul ul.sub-menu {
	background: #fff;
}
@media only screen and (min-width: 1024px) {
	#header {
		position: relative;
	}
	#header .logo img {
		max-height: 58px;
	}
	#header ul.header__contact li:last-child {
		padding: 15px;
	}
	#header a.head_btn.mail_btn {
		background: var(--color-primary);
		color: var(--header-color-font);
		border-radius: 999px;
		flex-direction: row;
	}
	#header a.head_btn.mail_btn:hover {
		background: var(--color-primary-tint);
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	#header #header-layout {
		width: 97%;
		margin: auto;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li#menu-item-221 {
		padding: 15px;
	}
	nav#mainNav ul li#menu-item-221 a {
		background: var(--color-primary);
		transition: all 0.3s ease-out;
		border-radius: 999px;
		padding: min(calc(10px +(1vw - 19.2px)* 0.2232), 10px) min(calc(20px +(1vw - 19.2px)* 0.5580), 20px);
	}
	nav#mainNav ul li#menu-item-221 a:hover {
		background: var(--header-color-primary-tint);
		color: var(--header-color-font) !important;
	}
	nav#mainNav ul li a {
		position: relative;
		padding: var(--px14) var(--px30);
	}
	nav#mainNav ul li:not(:last-child) a::after {
		position: absolute;
		left: 50%;
		bottom: 0;
		display: block;
		width: 0;
		height: 2px;
		background: var(--header-color-primary);
		content: "";
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		transition: all 0.3s ease-in-out;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	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.current-menu-item a::after, nav#mainNav ul li a:hover::after, nav#mainNav ul li a:active::after, nav#mainNav ul li.current-menu-parent a::after, nav#mainNav ul li.current-menu-ancestor a::after {
		width: 30px;
	}
	nav#mainNav ul li li a::after {
		display: none !important;
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--color-primary);
	}
}
@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; }
	nav#mainNav ul li#menu-item-221 a i::before {
		display: none;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	padding-top: var(--px80);
	background: url(/wp-content/uploads/footer-bg.png) no-repeat center top / cover;
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	display: none;
}
#copyright {
	background: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#footer .footer__logo:not(:last-child) {
		text-align: left;
	}
	#footer .footnav ul > li:first-child {
		padding-left: 0;
	}
	#footer .footnav:not(:last-child),
	#copyright {
		margin: 0;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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;
}


.mt-20_tab { margin-top: -12px !important; }
@media print, screen and (max-width: 768px){
	.mt-20_tab { margin-top: 0 !important; }
}


.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.htop { justify-content: flex-start; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 46%; }
	.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_sp .column2_40 { width: 40%; }
	.box_w2_sp .column2_60 { width: 57%; }
}
/**/
.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 #ddd;
}
.post table.tbl_line tr {
	border-bottom: 1px solid #ddd;
}
@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,
#footer .footer__sns a {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: auto;
	max-width: none;
	background: url(/wp-content/uploads/bg_btn.png) no-repeat center center / cover;
	border-radius: 999px;
/*	box-shadow: 2px 2px 4px rgba(0,0,0,0.25); */
	padding: 15px 60px;
	color: var(--color-font);
	line-height: 1.4;
	z-index: 2;
	outline: 1px solid;
	outline-color: #aaa;
	outline-offset: 0px;
	transition: .3s;
}
.sns .linkBtn,
#footer .footer__sns a {
	padding: 15px 40px 15px 30px;
	background: url(/wp-content/uploads/bg_btn3.png) no-repeat center center / 100% 100% !important;
}
.sns .linkBtn,
#footer .footer__sns a {
	color: #fff;
}
.sns .linkBtn img,
#footer .footer__sns a img {
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
#content .linkBtn::after {
	border-color: var(--color-font);
}
#content .linkBtn:hover,
#footer .footer__sns a:hover {
	animation: light .8s infinite;
}
@keyframes light {
  100% { 
    outline-color: transparent;
    outline-offset: 12px;
  }
}
/*
#content .linkBtn::before,
#footer .footer__sns a::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	z-index: -1;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
#content .linkBtn:hover::before,
#footer .footer__sns a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
} */
/**/
.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, .w1100 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1100 { width: 1100px !important; }
/**/
.post hr {
	border: none;
	border-bottom: 1px dashed #ccc;
}
.bg_yellow_b::before {
	background: var(--color-primary);
}
.box_white {
	background: #FFF;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
body.home {
	position: relative;
}
body.home::before,
body.home::after,
body.home #mainImg::before,
body.home #mainImg::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 100%;
	background: var(--color-primary);
	content: "";
	z-index: 1;
}
body.home #mainImg::after {
	left: auto;
	right: 0;
}
body.home #wrapper::after {
	content: "" !important;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 100%;
	background: var(--color-primary);
	z-index: 1;
}
body.home #footer,
body.home #mainImg {
	position: relative;
	z-index: 2;
}
body.home #mainImg::before,
body.home #mainImg::after {
	z-index: -1;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	body.home::before,
	body.home #wrapper::after,
	body.home #mainImg::before,
	body.home #mainImg::after {
		width: 5px;
	}
}
@media print, screen and (max-width: 1300px) {
	body.home #content, body.home #content.wide {
		width: 90%;
	}
}
/**/
.home .post h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary-shade02);
	font-size: 220%;
	font-weight: 500;
	font-family: var(--font-family02);
	line-height: 1;
	opacity: 0.6;
}
.home .post h1 b+span,
#front-sectionPost h1 span span:last-child {
	position: relative;
	top: -0.8em;
	display: block;
	margin-bottom: -0.8em;
	font-size: 90%;
	line-height: 1;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.home .post h1 b,
	#front-sectionPost h1 span span:first-child {
		font-size: 180%;
	}
}
/**/
.photo_kadomaru img,
.top_photo img {
	border-radius: 20px;
}
.top_photo .photo02 img {
	border-radius: 20px 0 0 20px;
}
.top_photo.rev .photo02 img {
	border-radius: 0 20px 20px 0;
}
.top_photo .photo01 {
	width: 40%;
	padding-left: 5%;
}
.top_photo.rev .photo01 {
	padding-left: 0;
	padding-right: 5%;
}
.top_photo .photo02 {
	width: 50%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.photo_kadomaru img,
	.top_photo img {
		border-radius: 50px;
	}
	.top_photo .photo02 img {
		border-radius: 50px 0 0 50px;
	}
	.top_photo.rev .photo02 img {
		border-radius: 0 50px 50px 0;
	}
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.top_photo .photo01 {
		padding-left: 10%;
	}
	.top_photo.rev .photo01 {
		padding-left: 0;
		padding-right: 10%;
	}
}
/**/
.home #mainImg {
	background: url(/wp-content/uploads/bg.png);
}
/**/
#top_about::before {
	background: url(/wp-content/uploads/bg.png);
}
#top_about h1 {
	padding-left: 90px;
	background: url(/wp-content/uploads/top_ico_about01.png) no-repeat left center / 65px auto;
	text-align: left;
}
#top_about h1 b {
	color: var(--color-primary-shade02);
	opacity: 0.75;
}
#top_about .txt {
	position: relative;
	z-index: 1;
}
#top_about .photo {
	position: relative;
}
#top_about .photo::before {
	position: absolute;
	top: 12px;
	left: 12px;
	display: block;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background: rgba(110,148,246,0.25);
	content: "";
}
#top_about .photo::before,
.mask-img {
  mask-image: url("/wp-content/uploads/mask.png");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("/wp-content/uploads/mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
#top_about .photo::before {
  mask-image: url("/wp-content/uploads/mask2.png");
  -webkit-mask-image: url("/wp-content/uploads/mask2.png");
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#top_about .txt {
		width: 50%;
	}
	#top_about .photo {
		width: 45%;
	}
}
/**/
#top_efforts h1 {
	padding-top: 55px;
	background: url(/wp-content/uploads/top_ico_efforts-1.png) no-repeat center top / 60px auto;
}
#top_efforts li a {
	display: block;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	transition: all 0.3s ease-in-out;
}
#top_efforts li a:hover {
	transform: translateY(5px);
}
#top_efforts li a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_efforts li a:hover {
	color: var(--color-primary);
}
#top_efforts li a b {
	display: block;
	color: #9DBC97;
	font-size: 180%;
	font-weight: normal;
	font-family: "Slackside One", cursive;
	line-height: 1;
}
#top_efforts li:nth-child(2) a b {
	color: #D798AE;
}
#top_efforts li:nth-child(3) a b {
	color: #88ACCF;
}
#top_efforts li:nth-child(4) a b {
	color: #DBCD51;
}
#top_efforts li a:hover b,
#top_efforts li:nth-child(2) a:hover b,
#top_efforts li:nth-child(3) a:hover b,
#top_efforts li:nth-child(4) a:hover b {
	color: var(--color-primary);
}

@media print, screen and (min-width: 641px){ /* PC用 */
	#top_efforts li {
		width: 25%;
	}
	#top_efforts li:nth-child(2n) {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_efforts li {
		width: 49%;
	}
	#top_efforts li:nth-child(2n) {
		padding-top: 40px;
	}
	#top_efforts li a {
		font-size: 120%;
	}
}
/**/
#top_facility h1 {
	padding-top: 55px;
	background: url(/wp-content/uploads/top_ico_facility.png) no-repeat center top / 60px auto;
}
/**/
#top_gallery::before {
	/*background: url(/wp-content/uploads/bg.png);*/
}
#top_gallery::after {
	top: -1px;
	height: calc(100% + 2px);
	/*background: url(/wp-content/uploads/bg_photo_top.png) no-repeat center top / 100% auto;*/
	z-index: 10;
}
#top_gallery li {
	width: calc(100% / 3);
	aspect-ratio: 4 / 3;
}
#top_gallery li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#top_gallery::after {
		background-size: 100% 50px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost {
	max-width: 1000px;
}
#front-sectionPost h1 {
	padding-top: 55px;
	background: url(/wp-content/uploads/top_ico_news-1.png) no-repeat center top / 60px auto;
}
#front-sectionPost .postlist {
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 20px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
#front-sectionPost .postlist .time {
	background: var(--color-font);
	color: #fff;
}
#front-sectionPost .postlist .time a {
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#front-sectionPost .postlist {
		padding: 30px;
	}
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#front-sectionPost .postlist {
		padding: 50px;
	}
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-size: var(--rem42);
}
header#h1Header::before {
	height: calc(100% + 1px);
	background: url(/wp-content/uploads/bg_photo.png) no-repeat center bottom / 100% 12%;
	opacity: 1;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
/**/
h1.title, .post h1 {
	font-size: var(--rem48);
}
/**/
.post h2 {
	font-size: var(--rem42);
}
.post h2.noline::after {
	display: none;
}
.post h2.sub {
	position: relative;
	margin-bottom: var(--px30);
	padding: 0 0 0 18px;
	text-align: left;
	line-height: 1.4;
}
.post h2.sub::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	margin: 0;
}
.post h2.sub_ttl b {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem18);
	font-family: var(--font-family03);
}
.post h2.lft {
	text-align: left;
}
.post h2.lft::after {
	margin-left: 0;
}
.bg_yellow h2.sub_ttl b {
	color: #fff;
}
.bg_yellow h2::after {
	background: #fff;
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#about_msg .txt {
	margin-bottom: 20px;
}
@media print, screen and (min-width: 1200px){ /* PC用 */
	#about_msg {
		flex-wrap: nowrap;
	}
	#about_msg .txt {
		padding-right: 30px;
	}
}
/**/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
a.btn_pdf {
	display: inline-block;
	text-decoration: underline;
}
a.btn_pdf:hover {
	text-decoration: none;
}
a.btn_pdf span {
	display: inline-block;
	margin-right: 15px;
	padding: 1px 15px;
	background: var(--color-primary);
	font-size: 90%;
	text-decoration: none;
}
.bg_yellow::before {
	background: var(--color-primary);
}
.bg_white {
	background: #fff;
}
.bg_white.tbl_pad {
    padding: 50px 7% 100px;
}
/**/
#history_tbl,
#history_tbl th,
#history_tbl td {
	background: none;
	border: none;
}
#history_tbl {
	width: auto;
	margin: 0;
}
#history_tbl th {
	position: relative;
	width: auto;
	white-space: nowrap;
	border-right: 2px solid var(--color-primary);
}
#history_tbl th::after {
	position: absolute;
	top: 20px;
	right: -8px;
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 3px solid var(--color-primary);
	border-radius: 50%;
	content: "";
}
/**/
#history_list .box {
	position: relative;
}
#history_list .box::before {
	position: absolute;
	top: 0;
	left: 40px;
	display: block;
	width: 3px;
	height: 100%;
	background: var(--color-primary);
	content: "";
}
#history_list h3 {
	padding: 5px 0;
	background: #fff;
	border: none;
}
#history_list dl {
	padding-left: 120px;
}
#history_list dl+dl {
	margin-top: 20px;
}
#history_list dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#history_list dl {
		display: flex;
	}
	#history_list dt {
		width: 6em;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#history_list .box::before {
		left: 30px;
	}
	#history_list dl {
		padding-left: 80px;
	}
}
/*--------------------------------------------------
	施設一覧
--------------------------------------------------*/
.page-facility #content {
	padding-bottom: 0 !important;
}
.page-facility #footer {
	position: relative;
}
.page-facility #footer::before {
	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;
	background: var(--color-primary);
}
/**/
.post ul#sub_link {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 40px;
}
#sub_link li {
	margin-bottom: 15px;
	line-height: 1.45;
}
#sub_link li a.p_link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 10px;
	text-align: center;
	color: var(--color-third);
	font-weight: 600;
	font-size: var(--rem18);
	border-radius: 999px;
	transition: .3s;
}
#sub_link li a.p_link::after {
	top: 50%;
	right: 15px;
	width: 30px;
	height: 30px;
	padding-top: 5px;
	border: 1px solid var(--color-third);
	border-radius: 50%;
	box-sizing: border-box;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f107';
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#sub_link li a.p_link:hover {
	color: #fff;
	background: var(--header-color-primary);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}
#sub_link li a.p_link:hover::before {
	border-color: #fff;
}
#sub_link li {
	width: auto;
}
@media only screen and (max-width: 768px){
	#sub_link li {
		width: 100%;
	}
}

/**/
#facility_about dl {
	column-gap: 2%;
	row-gap: 1.5rem;
}
#facility_about dt {
	overflow: hidden;
	border-radius: 20px;
	aspect-ratio: 5 / 3;
}
#facility_about dt img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#facility_about dd {
	padding: 0;
}
#facility_about dd .ico span {
	display: inline-block;
	padding: 1px 10px;
	background: var(--color-primary);
	border-radius: 5px;
	line-height: 1.3;
}
#facility_about dd table {
	margin: 0;
	border: none !important;
	font-size: 100%;
}
#facility_about dd table th,
#facility_about dd table td {
	padding: 12px 0 !important;
}
#facility_about dd table th {
	width: auto;
	padding-right: 10px !important;
	color: var(--color-primary);
	font-size: 120%;
	white-space: nowrap;
	text-align: center;
}
#facility_about hr {
	border: none;
	border-bottom: 3px solid var(--color-primary-shade);
}
/*
#facility_about .sns {
	width: 100%;
	padding: 2px;
	background: linear-gradient(45deg, #514C9E, #D8247E 50%, #E64550 75%, #F6C76B);
	background: -ms-linear-gradient(45deg, #514C9E, #D8247E 50%, #E64550 75%, #F6C76B);
	background: -moz-linear-gradient(45deg, #514C9E, #D8247E 50%, #E64550 75%, #F6C76B);
	background: -webkit-linear-gradient(45deg, #514C9E, #D8247E 50%, #E64550 75%, #F6C76B);
	border-radius: 20px;
}
#facility_about .sns .in {
	height: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 15px;
}
*/
@media print, screen and (min-width: 641px){ /* PC用 */
	#facility_about dt {
		width: 44%;
	}
	#facility_about dd {
		width: 52%;
	}
	#facility_about .sns {
		min-height: 560px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#facility_about .sns {
		min-height: 460px;
	}
}
/* Instagramの表示 */
.account_name {
	position: relative;
	margin: 0 0 2rem 11px;
	padding-left: 38px;
	font-size: 90%;
}
.account_name::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url(/wp-content/uploads/insta_ico.png) no-repeat center center / contain;
	border-radius: 50%;
	content: "";
}
.account_name span {
	display: inline-block;
	border-bottom: 2px solid var(--color-primary);
}
.account_name b {
	position: relative;
	display: inline-block;
	margin-left: 25px;
	padding: 5px 15px;
	background: url(/wp-content/uploads/bg_btn3.png) no-repeat center center / 100% 100%;
	border-radius: 5px;
	color: #fff;
	font-size: 90%;
	text-align: center;
}
.account_name b::before {
	position: absolute;
	top: 50%;
	left: -10px;
	display: block;
	width: 11px;
	height: 10px;
	background: #C061AF;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	transform: translateY(-50%);
	content: "";
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.account_name b {
		margin: 6px 0 0;
		display: block;
		width: 150px;
	}
}
/* 吹き出し */
.s_bubble {
	display: inline-block;
	padding: 0 10px !important;
	background: #fff;
	border-radius: 8px;
	border: solid 2px #A5A5A5;
    margin-left: 25px;
	position: relative;
	font-size: 80%;
}
.s_bubble::before,
.s_bubble::after {
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	clip-path: polygon(100% 0, 0 49%, 100% 100%);
	background: #A5A5A5;
	position: absolute;
	left: -16px;
    overflow: hidden;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.s_bubble::after {
	background: #fff;
	left: -10px;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.s_bubble {
		font-size: 65%;
		vertical-align: middle;
	}
}
/*--------------------------------------------------
	独自の取り組み
--------------------------------------------------*/
.photo_efforts {
	position: relative;
}
.photo_efforts::before,
.photo_efforts::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	content: "";
	z-index: -1;
}
.photo_efforts::before {
	top: -20px;
	left: -20px;
	height: 50%;
	background: var(--color-primary-tint);
}
.photo_efforts::after {
	top: 20px;
	left: 20px;
	border: 1px solid var(--color-primary);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.photo_efforts::before {
		top: -10px;
		left: -10px;
	}
	.photo_efforts::after {
		top: 10px;
		left: 10px;
	}
}
/**/
.efforts_gallery .gallery {
	justify-content: center !important;
}
.efforts_gallery .gallery-item img {
	border-radius: 50%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.efforts_gallery .gallery {
		column-gap: 2%;
	}
	.efforts_gallery .gallery-item:nth-of-type(1) {
		width: 30% !important;
	}
	.efforts_gallery .gallery-item:nth-of-type(2) {
		width: 43% !important;
		position: relative;
		top: 50px;
	}
	.efforts_gallery .gallery-item:nth-of-type(3) {
		width: 22% !important;
	}
}
/**/
#efforts_about dl {
	position: relative;
	margin-top: 20px;
	background: #FAF5D1;
	border: 1px dashed #BBB300;
	border-radius: 20px;
	text-align: center;
}
#efforts_about dl+dl::before {
	position: absolute;
	top: 50%;
	left: -61px;
	font-size: 50px;
	color: #BBB300;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f067';
	transform: translateY(-50%);
}
#efforts_about dt {
	position: relative;
	top: -20px;
	width: 80%;
	padding: 10px;
	margin: 0 auto -20px;
	background: var(--color-primary);
	border-radius: 999px;
	font-size: 110%;
}
#efforts_about dd {
	padding: 30px;
}
#efforts_about dd ul {
	display: inline-block;
	text-align: left;
}
#efforts_about dd ul b {
	font-size: 130%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#efforts_about dl {
		width: calc(50% - 40px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#efforts_about dl+dl {
		margin-top: 80px;
	}
	#efforts_about dl+dl::before {
		top: -61px;
		left: 50%;
		transform: translateX(-50%);
	}
	#efforts_about dd {
		padding: 20px;
	}
	#efforts_about dd img {
		width: 200px;
	}
}
/**/
#efforts_msg {
	font-size: var(--rem28);
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/**/
#sitemap_list {
	padding: 30px 20px;
	border-top: 3px solid var(--color-primary);
	border-bottom: 3px solid var(--color-primary);
	box-shadow: 0 -20px 0 #fff inset, 0 20px 0 #fff inset;
}
#sitemap_list li {
	margin: 0 !important;
	padding: 10px 20px !important;
	list-style: disc;
	list-style-position: inside;
}
#sitemap_list li+li {
	border-top: 1px dashed var(--color-primary);
}
#breadcrumb ul li {
	font-size: 15px;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.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;
	color: var(--color-font);
}

@media (min-width: 480px) {
    .sb_instagram_header.sbi_medium .sbi_header_img, .sb_instagram_header.sbi_medium .sbi_header_img img {
        height: 30px;
        width: 30px;
    }
}
@media (min-width: 480px) {
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text h3 {
        margin-left: 35px !important;
    }
}
@media (min-width: 480px) {
    .sb_instagram_header.sbi_medium .sbi_header_text h3 {
        font-size: 13px;
    }
}
.sb_instagram_header.sbi_medium .sbi_header_text {
    padding-top: 0px;
}
.facility_list .box .sns .in {
    padding-top: 5px;
}
.sb_instagram_header {
    margin-left: 5px;
    margin-bottom: 0 !important;
}
/*
#thumbImg::before, header#h1Header::before {
    background: #f9b5b500;
    opacity: 0;
}
*/
header#h1Header h1.title {
    color: var(--color-font);
}
#privacy h2 {
    color: var(--color-font);
    background: var(--color-primary-tint);
}
time {
    font-family: auto;
    font-weight: 700;
    background: var(--color-primary-shade);
    padding: 3px 5px;
    border-radius: 5px;
}
.single-post h1.title {
    font-size: var(--rem24w);
    font-style: normal;
    margin: 0 auto 20px;
    background: var(--color-primary-tint);
    padding: 10px;
    border-left: 3px solid var(--color-third);
}
.dateLabel {
    padding-top: 0px;
    border-top: none;
}
a.YellowBTN {
    color: #df2a4a;
    border-bottom: 1px solid;
}
.newsTitle p a:hover, a:active, a:hover {
    color: var(--color-third);
}
#privacy h3 {
    border-color: var(--color-primary);
}
p.dateLabel {
    text-align: left;
}
time {
    background: var(--color-primary-shade);
    font-family: serif;
    color: #232323;
}

time {
    background: #ffffff;
}
.postlist .time a {
    color: #000000;
}
#front-sectionPost .postlist .time {
    background: var(--color-primary);
}
#front-sectionPost .postlist .time a {
    color: #000000;
}
@media (min-width: 480px) {
.sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_info h3 {
        padding-top: 0px !important;
    }
}
@media print, screen and (min-width: 641px){ /* PC用 */
.sp_Instagram {
	display:none;
}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
.pc_Instagram {
	display:none;
}
}

@media only screen and (min-width: 1024px) {
nav#mainNav ul li#menu-item-221 a:hover b, nav#mainNav ul li#menu-item-221 a:active b, nav#mainNav ul li#menu-item-221 a b {
        color: #fff;
    }
}
