@charset "euc-jp";
#Cont.innerbox form {
	display: block;
	overflow: hidden;
}
div#Social {
	background-color: #f5f5f5;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	transition: none;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	display: block;
	left: 0;
	position: relative;
	top: 0;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: block;
}
.slick-prev, .slick-next {
	border: none;
	cursor: pointer;
	color: #FFF;
	display: block;
	font-size: 0;
	line-height: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	width: 40px;
	padding: 0;
	z-index: 1;
}
.slick-prev {
	background: none;
	display: inline-block;
	height: 18px;
	margin: 0 16px;
	border-left: #333 solid 4px;
	border-bottom: #333 solid 4px;
	left: 0;
	top: 50%;
	width: 18px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.slick-next {
	background: none;
	display: inline-block;
	height: 18px;
	margin: 0 16px;
	border-right: #333 solid 4px;
	border-top: #333 solid 4px;
	right: 0;
	top: 50%;
	width: 18px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
#wrap {
	display: block;
	overflow: hidden;
	position: relative;
}
ul#slider {
	display: block;
	list-style: none;
	margin: 0 auto 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
ul#slider li.slide-item {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	transition: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
ul#slider li.slide-item img {
	border: #CCC solid 1px;
	display: block;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
ul#thumbnail-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
ul#thumbnail-list > li.thumbnail-item {
	border: #CCC solid 1px;
	display: block;
	float: left;
	margin-bottom: 2%;
	margin-right: 2%;
	position: relative;
	width: 32%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
ul#thumbnail-list > li.thumbnail-item:nth-child(3n) {
 margin-right: 0;
}
ul#thumbnail-list > li.thumbnail-item:after {
	background-color: rgba(0,0,0,0.5);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: .3s opacity linear;
	width: 100%;
}
ul#thumbnail-list > li.thumbnail-item.thumbnail-current:after {
	opacity: 0;
}
ul#thumbnail-list > li.thumbnail-item img {
	display: block;
	margin: 0;
	vertical-align: bottom;
	width: 100%;
}
#prd_opt {
	display: block;
	margin: 0;
	padding: 0;
}
#prd_opt > p {
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	vertical-align: bottom;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
#prd_opt > p a {
	background-color: #666;
	color: #FFF;
	display: block;
	padding: .5em 3em;
	vertical-align: bottom;
}
#prd_opt > p a:hover {
	background-color: #999;
}
#prd_opt h1.ttl_h2 {
	background-color: #333;
	color: #FFF;
	font-size: 1.125em;
	font-weight: bold;
	margin: 0;
	padding: 1em 0;
	text-align: center;
}
#prd_opt .product_option_table {
	display: block;
	margin: 0;
	padding: 20px;
	overflow: hidden;
}
#prd_opt .product_option_table > table {
	border: #CCC solid 1px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
