@charset "euc-jp";
@import url('https://fonts.googleapis.com/css?family=Arbutus+Slab');

#wrapper {
  background: url(https://img21.shop-pro.jp/PA01414/272/etc/bg_footer.png?cmsp_timestamp=20180416141951) no-repeat 50% 100% #fff;
}
#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

.row {
  max-width: 1170px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #957f7f;
  background-color: #fff;
  border-radius: 0;
  font-family: inherit;
}
input, button, select, textarea {
  font-family: inherit;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

a:hover, a:active, input:hover, input:active, a:hover img, a:active img { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }

.btn-01 {
  border: 1px solid #2C0000;
  background-color: #2C0000;
  color: #fff;
  *background-color: #2C0000;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #ecd062;
  background-color: #ecd062;
  color: #fff;
  *background-color: #ecd062;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #ecd783;
  background-color: #ecd783;
  color: #fff;
  *background-color: #ecd783;
}

.btn-03 {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #2C0000;
  *background-color: #e6e6e6;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #2C0000;
  *background-color: #e6e6e6;
}
.btn-green {
  border: solid 1px #759330;
  background-color: #759330;
  color: #fff;
  *background-color: #759330;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  border: solid 1px #889B5D;
  background-color: #889B5D;
  color: #fff;
  *background-color: #889B5D;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}



.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

#pagetop {
  height: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop a {
  display: block;
  padding: 15px;
}
/*#pagetop img {
  width: 24px;
  height: auto;
}*/


/* ========================================
      PCの場合
======================================== */

body {
  font-family: "Arbutus Slab", Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #fff;
  font-size: 15px;
  color: #2C0000;
}

a {
  color: #2C0000;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: #5e5e5e;
}
a:hover img {
  opacity: .8;
  transition: .3s;
}

.mag0 { margin-bottom: 0 !important; }

/* アイコン */
.icon {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}

.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.icon-cart:before { background-position: 0 0; }
.icon-search:before { background-position: 0 -16px; }
.icon-user:before { background-position: 0 -32px; }
.icon-down:before { margin: 0; background-position: 0 -64px; }
li#nav .icon-down:before { margin: 5px 5px 0 0; }
.icon-up:before { background-position: 0 -48px; }
.icon-right:before { background-position: 0 -80px; }
.icon-left:before { background-position: 0 -96px; }
.icon-regist:before { background-position: 0 -112px; }
.icon-login:before { background-position: 0 -144px; }
.icon-logout:before { background-position: 0 -128px; }

.text-block {
  line-height: 2;
}

.ttl-h2 {
  margin:0 0 30px 0;
  color: #2C0000;
  border-bottom: 1px solid #2c0000;
  background: url(https://img21.shop-pro.jp/PA01414/272/etc/icn_flower.png?cmsp_timestamp=20180416101808) no-repeat 0% 50%;
  background-size: 1em;
  padding: 5px 0 5px 1.25em;
  font-weight: bold;
  font-size: 180%;
  line-height: 1.5;
  position: relative;
}
.ttl-h2 span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 75%;
}
.ttl-h3 {
  margin-bottom: 10px;
  padding: 5px 0 5px 1.25em;
  border-bottom: 1px solid #2c0000;
  background: url(https://img21.shop-pro.jp/PA01414/272/etc/icn_flower.png?cmsp_timestamp=20180416101808) no-repeat 0% 50%;
  background-size: 1em;
  color: #2C0000;
  font-weight: bold;
  font-size: 140%;
}
.side-section h4 {
  font-size: 120%;
  margin: 0;
  padding: 8px;
  border: solid 1px #2c0000;
  position: relative;
  cursor: pointer;
}
.side-section .doubleslide { position: relative; }
.side-section h4 span,
.side-section .doubleslide span{
	position: absolute;
	top: 12px;
	right: 10px;
}
.side-section h4.active span,
.side-section .doubleslide.active span{
    -webkit-transform: rotateX( 180deg );
    -moz-transform: rotateX( 180deg );
    -ms-transform: rotateX( 180deg );
	transform: rotateX( 180deg );
	transition: .5s;
}
@media screen and ( min-width: 1026px) {
  .side-section h4:hover { text-decoration:none; opacity: 0.8; transition: 0.3s;}
  .side-section h4 a:hover { text-decoration:none;}
}
#container {
  position: relative;
  z-index: 101;
  padding-top: 40px;
}

/* スライダー */

#sliderbutton { display: block; z-index: 200; }
.slider-btn {
  display: block;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  max-width: 178px;
  color: #2C0000;
  background-color: #fff;
  border-color: #fff;
  bottom: auto !important;
  padding: 5px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.slider-btn:hover { color: #2C0000; background-color: #e6e6e6; border-color: #e6e6e6; }
@media only screen and (max-width: 1200px){
  .slider-btn { font-size: 16px; }
}
@media only screen and ( max-width: 980px ){
  .slider-btn { font-size: 14px; }
}

/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
  padding-top: 30px;
}

#header-wrapper {
  margin-bottom: 30px;
  position: relative;
  z-index: 1000;
}

.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 7px 20px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
  .header-headline-nav li a {
    padding-left: 20px;
    color: #2C0000;
    text-decoration: none;
    font-weight: bold;
  }

.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
  .btn-viewcart .icon {
    padding-left: 20px;
  }
  .btn-viewcart .icon:before {
    margin-top: 1px;
  }

.header-logo {
  float: left;
  position: relative;
/*  width: 200px;*/
}
@media screen and (min-width: 982px){
  .header-logo { top: -25px; }
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
    max-width: 100%;
  }
.header-logo .logo-img img { width: 310px; }

.header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 30%;
  bottom: -20px;
  transform: translateX(50%);
  margin-bottom: 0;
}
.header-sns a { margin-right: 10px; }
.header-sns a:last-child { margin-right: 0; }

.header-global-nav {
  z-index: 100;
  float: right;
}
  .header-global-nav ul {
    margin-top: 25px;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 15px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: #2C0000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
  }
    .header-global-nav ul ul {
      position: absolute;
      top: -1px;
      left: 5px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul a {
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        display: block;
        padding: 10px 10px;
        font-size: 14px;
      }
      .header-global-nav ul ul a:hover {
        background: #f9f9f9;
      }

/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
  float: right;
  width: 50px;
  height: 50px;
  background: #99af38;
  border-radius: 50%;
  margin-top: 10px;
  text-align: center;
}
.header-nav-lst-phone {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -50%;
  width: 100%;
  border: 1px solid #2c0000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  z-index: 100;
}
.header-nav-lst-phone ul {
  margin: 0;
  text-aign: left;
}
.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px solid #2c0000;
  text-align: left;
  position: relative;
}
.header-nav-lst-phone li:last-child {
  border-bottom: none;
}
.header-nav-lst-phone li.search {
	border: none;
	padding: 10px;
}
.header-nav-lst-phone li.search form {
	margin-bottom: 0;
}
.header-nav-lst-phone ul li ul {
	border-top: solid 1px #2c0000;
  display: none;
}
.header-nav-lst-phone ul li ul li {
	padding-left: 1em;
}
.header-nav-lst-phone a,
.header-nav-lst-phone span.subtitle {
  display: block;
  padding: 15px 10px;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}

