@charset "utf-8";

/*---------------------------------------------------

common

----------------------------------------------------*/
body#top{
	background: url(../img/cmn/bg_body.jpg) repeat-x left top;
}


/********** headline **********/
.bg_headline01{
	min-height: 50px;
	margin: 0 0 20px 0;
	padding: 18px 0 0 73px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
	box-sizing: border-box;
	background: url(../img/cmn/bg_headline01.png) no-repeat left top;
}
.bg_headline02{
	margin-bottom: 15px;
	padding: 5px 0;
	font-size: 19px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: url(../img/cmn/bg_headline02.jpg) repeat left top;
}

.border_h01{
	min-height: 28px;
	margin-bottom: 15px;
	padding: 3px 0 0 25px;
	border-bottom: 2px solid #e69421;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	background: #f4ede1 url(../img/cmn/bg_border_h01.jpg) no-repeat left top;
}

/********** /headline **********/

/*パンくずリスト*/
#bread{
	width: 960px;
	margin: 0 auto;
	padding: 13px 0 15px 0;
	font-size: 11px;
}


/*全画面*/
#border_display{
	width: 100%;
	min-width: 960px;
	height: auto;
}

/********** header **********/
#header_area{
	position: relative;
	width: 100%;
	margin-bottom: -36px;
	z-index: 1000;
}
#header_in{
	position: relative;
	width: 960px;
	height: 166px;
	margin: 0 auto;
}
	#header_in .logo{
		position: absolute;
		top: 29px;
		left: 0px;
	}
	#header_in .tel{
		position: absolute;
		top: 10px;
		right: 0;
	}
	#header_in .time{
		position: absolute;
		top: 44px;
		right: 0;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 0.2em;
		color: #402000;
	}
	#header_in .fb{
		position: absolute;
		top: 68px;
		right: 0;
	}
	#header_in .headline{
		position: absolute;
		top: 3px;
		left: 0px;
		font-size: 11px;
		line-height: 1.2;
		color: #000000;
	}

/*}#header_in*/

/********** navi **********/
#bg_navi{
	width: 960px;
	margin: 0 auto 30px auto;
	padding-bottom: 8px;
	background: url(../img/cmn/bg_navi.png) no-repeat left top;
}
#main_image+#bg_navi{
	margin-bottom: 0;
}
#navi{
	width: 945px;
	margin: 0 auto;
	overflow: hidden;
}

#navi li{
	float: left; 
}
#navi a{
	display: block;
	width: 135px;
	height: 60px;
	padding-top: 14px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -0.08em;
	color: #402000;
	box-sizing: border-box;
	text-align: center;
}

#navi #n01 a,
#navi #n05 a,
#navi #n06 a{
	padding-top: 22px;
}

#navi a{ background: url(../img/cmn/bnr_navi.jpg) no-repeat left top; }
#navi a:hover{ background-position: 0 bottom; text-decoration: none; }



/********** main **********/
#main_area{
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 120px 0;
	overflow: hidden;
}
#main_image{
	display: block;
	width: 960px;
	margin: 0 auto 0 auto;
}
#main_image img{
	display: block;
}

/********** sidebar **********/
#sidebar{
	float: right;
	width: 250px;
}

#sidebar .link{
	margin-bottom: 20px;
	padding-bottom: 33px;
	background: url(../img/cmn/bg_side_link02.jpg) no-repeat left bottom;
}
#sidebar .link .title img{
	display: block;
}
#sidebar .link .list{
	overflow: hidden;
	background: url(../img/cmn/bg_side_link01.jpg) repeat-y left top;
}
#sidebar .link .list li{
	width: 210px;
	min-height: 20px;
	margin: 0 auto 10px auto;
	padding: 0 0 7px 35px;
	border-bottom: 1px dotted #c9ad5e;
	box-sizing: border-box;
	background: url(../img/cmn/bg_liststyle03.png) no-repeat left top;
}
#sidebar .link .list li:last-child{
	margin-bottom: 0;
}
#sidebar .link .list a{
	white-space: nowrap;
	font-size: 15px;
}
#sidebar .link .list span{
	font-size: 12px;
}


.side_parent{
	margin-bottom: 20px;
	min-height: 290px;
	background: url(../img/cmn/bg_side_parent.jpg) no-repeat left top;
}
.side_parent li{
	width: 200px;
	margin: 0 auto 0 auto;
}
.side_parent img{
	display: block;
}

#sidebar .bnr li{
	margin-bottom: 15px;
}




/********** main_content **********/
#main_content{
	float: left;
	width: 690px;
}