#prd_opt .product_option_table > table th {
	border: #CCC solid 1px;
	border-collapse: collapse;
	font-weight: bold;
	padding: .25em;
	text-align: center;
}
#prd_opt .product_option_table > table td {
	border: #CCC solid 1px;
	border-collapse: collapse;
	padding: .25em;
	text-align: center;
  　width: 60%; !important;
}
#option_tbl th {
   width: 55%; !important;
}
.prd_opt_src {
	display: none !important;
}
.product_image {
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 50%;
	width: 37.1875%;/*476px*/
}
.product_image_main {
	display: block;
	margin: 0 0 1em;
	overflow: hidden;
}
.product_image_main img {
	border: #CCC solid 1px;
	display: block;
	height: auto;
	margin: 0;
	max-width: 100%;
	width: 100%;
}
.product_image_thumb {
	display: block;
}
.product_image_thumb > ul > li {
	display: block;
	float: left;
	margin-right: 2%;
/*	cursor: pointer;*/
	width: 32%;
}
.product_image_thumb > ul > li:nth-child(3n) {
	margin-right: 0;
}
.product_image_thumb img {
	border: #CCC solid 1px;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: auto;
}
.product_exp {
	clear: both;
	display: block;
	line-height: normal;
	overflow: hidden;
}
.product_exp b {
	font-weight: bold;
}
.product-info-lst {
	display: block;
	overflow: hidden;
	margin-bottom: 1em;
}
.product-info-lst > ul > li {
	font-weight: bold;
	vertical-align: middle;
}
.product-info-lst > ul > li span {
	vertical-align: middle;
}
ul.notice {
	list-style: disc outside;
	margin-left: 1em;
	overflow: visible;
}
ul.notice li a {
	color: #596a71;
}
.product_info_block h2.ttl_h2 {
	border-bottom: #CCC solid 1px;
	border-top: #CCC solid 1px;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 1em;
	padding: .5em .125em;
}
.product_info_block h2.ttl_h2 small {
	background-color: #b3b3b3;
	background-color: #CCC;
	color: #FFF;
	display: inline-block;
	display: none;
	font-size: .5em;
	line-height: 1em;
	overflow: hidden;
	padding: .8em 1.6em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.product_info_block h2.ttl_h2 span {
	display: block;
}
.product_info_block p.price {
	font-size: 1.5em;
	font-size: 1.875em;
	font-weight: bold;
	margin: 0 .125em .5em;
   color: rgb(191,0,0);
}
.product_info_block p.price span {
	font-size: .5666em;
    color: rgb(191,0,0);
}
.product_info_block p.price small {
	font-size: .5666em;
	font-weight: normal;
}
.product_info_block {
	display: block;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: justify;
	width: 50%;
	width: 58.125%;/*744px*/
}
.product_spec_block {
	display: block;
	overflow: hidden;
}
.product_spec_block > table {
	border-bottom: #CCC solid 1px;
	border-top: #CCC solid 1px;
	border-collapse: collapse;
	margin: 0 0 1em;
	padding: 0;
	width: 100%;
}
.product_spec_block > table th {
	border-collapse: collapse;
	border-bottom: #CCC solid 1px;
	font-weight: bold;
	padding: .75em 0;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}
.product_spec_block > table td {
	border-collapse: collapse;
	border-bottom: #CCC solid 1px;
	padding: .75em 0;
	text-align: justify;
	vertical-align: middle;
}
.product_spec_block > table select {
/*	width: 85%;*/
}
.product_spec_block > table td input {
	border: #CCC solid 1px;
	display: block;
	float: left;
	font-family: YuGothic, 'Yu Gothic', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin-right: .5em;
	padding: .3em;
	width: 3em;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.product_spec_block > table td select {
	border: #CCC solid 1px;
	display: block;
	float: left;
	font-family: YuGothic, 'Yu Gothic', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-right: .5em;
	padding: .3em;
	width: 3em;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */ 
}
.product_spec_block > table td .count {
	display: block;
	float: left;
	width: 15px;
}
.product_order_form .text-titles-list__detail-text {
/*	width: 85%;
	text-align: left;*/
}
.product_unit {
	padding: .3em;
	float: left;
}
.product_init {
	display: none;
}
.product_option {
	clear: both;
	display: block;
	margin: 0 0 1.5em;
	overflow: hidden;
	text-align: justify;
}
.product_option > p {
	display: inline-block;
	background-color: #b3b3b3;
	background-color: #758990;
	background-color: rgb(80, 80, 80);
	color: #FFF;
	font-weight: bold;
	font-size: .875em;
	margin: 0 0 1em;
	margin: 0 0 .5em;
	overflow: hidden;
	padding: .4em 2em;
	text-align: justify;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
/*	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;*/
}
.product_option > p span:nth-child(1):before {
}
.product_option > p span:nth-child(2):before {
	content: "／";
}
.product_option > ul > li {
	font-weight: bold;
	font-size: .875em;
}
.product_option > table {
	border: #CCC solid 1px;
	border-collapse: collapse;
	clear: both;
	margin: 0 0 .5em;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.product_option > table th {
	border: #CCC solid 1px;
	border-collapse: collapse;
	color: #333;
	font-weight: bold;
	padding: .25em 0;
	padding: .5em 0;
	vertical-align: middle;
	width: 25%;
}
.product_option > table th.cell_1 {
	background-color: #f5f5f5;
}
.product_option > table td {
	border: #CCC solid 1px;
	border-collapse: collapse;
	padding: .25em 0;
	padding: .5em 0;
	vertical-align: middle;
}
.product_option > table td.none {
	background-color: #f5f5f5;
}
.product_option > table td br {
	display: none;
}
.product_option > table td span.table_price {
	font-weight: bold;
}
.product_option > table td span.table_price small {
	font-size: .875em;
	font-weight: normal;
}
.product_option > table td.cell_2 {
	padding: .25em 1em;
	padding: .5em 1em;
	text-align: justify;
}
.product_option > table td.cell_2 > div {
	display: inline;
	float: left;
	line-height: 1em;
	padding-top: .05em;
	vertical-align: middle;
}
.product_option > table td.cell_2 > div input {
}
.product_option > table td.cell_2 > label {
	display: inline;
	float: left;
	line-height: 1em;
	margin-left: .5em;
	vertical-align: middle;
}
.product_info_lst {
	float: right;
	width: 30%;
	margin-bottom: 2em;
}
.product_info_lst .icon {
	margin-bottom: .7em;
}
.product_info_lst a {
	color: #444;
	text-decoration: none;
}
.product_info_lst a:hover {
	text-decoration: underline;
}
.product_review {
	margin-bottom: 1.5em;
}
.product_review a {
	font-weight: bold;
}
.social_share {
	margin-top: 1.5em;
}
.social_share li {
}
.product_cart_btn {
}
p.note {
	color: #C00;
}
p.deli {
	font-weight: bold;
	margin-bottom: 2em;
	text-align: justify;
}
p.deli a {
	color: #333;
}
.product_addcart_btn {
	background-color: rgb(255,153,0);
	border: none;
	color: #fff;
	display: block;
	font-family: YuGothic, 'Yu Gothic', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	font-size: 1.125em;
	font-weight: bold;
	margin: 0;
	overflow: hidden;
	text-align: center;
	width: 33.3333%;
	padding: .75em 0;
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product_addcart_btn:hover {
	background-color: #758990;
}
.product_quick_order_btn {
	float: right;
	width: 40%;
	padding: .8em 0;
	background-color: #c67f7f;
	text-decoration: none;
}
.product_member_sale_msg {
	color: #df7676;
}
.stock_error {
	color: #f00;
	margin: 0;
	font-weight: bold;
	font-size: 1.125em;
	line-height: normal;
}
.trackback_block {
	clear: both;
}
.trackback_url {
	padding: .5em;
	width: 60%;
}
.together_block {
	clear: both;
}
@media (max-width: 1280px) {
#Cont {
	padding: 30px 0;
}
.product_info_block {
	padding: 0 30px;
}
.product_spec_block > table {
	font-size: 1.125em;
}
.product_spec_block > table th {
	white-space: nowrap;
}
.product_spec_block > table td {
	padding-left: .5em;
}
.product_spec_block > table td input {
	font-size: 1.125em;
	height: auto;
	line-height: normal;
}
.product_spec_block > table td .count {
	width: 60px;
}
.product_spec_block > table td .count a img {
	height: auto;
	display: block;
	float: left;
	width: 60px;
}
.innerbox {
	padding: 0;
}
.product_info_block {
	padding: 0 20px;
}
.product_image {
	clear: both;
	float: none;
	margin: 0;
	width: inherit;
	width: initial;
}
ul#slider {
	margin: 0 0 30px;
}
ul#slider li.slide-item {
	display: block;
	width: 100%;
}
ul#thumbnail-list {
	margin: 0;
	padding: 0 20px 30px 20px;
}
ul#thumbnail-list > li.thumbnail-item {
	margin-bottom: 0;
}
.product_info_block {
	clear: both;
	float: none;
	margin: 0;
	width: inherit;
	width: initial;
}
.product_addcart_btn {
	margin: 0 auto;
	width: 66.6666%;
}
p.deli {
	margin-bottom: 1em;
}
}


