@charset "utf-8";
/*
Theme Name:  Kisarazu miki Animal hospital
Theme URL: k-miki-ah.com
Description: 木更津みき動物病院用テーマ
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');

html { background: #fff; }
html, * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	letter-spacing: .5px;
}
html {
	font-size: 62.5%;
}

body, a, p, li, dd, 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-weight: 400;
	line-height: 1.8;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	animation: fadeIn .5s ease 0s 1 normal;
	-webkit-animation: fadeIn .5s ease 0s 1 normal;
	transition: .2s;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
em, strong, span, figcaption {
	font-size: inherit;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border-radius: 32px;
}
@media (max-width: 460px) {
	img {
		border-radius: 24px;
	}
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* テーマ共通コンポーネント */
.flex__col2,
.flex__col3 {
	display: flex;
}
.flex__col2 > div {
	width: calc(100%/2);
	margin-left: 2%;
	margin-right: 2%;
}
.flex__col3 > div {
	width: calc(100%/3);
	margin-left: 2%;
	margin-right: 2%;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.fl__r {
	float: right;
}
.kerning {
	display: inline-block !important;
}
/* font family */
.font__toppan {
	font-family: toppan-bunkyu-midashi-go-std, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", メイリオ, sans-serif;
	font-weight: 900;
	font-style: normal;
}
/* button */
.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;
}
.base__btn i {
	padding-left: 8%;
}
.base__btn:hover {
	background: #323333;
	color: #fff;
}
.txt__link {
	display: inline-block;
	position: relative;
	padding-bottom: 8px;
	font-weight: 700;
}
.txt__link:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	width: 70%;
	margin: 0 auto;
	height: 1px;
	background: #323333;
	transition: .3s;
}
.txt__link:after {
	position: absolute;
	content: '';
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #323333;
}
a:hover .txt__link:before {
	width: 100%;
}
.tel__btn {
	display: block;
	border: 2px solid #323333;
	letter-spacing: 3px;
	font-family: Futura, sans-serif;
	font-weight: 900;
	font-style: normal;
}
.tel__btn__head {
	font-size: 90%;
	font-family: Avenir, sans-serif;
	letter-spacing: 1px;
}
.listyle {
	list-style: none;
}
.goto__staff {
	background: #fff;
	padding: 10px;
	font-size: 90%;
	border-radius: 8px;
	border: 2px solid #323333;
	margin-top: 25px;
	font-weight: 700;
}
.goto__staff:hover {
	background: #323333;
	color: #fff;
}
ul li {
	padding-bottom: 18px;
}
i.fab {
	font-size: 2.4rem;
	vertical-align: middle;
	color: #8a8a8a;
}
.num__txt {
	font-family: Futura, sans-serif;
	font-weight: 600;
    letter-spacing: 2px;
}
/* workday */
.table__workday {
	width: 100%;
	max-width: 450px;
	font-size: 1.3rem;
}
.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;
}
.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: 2rem;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.copyright {
	font-size: 1rem;
	text-align: center;
	color: #898989;
}

