@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* 植物標本 */
/*--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
/*.block-category-globalnav,*/
/*.block-category-list--header,*/
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100% !important;
  max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/* layout
--------------------------------------------------------------------*/

#herbarium {
  background: #f8f4f0;
}

@media print, screen and (min-width: 992px) {
}


/* Header
--------------------------------------------------------------------*/

#herbarium h2 {
  height: 120px;
  position: relative;
  font-size: 1.5em;
  font-family: "Noto Serif JP", serif;
	font-weight: 700;
  text-align: center;
  margin: 0;
}
#herbarium h2 span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 2em 1.5em;
  text-shadow: 0px 0px 5px #fff;
}
#herbarium h2 small {
  display: block;
  font-size: .6em;
  padding-bottom: .25em;
}

.header-about {
  background: url("../../../../img/usr/category/herbarium/bg_about.jpg") no-repeat center center;
  background-size: cover;
}
.header-starterkit {
  background: url("../../../../img/usr/category/herbarium/bg_starterkit.jpg") no-repeat center center;
  background-size: cover;
}
.header-display {
  background: url("../../../../img/usr/category/herbarium/bg_display.jpg") no-repeat center center;
  background-size: cover;
}
.header-plantart {
  background: url("../../../../img/usr/category/herbarium/bg_plantart.jpg") no-repeat center center;
  background-size: cover;
}
.header-specimen {
  background: url("../../../../img/usr/category/herbarium/bg_specimen.jpg") no-repeat center center;
  background-size: cover;
}

@media print, screen and (min-width: 992px) {
  #herbarium h2 {
    height: 250px;
    font-size: 2em;
    font-weight: 500;
  }
  #herbarium h2 span {
    text-shadow: 0px 2px 1px #fff;
  }
}


/* Content
--------------------------------------------------------------------*/
.herbarium-content {
  padding: 20px 0;
}

@media print, screen and (min-width: 1201px) {
  .herbarium-content {
    padding: 40px 0;
  }
}

.herbarium-content .lead {
  font-size: 1.125em;
  line-height: 2;
  padding: 1em 0 3em;
}

.herbarium-content .product-list li {
  background: #fff;
  padding: 15px;
}
.herbarium-content .product-list li a,
.herbarium-content .product-list li a:hover {
  text-decoration: none !important;
}
.herbarium-content .product-list .product-name {
  font-weight: bold;
  padding-top: .75em;
}
.herbarium-content .product-list .product-price {
  text-align: right;
  padding-top: .5em;
}
.herbarium-content .product-list .product-caption {
  padding-top: .5em;
}

.herbarium-content .btn-group {
}
.herbarium-content .btn-group li {
  margin: 10px 0;
}
.herbarium-content .btn-group li a {
  display: block;
  width: 100%;
  max-width: 800px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none !important;
  padding: 1.5em 1em;
  margin: 0 auto;
  color: rgba(0, 0, 0, 1);
  background: #fff;
  border-color: rgba(0, 0, 0, 1);
}
.herbarium-content .btn-group li a:hover {
  color: #fff;
  background: rgba(214, 99, 114, 1);
  border-color: rgba(214, 99, 114, 1);
}
.herbarium-content .btn-group li a::after {
	content: "\f0da";
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .5em;
}
.herbarium-content .btn-group li a:hover::after {
  text-decoration: none !important;
}


@media print, screen and (min-width: 992px) {
  .herbarium-content .lead {
    width: 800px;
    font-size: 1.125em;
    margin: 0 auto;
  }
  .herbarium-content .product-list li {
    padding: 20px;
  }
  .herbarium-content .product-list .product-name {
    font-size: 1.125em;
    font-weight: 500;
  }
  .herbarium-content .btn-group {
    display: flex;
    justify-content: space-between;
  }
  .herbarium-content .btn-group li {
    width: 49%;
    margin: 0;
  }
  .herbarium-content .btn-group li a {
    font-size: 1.25em;
  }
}


