@charset "utf-8";
/*
Theme Name:  Aoi Animal hospital
Theme URL: aoi-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
*/

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: 58.5%;
}

body, a, p, li, dd, td {
	color: #4c4948;
	font-family: 'Avenir', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	animation: fadeIn .5s ease 0s 1 normal;
	-webkit-animation: fadeIn .5s ease 0s 1 normal;
	transition: .2s;
}
p a {
	color: #08aec3;
	text-decoration: underline;
	font-size: inherit;
}
a:hover {
	opacity: .8;
}
@media(max-width: 460px) {
	h3 {
		font-size: 1.4em;
	}
}

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;
}

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

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

/* テーマ共通コンポーネント */
.wp-block-button__link {
	padding: 2px 15px !important;
	font-weight: bold;
}
.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;
	letter-spacing: inherit;
}
.p-nowrap {
	white-space: nowrap;
}
/* button */
.base__btn a {
	padding: 3px 20px;
	font-weight: bold;
	background-color: #67b4b8;
}
.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%;
}
.bg-color {
	background: #dbeff7;
}
.tel__btn {
	display: block;
	letter-spacing: 2px;
	color: #0062b1;
	font-weight: normal
}
.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;
}
.h-space {
	height: 5em !important;
}
@media(max-width: 599px) {
	.h-space {
		height: 4.5em !important;
	}
	.h-space-n {
		display: none;
	}
}
.mt-n {
	margin-top: 0 !important;
}
i.fab {
	font-size: 2.4rem;
	vertical-align: middle;
	color: #8a8a8a;
}
.num__txt {
	font-weight: 500;
	letter-spacing: 2px;
}
/* workday */
.table__workday {
	width: 100%;
	max-width: 400px;
}
.table__workday tr:not(:first-child) {
	border-top: 1px solid #67b4b8;
}
.table__workday tr th {
	text-align: right;
}
.table__workday tr:first-child th {
	vertical-align: middle;
	padding-bottom: 4px;
}
.table__workday tr:not(:first-child) th {
	padding: 5px;
	width: 100px;
	white-space: nowrap;
}
.table__workday__memo {
	border: 1px solid #67b4b8;
	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;
	padding-bottom: 5px;
}
.table__workday tr:first-child td:last-child {
	width: 50px;
}
.table__workday tr:not(:first-child) td {
	font-size: 1.8rem;
	font-weight: bold;
}
.table__workday tr td.close {
	transform: rotate(16deg);
}
.table__workday .num__txt {
	font-weight: 500;
}

.copyright {
	font-size: 1rem;
	text-align: right;
	color: #898989;
	padding-right: 15px;
}

