@charset "UTF-8";

body{
	font-size: 14px;
}

#header .inner{
	position:relative;
}

#header #header-right {
	text-align:right;
	float:right;
	width:42%;
}

#header-right ul.linkH li {
	border-left:solid 1px #eae7d3;
	display:inline;
	line-height:1px;
	margin-left:10px;
	padding-left:10px;
}

#header-right ul.linkH li:last-of-type {
	border-right:solid 1px #eae7d3;
	padding-right:10px;
}

#header-right ul.linkH li:before{
	content:url(../images/common/arrow_icon06.png);
}

#header-right ul.linkH li a{
	font-size:0.85em;
	color:#f90;
	padding-left:4px;
	text-decoration:none;
}

#header-right ul.linkH li a:hover {
	text-decoration: underline;
}

.sns{
	position:absolute;
	top:42px;
	right:0;
}

.sns a{
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	height:30px;
	margin-left:6px;
	width:30px;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;
}

.sns a.fb{
	background-image:url(../images/sns/fb02.png);
}

.sns a.fb:hover{
	background-image:url(../images/sns/fb01.png);
}

.sns a.tw{
	background-image:url(../images/sns/tw02.png);
}

.sns a.tw:hover{
	background-image:url(../images/sns/tw01.png);
}

.sns a.in{
	background-image:url(../images/sns/in02.png);
}

.sns a.in:hover{
	background-image:url(../images/sns/in01.png);
}

#search {
	visibility:hidden;
}

#search .search-c1 span {
	font-size: 14px;
}

#search .search-c1 {
	width: 40%;
}

#search .search-c2{
	width: 59%;
}

#search .search-c2 p:not(.btn-search) {
	width: 37%;
}

#search .btn-search {
	float: right;
	margin-left: 0;
}

#search .search-c2 p input[type="text"] {
	width: 100%;
}

.img-border {
	margin-bottom: 20px;
}

.img-border img {
	border: 5px solid #ffdb00;
}


#global-navi{
background: #fff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f4f4f4 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
width:100%;z-index:99;
}


#contents{
	margin-top:1px;
}

#content1{
	background: #fff4ce;
	height:300px;
	margin-bottom: 20px;
	position: relative;
}

#content1 li {
	float: left;
	padding: 0 15px;
	text-align: center;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	width: 50%;
}

#content1 li:hover{
	opacity: 0.6;
}

#content1 .tit {
	color: #ae904e;
	background-color: #f6f2e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	font-family: Meiryo;
	font-size: 14px;/*PD_1-269webfont*/
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1;
	margin: 0 auto 25px;
	padding: 15px 0;
	position: relative;
	text-align: center;
	width: 270px;
}
#content1 .tit:after{
	content: "";
	background: url(../images/common/arrow_icon02.png) no-repeat center;
	bottom: -16px;
	height: 16px;
	left: 0;
	position: absolute;
	width: 100%;
}

.img_logo {
	position: absolute;
	bottom: 85px;
	left: 50%;
	margin-left: -84px;
	width: 160px;
}

#content1 li .btn a{
	background: #fefefc;
	background: -moz-linear-gradient(top,  #fefefc 0%, #fcfbf4 20%, #faf8ec 39%, #f5f1dc 63%, #f1eccf 100%);
	background: -webkit-linear-gradient(top,  #fefefc 0%,#fcfbf4 20%,#faf8ec 39%,#f5f1dc 63%,#f1eccf 100%);
	background: linear-gradient(to bottom,  #fefefc 0%,#fcfbf4 20%,#faf8ec 39%,#f5f1dc 63%,#f1eccf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefc', endColorstr='#f1eccf',GradientType=0 );
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 4px 2px #dbd9cc;
	-moz-box-shadow: 0px 1px 4px 2px #dbd9cc;
	box-shadow: 0px 1px 4px 2px #dbd9cc;
	color: #5b500a;
	display: block;
	font-size: 16px;
	margin: 15px auto 0;
	padding: 10px 5px 15px;
	text-decoration: none;
	width: 270px;
}

#content1 li .btn a:after{
	content: "";
	background: url(../images/common/arrow_icon01.gif) no-repeat;
	display: inline-block;
	height: 14px;
	margin-left: 7px;
	vertical-align: middle;
	margin-top: -2px;
	width: 14px;
}

#content1 li .img-border{
	width: 435px;
	height: 280px;
}

#content1 li .btn a:active{
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}

/*////////////// top page search ///////////////*/

.content-area{
	background: url(../../images/search_front/bg.jpg) no-repeat;
	height:300px;
	margin:0 auto;
	position:relative;
	width:980px;
}