@media screen and (min-width: 981px) and (max-width: 1169px) {
  .header-global-nav li { padding: 0 10px; }
  .header-global-nav a, .header-global-nav span { font-size: 14px; padding-left: 5px; }
  li#nav .icon-down:before { margin: 1px 5px 0 0; }
}

/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 15px;
}
.side-section.slidemenu ul {
  display: none;
}
.side-section li {
  margin: 0;
  padding: 0;
  border-bottom: dotted 1px #cabfbf;
}
.side-section li ul li:last-child { border-bottom: none;}
  .side-section li a,
  .side-section li .doubleslide{
    color: #2C0000;
    text-decoration: none;
    font-weight: normal;
	font-size: 15px;
	padding: 8px;
	display: block;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }
 .side-section li .subgroup li a {
    padding: 8px 8px 8px 16px;
 }
  .side-section li a:hover,
  .side-section li .doubleslide:hover {
	text-decoration: none;
	background: #ebe5d9;
  }
  .side-section .bannerlist li {
	  border: none;
	  margin: 0 0 10px;
  }
  .side-section .bannerlist li img {
      background: #fff;
  }
  .side-section .bannerlist li a {
	  padding: 0;
	  margin: 0;
	  color: #fff;
  }
  .side-section .bannerlist li a:hover {
	  background: inherit;
  }
  .side-section .bannerlist li.mailmag {
	  border: solid 1px #2c0000;
	  background: url(https://img21.shop-pro.jp/PA01414/272/etc/icn_mail.png?cmsp_timestamp=20180416162522) no-repeat 90% 10%;
	  padding: 10px;
  }
  .side-section .bannerlist li.mailmag h3 {
	  margin: 0 0 10px;
	  font-size: 120%;
	  font-weight: bold;
  }
  .side-section .bannerlist li.mailmag span {
	display: block;
  }
  .side-section .bannerlist li.mailmag p:nth-child(odd){
	  margin-bottom: 0;
  }
  .incart-delivery {
    clear: both;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 8px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #eeab53;
  }
  .incart-delivery ul {
    margin: 0;
  }
  .incart-delivery li {
    padding: 2px 0;
    margin: 0;
  }
  .incart-delivery li:first-child {
    border-top: none;
  }
  .search-select {
    margin-bottom: 8px;
  }
  .search-box {
    float: left;
    width: 66.5%;
  }
  .search-btn[type="submit"] {
    float: right;
    padding: 4px 0;
    width: 25%;
  }
.fb, .insta { margin-bottom: 15px; }

/* パンくずリスト */
.topicpath-nav {
  margin-bottom: 20px;
  font-size: 84.615%;
}
  .topicpath-nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath-nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath-nav li a:hover {
    text-decoration: underline;
  }
  .topicpath-nav ul.unstyled li:last-child a {
    font-weight: bold;
  }

/* 囲み */
.container-section {
  margin-bottom: 3em;
  word-break: break-all;
}

.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 40px;
  padding: 0;
  word-break: break-all;
}
.info-block {
  line-height: 1.5;
}
.info-block ul {
  padding: 0px 30px;
}
.news {
  padding: 0;
  margin-bottom: 5px;
}
.news-date {
  padding-right: 10px;
}


