﻿@charset "utf-8";

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*･・ｻ･ﾃ･ﾈEnd*/

/*-----------------
	clearfix	*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
body{
	font-family:"メイリオ" , Meiryo ,"ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , sans-serif;
}
img{ 
	max-width:100%; 
	display:block;
}
/*------------
	float	*/

.f_l{ float:left !important; }
.f_r{ float:right !important; }

.t_r{text-align:right; }
a:hover{ opacity:0.5; }

/* common */

.one_column,
.two_column{
	overflow:hidden;
	width:93.75%;
	margin:0 auto;
}
.one_column li{ margin-bottom:3.333333333333333%; }
.two_column li{ 
	float:left; 
	width:48.33333333333333%;
	margin-bottom:3.333333333333333%;
}
.two_column li:nth-child(odd){ margin-right:3.333333333333333%; }
.list{ overflow:hidden;margin:0 3%; }
.list li{
	float:left;
	width:31.25%;
}
.list li.center{ margin:0 3.125%; }
.list li a{ text-decoration:none; }
.list li .rank{ margin-bottom:7%; }
.list li .rank img{ margin:0 auto; }
.list li .img{ margin-bottom:5%; }
.list li .name { 
	font-size:14px;
	color:#222222;
	line-height:1.4;
	margin-bottom:5%;
}
.list li .price{ 
	font-size:12px; 
	color:#dd0000;
}

/*header*/
#nav #fixed_gnav{
	z-index: 9999;
	position:fixed;
	top:0;
	left:0;
	background-color:#4e4e4e;
	width:100%;
	
}
#nav #fixed_gnav li{
	box-sizing:border-box;
	display:table;
	float:left;
	border-right:1px solid #fff;
	width:20%;
}
#nav #fixed_gnav li:last-child{
	border-right:none;
}
#nav #fixed_gnav li a{
	font-size:0.7em;
	font-family:"ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
	color:#fff;
	text-decoration:none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding:10% 0;
}
/*#header h1{ margin-top:48px; }*/
#header #searchbox{
	overflow:hidden;
	width:93.75%;
	margin:0 auto;
	border:1px solid #ccc;
}
#header #search_area{ padding: 3.125% 0; }
#header #searchbox .text_box{
	box-sizing:border-box;
	float:left;
	border:none;
	font-size:120%;
	width:86.33333333333333%;
	height: 32px;
	padding-left:5px
}
#header #searchbox .submit{
	background:url("../images/form_btn.png") no-repeat 50% 50%;
	background-size:100%;
	background-color:#04551b;
	text-indent:-9999px;
	float:right;
	width:13.66666666666667%;
	height: 32px;
	border:none;
	padding:0;
}

#slide_cont{ 
	width:100%;	
	margin-bottom: 15%; 
}
#main_cont h2{
	color:#fff;
	font-size:24px;
	line-height:14px;
	text-align:center;
	background-color:#2c9635;
	margin-bottom: 3.125%;
	padding: 4.19% 0 3%;
}
#main_cont #news{
	font-size:16px;
	line-height:1.5;
	margin-bottom: 8%;	
}

#main_cont #news #news_box{
	overflow:auto;
	width:93.75%;
	height:250px;
	margin:0 auto;
}
#main_cont #news #news_box li{
	border-bottom:1px dotted #cccccc; 
	margin-bottom:5%; 
	padding-bottom:5%;
}
#main_cont #news #news_box li:last-child{
	border:none;
	margin:0;
	padding:0;
}
#main_cont #news #news_box li h3{ color:#2c9635; }
#main_cont #news #news_box li .txt{ color:#dd0000; }
#main_cont #news #news_box li .name a{
	color:#222;
	text-decoration:none;
}
#new_arrivals{ margin-bottom:5%; }
#new_arrivals .list{ overflow:hidden; }
#new_arrivals .list li{
	float:left;
	line-height:28px;
	width:31.25%;
	margin-bottom:3%;
}
#recommend,
#food,
#goods,
#pickup{ margin-bottom:5%; }
#pickup .list li{ margin-bottom:6%; }
#pickup .list li .name{ color:#222222; }
#attention{ margin-bottom:5%; }
#attention .detail_list{ 
}

#attention .detail_box h3{
	font-size:18px;
	font-weight:bold;
}
#attention .detail_list li{ 
	overflow:hidden;
	border-bottom:1px dotted #cccccc;
	margin-bottom:5%;
	padding:0 3.125% 5%;
}
#attention .detail_list li:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
#attention .detail_list li a{ display:block; }
#attention .img{
	float:left;
	width:48.33333333333333%;
}
#attention .detail_list{ overflow:hidden; }
#attention .detail_box{
	float:right;
	width:48.33333333333333%;
	color:#222222;
}
#attention .detail_box h2,
#attention .detail_box .txt{ margin-bottom:3%; }
#attention .detail_box .price{  color:#dd0000; }
#slider2{ 
	width: 93.75%;
	margin: 0 auto 10%;
}
.banner{ 
	width: 93.75%;
	margin: 0 auto 8%;
}


#footer{ width:100%; }
#footer #f_nav{ 
	overflow:hidden;	
	background-color:#eeeeee; 
}
#footer #f_nav li{ border-top:1px solid #cccccc; }
#footer #f_nav li:last-child{ border-bottom:1px solid #cccccc; }
#footer #f_nav li a{
	display:block;
	color:#777;
	font-size:14px;
	text-decoration:none;
	padding:2% 0 2% 2%;
}
#footer #f_nav li a:after{
	content:url("../images/footer_arrow.png");
	float:right;
	margin-right:1.25%;
}
#footer #copy{
	display:table;
	color:#fff;
	font-size:13px;
	text-align:center;
	background-color:#00561f;
	width:100%;
	padding:1.5% 0;
}
#footer #copy span{
	display:table-cell;
	margin:0 auto;
}
/*
@media screen and (max-width: 769px) {
	#header #searchbox .submit {
		width: 7.666667%;
		height: 32px;
	}
}
*/




/*夏季休暇*/

.newstext{
	background-color:#F00;
	text-align:center;
	padding:10px;
	margin:10px 0;
}

.newstext a{
	color:#FFF;
}




/*------------------------------
インフォメーションへの導線
-------------------------------*/

	.sp-info{
		font-weight: bold;
		text-decoration: underline;
		text-align: center;
		font-size: 0.75em;
		margin: 20px 0;
	}
	
	.sp-info a{
		color: #d10000;
	}
	
	.sp-info a:hover{
		opacity: 0.8;
	}
	
	.sp-info span.news_icon{
		background-color: #d10000;
		padding: 3px 6px;
		display: inline-block;
		color: #fff;
		margin-right: 5px;
		text-decoration: none;
	}



/*------------------------------
熱帯用css
-------------------------------*/
#nettai_wrapper #header #searchbox .submit{
	background:url("../images/form_btn_n.png") no-repeat 50% 50%;
	background-size: 100%;
	background-color:#fc6603;
}

#nettai_wrapper #main_cont h2{
	background-color:#fc6603;
}

#nettai_wrapper #main_cont #news #news_box li h3{ color:#fc6603; }

#smallanimal,
#reptiles{ margin-bottom:5%; }

#nettai_wrapper #footer #copy{
	background-color:#fc6603;
}