@charset "utf-8";
/*
Theme Name:  Kisarazu miki Animal hospital Recruit
Theme URL: k-miki-ah.com
Description: 木更津みき動物病院 RECRUIT用テーマ
Author: k.toma
Version: 1.0.0
Licnecnse: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=PT+Sans:ital,wght@0,700;1,400&display=swap');
@font-face {
  font-family: "JNR-SB-Font";
  src:
    url("/recruit/wp-content/themes/kmikirecruit/assets/font/JNR-SB-Font.otf") format("opentype") ,
    url("/recruit/wp-content/themes/kmikirecruit/assets/font/JNR-SB-Font.ttf") format("truetype") ,
    url("/recruit/wp-content/themes/kmikirecruit/assets/font/JNR-SB-Font.woff") format("woff") ,
    url("/recruit/wp-content/themes/kmikirecruit/assets/font/JNR-SB-Font.woff2") format("woff2");
}
html, * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	letter-spacing: .5px;
	color: #323333;
}
html {
	font-size: 62.5%;
}

footer, footer p, footer a, footer td {
	color: #323333;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
	/* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", メイリオ, sans-serif; */
	font-size: 1.7rem;
	font-size: 1.5rem; /* add */
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
}

/* Footer */
footer {
	width: 100%;
	letter-spacing: 1px;
	padding-top: 56px;
}
footer .base__btn {
	padding: 0 12px;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #323333;
	background: #fff;
	border-radius: 5px;
	color: #323333;
	text-align: center;
	margin: 2% auto;
	font-weight: 600;
}
footer .flex__col2 {
	display: flex;
}
footer .tel__btn {
	display: block;
	border: 2px solid #323333;
	letter-spacing: 3px;
	font-family: Futura, sans-serif;
	font-weight: 900;
	font-style: normal;
	transition: .2s;
}
footer .tel__btn:hover {
	color: #fff;
    	background-color: #323333;
}
footer i.fab {
	font-size: 2.4rem;
	vertical-align: middle;
	color: #8a8a8a;
}
footer span {
	font-size: inherit;
}
.footer__logo {
	margin-bottom: 2%;
}
.footer__logo img {
	border-radius: 0;
}
.footer__info__wrapper {
	display: flex;
	width: 80%;
	width: 68%; /* add */
	min-width: 900px;
	margin: 0 auto;
	justify-content: center;
}
.footer__info__wrapper > div {
	width: calc(100%/2);
	padding: 1%;
}
.footer__info__wrapper > div:last-child {
	max-width: 580px;
	max-width: 450px; /* add */
}
@media(min-width: 941px) {
	.footer__map iframe {
		height: 100%;
	}
}
.footer__address {
	margin: 20px 0;
	max-width: 450px;
}
.footer__address p:first-child {
	font-size: 1.4rem;
	line-height: 1.4;
}
.footer__tel a.tel__btn {
	margin-left: 0;
}
.footer__address .sns__links {
	text-align: right;
	margin: 2% 0;
	width: auto;
}
.footer__address .sns__links a:first-child {
	margin-right: 5px;
}
.footer__workday {
	max-width: 540px;
	margin-bottom: 5px;
}
.footer__workday img {
	width: 100%;
	vertical-align: bottom;
}
.footer__memo {
	font-size: 1.2rem;
}
.footer__bottom {
	margin-top: 8px;
}
/* workday */
.table__workday {
	width: 100%;
	max-width: 450px;
	font-size: 1.3rem;
	font-size: 1.2rem; /* add */
}
.table__workday tr:not(:first-child) {
	border-top: 1px solid #323333;
}
.table__workday tr th {
	text-align: left;
	letter-spacing: -1px;
}
.table__workday tr:first-child th {
	width: 140px;
	vertical-align: middle;
	padding-bottom: 4px;
}
.table__workday tr:not(:first-child) th {
	padding: 5px;
	padding: 3px; /* add */
}
.table__workday__memo {
	border: 1px solid #323333;
	border-radius: 5px;
	padding: 2px 5px;
	background: #fff;
}
.table__workday tr td {
	text-align: center;
	vertical-align: middle;
}
.table__workday tr:first-child td {
	font-weight: bold;
	font-size: 1.3rem;
	width: 30px;
}
.table__workday tr:not(:first-child) td {
	width: auto;
	color: #2db8c3;
	font-size: 1.7rem;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
/* 940px 以下 (PCレスポンシブ最小 & タブレットの幅) */
@media (max-width: 940px) {
	footer {
		margin: 0 auto;
	}
	.footer-ah-logo {
		margin-bottom: 4%;
	}
	.footer__info__wrapper {
		flex-direction: column-reverse;
		width: 100%;
		min-width: auto;
	}
	.footer__info__wrapper > div {
		width: 62%;
		margin: 0 auto 8%;
		min-width: 420px;
	}
	.footer__info {
		width: 80%;
		min-width: 320px;
	}
	.footer__address .flex__col2 {
		display: flex;
	}
	.footer__tel {
		margin-bottom: 4%;
	}
	.footer__workday {
		margin: 0 auto 4%;
	}

}
@media (max-width: 560px) {
	.footer__bnr__wrap {
		margin-top: 60px;
	}
	.footer__bnr__flex {
		max-width: 300px;
		padding-top: 20px;
	}
	.footer__bnr__flex a:first-child {
		margin: 2% 2% 4%;
		max-width: 100%;
		min-width: 150px;
		width: 100%;
	}
	.footer__bnr__flex a:not(:first-child) {
		width: calc(100%/2 - 4%);
	}
}
/* 460px 以下 (スマホレスポンシブ)*/
@media (max-width: 460px) {
	.footer__memo,
	.table__workday {
		font-size: 1.2rem;
	}
	.table__workday .table__workday__cnslttl {
		display: block;
	}
	.footer__logo {
		margin-bottom: 8%;
	}
	.footer__info__wrapper > div {
		width: 94%;
		min-width: auto;
		margin-bottom: 2%;
	}
	.footer__memo {
		margin-bottom: 0;
	}
}
.copyright {
	font-size: 1rem;
	text-align: center;
	color: #323333;
	padding-top: 2%;
	letter-spacing: 0.8px;
	padding-bottom: 2%;
}

.c-link__title span,
.p-nav__contact a span {
	color: #fff;
}
.p-nav__contact a span,
.c-card__positionEn,
.p-philosophy__titleEn {
	font-family: Avenir, sans-serif !important;
	font-weight: normal;
}

/* 調整*/
.c-card__staffName:has(img) img {
    height: 14px;
    margin-top: 2px;
    width: auto;
}
@media screen and (min-width: 768px) {
	.p-staff__item.--green .c-card__staffInfo:before {
		left: 46%;
		transform: translate(-50%, -23%);
	}

	.c-card__staffName:has(img) img {
		height: 18px;
		margin-top: 3px;
		margin-bottom: 8px;
	}
}

.p-message__title h3,
.p-philosophy__titleJa {
	font-weight: 500 !important;
}

/* sub menu */
.p-nav__item.--lg .p-nav__sub {
	background-color: rgba(46,184,195, .9) !important;
	padding-right: 1rem;
}
.p-nav__subItem a {
	color: #fff !important;
	padding: 1em 1em 1em !important;
	border-bottom: 1px solid  #fff !important;
	font-size: 1.5rem !important;
}
@media screen and (min-width: 1080px) {
	.p-nav__subItem a {
		padding-top: .5em !important;
		font-size: 1.1111111111vw !important;
	}
}
@media screen and (min-width: 1440px) {
	.p-nav__subItem a {
		font-size: 1.6rem !important;
	}
}
.p-nav__sub .p-nav__subItem:last-child a {
	border-bottom: none !important;
	padding-bottom: .5em;
}

.wpcf7 form.sent .wpcf7-response-output {
	font-size: 12px;
}
.grecaptcha-badge {
	visibility: hidden;
}
#contactForm input[type="submit"]:focus {
	background: #5eb7e8 !important;
}