/* テーマレイアウト */
.wrapper {
	background: #fff;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
}
.inner {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
}
main {
	display: block;
	width: 100%;
	margin-top: 168px;
	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%;
	margin: auto;
}
@media (min-width: 941px) {
	header {
		padding: 15px;
		padding-top: 30px;
		padding-bottom: 0;
	}
	.header__inner {
		max-width: 960px;
	}
}
.header__logo__wrap {
	display: inherit;
	max-width: 400px;
	width: 40%;
	min-width: 250px;
	z-index: 99;
}
.header__homelink {
	width: 100%;
}
.header__logo {
	vertical-align: bottom;
	border-radius: 0;
}
.header__info {
	text-align: right;
}
.header__info .tel__btn {
	margin-bottom: 0;
	font-size: 2.8rem;
	line-height: 1;
}
.header__info__sp,
.header__logo__sp,
.header__navi__info__sp {
	display: none;
	position: relative;
}
.header__bnrs {
	display: flex;
}
.reserve__btn {
	max-width: 120px;
	margin: 0 20px;
}
@media (min-width: 941px) {
	.pc__nav {
		display: flex !important;
		width: 100%;
	}
	.pc__nav nav {
		width: 100%;
	}
	.pc__nav ul {
		justify-content: space-between;
	}
	.pc__sns__btns__wrap a {
		width: 24px;
		margin-left: 2.5px;
	}
}
@media (max-width: 940px) {
	.pc__reserve__btn__wrap {
		display: none;
	}
	.sp__reserve__btn__wrap {
		max-width: 370px;
		width: 75%;
		margin: 25px auto 0;
	}
	.pc__sns__btns__wrap {
		display: none;
	}
}
nav ul{
	width: 100%;
	display: flex;
	height: auto;
	margin-right: 16px;
	margin-bottom: .8em;
	padding-left: 0;
}
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: 10px;
	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;
}
nav ul li a small {
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 80%;
	letter-spacing: 1.5px;
}
@media (min-width: 1025px) {
	nav ul li a {
		font-size: 1.5rem;
	}
}
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: 90%;
	max-width: 1000px;
	justify-content: space-between;
	margin-bottom: 5em;
}
.footer__info__wrapper .footer__map {
	width: 59%;
	margin-right: 2%;
}
.footer__info__wrapper .footer__info {
	min-width: 375px;
}
.footer__address {
	margin: 20px 0;
	max-width: 450px;
}
.footer__address p:first-child {
	font-size: 1.6rem;
}
.footer__address i {
	color: #92a7aa;
	font-size: 1.6rem;
}
.footer__address span.footer__detail-map-label {
	background: #92a7aa;
	color: #fff;	
	font-weight: bold;
	border-radius: 40px;
	padding: 3px 20px;
	margin-left: .5em;
	font-size: 1.0rem;
	vertical-align: middle;
	line-height: 1;

}
.footer__address .footer__bnrs {
	padding-top: .5em;
	padding-bottom: 0;
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.footer__address .footer__bnrs a.tel__btn {
	color: #0062b1;
	font-size: 2.2rem;
	white-space: nowrap;
}
.footer__address .footer__bnrs .footer__sns__btns__wrap a {
	width: 22px;
	margin: 0;
}
.footer__address .footer__bnrs .footer__reserve__btn__wrap .reserve__btn {
	margin: 0 ;
}
.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 {
	margin-top: 8% ;
}
.footer__bnr__flex {
	display: flex;
	padding-top: 30px;
	flex-wrap: wrap;
	width: 88%;
}
.footer__bnr__flex a,
.footer__bnr__flex > img {
	height: 50px;
	text-align: center;
	padding-bottom: 10px;
	padding-right: .8em;
}
.footer__bnr__flex a img {
	height: 100%;
}
@media(min-width: 561px) {
	a.footer__veccs {
		height: auto;
		margin-top: -4rem;
	}
	a.footer__veccs img {
		height: auto !important;
		width: 180px;
		vertical-align: middle;
	}
}
@media (max-width: 560px) {
	.footer__bnr__wrap {
		margin-top: 60px;
	}
	.footer__bnr__flex {
		max-width: 260px;
		padding-top: 20px;
		align-items: center;
	}
	.footer__bnr__flex a,
	.footer__bnr__flex a img {
		height: auto;
		vertical-align: middle;
	}
	.footer__bnr__flex a:first-child {
		max-width: 92%;
	}
	.footer__bnr__flex > img {
		width: calc(100%/2 - 4%);
		height: auto;
		vertical-align: middle;
		margin: .5em 0;
	}
}
.footer-s-wrap {
	max-width: 450px;
}
.footer__memo {
	float: left;
}
.footer-s-wrap .cfc-link {
	float:right;
	width: 60px;
}
@media(max-width: 420px) {
	.footer__memo, .footer-s-wrap .cfc-link {
		float: none;
	}
	.footer-s-wrap .cfc-link {
		margin-top: 10px;
		width: 80px;
	}
}

.footer__bottom {
	padding-top: 1em;
	background: #0062b1;
	color: #fff;
}
#footerNav {
	max-width: 1000px;
	margin: 0 auto;
	width: 97%;
	position: relative;
    	z-index: 0;
}
#footerNav ul {
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 0;
}
#footerNav ul li a {
	color: #fff;
	font-weight: normal;
}
#footerNav ul li a small {
	display: none;
	
}
nav#footerNav ul,
nav#footerNav ul li {
	border: none;
}
@media(max-width: 940px) {
	nav#footerNav {
		padding-top: 1em;
	}
}
@media(min-width: 941px) {
	.footer__bnrs {
		display: flex;
		justify-content: center;
	}
	.footer__bnrs .footer__reserve__btn__wrap .reserve__btn {
		margin-right: 10px;
	}
}
.footer__bnrs a.tel__btn {
	color: #fff;
	font-size: 3.4rem;
	line-height: 1;
}
.footer__bnrs {
	text-align: center;
	padding: 2.5em 0 5em;
}
.footer__bnrs .footer__sns__btns__wrap a {
	width: 28px;
	margin: 0 2px;
}
@media(max-width: 940px) {
	.footer__bnrs .footer__reserve__btn__wrap .reserve__btn {
		margin: 1em auto 1.5em;
	}
	.footer__bnrs {
		padding-bottom: 3em;
	}
}
.page__ttl {
	margin-top: 80px;
	margin-bottom: .5em;
	padding: 86px;
	position: relative;
	background-position: center;
	background-size: cover;
	border-radius: 8px;
}
.page__ttl-h1 {
	text-align: center;
	margin: 70px auto;
	font-size: 2.4rem;
	letter-spacing: 2px;
}
.page__ttl-h1 small {
	font-weight: normal;
	display: block;
	font-size: 60%;
	letter-spacing: 2.1px;
}

.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;
}
.ttl__border {
	background-size: 6px;
	background-repeat: repeat-x;
	background-image: url('/wp-content/themes/aoi-ah/assets/img/dot.png');
	background-position: left bottom;
	padding-bottom: .5em;
	margin-bottom: 1em;
}
#breadcrumbs {
	width: 90%;
	max-width: 950px;
}
#breadcrumbs a {
	display: inline;
	padding-right:6px;
	font-size: 1.2rem;
}
#breadcrumbs img {
	width: 5px;
	margin-top: -1px;
	vertical-align: middle;
}
#breadcrumbs a:hover {
	opacity: 1;
}
#breadcrumbs span {
	font-size: 1.2rem;
}
.breadcrumb_last {
	margin-left: 5px;
}

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;
}
#pageTop {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 95%;
	max-width: 1000px;
	margin: auto;
}
#pageTop a {
	position: absolute;
	bottom: 0;
	right: 0;
}
#pageTop a img {
	width: 100px;
	height: auto;
}
@media (max-width: 460px) {
	#pageTop a img {
		width: 80px;
		height: auto;
	}
}

/* animation */
@media (min-width: 941px) {
	.active:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 2px;
		background: #2db8c3;
		opacity: .8;
		bottom: 0;
		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;
	}
	/* SP用のメニューボタン*/
	.header__inner {
		position: relative;
		background: rgba(255, 255, 255, 0.76);
	}
	.header__sp__nav__wrap {
		position: absolute;
		top: 0;
		right: 0;
	}
	.header__info {
		display: none;
	}
	.header__logo__wrap {
		width: 60%;
		margin: 10px;
	}
	.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: #0062b1;
		color: #fff;
		margin-bottom: 24px;
	}
	.header__navi__info__sp .navi__info__btn:last-child {
		float: right;
	}
	.sp__sns__btns__wrap a {
		width: 30px;
		margin: 0 2.5px;

	}
	.tel__btn__sp {
		position: fixed;
		top: 0px;
		right: 68px;
		width: 68px;
		min-width: auto;
		height: 68px;
		line-height: 68px;
		text-align: center;
		background: #0062b1;
		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: 90px;
		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;
	}
	.header__navi__info__sp { /* add 23.06.26 */
		width: 90%;
		margin-top: 48px;
		margin-left: auto;
		margin-right: auto;
	}
	nav ul {
		border: 1px solid #323333;
		border-bottom: 0;
		width: 90%;
		margin: 48px auto 24px;
		display: block;
		margin-top: 0; /* add 23.06.26 */
	}
	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#footerNav ul li:nth-child(2n+1):last-child {
		width: 50%;
	}

	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;
		min-width: auto;
	}
	.footer__info__wrapper .footer__info {
		min-width: auto;
		margin: auto;
	}
	.footer__info__wrapper .footer__map {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4em;
	}
	.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;
	}
	.subhead {
		padding: 4px 0;
		margin-bottom: 2%;
	}
	.footer__logo {
		margin-bottom: 8%;
	}
	.footer__info__wrapper > div {
		width: 94%;
		min-width: auto;
	}
	.footer__address {
		text-align: center;
	}
	.footer__address p:first-child {
		padding-bottom: .5em;
	}
	.footer__address .footer__bnrs {
		white-space: nowrap;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 1em;
	}
	.footer__address .footer__bnrs a.tel__btn {
		margin-right: 1em;
	}
	.footer__address .footer__bnrs .footer__sns__btns__wrap {
		margin-top: .5em;
	}
	.footer-s-wrap {
		text-align: center;
	}
	.footer__memo {
		margin-bottom: 0;
	}
	.footer-s-wrap .cfc-link {
		margin-top: 1.5em;
	}
	#breadcrumbs {
		margin-bottom: 8%;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}
