/*Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html,body{
	background:#fff;
	font-size: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif !important;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
body a:link{
	text-decoration: none;
	color: #330000;
}
body a:hover{
	color: #D7BE98;
}
ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,label,p{
	margin:0;
}
@font-face {
	font-family: 'Dog1';
	src:url(../fonts/dog1.ttf) format('truetype');
}
@font-face {
	font-family: 'Cat1';
	src:url(../fonts/cat1.ttf) format('truetype');
}
/*--header--*/
.header {
	background:url(../images/P7220533.jpg) no-repeat;
	width:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	min-height:750px;
}
.header-top{
	min-height:250px;
	background:url(../images/1.jpg) center;
}
.logo {
	text-align: center;
	margin: 2em 0;
}
.logo p{
	font-size:2.5em;
	color:#fff;
	text-align: center;
}
.logo p a:link{
	text-decoration: none;
	color: #fff;
}
.logo p a:hover{
	text-decoration: none;
	color: #330000;
}
.logo h1{
	display:block;
}
.logo h1 a{
	text-decoration:none;
	color:#fff;
	width:100%;
	font-size:4.5vw;/*ビューポートの幅に対する割合*/
	line-height:2em;
	padding: 0;
	margin: 0;
}
.logo img{
	width:100%;
	max-width: 200px;
}
.logo address{
	display: none;
}
.top-nav {
	text-align: center;
	margin-top: 5em;
}
.top-nav ul li{
	display: inline-block;
}
.top-nav ul li a{
	color: #fff;
	font-size:1.2em;
	text-decoration: none;
	display: block;
	padding: 0 0em 0.3em;
	text-align: center;
	margin: 0 1em;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.top-nav ul li a:hover{
	border-bottom: 2px solid #FFF;
}
.top-nav span.menu {
	display: none;
}
.err404 {
	background:rgba(104, 89, 65, 0.65);
	padding: 3em;
	margin-bottom: 2em;
}
.err404 p{
	font-size:2.5em;
	color:#fff;
	text-align: left;
	line-height: 2em;
}

/*--content-top--*/
.top-grid i{
	font-size: 2.6em;
	color: #fff;
	border-radius: 100px;
	width: 95px;
	height: 95px;
	text-align: center;
	line-height: 2.2em;
	border: 3px solid #fff;
}
.top-grid i.strong{
	color: #FCD658;
	border: 3px solid #FCD658;
}
.top-grid {
	text-align: center;
	border:none;
	padding:2em 2em;
	background-color: #C9A974;
	border-radius:0 0 2em 2em;
}
.top-grid a:link{
	text-decoration: none;
	color: #fff;
}
.top-grid a:hover{
	color: #D7BE98;
}
.content-top1{
	position:relative;
	z-index: 999;
	top: -2em;
}
.top-grid h3{
	font-size:1.3em;
	color:#fff;
	margin:1em 0 0.5em;
}
.top-grid h3.strong{
	color: #FCD658;
}
.top-grid p{
	color: #fff;
	line-height: 1.9em;
	font-size: 1em;
	text-align: left;
}
.top-grid li{
	color: #fff;
	line-height: 1.9em;
	font-size: 1em;
	text-align: left;
}
.top-grid .notice{
	color: #330000;
	line-height: 1.9em;
	font-size: 1em;
	text-align: left;
}
.top-grid  .notice a:link{
	text-decoration: underline;
	color: #330000;
}
.top-grid  .notice a:hover{
	color: #330000;
}

/*--content-middle--*/
.content-middle{
	text-align: center;
}
.content-mid h3{
	font-size: 2em;
	color: #330000;
	line-height: 1.5em;
	text-align: center;
	width:80%;
	margin: 0 auto;
}
.content-mid p{
	font-size: 1.0em;
	color: #87714E;
	line-height: 1.8em;
	width: 70%;
	margin: 0 auto;
	text-align:left;
}
.content-mid label{
	background: #C9A974;
	min-height: 4px;
	width: 50%;
	display: block;
	margin: 0 auto 1.5em auto;
	border-radius: 40px;
}
.content-mid3 h5{
	font-size: 1.4em;
	color: #C9A974;
	line-height: 1.3em;
	margin: 0.5em 0;
}
.content-mid3 p{
	font-size: 1.1em;
	color: #330000;
	line-height: 1.8em;
	text-align: left;
}
.content-mid3 p.highlight{
	color: #C73C2E;
	font-weight: bold;
}
.content-mid3 table{
	width: 100%;
	border-collapse: collapse;
	font-size: 1.1em;
	color: #330000;
}
.content-mid3 td, th {
	padding: 0px 10px;
	margin: 0px;
	border-bottom: dotted #CC9966 1px;
}
.content-mid3 th {
	white-space: nowrap;
	text-align: left;
	font-weight: 400;
}
.content-mid3 td {
	text-align: left;
}
.content-mid2 {
	padding: 2em 0;
}

/*--services-top--*/
.services-top h2{
	font-size: 3em;
	color: #330000;
	margin: 0em 0 0em;
	text-align: center;
	line-height: 1.3em;
}
.services-top h2 i.dog{
	font-size: 3em;
	font-family: 'Dog1';
	font-style: normal;
}
.services-top h2 i.cat{
	font-size: 3em;
	font-family: 'Cat1';
	font-style: normal;
}
.services-top label {
	background: #C9A974;
	min-height: 4px;
	width: 50%;
	display: block;
	margin: 0 auto 1.5em auto;
	border-radius: 40px;
}
.services-top{
	text-align:center;
}
.services-top p{
	font-size: 1.0em;
	color: #87714E;
	line-height: 1.8em;
	width: 70%;
	margin: 0 auto;
	text-align:left;
}
.services-top ul{
	font-size: 1.0em;
	color: #87714E;
	line-height: 1.8em;
	width: 65%;
	margin: 0 auto 2em;
	text-align:left;
	list-style-position: outside;
}
#notice .services-top h3{
	font-size: 2em;
	color: #330000;
	margin: 0em 0 0em;
	text-align: center;
	line-height: 1.3em;
}
#notice .services-top strong{
	color: #330000;
}
.ser-grid {
	float: left;
}
.ser-grid i {
	color: #fff;
	background-color: #C9A974;
	padding: 0.7em;
	font-size: 2em;
	border-radius:50%;
	width: 2.4em;
	text-align: center;
	}