.content-area .search-front{
	background-color: rgba(0,0,0,0.3);
	margin:0 auto;
	padding:10px 0 20px;
	position:relative;
	top:70px;
	text-align:center;
	width:100%;
}

.content-area .search-front h2{
	color:#fff;
	font-size:2em;
	font-weight:bold;
	text-align:center;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
}

.content-area .search-front form{
	background-color: rgba(255,255,255,0.9);
	border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;
    margin:0 auto;
    padding:10px 0 20px;
    width:90%;
}

.content-area .search-front p{
    display:inline-flex;
    margin:10px auto 0;
    position:relative;
    text-align:left;
    width:98%;/*PD_1-257Webfont*/
}

.content-area .search-front p:last-child{
    height:30px;
}

.content-area .search-front label{
	color:#444;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    margin-right:15px;
	position: relative;
}

.content-area .search-front select{
	border:solid 1px #999;
	color:#444;
    display:inline-block;
    font-size:1.1em;
    height:45px;
    margin:0 7px 0 0;
    padding-left:5px;
    text-indent:3%;
    width:28%;
    vertical-align:top;
}

.content-area .search-front select option:disabled{
	color:#ccc;
}

.content-area .search-front select:focus{
	outline:none;
}

.content-area .search-front input[type=checkbox] {
	height:20px;
	width:20px;
	margin: 0 5px 3px 0;
	vertical-align:middle;
}



.content-area .search-front .switch {
    display:inline-flex;
    text-align:center;
    width:20%;
}
.content-area .search-front .switch input {
    display: none;
}
.content-area .search-front .switch img {
    display:block;
    margin:0 auto;
}
.content-area .search-front .switch label {
    height:50px;
    font-size:.7em;
    margin:0;
    width:100%;
    line-height:2em;
    white-space:pre;
}

.content-area .search-front .switch label.sw_hos_on {
    background: #009cff;
    border-radius:10px 0 0 10px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2) inset;
    color: #fff;
    cursor:default;
    padding:5px 20px 0;
	text-shadow:0 1px 0 rgba(0,0,0,0.7);
}
.content-area .search-front .switch label.sw_sal_off {
    border-radius:0 10px 10px 0;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2) inset;
    color: #777;
    padding:5px 15px 0 14px;
}

.content-area .search-front .switch label.sw_hos_off {
    border-radius:10px 0 0 10px;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2) inset;
    color: #777;
    padding:5px 20px 0;
}
.content-area .search-front .switch label.sw_sal_on {
    border-radius:0 10px 10px 0;
    background: #f65999;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2) inset;
    color: #fff;
    cursor:default;
    padding:5px 15px 0 14px;
	text-shadow:0 1px 0 rgba(0,0,0,0.7);
}
@-moz-document url-prefix() {

	.content-area .search-front .switch label.sw_hos_on {
		padding:5px 20px 0;
	}
	.content-area .search-front .switch label.sw_sal_off {
		padding:5px 10px 0 14px;
	}
	.content-area .search-front .switch label.sw_hos_off {
		padding:5px 20px 0;
	}
	.content-area .search-front .switch label.sw_sal_on {
		padding:5px 10px 0 14px;
	}
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .content-area .search-front .switch { width:25%; } /* IE11 */
}


.content-area .search-front .text-box {
	background-color: rgba(255,255,255,0.8);
	border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;
    display:inline-block;
    margin-left:10px;
    padding:4px 0 0 5px;
    position:absolute;
    right:0;
    width:78%;
}

.content-area .search-front .text-box.sp{
     display:none;
 }

.content-area .search-front input[type=text] {
    background-color: #fff;
    border: solid 1px #ccc;
	display: inline-block;
    height: 45px;
    font-size:1em;
    padding:0 10px;
    width:30%;
    vertical-align: top;
}

.content-area .search-front button {
	background:none;
	border:0;
	cursor:pointer;
	width:45px;
	padding:0;
	outline: 0;
	vertical-align:middle;
	-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;
}

.content-area .search-front button:hover{
	opacity:0.6;
}



/*////////////// banner slider ///////////////*/

#banner-slider{
	background:#eeeacd;
	margin-bottom:50px;
	width:100%;
}

#banner-slider .slider-box{
	margin:0 auto;
	width:980px;
}

#banner-slider .slick-slider{
	width:980px;
}

#banner-slider .slick-slide{
	margin:0 3px;
}

#banner-slider .slick-slide img{
	margin:0;
}

#banner-slider .slick-dots li button::before{
	font-size:14px;
}