/********** footer **********/
#footer_area{
	width: 100%;
	background: url(../img/cmn/bg_footer.jpg) repeat-x center top;
}
#footer_in{
	position: relative;
	width: 960px;
	height: 334px;
	margin: 0 auto;
}
	/*ナビ*/
	#footer_in ul#fnavi{
		position: absolute;
		top: 35px;
		right: 0;
		width: 550px;
		text-align: right;
	}
		#footer_in ul#fnavi li{
			display: inline-block;
			margin: 0 0 10px 10px;
			padding-left: 15px;
			background: url(../img/cmn/bg_liststyle01.png) no-repeat left 2px;
		}
			#footer_in ul#fnavi li a{
				font-size: 14px;
				line-height: 1.2;
				letter-spacing: -0.08em;
			}
/*		}#footer_in ul#fnavi li*/

/*	}#footer_in ul#fnavi*/
	
	#footer_in [class^="navi_list"]{
		position: absolute;
		top: 100px;
	}
	#footer_in [class^="navi_list"] dt{
		min-height: 20px;
		margin-bottom: 7px;
		padding: 2px 0 0 35px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.2;
		color: #a07200;
		box-sizing: border-box;
		background: url(../img/cmn/bg_liststyle02.png) no-repeat left top;
	}
	#footer_in [class^="navi_list"] dd{
		margin-bottom: 8px;
		font-size: 14px;
		text-decoration: underline;
	}
	#footer_in [class^="navi_list"] dd a:hover{
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity:0.8;
		opacity:0.8;
	}

	/*調整*/
	.navi_list1{
		right: 385px;
	}
	.navi_list2{
		right: 205px;
	}
	.navi_list3{
		right: 0;
	}
	
	
	
	/*トップへ戻る*/
	#footer_in .pagetop{
		position: absolute;
		top: -45px;
		right: 0;
	}
	/*コピーライト*/
	#copy{
		position: absolute;
		bottom: 40px;
		right: 0px;
		font-size: 12px;
	}
	#footer_in .p1{
		position: absolute;
		top: 33px;
		left: 0;
		padding-bottom: 5px;
		border-bottom: 1px solid #c6b48e;
		font-size: 14px;
	}
	#footer_in .p1 span{
		font-size: 20px;
	}
	#footer_in .info{
		position: absolute;
		top: 77px;
		left: 0;
		width: 355px;
		font-size: 14px;
		line-height: 1.2;
	}
	#footer_in .info .p2{
		margin-bottom: 10px;
	}
	#footer_in .info .p3{
		margin-bottom: 15px;
	}
	#footer_in .info span{
		letter-spacing: 0.25em;
	}
/*}#footer_in*/

.img_txt,
.img_txt .txt{
	overflow: hidden;
}

div.disp_tb{ display: table; border-collapse: collapse; }
div.disp_tb dl{ display: table-row; }
div.disp_tb dt, div.disp_tb dd{ display: table-cell; }


#cmn_contact{
	position: relative;
	min-height: 120px;
	background: url(../img/cmn/bg_cmn_contact.jpg) no-repeat left top;
}
#cmn_contact .p1{
	position: absolute;
	top: 10px;
	left: 12px;
}
#cmn_contact .p2{
	position: absolute;
	top: 10px;
	left: 202px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.18;
	letter-spacing: 0.2em;
}
#cmn_contact .p3{
	position: absolute;
	top: 33px;
	left: 193px;
}
#cmn_contact .bnr{
	position: absolute;
	top: 75px;
	left: 190px;
}
#cmn_contact .p4{
	position: absolute;
	top: 6px;
	right: 10px;
}
#cmn_contact .p5{
	position: absolute;
	top: 60px;
	right: 10px;
}
/*----------------------------------------

index.html

-----------------------------------------*/
/*---------------------------------------------
slideshow
-----------------------------------------------*/
#slideshow {
	position: relative;
	width: 960px;
	height:388px;
	margin: 0 auto;
	text-align: center;
	overflow:hidden;
}
#slideshow div {
	width: 960px;
	height: 388px;
	overflow: hidden;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}
 
#slideshow ul {
	margin:-30px auto 0 auto;
	display:none;
	width:120px;
	overflow:hidden;
	text-align: center;
	position:relative;
	z-index:200;
}
 
#slideshow ul li {
	width: 10px;
	display: inline-block;
	cursor: pointer;
	margin:0 15px;
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
#slideshow .hover{
	position: absolute;
	bottom: 15px;
	right: 27px;
	z-index: 1000;
}

