﻿@charset "utf-8";

/* page_name
-------------------------------------------------------------------*/
/*news*/
body:not(.home) .news_area{
    max-width:802px;
    width:100%;
    display:inline-block;
}
body:not(.home) .recently_area{
    max-width:328px;
     width:100%;
    float:right;
}
body:not(.home) .recently_area:has(li:nth-child(n+7)){
    margin-bottom:8.5em;
}
body:not(.home) .recently_area .recently_style{
    background:#5489b4;
    display:block;
    text-align:center;
    border-radius:15px 15px 0 0;
    padding-block: 0.75em;
    font-size:1.5rem;
    font-weight:bold;
    color:#fff;
    line-height: 1;
    padding-left: 0;
    margin-bottom: 0;
}
body:not(.home) .recently_area .recently_style:before{
	display:none;
}
body:not(.home) .recently_area .recently_style span{
    position:relative;
    padding-left: 1.625em;
}
body:not(.home) .recently_area .recently_style span:before{
    content:"";
    width:30px;
    height: 24px;
    background:url(../img/common/icon-nikukyu02.svg) no-repeat center / contain;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(1833%) hue-rotate(173deg) brightness(93%) contrast(104%);
}
body:not(.home) .recently_area .topics_list li a{
	display:block;
	text-decoration: none;
	color: #333;
	padding-block:22px;
}
body:not(.home) .recently_area .topics_list li a time{
    margin-bottom:0.5em;
    display:block;
}
body:not(.home) .article_head{
    margin-bottom:2em;
    padding-bottom: 1.5em;
    border-bottom:3px solid #e3ebf0;
}
body:not(.home) .article_head time{
    font-size:0.875rem;
    display:block;
    margin-bottom: 0.75em;
}
body:not(.home) .article_head .news_style{
    font-size:2rem;
    font-weight:bold;
    color:#033c62;
}
@media screen and (max-width:1200px) {
	body:not(.home) .news_area{
	    max-width:100%;
	    margin-bottom: 5em;
	}
	body:not(.home) .recently_area{
	    max-width:100%;
	}
	body:not(.home) .recently_area:has(li:nth-child(n+7)){
	    margin-bottom: 0;
	    float: none;
	}
	body:not(.home) .recently_area .topics_list li a{
		padding-inline:15px;
	}
}
@media screen and (max-width: 768px) {
	body:not(.home) .news_area{
	    margin-bottom:3em;
	}
	body:not(.home) .recently_area .recently_style{
	    border-radius:10px 10px 0 0;
	    font-size:1.29rem;
	    padding-block: 0.829em;
	}
	body:not(.home) .recently_area .recently_style span{
	    position:relative;
	    padding-left: 1.625em;
	}
	body:not(.home) .recently_area .recently_style span:before{
	    width:24px;
	    height: 19px;
	}
	body:not(.home) .article_head .news_style{
	    font-size:1.29rem;
	}
	body:not(.home) .recently_area .topics_list li a{
		padding:15px;
	}
}

/*information*/
body.information .information-parking{
    margin-bottom:4em;
}
body.information .parking_col{
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    flex-wrap:wrap;
    margin-top:2em;
}
body.information .parking_col .parking_item{
    width:48%;
    max-width:570px
}
body.information .parking_col .parking_item img{
    border-radius:15px;
}
body.information .information-gide{
    text-align:center;
}
body.information .information-list{
    display:flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 4em 2%;
}
body.information .article_section:has(.information-desc) .information-list{
    gap: 2em 2%;
}
body.information .information-item{
    width:48%;
}
body.information .information-item .information-item_image{
    margin-bottom: 1.5em;
}
body.information .article_section:has(.information-desc) .information-item_image{
    margin-bottom:0.5em;
}
body.information .information-item .information-item_image img{
    border-radius:15px;
}
body.information .information-desc{
    margin-bottom:2em;
}
body.information .article_section:has(.information-desc) .information-item_txt em{
    font-size:1.25em;
    font-weight:bold;
    margin-bottom: 0.5em;
    display:block;
}
@media screen and (max-width: 768px) {
    body.information .parking_col{
        gap:1em;
    }
    body.information .parking_col .parking_item,
    body.information .information-item{
        width:100%;
    }
    body.information .parking_col .parking_item img,
    body.information .information-item .information-item_image img{
        border-radius:10px;
    }
    body.information .information-list{
        gap:3em;
    }
    body.information .article_section:has(.information-desc) .information-list{
         gap:1.5em;
    }
}