@-moz-document url-prefix() {
	#banner-slider .slick-dots li button::before {
		padding-top:8px;
	}
}



/*////////////// middle block ///////////////*/

.middle-block{
	margin-bottom:30px;
	position:relative;
	width:100%;
}

.middle-block .map-block{
	float:left;
	position:relative;
	width:60%;
}

.middle-block h2{
	color:#78573d;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 5px 0;
	text-shadow:0 1px 1px rgba(255,255,255,1);
}

.middle-block h2 img{
	margin:0 10px 0 0;
	vertical-align:middle;
}


/*////////////// map search ///////////////*/

label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #666;
  cursor: pointer;
  background-color: #ecf0f1;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
label.panel-label:hover {
  color: #000;
  text-shadow:0 2px 1px rgba(255,255,255,1);
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, label.panel-label:hover { text-shadow:none; } /* IE11 */
}

#panels{
  background:#fff;
}
#panels .container {
  border:solid 1px #ddd;
  border-top:none;
  margin: 0 auto;
  width: 100%;
}
#panels section header label.panel-label {
  box-sizing: border-box;
}
#panels section main {
  height:358px;
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

@media all and (-ms-high-contrast:none){
	#panel-1-ctrl:checked ~ #panels #panel-2{
		display:none;
	}
	#panel-2-ctrl:checked ~ #panels #panel-1{
		display:none;
	}
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
          transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
  border-right: 1px solid transparent;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
  background:#009cff;
  color: #fff;
  font-weight:bold;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
  height: 0;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
          transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
  border-right: 1px solid transparent;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
  background:#f65999;
  color: #fff;
  font-weight:bold;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
  height: 0;
}

ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
}
ul#tabs-list li {
  display: flex;
  text-align: center;
  font-size: 1em;
  width: 50%;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
  border-right: 1px solid #dfdfdf;
  position: relative;
}
ul#tabs-list li label.panel-label {
  position: relative;
  padding: 0;
  font-size: 1.4em;
}
ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #f90;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
ul#tabs-list li label.panel-label:hover::after {
  height: 2px;
}

.panel-radios {
  display: none;
}

main p {
  line-height: 1.8;
}

#panels .map{
    padding:10px 0 0 5px;
}
#panels #panel-1 .map{
	background:url(../images/search_map/map-hos-bg.jpg);
    background-repeat: no-repeat;
    background-position: 63px 10px;
}
#panels #panel-2 .map{
	background:url(../images/search_map/map-sal-bg.jpg);
    background-repeat: no-repeat;
    background-position: 63px 10px;
}
#panels .map dl{
    display: table;
    font-size: 0;
    margin: 0 0 6px 0;
}
#panels .map dl dt{
    display: table-cell;
    *display: inline;
    *zoom: 1;
    border-right: solid 5px #f90;
    font-size: 14px;
    line-height: 1.1;
    padding: 0 6px 0 0;
    text-align: right;
    vertical-align: middle;
    width: 60px;
}
#panels .map dl dt.right{
    text-align: right;
}
#panels .map dl dd{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 505px;
    *width: 480px;
    vertical-align: top;
    font-size: 0;
}
#panels .map dl dd p{
    margin: 0 0 5px 0;
    font-size: 0;
}
#panels .map dl dd a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 0 0 4px;
    border: solid 1px #C5C5C5;
    border-radius: 2px;
    padding: 7px;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    background-color: #FFF;
    cursor: pointer;
    vertical-align: top;
    -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;
}
#panels .map dl dd a:hover{
	background:#009cff;
	color:#fff;
}
#panels #panel-2 .map a{
	color:#f65999;
}
#panels #panel-2 .map a:hover{
	background:#f65999;
	color:#fff;
}
#panels .map dl dd > ul{
    font-size: 0;
}
#panels .map dl dd > ul > li{
    display: inline-block;
    position: relative;
    border: 0;
    padding: 0;
    width: auto;
    height: auto;
    margin:1px 0;
}



/*////////////// kuchikomi block ///////////////*/

.middle-block .kuchikomi-block{
	float:right;
	position:relative;
	width:38%;
}

.middle-block .kuchikomi-block li{
	background:#fff;
    border: solid 1px #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom:10px;
	padding: 14px 14px 10px;
	position:relative;
	max-height:130px;
	min-height:124px;
	-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;
}

.middle-block .kuchikomi-block li:last-child{
    margin-bottom:0;
}

.middle-block .kuchikomi-block li.hos:hover{
	box-shadow:0 0 10px 5px rgba(0,156,255,0.1) inset;
	cursor:default;
}