/* 商品リスト */
.prd-lst { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.prd-lst-sort {
  margin: 20px 0;
}

.prd-lst-unit {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}

.prd-lst-img {
  background: #fff;
}
/*  .prd-lst-img:hover {
    opacity: 0.8;
}*/

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
}
.prd-lst-exp {
  font-size: 13px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: inherit;
  font-size: 18px;
  font-weight: bold;
}
.prd-lst-discount {
  color: #b81717;
}

.prd-lst-soldout {
  color: #b81717;
}

.more-prd {
  clear: both;
}

/* 商品のページャー PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}
  .prd-lst-pager ul {
    position: relative;
    left: 50%;
    float: left;
    padding-top: 15px;
  }
  .prd-lst-pager li {
    position: relative;
    left: -50%;
    float: left;
    margin-right: 4px;
    text-align: center;
    line-height: 26px;
  }
  .prd-lst-pager li a,
  .prd-lst-pager li span {
    display: block;
    float: left;
    min-width: 26px;
    height: 26px;
    box-sizing: border-box;
    padding: 0 .5em;
  }
  .prd-lst-pager li a {
    border: 1px solid #ecd062;
    background-color: #ecd062;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #ecd783;
    background-color: #ecd783;
  }
  .prd-lst-pager li span {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #c6c6c6;
  }

/* 商品のページャー タブレット スマホ */
.prd-lst-pager-phone {
  text-align: center;
}
  .prd-lst-pager-phone li {
    display: inline;
    margin: 0 10px;
  }
  .prd-lst-pos {
    margin-top: 20px;
  }
  .prd-lst-pos b {
    font-weight: bold;
    font-size: 18px;
  }