/* ↓乾燥りんごLP用CSS */

  .img-center {
    text-align:center;
    margin:0 auto 1em auto; 
  }
  .container-ringo {
    font-family: 'Zen Maru Gothic', sans-serif;
    background-color:#EBE7DF;
  }
  .about-ringo {
    width:90%;
    margin:2em auto 2em auto;
  }
  .title-ringo {
    font-weight:bold;
    font-size:1.7em;
    color:#006934;
    text-align:left;
    margin: 1em 0 0.5em 0;
    font-family: 'Zen Maru Gothic', sans-serif;
  }
  hr {
    margin:0 0 1em 0;
  }
  .about-ringo p {
    font-size:1.2em;
    margin:0 0 1em 0;
    text-align:justify;
    text-justify:inter-character;
    font-family: 'Zen Maru Gothic', sans-serif;
  }
  .imgleft {
    float:left;
    width:49%;
    font-size:1em;
    margin:0 1% 0 0;
  }
    .imgright {
    font-size:1em;
    margin:0 0 2em 1%;
  }
  .sub-title {
    text-align:center;
    margin:1em auto 0.5em auto;
    font-weight:bold;
    font-size:1.4em;
    color:#D80058;
    font-family: 'Zen Maru Gothic', sans-serif;
  }
  .line-ringo {
    background: linear-gradient(transparent 70%, #FFFEF8 50%); 
  }
  .text-back {
    background-color:#FFFEF8;
    border-radius: 10px;
    width:95%;
    margin:0 auto;
  }
  .textbox-ringo {
    width:95%;
    margin:0 auto;
    padding:1em 0;
    text-align:justify;
    text-justify:inter-character;
    font-family: 'Zen Maru Gothic', sans-serif;
  }
  .textbox-ringo02 {
    width:95%;
    margin:0 auto;
    text-align:justify;
    text-justify:inter-character;
  }
  .img-right {
    width:100%;
    text-align:right;
    margin:0 auto;
  }
  .sub-title02 {
    text-align:left;
    margin:1em auto 0.5em auto;
    font-weight:bold;
    font-size:1.4em;
    color:#D80058;
    font-family: 'Zen Maru Gothic', sans-serif;
  }
 .title-oat {
    font-weight:bold;
    font-size:1.7em;
    color:#ce6300;
    text-align:left;
    margin: 1em 0 0.5em 0;
    font-family: 'Zen Maru Gothic', sans-serif;
}
   .review {
   font-family: 'Zen Maru Gothic', sans-serif;
}

div#Cheked h2 {
	clear: both;
	font-family: "Times New Roman", Times, serif, 'Lusitana', serif;
	font-size: 1.875em;
	letter-spacing: -.5px;
	line-height: normal;
	margin: 0 0 2em;
	padding: 0 0 .75em;
	position: relative;
}
div#Cheked h2:before {
	background: #4d4d4d;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 50px;
}
div#Cheked h2:after {
	background: #ff456c;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	width: 50px;
}

div#Ranking h2 {
	clear: both;
	font-family: "Times New Roman", Times, serif, 'Lusitana', serif;
	font-size: 1.875em;
	letter-spacing: -.5px;
	line-height: normal;
	margin: 0 0 2em;
	padding: 0 0 .75em;
	position: relative;
}
div#Ranking h2:before {
	background: #4d4d4d;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 50px;
}
div#Ranking h2:after {
	background: #ff456c;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	width: 50px;
}

/* YouTube埋め込み動画の表示サイズを強制的に大きくする */
iframe[src*="youtube.com"] {
  width: 960px !important;
  height: 540px !important;
  display: block;
  margin: 20px auto;
  max-width: 100%;
}
