@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
	color:#333;
	font:14px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	-webkit-text-size-adjust: none;
}

html{background:#fff;}


/* リンク設定
------------------------------------------------------------*/
a{color:#337db6;text-decoration:none;}
a:hover{color:#246292;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}

img {
  vertical-align: bottom;
}


/*************
/* ヘッダー
*************/
#header{
padding:25px 0 30px;
overflow:hidden;
}

* html #header{height:1%;}

#header h1{
font-size:11px;
font-weight:normal;
}


/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:10px 0 0;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
color:#333;
}

.logo span{
font-size:11px;
font-weight:normal;
}


/**************************
/* トップナビゲーション
**************************/
ul#topnav{
float:right;
overflow:hidden;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
margin:0 5px;
text-align:center;
}

ul#topnav a{
font-size:12px;
display:block;
padding:6px 10px;
color:#333;
}

ul#topnav span{
color:#cdcdcd;
font-size:10px;
}

ul#topnav li.active span{
color:#f1ec3c;
font-size:10px;
}

ul#topnav li.active a,ul#topnav a:hover{
	background:#9acc41;
	border-radius:5px;
	color: #FFF;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:5px auto 5px auto;
padding:0;
width:100%;
position:relative;
line-height:1.5;
}

#mainBanner img{
max-width:100%;
height:auto;
}


/**************************
/* Pの設定
**************************/

.detail{
font-size: 17px;
text-align:center;
margin: 10px 10px;
}

.detailordertop{
font-size: 20px;
text-align:center;
margin: 30px 0px 5px;
color:#C00;
}

.detailsmall{
font-size: 17px;
text-align:center;
margin: 20px 0px;
}

.detailmap{
font-size: 15px;
text-align:center;
margin: 10px 0px;
}

.detailkind{
font-size: 17px;
text-align:center;
margin: 20px 0px;
}

.detailorder{
font-size: 17px;
text-align:center;
margin: 0px 0px 5px;
color:#C00;
}

.detailcont{
font-size: 16px;
text-align:center;
margin: 0px 0px 10px;
color:#333;
}

.detailsub{
font-size: 15px;
text-align:center;
margin: 0px 0px 30px;
color:#333;
}

.detailcontsmall{
font-size: 13px;
text-align:center;
margin: 10px 0px 40px;
color:#333;
}



* html .gridWrapper{height:1%;}
	
/**************************
/* 税表示
**************************/
.zei{
	font-size:14px;
}


/*************
メイン コンテンツ
*************/
section.content{
	padding:19px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	border-radius:6px;
	background:#fff;
	overflow:hidden;
	font-size:14px;
}


section.day{
	padding:25px 80px 30px;
	margin:0px 10% 40px;
	border:1px dotted #333;
	border-radius:6px;
	background:#fff;
	overflow:hidden;
	font-size:14px;
}

section.day img{
	margin:0px auto 10px;
	display:block;
}



h3.daytitle{
padding-left:7px;
margin-bottom:20px;
font-size:16px;
border-left:10px solid #dd848c;
}



h3.ringotitle{
font-size:20px;
text-align:center;
margin: 10px 0px 30px;
}

h3.ringomap{
font-size:20px;
text-align:center;
margin: 10px 0px 20px;
}


* html section.content{height:1%;}

section.content p{margin-bottom:5px;}


section.content img{
max-width:90%;
height:auto;
}


.center{
text-align:center;
}




/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:30px auto 50px;
}

table.table th,table.table td{
padding:5px;
border:1px solid #e3e3e3;
}


table.table th{
letter-spacing:1px;
color:#000;
background:#fffc97;
height:50px;
}

/*************
りんご価格のテーブル
*************/
table.appleprice{
border-collapse:collapse;
width:50%;
margin:10px auto 40px;
}

table.appleprice th,table.appleprice td{
padding:5px;
border:1px solid #e3e3e3;
}