.thbackd tr th {background: #f8f8f8; vertical-align:top;}

/* フッター */
#pagetop {
  width: 100px;
  height: auto;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 200;
/*  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;*/
}
#pagetop a {
/*  padding-right: 10px;*/
}
.notice-wrapper {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
}
.notice-wrapper h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px;
	border-bottom: solid 1px #2c0000;
}
.notice-wrapper dl {
	margin: 0 0 15px;
}
.notice-wrapper dl .def-lst-dt {
	padding: 0;
	margin-bottom: 5px;
	font-size: 105%;
	font-weight: bold;
}
.notice-wrapper dl .def-lst-dd {
	padding: 0;
	margin: 0 0 35px;
	border: none;
	line-height: inherit;
}
.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 24.5%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}

/* フッター背景 */
.footer-wrapper {
  padding: 60px 0 200px;
  border-top: 1px solid #d8d8d2;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.footer-lst {
  padding: 0;
}
  .footer-lst li {
    margin: 20px 0;
  }
  .footer-lst a {
    color: #2C0000;
  }

.footer-lst.w45{
  width: 65%;
  display: table;
}
.footer-lst.w45 .footer-thumb {
  margin-bottom: 10px;
  width: 40%;
  display: table-cell;
  vertical-align: top;
}
.footer-lst.w45 .footer-thumb img {
  max-width: 95%;
}
.footer-lst.w45 .footer-text {
  padding-right: 30px;
  display: table-cell;
  vertical-align: top;
  line-height: 1.6;
}
.footer-lst.w45 .footer-text .shoptitle {
  margin-bottom: 10px;
  display: block;
  font-size: 160%;
  font-weight: bold;
}
.footer-lst.w45 .footer-text .shopaddress,
.footer-lst.w45 .footer-text .telno,
.footer-lst.w45 .footer-text .timetable{
  display: block;
}
.footer-lst.w45 .footer-text .bold { font-weight: bold; }
.footer-lst.w45 .footer-text p {
  margin: 10px 0;
  font-size: 90%;
}
.footer-lst.col-lg-3 {
  width: 18%;
}
.footer-lst.col-sm-6.col-lg-3.col:last-child {
  width: 16%;
  padding-right: 0;
  float: right;
}

/* ショップ紹介 */
.manager-name {
  margin: 0 0 10px 0;
  font-size: 20px;
}

.manager-caption {
  margin: 0 0 30px;
  padding: 15px;
  background: #f6f6f6;
}

/* カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

/* copyright */
.copyright {
  clear: both;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .copyright { padding-bottom: 140px;}
}
.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: bold;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
  .def-lst-dd img {
    max-width: 100%;
    width: 40px;
    height: auto;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}

