@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;
}
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;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: text-bottom;
}
/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
body {
	min-width: 1000px;
	line-height: 1.5;
	font-size: 80%;
	color: #333;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover, a:active {
	text-decoration: underline;
	color: #333;
}
a img {
	border: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);		/* ie7 */
	-ms-filter: "alpha(opacity=70)";	/* ie8 */
}
/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
br.clear {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	border: none;
	visibility: hidden;
	font-size: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1%;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
ul.ul {
	list-style: disc;
	padding: 0 0 0 1.5em;
}
ol.ol {
	list-style: decimal;
	padding: 0 0 0 1.75em;
}

.device-sp {
	display: none;
}
.device-pc {
	display: block;
}
/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container {
	width: 100%;
}
/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header {
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px;
}
/********** ページトップボタン **********/
#header .btn-pagetop {
	position: fixed;
	bottom: 100px;
	margin: 0 0 0 1010px;
	z-index: 100;
}
#header .header-inner {
	width: 980px;
	margin: 0 auto;
}
#header img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/********** logo **********/
#header h1 {
	float: left;
}
/********** h-txt **********/
#header .h-txt {
	float: left;
}
/********** tel-help **********/
#header .help-tel {
	float: right;
	width: 390px;
}
#header .help-tel {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}
#header .h-help {
	float: left;
	/*width: 200px;*/
	padding: 5px 0;
	text-align: left;
}
#header .h-help a {
	/*margin: -2px 1px;*/
	margin: 1px 1px;
	display: inline-block;
}
#header .h-houjin {
	float: right;
	padding: 8px 0 0;
}
/********** h-nav **********/
#header .h-nav {
	height: 40px;
	background: url(../images/common/h-nav-bg.png) repeat 0 0;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}
#header .h-nav ul {
	width: 980px;
	margin: 0 auto;
}
#header .h-nav ul li {
	float: left;
}
#header .h-nav ul li a {
	display: block;
	width: 196px;
	height: 40px;
	text-indent: -9999px;
	background-position: left top;
}
#header .h-nav ul li a:hover, #header .h-nav ul li a:active {
	background-position: left bottom;
}
#header .h-nav ul li.h-nav-teiki a {
	background-image: url(../images/common/h-nav-teiki.png);
}
#header .h-nav ul li.h-nav-osusume a {
	background-image: url(../images/common/h-nav-osusume.png);
}
#header .h-nav ul li.h-nav-guide a {
	background-image: url(../images/common/h-nav-guide.png);
}
#header .h-nav ul li.h-nav-faq a {
	background-image: url(../images/common/h-nav-faq.png);
}
#header .h-nav ul li.h-nav-cart a {
	background-image: url(../images/common/h-nav-cart.png);
}
/* --------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------- */
#wrapper {
	width: 980px;
	margin: 0 auto 20px;
}
/* --------------------------------------------------------------------------------
	sub1
-------------------------------------------------------------------------------- */
#sub1 {
	float: left;
	width: 175px;
	line-height: 1.5;
	font-size: 13px;
}
#sub1 .sub1-inner {
	padding: 0 15px 0 0;
}
#sub1 img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/********** 商品カテゴリ **********/
#sub1 .category {
	margin: 0 0 15px;
	padding: 5px;
	background: url(../images/common/s1-bg-cat.png) repeat 0 0;
}
#sub1 .category .category-wrapper {
	padding: 5px;
	background: #fff;
}
/********** 商品カテゴリ　見出し **********/
#sub1 .category .heading {
	padding: 0 0 10px;
}
#sub1 .category .category-box {
	height: 265px;
	margin: 0 0 10px;
	padding: 5px 0 0 5px;
	background: url(../images/common/s1-cat-bg.png) no-repeat 0 0;
}
#sub1 .category .cat-btn {
	padding: 0 0 3px;
}
#sub1 .category .cat-btn img {
	vertical-align: bottom;
}
#sub1 .category .cat-bnrs {
	padding: 0 0 3px;
}
#sub1 .category .cat-bnr {
	padding: 0 0 3px;
}
/********** 商品カテゴリ **********/
#sub1 .category ul {
	margin: 0 0 10px;
	padding: 0 0 10px;
	background: url(../images/common/s1-line-cat.png) no-repeat 0 100%;
}
#sub1 .category li a {
	display: block;
	height: 22px;
	padding: 5px 0 0 36px;
}
#sub1 .category li.s1-icon-cat-teiki a {
	background: url(../images/common/s1-icon-cat-teiki.jpg) no-repeat 0 0;
}
#sub1 .category li.s1-icon-cat-kisetsugentei a {
	padding: 7px 0 0 36px;
	height: 30px;
	background: url(../images/common/s1-icon-cat-kisetsugentei.jpg) no-repeat 0 0;
}
/********** 初めての方 **********/
#sub1 .hajimete {
	margin: 0 0 10px;
	padding: 0 0 10px;
	background: url(../images/common/s1-bg-hajimete.png) no-repeat 0 100%;
	display: none;
}
#sub1 .hajimete .hajimete-box {
	padding: 10px 0 6px;
	border-right: solid 2px #633;
	border-left: solid 2px #633;
	text-align: center;
}
/********** ログイン・マイページ・新規会員登録 **********/
#sub1 .member {
	margin: 0 0 20px;
	padding: 0 0 10px;
	/*background: url(../images/common/s1-bg-hajimete.png) no-repeat 0 100%;*/
}
#sub1 .member .member-box {
	padding: 10px 0 6px;
	/*border-right: solid 2px #633;
	border-left: solid 2px #633;*/
	border: solid 2px #633;
	border-radius: 10px;
	text-align: center;
}
#sub1 .member ul li {
	padding: 0 0 5px;
	text-align: center;
}
/********** 商品 **********/
#sub1 .item-pickup {}
#sub1 .item-pickup .item-pickup-box {
	margin: 0 0 10px;
	padding: 9px 9px 15px;
	border: solid 1px #ccc;
}
#sub1 .item-pickup .thumb {
	padding: 0 0 5px;
}
#sub1 .item-pickup .icon {
	padding: 0 0 5px;
}
#sub1 .item-pickup .item-name {
	padding: 0;
	font-size: 90%;
}
#sub1 .item-pickup .item-name a {
	display: block;
}
#sub1 .item-pickup .price {
	padding: 0 0 5px;
	color: #c00;
}
/********** インタビュー **********/
#sub1 .interview {
	margin: 0 0 10px;
	font-size: 80%;
}
#sub1 .interview .interview-box {
	padding: 11px 9px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