#top_puppy{
	position: relative;
	width: 690px;
	min-height: 292px;
	margin-bottom: 35px;
	padding-top: 15px;
	box-sizing: border-box;
	background: url(../img/top/bg_top01.jpg) no-repeat left top;
}
#top_puppy .hx{
	margin: 0 0 25px 100px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
}
#top_puppy .btn{
	position: absolute;
	top: 0;
	right: 0;
}
#top_puppy ul.list{
	width: 650px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#top_puppy ul.list li{
	float: left;
	width: 212px;
	height: 212px;
	margin: 0 7px 0 0;
	padding: 11px;
	text-align: center;
	box-sizing: border-box;
	background: url(../img/top/bg_list01.jpg) no-repeat left top;
}
#top_puppy ul.list li:last-child{ margin-right: 0; }

#top_puppy ul.list div{
	position: relative;
	width: 190px;
	height: 190px;
	overflow: hidden;
}
#top_puppy ul.list img{
	position: absolute;
	top: -100%;left: -100%;
	right: -100%;bottom: -100%;
	margin: auto;
/*	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;*/
	width: 100%;
	height: auto;
}




#top_news{
	position: relative;
	width: 690px;
	margin-bottom: 30px;
	min-height: 290px;
	padding-top: 15px;
	box-sizing: border-box;
	background: url(../img/top/bg_top02.jpg) no-repeat left top;
}
#top_news .hx{
	margin: 0 0 40px 100px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
}
#top_news .btn{
	position: absolute;
	top: 0;
	right: 0;
}

#top_news .list{
	width: 590px;
	margin-left: 40px;
	font-size: 14px;
}
#top_news .list li{
	margin-bottom: 15px;
	padding: 0 0 3px 5px;
	border-bottom: 1px dotted #402000;
	overflow: hidden;
}
#top_news .list .day{
	float: left;
	margin-right: 15px;
}
#top_news .list .title{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



#top_contact{
	position: relative;
	margin-bottom: 20px;
	min-height: 103px;
	background: url(../img/top/bg_contact.jpg) no-repeat left top;
}
#top_contact .p1{
	position: absolute;
	top: 28px;
	left: 132px;
	width: 265px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.061em;
}
#top_contact .tel{
	position: absolute;
	top: 22px;
	right: 26px;
}
#top_contact .mail{
	position: absolute;
	top: 57px;
	right: 24px;
}

.top_h01{
	min-height: 84px;
	padding: 22px 0 0 90px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.2;
	box-sizing: border-box;
	background: url(../img/top/bg_h01.jpg) no-repeat left top;
}
.top_h01 span{
	display: block;
	font-size: 14px;
}


#top_txt01{
	margin: 0 0 30px 10px;
	font-size: 14px;
	overflow: hidden;
}
#top_txt01 .image{
	float: right;
	margin-left: 30px;
}
#top_txt01 .txt{
	overflow: hidden;
}




#top_link{
	margin-bottom: 50px;
	overflow: hidden;
}
#top_link li{
	float: left;
	width: 220px;
	margin: 0 15px 0 0;
	font-size: 12px;
}
#top_link li:last-child{ margin-right: 0; }

#top_link li:first-child .txt{
	margin-left: 10px;
}
#top_link .image{
	margin-bottom: 3px;
}




#top_corgi{
	min-height: 320px;
	padding: 20px 0 0 228px;
	box-sizing: border-box;
	background: url(../img/top/bg_corgi.jpg) no-repeat left top;
}
#top_corgi .txt{
	margin-left: 35px;
	margin-bottom: 12px;
	font-size: 12px;
}
#top_corgi .txt .hx{
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}

#top_corgi .list{
	width: 450px;
	font-size: 12px;
}
#top_corgi .list li{
	min-height: 59px;
	margin-bottom: 23px;
	padding: 0 0 0 70px;
	box-sizing: border-box;
}
#top_corgi .list .hx2{
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #c6b48e;
	font-size: 16px;
	font-weight: bold;
}
#top_corgi .list a:hover{
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}

/*調整*/
#top_corgi .list li:nth-child(1){
	white-space: nowrap;
	padding-top: 10px;
	background: url(../img/top/bg_q1.jpg) no-repeat left top;
}
#top_corgi .list li:nth-child(2){
	background: url(../img/top/bg_q2.jpg) no-repeat left top;
}
#top_corgi .list li:nth-child(3){
	padding-right: 5px;
	background: url(../img/top/bg_q3.jpg) no-repeat left top;
}



/*----------------------------------------

about

-----------------------------------------*/
.about_table{
	width: 100%;
	margin-bottom: 40px;
}
.about_table th,
.about_table td{
	padding: 13px 0 13px 0;
	box-sizing: border-box;
}
.about_table th{
	width: 130px;
	padding-left: 23px;
	font-size: 15px;
	font-weight: bold;
	background: #e5d5ab url(../img/cmn/bg_border01.png) repeat-x left bottom;
}
.about_table td{
	padding-left: 15px;
	padding-right: 10px;
	background: #f4ede1 url(../img/cmn/bg_border02.png) repeat-x left bottom;
}
.about_table tr:last-child th,
.about_table tr:last-child td{
	background-image: none;
}
.about_table .s1{
	display: inline-block;
	margin-right: -20px;
}
.about_table p{
	margin-bottom: 20px;
	padding-right: 9px;
}
.about_table p:last-child{
	margin-bottom: 0;
}

