@charset "utf-8";
@charset "utf-8";

 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
color: inherit;
display: inline-block;
text-decoration: none;
}
  @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
html {
background: #fff;
}
html,
html * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body, a {
color: #333;
font-family: "fot-tsukuardgothic-std", 'Noto Sans JP',  游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
font-weight: 600;
font-size: 1.6rem;
line-height: 2;
-webkit-font-smoothing: antialiased;
animation: fadeIn 1s ease 0s 1 normal;
-webkit-animation: fadeIn 1s 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;
}
h1 {
font-size: 36px;
font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
line-height: 1.3;
}
h2 {
font-size: 24px;
font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
line-height: 1.3;
}
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}
} .basecolor {
background: #fff;
}
.logo-basecolor {
color: #5eb7e8;
}
.logo-accentcolor {
color: #3c87c8;
}
.accent-color-back {
background: #fdf18c;
border: #222;
}
.circle-btn {
width: 80px;
height: 80px;
color: #3c87c8;
background: #fff;
border-radius: 50%;
border: 3px solid #5eb7e8;
}
.base-wrap {
width: 95%;
margin: 0 auto 8%;
}
.flex-row2 {
display: flex;
}
.flex-row2 > div {
width: calc(100%/2);
margin-left: 2%;
margin-right: 2%;
}
.flex-row3 {
display: flex;
gap: 40px;
justify-content: space-between;
flex-wrap: wrap;
}
.flex-row3 > div {
width: calc(100%/3 - 40px);
} .wrapper {
background: #fff;
width: 100%;
height: 100%;
min-height: 100vh;
position: relative;
}
.inner {
width: 100%;
max-width: calc(1100px + 4%);
margin: 0 auto;
padding-left: 2%;
padding-right: 2%;
}
.contents-inner {
padding: 2%;
}
main {
width: 100%;
margin-top: 100px;
margin-bottom: 8%;
}
header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 100px;
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%;
}
.header-homelink {
width: 100%;
max-width: 205px;
}
.header-logo {
width: 95%;
height: 100%;
min-width: 80px;
vertical-align: bottom;
}
.header-logo-wrap {
display: inherit;
max-width: 400px;
align-items: center;
}
.header-cat-friendly {
width: 26%;
min-width: 75px;
}
.navigation {
width: 100%;
}
nav ul{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
height: auto;
}
nav ul li {
margin: 0 14px;
position: relative;
}
nav ul li:after {
position: absolute;
content: '';
right: -14px;
top: 0px;
bottom: 0px;
width: 1.5px;
background-color: #9fa0a0;
}
.nav-recruit:after {
display: none;
}
nav ul li a {
position :relative;
font-size: 1.4vw;
display: table-cell;
vertical-align: middle;
text-align: center;
white-space: nowrap;
z-index: 1;
}
footer {
width: 100%;
color: #9e9e9e;
font-weight: 100;
letter-spacing: 1px;
text-align: center;
padding-top: 56px;
}
.footer-ah-inner {
margin-bottom: 4%;
}
.footer-ah-logo {
margin-bottom: 2%;
}
.footer-ah-info-wrapper {
display: flex;
width: 80%;
min-width: 900px;
margin: 0 auto;
align-items: center;
}
.footer-ah-info-wrapper > div {
width: calc(100%/2);
padding: 2% 2% 0;
}
.footer-ah-info {
border-right: 4px dotted #5eb6e7;
}
.footer-ah-info p {
font-size: 1.6rem;
font-weight: 900;
text-align: left;
color: #333;
}
.footer-ah-info-tel p {
font-size: 2.4rem;
letter-spacing: 3px;
line-height: 6rem;
white-space: nowrap;
}
.footer-ah-info-tel i.fa-phone-square {
color: #5eb6e7;
font-size: 2.2rem;
padding-top: 8px;
padding-left: 2px;
vertical-align: middle;
}
i.fa-phone-square, i.fa-phone {
transform: rotate(90deg);
}
.footer-tel-flex {
justify-content: space-between;
}
.footer-ah-info-workday {
max-width: 540px;
margin-bottom: 2%;
position: relative;
}
.footer-yakan-wrap .overlay-tel {
position: absolute;
content: '';
right: 3.2%;
bottom: 18%;
width: 22.6%;
height: 63.35%;
display: block;	
}
.footer-ah-info-workday .overlay-tel:hover {
background: rgba(255,255,255, .4);
}
.footer-ah-info-workday img {
width: 100%;
vertical-align: bottom;
}
p.footer-ah-info-memo {
line-height: 2.5rem;
font-size: 2rem;
width: 270px;
}
p.footer-ah-info-memo small {
background: #fff8dc;
padding: 2px;
}
.footer-memo-wrap {
justify-content: start;
align-items: center;
display: flex !important;
}
.footer-sns {
width: 100px !important;
margin-bottom: 0 !important;
}
.footer-sns a {
transition: .2;
}
.footer-sns a:hover {
opacity: .8;
}
.footer-yakan-wrap {
position: relative;
}
.footer-googlemap {
position: relative;
}
.footer-googlemap iframe {
border-radius: 16px;
}
.footer-access-link {
display: block;
position: absolute;
content: '';
top: -10px;
right: -10px;
width: 80px;
height: 80px;
padding: 20px 12px 0;
background: #fff;
border: 4px solid #3d87c8;
border-radius: 50px;
font-size: 1.4rem;
line-height: 2rem;
transition: .3s;
}
.footer-access-link:hover {
background: #3d87c8;
color: #fff;
}
.footer-links {
display: inline-block;
width: 95%;
margin: 0 auto;
font-weight: normal;
font-size: 12px;
color: #333;
}
.copyright {
font-size: 10px;
padding-bottom: 10px;
}
.footer-links:hover {
color: #3d87c8;
}
.footer-banner {
width: 95%;
margin-top: 100px;
margin-bottom: 1%;
display: flex;
justify-content: center;
}
.footer-banner a {
margin-left: 8px;
}
.footer-insr {
width: 80%;
margin: 2% auto 0;
display: flex;
flex-wrap: wrap;
margin-bottom: 0 !important;
justify-content: center;
align-items: center;
gap: 4em;
}
.footer-insr a {
margin: 2px 0;
width: 285px;
cursor: pointer;
}
.footer-insr a > img {
width: 100%;
}
.page-title {
text-align: center;
font-size: 24px;
margin-bottom: 160px;
padding: 4%;
position: relative;
z-index: 0;
max-width: 1100px;
}
.page-title:after {
position: absolute;
content: '';
left: 7vw;
bottom: -100px;
background-image: url(//tk-ah.com/wp-content/themes/tk-ah/assets/images/logo-icon.svg);
background-repeat: no-repeat;
background-size: contain;
width:	192px;
height: 250px;
}
@media(max-width: 940px) {
.page-title {
margin-bottom: 150px;
}
.page-title:after {
width:	140px;
height: 182px;
bottom: -80px;
}
}
@media(max-width: 460px) {
.page-title {
margin-bottom: 120px;
}
.page-title:after {
width:	110px;
height: 145px;
bottom: -65px;
left: 5vw;
}
}
.page-title-color {
color: #333;
}
.page-wrap h2 {
margin-bottom: 2%;
color: #23537d;
line-height: 4rem;
}
.page-sec-wrap {
border-top: 2px dotted #cfcfcf;
position: relative;
margin: 0 auto 60px;
padding: 0 2% 0 8%;
}
.page-sec-wrap h3 span {
background: #ffffff;
color: #245c77;
font-size: 2.2rem;
font-weight: 600;
padding: 1px 10px;
position: relative;
top: -24px;
left: -8%;
}
dd,th,td, li,
.page-wrap p,
.page-sec-wrap p {
font-size: 1.7rem;
font-weight: normal;
color: #000;
}
span { font-size: inherit; }
.kerning { display: inline-block; }
.common-paw-ttl {
text-align: center;
color: #231815 !important;
line-height: 1.2 !Important;
position: relative;
}
@media(max-width: 940px) {
.page-wrap h2.common-paw-ttl {
margin-bottom: 52px;
}
}
.common-paw-ttl small {
display: block;
color: #3d80bb !important;
font-weight: 500;
font-size: 80%;
}
.common-paw-ttl img {
display: block;
width: 60px;
margin: auto;
margin-bottom: 10px;
}
.common-blue-bg {
background-color: #eaf2f6;
padding-top: 65px;
padding-bottom: 100px;
}
@media(max-width: 460px) {
.common-blue-bg {
padding-bottom: 60px;
}
}
.common-blue-bg-ttl {
background-color: #005ea7;
color: #fff !important;
padding: 15px 0;
margin-top: 60px;
margin-bottom: 25px;
text-align: center;
border-radius: 10px;
}
.common-box-blue-ttl-label {
border-radius: 10px;
margin-left: 0 !important;
margin-right: 0 !important;
}
.common-box-blue-ttl-label h3 {
text-align: center;
color: #fff;
border-radius: 10px 10px 0 0;
background-color: #005ea7;
padding-top: 5px;
padding-bottom: 5px;
font-size: 24px;
}
.common-lightblue-bg {
background-color: #3d80bb !important;
}
.common-box-white-bg {
background: #fff;
border-radius: 0 0 10px 10px;
padding: 30px;
}
.common-paw-subhead {
position: relative;
color: #3d80bb;
font-size: 24px;
padding-left: 34px;
}
.common-paw-subhead:before {
position: absolute;
content: '';
width: 27px;
height: 24px;
background-image: url(//tk-ah.com/wp-content/themes/tk-ah/assets/images/icon-subhead-paw.svg);
background-repeat: no-repeat;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.common-box-white-bg p {
font-size: 17px;
padding-bottom: 10px;
}
.common-btn {
width: 345px;
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
color: #fff;
padding: 5px;
border-radius: 10px;
margin-top: 15px;
margin-bottom: 10px;
font-size: 24px;
transition: .2s;
}
.common-btn:hover {
opacity: .8;
}
.common-blue-btn {
background-color: #3d80bb;
}
.common-deepblue-btn {
background-color: #005ea7;
}
.common-red-btn {
background-color: #c30d23;
}
.common-line-btn {
background: #00a75b;
}
.tel-btn small {
display: block;
position: relative;
top: -3px;
font-size: 60%;
}
img.common-arrow-btn-icon {
width: 24px;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -2px;
}
img.common-booking-btn-icon,
img.common-tel-btn-icon {
height: 27px;
margin-right: 8px;
vertical-align: middle;
position: relative;
top: -2px;
}
@media(max-width: 940px)  {
.common-box-blue-ttl-label {
margin-bottom: 40px !important;
width: 95%;
}
.common-box-blue-ttl-label {
margin-left: auto !important;
margin-right: auto !important;
}
.sp-common-flex-row2-item {
margin-bottom: 25px !important;
}
}
@media(max-width: 460px) {
.common-box-blue-ttl-label h3 {
font-size: 22px;
}
.common-paw-subhead {
font-size: 20px;
padding-left: 30px;
}
.common-paw-subhead:before {
width: 22px;
height: 20px;
}
.common-btn {
font-size: 18px;
width: 100%;
}
img.common-arrow-btn-icon {
width: 20px;
}
img.common-booking-btn-icon,
img.common-tel-btn-icon {
height: 20px;
}
}
.common-white-btn {
background-color: white;
border-radius: 5px;
display: block;
width: 165px;
margin: 15px auto 10px;
color: #3d80bb;
text-align: center;
padding: 2px 0;
font-size: 18px;
transition: .2s;
}
.common-white-btn:hover {
opacity: .8;
}
.common-white-btn img.common-arrow-btn-icon {
width: 18px;
}
@media(max-width: 460px) {
.common-white-btn {
font-size: 17px;	
width: 150px;
}
.common-white-btn img.common-arrow-btn-icon {
margin-left: 5px;
}
}
.common-flex-row2-gap {
gap: 48px;
justify-content: space-between;
}
.common-mb-100 {
margin-bottom: 100px;
}
@media(max-width: 460px) {
.common-mb-100 {
margin-bottom: 70px;
}
}
.top-begginers-yakan-wrap figure {
text-align: center;
}
.top-begginers-yakan-wrap figure img {
height: 50px;
width: auto;
margin: 5px auto;
}
.top-begginers-yakan-wrap  {
justify-content: center !important;
gap: 190px !important;
}
.top-begginers-yakan-wrap > div {
max-width: 280px;
}
.top-begginers-yakan-wrap > div .common-btn {
width: 100%;
}
.top-begginers-yakan-wrap > div .common-red-btn {
margin-top: 0;
}
.top-begginers-yakan-borderline {
position: relative;
}
.top-begginers-yakan-borderline:after {
position: absolute;
content: '';
z-index: 0;
background-color: #3d80bb;
}
@media(min-width: 941px) {
.top-begginers-yakan-borderline:after {
bottom: 10px;
left: 50%;
width: 2px;
height: 90%;
}
}
@media(max-width: 940px) {
.top-begginers-yakan-borderline:after {
width: 90%;
height: 2px;
margin-right: 0;
margin-left: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.top-begginers-yakan-borderline > .sp-common-flex-row2-item:first-child {
margin-top: 10px !important;
margin-bottom: 90px !important;
} 
.top-begginers-yakan-borderline > .sp-common-flex-row2-item:last-child {
position: relative;
top: -10px;
}
}
.cnslt-inner {
padding: 30px 0;
margin-bottom: 64px;
}
.cnslt-aims {
display: flex;
margin-bottom: 45px;
}
.cnslt-aims-contents {
width: 40%;
}
.cnslt-aims-contents h2 {
color: #3d80bb;
line-height: 1.5;
margin-bottom: 15px;
}
.cnslt-aims-img {
width: 58%;
}
.cnslt-aims-contents {
margin-right: 45px;
line-height: 1.9;
}
.common-paw-ttl.cnslt-about-ttl {
margin-bottom: 52px;
}
.treatment-example-list {
display: flex;
flex-wrap: wrap;;
gap: 20px;
justify-content: space-between;
margin-bottom: 70px;
}
@media(max-width: 460px) {
.treatment-example-list {
margin-bottom: 30px;
}
}
.treatment-example-list li {
width: calc(100%/3 - 20px) ;
margin-bottom: 15px;
background-color: #fff;
border: 2px solid #005ea7;
}
.treatment-example-list::after {
content: "";
width: calc(100%/3 - 20px);
}
.treatment-white-btn {
display: block;
text-align: center;
position: relative;
color: #005ea7;
padding: 32px 5px;
font-size: 24px;
line-height: 1.2;
transition: .2s;
}
.treatment-white-btn:hover {
opacity: .8;
}
.treatment-white-btn img {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
width: 25px;
height: 25px;
}
.treatment-white-btn.longer-btn {
text-align: center;
padding: 18px 5px;
}
.treatment-white-btn.longer-btn span {
margin-left: auto;
margin-right: auto;
display: inline-block;
text-align: left;
}
@media(min-width: 941px) {
.treatment-contents .cnslt-aims-contents {
width: 80%;
}
.treatment-contents .cnslt-aims-img {
max-width: 345px;
}
.treatment-white-btn.to-left span {
position: relative;
left: -10px;
}
}
.treatment-dl {
display: flex;
gap: 15px;
justify-content: space-between;
align-items: center;
margin-top: 20px;
}
.treatment-dl dt {
background-color: #005ea7;
color: #fff ;
text-align: center;
padding: 15px;
border-radius: 6px;
width: 180px;
line-height: 1;
font-size: 19px;
}
.treatment-dl dd {
width: 80%;
line-height: 1.5;
}
@media (max-width: 940px) {
.cnslt-inner {
padding: 0;
margin-bottom: 16%;
width: 95%;
margin-left: auto;
margin-right: auto;
}
.cnslt-aims {
flex-direction: column;
}
.cnslt-aims-contents {
margin-right: 0;
width: 100%;
margin-bottom: 15px;
}
.cnslt-aims-img {
width: 100%;
}
.treatment-example-list {
gap: 15px;
}
.treatment-example-list li {
width: calc(100%/3 - 15px);
margin-bottom: 10px;
}
.treatment-white-btn {
font-size: 20px;
padding: 25px 5px;
}
.treatment-white-btn img {
width: 18px;
height: 18px;
}
}
@media(max-width: 940px) {
.treatment-example-list {
gap: 5px;
}
.treatment-example-list li {
width: 100%;
margin-bottom: 10px;
}
.treatment-white-btn {
padding: 15px 5px;
}
.treatment-white-btn.longer-btn span {
position: relative;
}
}
@media(max-width: 640px) {
.treatment-dl {
align-items: start;
}
.treatment-dl dt {
line-height: 1.4;
width: 100px;
}
} @media (max-width: 460px) {
.cnslt-aims {
margin-bottom: 20px;
}
.treatment-example-list li {
width: 100%;
}
.treatment-white-btn.longer-btn span {
left: 0;
}
}
.subhead {
font-size: 1.8rem;
background: #fbfbfb;
border-left: 8px solid #5db6e7;
padding: 8px;
border-radius: 8px;
margin-bottom: .5%;
}
.subhead-child {
padding: 1% 2% 4%;
}
#breadcrumbs {
width: 98%;
margin: 0 auto 2%;
}
#breadcrumbs a {
font-size: 1.2rem;
font-weight: normal;
border-bottom: 1px dotted #3c87c8;
line-height: 1.4;
padding: 0 1%;
}
#breadcrumbs a:hover {
border-bottom: 1px solid #3c87c8;
}
#breadcrumbs span {
color: #8caeb9;
font-size: 1.2rem;
}
.breadcrumb_last {
color: #222;
font-size: 1.4rem;
padding-left: 1%;
}
.breadcrumb_last strong {
font-size: 1.4rem;
}
color: #222;
article {
margin: 0 auto 8%;
}
.blog-date {
position: relative;
top: 0;
background: #fd9a09;
color: #fff;
border-radius: 5%;
padding: 1% 2%;
font-size: 14px;
}
.blog-contents p {
padding-bottom: 15px;
}
.blog-contents hr {
margin-bottom: 15px;
}
.blog-contents ul,
.blog-contents ol {
margin-bottom: 15px;
} .base-btn {
padding: 4px;
box-sizing: border-box;
display: block;
border: 2px solid #3c87c8;
border-radius: 24px;
background: #fff;
color: #23537d;
text-align: center;
max-width: 200px;
min-width: 180px;
margin: 2% auto;
}
.base-btn i {
font-size: 1.5rem;
padding-left: 8%;
}
.base-btn:hover {
background: #3c87c8;
color: #fff;
}
.header-booking-btn {
top: 0;
background: #005ea7;
color: #fff;
padding: 0 22px;
border: none;
margin: 0;
margin-left: 5px;
}
.header-booking-btn:after {
display: none;
}
.header-booking-btn a {
color: #fff;
position: relative;
height: 100px;
font-size: 70%;
transition: .2s;
}
.header-booking-btn a:after {
display: none;
}
.header-booking-btn a img {
display: block;
}
.header-line-btn {
background: #00a75b;
}
.header-line-btn:hover,
.header-line-btn a:hover {
opacity: .8;
background: #00a75b !important;
}
.sp-header-booking-btn {
display: none;
}
.footer-booking-btn {
width: 10%;
margin: 2% 0px 2% 8px;
background: #3c87c8;
color: #fff;
border: none;
}
.header-booking-btn:hover,
.footer-booking-btn:hover {
background: #5eb7e8;
transition: .2s;
}
.txt-link {
color: #3f90af;
text-decoration: underline;
} nav ul li a:after {
position: absolute;
content: "";
width: 0;
height: 4px;
background: rgba(255,193,7);
opacity: .8;
bottom: -2px;
left: 0;
z-index: -1;
transition: .3s;
}
nav ul li a:hover:after {
width: 100%;
}
.active:after {
position: absolute;
content: "";
width: 100%;
height: 4px;
background: rgba(255,193,7);
opacity: .8;
bottom: -2px;
left: 0;
z-index: -1;
transition: .3s;
}
.stripe-background {
position: relative;
background: repeating-linear-gradient(
-70deg,
#ceebfb,
#ceebfb 17px, #d8effc 17px,
#d8effc 34px );
z-index: 0;
}
.hero-wrap.stripe-background:after {
position: absolute;
content: '';
bottom: 0;
left: 0;
right: 0;
background: #eaf2f6;
top: 155px;
z-index: -1;
}
@media(max-width: 460px) {
.stripe-background {
background: repeating-linear-gradient(
-70deg,
#ceebfb,
#ceebfb 10px, #d8effc 10px,
#d8effc 20px );
}
.common-paw-ttl img {
width: 42px;
}
} .release-msg {
font-size: 3rem;
display: block;
}
.release-subttl {
line-height: 1.4;
border-bottom: 4px solid #F44336;
padding-bottom: 4px;
margin-bottom: 12px;
text-align: center;
}
.release-subttl img {
vertical-align: text-bottom;
}
.release-msg-content {
padding: 0 2% 4%;
text-align: left;
}
.release-msg p {
letter-spacing: 2px;
color: #23537d;
line-height: 1.5;
padding-bottom: 15px;
font-size: 1.6rem;
}
.release-msg p i {
color: #ffc107;
font-size: 3rem;
}
.release-msg span {
font-size: inherit;
}
.release-msg dl {
padding-bottom: 2%;
}
.release-msg dt{
font-size: 1.6rem;
}
.release-msg dd {
line-height: 1.6;
font-size: 1.5rem;
}
.release-msg ul {
margin-bottom: 16px;
}
.release-msg li {
font-size: 1.4rem;
}
.release-msg ul li {
font-weight: bold;
}
@media (max-width: 460px) {
.release-msg dt{
font-size: 1.4rem;
line-height: 1.4;
}
.release-msg dd {
font-size: 1.2rem;
line-height: 1.5;
}
.release-msg li {
font-size: 1.2rem;
}
}
.footer-emergency-contact{
width:100%;
max-width:900px;
border-collapse:collapse;
border:2px solid #008593;
margin:0 auto;
background:#fff;
}
.footer-emergency-contact th,
.footer-emergency-contact td{
border:2px solid #008593;
padding:5px;
line-height:1.4;
font-weight: 800;
}
.footer-emergency-contact th{
width:133px;
text-align:center;
color:#008593;
vertical-align: middle;
white-space:nowrap;
font-size: 12px;
letter-spacing: 0;
}
.footer-emergency-contact td{
color:#008593;
text-align: left;
font-size: 14px;
letter-spacing:.0;
}
.footer-emergency-contact td a {
color:#e23c3c;;
text-decoration:none;
}
.footer-emergency-contact td a:hover{
opacity:.8;
} @media (min-width: 1200px) {
.header-inner {
align-items: center;
max-width: calc(1200px + 4%);
}
h1 {
font-size: 3.6rem;
}
h2 {
font-size: 2.4rem;
}
nav ul li a {
font-size: 1.4rem;
}
.footer-ah-info-tel p {
font-size: 3rem;
}
.footer-ah-info-tel i.fa-phone-square {
font-size: 2.4rem;
}
} @media(max-width: 1199px) {
main {
margin-top: 68px;
}
.header-homelink {
margin-left: 15px; width: 165px;
}
header {
height: 68px;
}
.header-logo {
width: 100%;
}
.header-cat-friendly {
width: 60px;
display: none;
}
.header-cat-friendly img {
width: 100%;
padding-top: 12px;
margin-left: 8px;
} .header-inner {
position: relative;
padding-left: 0;
padding-right: 0;
}
#navbutton {
z-index: 999;
cursor: pointer;
}
#navbutton a {
display: inline-block;
text-decoration: none;
position: relative;
width: 68px;
height: 100%;
white-space: nowrap;
padding: 10px 5px;
}
#navbutton a > span {
position: absolute;
transition-duration: 0.2s;
background: #5bade1;
height: 2px;
}
#navbutton a > span:nth-child(1) {
top: 26px;
left: 26px;
right: 26px;
}
#navbutton a > span:nth-child(2) {
top: 33px;
left: 22px;
right: 22px;
}
#navbutton a > span:nth-child(3) {
top: 40px;
left: 26px;
right: 26px;
} .sp-overlay {
position: fixed;
top: 68px;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
display: none;
margin: 0;
padding: 0;
padding-bottom: 80px;
background: #5db5e6;
opacity: 1;
}
body.js-menu-active #navbutton a > span:nth-child(1) {
position: absolute;
top: 33px;
-ms-transform: rotate(45deg);
transform: rotate(45deg);
left: 22px;
right: 22px;
}
body.js-menu-active #navbutton a > span:nth-child(2) {
display: none;
}
body.js-menu-active #navbutton a > span:nth-child(3) {
position: absolute;
top: 33px;
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 22px;
right: 22px;
}
.sp-header-booking-btn {
position: absolute !important;
content: '';
right: calc(60px + 70px);
}
.sp-header-booking-btn.header-line-btn {
right: 60px;
}
.sp-header-booking-btn {
font-size: 11px;
padding: 10px;
width: 70px !important;
text-align: center;
}
.sp-header-booking-btn img {
width: 35px;
margin: auto;
display: block;
}
nav {
position: static;
height: auto;
}
nav ul {
display: inline-block;
margin-right: 0;
}
nav ul li {
text-align: center;
border-bottom: 1px solid #fff;
margin: 0;
}
nav ul li a {
padding: 20px;
width: 100%;
height: 100%;
}
nav ul li a {
color: #fff;
font-size: 1.6rem;
display: block;
}
nav ul li.header-booking-btn {
display: none;
}
} @media (max-width: 1079px) {
.page-sec-wrap h3 > span {
top: -21px;
left: -4%;
}
footer {
margin: 0 auto;
}
.footer-ah-logo {
margin-bottom: 4%;
}
.footer-ah-info-wrapper {
display: block;
width: 100%;
min-width: auto;
}
.footer-ah-info-wrapper > div {
width: 62%;
margin: 0 auto 8%;
min-width: 420px;
}
.footer-booking-btn {
margin: 2% auto;
}
.footer-ah-info {
width: 80%;
min-width: 320px;
border-right: none;
border-bottom: 4px dotted #5eb6e7;
}
.footer-ah-info p {
line-height: 2rem;
}
.footer-ah-info > div,
.footer-ah-info > p {
margin-bottom: 4%;
}
.footer-ah-info-tel p {
font-size: 3.4rem;
margin-bottom: 4%;
}
.footer-ah-info-tel i.fa-phone-square {
font-size: 2.8rem;
}
.footer-ah-info-workday {
margin: 0 auto 4%;
}
.footer-memo-wrap {
padding-bottom: 4%;
}
} @media (max-width: 940px) {
.flex-row2 {
display: block;
}
.flex-row2 > div {
width: 95%;
margin: 0 auto 124px;
}
.flex-row3 {
gap: 30px;
}
.flex-row3 > div {
width: calc(100%/2 - 20px);
}
.footer-sns {
margin-left: 0 !important;
margin-right: 0 !important;
}
} @media (max-width: 460px) {
.flex-row3 {
justify-content: center;
}
.flex-row3 > div {
width: 95%;
}
body, a {
font-size: 1.4rem;
}
h1 {
font-size: 2.2rem;
}
h2 {
font-size: 2rem;
}
.page-wrap h2 {
line-height: 3rem;
margin-bottom: 4%;
}
.page-sec-wrap h3 > span {
font-size: 1.8rem;
}
dd,
.page-wrap p {
font-size: 1.5rem;
line-height: 1.6;
padding-bottom: 6px;
}
.subhead {
font-size: 1.5rem;
padding: 4px;
margin-bottom: 2%;
}
.footer-banner {
margin-right: 0;
margin-left: 0;
width: 100%;
}
.footer-banner a {
display: inline-block;
margin-left: 0;
text-align: center;
}
.footer-banner img {
width: 98%;
}
.footer-ah-logo {
margin-bottom: 8%;
}
.footer-ah-info-wrapper > div {
width: 94%;
min-width: auto;
}
.footer-ah-info p small {
font-size: 11px;
}
.footer-ah-info-tel p {
font-size: 3.2rem;
}
p.footer-ah-info-memo {
line-height: 1.8rem;
margin-bottom: 0;
width: 280px;
}
.footer-links {
font-size: 1.15rem;
}
.copyright {
font-size: 14px; 
}
#breadcrumbs {
margin-bottom: 8%;
}
#breadcrumbs span {
font-size: 1.4rem;
}
.page-title {
height: 125px;
font-size: 20px;
padding-top: 22px;
}
.page-title.common-paw-ttl img {
width: 38px;
margin-bottom: 5px;
}
}
.grecaptcha-badge {
visibility: hidden;
}
.top-contact-btn {
width: 100%;
display: flex;
justify-content: center;
gap: 20px;
align-items: center;
padding-top: 30px;
padding-bottom: 30px;
margin-top: 30px;
}
img.top-contact-btn-icon {
margin-left: 15px;
width:	52px;
display: inline-block;
vertical-align: middle;
}
.top-contact-btn-txt {
font-size: 20px;
text-align: left;
max-width: 615px;
line-height: 1.5;
}
@media(max-width: 940px) {
.top-contact-btn {
display: block;
}
.top-contact-btn > span {
width: 90% ;
max-width: 700px;
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
}
img.top-contact-btn-icon {
width: 40px;
margin-top: -10px;
margin-left: 5px;
}
.top-contact-btn-txt {
margin-top: 12px;
font-size: 17px;
}
}