#sub1 .interview .thumb {
	padding: 0 0 10px;
}
#sub1 .interview p {
	padding: 0 0 10px;
}
#sub1 .interview .btn-details a {
	display: block;
}
/********** カレンダー **********/
#sub1 .calendar {
	margin: 0 0 10px;
}
#sub1 .calendar .calendar-box {
	padding: 6px 6px 10px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
#sub1 .calendar .iframe-calendar {}
#sub1 .calendar .iframe-calendar iframe {
	width: 100%;
	height: 200px;
}
#sub1 .calendar p {
	font-size: 70%;
}
/********** スマートフォン **********/
#sub1 .smartphone .smartphone-box {
	padding: 10px 0;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
#sub1 .smartphone .s1-icon-sp-qr {
	padding: 0 0 5px;
	text-align: center;
}
#sub1 .smartphone p {
	padding: 5px 5px 20px;
	font-size: 70%;
}
/********** バナー **********/
#sub1 .bnrs {}
#sub1 .bnrs .bnr {
	padding: 10px 0 5px;
}
#sub1 .bnrs .bnr p {
	padding: 8px 0;
	font-size: 80%;
}
/* --------------------------------------------------------------------------------
	sub2
-------------------------------------------------------------------------------- */
#sub2 {
	float: right;
	width: 175px;
	line-height: 1.5;
	font-size: 13px;
}
#sub2 .sub2-inner {
	padding: 0 0 0 15px;
}
#sub2 img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/********** バナー **********/
#sub2 .bnrs {}
#sub2 .bnrs .bnr {
	padding: 0 0 5px;
}
#sub2 .bnrs .bnr p {
	padding: 8px 0;
	font-size: 80%;
}
/********** プレゼント **********/
#sub2 .present {}
#sub2 .present .bnr {
	padding: 0 0 5px;
}
#sub2 .present .bnr p {
	padding: 8px 0;
	font-size: 80%;
}
/********** 果物年間カレンダー **********/
#sub2 .annual {
	margin: 0 0 10px;
	padding: 9px 9px 0;
	border: solid 1px #9c3;
}
#sub2 .annual .txt-annual {
	padding: 0 0 7px;
}
#sub2 .annual ul {}
#sub2 .annual ul li {
	float: left;
	padding: 0 0 10px;
}
#sub2 .annual ul li.list-right {
	float: right;
}
#sub2 .annual .btn-details {
	padding: 0 0 13px;
}
/********** ランキング **********/
#sub2 .ranking {
	margin: 0 0 10px;
}
#sub2 .ranking .ranking-box {
	padding: 14px 13px 35px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