.about_table tr:last-child{
	word-spacing: 0.8em;
}
.about_table tr:nth-last-child(2){
	word-spacing: 2em;
}




#about_box01{
	min-height: 620px;
	margin-bottom: 40px;
	padding-top: 25px;
	background: url(../img/about/bg_about01.jpg) no-repeat left top;
	box-sizing: border-box;
}

#about_box01 .hx{
	margin: 0 20px 18px 0;
	font-size: 31px;
	font-weight: bold;
	line-height: 1.06;
	text-align: center;
}

#about_box01 .list{
	width: 660px;
	margin: 0 auto 0 auto;
}
#about_box01 .list li{
	margin-bottom: 15px;
	padding: 0 0 10px 20px;
	overflow: hidden;
	background: url(../img/cmn/bg_border02.png) repeat-x left bottom;
}
#about_box01 .list li:last-child{
	background-image: none;
}
#about_box01 .list .image{
	float: left;
	margin-right: 30px;
}
#about_box01 .list .txt{
	padding-top: 20px;
	overflow: hidden;
}
#about_box01 .list li:nth-child(2) .txt{
	padding-top: 10px;
}
#about_box01 .list p{
	margin-bottom: 17px;
}
#about_box01 .list p:last-child{
	margin-bottom: 0;
}



/*----------------------------------------

howto

-----------------------------------------*/
#anchor{
	margin-bottom: 40px;
	padding: 20px 0 10px 20px;
	border: 1px solid #cecebf;
	background: #fff7e0;
	overflow: hidden;
}
#anchor .list{
	float: left;
	margin-right: 50px;
}
#anchor .list:last-child{
	margin-right: 0;
}
#anchor .list li{
	min-height: 20px;
	margin-bottom: 12px;
	padding: 0 0 0 35px;
	box-sizing: border-box;
	background: url(../img/cmn/bg_liststyle03.png) no-repeat left top;
}
#anchor .list li a{
	font-size: 14px;
	line-height: 1.2;
	text-decoration: underline;
}
#anchor .list li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}

.howto_box01{
	margin: 0 10px 50px 10px;
	overflow: hidden;
}
.howto_box01 .left img,
.howto_box01 .right img{
	display: block;
	margin-bottom: 18px;
}
.howto_box01 .left img:last-child,
.howto_box01 .right img:last-child{
	margin-bottom: 0;
}
.howto_box01 .left{
	float: left;
	margin-right: 15px;
}
.howto_box01 .right{
	float: right;
	margin-left: 15px;
}
.howto_box01 .txt p{
	margin-bottom: 20px;
	overflow: hidden;
}
.ofv{
	overflow: visible !important;
}


.back_btn{
	margin-right: 10px;
	margin-bottom: 60px;
	text-align: right;
}
.howto_box01 .back_btn{
	margin: 0;
	text-align: right;
}


.exp_box{
	margin: 0 10px 20px 10px;
	padding: 7px 7px 20px 7px;
	border: 1px solid #e69421;
	background: #f4ede1;
}
.exp_box .bg_headline02.ex{
	background: url(../img/howto/bg_headline02_ex.jpg) no-repeat top left;
}
.exp_box .txt{
	margin: 0 8px;
}
.exp_box .txt p{
	margin-bottom: 20px;
}
.exp_box .txt p:last-child{
	margin-bottom: 0;
}

.exp_box table{
	width: 100%;
	margin-bottom: 10px;
}
.exp_box table th,
.exp_box table td{
	padding: 12px 0 10px 0;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
.exp_box table th{
	width: 135px;
	padding-left: 10px;
	font-weight: bold;
	color: #8c4600;
}




.howto_box02{
	margin: 0 10px;
	word-break: normal;
}
.howto_box02 dd{
	margin-bottom: 25px;
}
.howto_box02 dd p{
	margin-bottom: 20px;
}
.howto_box02 dd p:last-child{
	margin-bottom: 0;
}



.care_p1{
	margin: 0 0 20px 10px;
	font-size: 16px;
	font-weight: bold;
}
.care{
	margin: 0 10px;
}
.care .howto_box01{
	margin: 0 0 30px 0;
}
.care .howto_box01+.howto_box01{
	margin-top: -10px;
}
.care .howto_box01 .txt p:last-child{
	margin-bottom: 0;
}

.bg_txt01{
	margin-bottom: 20px;
	padding: 20px 13px 20px 20px;
	color: #a07200;
	background: #f4ede1;
}



#recommend{
	margin: 0 10px 0 10px;
}
#recommend > p{
	padding-right: 3px;
	margin-bottom: 20px;
}
#recommend .p1{
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