.ser-top {
	float: right;
	width: 80%;
}
.ser-top h5{
	font-size: 1.5em;
	color: #C9A974;
	margin: 0.5em 0;
}
.ser-top p{
	font-size: 1.1em;
	color: #330000;
	line-height: 1.8em;
	margin-top: 0.5em;
}
.ser-top p.date{
	text-align: right;
}
.ser-top table{
	width: 100%;
	border-collapse: collapse;
	font-size: 1.1em;
	color: #330000;
}
.ser-top td, th {
	padding: 0px 10px;
	margin: 0px;
	border-bottom: dotted #CC9966 1px;
}
.ser-top th {
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
}
.ser-top td {
	text-align: right;
}
.ser-top .licence td{
	text-align: left;
}
.ser-top .vets th{
	font-weight: bold;
}
.ser-top .vets td{
	text-align: left;
}
.us-choose{
	padding: 3em 0 0;
}
.content-bottom {
	padding: 0 0 5em;
}

/*--features--*/
.features {
	padding: 5em 0;
}
.features-top h3{
	font-size: 3em;
	color: #330000;
	margin: 0em 0 0em;
	text-align: center;
	line-height: 1.3em;
}
.features-top h3 i.cat{
	font-size: 3em;
	font-family: 'Cat1';
	font-style: normal;
}
.features-top label {
	background: #C9A974;
	min-height: 4px;
	width: 50%;
	display: block;
	margin: 0 auto 1.5em auto;
	border-radius: 40px;
}
.features-top{
	text-align:center;
}
.features-top p{
	font-size: 1.1em;
	color: #330000;
	line-height: 1.8em;
	width: 70%;
	margin: 0 auto;
}
.f-left{
	width:48%;
	float:left;
}
.f-right{
	width:48%;
	float:right;
}
.f-left img{
	width:100%;
}
.features-bottom{
	margin-top:4%;
}
.f-right ul li {
	list-style:none;
}
.f-right ul li a {
	font-size: 1.1em;
	color: #330000;
	line-height: 2em;
	text-decoration: none;
}
.f-right ul li a:hover {
	color: #C9A974;
}
.f-right ul li a i {
	font-size: 10px;
	margin-right: 8px;
}