.middle-block .kuchikomi-block li.sal:hover{
	box-shadow:0 0 10px 5px rgba(246,89,153,0.1) inset;
	cursor:default;
}

.middle-block .kuchikomi-block li.hos:before{
	content:url(../images/top_kuchikomi/hos.png);
	position:absolute;
	top:-9px;
	right:3px;
}

.middle-block .kuchikomi-block li.sal:before{
	content:url(../images/top_kuchikomi/sal.png);
	position:absolute;
	top:-9px;
	right:3px;
}

.middle-block .kuchikomi-block li p{
	font-size:.8em;
	line-height:1.6em;
}

.middle-block .kuchikomi-block li:nth-of-type(4){
	display:none;
}

.middle-block .kuchikomi-block li:nth-of-type(5){
	display:none;
}

.middle-block .kuchikomi-block li.hos p a{
	color:#009cff;
	font-size:1.2em;
	font-weight:bold;
	visibility: hidden;
}

.middle-block .kuchikomi-block li.sal p a{
	color:#f65999;
	font-size:1.2em;
	font-weight:bold;
	visibility: hidden;
}

.middle-block .kuchikomi-block li p:nth-of-type(2) span:first-child{
	font-size:1.2em;
}

.middle-block .kuchikomi-block li p:nth-of-type(3){
	font-weight:bold;
	margin-top:5px;
}

.middle-block .kuchikomi-block li p.text-body{
	visibility: hidden;
}

.middle-block .kuchikomi-block li span{
	display:inline-block;
	margin-right:6px;
}


/*////////////// area search block ///////////////*/

.middle-block .hos-area{
	float:left;
	position:relative;
	width:49%;
}

.middle-block .hos-area dt{
	border-top:dashed 1px #ddd;
	font-size:1em;
	margin:5px 0 15px;
	text-align:right;
}

.middle-block .hos-area dt img{
	margin-right:5px;
}

.middle-block .hos-area dd{
	display:inline-block;
	margin-right:10px;
}

.middle-block .sal-area{
	float:right;
	position:relative;
	width:48%;
}

.middle-block .sal-area dt{
	border-top:dashed 1px #ddd;
	font-size:1em;
	margin:5px 0 15px;
	text-align:right;
}

.middle-block .sal-area dt img{
	margin-right:5px;
}

.middle-block .sal-area dd{
	display:inline-block;
	margin-right:10px;
}


/*////////////// doctor trimmer service ///////////////*/

.middle-block .doctor-service{
	float:left;
	position:relative;
	width:49%;
}

.middle-block .doctor-service dt{
	border-bottom:solid 1px #ddd;
	color:#78573d;
	font-size:1.2em;
	font-weight:bold;
	margin:14px 0 5px;
}

.middle-block dl.animal-type{
	min-height:220px;
}

.middle-block dl.animal-type img{
	display:block;
	outline:dotted 1px #eae7d3;
}

.middle-block dl.animal-type dd{
	font-size:.9em;
	margin-top:4px;
	margin-right:4px;
	margin-bottom:5px;
	margin-left:4px;
	text-align:center;
	width:14%;
}

.middle-block dl.animal-type dd:nth-of-type(6n){
	margin-right:0;
}

.middle-block dl.animal-type a{
	text-decoration:none;
}

.middle-block dl.animal-type a:hover{
	text-decoration:underline;
}

.middle-block .doctor-service dd{
	display:inline-block;
	margin-right:10px;
}

.middle-block .trimming-service{
	float:right;
	position:relative;
	width:48%;
}

.middle-block .trimming-service dt{
	border-bottom:solid 1px #ddd;
	color:#78573d;
	font-size:1.2em;
	font-weight:bold;
	margin:14px 0 5px;
}

.middle-block .trimming-service dd{
	display:inline-block;
	margin-right:10px;
}



/*////////////// feature area block ///////////////*/

.middle-block .feature-area-hos{
	float:left;
	position:relative;
	width:49%;
}

.middle-block .feature-area-hos dt{
	border-bottom:solid 1px #ddd;
	color:#78573d;
	font-size:1.2em;
	font-weight:bold;
	margin:14px 0 5px;
}

.middle-block .feature-area-hos dd{
	display:inline-block;
	margin-right:10px;
}

.middle-block .feature-area-sal{
	float:right;
	position:relative;
	width:48%;
}

.middle-block .feature-area-sal dt{
	border-bottom:solid 1px #ddd;
	color:#78573d;
	font-size:1.2em;
	font-weight:bold;
	margin:14px 0 5px;
}