#recommend .service{
	margin-bottom: 45px;
	overflow: hidden;
}
#recommend .service .image{
	float: left;
}
#recommend .service .right{
	float: right;
	width: 476px;
	padding-top: 10px;
}


.price_list{ display: table; border-collapse: collapse; }
.price_list dl{ display: table-row; }
.price_list dt, #recommend .price_list dd{ display: table-cell; }

.price_list{
	width: 100%;
	margin-bottom: 10px;
	background: url(../img/cmn/bg_price.jpg) repeat left top;
}
.price_list dt,
.price_list dd{
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
}
.price_list dt{
	width: 355px;
	padding-left: 10px;
}
.price_list dd{
	font-size: 13px;
}
.price_list dd span{
	font-size: 15px;
	color: #8c0000;
}

#recommend .bnr{
	text-align: right;
}




/*----------------------------------------

flow

-----------------------------------------*/
#flow{
	
}
#flow > li{
	padding: 0 10px 120px 0;
	background: url(../img/flow/bg_arrow.jpg) no-repeat center bottom;
}
#flow > li:last-child{
	padding-bottom: 0;
	background: none;
}
#flow .hx{
	min-height: 63px;
	margin-bottom: 5px;
	padding: 11px 0 0 95px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.06;
	color: #663300;
	box-sizing: border-box;
}
#flow li:nth-child(1) .hx{ background: url(../img/flow/bg_step1.png) no-repeat left top; }
#flow li:nth-child(2) .hx{ background: url(../img/flow/bg_step2.jpg) no-repeat left top; }
#flow li:nth-child(3) .hx{ background: url(../img/flow/bg_step3.jpg) no-repeat left top; }
#flow li:nth-child(4) .hx{ background: url(../img/flow/bg_step4.jpg) no-repeat left top; }
#flow li:nth-child(5) .hx{ background: url(../img/flow/bg_step5.jpg) no-repeat left top; }
#flow li:nth-child(6) .hx{ background: url(../img/flow/bg_step6.jpg) no-repeat left top; }




#flow .box01{
	overflow: hidden;
}
#flow .box01 .contact{
	position: relative;
	float: right;
	margin-left: 10px;
}
#flow .box01 .contact .bnr{
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}
#flow .box01 .txt{
	padding-left: 10px;
}


#flow .box02{
	margin-left: 10px;
	overflow: hidden;
}
#flow .box02 .image{
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}
#flow .box02 .txt{
	overflow: hidden;
}



#flow .box03{
	margin: 0 10px;
}
#flow .box03 .p1{
	margin-bottom: 20px;
}
#flow .box03 .exp_box{
	margin-left: 0;
	margin-right: 0;
}
#flow .box03 .exp_box .bg_headline02{
	padding: 4px 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#flow .box03 .reserve{
	margin-left: 10px;
}
#flow .box03 .reserve dt{
	font-weight: bold;
	color: #8c4600;
}
#flow .box03 .reserve dd{
	margin-bottom: 15px;
}
#flow .box03 .reserve dd:last-child{
	margin-bottom: 0;
}

#flow .box03 .check{
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
#flow .box03 .p2{
	margin-top: -10px;
	margin-right: -10px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
	color: #b25900;
}


#flow .box04{
	margin-left: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
#flow .box04 .image{
	float: right;
	margin-left: 20px;
}
#flow .box04 .txt{
	overflow: hidden;
}


#flow .box05{
	margin-left: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
#flow .box05 .image{
	float: right;
	margin-left: 20px;
}
#flow .box05 .txt{
	margin-bottom: 25px;
	overflow: hidden;
}



#flow .bg{
	clear: both;
	padding: 15px 15px 5px 15px;
	background: #f4ede1;
}
#flow .bg .hx2{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #8c4600;
}
#flow .bg p{
	margin-bottom: 15px;
}


#flow .price{ display: table; border-collapse: collapse; }
#flow .price dl{ display: table-row; }
#flow .price dt, #flow .price dd{ display: table-cell; }

#flow .price{
	width: 100%;
	margin-bottom: 10px;
	background: url(../img/cmn/bg_price.jpg) repeat left top;
}
#flow .price dt,
#flow .price dd{
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
}
#flow .price dt{
	padding-left: 10px;
}
#flow .price dd{
	width: 95px;
	padding-right: 15px;
	font-size: 13px;
	text-align: right;
}
#flow .price dd span{
	font-size: 15px;
	color: #8c0000;
}

