@charset "utf-8";
/*********************************************
**    Copyright (C) 2016 tobe zoo
**                  All Rights Reserved.
**********************************************/


/* LINK
----------------------------------------------*/
a {
	text-decoration: none;
	color: #cc6518;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

/* Common Class
----------------------------------------------*/
li {
	float: left;
}
#ContentsArea section {
	margin-bottom: 150px;
}


/* Navigation
--------------------------------------------------------*/
#Navigation {
	width: 159px;
}
#Navigation ul {
	margin-bottom: 35px;
}
#Navigation li {
	margin-bottom: 20px;
	float: none;
	text-align: center;
}
#Navigation .facebook {
	text-align: center;
	margin-top: 20px;
}
#Navigation .openclose{
	display: block;
	padding-top:5px;
	font-size:1.0em
}
.logo {
	width: 81px;
	height: 297px;
	background: url(../images/logo.png) no-repeat;
	margin: 25px auto 35px;
}
.logo a {
	width: 81px;
	height: 297px;
	display: block;
	text-indent: -10000px;
}
#ContentsArea {
	margin-left: 159px;
	/*width: 100%;*/
}
h3 img {
	margin-right: 30px;
	vertical-align: middle;
}




/* header
--------------------------------------------------------*/
#header dt,#header dd {
	float: right;
}
#header dt {
	width: 238px;
}
#header dt .openclose{
	display:block;
	font-size:1.0em;
    display: block;
    font-size: 1.0em;
    text-align: left;
    padding: 0.5em;
    width: fit-content;
    margin-left: auto;
	padding:0.5em
}
#header dt .header-sns{
	display:flex;
	width:170px;
	margin:0 auto;
	justify-content: space-between;

}
#header dt .header-sns img{
	height:42px
}

#header,
#header dd {
	text-align: center;
}
#header dd {
	width: 80%;
	margin-top: 20px;
}
#header {
	margin-bottom: 50px;
}

/* pricetable
--------------------------------------------------------*/
.pricetable {
	margin-bottom: 50px;
}
.pricetable .leftArea, .pricetable .rightArea {
	width: 47%;
}
.pricetable .leftArea {
	float: left;
}
.pricetable .leftArea table {
	margin-bottom: 2em;
}
.pricetable .rightArea {
	float: right;
}
.pricetable td {
	border-bottom: 1px dotted #fff;
	padding: 10px 0;
}
.pricetable .pr {
	text-align: center;
}
.pricetable .pr_cat {
	text-align: right;
}
.pricetable strong {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding: 2px 0 2px 55px;
	margin-bottom: 10px;
	height: 29px;
}
.pricetable strong.dog {
	background: #fff url("../images/icon_dog.png") no-repeat;
}
.pricetable strong.cat {
	background: #fff url("../images/icon_cat.png") no-repeat;
}


/* attention
--------------------------------------------------------*/
.attention {
	background: #333;
	padding: 20px;
	margin: 50px auto 0;
}
.attention h4 {
	padding: 0 5px 8px;
	border-bottom: 1px solid #fff;
	margin: 0 auto 20px;
	text-align: center;
	width: 200px;
}

/* footer
------------------------------------------------------------*/
#footer {
	background: #000;
	padding: 30px;
}
#footer h5,#footer  ul {
	float: right;
}
#footer ul {
	margin-right: 50px;
}
#footer ul li {
	float: left;
	margin-left: 30px;
}

/* tothetopfixed
------------------------------------------------------------*/
div.tothetopfixed {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 1500;
}	

div.tothetopfixed a {
	display: block;
	margin: 0;
	background-color: transparent;
}

div.tothetopfixed a:hover {
	background: transparent;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