.middle-block .feature-area-sal dd{
	display:inline-block;
	margin-right:10px;
}



/*////////////// theme feature block ///////////////*/

.middle-block .feature-block li{
	background:#fff;
	border:solid 1px #eae7d3;
	border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
	cursor:default;
	display:inline-block;
	margin-right:5px;
	margin-bottom:10px;
	padding:15px 10px 15px 20px;
	width:49.5%;
	vertical-align:top;
}

.middle-block .feature-block li.hos{
	border-left:solid 3px #009cff;
}

.middle-block .feature-block li.sal{
	border-left:solid 3px #f65999;
}

.middle-block .feature-block li:nth-child(2n){
	margin-right:0;
}

.middle-block .feature-block img{
	vertical-align:top;
}

.middle-block .feature-block ul li a img{
	border-radius:50px;
	width:21%;
}

.middle-block .feature-block dl{
	display:inline-block;
	margin-left:5px;
	width:75%;
}

.middle-block .feature-block dd{
	font-size:.9em;
}



/*////////////// case column banner ///////////////*/
.banner3{
	margin-bottom:10px;
}

.banner3 a{
	display:inline-block;
	width:33%;
}

/*////////////// news ///////////////*/

#news{
	background-color: #fff;
	border: 1px solid #eae7d3;
	margin-bottom: 20px;
	padding: 9px 12px;
}

#news h3{
	color: #402610;
	background-color: #eeeacd;
	border-left: 5px solid #dbd5aa;
	margin-bottom: 15px;
	padding: 13px 15px 11px;
	font-size: 15px;
	font-weight: bold;
}

.list-news{
	padding: 0 20px;
}

.list-news dd{
	background: url(../images/common/dotted.jpg) repeat-x left bottom;
	color: #555;
	margin-bottom: 10px;
	padding: 0 0 7px 115px;
}

.list-news dd.campaign:before{
	background:#f90;
    border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;
    color:#fff;
	content:"キャンペーン";
	display:inline-block;
	font-size:.7em;
	font-weight:bold;
	letter-spacing:0.05em;
	margin-right:8px;
	padding:2px 5px;
	text-align:center;
	width:65px;
}

.list-news dd.update:before{
	background:#90c221;
    border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;
    color:#fff;
	content:"お知らせ";
	display:inline-block;
	font-size:.7em;
	font-weight:bold;
	letter-spacing:0.05em;
	margin-right:8px;
	padding:2px 5px;
	text-align:center;
	width:65px;
}

.list-news dd.feature:before{
	background:#009cff;
    border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;
    color:#fff;
	content:"特　集";
	display:inline-block;
	font-size:.7em;
	font-weight:bold;
	letter-spacing:0.05em;
	margin-right:8px;
	padding:2px 5px;
	text-align:center;
	width:65px;
}

.list-news dd:last-child{
	background:none;
	text-align:right;
}

.list-news dd:last-child img{
	margin-right:5px;
}

.list-news dt{
	color: #ff9900;
	float: left;
	width: 115px;
}


#img1{
	background: url(../images/home/img1.jpg) no-repeat;
	width: 100%;
}

#service-call{
	background-color: #fff;
	padding: 15px;
}

#service-call h2{
	color: #ff9900;
	font-weight: bold;
}

.btn-service{
	text-align: right;
	margin-top: 25px;
}


/*///// bottom-banner-area ////////////////////*/

.bottom-banner-area{
	margin-top:20px;
	width:100%;
}

.bottom-banner-area ul{
	background:#fffdec;
	margin:0 auto 15px;
	padding:12px 12px 8px;
	width:980px;
}

.bottom-banner-area ul li{
	display:inline-block;
	margin:4px 4px 4px 0;
	width:311px;
}

.bottom-banner-area ul li:nth-child(4n){
	margin-right:0;
}


/*///// epark-banner ////////////////////*/

.epark-banner{
	background:#f7f2d0;
	margin-top:30px;
	padding:20px 0 0;
	width:100%;
}

.epark-banner h3{
	color: #78573d;
	background:#fffdec;
    border-left: 5px solid #dbd5aa;
    margin-bottom: 15px;
    padding: 13px 15px 11px;
    font-size: 1.2em;
    font-weight: bold;
}

.epark-banner ul{
	margin:0 auto;
	width:980px;
}

.epark-banner ul li{
	background:#fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	display:inline-block;
	margin-right:8px;
	margin-bottom:20px;
	width:235px;
}

.epark-banner ul li:nth-child(4n+1){
	margin-right:0;
}

