@charset "UTF-8";
.pane-contents  .originalpage_wrap .container { display: block; }
h1{margin: 0;}
h1:before,h1:after{display: none;}

.block-sowingcalendar-select input[type="radio"] + label::before,
.block-sowingcalendar-select input[type="radio"] + label::after{
  display: none;
}

.originalpage_wrap .block-sowingcalendar-banner.container,
.originalpage_wrap .block-sowingcalendar-select.container {
	display: block;
}

.col-xs-6,
.col-sm-6 {
  width: 50%;
}
.col-xs-12,
.col-sm-12,
.col-md-9,
.col-12 {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .col-xs-12,
  .col-sm-12,
  .col-md-9,
  .col-12 {
    width: 100%;
    float: none;
  }
}
.btn-checkbox > label, .btn-checkbox > a, .btn-checkbox > span{
  display: block !important;
  width: 100%;
}

#SeedOnlineShop.container > div {
	margin-top: 4.0rem;
	padding: 20px;
	border: 2px solid #e7e4d9;
	border-radius: 5px;
}
@media only screen and (max-width: 767px) {
	#SeedOnlineShop.container > div {
		padding: 20px 0;
	}
}
@media only screen and (max-width: 767px) {
	#SeedOnlineShop.container {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.main_visual {
		margin-left: -10px;
		margin-right: -10px;
	}
}
.catchcopy_onlineshop {
	margin: -50px auto 0;
	padding: 0.8rem;
	width: 80%;
	background: #fff;
	text-align: center;
}
.catchcopy_onlineshop::after {
	display: none;
}
.catchcopy_onlineshop img{
	width: 100%;
	max-width: 720px;
}
@media only screen and (max-width: 767px) {
	.catchcopy_onlineshop {
		width: 90%;
	}
}
.deals_point li {
	padding-left: 6.0rem;
}
@media only screen and (max-width: 767px) {
	.deals_point li {
		padding-top: 1.0rem;
		padding-left: 2.0rem;
	}
}
.deals_point li p {
	margin-left: 120px;
	padding-top: 30px;
}
@media only screen and (max-width: 767px) {
	.deals_point li p {
		margin-left: 60px;
		padding-top: 0px;
	}
}
.deals_point li span {
  display: block;
	float: left;
  background-color: rgba(68, 56, 41, 0.8);
  width: 100px;
  height: 100px;
  border-radius: 60px;
  padding: 3.0rem;
  text-align: center;
}
.deals_point li span img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
	.deals_point li span {
	  display: block;
		float: left;
	  background-color: rgba(68, 56, 41, 0.8);
	  width: 45px;
	  height: 45px;
	  border-radius: 50px;
	  padding: 1.0rem;
	  text-align: center;
	}
}
.copy {
	font-size: 1.4rem;
}
.copy span {
	color: #fe0000;
}

.deals_point li strong {
	font-size: 1.8rem;
	color: #fe0000;
}