/* freepage */
.freepage {
  word-break: break-all;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

.container-section ol li {
  margin-bottom: 30px;
}

.column2, .shop-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.column2 .column { width:49%; margin-bottom: 15px;}
.shop-flex .shop-textcolumn { width: 75%;}
.shop-flex .shop-linkcolumn { width: 24%;}
.company-tbl {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-top: solid 1px #666;
  border-left: solid 1px #666;
  background: #fff;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
.company-tbl th {
  width: 20%;
  background: #f2f2f2;
  border: none;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  padding: 10px;
  box-sizing: border-box;
}
.company-tbl td {
  border: none;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  padding: 10px;
  box-sizing: border-box;
}
.serif {
  font-family: serif;
}
.btn-brownlarge a {
  background: #2c0000;
  padding: 10px 15px;
  display: block;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px #efefef;
  text-decoration: none;
}

.swiper-button-next:after, .swiper-button-prev:after { color:#fff!important;}
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 12);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* ========================================
      PCかつRetinaの場合
======================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
    }

    /* PCかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1025px) {
  .btn-brownlarge a:hover{
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
  }
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  #sliderbutton {
    left: 3%;
  }
  /* ヘッダー */
  #header {
    padding-top: 0;
  }
  #header-wrapper { margin-bottom: 0; }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 55px;
  }
    .nav-btn-phone img {
      width: 30px;
      height: 50px;
    }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 27%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }
  .side-section .bannerlist li {
	  max-width: 320px;
	  margin: 0 auto 10px;
	  text-align: center;
  }
  .side-section .bannerlist li.mailmag {
	  max-width: 300px;
  }
  .search-box { width: 70%}
  .column2 { margin-bottom: 30px;}
  .icon-down:before {
	  width: 1em;
	  height: 1em;
	  background-size: 1em;
	  background-position: 0px -73px;
  }
  .shop-flex .shop-textcolumn { width: 70%;}
  .shop-flex .shop-linkcolumn { width: 28%;}

  /* ========================================
        タブレットかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }

    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 767px) {
  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }

  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
  }

  .icon-cart:before { background-position: 0; }
  .icon-search:before { background-position: 0 -24px; }
  .icon-user:before { background-position: 0 -48px; }
  .icon-down:before {
	  background-size: 1em;
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px; margin-top: 5px;
    height: 17px;
    background-position: 0 -75px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before { background-position: 0 -120px; }
  .icon-left:before { background-position: 0 -144px; }

  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
  }
  .ttl-h2 span { display: none;}
  .ttl-h3 {
    position: relative;
    margin: 0 0 20px 0;
  }

  .header-logo {
    padding-top: 10px;
    width: 60%;
  }

  /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    left: 20px;
  }
  .slider-btn {
    padding: 4px 10px;
    font-size: 11px;
    max-width: 115px;
  }

  /* スマホ用メニュー */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before {
/*    float: right;*/
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-left: 0;
  }
  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }

  /* メイン */
  .main-section {
	padding-left: 0;
	margin-bottom: 50px;
  }
  
  .column2 .column { width: 100%;}
  .company-tbl,
  .company-tbl tbody,
  .company-tbl th,
  .company-tbl td,
  .company-tbl tr { display: block;width: 100%}

  .shop-flex .shop-textcolumn { width: 100%;}
  .shop-flex .shop-linkcolumn { width: 100%;}

  /* サイドメニュー */
  .side-search {
    width: 185px;
  }
  .search-box {
    width: 70%;
  }
  .search-btn[type="submit"] {
    width: 24%;
  }
  .side-section h4 span {
	  top: 0;
	  right: 0;
  }

  /* 商品 */
  .prd-lst-unit { text-align: center; padding: 0 5px; }
  .prd-lst-sort { text-align: center; }

  /* フッター */
  #pagetop { width: 54px; }
  #pagetop a { padding-right: 15px; }
  .footer-wrapper {
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0 0 30px;
    padding: 0;
    width: auto;
    background: transparent;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
    }
    .footer-lst a {
      display: block;
      padding: 12px 10px;
      color: inherit;
      text-decoration: none;
      font-size: 11px;
	}
	.footer-lst.col-lg-3 { width: 100%; }
	.footer-lst.w45 .footer-text { padding-right: 0;}
	.footer-lst.w45 { width: 100%; display: block;margin-bottom: 20px;}
	.footer-lst.w45 .footer-thumb,
	.footer-lst.w45 .footer-text { display: block; width: 100%;}
	.footer-lst.w45 .footer-thumb img { width: 100%;}
	.footer-lst.w45 .footer-text a { display: inline;padding: 0; font-size: inherit;}
	#pagetop { width: 100px;}
  .copyright {
    font-size: 10px;
  }
  /* ========================================
        スマホかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
      }

      /* スマホかつRetinaでアイコンを白にする場合 */
      .icon-white .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
      }
  }
}

@media only screen and (max-width: 767px){
  #header { position: relative; }
  .header-logo { position: static; }
  .header-sns { right: 0; bottom: 10px; transform: translateX(0); }
}

.title_area a, .header--brand.header--brand--is_image a { display: inline-block; }
.title_area a img, .header--brand.header--brand--is_image a img { width: 100%; max-width: 357px; }

/* IE用 */
.ie_wrapper .container {
  width: 1170px;
}

