/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@500&display=swap');

h1, h2, h3, h4, .ff-nse {
	font-family: 'Noto Serif JP', serif!important;
}
h2 {
	/*border-bottom: 2px dotted #c4b194;*/
	padding: 10px 0;
	position: relative;
}
h2:before {
	content: '';
	background: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2021/11/maple.gif) no-repeat center center;
	padding-left: 50px;
}
h2:after {
	content: '';
	display: block;
	height: 2px;
	background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
	background: linear-gradient(to right, rgb(140, 167, 13), #fff);
}
.home h2 {
	border-top: none;
	border-bottom: none;
}
.home h2:before {
	content: none;
}
.home h2:after {
	content: none;
}
h3 {
	padding-left: 10px;
	border-left: 5px solid #8ca70d;
}

body, .ff-nsa {
	font-family: 'Noto Sans JP', sans-serif!important;
}


table tr td {
	vertical-align: middle;
}

.box-s {
	box-shadow: 0px 0px 10px 0px rgba(0 0 0 / 40%);
}
.has-black-color {
	color: #000000!important;
}
.has-vivid-red-color {
	color: #cf2e2e!important;
}
.fc-green {
	color: #8ca70d;
}
.fc-greend {
	color: #5A966F;
}
.fc-red {
	color: #e81717;
}
.dpib {
	display: inline-block;
}

.wp-block-columns {
	padding: 10px 0;
}

.wp-block-button__link {
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
	background-color: #6a7f09;
	border: 3px solid #6a7f09;
}
.wp-block-button__link:hover {
	box-shadow: none;
	background-color: #fff;
	border: 3px solid #6a7f09;
	color: #6a7f09;
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: 300px;
}


.home .whatsnew h3 {
	display: none;
}
.home div.whatsnew dd {
	padding-left: 30px;
}
.home .home_contact p:before {
	content: '';
	background: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2021/11/maple.gif) no-repeat center center;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.oceanwp-recent-posts .recent-posts-comments {
	display: none;
}

.flat-table td {
	border: none;
	border-bottom: 3px solid #fff;
}

.flat-table tr td:first-child {
	background-color: #EEE;
	text-align: center;
	font-weight: bold;
}

.GY-box {
	padding: 20px;
	border: 3px solid #5A966F;
	border-radius: 10px;
	background-color: #FCFADB;
}
.GY-box h2, .GY-box h3, .GY-box h4 {
	padding-left: 0;
	border-left: 0;
	color: #5A966F;
}

.frontpage-white-box {
	background-color: rgba(255,255,255, .85);
}
.elementor-9 .elementor-element.elementor-element-91e89ad > .elementor-container {
	min-height: 400px;
	height: 400px;
}
.home .elementor-9 .elementor-element.elementor-element-91e89ad {
	height: 400px;
	background-image: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2021/11/3430982_s.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home .elementor-9 .elementor-element.elementor-element-91e89ad .elementor-widget-container {
	text-shadow: #000 1px 0 10px;
}

.greeting .page-header {
	background: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2022/01/22739774_s.jpg) no-repeat bottom center;
	background-size: cover;
}
.greeting .media-text .text p {
	margin: 0;
}
.greeting .media-text .media img {
	max-width: 120px;
}
.greeting .greeting-photo p {
	margin: 0;
}

.service .wp-block-columns {
	margin-bottom: 0;
}
.service .wp-block-group {
	padding: 30px 0;
}
.service .wp-block-group .wp-block-group {
	padding-left: 20px;
	padding-right: 20px;
}

.service .page-header, .nyusho .page-header, .daycare .page-header, .rehabilitation .page-header, .menu .page-header, .houmon .page-header {
	background: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2021/11/tatemono.png) no-repeat right bottom #679e19;
}
.service h1, .service .page-header a, .nyusho h1, .nyusho .page-header a, .daycare h1, .daycare .page-header a, .rehabilitation h1, .rehabilitation .page-header a, .menu h1, .menu .page-header a, .houmon h1, .houmon .page-header a {
	color: #fff;
}
.nyusho .timeline-inner, .daycare .timeline-inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	border: 1px solid rgba(255, 210, 255, .3);
	position: relative;
}
.nyusho .timeline-inner:after, .daycare .timeline-inner:after {
	content: "▼";
	color: rgb(255, 210, 255);
	position: absolute;
	bottom: -35px;
	right: 88%;
}
.nyusho .timeline-inner:last-child:after, .daycare .timeline-inner:last-child:after {
	content: none;
}
.nyusho .timeline-left, .daycare .timeline-left {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: calc(25% - 10px);
	background-color: rgba(255, 210, 255, .3);
	text-align: center;
	font-weight: bold;
}
.nyusho .timeline-right {
	width: calc(85% - 10px);
	padding: 10px;
	display: flex;
	align-items: center;
}
.daycare .timeline-right {
	width: calc(85% - 10px);
	padding: 10px;
	align-items: center;
}
.nyusho .nenkan table tbody, .daycare .nenkan table tbody {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nyusho .nenkan table tr, .daycare .nenkan table tr {
	border-bottom: 5px solid #fff;
	width: 32%;
	display: block;
}
.nyusho table td, .daycare table td {
	border: none;
	display: block;
	text-align: center;
}
.nyusho .nenkan table .n-month, .daycare .nenkan table .n-month {
	background-color: rgba(255, 210, 255, .3);
	text-align: center;
	font-weight: bold;
	padding: 20px;
}


.rehabilitation .wp-block-group {
	padding: 10px 0;
}
.rehabilitation h2:before {
	content: none;
}
.rehabilitation h2 {
	border: 0;
}
.rehabilitation .right-box-img  img{
	max-width: 270px
}
.rehabilitation .media-text {
	max-width: 700px;
	margin: 0 auto 1.75em;
}

.houmon .houmon-text {
	max-width: 650px;
	margin: 0 auto 3em;
}
.houmon .houmon-img {
	max-width: 650px;
	margin: 0 auto 3em;
	gap: 0;
}
.houmon .houmon-img img {
	max-height: 250px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
}

.information .page-header, .room_type .page-header {
	background: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2022/01/annai.png) no-repeat right bottom #679e19;
}
.information h1, .information .page-header a, .room_type h1, .room_type .page-header a {
	color: #fff;
}
.information .GY-box {
	max-width: 600px;
	margin: 0 auto 1.75em;
}
.information .GY-box p.has-text-align-center {
	margin: 0;
}
.information .GY-box table {
	margin-bottom: 1em;
}
.information .GY-box table td {
	border: none;
	width: 50%;
}
.information .GY-box table td .tel-fax {
	font-size: 20px;
	font-weight: bold;
	}