.aoi-blue__btn a {
	padding: .6em 2em !important;	
}


/* top */
.metaslider.top__slider {
	max-width: 1200px;
	width: 98% !important;
	margin: auto;
	overflow-x: hidden;
}
.metaslider.top__slider .caption-wrap {
	color: inherit;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 8px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	position: absolute;
	top: 8%;
	left: 13%;
	width: auto;
	background: rgba(255,255,255.7);
	border-radius: 8px;
	height: 230px;
	padding-top: 1em;`
}

.disp-none {
	display: none !important;
}
@media(min-width: 641px) {
	.metaslider.top__slider .flexslider .slides > li:last-child .caption-wrap {
		top: 28%;
		left: 12%;
		height: 265px;
	}
}
@media(max-width: 599px) {
	.metaslider.top__slider .caption-wrap { display: none; }
}
.metaslider.top__slider .caption-wrap .caption {
	letter-spacing: 2px;
}
.metaslider.top__slider {
	opacity: 0;
	transition: .3s;
}
.metaslider.top__slider ul li img {
	border-radius: 8px;
}
@media (max-width: 640px) {
	.metaslider.top__slider .caption-wrap {
		font-size: 1.5rem;
		letter-spacing: 4px;
	}
	.metaslider.top__slider ul li img {
		height: 30vh;
		object-fit: cover;
	}
}
.metaslider.top__slider .flex-control-nav {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
}
.metaslider.top__slider .flex-control-paging li a {
	width: 8px;
	height: 8px;
	margin: 0 10px;
	background: #fff;
}
.metaslider.top__slider .flex-control-paging li a.flex-active {
	background: #0062b1;
}
.metaslider.top__slider .flexslider .flex-direction-nav li a {
	background-image: url('https://aoi-ah.com/wp-content/themes/aoi-ah/assets/img/bg_direction_nav2.png');

}
.metaslider.top__slider .flexslider {
	margin-bottom: 60px;
}
.top__topic-sec {
	justify-content: center;
}
.top__topic-sec h2 {
	font-size: 1.8rem;
}
ul.top__news {
	margin-top: .5em;
}
ul.top__news li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 7px 0px;
	background-size: 5px;
	background-repeat: repeat-x;
	background-image: url('/wp-content/themes/aoi-ah/assets/img/dot.png');
	background-position: left bottom;
}
ul.top__news li time {
	order: 1;
	color: #0062b1;
	font-size: 2.2rem;
	vertical-align: middle;
	padding-right: 1em;
}
ul.top__news li a {
	order: 2;
	vertical-align: middle;
	overflow: hidden;
	max-width: 340px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media(max-width: 460px) {
	ul.top__news li > * {
		width: 100%;
	}
	ul.top__news li time {
		font-size: 1.8rem;
	}
}
.top__covid19__wrap {
	padding: 1.5em;
	border-radius: 8px;
	max-width: 400px;
}
.top__covid19__wrap h2 {
	background: #fff;
	padding: 5% 1.5% 2.5%;
	border-radius: 8px;
	font-size: 1.6rem;
	margin-bottom: 1.25em;
}
@media(max-width: 560px) {
	.top__covid19__wrap h2 {
		padding-top: 4%;
	}
}
.top__covid19__wrap h2 ruby rt {
	font-size: 4px;
	top: -3px;
	position: relative;
	letter-spacing: -7px;
}
.top__covid19__wrap p {
	line-height: 1.6;
	font-size: 1.4rem;
	margin-bottom: .5rem;
}
.top__covid19__wrap p strong{
	letter-spacing: 0.5px;
}
.top__covid19__wrap .cfc-img_col {
	background: #fff;
	border-radius: 8px;
	padding: .8rem;
}
.top__covid19__wrap .cfc-wrap__columns {
	gap: 1.5rem;
}
.top__covid19__wrap .wp-block-button__link {
	letter-spacing: 1.5px;
	font-size: 15px;
	min-width: 138px;
}
@media(max-width: 781px) {
	.top__covid19__wrap .cfc-wrap__columns.wp-block-columns .wp-block-column:first-child {
		flex-basis: 40% !important;
	}
	.top__covid19__wrap .cfc-wrap__columns.wp-block-columns .wp-block-column:last-child {
		flex-basis: 55% !important;
	}
}
@media(max-width: 599px) {
	.top__news__wrap {
		margin-bottom: 3em;
	}
}

.top__ttl-en {
	font-size: 140%;
	font-weight: normal;
	color: #0062b1;
	padding-right: .5em;
}
@media(max-width: 460px) {
	.top__ttl-en {
		font-size: 138%;
	}
}

.top__medical-info-wrap {
	padding: 95px 0;
}
.top__medical-ttl-wrap {
	position: relative;
}
.top__beginner__btn a.wp-block-button__link {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-color: #0062b1;
	color: #fff;
	font-weight: bold;
	border-radius: 40px;
	padding: 4px 25px !important;
}
.top__medical-info {
	background: #fff;
	border-radius: 8px;
	padding: 60px;
	margin-top: 50px;
	justify-content: space-between;
}
.top__medical-info p {
	font-size: 1.4rem;
	padding-bottom: .5em;
}
.top__medical-info h3 {
	color: #fff;
	background: #67b4b8;
	padding: 2px 20px;
	display: inline-block;
	border-radius: 40px;
	margin-bottom: 1em;

}
p.top__medical-target-p {
	font-size: 130%;
}
.top__medical-info .top__target-wrap {
	position: relative;
	max-width: 400px;
}
.top__medical-info .header__bnrs {
	margin: .5em 0;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 400px;
}
.top__medical-info .header__bnrs > * {
	display: block;
	white-space: nowrap;
	margin-top: 5px;
}
.top__medical-info .header__info .tel__btn {
	font-size: 2.5rem;
}
.top__medical-info .header__bnrs .reserve__btn {
	margin: -1px 10px;
	width: 115px;
}
.top__medical-info .header__bnrs .pc__sns__btns__wrap a {
	margin-left: 4px;
	width: 24px;
}
.top__medical-info .top__medical-hours {
	max-width: 420px;
}
@media(max-width: 940px) {
	.top__beginner__btn a.wp-block-button__link {
		position: relative;
		transform: none;
		margin-top: .5em;
	}
	.top__medical-info {
		padding: 30px;
	}
	.top__medical-info.wp-block-columns {
		display: block;
	}
	.top__medical-info .wp-block-column.top__target-wrap {
		margin: auto;
	}
	.top__medical-info .wp-block-column.top__medical-hours {
		margin: auto;
		margin-left: auto !important;
		margin-top: 3em;
	}
	.top__medical-info .header__bnrs {
		margin-bottom: 1em;
	}
	.top__medical-info .header__info .tel__btn {
		font-size: 3rem;
	}
	.top__medical-info .header__bnrs .reserve__btn {
		padding-top: .5em;
		padding-bottom: .2em;
		min-width: 150px;
	}
	.top__medical-info .pc__sns__btns__wrap {
		width: 100%;
		margin: 1em auto .5em;
		text-align: center;
	}
	.top__medical-info .pc__sns__btns__wrap a:first-child {
		margin-left: 0;
	}
	.top__medical-info .top__medical-hours p {
		text-align: center;
	}
}
.top__medical-topic {
	margin: 50px auto;
}
.top__medical-topic .wp-block-column {
	background: #fff;
	padding: 20px 0 24px;
	border-radius: 8px;
	margin-bottom: 2em;
}
.top__medical-topic .wp-block-column h3 {
	letter-spacing: 2px;
	line-height: 1.5;
}
.top__medical-topic .wp-block-column h3 small {
	display: block;
	font-weight: normal;
	font-size: 60%;
}
.top__medical-topic .wp-block-column figure {
	margin: 15px auto 20px;
}
.top__medical-feature-wrap h3 {
	letter-spacing: 2px;
	padding-bottom: 30px;
}
.top__medical-feature {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	justify-content: space-between;
	gap: 0 !important;
}
.top__medical-feature .wp-block-column:not(:last-child) {
	background-size: 5px;
	background-repeat: repeat-y;
	background-image: url('/wp-content/themes/aoi-ah/assets/img/dot.png');
	background-position: right top;
}
.top__medical-feature-num {
	font-size: 3.0rem;
	letter-spacing: 1.5px;
	padding-bottom: 15px;
}
.top__medical-feature figure img {
	height: 100%;
	width: auto;
	max-height: 60px;
}
.top__medical-feature .wp-block-column:last-child figure {
	padding-left: 18px;
}
@media(min-width: 782px) {
	.top__medical-feature.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
		margin-left: 0;
	}
}
@media(max-width: 781px) {
	.top__medical-feature {
		justify-content:center;
	}
	.top__medical-feature .wp-block-column:not(:last-child) {
		margin-bottom: 5%;
		border-right: none;
		background-size: 5px;
		background-repeat: repeat-x;
		background-image: url('/wp-content/themes/aoi-ah/assets/img/dot.png');
		background-position: left bottom;
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
}
@media(max-width: 599px) {
	.top__medical-feature {
		max-width: 250px;
		display: block !important;
	}
	.top__medical-feature .wp-block-column {
		max-width: 180px;
		margin: auto;
	}
	.top__medical-feature .wp-block-column p {
		font-size: 1.6rem;
	}
	.top__medical-feature .wp-block-column p.top__medical-feature-num {
		font-size: 3.4rem;
	}
}
figure.wp-block-gallery.has-nested-images.top__btm__gallery {
	gap: 0;
}
.top__btm__gallery figure.wp-block-image {
	margin: 0 !important;
}
/* 一時的 削除 */
.temp_disp-none{
	display: none !important;
}

/* 下層ページ共通 */
.page__container .inner {
	max-width: 900px;
}
.page__container p:not(:last-child) {
	padding-bottom: 10px;
}
.page__container h2 {
	letter-spacing: 1.5px; 
}
@media(max-width: 599px) {
	.page__container p.has-small-font-size {
		font-size: 1.2rem !important;
	}
}

/* About */
.about__thought-wrap {
	margin-bottom: 5em;
}
.about__thought-wrap .wp-block-columns {
	justify-content: space-between;
}
.about__thought-wrap h2 {
	font-size: 2.4rem;
	letter-spacing: 3px;
	padding-bottom: .5em;
}
@media(min-width: 600px) {
	.about__thought-wrap h2 {
		margin-top: -.15em;
	}
}
.about__thought-wrap p {
	font-size: 1.7rem;
	letter-spacing: 1.5px;
}
.about__thought-wrap img {
	width: 100%;
}
.about__thought-content {
	max-width: 520px;
	flex-basis: 55% !important;
}
.about__thought-img {
	flex-basis: 45% !important;
	max-width: 320px;
}
.about__thought-img figure {
	margin-bottom: 0;
}
@media(max-width: 599px) {
	.about__thought-wrap .wp-block-column.about__thought-content {
		margin-bottom: 2em;
	}
	.about__thought-wrap .wp-block-columns:first-child .wp-block-column.about__thought-content {
		order: 2;
	}
	.about__thought-wrap h2 {
		padding-top: .5em;
	}
}
.about__feature-wrap  {
	padding: 5em 0;
}
.wp-block-group.about__feature-box,
.wp-block-columns.about__feature-box  {
	background: #fff;
	border-radius: 8px;
	padding: 30px 40px 30px 30px;
	margin: 25px auto 50px;
	justify-content: space-between;
}
@media (max-width: 599px) {
	.wp-block-columns.about__feature-box {
		padding: 30px;
	}
}
.about__feature-label-wrap {
	flex-basis: 28% !important;
	border-right: 3px dotted #67b4b8;
}
.about__feature-label-wrap p {
	font-size: 1.8rem;
}
.about__feature-label-wrap p.feature__num-label {
	font-size: 3.1rem;
	padding-bottom: 10px;
}
.about__feature-content-wrap h3 {
	font-size: 2.4rem;
	letter-spacing: 3px;
	padding-bottom: 10px;
}
.about__feature-font-s {
	font-size: 78%;
}
.about__feature-img05 img {
	margin-left: 15%;
}
@media(min-width: 600px) {
	.txt-pd-r {
		padding-right: 1em;
	}
}
@media(max-width: 599px) {
	.wp-block-columns.about__feature-box  {
		padding-top: 10px;
		gap: 1em;
	}
	.about__feature-wrap {
		padding: 60px 0;
	}
	.about__feature-label-wrap {
		border-right: 0;
		background-size: 5px;
		background-repeat: repeat-x;
		background-image: url('/wp-content/themes/aoi-ah/assets/img/dot.png');
		background-position: left bottom;
		padding: 1em;
		margin-bottom: 1em;
	}
	.about__feature-content-wrap h3 {
		text-align: center;
		display: none;
	}
}

.wp-block-columns.about__feature-comment {
	margin-bottom: 3em;
	/*background: #f1f0f0;*/
	background: #fff;
	padding: 1.5em;
	border-radius: 8px;
	margin-top: 4em;
}
@media(max-width: 640px) {
	.wp-block-columns.about__feature-comment {
		margin-top: 0;
	}

}

/* お知らせ・ブログ */
section.blog__article__sec { width: 100%; }
section.blog__article__sec h3 {
	margin: 2% 2% 0;
	background: #fff;
	padding: 12px 20px;
	border-radius: 40px;
}
.blog__wrap {
	padding: 5em 0;
}
.blog__wrap__inner {
	display: flex;
	flex-wrap: wrap;
	padding: 2%;
}
.blog__item {
	width: 50%;
	box-sizing: border-box;
	border: 1px solid #eee;
	transition: .3s;
	padding: 15px;
	background: #fff;
}
.blog__item:hover {
	background: #fff;
}
.blog__item:hover .blog__detail__btn {
	background: #323333;
	color: #fff;
}
.blog__item:last-child {
	margin-right: 0;
}
div.blog__thumbnail {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.blog__txt {
	margin: 3% 0;
	padding-bottom: 35px;
	position: relative;
	min-height: 140px;
}
.blog__date {
	font-size: 1rem;
	color: #0062b1;
}
.blog__ttl {
	font-weight: 600;
}
.blog__excerpt p {
	font-size: 1.2rem;
}
.blog__detail__btn {
	border: 1px solid #323333;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 1px 6px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
}

@media (max-width: 1200px) {
	.blog__item.flex__col2 {
		display: block;
	}
	.blog__item.flex__col2 > div {
		width: 100%;
		margin: 0 auto;
	}
	div.blog__thumbnail {
		height: 180px;
		margin-bottom: 4%;
	}
}

/* 460px 以下 (スマホレスポンシブ)*/
@media (max-width: 460px) {
	.blog__wrap__inner {
		display: block;
		padding: 6%;
	}
	.blog__txt {
		min-height: auto;
	}
	.blog__item {
		width: 100%;
		margin: 0 auto 8%;
	}
}

/* Examination */
.exam__target-wrap {
	padding: 5em 0;
}
.exam__target-wrap h3 {
	font-size: 2.0rem;
}
.exam__target-wrap .wp-block-column {
	background: #fff;
	padding: 2em 2em 1.5em;
	margin-bottom: 1em;
	border-radius: 8px;
}
.exam__target-main-animal-wrap.wp-block-columns {
	margin-top: 5em;
	margin-bottom: 1em;
}

.exam__target-main-animal-wrap h3 small {
	display: block;
	font-size: 60%;
	font-weight: normal;
	background-size: 5px;
	background-repeat: repeat-x;
	background-image: url('/wp-content/themes/aoi-ah/assets/img/dot.png');
	background-position: left top;
	color: #595757;
	letter-spacing: 2px;
	padding-top: 1em;
	margin-top: .5em;
}
.exam__target-exotic-wrap {
	background: #fff;
	padding: 2.5em 4em 1.5em;
	position: relative;
	border-radius: 8px;
}
@media(max-width: 599px) {
	.exam__target-exotic-wrap {
		padding: 2.5em 2em 1.5em;
	}
}
.exam__target-exotic-wrap h3 {
	padding-bottom: .4em;
}
.exam__target-exotic-wrap p strong {
	font-size: 120%;
}
.exam__target-exotic-wrap p {
	font-size: 90%;
}
.exam__target-wrap .wp-block-column img {
	max-width: 60px;
}
.exam__target-exotic-wrap .wp-block-button__link {
    font-size: 1.2rem !important;
    background-color: #4c4948;
    margin-left: 1em;
}
@media (max-width: 599px) {
	.exam__target-exotic-wrap .wp-block-button__link {
		margin-top: 5px;
		margin-left: 0;
		display: block;
		padding: 5px !important;
	}
}
.exam__hour-table {
	margin: 0 auto;
	font-size: 1.8rem;
	border: 1px solid #67b4b8;
	max-width: 420px;
}
.exam__hour-table tr:first-child {
	background: #67b4b8;
}
.exam__hour-table tr:first-child td {
	color: #fff;
	vertical-align: middle;
	padding-top: 5px;
}
.exam__hour-table caption {
	text-align: left;
	caption-side: bottom;
	padding-top: 1em;
	font-size: 80%;
}
.exam__hour-tel {
	margin-top: 1em;
}
@media(max-width: 599px) {
	.exam__hour-tel {
		margin-top: 2em;
	}
}
.exam__hour-tel a.tel__btn {
	text-decoration: none;
	font-size: 3.4rem;
	white-space: nowrap;
	line-height: 1;
}
.exam__reserve-btn {
	padding-top: .5em;
	padding-bottom: 1em;
}
.exam__reserve-btn.base__btn a.wp-block-button__link {
	width: 320px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.exam__bgnr-bringing-wrap {
	margin-top: 3em;
	justify-content: space-between;
}
.exam__bgnr-bringing-wrap .wp-block-column:first-child {
	max-width: 370px;
}
.exam__bgnr-bringing-wrap .wp-block-column:last-child {
	max-width: 320px;
}
@media(max-width: 599px) {
	.exam__bgnr-bringing-wrap .wp-block-column:last-child {
		max-width: 100%;
	}
}
h3.exam__bgnr-bringing-ttl.has-background {
	border-radius: 40px;
	padding: .5em;
}
.exam__bgnr-bringing-list ul {
	padding-left: 0;
	list-style: none;
}
.exam__bgnr-bringing-list ul li {
	font-weight: bold;
	letter-spacing: 2px;
}
.exam__bgnr-bringing-list ul li:not(:last-child) {
	padding-bottom: 5px;
}
.exam__bgnr-attention-wrap {
	margin-top: 3em;
	border: 3px solid #0062b1;
	padding: 2em 1.5em .5em;
}
.exam__bgnr-attention-wrap h3 {
	color: #0062b1;
	padding-bottom: 1.8em;
}
.exam__bgnr-attention-wrap img {
	width: 30px;
}
.exam__bgnr-attention-wrap .wp-block-column:first-child {
	border-right: 3px solid #0062b1;
	max-width: 120px;
}
@media(max-width: 599px) {
	.exam__bgnr-attention-wrap .wp-block-image {
	}
	.exam__bgnr-attention-wrap .wp-block-column:first-child {
		border-right: none;
		border-bottom: 3px solid #0062b1;
		max-width: 100%;
		padding-bottom: .2em;
		margin-bottom: 1em;
		
	}
}
.exam__bgnr-attention-float-img .wp-block-image,
.exam__bgnr-attention-float-img .wp-block-image figure {
	margin-right: .5em;
	margin-bottom: 0;
	margin-top: 0;
}
.exam__attention-container {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}
.exam__attention-container .wp-block-group__inner-container > .wp-block-columns {
	justify-content: center;
}
.exam__attention-dog.wp-block-image,
.exam__attention-catrabbit {
	margin: .5em 0;
}
.exam__attention-catrabbit:after {
	content: '';
	clear: both;
	display: block;
}
.exam__flow-wrap {
	padding: 5em 0;
}
.exam__flow-recep-wrap.wp-block-columns {
	margin-top: 1em;
	margin-bottom: 0;
}
.exam__flow-box {
	background: #fff;
	border-radius: 8px;
	padding: 2em;
	margin: 2em auto;
}
@media (max-width: 599px) {
	.exam__flow-box {
		padding: 2em 1.85em;
	}
}
.exam__flow-box h3 {
	font-size: 2.0rem;
	line-height: 1;
	letter-spacing: 2px;
	margin-bottom: .5em;
}
.exam__flow-num {
	font-size: 160%;
	font-weight: 400;
	vertical-align: middle;
	position: relative;
	top: -2px;
	padding-right: .6em;
	letter-spacing: 2px;
}
.exam__flow-box .wp-block-buttons {
	display: block;
}
.exam__flow-box .wp-block-buttons > .wp-block-button,
.exam__flow-box .wp-block-buttons .wp-block-button a {
	display: block;
	width: 100%;
}
.exam__flow-box .wp-block-buttons > .wp-block-button {
	margin-bottom: .8em;
}
@media(max-width: 599px) {
	.exam__flow-box .wp-block-buttons > .wp-block-button {
		margin-top: .8em;
	}
}
.exam__flow-box .wp-block-buttons .wp-block-button a.wp-block-button__link {
	padding: 5px !important;
}
@media(min-width: 600px) {
	.exam__flow-reserve-content {
		flex-basis: 10% !important; 
	}
}

/* staff */
.figure-disp-none img {
	display: none;
}
.figure-disp-none figcaption {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.staff__doctor-wrap {
	padding: 5em 0;
}
.staff__doctor-box {
	background: #fff;
	padding: 3em;
	border-radius: 8px;
}
@media(min-width: 600px) {
	.staff__doctor-box .wp-block-columns:first-child {
		margin-bottom: 3em;
	}
}
.staff__doctor-box .wp-block-columns:first-child .wp-block-column:first-child {
	flex-basis: 70% !important;
}
.staff__doctor-greeting-wrap p:not(:last-child) {
	padding-bottom: 1em;

}
@media(max-width: 599px) {
	.staff__doctor-box {
		padding: 3em 2.5em;
		gap: 0 !important;
	}
}
.staff__doctor-box h2 {
	padding-bottom: .5em;
}
.staff__doctor-box p {
	font-size: 1.6rem;
}
@media(max-width: 599px) {
	.staff__doctor-box p {
		font-size: 1.5rem;
	}
}
.staff__doctor-box .wp-block-group__inner-container .wp-block-columns {
	justify-content: space-between;
}
@media(min-width: 600px) {
	.staff__doctor-box .wp-block-group__inner-container .wp-block-columns {
		flex-wrap: nowrap;
	}
}
.staff__doctor-img {
	max-width: 180px;
}
@media(max-width: 599px) {
	.staff__doctor-box .wp-block-columns {
		margin-bottom: 0;
	}
	.staff__doctor-img {
		max-width: 100%;
	}
	.staff__doctor-img figure {
		max-width: 240px;
		margin: auto;
	}
	.staff__doctor-img figure.staff__doctor-leader-img {
		margin-top: 3em;
	}
}
.staff__doctor-img img {
	border-radius: 8px !important;
}
.staff__doctor-img figcaption {
	text-align: center;
	font-size: 1.2rem;
	padding-top: .5em;
}
.staff__doctor-img figcaption strong {
	font-size: 180%;
	color: #0062b1;
	letter-spacing: 1.5px;
}
.staff__doctor-profile.wp-block-columns {
	margin-bottom: 0;
}
.staff__doctor-profile p,
.staff__doctor-profile table td {
	font-size: 1.3rem;
}
.staff__doctor-profile p.ttl__border {
	font-size: 1.5rem;
	margin-bottom: .6em;
	margin-top: 1em;
}
@media(min-width: 600px) {
	.staff__doctor-profile p.ttl__border:first-child {
		margin-top: 0;
	}
	.staff__doctor-women-profile {
		flex-basis: 75% !important;
	}
}
.staff__doctor-profile table tr td:first-child {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
	width: 90px;
}

/* Pet salon */
.trim__feature-wrap {
	padding: 5em 0;
}
.trim__feature-content-wrap {
	margin-top: 3em;
	justify-content: space-between;
}
.trim__feature-topic-content {
	max-width: 500px;
}
.trim__feature-topic-content h3 {
	font-size: 2.4rem;
	letter-spacing: 3px;
	padding-bottom: 1em;
}
.trim__feature-topic-content p,
.trim__feature-topic-content ul li {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 1.5px;
}
.trim__feature-topic-content ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	position: relative;
	padding-left: 1.4em;
}
.trim__feature-topic-content ul li:before {
	position: absolute;
	content: '●';
	left: 0;
}
.trim__feature-topic-img {
    flex-basis: 35% !important;
}
.trim__feature-topic-img img {
	border-radius: 8px !important;
}
.trim__feature-item-wrap {
	justify-content: center;
}
.trim__feature-box {
	background: #fff;
	border-radius: 8px;
	padding: 1.5em 0;
}
.trim__feature-box h3 {
	color: #0062b1;
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 10px;
}
.trim__feature-box h3 small {
	font-size: 40%;
	color: #4c4948;
	display: block;
}
.trim__feature-box h4 {
	padding-bottom: .6em;
	font-size: 1.8rem;
	letter-spacing: 1.5px;
}
.trim__feature-box p {
	padding: .5em 1.5em 0;
}
.trim__menu-wrap {
	padding: 5em 0;
}
.trim__menu-box {
	background: #fff;
	border-radius: 8px;
	padding: 60px 1.2em 1.5em;
	position: relative;
	margin-top: 2.5em !important;
}
.trim__menu-box h3 {
	border-radius: 50%;
	color: #fff;
	font-size: 2.0rem;
	font-weight: normal;
	padding-bottom: 10px;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 18px;
	width: 70px;
	height: 70px;
	line-height: 1.3;
}
.trim__menu-box h3 small {
	font-size: 40%;
	display: block;
}
.trim__menu-box h4 {
	font-size: 1.8rem;
	padding: .1em 0 1em;
}
.trim__menu-dog-color {
	background: #0062b1;
}
.trim__menu-cat-color {
	background: #92a7aa;
}
.trim__menu-rabbit-color {
	background: #67b4b8;
}
.trim__menu-box-wrap .wp-block-columns {
	justify-content: center;
}
@media(max-width: 599px) {
	.trim__feature-topic-img {
		margin-top: 1.5em;
		margin-bottom: 2em;
	}
	.trim__feature-box,
	.trim__menu-box,
	.trim__menu-memo {
		max-width: 300px !important;
		margin: 0 auto;
	}
	.trim__feature-box:not(:last-child) {
		margin-bottom: 2em;
	}
	.trim__menu-box {
		margin-top: 4em;
	}
	.trim__menu-box:first-child {
		margin-top: 2.2em;
	}
	.pethotel__feature-memo {
		margin-top: -2em;
	}
}
.pethotel__attention-wrap {
	margin-bottom: 2em;
}
.pethotel__attention-ttl {
	border-radius: 40px;
	padding: 5px !important;
	letter-spacing: 1.5px;
	margin-bottom: 1em;
}
.pethotel__attention-wrap ul li {
	line-height: 1.8;
	letter-spacing: 1.5px;
}
.pethotel__attention-wrap ul {
	margin-top: 0;
	list-style: none;
	position: relative;
	padding-left: 1.4em;
}
.pethotel__attention-wrap ul li:before {
	position: absolute;
	content: '・';
	left: 0;
}

.cm__price__wrap {
    background: #dbeff7;
    border-radius: 8px;
    padding: 30px;
}
@media(min-width: 941px) {
    .cm__price__wrap {
        min-width: 445px;
    }
}
.cm__price__contents__wrap {
    background: #fff;
    padding: 15px 30px;
    border-radius: 8px;
}
.cm__price__ttl {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 24px;
}
.cm__price__wrap table {
    table-layout: fixed;
    width: 100%;
}
.cm__price__wrap table tr {
    border-bottom: 1px dashed #323333;
}
.cm__price__wrap table tr:nth-child(even) {
    background: #f5f9f8;
}
.cm__price__wrap table tr:last-child {
    border-bottom: none;
}
.cm__price__wrap table tr td {
    /*font-weight: 700;*/
    padding: 10px 8px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.cm__price__wrap table tr td:last-child {
    text-align: right;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
}
@media (max-width: 640px) {
	.cm__price__wrap {
		padding: 20px;
	}
    .pethotel__price__wrap {
        padding: 15px 20px;
    }
    .cm__price__contents__wrap {
        padding: 12px;
    }
    .cm__price__ttl {
        margin-bottom: 12px;
    }
    .cm__price__wrap table {
        border-spacing: 20px;
    }
    .cm__price__wrap table tr td {
        width: 100% !important;
    }
    .cm__price__wrap table tr td:last-child {
        text-align: right;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.pethotel__kg {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
}
.cm__required {
  padding-left: 0;
}
.cm__required li {
    padding-bottom: 5px;
    position: relative;
  list-style: none;
  font-size: 110%;
}

.hotel__sign__table tr td:first-child {
	width: 25%;
}
.cm__price__wrap .hotel__sign__table table tr td:last-child {
	text-align: left;
	width: 50%;
}
.cm__price__wrap .hotel__sign__table {
	margin-bottom: 0 !important;
}

/* Introduction */
.fac-item-wrap {
	margin: 3em auto;
}
.fac-item-wrap h3 {
	padding-bottom: .5em;
}
.fac-item-wrap img {
	border-radius: 8px;
}
@media(max-width: 600px) {
	.fac-item-wrap {
		gap: 4em !important;
	}
	.fac-item-wrap img {
		margin-bottom: 1.5em;
	}
	.fac-item-wrap .wp-block-media-text__content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.equip__box-wrap {
	padding: 6em 0 5em;
}
.equip__box {
	background: #fff;
	border-radius: 8px;
	margin: 3em auto;
}
.equip__box h3 {
	border-radius: 8px 8px 0 0;
	padding: .5em 1em;
	letter-spacing: 1.5px;
	color: #fff;
}
.equip__dog-color-ttl {
	background: #0062b1;
}
.equip__cat-color-ttl {
	background: #92a7aa;
}
.equip__rabbit-color-ttl {
	background: #67b4b8;
}
.equip__box-inner {
	padding: 2.5em; 
	padding-bottom: 0;
	background: #fff;
	border-radius: 8px;
	max-width: 800px;
	margin: 0 auto;
	display: none;
}
.equip__box-inner .wp-block-columns {
	justify-content: space-between;
}
.equip__box-inner .wp-block-columns {
	margin-bottom: 0;
	margin-top: 0;
	gap: 0;
}
.equip__box-inner .wp-block-column p {
	padding-bottom: 3em;
}
.equip__box-inner .wp-block-column {
	max-width: 200px;
}
.equip__box-inner .wp-block-column h4 {
	white-space: nowrap;
	font-size: 98%;
	letter-spacing: 1.5px;
}
/* 782px以上の場合 */
@media (min-width: 782px) {
	.equip__box-inner .wp-block-columns {
	    flex-wrap: wrap !important;
	}
	.equip__box-inner .wp-block-column:not(:first-child) {
		margin-left:0 !important;
	}
	.equip__box-inner .wp-block-column:not(:nth-of-type(3n+1)) {
		margin-left: 16px;
	}
	.equip__box-inner .wp-block-column {
		flex-basis: calc(33.333% - 16px)!important;
		flex-grow: initial;
	}
}
@media(max-width: 599px) {
	.equip__box-inner {
		padding-bottom: .5em;
	}
	.equip__box-inner .wp-block-columns {
		justify-content: center;
	}
	.equip__box-inner .wp-block-column {
		max-width: 420px;
		width: 98%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.equip__box-inner .wp-block-column h4 {
		font-size: 125%;
	}
}
.equip__box-inner p {
	font-size: 90%;
}

/* equip animation */
.equip__box h3 {
	position: relative;
}
.equip__box h3 span {
	position: absolute;
	top: 50%;
	right: .5em;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	line-height: 1;
	cursor: pointer;
	transition: .2s;
	transform: translateY(-50%) rotate(45deg);
}
.equip__box h3 span.close {
	transform: translateY(-50%) rotate(0deg);
}

/* Access */
.access__wrap {
	padding: 5em 0;
}
.access_traffic-wrap {
	background: #fff;
	border-radius: 3px;
	padding: 5em 1.5em 5em;
}
.access__traffic-cont-ul {
	list-style: none;
	padding-left: 0;
}
.access__traffic-cont-ul li {
	position: relative;
	padding-left: 1.2em;
}
.access__traffic-cont-ul li:before {
	position: absolute;
	content: '●';
	top: 0;
	left: 0;
	width: 20px;
}
.access__traffic-box {
	margin: 3.5em auto;
}
.access__traffic-box .wp-block-image {
	margin-bottom: .5em;
}
.access__google-map-wrap,
.access__map-img figure,
.access__traffic-box {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}
.access__traffic-box figure img {
	width: auto;
	height: 50px;
}
.access__traffic-box h3 {
	font-size: 2.0rem;
	letter-spacing: 1.5px;
	padding-bottom: 1em;
}
.access__traffic-box p {
	letter-spacing: 2px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}
@media(max-width: 599px) {
	.access__google-map-wrap iframe {
		height: 300px;
	}
}
.access__cont-ul-flex {
	display:block;
}
.access__cont-ul-flex span {
	letter-spacing: inherit;
}
@media(min-width: 600px) {
	.access__cont-ul-flex {
		display: flex;
	}
	.access__cont-ul-flex span:last-child {
		margin-left: 1em;	
	}
}

/* contact */
.contact-cont-wrap {
	width: 85%;
	margin: 0 auto 3em;
	max-width: 800px;
	margin-bottom: 3em;
}