#flow .box05 .list{
	overflow: hidden;
}
#flow .box05 .list li{
	float: left;
	width: 200px;
	margin: 0 0 0 18px;
}
#flow .box05 .list li:nth-child(3n+1){
	margin-left: 0;
}


#flow .box06{
	margin-left: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
#flow .box06 .image{
	float: right;
	margin-left: 20px;
}
#flow .box06 .txt{
	margin-bottom: 20px;
}
#flow .box06 .txt span{
	display: inline-block;
	margin-right: -20px;
}


/*----------------------------------------

puppy

-----------------------------------------*/
#puppy_box01{
	min-height: 260px;
	margin-bottom: 50px;
	padding: 20px 20px 0 100px;
	box-sizing: border-box;
	background: url(../img/puppy/bg_puppy01.png) no-repeat left top;
}
#puppy_box01 .hx{
	margin-bottom: 17px;
	font-size: 18px;
	font-weight: bold;
	color: #9f7200;
}

#news_list{
	margin: 0 10px 50px 10px;
}
#news_list li{
	display: inline;
	padding-right: 20px;
}
#news_list .title{
	display: inline;
}
#news_list .day{
	display: inline;
	padding-right: 20px;
}



/*----------------------------------------

contact

-----------------------------------------*/
#contact_box01{
	margin: 0 10px 30px 10px;
	overflow: hidden;
}
#contact_box01 .right{
	float: right;
	width: 300px;
}
#contact_box01 .right .mainimg{
	margin-bottom: 3px;
}
#contact_box01 .right .subimg{
	overflow: hidden;
}
#contact_box01 .right .subimg li{
	float: left;
	width: 90px;
	margin: 0 15px 0 0;
}
#contact_box01 .right .subimg li:last-child{ margin-right: 0; }


#contact_box01 .info{
	float: left;
	width: 350px;
}
#contact_box01 .info th,
#contact_box01 .info td{
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #8c4600;
	box-sizing: border-box;
}
#contact_box01 tr:first-child .info th,
#contact_box01 tr:first-child .info td{
	padding-top: 0;
}
#contact_box01 .info th{
	width: 100px;
	font-weight: bold;
	color: #8c4600;
}



#access_map{
	margin: 0 10px 40px 10px;
}
#access_map .map1{
	margin-bottom: 12px;
}
#access_map .map2 iframe{
	width: 630px;
	height: 340px;
}




#link_list{
	margin: 0 10px 40px 10px;
}
#link_list .link{
	width: 100%;
}
#link_list .link th,
#link_list .link td{
	padding: 10px 0 10px 0;
	border-top: 1px dotted #8c4600;
	border-bottom: 1px dotted #8c4600;
	box-sizing: border-box;
}
#link_list .link th{
	width: 185px;
	font-weight: bold;
	text-decoration: underline;
	color: #8c4600;
}
#link_list .link td{
	padding-right: 20px;
}
#link_list .link a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}



.toku_t{
	margin: 0 10px 40px 10px;
}
.toku_t table{
	width: 100%;
}
.toku_t th,
.toku_t td{
	padding: 10px 0 10px 0;
	border-top: 1px dotted #8c4600;
	border-bottom: 1px dotted #8c4600;
	vertical-align: top;
	box-sizing: border-box;
}
.toku_t th{
	width: 145px;
	font-weight: bold;
	color: #8c4600;
}
.toku_t th span{
	display: block;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: normal;
}
.toku_t td .s1{
	display: block;
	padding-top: 29px;
	margin-bottom: 10px;
}

.toku_t .p1{
	font-weight: bold;
}
.toku_t .p2{
	margin-bottom: 20px;
	padding-right: 10px;
}

/* サイドバーカテゴリー */
.cg_side {
	display:block;
	margin-bottom: 18px;
	font-size: 18px;
	text-align: center;
}
.cg_side li {
	display:block;
}
.cg_side li.tit {
	display:block;
	padding:5px;
	font-weight: bold;
	color: #ffffff;
	background: #3f1f00;
}
.cg_side li a {
	display:block;
	padding:5px;
	text-decoration:none;
	border-bottom:1px solid #3f1f00;
}
.cg_side li a:hover {
	background:#eee;
	text-decoration:underline;
}

