/*  Typography  */
body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 15px;
    background: #fdf9f6;
}
.display-pc {
  display: block;
}
.display-sp {
  display: none;
}
#gnavi.sr-only.icon-bar {
  display: none;
}
ol, ul {
  list-style-type: none;
  padding: 0;
}
a img:hover {
	opacity: 0.5 ;
}
a {
  color: #039343;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
p {
  margin: 10px 0;
}
.news {
  margin-bottom: 20px;
}
a.green-dot {
  border-bottom:dotted 2px #039343;
  padding-bottom: 2px;
}
.bread-crumbs {
  /* max-width: 1100px; */
  padding: 20px 0px 0px;
  font-size: 13px;
  margin-left: 296px;
}
.logo-side {
  width: 220px;
  margin: 20px 20px;
}
h1 {
  font-size: 42px;
  line-height: 56px;
  font-family: serif;
  font-weight: normal;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  clear: left;
}
h2 {
  font-size: 28px;
  line-height: 60px;
  font-family: serif;
  font-weight: normal;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  text-align: center;
  clear: left;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
  h2:before, h2:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

h2:before {left:0;}
h2:after {right: 0;}

h3 {
  font-size: 22px;
  font-family: serif;
  border-bottom: 0;
  padding: 0;
  margin: 20px 0 20px;
  line-height: normal;
}
h3.title {
  font-size: 24px;
  font-family: sans-serif;
  /* font-weight: bold; */
  border-bottom: 0;
  padding: 0;
  margin: 30px 0 10px 0px;
  line-height: normal;
}
h4 {
  font-size: 16px;
  text-align: left;
  color: #039343;
}
h5 {
  font-weight: bold;
  padding: 10px 14px;
  color: #000;
  background: #E0CBB3;
  border-top: solid 3px #000;
}
.bold {
  font-weight: bold;
}
a.link-black {
  font-size: 14px;
  color: #000;
  margin-top: 20px;
  text-align: center;
}
a.link-black:hover {
  color: #039343;
}
.bg-white {
  background: #FFF;
}
.product-box {
  background: #EEE;
  padding: 30px;
  margin: 20px 0;
}
.icn-badge3005::after {
	content: "NEW";
	width: 54px;
	display: block;
	position: absolute;
	top: 0;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	background: #D50012;
	color: #FFF;
	font-weight: 700;
	padding: 6px;
 }

/*  General Modules  */
.row {
  margin: 15px;
  /* margin: 0; */
}
.container-fluid {
  padding: 0px;
}
/* .col-sm-4 {
  text-align: center;
} */
.br-sp {
  display: none;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.product {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.price {
  font-size: 16px;
  text-align: center;
}
.price-lrg {
  font-size: 24px;
}

/*  Navigation  */
.logo-box {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 240px;
  height: 240px;
  background: #FFF;
  padding-top: 20px;
  font-size: 30px;
  text-align: center;
  z-index: 3;
  box-shadow:0px 0px 4px 0px #666;
}
.logo {
  width: 186px;
}
.navbar {
  margin: 0 auto;
  background: #039343;
}
.navbar-header {
  display: none;
}
.navbar-bread {
  margin: 0 auto;
  background: #FAF7F3;
}
#gnavi {
  background: #039343;
}
#subnavi {
  background: #FFF;
}
.navbar-default {
  border: none;
  max-width: 1200px;
}
.navbar-default .navbar-brand {
  color: #FFF;
  font-size: 20px;
  margin-left: 264px;
  line-height: normal;
}
.navbar-brand {
  margin: 20px 0px;
  padding: 15px 0px;
}
.sub-navs {
  background: #FFF;
}
.navbar-left {
  margin-left: 250px;
}
.navbar-right {
  /* margin-right: -250px; */
}
.navbar-collapse {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #000;
  background-color: transparent;
}
.nav {
  font-size: 16px;
}
.navbar-nav > li {
  float: left;
  margin: 13px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar-nav > li > a {
  line-height: 30px;
}
.navbar-default .navbar-nav .navbar-left > li > a {
  text-align:right;
  line-height: 30px;
  padding-right:12px;
  color: #FFF;
}
.navbar-nav > li > a.white {
  color: #FFF;
}
.navbar {
  /* min-height: 100px; */
}
.navbar-white {
  background:#FFF;
  height:48px;
}
.icon {
  width: 20px;
}
li.general-nav {
  float: left;
  width: auto;
  margin-top: 10px;
}
.navbar-default .navbar-nav > li > a {
  color: #039343;
  /* padding-right: 12px; */
}
.navbar-nav > li > a
{
  padding:0;
}
.header-search {
  position: absolute;
  top: 30px;
  right: 20px;
}
.header-search-form {
  position: relative;
}
.header-search input[type="text"] {
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  width: 250px;
  height: 37px;
  padding: 0 60px 0 20px;
  border: 1px solid #dcdcdc;
  border-radius: 19px;
  outline: 0 none;
  background-color: #f5f5f5;
}
.header-search-form-btn {
  line-height: 37px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  overflow: hidden;
  width: 48px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0 19px 19px 0;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}
.search-btn {
  padding: 8px 10px;
  vertical-align: middle;
}
.bread-crumbs {
  margin-bottom: 6px;
}

/*  Sliders  */
.keyvisual-sp {
  display: none;
}
.carousel-control {
  opacity: 1;
}
.glyphicon-chevron-left::before {
  content: none;
}
.glyphicon-chevron-right::before {
  content: none;
}
.slide-width {
  max-width: 1280px;
  margin: 0 auto;
}
.product-img {
  margin-top: 30px;
}
/*  New  */
.new-item {
  width: 100%;
}
/*  Label - NEW  */
.new {
  z-index:1;
  position:absolute;
}
.label {
  font-size: 100%;
  border-radius: 0;
  padding: 8px;
  top: 10;
  left: 10;
}
.label-danger {
  background-color: #D50012;
}
.new2 {
}
.label2 {
  font-size: 16px;
  color: #FFF;
  padding: 6px;
  font-weight: 700;
  margin-right: 10px;
}
/*  Banner Area  */
.banner {
  margin: 70px 0 20px;
  width: auto;
}
/*  Product Number  */
.item-detail-num-count {
    font-size: 0;
    display: flex;
    width: 100%;
    margin-bottom: 18px;
}
.item-detail-num-minus {
    font-size: 14px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}
.item-detail-num-minus a {
    font-size: 18px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background-color: #039243;
}
.item-detail-num {
    height: 55px;
    margin-right: 12px;
    padding: 0;
    vertical-align: middle;
}
.item-detail-num-plus {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.item-detail-num-plus a {
    font-size: 18px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background-color: #039243;
}
.item-detail-num input[type="number"] {
    font-size: 14px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    border: solid 1px #ccc;
    -moz-appearance: textfield;
}

/*  CTA  */
.cta {
  background-image: url("cta-bg_1523426196335.jpg");
  background-size: cover;
  padding: 110px 0;
  background-position: -240px 0px;
  margin: 30px 0;
}
.cta-txt {
  margin-left: 60px;
  font-size: 16px;
}
.btn {
  padding: 12px 12px;
  font-size: 18px;
  border-radius: 0px;
  background: #039243;
  box-shadow: 0 5px #006934;
  border: none;
  color: #FFF;
  width: 100%;
  margin: 30px 0;
}
.btn:focus {
  color: #FFF;
}
.btn:hover {
  background: #039243;
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
  box-shadow: none;
  color: #333;
}
.arrow-right {
  margin-left: 20px;
  width: 10%;
}

/*  Footer Area  */
.footer-area {
  background:#EBEBEB;
  padding: 50px 0 30px;
  margin-top: 50px;
}

/*  Calendar + SNS  */
tbody {
  font-size: 12px;
}
td {
    padding: 0.3em;
}
.schedule-area {
  width: 100%;
  text-align: left;
}
.schedule {
  margin-bottom: 20px;
  padding-bottom: 12px;
}
.schedule table {
  width: auto;
  margin: 0 auto 10px;
}
.schedule table th {
  font-size: 13px;
  font-weight: normal;
  padding: 4px;
  text-align: center;
}
.schedule-date {
  line-height: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.e1 .schedule-date {
  color: #000;
  background-color: #CCC;
}
.e2 .schedule-date {
  color: #fff;
  background-color: #039343;
}
.event-list li.event1::before {
  background-color: #CCC;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.event-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: '';
}
.event-list li.event2::before {
  background-color: #039343;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.event-list li {
  line-height: 24px;
  position: relative;
  float: left;
  min-height: 24px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding-left: 35px;
  text-align: left;
  color: #000;
}
.share-icon {
  width: 46px;
  margin-top: 10px;
  margin-right: 20px;
}
.share {
  margin: 50px auto;
}

a.btn-fb {
  font-size: 14px;
  text-align: center;
  font-weight: lighter;
  line-height: 36px;
  display: block;
  text-decoration: none;
  display: inline-block;
  padding: 4px 12px;
  background-color: #2e4a88;
  color: #FFF;
  box-shadow: 0 4px #132B5C;
}
a.btn-fb:hover {
  background: #1B3D82;
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
  color: #FFF;
  box-shadow: none;
}
a.btn-tw {
  font-size: 14px;
  text-align: center;
  font-weight: lighter;
  line-height: 36px;
  display: block;
  text-decoration: none;
  display: inline-block;
  padding: 4px 20px;
  background-color: #000;
  color: #FFF;
  box-shadow: 0 4px #666;
}
a.btn-tw:hover {
  background: #333;
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
  color: #FFF;
  box-shadow: none;
}

/*  Footer  */
footer {
  background:#039343;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  padding: 30px 20px;
  text-transform: uppercase;
}
.right-allow {
  margin: 0 6px;
}

/*  Individual Page  */
.share {
  margin-bottom: 30px;
}
/*  bxSlider  */
div.slider {
    width:100%;
    display:block;
    margin:0px auto;
}

ul.bxslider01 li {/*メインスライダー*/
    display:block;
    width:620px;
    height:auto;
}

ul.bxslider01 li img{
    display:block;
    width:620px;
    height:auto;
}

ul.bxslider02 li a {/*サムネイル*/
    display:block;
    width:100px;
    height:100px;
}

ul.bxslider02 li a img{/*サムネイルの画像*/
    display:block;
    width:100px;
    height:auto;
}

div.controlWrap {
    max-width: 600px;
    display:block;
    position:relative;
    margin:0 auto;
}


/* tablet landscape 横 */
@media (min-width: 1024px) and (max-width: 1280px) {
.logo-box {
  margin: 0px 16px;
  padding: 10px;
  width: 180px;
  height: 190px;
  text-align: center;
}
.logo {
  width: 150px;
}
.navbar-default .navbar-brand {
  margin-left: 212px;
}
.navbar-left {
  margin-left: 200px;
}
.navbar-right {
  margin: 0;
}
.slide-width {
  max-width: 1024px;
  margin: 0 auto;
}
.new-item {
  width: 100%;
}
.banner {
  width: 100%;
}
h1 {
  font-size: 32px;
}
.cta {
  padding: 40px 0;
  background-position: -3400px 0px;
}
.bread-crumbs{
  margin-left: 246px;
}
}


@media (min-width: 597px) and (max-width: 767px){
.navbar {
  margin: 0 auto;
}
.display-pc {
  display: block;
}
.logo-box {
  display: block;
}
.bread-crumbs{
  margin-left: 36px;
}
.navbar-left {
  margin-left: 0px;
}
.navbar-nav {
    margin: 0px;
}
.container-fluid {
    padding: 0px;
}
.header-search {
  top: 10px;
}
.brand-sp {
  display: block;
}
}

/* tablet portrait 縦 */
@media (min-width: 768px) and (max-width: 1019px){
.bread-crumbs{
  margin-left: 226px;
}
.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
.slide-nav {
  width: auto;
}
.navbar-right {
  float: left!important;
  margin-left: 210px;
}
.navbar.navbar-default.bg-white {
  background: #FFF;
}
.logo-box {
  padding: 10px 0;
  text-align: center;
  margin-left: 12px;
  width: 180px;
  height: 220px;
}
.logo {
  width: 150px;
  margin: 14px;
}
.navbar-toggle {
  display: block;
}
.navbar {
  min-height: 60px;
}
.navbar-toggle {
  display: block;
}
.navbar-default .navbar-brand {
  margin-left: 220px;
}
.navbar-left {
  margin-left: 210px;
}
.navbar-collapse {
  padding: 0;
}
.col-sm-12 {
  width: auto;
}
.cta-txt {
  margin-left: 0px;
  font-size: 16px;
  text-align: center;
}
h3 {
  padding: 0px 0px 20px;
  font-size: 20px;
}
h3.side {
  padding: 0px;
}
.schedule-area {
  text-align: left;
}
.schedule{
  font-size: 10px;
}
.schedule-date {
  line-height: 20px;
  width: 20px;
  height: 20px;
}
.price {
  margin-bottom: 30px;
}
.new-box {
  margin-bottom: 20px;
}
.rsample2 span{
  left: 20px;
}
.banner {
  width: 100%;
}
}

/* sp portrait 縦 */
@media (min-width: 0px) and (max-width: 598px) {
.display-pc {
  display: none;
}
.display-sp {
  display: block;
}
.bread-crumbs {
  font-size: 12px;
  margin-left: 30px;
}
.product-img {
    width: auto;
    padding: 0;
}
a.brand-sp {
  color: #FFF;
  margin-left: 30px;
  line-height: 50px;
}
ul.bxslider02 li a {
  width: 100%;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 22px;
  line-height: normal;
  margin: 40px 0 0px;
}
#gnavi.collapse .navbar-collapse {
  background: #FFF;
}
.sr-only.icon-bar {
  display: block;
}
.navbar-header {
  display: block;
}
.navbar.navbar-default.bg-white {
  display: none;
}
.header-search {
  position: absolute;
  top: 6px;
  right: 60px;
  z-index: 2;
}
.navbar-left, .navbar-right, .sub-navs  {
  display: none;
}
.navbar {
  min-height: 0px;
}
#gnavi.in {
  background: #FFF;
}
.category-menu {
  padding: 8px 0;
  color: #039343;
  font-weight: bold;
}
.category-menu-sub {
  font-size: 12px;
  color: #333;
  padding: 4px 0;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.header-search input[type="text"] {
  width: 150px;
}
.news {
  margin-bottom: 30px;
}
.banner {
  margin: 20px 0 10px;
}
.carousel-indicators {
  bottom: -45px;
}
.carousel-indicators .active {
  background-color: #039243;
}
.carousel-indicators li {
  background-color: #CCC;
}
.logo-box {
  display: none;
}
.navbar-brand-sp {
  font-size: 14px;
  padding: 0px 16px;
  line-height: 50px;
  color: #FFF;
}
.navbar-default .navbar-toggle {
  border: none;
  margin-right: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
.logo-side {
  width: 260px;
}
.logo-box {
  width: 120px;
  height: 120px;
  left: 15px;
  padding-top: 10px;
}
.logo-sp {
  width: 80%;
  text-align: center;
  margin: 60px 40px;
}
.logo {
  width: 90px;
}
.keyvisual {
  display: none;
}
.arrow {
  width: 30px;
}
/* .keyvisual-sp {
  background: url("../img/keyvisual-sp.jpg") no-repeat center center #e2f4f4;
  height: 400px;
  display: block;
} */
.new-box {
  margin-top: 30px;
}
.cta {
  padding: 50px 0;
  margin: 0;
}
.cta-txt {
  margin-left: 0px;
  font-size: 16px;
  text-align: center;
}
.category-vegie {
  width: 100px;
}
.rsample1 img{
  width:40px;
}
.rsample2 span {
  position:absolute;
  top:-10px;
  left:10px;
  width:10px;
}
.share-icon {
  /* margin-right: 0px; */
}
.br-sp {
  display: block;
}
.price {
  margin-bottom: 30px;
  line-height: 12px;
}
.schedule-area {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
.clear {
  clear: both;
}
footer {
  font-size: 10px;
}
.sns {
  margin-top: 20px;
}
.col-xs-12 {
  padding: 0px;
}
.pc-pr50 {
	padding-right: 0px;
}
.bx-viewport {
  height: 60px;
}
.container {
  padding: 0px;
}
}