/*--team--*/
.team-top h3 {
	font-size: 3em;
	color: #000000;
	margin: 0em 0 0em;
	text-align: center;
	line-height: 1.3em;
}
.team-top p {
	font-size: 1.1em;
	color: #330000;
	line-height: 1.8em;
	width: 50%;
	margin: 0 auto;
	text-align:left;
}
.team{
	padding: 0em 0 5em;
}
.team-top label {
	background: #C9A974;
	min-height: 4px;
	width: 50%;
	display: block;
	margin: 0 auto 1.5em auto;
	border-radius: 40px;
}

/*--contact--*/
.contact-top h3{
	font-size: 3em;
	color: #330000;
	margin: 0em 0 0em;
	text-align: center;
	line-height: 1.3em;
}
.contact-top h3 i.cat{
	font-size: 3em;
	font-family: 'Cat1';
	font-style: normal;
}
.contact-top label {
	background: #C9A974;
	min-height: 4px;
	width: 50%;
	display: block;
	margin: 0 auto 1.5em auto;
	border-radius: 40px;
}
.contact-top{
	text-align:center;
	padding-bottom: 4em;
}
.contact-top p{
	font-size: 1.0em;
	color: #87714E;
	line-height: 1.8em;
	width: 70%;
	margin: 0 auto;
}
.contact-top img{
	margin: 0 auto;
}
.map iframe{
	width:100%;
	border:none;
	min-height: 400px;
}
.map {
	margin-top: 5em;
}
.contact-para p {
	font-size: 1.1em;
	color: #330000;
	line-height: 1.8em;
}
.address-more h4{
	color:#C9A974;
	font-size: 1.5em;
	margin: 1em 0 0.3em;
}

/*--footer--*/
.footer{
	padding: 5em 0;
	background-color: #C9A974;
}
.footer a:link{
	color: #fff;
	text-declation: none;
}

.footer a:hover{
	color: #E5D5BC;
	text-declation: none;
}