.information h3.densha {
	background: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2022/01/train.gif) no-repeat left top;
	padding-left: 35px;
	border: none;
	height: 30px;
}
.information h3.kuruma {
	background: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2022/01/car.gif) no-repeat left top;
	padding-left: 35px;
	border: none;
	height: 30px;
}
.information .floormap {
	margin-top: 30px
}
.information .floormap, .information .floormap .wp-block-image {
	margin-bottom: 0;
}
.information .floormap {
	position: relative;
}
.information .floormap .floormap-left {
	position: absolute;
	left: 100px;
}
.information .floormap .floormap-right {
	margin: 0 auto;
}
.information .floormap .floormap-left .floor-img-title {
	margin: 0;
	font-size: 13px;
}
.information .floormap .floormap-left .wp-block-image {
	margin: 0;
}
.information .floormap-wrap .note {
	font-size: 12px;
}
.information .floor-map-text .wp-block-button__link {
	padding: 2px 10px;
}

.contact .page-header {
	background: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2022/01/5072657_s.jpg) no-repeat top center;
	background-size: cover;
}
.contact .hissu {
	background-color: #f53600;
	padding: 2px;
	color: #fff;
	font-size: 13px;
	border-radius: 3px;
}
.contact .wpcf7cp-btns {
	display: flex;
}
.contact .wpcf7-submit {
	width: 100%;
	background-color: #545400;
	color: #fff;
	border: none;
	padding: 20px;
}
.contact .wpcf7cp-cfm-edit-btn {
	width: 100%;
	background-color: #f59a80;
	color: #fff;
	border: none;
	padding: 20px;
}