.epark-banner ul li a{
	color:#666;
	font-size:.9em;
	font-weight:normal;
	text-decoration:none;
}

.epark-banner ul li a:hover{
	opacity:0.9;
}

.epark-banner ul li p{
	letter-spacing:0.03em;
	padding:2px 0 10px 10px;
}

.epark-banner ul li p span{
	color:#78573d;
	display:block;
	font-size:1.2em;
	font-weight:bold;
}


@media screen and (max-width: 768px) {

	#header{
		border-bottom:0;
	}

	#header .inner{
		position:static;
	}
	
	.sns{
		top:10px;
		right:10px;
	}
	
	#header .survey-btn{
		display:none!important;
	}

	#global-navi{
	background: #aed35c;
	width:100%;z-index:99;
	}

	#wrapper #contents{
		margin-top:0;
	}
	
	#content1{
		height:235px;
	}
	
	.content-area{
		background-size:contain;
		height:235px;
		width:100%;
	}
	
	.content-area .search-front{
		top:16px;
	}
	
	.content-area .search-front form{
		width:95%;
	}
	
	.content-area .search-front .text-box{
		width:74%;
	}
	
	.content-area .search-front input[type=text]{
		width:29%;
	}

	.search-front input.flatpickr-input {
	    background-color: #fff;
	    border: solid 1px #ccc;
		display: inline-block;
	    height: 45px;
	    font-size:.9em;
	    padding:0 10px;
	    width:28%;
	    vertical-align: top;
	}

	#banner-slider .slider-box{
		margin:0 auto;
		width:768px;
	}

	#banner-slider .slick-slider{
		width:768px;
	}
	
	#banner-slider .slick-slide{
		text-align:center;
	}

	#banner-slider .slick-next{
		right:20px;
		width:0;
		z-index:-10;
	}
	
	label.panel-label:hover {
		text-shadow:none;
	}

	.middle-block h2{
		font-size:1.3em;
	}

	.middle-block .map-block{
		width:48%;
	}
	
	#panels section main {
		height:635px;
	}
	#panels #panel-1 .map{
		background-position: 0 0;
		background-size:cover;
	}
	#panels #panel-2 .map{
		background-position: 0 0;
		background-size:cover;
	}
	
	#panels .map dl dt{
    	border-right:none;
    	border-left: solid 5px #f90;
	    display:block;
    	margin-bottom:10px;
	    padding-left:6px;
	    text-align:left;
	    width:30%;
	}
	#panels .map dl{
    	width:100%;
	}
	#panels .map dl dd > ul > li{
    	margin: 0 0 5px 0;
	}
	
	#panels .map dl dd{
	    width:98%;
	}

	.middle-block .kuchikomi-block{
		width:50%;
	}

	.middle-block .kuchikomi-block li:nth-of-type(4){
		display:block;
	}

	.middle-block .kuchikomi-block li:nth-of-type(5){
		display:block;
	}

	.middle-block .kuchikomi-block li.hos:before{
		display:none;
	}

	.middle-block .kuchikomi-block li.sal:before{
		display:none;
	}

	.middle-block dl.animal-type{
		min-height:auto;
	}
	
	.middle-block dl.animal-type dd{
		font-size:.8em;
		margin-left:2px;
		width:16%;
	}

	.middle-block dl.animal-type dd:nth-of-type(5n){
		margin-right:0;
	}

	.middle-block dl.animal-type dd:nth-of-type(6n){
		margin-right:6px;
	}
	
	.middle-block .feature-block li{
		width:48.5%;
	}
	
	.middle-block .feature-block dl{
		width:65%;
	}

	.middle-block .feature-block li.hos{
		border-left:solid 2px #009cff;
	}

	.middle-block .feature-block li.sal{
		border-left:solid 2px #f65999;
	}

	.list-news dd.campaign:before{
		padding:3px 5px 0;
	}

	.list-news dd.update:before{
		padding:3px 5px 0;
	}

	.list-news dd.feature:before{
		padding:3px 5px 0;
	}

	
	.banner3 a{
		width:32.5%;
	}

	.epark-banner ul{
		width:96%;
	}

}