/*staff*/
body.staff .staff_wrap + .staff_wrap{
    margin-top:6em;
}
.staff_wrap .staff_list{
    display:flex;
    justify-content:flex-start;
    align-items:stretch;
    flex-wrap:wrap;
    gap: 2.5em 12.5%;
}
.staff_wrap .staff_list .staff_item{
   width: 25%;
}
.staff_wrap .staff_list .staff_item em{
    display:block;
    font-size:1.5rem;
    font-weight:bold;
    color:#033c62;
}
.staff_wrap .staff_list .staff_item em span{
    font-size:1rem;
    color:#6995b2;
    margin-left:1em;
}
.staff_wrap .staff_list .staff_item p{
    font-weight:500;
	font-feature-settings: 'palt';
}
@media screen and (max-width:1200px) {
    body.staff .staff_wrap .staff_list{
        gap: 2.5em 0.5%;
    }
    body.staff .staff_wrap .staff_list .staff_item{
       width: 33%;
    }
}
@media screen and (max-width:768px) {
    body.staff .staff_wrap + .staff_wrap{
        margin-top:3em;
	}
    .staff_wrap .staff_list{
        gap:1.5em 2%;
		justify-content:space-between;
    }
    .staff_wrap .staff_list .staff_item{
        width:48%;
    }
	body.staff .staff_wrap .staff_list .staff_item{
		width:48%;
	}
    .staff_wrap .staff_list .staff_item em{
        font-size:1.14rem;
    }
    .staff_wrap .staff_list .staff_item em span{
        font-size:0.86rem;
        display:block;
        margin-left:0;
    }
}
@media screen and (max-width:350px) {
    body.staff .staff_wrap .staff_list{
        gap:1.5em 2%;
    }
    body.staff .staff_wrap .staff_list .staff_item{
        width:48%;
    }
}

/*access*/
body.access .access_wrap .access_style{
    position:relative;
    font-size:1.5rem;
    font-weight:bold;
    margin-bottom:0.5em;
}
body.access .access_wrap .access-adress{
    position:relative;
    font-size:1.25rem;
    font-weight:bold;
    margin-bottom:1em;
}
body.access .access_wrap .article-list{
	margin-bottom:2em;
}
body.access .access_wrap .access-map{
	height:500px;
}
body.access .access_wrap p{
	font-size:1.25rem;
	font-weight:500;
}
body.access .access_wrap .access-image{
	margin-top:2em;
	text-align:center;
}
@media screen and (max-width:768px) {
	body.access .access_wrap .access_style{
	    font-size:1.14rem;
	}
	body.access .access_wrap .access-adress{
	    font-size:1.07rem;
	}
	body.access .access_wrap .access-map{
		height:300px;
	}
	body.access .access_wrap p{
		font-size:1rem;
	}
	body.access .access_wrap .access-image{
		margin-top:1.5em;
	}
}

/*trimming*/
body.trimming .trimming_wrap{
	font-size:1.25rem;
}
body.trimming .trimming_wrap p + p{
	margin-top: 0.5em;
}
body.trimming .trimming_wrap li + li{
	margin-top: 1.5em;
}
body.trimming .trimming_wrap .trimming_contact{
	margin-top:2em;
	color:#476d8c;
	font-weight:bold;
}
body.trimming .trimming_wrap .trimming_contact a{
	border-bottom:1px solid;
	display:inline-block;
	padding-left: 1.125em;
}
@media (any-hover: hover) {
	body.trimming .trimming_wrap .trimming_contact a:hover{
		border-color:transparent;
	}
}
@media screen and (max-width:768px) {
	body.trimming .trimming_wrap{
		font-size:1.07rem;
	}
}