#sub2 .ranking ul li .item-name {
	padding: 3px;
	font-size: 80%;
}
#sub2 .ranking ul li .item-name a {
	display: block;
}
/********** おすすめ **********/
#sub2 .osusume {
	margin: 0 0 10px;
}
#sub2 .osusume .osusume-box {
	padding: 14px 13px 35px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
#sub2 .osusume ul li .item-name {
	padding: 3px;
	font-size: 80%;
}
#sub2 .osusume ul li .item-name a {
	display: block;
}


#sub2 .thumb img {
    height: 130px !important;
    object-fit: cover;
}
/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#main {
	float: left;
	width: 630px;
}
#main img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#pankuzu {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#pankuzu li {
	float: left;
	white-space: nowrap;
}
/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {}
#footer .f-pagetop {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: right;
}
#footer .footer-outer {
	background: url(../images/common/f-bg.png) repeat;
	width: 100%;
	text-align: left;
	line-height: 1.5;
	font-size: 80%;
}
#footer img {
	max-width: 100%;
	height: auto;
}
/********** 外側 **********/
#footer .footer-outer {}
/********** 内側 **********/
#footer .footer-inner {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 10px;
}
/********** Footer Information **********/
#footer .heading {
	padding: 0 0 30px;
}
/********** フッターコンテンツ **********/
#footer .footer-contents {
	padding: 0 20px;
	font-size: 12px;
}
/********** col1 **********/
#footer .col1 {
	float: left;
	width: 460px;
}
/********** col2 **********/
#footer .col2 {
	float: right;
	width: 460px;
}
/********** 見出し **********/
#footer .sheading {
	margin: 0 0 6px;
	padding: 0 0 10px;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted #333333;
}
#footer .sheading span {
	display: block;
	padding: 3px 0 0 20px;
	color: #333;
	font-weight: bold;
	background: url(../images/common/f-icon-arr.png) no-repeat 0 50%;
}
#footer .ssheading {
	font-weight: bold;
	letter-spacing: 0.1em;
}
/********** section **********/
#footer .section {
	padding: 0 0 15px;
}
#footer span.syousai {
	display: block;
	padding: 5px 0;
}
#footer p.para {
	padding: 5px 0;
}
#footer .f-time {
	padding: 5px 0;
}
#footer span.syousai a {
	text-decoration: none;
	color: #333;
}
#footer span.syousai a:hover, #footer span.syousai a:active {
	text-decoration: underline;
	color: #333;
}
#footer .credit {
	margin: 10px 0;
}
#footer table {
	border-collapse: collapse;
}
#footer table {
	width: 248px;
	border: 1px #ccc solid;
	margin: 5px 0;
}
#footer td, #footer th {
	border: 1px #ccc solid;
	padding: 2px;
}
#footer th {
	background: #e07987;
	color: #FFF;
    text-align: center;
}
#footer td {
	background: #fff;
}
#footer .f-nav {
	padding: 20px 0 0;
	text-align: center;
	font-size: 120%;
}
.copy {
	text-align: center;
	padding: 10px 0;
}
.totop {
	position: fixed;
	bottom: 180px;
	right: 0;
}
#hide_display3:before {
	display: block;
	content: "※会員登録をすることでマイページより、ご購入商品内容の確認や商品の到着日の変更が\A可能となるのでおすすめしております。\A
\A
※会員登録時、メールアドレス 【必須】 欄には、必ずパソコン用のメールアドレスをご登録ください。\A
ご登録されたメールアドレスには、各種お手続きの際に必要な確認メールなど、“果物の達人”からの重要なお知らせが\A
送信されます。携帯電話のメールアドレスでは、文字数制限や表示方法の関係上、正確に内容をご確認いただけないこと\A
があります。ご注文内容の行き違いなど、トラブルの原因となることがありますので、会員登録時は必ずパソコン用の\Aメールアドレスをご登録ください。";
	width: 750px;
	text-align: left;
	/*position: absolute;*/
	background: #fff2f5;
	padding: 5px 16px;
	box-sizing: border-box;
	border-radius: 5px;
	white-space: pre;
	clear: both;
	margin-bottom: 20px;
}

#item_page span.ea-hidden {
    display: inline;
}

#item_page span.ea-visible {
    display: none;
}
/* ============================================================================================ add style 20250807 */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
#main {
	float: none;
	margin-inline: auto;
}