.side-section .btn { border-radius: 0; }
ul.list-unstyled {
	list-style: none;
	margin: 0 0 25px;
}
.storebox-garden ul.list-unstyled, .storebox-home ul.list-unstyled, .storebox-cafe ul.list-unstyled { margin-left: 15px;}
.storebox-garden ul li, .storebox-home ul li, .storebox-cafe ul li { margin-bottom: 5px;}
.storebox-garden p, .storebox-home p, .storebox-cafe p { margin-bottom: 30px;}
h3.leftborder {
	padding: 0 0 0 15px;
	font-size: 20px;
	border-left: solid 1px #888;
	font-weight: normal;
}
.storebox-garden {
	background: #ffeaf7;
	padding: 20px;
	border-radius: 15px;
}
.storebox-home {
	background: #e9f8cb;
	padding: 20px;
	border-radius: 15px;
}
.storebox-cafe {
	background: #fffdc1;
	padding: 20px;
	border-radius: 15px;
}
.pc-invisible { display: block; }
.sp-invisible { display: none; }

.mail-button {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 200;
}
.line-button {
  position: fixed;
  bottom: 66px;
  left: 10px;
  z-index: 200;
}
@media screen and ( min-width: 768px ) {
  .pc-invisible { display: none; }
  .sp-invisible { display: block; }
}