/*pet-hotel*/
body.pet-hotel .pet-hotel_wrap{
	font-size:1.25rem;
}
body.pet-hotel .pet-hotel_wrap p + p{
	margin-top: 0.5em;
}
body.pet-hotel .pet-hotel_wrap li + li{
	margin-top: 1.5em;
}
body.pet-hotel .pet-hotel_wrap .pet-hotel_ann{
	color:#476d8c;
	margin-top: 0.25em;
	font-weight: bold;
}
body.pet-hotel .pet-hotel_wrap .pet-hotel_contact{
	margin-top:2em;
	color:#476d8c;
	font-weight:bold;
}
body.pet-hotel .pet-hotel_wrap .pet-hotel_contact a{
	border-bottom:1px solid;
	display:inline-block;
	padding-left: 1.125em;
}
@media (any-hover: hover) {
	body.pet-hotel .pet-hotel_wrap .pet-hotel_contact a:hover{
		border-color:transparent;
	}
}
@media screen and (max-width:768px) {
	body.pet-hotel .pet-hotel_wrap{
		font-size:1.07rem;
	}
}



body.tertiary-care .article-list{
	margin-bottom: 5.5em;
}
body.tertiary-care .article-list li{
	font-size:1.25rem;
	font-weight:500;
}
body.tertiary-care .article-list li + li{
	margin-top:1.75em;
}
body.tertiary-care .tertiary-care_col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
body.tertiary-care .tertiary-care_col .common_btn{
	width:33%;
	max-width:370px;
}
body.tertiary-care .tertiary-care_col .common_btn a{
	font-weight:bold;
}
@media screen and (max-width:768px) {
	body.tertiary-care .article-list{
		margin-bottom:3em;
	}
	body.tertiary-care .article-list li{
		font-size:1.07rem;
	}
	body.tertiary-care .article-list li + li{
		margin-top:1.25em;
	}
	body.tertiary-care .tertiary-care_col{
		gap: 1em;
	}
	body.tertiary-care .tertiary-care_col .common_btn{
		width: 100%;
	}
	body.tertiary-care .tertiary-care_col .common_btn a{
		font-size: 1.14rem;
		padding: 2px;
		min-height: 3.76em;
		padding: 15px 1em;
		justify-content: flex-start;
	}
	body.tertiary-care .tertiary-care_col .common_btn a span{
		padding-bottom: 0;
		padding-right: 0;
	}
	body.tertiary-care .tertiary-care_col .common_btn a:after{
		width:20px;
		height:20px;
		background-size:7px;
		top: 0;
		bottom: 0;
		right: 5%;
	}
}

/*orthopedic-surgery*/
body.orthopedic-surgery .staff_wrap .staff_list .staff_item{
   width: 100%;
}
@media screen and (max-width:768px) {
	body.orthopedic-surgery .article_kv .article_title .bg_title{
		font-size: 2.25rem;
	}
}
/*bird-specialist/*/
body.bird-specialist .article_box{
	max-width:100%;
	font-size: 1.125rem;
	padding: 3.403em 50px;
}
body.bird-specialist .article_box p + p{
	margin-top:1.5em;
}
body.bird-specialist .staff_wrap .staff_list .staff_item{
   width: 100%;
}
body.bird-specialist .orthopedic-surgery_wrap p{
	font-size:1.125rem;
}
body.bird-specialist .orthopedic-surgery_wrap em{
	font-size:1.25rem;
	font-weight:bold;
}
body.bird-specialist .article-list li:has(p){
	margin-top:2em;
}
body.bird-specialist .article-list li b{
	font-size:1.25rem;
}
body.bird-specialist .article-list li p{
	font-size:1.125rem;
}
@media screen and (max-width:768px) {
	body.bird-specialist .article_box{
		font-size: 1rem;
		padding:2em 15px;
		letter-spacing: -0.02em;
		text-align: left;
	}
	body.bird-specialist .orthopedic-surgery_wrap p{
		font-size:1rem;
	}
	body.bird-specialist .orthopedic-surgery_wrap em{
		font-size:1.07rem;
	}
	body.bird-specialist .article-list li b{
		font-size:1.07rem;
	}
	body.bird-specialist .article-list li p{
		font-size:1rem;
	}
}