table.appleprice th{
letter-spacing:1px;
color:#000;
background:#fffc97;
}

/*************
/* フッター
*************/
#footer{
clear:both;
padding:20px 0px 20px;
overflow:hidden;
font-size:11px; 
text-align:center;
color:#707070;
}

#footer p{
font-size:11px; 
text-align:center;
}

.shamei {
    font-size: 14px;
    line-height: 1.2;
	margin:5px 0;
}


.yago {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
	margin:5px 0;
	clear:both;
}

.teltime {
    font-size: 14px;
    line-height: 1.7;
	margin-bottom:30px;
}

.banchi{
    font-size: 12px;
	text-align:center;
}

/*************
/* 末尾
*************/

#end{
height:80px;
}

/*************
/* 点線
*************/
hr.kugiritop {
    height: 1px;
    border: none;
    border-top: 1px #333 dashed;
	margin-bottom:18px;
}

hr.kugiri {
    height: 1px;
    border: none;
    border-top: 1px #333 dashed;
	margin-top:50px;
}

/**************************
/* セカンド画像
**************************/
.secondBanner{
margin:15px auto 15px auto;
padding:0;
width:100%;
position:relative;
line-height:1.5;
}

.secondBanner img{
max-width:100%;
height:auto;
}



/* PC用 */
@media only screen and (min-width:960px){	
	#wrapper,.inner{
	width:940px;
	padding:0;
	}
	
}


/* モニター幅940px以下 */
@media only screen and (max-width:940px){
	#header h1{padding:0 0 0 10px;}
	#header .logo{padding-left:10px;}
	

h1.ringomap{
font-size:18px;
}


	section.day{
	padding:25px 15px 30px;
	}

}


/* iPad 縦 */
@media only screen and (max-width:768px){
  #header{padding-bottom:15px;
  padding-top:7px}	

	#header h1{text-align:center;}
	
	#header .logo{
	float:none;
	text-align:center;
	padding:7px 5px 15px;
	}

	ul#topnav{
	clear:both;
	width:100%;
	border-top:1px solid #e4e4e4;
	}

	ul#topnav li{
	width:33%;
	margin:0;
	border-bottom:1px solid #e4e4e4;
	border-right:1px dashed #e4e4e4;
	 box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li.active a,ul#topnav a:hover{border-radius:0;}
	
	hr.kugiritop {
	display:none;
	}

}


@media only screen and (min-width:680px){

.br-sp { display:none; }

}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){	
.detailsmall{
font-size: 17px;
margin: 10px 10px;
}

.detailkind{
font-size: 15px;
margin: 10px 10px;
}
	
h3.ringotitle{
font-size:16px;
}

table.appleprice{
border-collapse:collapse;
width:80%;
margin:10px auto 40px;
}
}



/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	border-right:1px dashed #e4e4e4;
	width:50%;
	}
	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
	
	#mainBanner h2,#mainBanner h3{font-size:80%;}
	
	.detailmap{
font-size: 12px;
}

section.day{
	margin:0px 5% 40px;
}

	
}





/* グーグルマップ*/
#canvas_wrapper {
  max-width: 90%;
  min-width: 280px;
  padding: 4px;
  border: 1px solid #CCC;  
  margin: auto;
}
 
#canvas_wrapper img {
  max-width: none;
}
 
#map-canvas {
	height:600px;
	width:100%;
}




/* 水平線*/
hr.style-one {
height: 1px;
border: none;
border-top: 1px #000000 dashed;
margin-top: 10px;
margin-bottom: 10px;
}


/* 水平線・フッタ前*/
hr.style-kugiri {
height: 1px;
border: none;
border-top: 1px #cccccc solid;
margin-top: 10px;
margin-bottom: 10px;
}

/* ページトップへ戻る*/
.page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 7px;
    background: #f1ec3c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	color: #000;
	z-index: 999; /* 重ね１番上 */
}
.page-top:link { 
	color: #000; 
}