/** add style grass-page 20250616 **/
.grass-page { margin-bottom: 60px;}
.grass-page * { box-sizing: border-box;}
.grass-page [class*="col-md-"],
.grass-page [class*="col-xs-"] {
	float: none;
}
.small { font-size: 12px;}
.medium { font-size: 14px;}
.large { font-size: 18px}
.bold {
	font-weight: 700;
	font-family: "游ゴシック" , YuGothic, "Yu Gothic", sans-serif;
}
.color-purple { color: #B72E68;}
.bg-grey {
	background: #FAFAFA;
	padding: 15px;
	font-weight: 500;
}
.grass-page {
	letter-spacing: 0.038em;
	line-height: 1.8;
	font-family: "游ゴシック Medium" , YuGothic, "Yu Gothic Medium", sans-serif;
}
.grass-page a {
  text-decoration: underline;
}
.grass-box-inner a {
  color: #1a0dab;
}
.grass-box {
	font-family: "游ゴシック" , YuGothic, "Yu Gothic", sans-serif;
	border: solid 2px #B72E68;
	padding: 8px;
	background: #FAFAF4;
}
.grass-box-inner {
	border: solid 1px #B72E68;
	padding: 25px 20px 10px;
	background: #FAFAF4 url(https://omorigarden.shop-pro.jp/apps/note/grass-img/img_grass.png) no-repeat 100% 100% / 120px;
}
.headline-purple {
	font-family: "游ゴシック" , YuGothic, "Yu Gothic", sans-serif;
	margin: 0 0 20px;
	text-align: center;
	color: #B72E68;
	font-weight: 700;
	line-height: 1.5;
	font-size: 22px;
}
.headline-special {
	font-family: "游ゴシック" , YuGothic, "Yu Gothic", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	background: url(https://omorigarden.shop-pro.jp/apps/note/grass-img/icn_tokusyu.png) no-repeat 0% 0% / 60px;
	padding-left: 70px;
	word-break: auto-phrase;
}
.headline-special span {
	font-size: 60%;
	color: #B72E68;
	display: block;
}
.headline-leaf {
	font-family: "游ゴシック" , YuGothic, "Yu Gothic", sans-serif;
	font-size: 24px;
	font-weight: 700;
	background: url(https://omorigarden.shop-pro.jp/apps/note/grass-img/icn_greenleaf.png) no-repeat 0% 2px / 24px;
	padding-left: 34px; 
	margin: 0 0 10px;
	line-height: 1.3;
}
.headline-point {
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	word-break: auto-phrase;
}
.headline-point span {
	display: block;
	background: #B72E68;
	border-radius: 20px;
	color: #fff;
	padding: 10px 0 9px;
	margin: 0 auto 10px;
	line-height: 1;
	width: 125px;
}
ul.list-leaf,
ul.list-leaf li,
ul.list-leaf li ul,
ul.list-leaf li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5;
}
ul.list-leaf li {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	background: url(https://img21.shop-pro.jp/PA01414/272/etc/icn_flower.png?cmsp_timestamp=20180416101808) no-repeat 0% 3px / 16px;
	padding-left: 24px;
	letter-spacing: 0;
}
ul.list-leaf li ul {
	margin-left: -24px;
}
ul.list-leaf li ul li {
	margin: 15px 0 0;
	padding: 0;
	font-size: 14px;
	background: transparent;
}
ul.list-leaf li ul li:last-child { margin-bottom: 15px;}

.grass-page figure {
	margin: 0;
	padding: 0;
}
.grass-page figure img { width: 100%;}
.grass-page figure figcaption {
	font-family: "游ゴシック" , YuGothic, "Yu Gothic", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	padding: 10px 0 30px;
	word-break: auto-phrase;
}
.grass-page details figure figcaption {
	font-size: 12px;
	padding-bottom: 0;
	line-height: 1.3;
	text-align: left;
	word-break: normal;
}
.grass-page details .d-flex { margin-bottom: 20px;}
.grass-page details summary {
	font-family: "游ゴシック" , YuGothic, "Yu Gothic", sans-serif;
	background: #397B3B;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 10px;
	margin-bottom: 15px;
	position: relative;
}
.grass-page details summary:after {
	content: "";
	width: 21px;
	height: 21px;
	background: url(https://omorigarden.shop-pro.jp/apps/note/grass-img/icn_plus.png) no-repeat 50% 50% / 100%;
	display: block;
	position: absolute;
	right: 10px;
	top: 12px;
	rotate: 0deg;
	transition-duration: 0.3s;
}
.grass-page details[open] summary:after {
	rotate: 45deg;
}
.grass-page details summary::marker { content: "";}

details .d-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 30px;
	width: 100%;
}
.justify-content-start {
	justify-content: start!important;
}
.details .col { padding: 0; margin: 0;}
details .col4 {
	width: 33.33333333%;
	flex: 0 0 auto;
	padding: 0 5px;
}
.col8 {
	width: 66.66666667%;
	flex: 0 0 auto;
	padding: 0 5px;
}
@media screen and ( max-width: 767px ) {
.colxs6 {
	width: 50%;
	flex: 0 0 auto;
	padding: 0 5px;
}
	
}
details .col-xs-6 {
	width: 50%;
	flex: 0 0 auto;
	padding: 0 5px;
}
.green-box {
	background: #FAFAF4;
	border: solid 2px #397B3B;
	padding: 20px;
	margin-bottom: 20px;
}
.green-box h4 {
	margin: 0 0 15px;
	padding: 0;
	color: #397B3B;
	font-size: 20px;
	font-weight: 700;
	font-family: "游ゴシック" , YuGothic, "Yu Gothic", sans-serif;
}
.green-box ol {
	margin: 0;
	list-style: none;
	counter-reset: number;
	font-weight: 500;
}
.green-box ol li {
	list-style: none;
	margin: 0 0 10px;
    position: relative;
    padding-left: 1.5em;
}
.green-box ol li:last-child { margin-bottom: 0;}
.green-box ol li:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #397B3B;
    background: #397B3B;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
	font-family: "游ゴシック" , YuGothic, "Yu Gothic", sans-serif;
    text-align: center;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center
}
.headline-circle {
	font-size: 16px;
	font-weight: 700;
	font-family: "游ゴシック" , YuGothic, "Yu Gothic", sans-serif;
	padding: 0 0 0 20px;
	margin: 0 0 10px;
	line-height: 1.4;
	position: relative;
	letter-spacing: 0;
}
.headline-circle:before {
	content: "●";
	color: #397B3B;
	display: block;
	margin-right: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.point-linebox {
	font-size: 16px;
	font-weight: 700;
	border: solid 1px #B72E68;
	border-radius: 22px;
	color: #B72E68;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.4;
	padding: 9.5px 10px;
	word-break: auto-phrase;
	max-width: 415px;
}
.point-linebox.large-linebox { max-width: 559px;}

.grid-sp-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 30px;
}
.grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 30px;
}
.grid-sp-2 .grid-3 { margin-bottom: 0;}

.grid-col { grid-column-start: 1;}
.line2 { min-height: 44.8px;}
.grid-6.text-start figcaption { text-align: left; word-break: normal;}

@media screen and ( max-width: 767px ){
	.grid-3.grid-sp-1 {
		grid-template-columns: repeat(1, 1fr);
	}
	.grid-sp-2 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		margin-bottom: 30px;
	}
	.grid-6 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		text-align: center;
		margin-bottom: 30px;
	}
}