/*times/*/
body.times .article_box{
	max-width:100%;
	font-size: 1.125rem;
	padding: 3.403em 50px;
	margin-bottom: 4em;
}
body.times .article_box p + p{
	margin-top:1.5em;
}
body.times .times_wrap +.times_wrap{
	margin-top: 5.5em;
}
body.times .article_style02{
	margin-bottom:2em;
}
body.times .article_style03{
	margin-bottom:1em;
}
@media screen and (max-width:768px) {
	body.times .article_box{
		font-size: 1rem;
		padding:2em 15px;
		letter-spacing: -0.02em;
		text-align: left;
		margin-bottom: 3em;
	}
	body.times .times_wrap +.times_wrap{
		margin-top: 3em;
	}
	body.times .article_style02{
		margin-bottom: 1.5em;
	}
}

/*recruit*/
body.recruit .sitewrap{
	width:1100px;
	min-width:1100px;
}
body.recruit .article_box{
	max-width:100%;
	margin: 0 auto 5.25em;
	text-align:center;
	font-size:1.125rem;
	padding: 2.216em 30px;
	position:relative;
}
body.recruit .article_box p{
	line-height: 2.75;
}
body.recruit .article_box .circle_txt{
	position:absolute;
	aspect-ratio:1/1;
	width:300px;
	background:#728fa7;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	right:-5em;
	bottom:-6em;
}
body.recruit .article_box .circle_txt p{
	line-height:1.75;
}
body.recruit .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th{
	border-left:0;
}
body.recruit .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td{
	border-right:0;
}
@media screen and (max-width:1300px) {
	body.recruit .article_box .circle_txt{
		width:200px;
		right:-1em;
		bottom:-3em;
	}
	body.recruit .article_box .circle_txt p{
		line-height:1.5;
		font-size:0.875rem;
	}
}
@media screen and (max-width:1100px) {
	body.recruit .sitewrap {
		width: 100%;
		min-width:0;
	}	
	body.recruit .sitewrap > *{
		padding-left:2%;
		padding-right:2%;
	}
	body.recruit .article_box p{
		font-size:1rem;
	}
}
@media screen and (max-width:768px) {
	body.recruit .sitewrap > *{
		padding-inline:15px;
	}
	body.recruit .article_box{
		margin: 0 auto 5.25em;
		text-align:center;
		font-size:1rem;
		padding:20px 15px;
	}
	body.recruit .article_box p{
		line-height:2;
		text-align:left;
		font-feature-settings: 'palt';
	}
	body.recruit .article_box .circle_txt{
		right: 0;
		bottom: 0;
		position: relative;
		width: 100%;
		aspect-ratio: inherit;
		border-radius: 10px;
		padding: 10px 15px;
		justify-content: center;
		margin-top: 1em;
	}
	body.recruit .article_box .circle_txt p{
		font-size: 1rem;
		text-align: center;
	}
}
@media screen and (max-width:365px) {
	body.recruit .article_box .circle_txt{
		right: -2%;
		bottom: -28%;
	}
	body.recruit .article_box{
		margin-bottom:8em;
	}
}

/*privacy-policy*/
body.privacy-policy .privacy-item{
	margin-bottom: 2em;
}