/* テーマレイアウト */
.wrapper {
	background: #fff;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
}
.inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.page__wrap {
	margin-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 6%;
}
main {
	display: block;
	width: 100%;
	margin-top: 140px;
	margin-bottom: 4%;
	min-height: 50vh;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(255,255,255,.95);
	color: #333;
	z-index: 1;
}
.header__inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
@media (min-width: 941px) {
	header {
		padding-top: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	.header__inner {
		max-width: 1430px;
	}
}
.header__logo__wrap {
	display: inherit;
	max-width: 400px;
	width: 30%;
	z-index: 99;
}
.header__homelink {
	width: 100%;
	max-width: 300px;
}
.header__logo {
	width: 80%;
	height: 100%;
	min-width: 80px;
	margin-left: 16px;
	vertical-align: bottom;
	border-radius: 0;
}
.header__info {
	text-align: right;
}
@media (min-width: 941px) {
	.header__info {
		padding-bottom: 40px;
		padding-right: 10px;
	}
}
.header__info .tel__btn {
	margin-bottom: 0;
}
.header__info__holiday {
	color: #989898;
	padding-right: 4px;
	font-family: vdl-lineg, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
}
.header__info__sp,
.header__logo__sp,
.header__navi__info__sp {
	display: none;
	position: relative;
}
/* LINEボタン */
.line__btn img {
	border-radius: 0;
}
/* 予約ボタン */
.reserve__btn img {
	border-radius: 0;
}
@media (min-width: 941px) {
	.pc__nav {
		display: flex !important;
	}
	.line__btn {
		width: 110px;
		margin-right: 10px;
		margin-top: 5px;
	}
	.reserve__btn {
		width: 260px;
		margin-right: 10px;
		margin-top: 5px;
	}
	.reserve__btn img {
		width: 100%;
	}
}
@media (max-width: 940px) {
	.pc__reserve__btn__wrap {
		display: none;
	}
	.sp__reserve__btn__wrap {
		max-width: 370px;
		width: 75%;
		margin: 25px auto 0;
	}
	.sp__line__btn__wrap {
		margin-top: 15px;
	}
	.sp__line__btn__wrap img {
		border-radius: 0;
		width: 150px;
	}
}
nav {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	height: 45px;
}
nav ul{
	width: 100%;
	display: flex;
	height: auto;
	margin-right: 16px;
}
nav ul li {
	margin: 0 10px;
	list-style: none;
}
nav ul li:first-child {
	margin-left: 0;
}
nav ul li:last-child {
	margin-right: 0;
}
nav ul li a {
	position :relative;
	padding-top: 16px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	z-index: 1;
	font-size: 1.3rem;
	font-weight: bold;
}
nav ul li a:hover {
	opacity: .7;
}
@media (min-width: 1025px) {
	nav ul li a {
		font-size: 1.5rem;
	}
}
@media (min-width: 1200px) {
	nav ul li a {
		font-size: 1.7rem;
	}
}
footer {
	width: 100%;
	letter-spacing: 1px;
	padding-top: 56px;
}
.footer__logo {
	margin-bottom: 2%;
}
.footer__logo img {
	border-radius: 0;
}
.footer__info__wrapper {
	display: flex;
	width: 80%;
	min-width: 900px;
	margin: 0 auto;
}
.footer__info__wrapper > div {
	width: calc(100%/2);
	padding: 2%;
}
@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;
}
.footer__bnr__wrap {
	background: #f9f9f9;
}
.footer__bnr__flex {
	justify-content: center;
	display: flex;
	padding: 30px 0;
	max-width: 900px;
	max-width: 1090px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.footer__bnr__flex a {
	width: calc(100%/3);
	max-width: 150px;
	text-align: center;
	margin: auto;
}
.footer__bnr__flex a:first-child {
	max-width: 220px;
}
@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%);
	}
}
.footer__bnr__flex a img {
	border-radius: 0;
}

.page__ttl {
	margin-top: 80px;
	margin-bottom: 4%;
	padding: 86px;
	position: relative;
	background-position: center;
	background-size: cover;
	z-index: 0;
	text-align: center;
	border-radius: 12px;
	font-size: 125%;
	font-family: toppan-bunkyu-midashi-go-std, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", メイリオ, sans-serif;
	font-weight: 900;
	font-style: normal;
	width: 95%;
}