@media screen and (max-width: 468px) {
	
	.sns{
		top:30px;
		right:10px;
	}

	#search{
		display:none;
	}
	
	.twocol div{
		width:100%;
		float:none;
	}

	#search .search-c1{
		padding: 0;
		margin-bottom: 10px;
	}
	#search form {
		display:block;
		height:88px;
	}

	#search form p{
		display: inline-block;
	}
	
	#search .search-c2 p:not(.btn-search){
		padding-right: 5%;
		width: -moz-calc(54% - 68px);
		width: -webkit-calc(54% - 68px);
		width: calc(54% - 68px);
	}

	#search .search-c2 p:nth-child(2){
		margin-right: 0;
		padding-right : 0;
	}

	#search .btn-search{
		margin-left: -moz-calc(23% - 68px);
		margin-left: -webkit-calc(23% - 68px);
		margin-left: calc(23% - 68px);
	}
	
	#global-navi{
		background:#aed35c;
	}

	.txt_home img{
		width: auto;
	}

	.img_logo{display: none;}

	#content1{
		height:210px;
	}

	#content1 h2{
		font-size:1.3em;
		text-shadow: 0 0px 6px rgba(0,0,0,0.5);
	}
	
	.content-area{
		background-position:64%;
		background-size:cover;
		height:210px;
	}
	
	.content-area .search-front{
		background:none;
		padding:26px 0 20px;
		top:0;
	}
	
	.content-area .search-front form{
		background-color:rgba(255,255,255,0.6);
		height:115px;
		padding:0 0 15px;
	}

	.content-area .search-front input[type=checkbox] {
		height:15px;
		width:15px;
	}

	.content-area .search-front label{
    	font-size: 1em;
	}
	
	.content-area .search-front .switch{
    	display:block;
    	width:100%;
	}
	
	.content-area .search-front .switch label{
		height:34px;
		font-size:1.1em;
		line-height:2.3em;
    	width:46%;/*PD_1-257Webfont*/
	}

	.content-area .search-front .switch label.sw_hos_on {
	    border-radius:16px;
		box-shadow:0 1px 1px rgba(0,0,0,0.5) inset;
		padding:0;
		top:2px;
	}
	.content-area .search-front .switch label.sw_sal_off {
	    border-radius:16px;
		box-shadow:0 1px 1px rgba(0,0,0,0.5);
		padding:0;
	}

	.content-area .search-front .switch label.sw_hos_off {
	    border-radius:16px;
		box-shadow:0 1px 1px rgba(0,0,0,0.5);
		padding:0;
	}
	.content-area .search-front .switch label.sw_sal_on {
	    border-radius:16px;
		box-shadow:0 1px 1px rgba(0,0,0,0.5) inset;
		padding:0;
		top:2px;
	}
	
	.content-area .search-front .switch img {
    	display:inline;
    	margin-right:5px;
    	width:14%;
    	vertical-align:middle;
	}

	.content-area .search-front .switch label.sw_hos_on img {
    	width:12%;
	}

	.content-area .search-front .switch label.sw_hos_off img {
    	width:12%;
	}
	
	.content-area .search-front .text-box{
		margin-top:40px;
		width:100%;
	}
	
	.content-area .search-front .text-box.sp{
 		display:inline-block;
 	}
 	
	.content-area .search-front input[type=text] {
    	font-size:.85em;
    	padding:0 6px;
    	width:49%;/*PD_1-257Webfont*/
	}
	
	.content-area .search-front select{
		font-size:1em;
		margin:0;
		width:28%;/*PD_1-257Webfont*/
	}
	
	#banner-slider{
		background:#fff;
	}

	#banner-slider .slider-box{
		margin:0 auto;
		width:100%;
	}

	#banner-slider .slick-slider{
		width:100%;
	}

	#banner-slider .slick-track{
		text-align:center;
	}

	.middle-block .map-block{
		float:none;
		width:100%;
	}
	
	label.panel-label:hover {
		text-shadow:none;
	}
	
	#panels section main {
		height:auto;
	}

	#panels .map{
	    padding:10px 0 0;
	}
	
	#panels .map dl dt{
	    margin-left:5px;
	}
	
	#panels .map dl dd{
	    width: 100%;
	}
	
	#panels .map dl dd > ul{
 	   display:inline;
	}
	
	#panels .map dl dd > ul > li{
    margin:0 0 6px 0;
	}

	#panels #panel-1 .map{
	    background:none;
	}

	#panels #panel-2 .map{
	    background:none;
	}

	.middle-block .kuchikomi-block{
		float:none;
		margin:30px 0 0 0;
		width:100%;
	}
	
	.middle-block .kuchikomi-block li{
		max-height:170px;
	}

	.middle-block .kuchikomi-block li:nth-of-type(3){
		display:none;
	}

	.middle-block .kuchikomi-block li:nth-of-type(4){
		display:none;
	}

	.middle-block .kuchikomi-block li:nth-of-type(5){
		display:none;
	}

	.middle-block .kuchikomi-block li p{
		font-size:.9em;
	}

	.middle-block .doctor-service{
		float:none;
		width:100%;
	}
	
	.middle-block dl.animal-type dd{
		font-size:.7em;
		margin-left:4%;
		margin-right:2%;
		width:17%;
	}

	.middle-block dl.animal-type dd:nth-of-type(5n){
		margin-right:2%;
	}

	.middle-block dl.animal-type dd:nth-of-type(6n){
		margin-right:2%;
	}

	.middle-block .trimming-service{
		float:none;
		margin:30px 0 0 0;
		width:100%;
	}
	
	.middle-block .feature-block dl{
		width:67%;
	}

	.middle-block .feature-block li{
		height:80px;
		overflow:hidden;
		padding:10px 5px 10px 10px;
		width:100%;
	}

	.middle-block .feature-block ul li a img{
		width:16%;
	}
	
	.middle-block .feature-block dl{
		width:80%;
	}

	.middle-block .feature-area-hos{
		float:none;
		width:100%;
	}

	.middle-block .feature-area-sal{
		float:none;
		margin:30px 0 0 0;
		width:100%;
	}
	
	.middle-block .hos-area{
		float:none;
		width:100%;
	}

	.middle-block .sal-area{
		float:none;
		margin:30px 0 0 0;
		width:100%;
	}

	.img-border img{
		border: none;
	}

	.m-content{
		position: absolute;
		right: 2%;
		top: 50%;
		-webkit-transform : translateY(-50%);
		-moz-transform : translateY(-50%);
		-ms-transform : translateY(-50%);
		transform : translateY(-50%);
		width: 62%;
	}
	
	#content1 li{
		width: 100%;
	}
	
	#content1 li .btn a{
		font-size: 14px;
		margin: 0;
	}

	#content1 li .btn a{
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 0;
		width: auto;
	}

	.banner3 a{
		width:100%;
	}

	#news{
		border: none;
		padding: 0;
	}

	#news h3{
		margin: 0 -10px 15px;
	}

	.list-news{
		padding: 0;
	}
	
	.list-news dt, 
	.list-news dd{
		float: none;
		padding: 0;
		width: 100%;
	}

	.list-news dd{
		padding-bottom: 10px;
	}

	#service-call{
		background-color: #f9f9f9;
	}
	
	
	//*//// bottom-banner-area ///////////////////////*/
	
	.bottom-banner-area{
		padding:10px 2%;
		width:100%;
	}

	.bottom-banner-area ul{
		width:auto;
	}

	.bottom-banner-area ul li{
		display:inline-flex;
		line-height:1.3em;
		margin-right:0;
		margin-bottom:4px;
	    width: 47%;/*PD_1-269webfont*/
		margin-left: 1.5%;/*PD_1-269webfont*/
	}
	
	
	//*//// epark-banner ///////////////////////*/
	
	.epark-banner{
		padding:10px 2%;
		width:100%;
	}

	.epark-banner ul{
		width:auto;
	}

	.epark-banner ul li{
		display:inline-flex;
		min-height:150px;
		line-height:1.3em;
		margin-right:0;
		margin-bottom:10px;
		width:49%;
	}

	.epark-banner ul li p{
		padding:2px 6px 10px 10px;
	}

	/*------------- footer ---------------*/
	.pageTop{
		right : 10px;
		top : -60px;
	}

	#footer1 .box-link{
		background-color: transparent;
		margin-bottom: 20px;
	}

	#footer1 .box-link li{
		display: inline-block;
	}

	#footer1 .box-link li:nth-child(1),
	#footer1 .box-link li:nth-child(2){
		width: 39%;
		margin: 0 12.5px;
		text-align : left;
	}

	#footer1 .box-link li:nth-child(1){
		text-align : right;
	}

	.link-com{
		border: 1px solid #c9c9c9;
		border-width: 1px 0;
		margin: 0;
		padding: 15px 0;
		text-align: center;
	}

	.link-com a{
		color: #1f1e1e;
		border-left: 1px solid #1f1e1e;
		font-size: 14px;
		padding-left: 10px;
		margin-left: 10px;
	}
	.link-com a:first-child{
		border-left: none;
		padding-left: 0;
	}

	#main-footer{
		background-color: transparent;
		margin-top: 0;
	}
}


@media screen and (max-width: 340px) {
	#footer1 .box-link li:nth-child(1),
	#footer1 .box-link li:nth-child(2){
		width : auto;
		text-align: center;
	}
	
	.hide320_{
		display:none!important;
	}
}