.nsp_cgtit {
	padding-left: 40px;
	padding-bottom: 5px;
	border-bottom:1px solid #bd9d4c;
	margin: 0 10px 15px 10px;
	font-size: 22px;
	font-weight: bold;
	background: url(../img/cmn/bg_liststyle05.png) no-repeat left top;
}
/* pagenavi */
.wp-pagenavi {
	clear: both;
	padding:5px;
	text-align:center;
	margin:20px 0 20px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
	border:1px solid #bd9d4c;
	font-size: 14px;
	color: #402000;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #bd9d4c;
	background: #bd9d4c;
}
.wp-pagenavi span.current {
	font-weight: normal;
}


/* ギャラリーB一覧 */

.typeBbox{
	padding:20px;
	border:1px solid #ccc;
	margin: 0 10px 30px 10px;
	overflow:hidden;
	position:relative;
	background: #f9f3e9;
}
.typeBimg{
	width:45%;
	float:left;
}
.typeBimg img{
	width:100%;
	height:auto;
	border: 1px solid #bd9d4c;
	box-sizing: border-box;
}
.typeBimg a:hover img{
	-moz-opacity:0.8;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.typeBtext{
	width:50%;
	float:right;
}
.typeBtit{
	padding-top: 3px;
	padding-bottom:5px;
	padding-left: 35px;
	border-bottom:1px solid #bd9d4c;
	margin-bottom:10px;
	font-size: 15px;
	font-weight: bold;
	background: url(../img/cmn/bg_liststyle04.png) no-repeat left top;
}
.typeBsubtext{
	padding:0 0 40px;
	margin-bottom:10px;
	line-height: normal;
}
/*
.typeBsubprice{
	font-weight:bold;
	color:#f00;
}
*/
.typeBlink{
	position:absolute;
	bottom:10px;
	right:10px;
	display:block;
	text-align:right;
}
.typeBlink img{
	display: block;
}
.typeBlink a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
.typeBlink a:hover{
}

/* ギャラリーTypeC-1 一覧 */

.gryc1-title {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #000;
	font-size: large;
	font-weight: bold;
}
.gryc1-subtitle {
	margin: 0 0 15px 0;
	padding: 5px 10px;
	color: #FFF;
	background: #000;
}
#gryc1-category {
	margin: 0 10px;
	padding: 0;
	overflow: hidden;
}
#gryc1-category li {
	float: left;
	margin: 0 0 50px 20px;
	padding: 0;
	width: 325px;
	height: 180px;
	background-image: url(../img/bg_category.gif);
	overflow: hidden;
}
#gryc1-category li:nth-child(2n+1) {
	clear: left;
	margin: 0 0 20px 0;
}
#gryc1-category li a {
	display: block;
	width: 325px;
	height: 180px;
	text-align: center;
	line-height: 180px;
	font-size: 23px;
	font-weight: bold;
	background: url(../img/parent/bg_list.jpg) no-repeat left top;
}
#gryc1-category li a:link, #gryc1-category li a:visited,#gryc1-category li a:hover{
	text-decoration: none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
.gryc1-note {
	margin: 0 auto;
	padding: 30px;
	border: 3px double #ffb2b2;
	font-size: larger;
	background: #ffd9ff;
}
.gryc1-red {
	font-weight: bold;
	color: #F00;
}

/* ギャラリーTypeC-1 詳細 */

.gryc1-back {
	margin: 0 0 15px 0;
	text-align: right;
}
.gryc1-back a {
	padding: 5px 10px;
	width: 85px;
	color: #FFF;
	background: #FF6A9D;
	text-decoration:none;
}


/* ギャラリーType3/4詳細 */
#single_gry {
	padding: 0 10px;
	overflow:hidden;
	line-height: normal;
}
.single_tit {
	margin: 0 -10px;
	font-size:20px;
	border-bottom:1px solid #000;
	margin-bottom:20px;
}
#single_gry .single_left {
	width:49%;
	float:left;
}
#single_gry .single_right {
	width:49%;
	float:right;
}
#single_gry .mainimg img {
	width:100%;
	border:1px solid #ccc;
	box-sizing:border-box;
	margin-bottom:5px;
}
#single_gry .subimg {
	display:block;
	overflow:hidden;
}
#single_gry .subimg li {
	float:left;
	display:block;
	width:32%;
}
#single_gry .subimg li img {
	width:100%;
	height:auto;
	border:1px solid #ccc;
	box-sizing:border-box;
}
#single_gry .subimg li.ex1 {
	margin-right:2%;
}
#single_gry .subimg li.ex2 {
	float:right;
}
#single_gry dl dt.ss {
	display:block;
	font-size:16px;
	padding:5px;
	border:1px solid #3f1f00;
	margin:0 0 10px;
	text-align:center;
}
#single_gry dl dd.st {
	margin-bottom:10px;
	font-size:14px;
}
#single_gry .repbtn {
	clear:both;
	display:block;
	padding:20px;
	text-align:center;
}