.page__ttl span {
	padding: 20px 60px;
	background: rgba(255,255,255,.9);
	border-radius: 5px;
	color: #323333;
	letter-spacing: 4px;
}
@media (max-width: 460px) {
	.page__ttl span {
		padding: 12px 40px;
	}

}
.page__ttl:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(70, 70, 70, 0.6);
	border-radius: 12px;
	z-index: -1;
}
.page__ttl-blog:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('https://images.unsplash.com/photo-1432821596592-e2c18b78144f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80') no-repeat;
	background-size: cover;
	z-index: -2;
}
.subhead {
	display: block;
	padding-bottom: 8px;
	font-family: toppan-bunkyu-midashi-go-std, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", メイリオ, sans-serif;
	font-weight: 900;
	font-size: 120%;
	font-style: normal;
	letter-spacing: 2px;
}
@media (min-width: 941px) {
	.subhead {
		font-size: 2rem;
	}
}
.subhead__en {
	display: block;
	color: #bfbfbf;
	font-family: 'PT Sans', Futura, sans-serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 1;
	letter-spacing: 1px;
}
.subhead-child {
	padding: 1% 2% 4%;
}
#breadcrumbs {
	width: 95%;
	margin: 0 auto 2%;
}
#breadcrumbs a {
	border: 1px solid #2db8c3;
	display: inline;
	color: #fff;
	background: #2db8c3;
	border-radius: 4px;
	padding: 0 6px;
	opacity: .8;
	font-size: 1rem;
}
#breadcrumbs a:hover {
	opacity: 1;
}
#breadcrumbs span {
	color: #8caeb9;
}
.breadcrumb_last {
	color: #222;
	margin-left: 5px;
	font-size: 1.2rem;
}
@media (min-width: 941px) {
	#breadcrumbs a {
		font-size: 1.3rem;
	}
	.breadcrumb_last {
		font-size: 1.5rem;
	}
}

article {
	margin: 0 auto 8%;
}
.blog-date {
	position: relative;
	top: 0;
	background: #fd9a09;
	color: #fff;
	border-radius: 5%;
	padding: 1% 2%;
}

.page__top__wrap {
	position: relative;
	top: 130px;
}
#pageTop {
	position: fixed;
	bottom: 10px;
	right: 20px;
}
#pageTop img {
	width: 100px;
	height: auto;
}
@media (max-width: 460px) {
	#pageTop {
		right: 10px;
	}
	#pageTop img {
		width: 80px;
		height: auto;
	}
}

/* animation */
@media (min-width: 941px) {
	.active:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 2px;
		background: #2db8c3;
		opacity: .8;
		bottom: 2px;
		left: 0;
		z-index: -1;
		transition: .3s;
	}
}