.footer-menu ul li{
	display:inline-block;
}
.footer-menu ul li a {
	color: #fff;
	font-size: 1.1em;
	margin: 0 0.5em;
	text-decoration: none;
}
ul.social li {
	display: inline-block;
}
ul.social li a i {
	background: url(../images/img-sprite.png) -1px -3px;
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 0.5em;
}
ul.social li a i.twitter{
	background-position: -36px -4px;
}
ul.social li a i.linked {
	background-position: -81px -3px;
}
ul.social li a i.dribble {
	background-position: -120px -7px;
}
ul.social li a i:hover{
	transform: rotatey(-360deg);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer-top2 p {
	color: #fff;
	line-height: 1.9em;
	font-size: 1em;
	text-align: center;
}
.footer-top2 p a{
	color: #fff;
	text-decoration: none;
}
.footer-top2 p a:hover{
	color: #E5D5BC;
}
.footer-top2 {
	padding: 3em 0 0;
	border-top: 1px solid #DCC092;
	margin: 3em 0 0;
}
.footer-top1 {
	text-align: center;
}

.footer-top1 img{
	width: 100%;
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
}
.footer-bottom p{
	width: 100%;
	color: #fff;
	font-size:2.5vw;
	text-align: right;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 25px;
	right: 10px;
	overflow: hidden;
	width: 52px;
	height: 52px;
	border: none;
	text-indent: 100%;
	background: url('../images/up_b.png') no-repeat 0px 0px;
}

/*--responsive--*/
@media(max-width:1366px){
.logo h1 a{
	font-size:5.0vw;/*ビューポートの幅に対する割合*/
}
@media(max-width:1280px){
}
@media(max-width:1024px){
	.header {
		min-height: 555px;
	}
	.content-mid2 {
		padding: 4em 0;
	}
	.content-bottom {
		padding: 0 0 4em;
	}
	.features {
		padding: 4em 0;
	}
	.team {
		padding: 0em 0 3em;
	}
	.map {
		margin-top: 4em;
	}
}
@media(max-width:768px){
	.header {
		min-height: 490px;
	}
	.logo img{
		width:100%;
		max-width: 100px;
	}
	.top-grid {
		margin-bottom:1em;
		border-radius:0 2em 0 2em;
	}
	.grid-top {
		width: 65%;
		margin: 0 auto 2em;
	}
	.content-mid3 {
		padding: 0 10px;
	}
	.content-mid3 h5 {
		font-size: 1.2em;
	}
	.content-mid p, .services-top p, .features-top p, .contact-top p {
		width: 85%;
	}
	.us-choose {
		padding: 0em 0 0;
	}
	.why-choose {
		padding-top: 2em;
	}
	.features-bottom {
		margin-top: 0%;
	}
	.festure-left {
		padding-top: 2em;
	}
	.contact-para {
		padding-top: 1em;
	}
	.footer{
		padding: 3em 0;
	}
	.map {
		margin-top: 3em;
	}
	.map iframe {
		min-height: 300px;
	}
	.contact-top {
		padding-bottom: 2em;
	}
	.content-mid2 {
		padding: 3em 0;
	}
	.content-bottom {
		padding: 0 0 3em;
	}
	.features {
		padding: 3em 0;
	}
	.footer-bottom p{
		text-align: left;
	}
}
@media(max-width:640px){
	.container {
		margin: 0;
		padding: 0;
	}
	span.menu{
		display:inline-block;
		text-align: center;
		cursor: pointer;
		z-index: 9999;
		position: fixed;
		top: 20px;
		right: 20px;
	}
	.err404 p{
		font-size:1.5em;
		color:#fff;
		text-align: left;
		line-height: 1em;
	}
	.top-nav ul{
		display: none;
		position:fixed;
		top: 25px;
		right: 20px;
		width: 80%;
		z-index: 9999;
		margin:1.1em 0em;
		background:rgba(104, 89, 65, 0.65);
		border:0;
	}
	.top-nav span.menu{
		display: inline-block;
	}
	.top-nav ul li{
		display: block;
		float:none;
		text-align: center;
	}
	.top-nav ul li a{
		color:#fff;
		display:block;
		margin:0;
		padding:0.4em;
	}
	.top-nav ul li a:hover {
		border-bottom: 2px solid #330000;
	}
	.top-grid i {
		font-size: 2em;
		width: 70px;
		height: 70px;
		line-height: 2em;
	}
	.content-mid h3 {
		font-size: 1.5em;
	}
	.top-grid h3 {
		font-size: 1.1em;
	}
	.content-mid3 img{
		margin: 0 auto;
	}
	.content-mid3 {
		text-align: center;
		margin-bottom: 1em;
	}
	.content-mid3 p {
		font-size: 1em;
	}
	.content-mid2 {
		padding: 3em 0 2em;
	}
	.content-mid p, .services-top p, .features-top p, .contact-top p{
		font-size:1em;
	}
	.ser-top p {
		font-size: 1em;
	}
	.contact-para p ,.content-mid p{
		font-size: 1em;
	}
	.header {
		min-height: 410px;
	}
	.services-top h2 ,.gallery-top h3,.features-top h3,.team-top h3,.contact-top h3{
		font-size: 2.5em;
	}
	.contact-top label,.team-top label,.features-top label,.services-top label{
		width: 70%;
		margin: 1em auto;
	}
	.footer-bottom p {
		padding-left: 1em;
	}
	.footer-menu {
		text-align: center;
	}
	.footer-top1 {
		text-align: center;
		margin-top: 1em;
	}
	.footer-top1 img{
		max-width: 100px;
	}
}
@media(max-width:480px){
	.logo {
		margin: 1.5em 0;
	}
	.header {
		min-height: 320px;
	}
	.content-top1 {
		top: -2em;
	}
	.top-grid {
		padding: 1em 1em;
	}
	.services-top h2 ,.gallery-top h3,.features-top h3,.team-top h3,.contact-top h3{
		font-size: 2.2em;
	}
	.content-mid p, .services-top p, .features-top p, .contact-top p {
		width: 95%;
	}
	.ser-grid i {
		padding: 0.5em;
		width: 2em;
	}
	.footer-menu ul li a {
		font-size: 1em;
	}
	.footer-top2 {
		padding: 2em 0 0;
		margin: 2em 0 0;
	}
	.footer {
		padding: 2em 0;
	}
	.map {
		margin-top: 2em;
	}
	.map iframe {
		min-height: 190px;
	}
	.team {
		padding: 0em 0 2em;
	}
	.content-mid2 {
		padding: 2em 0 1em;
	}
	.content-bottom {
		padding: 0 0 2em;
	}
	.features {
		padding: 2em 0;
	}
	table{
		border: solid #D7BE98 1px;
		border-collapse: collapse;
		margin-top: 1em;
	}
	table th, table td{
		width: 100%;
		display: block;
		}
	table.vets{
		width: 90%;
	}
	.vets th, .vets td{
		display: block;
		white-space: normal;
		}
	table th{
		padding: 5px;
		background: #D7BE98;
	}
	table td{
		padding: 15px;
		background: #FFF;
	}
.ser-top .licence td{
	text-align: right;
}
}
@media(max-width:320px){
	.logo h1 {
		font-size: 2em;
	}
	.grid-top {
		width: 80%;
		padding: 0;
	}
	.logo {
		margin: 1em 0;
	}
	.header {
		min-height: 250px;
	}
	.content-top1 {
		top: -2em;
	}
	.top-grid i {
		font-size: 1.7em;
		width: 60px;
		height: 60px;
	}
	.top-grid p {
		line-height: 1.6em;
		font-size: 0.9em;
	}
	.content-mid h3 {
		font-size: 1.3em;
	}
	.content-mid label {
		width: 35%;
		margin: 1em auto;
	}
	.content-mid2 {
		padding: 1.5em 0 0.5em;
	}
	.content-mid3 {
		padding: 0;
	}
	.why-choose {
		padding: 1em 0 0;
	}
	.ser-grid i {
		padding: 0.4em;
		font-size: 1.5em;
		width: 1.8em;
	}
	.ser-top {
		width: 80%;
	}
	.ser-top h5 {
		font-size: 1.1em;
	}
	.content-bottom {
		padding: 0 0 1.1em;
	}
	.services-top h2 ,.gallery-top h3,.features-top h3,.team-top h3,.contact-top h3{
		font-size: 1.8em;
	}
	.features {
		padding: 1.5em 0;
	}
	.festure-left {
		padding: 1em 0 0;
	}
	.team {
		padding: 0em 0 1.5em;
	}
	.contact-form {
		padding: 0;
	}
	.contact-para {
		padding: 1em 0;
	}
	.map {
		margin-top: 0em;
	}
	.map iframe {
		min-height: 110px;
	}
	.footer-menu,.footer-top1 {
		padding: 0;
	}
	.footer-top2 {
		padding: 1em 0 0;
		margin: 1em 0 0;
	}
	span.menu img{
		width: 80%;
	}
	.top-nav ul li a{
		font-size: 1em;
	}
}