@media screen and ( min-width: 768px ) {
	
	.headline-purple { font-size: 27px;}
	.headline-special {
		font-size: 34px;
		background-size: 70px;
		padding-left: 80px;
	}
	.d-flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 -5px 30px;
	}
	.col6 {
		width: 50%;
		padding: 0 10px;
		flex: 0 0 auto;
	}
	.col4,
	.col-lg4 {
		width: 33.33333333%;
		flex: 0 0 auto;
		padding: 0 10px;
	}
	.colmd4 {
		width: 33.33333333%!important;
		flex: 0 0 auto;
		padding: 0 5px;
	}
	.col2 {
		width: 10%!important;
		flex: 0 0 auto;
		padding: 0 5px;
	}
	.grass-page details summary { font-size: 18px;}
	.headline-point {
		font-size: 24px;
		text-align: left;
	}
	.headline-point span {
		font-size: 18px;
		text-align: center;
		display: inline-block;
		margin: 0 15px 0 0;
	}
	.line3 { min-height: 81px;}
	.specialflex .line3 { min-height: 67.2px;}
	.specialflex {
		justify-content: start;
		margin: 0;
	}
	.specialflex .col {
		width: 116px;
		margin: 0 0 20px;
		flex: 0 0 auto;
	}
	.specialflex .colx {
		width: 232px!important;
		margin: 0 0 20px;
		flex: 0 0 auto;
	}
	.specialflex .colmdx2 {
		width: 232px!important;
		flex: 0 0 auto;
	}
	.specialflex .colx3 {
		width: 348px;
		margin: 0 0 20px;
		padding: 0 5px;
		flex: 0 0 auto;
	}
	.specialflex .col6 { padding: 0 5px;}

	.specialflex .colx .specialflex .col,
	.specialflex .colx3.colmdx2 .specialflex .col {
		width: 50%;
		flex: 0 0 auto;
	}
	.specialflex .colx3 .specialflex .col {
		width: 33.33333%;
	}

	.grid-2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-bottom: 30px;
	}
	.grid-6 {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 10px;
		text-align: center;
		margin-bottom: 30px;
	}
	.grid-2 .grid-3,
	.grid-3 .grid-2 { margin-bottom: 0;}
}
@media screen and ( min-width: 1024px ) {
	.dlgflex,
	.dlgflex .grid-3 { display: flex;}
	.dlgflex .grid-3 div { width: 111px;}
	.dlgflex .lg2 { width: 232px;}
	.lgline3 { height: 67.2px;}

}
@media screen and ( min-width: 1280px ) {
  .grass-page a:hover { color: #333; text-decoration:none;}
	.details .d-flex {
		--bs-gutter-x: 10px;
		--bs-gutter-y: 0;
		margin-right: calc(-.5 * var(--bs-gutter-x));
		margin-left: calc(-.5 * var(--bs-gutter-x));
	}
	.headline-special {
		font-size: 44px;
		background-size: 90px;
		padding-left: 100px;
	}
	ul.list-leaf li { font-size: 18px;}
	ul.list-leaf li ul li { font-size: 16px;}
	.grass-page figure figcaption { font-size: 14px;}

	.lg-line2 { min-height: 44.8px!important;}
	.line3.lg-lineauto { min-height: auto;}
	.dlgflex .grid-3 div { width: 134px;}
	.dlgflex .lg2 { width: 278px;}
	.lgline3 { height: auto;}

}