.recruit .page-header {
	background: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2022/01/22407515_s_.jpg) no-repeat center center;
	background-size: cover;
}
.recruit .page-header h1, .recruit .page-header .site-breadcrumbs a {
	color: #fff;
}
.recruit .job_filters, .recruit .location, .recruit li.date, .recruit .company {
	display: none!important;
}
.recruit:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button), .recruit:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):hover {
	text-decoration: none;
}
.recruit:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):hover h3 {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.recruit .job_listings {
	margin: 50px auto;
	display: flex;
	flex-direction: column;
}
.recruit .job_listings .post-679 {
	order: 1;
}
.recruit .job_listings .post-682 {
	order: 2;
}
.recruit .job_listings .post-716 {
	order: 3;
}
.recruit .job_listings .post-718 {
	order: 4;
}
.recruit .job_listings .post-719 {
	order: 5;
}
.recruit .job_listings .post-720 {
	order: 6;
}
.recruit .job_listings .post-721 {
	order: 7;
}
.recruit .job_listings .post-854 {
	order: 8;
}
.recruit .job_listings .post-722 {
	order: 9;
}
.recruit ul.job_listings li.job_listing a {
	display: flex;
	align-items: center;
}
.recruit ul.job_listings li.job_listing a * {
	float: none!important;
}
.recruit ul.job_listings li.job_listing a img.company_logo {
	position: relative;
}
.recruit ul.job_listings li.job_listing a .meta {
	width: 30%;
}
.recruit h3 {
	border-left: none;
	font-size: 16px!important;
}
.recruit .full-time {
	background-color: #90da36;
	color: #fff;
	border-radius: 5px;
	padding: 2px 10px;
}
.recruit .part-time {
	background-color: #f08d3c;
	color: #fff;
	border-radius: 5px;
	padding: 2px 10px;
}
ul.job_listings li.job_listing a .meta .job-type {
	font-weight: normal;
}
.recruit ul li.job_position_filled a  {
	pointer-events: none;
}
/* Call To Action */
.boshu-contact {
	margin: 0 auto;
	text-align: center;
	background-color: #FFFCE1;
	margin-bottom: 40px;
	padding: 30px;
	max-width: 600px;
	border: 1px solid #669900;
}
.boshu-contact .wp-container-5 {
	gap: 2em;
}
.boshu-contact .tefama {
	text-align: left;
	max-width: 300px;
	margin: 0 auto 20px;
	font-size: 20px;
}
.boshu-contact .tefama p {
	margin-bottom: 10px;
	color: #6a7f09;
}
.boshu-contact .wp-block-columns {
	margin-bottom: 0;
}
/* 求人個別ページ */
.single-job_listing .page-header {
	background: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2022/01/22407515_s_.jpg) no-repeat center center;
	background-size: cover;
}
.single-job_listing .page-header h1, .single-job_listing .page-header .site-breadcrumbs a {
	color: #fff;
}
.single .thumbnail, .single-job_listing .date-posted {
	display: none;
}
.single .entry-title {
	border-bottom: none;
	font-size: 25px;
}
.single-job_listing table * {
	vertical-align: middle;
}
.single-job_listing table th {
	font-weight: bold;
	text-align: center;
}
.single-job_listing table .tbsp {
	padding-left: 25px;
}
.single-job_listing table table {
	margin-bottom: 0;
}
.single-job_listing table table th {
	text-align: left;
}
.single-job_listing table table th, .single-job_listing table table td {
	border: none;
}
.single_job_listing .meta .position-filled {
	background-color: #b81c23;
	color: #fff;
	width: 100%;
	margin-top: 10px;
}

