body{
	background: #fff;
	font-family: "游ゴシック", "Yu Gothic", "YakuHanJP","Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
}
.wrapper{
	overflow: hidden;
}
.boxed-layout-header{
	padding-bottom: 0;
}
.main-raised{
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
}
.blog-post .section-text{
	padding-bottom: 70px;
}
.box{
	display: flex;
	flex-wrap: wrap;
}

.box > div{
	width: 50%;
}
.box_left{
	padding: 0 5%;
}
.section_box{
	padding-top: 5%;
	padding-bottom: 5%;
}
body:not(.home) .main .section{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
h1, h2, h3, h4, h5, h6{
	font-family: "游ゴシック", "Yu Gothic", "YakuHanJP","Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
}
h3{
	font-size: 24px;
	font-weight: bold;
}
h4{
	font-size: 20px;
	font-weight: bold;
}
p{
	font-size: 16px !important;
}
.breadcrumbs{
	padding-top: 15px;
	padding-bottom: 15px;
}
.bg_gray{
	background: #f9f9f9;
}
/*===============================================
 *  header
===============================================*/
#fixed_side{
	position:fixed;
	top: 15vh;
	right: 0;
	z-index: 10;
}
#fixed_side ul{
	list-style: inside none;
}
#fixed_side ul li a{
	display: block;
}
#fixed_side ul li a img{
	width: 12px;
}
#fixed_side ul li:first-child a{
	background: #224466;
	border-top-left-radius: 5px;
	color: #fff;
	padding: 10px 15px;
}
#fixed_side ul li:nth-child(2) a{
	background: #5e8ab7;
	color: #fff;
	padding: 10px 15px;
}
#fixed_side ul li:nth-child(3) a{
	background: #fff;
	border-bottom-left-radius: 5px;
	padding: 10px 15px;
}
#top_bar{
	background: #224467;
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#top_bar p{
	color: #fff !important;
	font-size: 10px !important;
	margin: 0 !important;
}
#top_bar p span{
	background: #fff;
	color: #224467 !important;
	display: inline-block;
	font-size: 8px !important;
	margin-right: 10px;
	padding: 2px 5px;
}
.navbar .navbar-header .navbar-brand img{
	height: 50px !important;
}
.navbar-fixed-top{
	top: 27px;
}
.navbar > .container{
	padding: 0;
}
.title-logo-wrapper{
	padding-left: 15px;
}
.navbar.hestia_left .navbar-nav{
	align-items: center;
}
#main-navigation ul li a{
	padding: 10px 15px !important;
}
.menu_recruit{
	background: #5e8ab7;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: cneter;
}
nav.fixed .menu_recruit{
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.menu_recruit a {
	color: #fff !important;
}
.menu_recruit a img{
	display: block;
	margin: 0 auto 5px;
	height: 20px;
}
/* slide-box */

.slide-box {
  position: relative;
  margin: 0;
  padding: 0;
}

/* slide */

.slide {
  position: relative;
  margin: 0;
  padding: 0;
}

.slick-slider{
	padding: 0 !important;
}

.slide .slick-list{
	overflow: visible;
}

.slide .item {
  position: relative;
	padding-top: 0 !important;
  height: 100%;
}
.slide .item a {
  display: block;
	position: relative;
}
.slide .item a dl{
	background: rgba(0,0,0,0.7);
	color: #fff;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
}
.slide .item a dl dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.slide .item a dl dd{
	font-size: 16px;
	margin: 0;
}
.slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
.slide .item .image {
  position: relative;
  overflow: hidden;
}
.slide .item img {
 /* position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;*/
  margin: auto;
  width: 100%;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

.slide .item::before{
	padding-top: 0 !important;
}



/* slide-navigation */

.slide-navigation {
  line-height: 0;
  position: relative;
  margin: 0;
  padding: 0;
}
.slide-navigation .item {
  position: relative;
  cursor: pointer;
}
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
/*
.slide-navigation .item .image::before {
  display: block;
  padding-top: 35%;
  content: "";
}

.slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}
.slide-navigation .slick-current .image::after {
  opacity: 0;
}
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
}
.slide-navigation .item .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
*/
.slick-track > div {
	padding-right: 5px;
}
.page-header.header-small .container .hestia-title, .page-header.header-small .container .title{
	margin: 10px 0;
}
body:not(.home) .page-header.header-small .container{
	padding-top: 230px;
	padding-bottom: 160px;
}
.header-filter::before{
	background: transparent !important;
}
.page-header .hestia-title{
	color: #224466;
	font-size: 32px;
}
/*===============================================
 *  home
===============================================*/
.home #primary h2{
	font-size: 50px;
	font-weight: bold;
}
.home #primary h2 span{
	display: block;
	font-size: 24px;
	font-weight: normal;
}
.kv_contents{
	margin-top: 15px;
}
.kv_contents ul{
	display: flex;
	list-style: inside none;
	margin: 0;
	padding: 0 !important;
}
.kv_contents ul li + li,
.kv_contents_sp ul li + li{
	margin-left: 15px;
}
.kv_contents ul li img{
	width: 12vw;
}
.kv_contents_sp{
	margin: 30px;
}
.kv_contents_sp ul{
	display: flex;
	justify-content: center;
	list-style: inside none;
	margin: 0;
	padding: 0 !important;
}
body.home .page-header.header-small .container{
	padding-top: 30vh;
	padding-bottom: 20vh;
}
.home .blog-post .section-text{
	padding-top: 0 !important;
}
/* #medical
--------------------------*/
#medical{
	background: linear-gradient(to right, #f5f5f5, #f5f5f5 50%, #eee 50%, #eee 50%);
	padding-top: 5%;
	padding-bottom: 5%;
}
.medical_menu{
	display: flex;
	flex-wrap: wrap;
}
.medical_menu > div{
	padding: 0 3%;
	width: 50%;
}
.heading{
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 15px;
}
/*
.heading a{
	background: #004;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 5px 50px;
}
*/
.heading a{
	display: block;
}
.heading a img{
	width: 200px;
}
.medical_menu .heading h3{
	color: #224466;
}
.heading h3{
	font-size: 20px;
	font-weight: bold;
	margin: 0 !important;
}
.heading h3 span{
	color: #999;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
}
.menu_general {
	background: #f5f5f5;
}
.menu_prevention{
	background: #eee;
}
.menu_general > ul,
.menu_prevention > ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0 !important;
}
.menu_general > ul > li,
.menu_prevention > ul > li{
	background: #fff;
	border-radius: 5px;
	margin: 1%;
	padding: 15px !important;
	text-align: center;
	width: 48%;
}
.medical_menu h4{
	font-size: 16px;
	font-weight: bold;
}
.medical_menu h4 img{
	margin: 0 auto 10px;
	display: block;
	height: 50px;
}
.medical_menu ul ul{
	font-size: 14px;
	list-style: inside none;
	text-align: left;
} 
.medical_menu ul ul li{
	line-height: 1.5em;
}
.medical_menu ul ul li::before{
	background-image: url("http://web-check.site/wp-content/uploads/2021/07/icon_check.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 14px;
	margin-right: 5px;
	width: 14px;
	position: relative;
	top: 2px;
}

/* #diagnosis
--------------------------*/
.box_diagnosis{
	display: flex;
	flex-wrap: wrap;
}
.diagnosis_img{
	width: 65%;
}
.diagnosis_contents{
	padding: 5%;
	width: 35%;
}
.diagnosis_contents h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.diagnosis_contents h3 img{
	width: 60%;
}
.diagnosis_contents p{
	font-size: 14px;
}
.diagnosis_contents ul{
	list-style: inside none;
	padding: 0;
}
.diagnosis_contents ul li {
	padding-top: 0 !important;
}
.diagnosis_contents ul li + li{
	border-top: 1px solid #999;
}
.diagnosis_contents ul li a{
	color: #224466 !important;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	padding: 15px;
	font-weight: bold;
}
.diagnosis_contents ul li a:hover{
	background: #eee;
}
.diagnosis_contents ul li a::before{
	background-image: url("http://web-check.site/wp-content/uploads/2021/07/icon_arrow_right_bl.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 14px;
	margin-right: 10px;
	width: 14px;
	position: relative;
	top: 2px;
}
.diagnosis_contents ul li a span{
	display: block;
	font-size: 10px;
	line-height: 1;
	margin-left: 2vw;
}
/* #facility
--------------------------*/
.ttl_hqt{
	position: absolute;
	right: 1vw;
	bottom: -5vh;
	z-index: 1;
	width: 60vw;
}
#home_facility h3{
	color: #224466;
	font-size: 20px;
	font-weight: bold;
}
#home_facility h3::after{
	background: #224466;
	content: "";
	display: block;
	height: 1px;
	margin: 30px auto 0 0;
	width: 120px;
}
#home_facility p{
	font-size: 16px;
	margin: 30px 0;
}
/* #about
--------------------------*/
#home_about{
	padding-top: 10%;
	position: relative;
}
.img_square_right{
	position: absolute;
	right: 5vw;
	top: 10vh;
	z-index: 0;
	width: 7vw;
}
.box_about{
	width: 90%;
	margin-right: 10%;
	padding-bottom: 5%;
	position: relative;
	z-index: 1;
}
.about_text h3 img{
	width: 240px;
}
.about_text ul{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.about_text ul li{
	padding-top: 0 !important;
}
.about_text ul li + li{
	margin-left: 10px;
}
.about_text ul li a{
	display: block;
}
.about_text ul li a img{
	width: 100%;
}
/* #ideas
--------------------------*/
#ideas{
	position: relative;
}
.img_square_left{
	position: absolute;
	left: 6vw;
	top: 2vh;
	z-index: 0;
	width: 7vw;
}
.ttl_oip{
	position: absolute;
	left: 0;
	bottom: -5vh;
	width: 70%;
}
.ideas > img{
	display: block;
	margin-left: auto;
	width: 60%;
}
.box_ideas h3{
	color: #224466;
	font-size: 18px;
	font-weight: bold;
}
.box_ideas h3::after{
	background: #224466;
	content: "";
	display: block;
	height: 1px;
	margin: 30px auto 0 0;
	width: 120px;
}
#home_facility p{
	font-size: 16px;
}
/* #related
--------------------------*/
#related{
	padding-top: 10%;
	padding-bottom: 5%;
}
.related_service{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.related_service > div{
	text-align: center;
	width: 33%;
}
.related_title{
	background: #fbfbfb;
	position: relative;
}
.service_salon{
	background-image: url("http://web-check.site/wp-content/uploads/2021/07/related-services_bg01.jpg");
	background-position: center center;
	background-size: cover;
	padding: 30px;
}
.service_hotel{
	background-image: url("http://web-check.site/wp-content/uploads/2021/07/related-services_bg02.jpg");
	background-position: center center;
	background-size: cover;
	padding: 30px;
}
.service_salon img,
.service_hotel img{
	display: block;
	height: 50px;
	margin: 0 auto 15px;
}
.service_salon h4,
.service_hotel h4{
	color: #fff;
	font-size: 20px !important;
	font-weight: bold;
}
.service_salon h4 img,
.service_hotel h4 img{
	display: inline-block;
	height: 20px;
	margin-left: 10px;
	vertical-align: text-top;
	position: relative;
	top: 2px;
}
.service_salon p,
.service_hotel p{
	color: #fff;
	font-size: 14px;
	text-align: left;
}
/* #news
--------------------------*/
#home_news{
	padding-top: 5%;
	padding-bottom: 5%;
}
.box_news{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.box_news > div{
	width: 50%;
}
.news_img img{
	object-fit: cover;
}
.news_contents{
	padding: 3%;
}
.news_contents h3 img{
	width: 160px;
}
#news{
	color: #fff;
}
#news h3{
	color: #000 !important;
}
.news_list{ 
	list-style: none;
	margin: 0 0 20px 0 !important;
	padding: 0;
} 
.news_list li{ 
	border-bottom: 1px dashed #ccc; 
	padding: 15px 0; 
	text-align: left !important; 
} 
.news_date{ 
	font-size: 13px; 
	font-style: Meiryo; 
	vertical-align: middle; 
	width: 95px; 
	color: #777; 
} 
.cat{ 
	background: #182b5c; 
	color: #fff; 
	font-size: 10px; 
	line-height: 20px; 
	margin: 0 20px; 
	padding: 5px 10px; 
	text-align: center; 
	vertical-align: middle; 
	width: 80px; 
} 
.news_title{ 
	font-size: 14px; 
}
.more{
	text-align: right;
}
.more a{
	color: #224466;
	font-size: 16px;
}
.more a img{
	height: 16px;
	margin-right: 10px;
	position: relative;
	bottom: 2px;
}
/* #information
--------------------------*/
#information{
	background: #fbfbfb;
	padding-top: 5%;
	padding-bottom: 5%;
}
#information h3{
	color: #224466;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#information h3::after{
	background: #224466;
	content: "";
	display: block;
	height: 1px;
	margin: 15px auto 30px;
	width: 150px;
}
.box_information{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5% 0;
}
.box_information > div{
	width: 48%;
}
.box_information p.address{
	margin: 30px 0 !important;
}
.info_contact{
	margin: 30px;
}
.download{
	background: #fff;
	border-radius: 5px;
	padding: 30px;
}
.info_contact > img{
	display: block;
	margin: 0 auto;
}
.info_contact a,
.download a{
	display: block;
	margin: 15px auto 0;
	text-align: center;
}
.btn_reservation{
	margin-top: 30px;
}
.banner_list{
	margin-top: 5%;
}
.banner_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 !important;
}
.banner_list ul li{
	padding-top: 0 !important;
	width: 32%;
}
/*===============================================
 *  当院について
===============================================*/
.menu_child{
	margin: 10% 0;
}
.menu_child ul{
	display: flex;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
}
.menu_child ul li{
	margin: 0 15px;
	padding: 0 !important;
}
#treatment_policy{
	padding-top: 5%;
	padding-bottom: 5%;
}
.section_title h3{
	color: #224466;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.section_title h3 span{
	color: #8e8f8f;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 0;
}
.box_treatoment_policy{
	display: flex;
	flex-wrap: wrap;
	margin: 3% 10% 3% 0;
	width: 90%;
}
.invert{
	flex-direction: row-reverse;
	margin: 3% 0 3% 10%;
}
.box_treatoment_policy > div{
	width: 50%;
}
.tp_contents{
	padding: 0 5%;
}
.tp_contents > img{
	display: block;
	margin-left: auto;
	text-align: right;
	width: 200px;
}
.tp_contents h4{
	color: #224466;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.tp_contents p{
	font-size: 16px;
	margin: 0;
}
#greeting h3{
	color: #224466;
	font-size: 24px;
	font-weight: bold;
}
#greeting h3 span{
	color: #8e8f8f;
	display: block;
	font-size: 16px;
	font-weight: normal;
}
#greeting h4{
	color: #224466;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0;
}
#greeting p{
	font-size: 16px;
	margin-bottom: 30px;
}
#greeting p.author_name{
	font-weight: bold;
	margin-bottom: 0 !important;
}
.box_greeting{
	padding-bottom: 7%;
	position: relative;
}
.greeting_inner{
	background: #f9f9f9;
	background: -moz-linear-gradient(to right,  #f9f9f9 0%, #f9f9f9 90%, #fff 90%, #fff 100%);
	background: -webkit-linear-gradient(to right,  #f9f9f9 0%,#f9f9f9 90%,#fff 90%,#fff 100%);
	background: linear-gradient(to right,  #f9f9f9 0%,#f9f9f9 90%,#fff 90%,#fff 100%);
	display: flex;
	flex-wrap: wrap;
	padding: 5% 0 10%;
}
.greeting_inner .greeting_contents{
	margin-left: 5%;
	width: 45%;
}
.greeting_inner .greeting_img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45%;
}
#equipment{
	padding-top: 10%;
	padding-bottom: 5%;
}
#equipment h3{
	margin-bottom: 5%;
}
.box_equipment{
	margin-bottom: 5%;
}
h4.section_title {
	background: #eef0f3;
	font-size: 20px;
	margin-bottom: 30px !important;
	padding: 15px;
}
h4.section_title::before{
	background-image: url("http://web-check.site/wp-content/uploads/2021/07/icon_heading.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 24px;
	margin-right: 10px;
	width: 24px;
	vertical-align: text-bottom;
}
.main_visual{
	margin-bottom: 30px;
}
.equipment_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 !important;
}
.equipment_list > div{
	margin-bottom: 30px;
	width: 31%;
}
.list_double > div{
	margin-bottom: 30px;
	width: 48%;
}
.equipment_list > div > img{
	display: block;
	margin-bottom: 15px;
	width: 100%;
}
.equipment_list h5{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.equipment_list p{
	font-size: 16px;
	margin: 0;
}
#faq{
	background: #eef0f3;
	padding-top: 5%;
	padding-bottom: 5%;
}
.accordion {
}
.accordion dt {
	background: #fff;
	border-radius: 5px;
	cursor:pointer;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	padding:15px;
	position: relative;
}
.accordion dt::after {
	background-image: url("http://web-check.site/wp-content/uploads/2021/07/icon_arrow_bottom.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
}
.accordion dt.active::after{
	transform: rotate(180deg);
}
.accordion dd{
	display:none;
	font-size:16px;
	margin:0;
	padding:15px;   
}
.accordion dt.active{
    background-image: url(images/toggle_demo01/minus.gif);
}
/*===============================================
 *  ペットホテル
===============================================*/
#feature{
	background: #f9f9f9;
	padding-top: 0;
	padding-bottom: 10%;
}
.feature_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
.feature_list ul li{
	margin-top: 5%;
	padding-top: 0 !important;
	width: 47%;
}
.feature_list ul li > img{
	display: block;
	margin-left: 10%;
	width: 90%;
}
.box_feature{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 4px rgba(0,0,0,0.05);
	margin-top: -10vh;
	min-height: 60%;
	padding: 30px;
	position: relative;
	width: 80%;
	margin-right: 20%;
	z-index: 1;
}
.box_feature h4{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.box_feature h4 span{
	display: block;
	line-height: 1em;
}
.box_feature h4 span.num{
	font-size: 50px;
	letter-spacing: -3px;
	width: 20%;
}
.box_feature h4 span:last-child{
	width: 80%;
}
.btn_link{
	margin: 5% 0 0;
	text-align: center;
}
.btn_link a{
	display: block;
	margin: 0 auto;
}
.btn_link a img{
	width: 200px;
}
#price{
	padding-top: 5%;
	padding-bottom: 5%;
}
.price_list{
	background: #5d8ab7;
	margin: 2% 0 5%;
	padding: 30px 0;
}
.price_list ul{
	display: flex;
	justify-content: center;
	padding: 0 !important;
}
.price_list ul li{
	padding: 0 5%;
}
.table_wrap{
	margin: 5% 10%;
}
.table_price{
	border: 1px solid #224466;
}
.table_price td.column-1{
	background: #f9f9f9;
}
.table_price td.column-2{
	background: #fff;
	text-align: right;
}
ul.item{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5%;
	text-align: center;
	padding: 0 !important;
}
ul.item li{
	background: #eef0f3;
	border-radius: 5px;
	border: 5px;
	padding: 15px !important;
	margin: 1%;
	position: relative;	
	width: 14.666%;
}
.label_required{
	line-height: 1 !important;
	margin: 0 !important;
	position: absolute;
	top: 10px;
	right: 10px;
}
.label_required img{
	height: auto;
	width: 35px;
}
ul.item li > img{
	display: block;
	margin: 30px auto;
	height: 45px;
	width: auto;
}
ul.item li p{
	font-size: 16px;
}
ul.notes{
	font-size: 16px;
}
ul.notes li{
	font-size: 16px !important;
	line-height: 2em;
}
ul.notes li::before{
	content: "■";
	color: #5d8ab7;
	font-size: 28px;
	display: inline-block;
	margin-right: 10px;
}
#flow{
	background: #f9f9f9;
	padding-top: 10%;
	padding-bottom: 10%;
}
#flow h3{
	margin-bottom: 10%;
}
.box_flow{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.box_flow .flow_thumb{
	width: 40%;
}
.box_flow .flow_contents{
	background: #fff;
	position: relative;
	width: 60%;
}
.box_flow .flow_contents h4{
	color: #224466;
}
.box_flow::after{
	background-image: url("http://web-check.site/wp-content/uploads/2021/07/arrow_bottom.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 42px;
	margin: 15px auto;
	width: 42px;
}
.flow_last::after{
	display: none !important;
}
/*===============================================
 *  飼い主様へ
===============================================*/
#service{
	padding-top: 5%;
	padding-bottom: 5%;
}
#service h3{
	margin-bottom: 5%;
}
.section_title p{
	text-align: center;
}
.box_service_left{
	background: #eff0f4;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	margin: 5% 5% 0 0;
	width: 95%;
}
.box_service_right{
	background: #eff0f4;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin: 5% 0 5% 5%;
	width: 95%;
}
.service_thumb{
	width: 60%;
}
.service_contents{
	position: relative;
	padding: 0 5%;
	width: 40%;
}
.service_contents h4{
	text-align: center;
}
.service_contents h4 img{
	height: 35px;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
	margin-right: 5px;
}
.service_contents p{
	margin-bottom: 30px !important;
}
.other_service{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.other_service > div{
	background: #eff0f4;
	border-radius: 10px;
	margin: 2.5% 0;
	width: 48%;
}
.other_service h4,
.other_service p{
	margin-bottom: 0 !important;
}
.other_service > div p{
	padding: 30px;
}
.other_service > div.service_last{
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
}
.other_service > div.service_last h4{
	width: 48%;
}
.other_service > div.service_last > div{
	position: relative;
	width: 52%;	
}
#payment{
	padding-top: 5%;
	padding-bottom: 5%;
}
.box_payment{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5% 0;
}
.box_payment > div{
	width: 48%;
}
.box_payment > div img{
	display: block;
	margin: 0 auto;
}
/*===============================================
 *  アクセス
===============================================*/
.box_access{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5% 0;
}
.box_access > div{
	width: 48%;
}
.box_access .access_left{
	text-align: center;
}
.box_access h4{
	color: #224466;
	margin: 30px 0 15px !important;
}
.box_access .access_left > p{
	margin-bottom: 30px !important;
}
.box_access dl dt{
	background: #f5f8fc;
	font-size: 18px;
	padding: 10px 0;
}
.box_access dl dd{
	margin: 0 !important;
	padding: 15px 0;
}
.access_photo{
	display: flex;
	justify-content: space-between;
	margin: 5% 0;
}
.access_photo > div{
	width: 32%;
}
.access_photo p{
	margin: 0;
	padding: 10px 0;
}
.btn_map{
	margin: 5% 0 0;
	text-align: center;
}
.btn_map a{
	background: #224466;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	color: #fff;
	display: inline-block;
	padding: 10px 60px;
	position: relative;
	text-align: center;
}
.btn_map a::after{
	background-image: url("http://web-check.site/wp-content/uploads/2021/07/icon_btn-arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  margin:0;
  padding:0;
	height: 16px;
	width: 16px;
}
.title_sub{
	font-size: 20px !important;
	margin: 0;
}
/*===============================================
 *  footer
===============================================*/
#policy{
	padding-top: 5%;
	padding-bottom: 5%;
}
#policy dl{
	margin-top: 5%;
}
#policy dl dt{
	margin-bottom: 10px;
}
#policy dl ol{
	padding-left: 1.5em;
}
/*===============================================
 *  footer
===============================================*/
.bottom_contact{
	background-image: url("http://web-check.site/wp-content/uploads/2021/07/bg_bottom_contact.jpg");
	background-position: center center;
	background-size: cover;
	padding: 5% 0;
}
.bottom_contact .container > div{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.bottom_contact .container > div > div{
	text-align: center;
	width: 50%;
}
.contact_heading h3{
	margin: 0 !important;
}
.contact_heading h3 img{
	width: 200px;
}
.bottom_contact p{
	color: #fff;
}
.bottom_contact a img{
	width: 180px;
}
.hestia-bottom-footer-content{
	display: none !important;
}
footer.footer.footer-black{
	background: #fff !important;
	padding: 5% 0;
	text-align: left !important;
}
.footer_contents{
	display: flex;
	flex-wrap: wrap;
}
.footer_contents > div{
	width: 50%;
}
.footer_logo a img{
	width: 300px;
}
.footer_contents p{
	margin: 30px 0 !important;
}
.footer_contents img{
	width: 300px;
}
.footer_nav{
	display: flex;
	flex-wrap: wrap;
}
.footer_nav > div{
	width: 50%;
}
.footer_nav a{
	color: #224466 !important;
	text-indent: -1.5em;
	padding-left: 1em;
}
.footer_nav a::before{
	background-image: url("http://web-check.site/wp-content/uploads/2021/07/icon_arrow_right_bl.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 1px;
	height: 14px;
	width: 14px;
}
.footer_nav a span{
	display: block;
}
.home .main-raised > .container{
	margin-bottom: 63px;
}
#fixed_footer{
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#fixed_footer ul{
	display: flex;
	flex-wrap: wrap;
	list-style: inside none;
	margin: 0;
	padding: 0;
	width: 80%;
}
#fixed_footer ul li{
	width: 50%;
	border-right: 2px solid #fff;
}
#fixed_footer ul li a{
	background: #224467;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0;
}
#fixed_footer ul li a img{
	display: block;
	height: 16px;
	margin: 0 auto 5px;
}
#fixed_footer div.btn_nav{
	background: #5e8ab7;
	width: 20%;
}
/*===============================================
 *  media query
===============================================*/
@media screen and (max-width: 767px) {
  .slide-navigation {
    width: 100%;
  }
  .slide-navigation .item .image::before {
    padding-top: 50%;
  }
}
/*===============================================
 *  media query
===============================================*/
@media screen and (min-width: 1500px){
	.container{
		width: 1200px;
	}
	body.home .page-header.header-small .container{
		width: 1728px;
		padding-top: 48vh;
	}
	#top-head{
		margin: 9px auto 0 auto !important;
	}
	#top-head .container{
		width: 1500px;
		min-height: 109px;
	}
	.navbar.hestia_left .title-logo-wrapper{
		min-width: 384px;
		margin-left: 40px;
	}
	.navbar a{
		font-size: 17px;
	}
	.menu_recruit a img{
		height: 30px;
	}
	#top_bar{
		padding: 8px 10px;
		height: 36px;
	}
	#top_bar p{
		font-size: 14px !important;
	}
	#top_bar p span{
		font-size: 15px !important;
		padding: 0px 5px;
		line-height: 1.4;
		font-weight: normal;
	}
	#top_bar div:last-child p{
		font-weight: bold;
	}
	#fixed_side{
		top: 40vh;
	}
	#fixed_side ul li a, #fixed_side ul li:nth-child(2) a, #fixed_side ul li:nth-child(3) a{
		padding: 20px 20px !important;
	}
	#main-navigation ul li a{
		padding : 27px 24px !important;
	}
	#medical{
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.menu_general > ul > li, .menu_prevention > ul > li{
		margin: 0.5%;
		padding: 30px 0 !important;
	}
	.medical_menu .heading h3{
		font-size: 35px;
	}
	.heading h3 span{
		font-size: 16px;
	}
	.heading a img{
		width: 270px;
	}
	.medical_menu h4{
		font-size: 20px;
	}
	.medical_menu ul ul{
		font-size: 16px;
		padding-left: 90px;
	}
	.diagnosis_contents ul li a{
		font-size: 20px;
	}
	.diagnosis_contents ul li a span{
		font-size: 15px;
		line-height: 1.2;
		margin-left: 1vw;
	}
	.diagnosis_img{
		width: 72%;
	}
	.diagnosis_contents{
		padding: 5% 6% 5% 4%;
		width: 28%;
	}
	.diagnosis_contents h3 img{
		width: 80%;
	}
	.diagnosis_contents ul{
		margin-top: 30px;
	}
	.diagnosis_contents ul li a{
		padding: 20px 15px;
	}
	#home_facility{
		padding-bottom: 15%;
	}
	#home_facility .box_left{
		padding: 0 2% 0 0;
	}
	#home_facility h3{
		font-size: 35px;
	}
	#home_facility p{
		width: 78%;
	}
	.ttl_hqt{
		right: 3vw;
		width: 65vw;
	}
	#home_about{
		padding-top: 15%;
	}
	.img_square_right{
		right: 13vw;
		top: 13vh;
	}
	.about_text{
		padding: 40px 70px 70px 70px !important;
		width: 70% !important;
	}
	.about_text h3 img{
		width: 330px;
	}
	.img_square_left{
		left: 11vw;
		top: 9vh;
	}
	.box_ideas h3{
		font-size: 25px;
	}
	.box_ideas{
		left: 15% !important;
		padding: 5% !important;
		width: 40% !important;
	}
	#related{
		padding-top: 15%;
	}
	.service_salon, .service_hotel{
		padding: 70px;
	}
	.service_salon h4, .service_hotel h4{
		font-size: 28px;
		margin: 10px 0 !important;
	}
	.service_salon p, .service_hotel p{
		width: 90%;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 1169px) and (min-width: 992px){

}
@media screen and (max-width: 991px) and (min-width: 769px){

}
@media screen and (min-width: 769px){
	.only_sp{
		display: none !important;
	}
	#home_facility{
		background: #fbfbfb;
		/*background: -moz-linear-gradient(to right,  #ffffff 0%, #ffffff 5%, #fbfbfb 5%, #fbfbfb 100%);
		background: -webkit-linear-gradient(to right,  #ffffff 0%,#ffffff 5%,#fbfbfb 5%,#fbfbfb 100%);
		background: linear-gradient(to right,  #ffffff 0%,#ffffff 5%,#fbfbfb 5%,#fbfbfb 100%);*/
		margin-top: -3%;
		padding-top: 13%;
		padding-bottom: 10%;
		position: relative;
	}
	.about_text{
		border-radius: 5px;
		position: absolute;
		right: 0;
		bottom: 0;
		background: #fff;
		padding: 30px;
		width: 60%;
		z-index: 1;
	}
	.box_ideas{
		background: #fff;
		border-radius: 5px;
		position: absolute;
		top: 50%;
		left: 10%;
		-ms-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		margin:0;
		padding: 5%;
		width: 45%;
	}
	.related_title img{
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin:0;
		padding:0;
		width: 70%;
	}
	.price_list ul li + li{
		border-left: 1px solid #fff;
	}
	.box_flow .flow_contents > div{
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin:0;
		padding:5%;
		width: 100%;
	}
	.box_flow .flow_thumb img{
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.box_flow .flow_contents{
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.service_contents > div{
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin:0;
		padding:0;
		width: 90%;
	}
	.other_service > div.service_last p{
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin:0;
		padding:0;
		width: 90%;
	}
}
@media screen and (max-width: 768px){
	.only_pc{
		display: none !important;
	}
	.navbar-toggle-wrapper{
		position: fixed;
		bottom: 1vh;
		right: 6.5vw;
		z-index: 20;
	}
	.navbar-toggle{
		color: #fff !important;
	}
	.navbar-toggle .icon-bar{
		background: #fff !important;
		color: #fff;
	}
	.navbar.navbar-fixed-top .navbar-collapse{
		top: unset !important;
		bottom: 63px;
	}
	#fixed_side{
		display: none !important;
	}
	#top_bar{
		display: block;
		background: transparent !important;
		padding: 0;
		position: relative;
	}
	#top_bar > div:first-child{
		background: #224467;
		padding: 10px;
	}
	#top_bar > div:last-child{
		background: #fff;
		padding: 10px;
	}
	#top_bar > div:last-child p{
		color: #224466 !important;
	}
	#top_bar > div:last-child p span{
		background: #224466 !important;
		color: #fff !important;
	}
	#top_bar p{
		font-size: 16px;
	}
	#top-head{
		position: relative !important;
		padding: 0 !important;
		top: 0 !important;
	}
	.container .navbar-header{
		display: block;
		text-align: center;
	}
	.navbar .title-logo-wrapper{
		margin: 0 auto;
		padding: 0 !important;
	}
	.navbar .navbar-header .navbar-brand{
		padding:0 !important;
	}
	.navbar > .container{
		border-radius: 0 !important;
	}
	body.home .page-header.header-small .container{
		padding-top: 45vh;
		padding-bottom: 5vh;
		padding-left: 30px;
		padding-right: 30px;
	}
	.home #primary h2{
		font-size: 24px;
	}
	.home #primary h2 span{
		font-size: 14px;
	}
	#medical{
		background: linear-gradient(to bottom, #f5f5f5, #f5f5f5 50%, #eee 50%, #eee 50%);
	}
	.medical_menu{
		display: block;
	}
	.medical_menu > div{
		padding: 5% 0 10%;
		width: 100%;
	}
	.menu_prevention > ul > li:last-child{
		width: 100% !important;
	}
	.box_diagnosis{
		display: block;
	}
	.diagnosis_img{
		width: 100%;
	}
	.diagnosis_contents{
		width: 100%;
	}
	#home_facility{
		background: #fbfbfb;
		padding: 10% 5%;
		position: relative;
	}
	.box{
		display: block;
	}
	.box > div{
		padding: 0;
		width: 100%;
	}
	.slide-navigation{
		margin-top: 5%;
	}
	.ttl_hqt{
		bottom: -2vh;
		width: 80vw;
	}
	.img_square_left,
	.img_square_right{
		display: none;
	}
	.box_about{
		margin-right: 0;
		width: 100%;
	}
	.about_text{
		background: #fff;
		border-radius: 5px;
		background: #fff;
		margin: -10% 5% 5%;
		padding: 30px;
		position: relative;
		width: 90%;
		z-index: 1;
	}
	.about_text h3 {
		text-align: center;
	}
	.about_text ul{
		display: block;
	}
	.about_text ul li + li{
		margin-left: 0;
	}
	.ideas > img{
		width: 100%;
	}
	.ttl_oip {
		position: absolute;
		left: 0;
		top: -2.5vh;
		width: 90%;
	}
	.box_ideas{
		background: #fff;
		border-radius: 5px;
		padding: 30px;
		width: 90%;
		position: relative;
		top: -15vh;
		margin: 5%;
	}
	.related_service > div{
		width: 100%;
	}
	.related_title h3{
		margin: 0 !important;
	}
	.related_title img{
		background: #fbfbfb;
		padding: 5%;
	}
	.box_news {
		display: block;
	}
	.box_news > div{
		width: 100%;
	}
	.news_contents {
			padding: 5% 0;
			margin: 5%;
			width: 90% !important;
	}
	.box_information{
		display: block;
	}
	.box_information > div{
		width: 100%;
	}
	.menu_child ul{
		flex-wrap: wrap;
	}
	.menu_child ul li{
		margin: 1%;
		width: 48%;
	}
	.box_treatoment_policy{
		display: block;
		margin: 5%;
		width: 90%;
	}
	.box_treatoment_policy > div{
		width: 100%;
	}
	.tp_contents{
		margin-top: 5%;
		padding: 0;
	}
	.equipment_list{
		display: block;
	}
	.equipment_list > div,
	.list_double > div{
		width: 100%;
	}
	.feature_list ul{
		display: block;
	}
	.feature_list ul li{
		margin-top: 10%;
		width: 100%;
	}
	.price_list ul{
		flex-wrap: wrap;
	}
	.price_list ul li{
		margin: 0;
		padding: 2%;
		text-align: center;
		width: 46% !important;
	}
	.price_list ul li:first-child,
	.price_list ul li:nth-child(2){
		border-bottom: 1px solid #fff;
	}
	.price_list ul li:nth-child(even){
		border-left: 1px solid #fff;
	}
	.table_wrap{
		margin: 5% 0;
	}
	ul.item li{
		width: 48%;
	}
	.box_flow{
		display: block;
	}
	.box_flow .flow_thumb{
		width: 100%;
	}
	.box_flow .flow_thumb img{
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.box_flow .flow_contents{
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 15px;
		width: 100%;
	}
	.box_service_left,
	.box_service_right{
		display: block;
		margin: 5%;
		width: 90%;
	}
	.service_thumb{
		width: 100%;
	}
	.service_contents{
		padding: 15px;
		width: 100%;
	}
	.other_service{
		display: block;
	}
	.other_service > div{
		margin: 5%;
		width: 100%;
	}
	.other_service{
		display: block;
	}
	.other_service > div{
		margin: 5% 1.5%;
		width: 97%;
	}
	.other_service > div.service_last{
		display: block;
		width: 97% !important;
	}
	.other_service > div.service_last h4,
	.other_service > div.service_last > div{
		width: 100%;
	}
	.other_service > div.service_last h4 img{
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.box_payment{
		display: block;
	}
	.box_payment > div{
		width: 100%;
	}
	.insurance{
		margin-top: 10%;
	}
	.box_access{
		display: block;
	}
	.box_access > div{
		width: 100%;
	}
	.box_access > div:last-child{
		margin-top: 10%;
	}
	.access_photo{
		display: block;
	}
	.access_photo > div{
		margin: 0;
		width: 100%;
	}
	.access_photo > div + div{
		margin-top: 5%;
	}
	/* footer */
	.bottom_contact{
		padding: 10% 0;
	}
	.bottom_contact .container > div{
		display: block;
	}
	.bottom_contact .container > div > div{
		width: 100%;
	}
	.bottom_contact .container > div > div + div{
		margin-top: 5%;
	}
	.contact_heading a{
		display: block;
		margin-top: 15px;
	}
	footer.footer.footer-black{
		padding: 10% 0;
	}
	.footer_contents {
		display: block;
	}
	.footer_contents > div{
		width: 100% !important;
	}
	.footer-big ul{
		list-style: outside none;
		padding-left: 1.5em;
	}
	.footer_nav{
		margin-top: 10%;
	}
}
@media screen and (max-width: 640px){
	.navbar-toggle-wrapper{
		position: fixed;
		bottom: 1vh;
		right: 4.5vw;
		z-index: 20;
	}
}
@media screen and (max-width: 480px){

}
.navbar{
	background: transparent;
	box-shadow: none !important;
}
.navbar > .container{
	background: #fff;
	border-radius: 5px;
}
/* header *//* header */
#top-head {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
    line-height: 1;
}
 
#top-head .inner {
    position: relative;
 
}

#main-navigation ul li a {
    padding: 0 30px;
}
/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#main-navigation ul li,
#main-navigation ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Fixed */
#top-head.fixed {
    padding-top: 0;
    background: #fff;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #main-navigation ul li a {
    color: #333;
    padding: 0 20px;
}
