@charset "UTF-8";
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');

/*--------------------------------------------------------------------*/
/* 植物標本をもっと身近に 2025ver */
/*--------------------------------------------------------------------*/

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* {
	margin: 0;
	padding: 0;
}
img,video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
small,
.small {
  font-size: 85%;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.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%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*layout
--------------------------------------------------------------------*/

#herbarium {
  margin: 0;
  background: url("../../../../../img/usr/category/sp/herbarium2023spring/bg_paper.jpg") repeat;
  padding: 10px 0;
}

@media print, screen and (min-width: 768px) {
  #herbarium {
    padding: 30px 0;
  }
}

@media print, screen and (min-width: 840px){
  main {
    padding-bottom: 100px;
  }
}


/*header
--------------------------------------------------------------------*/
.herbarium-header {
  text-align: center;
}
.herbarium-header h1 {
  margin-bottom: 10px;
}
.slider-herbarium {
  background: #fff;
  padding: 10px;
}
.herbarium-prologue {
  
}

.herbarium-nav {
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  margin-bottom: 30px;
}
.herbarium-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;  
}
.herbarium-nav li {
  width: 40%;
}
.herbarium-nav li a {
  display: block;
  padding-top: .75em;
  padding-bottom: .75em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .herbarium-header h1 {
    margin-bottom: 20px;
  }
  .slider-herbarium {
    padding: 15px;
  }
  .herbarium-nav {
    margin-bottom: 50px;
  }
  .herbarium-nav li {
    width: 23%;
  }
  .herbarium-nav li a {
  }
}


/* Section
--------------------------------------------------------------------*/
.herbarium-section {
  margin-bottom: 30px;
}
.herbarium-section h2 {
  background: rgba(75, 58, 52, .7);
  text-align: center;
  margin-bottom: 15px;
  padding: 0 20px;
}

@media print, screen and (min-width: 768px) {
  .herbarium-section {
    margin-bottom: 50px;
  }
  .herbarium-section h2 {
    margin-bottom: 30px;
  }
}


/* Products
--------------------------------------------------------------------*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: 32%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  display: block;
  font-size: 1.125em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  background: #fff;
  border-top: 3px solid #000;
  width: 100%;
  padding: 20px;
  overflow: hidden;
}
#products-push:checked ~ #products-push_content,
#products-storage:checked ~ #products-storage_content,
#products-display:checked ~ #products-display_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #000;
  color: #fff;
}

.tab_content h3 {
  font-size: 1.5em;
  font-family: "Noto Serif JP", serif;
	font-weight: 700;
  text-align: center;
  margin-bottom: 2em;
}
.tab_content h3 span {
  border-bottom: 3px solid #000;
  padding-bottom: .5em;
}

.products-list {
  padding: 20px 0;
}
.products-list .products-lead {
  font-family: "Noto Serif JP", serif;
}
.products-list li {
  background: #fff;
  padding: 10px;
}
.products-list li a img {
  margin-bottom: 10px;
}
.products-list li a p {
  text-align: center;
}
.products-caption {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
.products-name {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.products-price {
  margin-top: .25em;
}

.products-category {
  position: relative;
  height: auto;
}
.products-category-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.products-category-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-align: center;
  padding: .5em 0;
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (min-width: 768px) {
  .products-list h3 {
    font-size: 1.75em;
    font-weight: 500;
  }
  .products-list li {
    padding: 15px;
  }
}


/* Howto
--------------------------------------------------------------------*/
.herbarium-howto {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.herbarium-howto h3 {
  font-size: 1.25em;
  font-family: "Noto Serif JP", serif;
	font-weight: 700;
  text-align: center;
  margin: 1em 0 2em;
}
.herbarium-howto h3 span {
  border-bottom: 3px solid #000;
  padding-bottom: .5em;
}
.herbarium-howto h4 {
  position: relative;
  font-size: 1.125em;
	font-weight: 700;
  margin: 0 0 .75em;
  padding: 0 0 0 30px;
}
.herbarium-howto h4::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: rgba(75, 58, 52, .7);
  margin-right: .25em;
}
.herbarium-howto h5 {
  font-size: 1em;
	font-weight: 700;
  margin: 0 0 .75em;
}

.herbarium-process li p {
  position: relative;
  padding: 7px 0 0 1.75em;
  font-size: .9em;
}
.herbarium-process li em {
  position: absolute;
  top: 5px;
  left: 0;
  color: rgba(75, 58, 52, .7);
  font-size: 1.125em;
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (min-width: 768px) {
  .herbarium-process {
    padding: 20px 20px 0;
  }
  .herbarium-process h3 {
    font-size: 1.5em;
    font-weight: 500;
  }
}


/* Books
--------------------------------------------------------------------*/
.book-header {
  font-size: 1.25em;
  font-family: "Noto Serif JP", serif;
	font-weight: 700;
  text-align: center;
  margin-bottom: 2em;
}
.book-header span {
  border-bottom: 3px solid #000;
  padding-bottom: .5em;
}
.books-title {
  font-size: 1.25em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 1em;
}


/* Links
--------------------------------------------------------------------*/


@media print, screen and (min-width: 768px) {
  .herbarium-process {
    padding: 20px 20px 0;
  }
  .herbarium-information h3 {
    font-size: 1.5em;
    font-weight: 500;
  }
  .herbarium-information .shop {
    padding: 20px 20px 0;
  }
  .herbarium-information .shop .shop-name {
    font-size: 1.25em;
    font-weight: 500;
  }
  .herbarium-information .shop .shop-detail dd li.link a {
    font-size: 1em;
    font-weight: normal;
  }
}




/* Links
--------------------------------------------------------------------*/
.links-bnr {
  background: #fff;
  margin-bottom: 20px;
  padding: 5px;
}


/* Common
--------------------------------------------------------------------*/
.btn-group {
  text-align: center;
  padding: 20px 0;
}
.btn-group-flex {
  display: flex;
  flex-wrap: wrap;
}
.btn-group-flex li {
  width: 100%;
}
.btn-group .herbarium-btn {
  display: block;
  width: 100%;
  max-width: 800px;
  border: 3px solid #333;
  border-radius: 5px;
  background: #fff;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  padding: .5em 1em;
  margin: 5px auto;
}
.btn-group .herbarium-btn:hover,
.btn-group .herbarium-btn:active {
  color: #fff;
  background: #d32462;
  text-decoration: none !important;
}
.btn-group .herbarium-btn::before {
	content: "\f054";
  color: #d32462;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 1em;
}
.btn-group .herbarium-btn:hover::before {
  color: #fff;
  text-decoration: none !important;
}

@media print, screen and (min-width: 768px) {
  .btn-group .herbarium-btn {
    font-size: 1.125em;
    font-weight: normal;
  }
  .btn-group-flex {
    justify-content: space-between;
  }
  .btn-group-flex li {
    width: 49%;
  }
}

