@charset "utf-8";
/* CSS Document */
/*==============================================================================================================
Reset items
==============================================================================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li, li a,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section{
	display:block;
}
address{ font-style:normal;}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
p{
	padding-bottom: 0.8em;
}
html{height:100%;}
a{color:#5AACE9;}
a:hover{
	color: #316286;
}
a.arrow:before{ content:url(../images/common/arrow-bullet.png); position:relative; top:3px;}
a{color:#5AACE9;}
a:hover{color: #316286;}
strong{	color: #4d80b2;}
strong.bolder{ font-size:15px;}
/*==============================================================================================================
SETTING
==============================================================================================================*/
body{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #202020;
	background-color: #8ecfeb;
}
.wrap{
	width: 96%;
	margin: 2% auto 0;
	padding-bottom: 86px;
	background: url(../images/common/foot-bg-top.png) center bottom no-repeat;
}
.topcontent{
	padding: 15px 2% 88px;
	width: 96%;
	background: url(../images/top/foot-bg-top.png) bottom right no-repeat #8ecfeb;
}
a{color:#5a92af; text-decoration:none;}
/*==============================================================================================================
HEADER
==============================================================================================================*/
.header{
	width: 100%;
	background: url(../images/common/top-header-bg.png);
	padding: 10px 0 5px;
}
.header-inner{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.header-add{
	font-style: normal;
	width: 225px;
	font-size: 14px;
	text-align: right;
	height: 80px;
	margin: 0 auto;
}
.header-logo{
	width: 90%;
	height: 45px;
	white-space: nowrap;
	text-indent: -200%;
	overflow: hidden;
	margin: 0 auto 0;
	background: url(../images/common/logo.png) no-repeat center;
	background-size: contain;
}
.header-logo a{
	width: 100%;
	height: 45px;
	display: block;
}
.add{
	font-style: normal;
	text-align: center;
	font-size: 11px;
	color: #DCE7EB;
}
.footer .add{
	margin-top: 10px;
}
.header-inner h2{
	font-size: 11px;
	color: #E7EEF1;
	font-weight: normal;
	width: 300px;
	display: block;
	margin: 5px auto 0;
}

.tel{
	background: url(../images/common/tel.png) no-repeat;
	width: 225px;
	height: 55px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}
/*==============================================================================================================
HEADER NAV
==============================================================================================================*/
.nav,.navs{
	display: none;
}

.nav ul{
	clear: both;
	width: 100%;
}
.nav ul li a,.navs ul li a{
	width: 98%;
	display: block;
	padding: 8px 0 8px 2%;
	color: #0b80b5;
	border-bottom: 1px solid #999;
	background-color: rgba(247,247,247,.8);
	border-top: 1px solid #fff;
}
.nav ul li a:before,.navs ul li a:before{
	content: ' ';
	background: url(../images/common/menu-bullet.png) no-repeat;
	display: block;
	width: 33px;
	height: 20px;
	float: left;
	margin-right:10px;
	background-size: contain;
}
li.navs0 a,li.nav1 a,li.navs1 a,li.nav2 a,li.navs2 a,li.nav3 a,li.navs3 a,li.nav4 a,li.navs4 a,li.nav5 a,li.navs5 a,li.navs6 a{
	width: 100%;
}
.nav-btn{
	display: block;
	padding: 5px;
	background-color: #fff;
	color: rgba(29,159,213,1);
	margin: 10px 1% 5px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 2px 1px rgba(51,51,51,.4);
}
.nav-btn.active{
	background-color: #fff;
}
.nav-btn:after{
	content:' ▼';
}
.nav-btn.active:after{
	content:' ▲';
}
/*==============================================================================================================
R-BOX
==============================================================================================================*/
.r-box-side{
	width: 96%;
	padding: 2%;
	border: 1px #707070 solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #5f5f5f;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px;
	margin-left: 2%;
}
.r-box-side h2{
	font-size: 16px;
	display: inline-block;
	color: #fff;
	padding: 8px 10px 4px;
	line-height: 1.1em;
	margin-bottom: 10px;
	position: absolute;
	top: -26px;
	font-weight: normal;
}
.r-box-side .more a{
	font-size: 14px;
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 5px;
	clear: both;
}
.r-box-center{
	width: 96%;
	padding: 2%;
	border: 1px #707070 solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #5f5f5f;
	box-sizing: border-box;
	margin-left: 2%;
}
.r-box-foot{
	width: 96%;
	padding: 2%;
	border: 1px #707070 solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #5f5f5f;
	box-sizing: border-box;
	margin:0 auto 20px;
	background-color: #fff;
}
.r-box-foot h2{
	font-size: 13px;
	display: block;
	padding: 5px 8px 2px;
	line-height: 1.1em;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom: 1px solid #999;
	text-align: center;
}
.box-inside3{
	width: 30%;
	padding: 1.5%;
	float: left;
	text-align: center;
}
/*==============================================================================================================
CONTENTS
==============================================================================================================*/
/*ONLY TOPPAGE*/
.top-cont{
	background-color: #fff;
	box-shadow: 1px 1px 3px 1px rgba(51,51,51,.4);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(51,51,51,.4);
	border-radius: 4px;
	margin-bottom: 17px;
	/* [disabled]padding: 1%; */
	width: 100%;
}
.main-cont{
	width: 100%;
}
.main-cont p{
	line-height: 1.5em;
}
.sub-cont{
}
.cont-inner{
	padding: 6px 0 0;
	width: 96%;
	margin: 0 auto;
}
.sub-cont h3{
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
	height: 30px;
	display: block;
	width: 100%;
	margin: 0;
}
.sub-cont h4~p{	padding: 0px 10px 6px;}
.bottom-twin h3{
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
	height: 30px;
	display: block;
	width: 100%;
	margin: 0;
}
.bottom-twin h3.top-h3-1{	background: url(../images/h/h3-top1.png) no-repeat left center #1e9fd6;}
.bottom-twin h3.top-h3-2{
	background: url(../images/h/h3-top2.png) no-repeat left center #0b80b5;
}
.sub-cont h3.top-h3-3{ background: url(../images/h/h3-top3.png) no-repeat left center #1e9fd6;}
.bottom-sub h3.top-h3-4{
	background: url(../images/h/h3-top4.png) no-repeat left center #4c80b0;
}
.bottom-twin{
	width: 98%;
	margin: 0 0 14px 0;
	background-color: #fff;
	box-shadow: 1px 1px 3px 1px rgba(51,51,51,.4);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(51,51,51,.4);
	border-radius: 4px;
	padding: 1%;
}
.bottom-twin-inner{
	padding: 10px 10px 0 10px;
}
.bottom-sub{
	width: 98%;
	float: left;
	background-color: #fff;
	box-shadow: 1px 1px 3px 1px rgba(51,51,51,.4);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(51,51,51,.4);
	border-radius: 4px;
	padding: 1%;
}
.bottom-sub iframe{
	overflow: hidden;
	width: 100%;
	border-bottom: 1px dotted #4C80B0;
	height: 60px;
}
.bottom-sub h3{
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
	height: 30px;
	display: block;
	width: 100%;
	margin: 0;
}
.bottom-sub-inner{	padding: 10px;}

#topslide img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
h1.firsth1{
	display: block;
	color: #333333;
	font-size: 15px;
	padding: 5px;
	line-height: 1.28em;
	font-weight: normal;
	background-color: rgba(255,255,255,.5);
}
.sch{
	margin: 5px 0 5px 0;
	text-align: center;
}
.sch img{}
img.topphoto{
	float: left;
	margin: 0 24px 5px 0;
}
.center-box{
	clear: both;
	background-color:#fff;
	box-shadow: 2px 2px 3px 1px rgba(51,51,51,.4);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(51,51,51,.4);
	border-radius: 4px;
	padding: 10px 5px 10px;
	height: 100%;
	margin-top: 10px;
}
.center-box.nallow{
	padding: 10px 5px 10px;
}
.center-box h2{
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	background-color: #2795c6;
	color: #fff;
	padding: 5px 10px 4px;
}
.center-box h2:before{
	content:url(../images/common/white-cloud.png);
	position:relative;
	top:3px;
	left:-5px;
}
#toppage p.caption{
	display: block;
	padding: 10px;
	background-color: rgba(255,255,255,.5);
}
/*-----------------------------------*/
.center-box h3{
	font-size: 14px;
	color: #3EA8D9;
	padding: 15px 0;
}
#qa .center-box h3{
	margin-left: -5px;
	margin-top: 15px;
}
.center-box h3:before{
	content: '';
	float: left;
	display: inline-block;
	position: relative;
	width: 28px;
	height: 22px;
	top:5px;
	background: url(../images/common/blue-cloud.png) no-repeat center left;
}
.center-box h3:after{
	content:'';
	display: inline-block;
	position:relative;
	width:28px;
	height:22px;
	top:5px;
	background: url(../images/common/blue-cloud.png) no-repeat center right;
}
#qa .center-box h3:before{
	top:0;
}
#qa .center-box h3:after{
	content:'';
	display: none;
}
/*----------------------------------------------*/
.menu-table{
	width: 100%;
	border-collapse: collapse;
	border: #333 1px solid;
	margin-bottom: 0.5em;
	text-align: center;
	margin-top: 20px;
}
#medical .menu-table{
	margin-top: 5px;
}
.menu-table th{
	border: #333 1px solid;
	font-weight: normal;
	padding: 3px;
	line-height: 1.3em;
	vertical-align: middle;
}
.menu-table td{
	border: #333 1px solid;
	vertical-align: middle;
	padding: 2px;
	font-size: 11px;
	text-align: left;
}
.menu-table caption{
	text-align:left;
}
/*---------------------------------------------*/
.time-table{
	width: 100%;
	border-collapse: collapse;
	border: #333 1px solid;
	margin-bottom: 0.5em;
	text-align: center;
}
.time-table th{
	border: #333 1px solid;
	font-weight: normal;
	text-align: left;
	padding: 3px;
	line-height: 1.3em;
}
.time-table td{
	border: #333 1px solid;
	vertical-align: middle;
	padding: 3px 5px;
	font-size: 14px;
}
#en .time-table td{
	border: #333 1px solid;
	vertical-align: middle;
	padding: 3px 2px;
	font-size: 14px;
}
/*-----------------------------------------------*/
.w460pd{
	width: 100%;
}
.add-unit{
	background: url(../images/contents/add.png) no-repeat;
	background-size: contain;
	width: 170px;
	height: 60px;
	margin: 10px 10px 15px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
/*-----------------------------------------------*/
.shop-slide{
	height: 380px;
	overflow: hidden;
}
#en .shop-slide{
	height: 350px;
	overflow: hidden;
}
.shop-slide img{	
display: block;
	margin: 0 auto;
}
.shop-slide p{
	display: block;
	margin: 10px auto;
	line-height: 1.35em;
	font-size: 12px;
	width: 92%;
}
.shop-slide-tmb{
	margin: 0 auto 20px;
}
.adjust{
	padding: 20px 0 0;
	clear: both;
}
.shop-slide-tmb img{
	margin-right: 2px;
	border: #fff 2px solid;
	width: 60px;
	height: auto;
}
.shop-slide-tmb img:hover{
	border: #2795c6 2px solid;
}
/*----------------------------------*/
.box-unit{
	margin: 10px 0;
}
#qa .adjust{
	margin: 0 0 0 10px;
}
.box-unit.nallow{
	margin: 5px 0 20px;
}
.l-box{ float:left;}
.r-box{
	/* [disabled]float:left; */
}
.w200{
	width: 200px;
	padding: 0 29px;
}
.staffw200{
	width: 50%;
	font-size: 12px;
}
p.staff-info{
	font-size: 11px;
	text-align: left;
	line-height: 1.3em;
	margin: 0 8px 8px;
}
.w310{
	width: 100%;
} 
.w460{
	width: 100%;
}
.w120{ width:120px;} .w650{}
.w270{
	width: 100%;
} .w500{
	width: 100%;
}
.w350{ width:350px;} .w430{
	width: 100%;
}
.w220{
	width: 100%;
} .w550{
	width: 100%;
}
.dr-box p{
	padding-left: 5px !important;
	margin-left: 5px;
	display: table;
}
.greeting-p{
	margin: 0 10px;
}
.bxslider{ padding-bottom:10px;}
.bx-viewport{ background-color:transparent !important; border:none !important; box-shadow:none !important; left:0 !important;}
/*--------------------------Trimming Pet Hotel*/
.trim-price{
	margin-top: 20px;
}
.trim-note{
}
.hotel-price{
	margin-top: 20px;
}
.hotel-note{
	margin-top: 20px;
}
.trim-img{
	margin: 0 0 20px;
}
div#feed{
	list-style: none !important;
}