.note {
	text-align: right;
}
.btn-checkbox > label,
.btn-checkbox > a,
.btn-checkbox > span 	{
	display: block;
	padding: 4.0rem;
	border-radius: 5px;
	text-align: center;
	border: 2px solid #9c8e7c;
	cursor: pointer;
}
.btn-checkbox input:checked + label {
	border-color: #ff0000;
	box-shadow: 0 0 0 2px #ff0000 inset;
}
@media only screen and (max-width: 767px) {
	.btn-checkbox > label,
	.btn-checkbox > a,
	.btn-checkbox > span 	{
		padding: 15px 10px;
		border-width: 1px;
	}
}
@media only screen and (min-width: 768px) {
	.step1 .btn-checkbox input[type="radio"] + label{
		font-size: 24px;
	}
	.btn-checkbox > span 	{
		min-height: 18.2rem;
	}
}
@media only screen and (max-width: 767px) {
	.flex-box .btn-checkbox > span,
	.flex-box .btn-checkbox > a,
	.flex-box .btn-checkbox > label {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		height: 100%;
	}
	.flex-box .btn-checkbox > span b,
	.flex-box .btn-checkbox > a b,
	.flex-box .btn-checkbox > label b {
		min-height: 2.1em;
	}
	.step1 .btn-checkbox input[type="radio"] + label{
		font-size: 16px;
	}
	.step2 .btn-checkbox input[type="radio"] + label{
		font-size: 13px;
		margin-bottom: 3px;
	}
	.btn-checkbox a img{
		width: 64%;
	}
}
.btn-checkbox > label span,.btn-checkbox > a span {
	font-size: 160%;
}
[id*="step-1-"] + label img {
	margin-right: 80px;
	margin-left: -140px;
}
@media only screen and (max-width: 767px) {
	[id*="step-1-"] + label img {
		margin-right: 5%;
		margin-left: -10%;
		width: 30%;
		height: auto;
	}
}
@media only screen and (max-width: 767px) {
	#step-3-1 + label img,
	#step-3-2 + label img,
	#step-3-3 + label img,
	#step-3-3 + a img {
		width: 90%;
	}
}
.seedcalendar-step {
  background-color: #443829;
  line-height: 1.6;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
	padding: 5px;
/*  margin-left: -10px;
  margin-right: -10px;    */
	text-align: center;
}
.seedcalendar-step > img {
  width: 13px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .seedcalendar-step {
    margin-left: 0px;
    margin-right: 0px;
	  padding: 14px;
    border-radius: 40px;
    font-size: 20px;
  }
  .seedcalendar-step > img {
    width: 21px;
  }
}
.seedcalendar-step .label {
  vertical-align: middle;
  font-size: 12px;
}
.seedcalendar-step .label.label-red {
  background-color: #fe0000;
}
.seedcalendar-step .label.label-gray {
  background-color: #999999;
}
.step2[data-flg="vege"] .vegetable-disable label,
.step2[data-flg="flow"] .flower-disable label,
.step2[data-flg="91"] .vegetable-disable label,
.step2[data-flg="96"] .flower-disable label,
.step-wrap.step3 .flower-cold-disable {
	cursor: not-allowed;
	opacity: 0.3;
	pointer-events: none;
	background-color: #eee;
}

.list-nav {
	/* border-top: 1px solid #ebe6e1; */
}
.nav-page li.col-xs-4 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
@media only screen and (max-width: 767px) {
	.nav-page {
		margin-left: -5px !important;
		margin-right: -5px !important;
	}
}

.step-wrap.step2,
.step-wrap.step3 {
  display: none;
}

.btn-checkbox > a {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .btn-checkbox > a:hover {
    border: 2px solid red;
    box-shadow: 0 0 0 2px red inset;
    opacity: 1;
  }
}
/*@media only screen and (max-width: 767px) {
.btn-checkbox > a:hover {
	border: 2px solid #9c8e7c;
	box-shadow: none;
}
}*/
.js-calender-btn-act {
    border: 1px solid #ff0000 !important;
    box-shadow: 0 0 0 2px #ff0000 inset;
}    
.js-step3-btn-disabled {
	cursor: not-allowed;
	opacity: 0.3;
	pointer-events: none;
	background-color: #eee;
}
/* ページャー */
.block-goods-list--pager.pager {
	margin: 40px 0 30px;
	padding: 7px 5px 6px 20px;
	overflow: hidden;
	background-color: #f3f3f3;
	text-align: right;
}
.block-goods-list--pager .pager-total {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.block-goods-list--pager .pager-count {
	font-size: 16px;
	line-height: 2.06;
}
.block-goods-list--pager .pager-count span {
	font-size: 20px;
	line-height: 1.65;
}
.block-goods-list--pager .pagination {
	margin: 0 -2px;
}
.block-goods-list--pager .pagination > * {
	padding: 0;
	border: 0;
	background: none;
}
.block-goods-list--pager .pagination li {
	position: relative;
	font-size: 16px;
}
.block-goods-list--pager .pagination li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 1px;
	height: 15px;
	background-color: #e2e2e2;
}
.block-goods-list--pager .pagination li a,
.block-goods-list--pager .pagination li span {
	display: block;
	line-height: 33px;
	width: 33px;
	height: 33px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.block-goods-list--pager .pagination li span {
	color: #443829;
	font-weight: bold;
}
.block-goods-list--pager .pagination li.pager-first a,
.block-goods-list--pager .pagination li.pager-previous a,
.block-goods-list--pager .pagination li.pager-next a,
.block-goods-list--pager .pagination li.pager-last a {
	width: auto;
	padding: 0 10px;
}