/*表*/
/*.typeBsubtext table,
#single_gry .st table{
	width: 100%;
	background: #fff;
}
.typeBsubtext table th,
.typeBsubtext table td,
#single_gry .st table th,
#single_gry .st table td{
	padding: 5px 0 5px 10px;
	border: 1px solid #bd9d4c;
	vertical-align: middle;
	box-sizing: border-box;
}
.typeBsubtext table tr *:first-child,
#single_gry .st table tr *:first-child{
	width: 90px;
	background: #e9d9b4;
}*/



/*BLOG*/
.single_tit {
	font-size:20px;
	border-bottom:1px solid #000;
	margin-bottom:20px;
}
.news_list {
	padding:10px;
	border-bottom:solid 2px #ccc;
}

.news_list a {
	margin-left:30px;
}
#news-text{
	margin:15px 0;
	padding:5px;
	border:solid 1px #ccc;
}
#wpn-box{
	position:relative;
	min-height: 20px;
}
#wpn-left {
	width:25%;
	text-align:left;
	float:left;
}
#wpn-center {
	left:45%;
	text-align:center;
	position:absolute;
}
#wpn-right {
	width:25%;
	text-align:right;
	float:right;
}

.single_data{
	font-size:16px;
	margin:0 0 20px;
}
.single_blog{
	padding:10px;
	font-size:16px;
	border:1px solid #ccc;
	margin:0 0 20px;
}

.single_blog,
.single_blog p{
	overflow: hidden;
}
.single_blog img.alignright,
.single_blog .alignright{
	float: right;
	margin-left: 5px;
}
.single_blog img.alignleft,
.single_blog .alignleft{
	float: left;
	margin-right: 5px;
}
.single_blog img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.blogbox{
	overflow:hidden;
	display:block;
	padding:10px 5px;
	border-bottom:1px solid #ddd;
	margin:0 0 5px;
	font-size:16px;
}
.blogbox dt{
	display:block;
	width:20%;
	float:left;
}
.blogbox dd{
	display:block;
	width:78%;
	float:right;
}
.blogbox dd a{
	color:#000;
	text-decoration:none;
}
.blogbox dd a:hover{
	color:#f66;
}
.blogb_box{
	padding:10px;
	border:1px solid #ddd;
	margin:0 10px 20px;
}
.blogb_box dl{
	overflow:hidden;
	border-left:5px solid #bd9d4c;
	border-bottom:1px solid #999;
	padding:0 0 3px 5px;
	margin:0 0 10px;
}
.blogb_box dl dt{
	font-size:18px;
	display:block;
	width:79%;
	float:left;
}
.blogb_box dl dd{
	font-size:14px;
	display:block;
	width:20%;
	float:right;
	text-align:right;
}
.blog_contents,
.blog_contents p{
	overflow: hidden;
}
.blog_contents img.alignright,
.blog_contents .alignright{
	float: right;
	margin-left: 5px;
}
.blog_contents img.alignleft,
.blog_contents .alignleft{
	float: left;
	margin-right: 5px;
}
.blog_contents img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*お問い合わせ*/
#contact_wrap{
	margin: 0 10px 50px 10px;
}
#contact_wrap .p1{
	margin-bottom: 15px;
}
#contact_f{
	display: table;
	border-collapse: collapse;
}
#contact_f dl{
	display: table-row;
}
#contact_f dt,
#contact_f dd{
	display: table-cell;
}

#contact_f{
	width: 670px;
	margin: 0 auto 50px auto;
	font-size: 15px;
}
#contact_f dt,
#contact_f dd{
	padding: 15px 0;
	border: 1px solid #bd9d4c;
}
#contact_f dt{
	width: 180px;
	padding-left: 10px;
	background: #e5d5ab;
}
#contact_f dd{
	padding-left: 15px;
}
#contact_f dd input,
#contact_f dd textarea{
	box-sizing: border-box;
}
#contact_f dd input{
	width: 450px;
	height: 25px;
}
#contact_f dd textarea{
	width: 450px;
	height: 200px;
}
#contact_f dl.ex dt{
	vertical-align: top;
}

#submit_area{
	margin: 0 auto 30px auto;
	text-align: center;
}
#submit_area input{
	margin: 5px;
	padding: 5px 10px;
	cursor: pointer;
}


/*コンタクトフォーム７*/
.reserve-conf{
overflow:hidden;
}
.reserve-conf span{
display:inline-block;
float:left;
margin-right:5px;
}
.reserve-conf span select{
margin-left:5px;
}


.sent table{
display:none !important;
}
.sent p{
display:none;
}
.sent .wpcf7-submit{
display:none;
}
.sent .formInner {
display:none;
}
.sent .send_back{
display:none;
}