.search .page-header, .archive .page-header {
	background: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2022/01/23027521_s.jpg) no-repeat top center;
	background-size: cover;
	border-bottom: 1px solid #e9e9e9;
}
.blog-entry.large-entry .blog-entry-readmore a:hover {
    color: #8ca70d;
    border-color: #8ca70d;
}
.search h2, .archive h2 {
	font-family: 'Noto Sans JP', sans-serif!important;
	border-left: 3px solid #8ca70d;
	padding: 5px 0 5px 10px;
}
.search h2:before, .archive h2:before {
	content: none;
}
.search h2:after, .archive h2:after {
	content: none;
}
.search-results article .search-entry-readmore a {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	border: 1px solid #ddd;
	padding: 10px 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.search-results article .search-entry-readmore a:hover {
	border: 1px solid #8ca70d;
}
.search-results article .search-entry-title {
	margin: 0 0 20px;
}
.search-entry-summary {
	margin: 0 0 20px;
}

#footer-widgets .footer-box a {
	font-size: 13px;
}
#footer-widgets .footer-box .footer-widget ul ul {
	padding-left: 10px;
}
#footer-widgets .footer-widgets-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.site-footer .widget_nav_menu li:first-child {
	border: none;
}
.site-footer .widget_nav_menu li {
	border-bottom: none;
}
#footer-widgets .wp-image-540 {
	max-width: 250px;
}
#footer-widgets .footer-btn a.wp-block-button__link {
	display: block;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 3px;
	background-color: #8ca70d;
	border: none;
}
#footer-widgets .footer-btn a.wp-block-button__link:hover {
	background-color: #fff;
}

#mobile-fullscreen ul ul.sub-menu li a {
	font-size: 16px;
	padding: 8px;
}
@media only screen and (min-width: 1400px) {
	.elementor-9 .elementor-element.elementor-element-893b885:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-893b885 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-image: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2022/06/22673822_m_w.jpg)!important;
		background-position: left -90px!important;
		background-size: auto!important;
	}
}
@media only screen and (max-width: 950px) and (min-width: 700px) {
	.elementor-9 .elementor-element.elementor-element-893b885:not(.elementor-motion-effects-element-type-background) {
		background-position: 0px -50px!important;
	}
}
@media only screen and (min-width: 768px) {
	.service .wp-block-group img {
	width: 350px;
		margin: 0 auto;
		text-align: center;
}
	.home .box-flex div {
		display: flex;
		flex-direction: column;
	}
	.home .box-flex div .elementor-widget-image {
		max-width: 150px;
		margin: 0 auto 20px;
	}
	.home .bottom-button {
		margin-top: auto;
	}
	.greeting-col {
		width: 75%;
		margin: 0 auto;
	}
	.information .floor-map-text {
		max-width: 66.66%;
		margin: 0 auto;
	}
	.single-job_listing table .table_header {
		width: 110px;
	}
}

@media only screen and (max-width: 767px) {
	.houmon .houmon-text {
		margin: 0 auto;
	}
	.houmon .houmon-img {
		flex-wrap: nowrap!important;
		margin: 0 auto;
	}
	.recruit ul.job_listings li.job_listing a img.company_logo {
		visibility: visible;
	}
	.recruit ul.job_listings li.job_listing a img.company_logo {
		left: 0;
	}
	.recruit .full-time {
		padding: 2px 11px;
	}
	.single-job_listing table .table_header {
		display: none;
	}
	
	.information .floormap .floormap-left {
		position: relative;
		left: 0;
	}
}

@media screen and (min-width: 600px) {
	.home div.whatsnew dt {
		width: 9.5em;
	}
	.greeting .media-text .text.wp-block-column:not(:only-child) {
		flex-basis: calc(80% - 2em)!important;
		align-self: center;
	}
	.greeting .media-text .media.wp-block-column:not(:only-child) {
		flex-basis: 20%!important;
	}
}

@media screen and (max-width: 599px) {
	.greeting .wp-container-4 {
		gap: 0;
	}
	.greeting .media-text .text {
		order: 1
	}
	.greeting .media-text .text p {
		text-align: center;
	}
	.nyusho .nenkan table tr, .daycare .nenkan table tr {
		width: 48%;
	}
	.houmon .houmon-img {
		flex-wrap: wrap!important;
		margin: 0 auto;
	}
	.houmon .houmon-img img {
		height: auto;
		max-width: 150px;
	}
	.recruit ul.job_listings li.job_listing a {
		padding: 1em 0;
	}
	.recruit h3 {
		font-size: 14px!important;
	}
	.recruit ul.job_listings li.job_listing a img.company_logo {
		display: none;
	}
	.single .entry-title {
		font-size: 18px;
		padding-top: 10px;
		margin-bottom: 0;
	}
	.single_job_listing ul.meta {
		align-content: center;
	}
	.single_job_listing .meta li {
		padding: 0.3em;
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 1.5;
	}
	.single_job_listing .meta .location::before {
		position: relative;
		bottom: 3px;
	}
	.single-job_listing table th, .single_job_listing table td {
		display: block;
		width: 100%;
		border: none;
	}
	.single-job_listing table th {
		background-color: #f1f1f1;
	}
	.single-job_listing .tbsp {
		padding-left: 15px;
	}
	.single-job_listing table table tbody {
		margin: 0 10px 0 10px;
	}
	.single-job_listing table table th, .single_job_listing table table td {
		padding: .3em;
	}
	.single-job_listing table table th {
		background-color: #f7f7f7;
	}
}