ul.tab li{
	padding: 6px 10px 4px;
	margin-left: 5px;
	cursor: pointer;
	float: left;
	border: 1px solid #ccc;
	background-color: #F2FAFD;
	border-radius: 5px;
	color: #A3D6F1;
	font-size: 16px;
	font-weight: bold;
}
ul.tab li.active{
background-color: #62BAE8;
	color: #FFF;
	border-color:#2795c6;
}
div.tabCont div.tabBox{
	padding: 10px 0 0;
}
/*------------------------------------------INQ*/
.inq-add{
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	line-height: 1.2em;
}
.inq-add span{
	font-size: 18px;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#en .inq-add{
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	line-height: 1.2em;
}
#en .inq-add span{
	font-size: 14px;
	line-height: 1.2em;
}
.mapunit1{
	width: 28%;
	float: left;
	padding: 0 0 0 5px;
	font-size: 11px;
}
.mapunit2{
	width: 70%;
	float: left;
	text-align: center;
}
.mapunit3{
	width: 100%;
	padding: 10px 0 0 0;
	clear: both;
	text-align: center;
}
.mapunit1 img{
	margin: 15px 0 0;
}
.mapunit3 img{
	margin: 0 0 10px 0;
}
/*-------------------------------------greeting*/
.dr-profile{
	width: 120px;
	text-align: center;
	margin: 0 auto 20px;
}
/*------------------------------------キャラクター挿絵処理-*/
.mof-fig1{
}
.mof-fig2{
}
/*==============================================================================================================
FOOTER
==============================================================================================================*/
.foot-belt{}
.footer{
	padding-top: 10px;
	background: url(../images/common/mofmofoot.gif) repeat;
}
.foot-inner{
	padding: 0 2%;
	width: 96%;
}
.foot-bottom{
	padding: 0 2% 10px;
}
.footer .add{
	color: #DEF1FA;
}
.copy{}
.sbp{
	width: 116px;
	margin: 4px 0;
}
.sbp a{
	background: url(../images/common/sbp.png) no-repeat center left;
	width: 112px;
	height: 18px;
	padding: 5px 2px;
	display: block;
	white-space: nowrap;
	text-indent: 110%;
	overflow: hidden;
	background-size: contain;
}
.sbp a:hover{}
.foot-nav{display:none;}
/*==============================================================================================================
UTILITY
==============================================================================================================*/
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content:'';
	clear: both;
	height: 0;
}
.cf {
	display: inline-block;
	min-height: 1%;

}
/* Hides from IE-mac \*/
* html .cf {
	zoom: 1;
}
.cf {
	display: block;
}
*:first-child+html .cf{ zoom: 1; } 
.clear{clear:both;}
.all-center{ text-align:center;}
.all-right{ text-align:right;}
hr{ border-color:transparent; border-bottom:#717171 1px solid; height:1px; margin:10px 0; padding:10px 0;}
#toppage hr{
	border-color: transparent;
	border-bottom: #229ccd 2px solid;
	height: 1px;
	margin: 0 0 5px 0;
	padding: 0;
}
.smp-img{
	width: 90%;
	height: auto;
}
.img-left{
	float: left;
	margin: 0 14px 0 0;
}
.img-right{
	float: right;
	margin: 0 0 0 12px;
}
.staff-smp{
	clear: left;
}
.relatived{ position:relative;}