/* 940px 以下 (PCレスポンシブ最小 & タブレットの幅) */
@media (max-width: 940px) {
	.flex__col2 {
		display: block;
	}
	.flex__col2 > div {
		width: 100%;
		margin: 0 auto;
	}
	main {
		margin-top: 68px;
	}
	header {
		height: 68px;
		background: none;
	}
	.header__logo {
		max-width: 170px ;
		width: 100%;
	}
	/* SP用のメニューボタン*/
	.header__inner {
		position: relative;
		background: rgba(255, 255, 255, 0.76);
	}
	.header__info {
		display: none;
	}
	.header__info__sp,
	.header__logo__sp,
	.header__navi__info__sp {
		display: block;
		text-align: center;
		display: block;
	}
	.header__logo__sp img {
		border-radius: 0;
	}
	.header__navi__info__sp {
		width: 90%;
		margin: auto;
	}
	.header__navi__info__sp .navi__info__btn {
		float: left;
		width: 48%;
		display: block;
		padding: 12px 0;
		background: #323333;
		color: #fff;
		margin-bottom: 24px;
	}
	.header__navi__info__sp .navi__info__btn:last-child {
		float: right;
	}
	.tel__btn__sp {
		position: fixed;
		top: 0px;
		right: 68px;
		width: 68px;
		min-width: auto;
		height: 68px;
		line-height: 68px;
		text-align: center;
		background: #323333;
		color: #fff;
		border-radius: 0;
		z-index: 1;
		font-weight: 600;
		margin: 0;
	}
	#navBtn {
		z-index: 999;
		cursor: pointer;
	}
	#navBtn a {
		display: inline-block;
		text-decoration: none;
		position: relative;
		width: 68px;
		height: 100%;
		opacity: 1;
	}
	#navBtn a > span {
		position: absolute;
		transition-duration: 0.2s;
		background: #323333;
		height: 2px;
	}
	#navBtn a > span {
		left: 22px;
		right: 22px;
	}
	#navBtn a > span:nth-child(1) {
		top: 26px;
	}
	#navBtn a > span:nth-child(2) {
		top: 33px;
	}
	#navBtn a > span:nth-child(3) {
		top: 40px;
	}
	/* OVERLAY */
	.sp__overlay {
		position: fixed;
		top: 0px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		display: none;
		overflow: auto;
		margin: 0;
		padding: 0;
		padding-top: 60px;
		padding-bottom: 40px;
		background: #fff;
		opacity: 1;
	}
	body.js-menu-active #navBtn a > span:nth-child(1) {
		top: 33px;
		position: absolute;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	body.js-menu-active #navBtn a > span:nth-child(2) {
		display: none;
	}
	body.js-menu-active #navBtn a > span:nth-child(3) {
		position: absolute;
		top: 33px;
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	nav {
		position: static;
		height: auto;
	}
	nav ul {
		border: 1px solid #323333;
		border-bottom: 0;
		width: 90%;
		margin: 48px auto 24px;
		display: block;
	}
	nav ul::after {
		content: "";
		display: block;
		clear: both;
	}
	nav ul li {
		width: 50%;
		padding-bottom: 0;
		text-align: center;
		margin: 0;
	}
	nav ul li:nth-child(odd) {
		float: left;
		border-bottom: 1px solid #323333;
	}
	nav ul li:nth-child(even) {
		float: right;
		border-bottom: 1px solid #323333;
		border-left: 1px solid #323333;
	}
	nav ul li:nth-child(2n+1):last-child {
		width: 100%;
	}

	nav ul li a {
		display: block;
		padding: 20px;
		width: 100%;
		height: 100%;
		font-size: 1.4rem;
	}
	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%;
	}
}

/* 767px 以下 (ipad以下)*/
@media(max-width: 767px) {
	.flex__col3 {
		display: block;
	}
	.flex__col3 > * {
		width: 95%;
		margin: 0 auto;
	}
}

/* 460px 以下 (スマホレスポンシブ)*/
@media (max-width: 460px) {
	html {
		/*font-size: 50%; */
	}
	body, a, p, li, dd, td {
		font-size: 1.35rem;
		line-height: 1.6;
	}
	.footer__memo,
	.table__workday {
		font-size: 1.2rem;
	}
	.table__workday .table__workday__cnslttl {
		display: block;
	}
	main {
		margin-top: 50px;
	}
	header {
		height: 50px;
	}
	.tel__btn__sp {
		right: 50px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	#navBtn a {
		width: 50px;
	}
	#navBtn a > span {
		left: 15px;
		right: 15px;
	}
	#navBtn a > span:nth-child(1) {
		top: 20px;
	}
	#navBtn a > span:nth-child(2) {
		top: 26px;
	}
	#navBtn a > span:nth-child(3) {
		top: 33px;
	}
	body.js-menu-active #navBtn a > span:nth-child(1),
	body.js-menu-active #navBtn a > span:nth-child(3) {
		top: 26px;
	}
	.page__ttl {
		margin-top: 60px;
		padding: 41px;
		font-size: 1em;
	}
	.page__ttl:after {
	}
	.subhead {
		padding: 4px 0;
		margin-bottom: 2%;
	}
	.footer__logo {
		margin-bottom: 8%;
	}
	.footer__info__wrapper > div {
		width: 94%;
		min-width: auto;
	}
	.footer__memo {
		margin-bottom: 0;
	}
	#breadcrumbs {
		margin-bottom: 8%;
	}
}
a.bnr-teamhope {
	max-width: 220px;
}
@media (max-width: 560px) {
	a.bnr-teamhope {
		width: 282px !important;
		max-width: 282px;
		margin-top: 10px;
	}
	a.bnr-teamhope img {
		width: 100%;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}