@media only screen and (min-width: 481px) {
	.m-s {
		display: none;
	}
	.navigation .nav-br {
		display: none;
	}
	.contact input[type="submit"] {
	font-size: 15px;
	}
}

@media only screen and (max-width: 480px) {
	.m-s {
		display: contents;
	}
	.m-h {
		display: none;
	}
	.home .box-flex p {
		margin: 0;
	}
	.service .wp-block-group {
		padding: 0;
	}
	.service .wp-block-group .wp-block-group {
		padding-left: 10px;
		padding-right: 10px;
	}
	.service .page-header, .nyusho .page-header, .daycare .page-header, .rehabilitation .page-header, .menu .page-header, .information .page-header, .room-type .page-header, .houmon .page-header {
		background: url(https://mononominosato.sakura.ne.jp/wp/wp-content/uploads/2021/11/tatemono2.png) no-repeat right bottom #679e19;
	}
	.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
		width: 100%;
		font-size: 12px;
	}
	.greeting-photo img {
		width: 100px;
	}
	.greeting-photo p:first-child {
		margin-top: 20px;
	}
	.greeting-photo .has-text-align-right {
		text-align: center;
	}
	.greeting table tr td {
		display: block;
	}
	.greeting table tr td:first-child {
		border: none;
	}
	.nyusho .timeline-inner, .daycare .timeline-inner {
		display: block;
		margin-bottom: 25px;
	}
	.nyusho .timeline-left, .nyusho .timeline-right, .daycare .timeline-left, .daycare .timeline-right {
		width: 100%;
	}
	.nyusho .timeline-inner:after, .daycare .timeline-inner:after {
		display: block;
		right: 50%;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		margin: auto;
		bottom: -25px;
	}
	.rehabilitation h2 {
		margin: 0;
	}
	.rehabilitation .wp-block-columns {
		padding: 0;
	}
	.rehabilitation .GY-box {
		padding: 20px;
	}
	.contact #wpcf7cpcnf table th {
		display: block;
		background-color: #eee;
	}
	.contact #wpcf7cpcnf table th p {
		margin: 0;
	}
	.contact #wpcf7cpcnf table td {
		display: block;
	}
	.contact .wpcf7cp-btns {
		display: block;
	}
	.contact .wpcf7cp-cfm-edit-btn {
		width: 100%;
		padding: 10px;
	}
	.contact .wpcf7-submit {
		width: 100%;
		padding: 10px;
	}
	.rehabilitation dl {
		margin: 10px;
	}
	.rehabilitation .wp-block-media-text img {
		width: 120px;
	}
	ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
		width: 75%
	}
	.recruit ul.job_listings li.job_listing a .meta {
		width: 25%;
	}
	.boshu-text {
		text-align: left;
	}
	.boshu-text br {
		display: none;
	}
	.boshu-contact {
		padding: 20px;
	}
	.boshu-contact {
		text-align: left;
	}
	.wp-container-4 {
		gap: 0;
	}
	.boshu-contact .wp-container-5 {
		gap: 0;
	}
	.boshu-contact .tefama {
		margin: 0 20px 0;
	}
	.boshu-contact .tefama p {
		font-size: 18px;
		margin: 0;
	}
	.search h2, .archive h2 {
		font-size: 18px!important;
	}
	.information .GY-box table td {
		display: block;
		width: 100%;
	}
	.information .floormap {
		padding: 0;
		margin-top: 0;
	}
	.information .floor-map-wrap .wp-block-buttons {
		display: block;
		text-align: center;
	}
	#footer-widgets .footer-widgets-inner {
		display: block;
	}
}