@charset "UTF-8";
/*===============================
base
===============================*/
@media screen and (max-width: 781px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 780px) {
  .sp {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
  font-family: "a-otf-ryumin-pr6n", san-serif;
  line-height: 2.8rem;
  letter-spacing: 0.12rem;
  color: #4b3f46;
  overflow: auto;
}

#wrapper {
  min-width: 1200px;
  overflow: hidden;
}

a {
  color: #4b3f46;
}
a:hover {
  color: #708854;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  font-family: "futura-pt", "source-han-sans-japanese", san-serif;
  font-size: 3.8rem;
  text-decoration: underline;
  text-align: center;
  font-weight: 500;
}

h3 {
  font-size: 2.2rem;
  text-align: center;
}

/*===============================
material
===============================*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
}

/* ボタン
-------------------------------*/
.button {
  font-family: "futura-pt", "source-han-sans-japanese", san-serif;
  font-size: 1.6rem;
  background: #edece4;
  width: 140px;
  display: block;
  text-align: center;
  padding: 5px;
  font-weight: 500;
}
.button:after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
}
.button:hover {
  color: #edece4;
  background: #4b3f46;
}
.button.long {
  width: 200px;
  pointer-events: none;
}

.mail_button {
  font-size: 2.0rem;
  background: #edece4;
  display: flex;
  text-align: center;
  padding: 10px;
  width: 400px;
  justify-content: center;
}
.mail_button span {
  border-bottom: 1px solid #4b3f46;
}
.mail_button span span {
  border: none;
}
.mail_button:before {
  content: '\f0e0';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.mail_button2 {
  font-family: "futura-pt", san-serif;
  font-weight: 500;
  font-size: 1.6rem;
  background: #f8f8f1;
  color: #4b3f46;
  text-align: center;
  width: 110px;
  height: 110px;
  padding-top: 25px;
  border: 2px solid #4b3f46;
}
.mail_button2 span {
  border-bottom: 1px solid #4b3f46;
}
.mail_button2:before {
  content: '\f0e0';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: block;
  font-size: 5.7rem;
  margin-bottom: 10px;
}
.mail_button2:hover {
  background: #4b3f46;
  color: #f8f8f1;
}
.mail_button2:hover span {
  border-bottom: 1px solid #f8f8f1;
}

/* table
-------------------------------*/
.table {
  display: flex;
  flex-wrap: wrap;
  border-top: 0;
  border-bottom: 1px solid #edece4;
}
.table dt {
  width: 20%;
  padding: 40px;
  border-top: 1px solid #edece4;
  background: #f8f8f1;
}
.table dd {
  padding: 40px;
  margin: 0;
  border-top: 1px solid #edece4;
  width: 80%;
}
.table dd ol {
  list-style: decimal;
}

/* placeholder
-------------------------------*/
input::placeholder {
  color: #d1dfc0;
}

input:-ms-input-placeholder {
  color: #d1dfc0;
}

input::-ms-input-placeholder {
  color: #d1dfc0;
}

textarea::placeholder {
  color: #d1dfc0;
}

textarea:-ms-input-placeholder {
  color: #d1dfc0;
}

textarea::-ms-input-placeholder {
  color: #d1dfc0;
}

/*===============================
style
===============================*/
.top_bar {
  background: #708854;
  color: #FFF;
  text-align: center;
  padding: 10px;
}

.float_contents {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  z-index: 120;
}
.float_contents .sub_btn {
  margin-bottom: 15px;
}
.float_contents a {
  display: block;
}

#header {
  font-family: "futura-pt", "source-han-sans-japanese", san-serif;
  z-index: 100;
  position: absolute;
  width: 100%;
  min-width: 1200px;
}
#header .top_bar {
  background: #708854;
  color: #FFF;
  text-align: center;
  padding: 10px;
}
#header #menu {
  background: #FFF;
  padding: 10px 0;
}
#header #menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header #menu ul li {
  position: relative;
}
#header #menu ul li a {
  font-weight: 500;
  padding: 0 50px;
  text-decoration: underline;
}
#header #menu ul li img {
  width: 92px;
}
#header #menu .sub_menu {
  transition: 0.2s;
  display: block;
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  z-index: 100;
  background: #FFF;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  width: 140px;
  border-top: 2px solid #708854;
  margin-left: 50px;
}
#header #menu .sub_menu li:nth-of-type(1) {
  border-bottom: 1px solid #edece4;
}
#header #menu .sub_menu li a {
  padding: 5px 15px;
  width: 140px;
  display: block;
  text-decoration: none;
}
#header #menu .sub_menu li a:before {
  content: '-';
}
#header #menu .sub_menu li a:hover {
  background: #4b3f46;
  color: #f8f8f1;
}
#header #menu .sub_menu.active {
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
  height: auto;
}

#top {
  width: 100%;
  height: 100vh;
  background-position: center 90px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@keyframes fade {
  30% {
    opacity: 1.0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#top .topimg {
  background: url("../images/pc_top_img1_b.jpg") no-repeat;
  width: 100%;
  height: 100vh;
  background-position: center top;
  background-size: cover;
  animation-duration: 10s;
  animation-name: fade;
  animation-fill-mode: forwards;
  z-index: -1;
  margin-top: 90px;
}
#top .info_wrap {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1200px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-family: "futura-pt", "source-han-sans-japanese", san-serif;
  z-index: 100;
}
#top .info_wrap div {
  background: #FFF;
  width: 49%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
}
#top .info_wrap div.tel_area {
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
}
#top .info_wrap div.tel_area p {
  margin-right: 15px;
}
#top #information {
  display: flex;
  align-items: center;
}
#top #information dl {
  display: flex;
  align-items: baseline;
  width: 100%;
}
#top #information dl dt {
  padding-right: 15px;
  border-right: 1px solid;
  margin-right: 15px;
}
#top #information dl dd {
  display: flex;
  width: 100%;
}
#top #information dl dd .info_list li {
  transition: 0.7s;
}
#top #information dl dd .info_list li:nth-child(n+2) {
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
#top #information dl dd .info_list li.active {
  transition: 0.3s;
  margin-bottom: 5px;
}
#top #information dl dd .info_list li.active:nth-child(n+2) {
  opacity: 1;
  transition: 0.2s;
  visibility: visible;
  height: auto;
}
#top #information dl dd .info_list dl {
  padding: 0;
}
#top #information dl dd .info_list dl dd {
  width: auto;
  text-decoration: underline;
}
#top #information dl dd .info_list dl dt {
  border: none;
}
#top #information dl dd .info_btn {
  margin-left: auto;
  cursor: pointer;
}

#index_con h2 {
  padding: 50px 0 100px;
}
#index_con section {
  padding: 50px 0;
}
#index_con dl {
  padding: 20px 55px;
  background: #FFF;
}
#index_con dt {
  font-size: 2.6rem;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}
#index_con .intro {
  position: relative;
}
#index_con .intro .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
#index_con .intro .inner img {
  padding-right: 40px;
  flex-basis: auto;
  flex-shrink: 0;
}
#index_con .intro .inner.right img {
  padding-left: 150px;
  flex-basis: auto;
  flex-shrink: 0;
}
#index_con .intro .inner.right dl {
  width: 50%;
}
#index_con .intro .back_beige {
  background: #f8f8f1;
  height: 190px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#index_con .intro a {
  margin-top: 20px;
}
#index_con .kodawari {
  padding: 100px 20px;
}
#index_con .kodawari h3 {
  margin-bottom: 50px;
}
#index_con .kodawari .inner {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 0 auto;
}
#index_con .kodawari .kodawari_block {
  width: 269px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 0;
}
#index_con .kodawari .kodawari_block dt {
  text-align: center;
  font-family: "futura-pt", san-serif;
  color: #708854;
  margin-bottom: 0;
  padding: 20px;
  line-height: 3.0rem;
}
#index_con .kodawari .kodawari_block dt i {
  display: block;
}
#index_con .kodawari .kodawari_block dd {
  background: #f8f8f1;
  border-radius: 5px;
}
#index_con .kodawari .kodawari_block dd p {
  padding: 10px 20px 20px;
}
#index_con #pickup .inner {
  width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#index_con #review {
  background: #f8f8f1;
}
#index_con #review h2 {
  padding-bottom: 60px;
}
#index_con #review .inner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
#index_con #review ul {
  font-size: 1.6rem;
  padding-right: 20px;
}
#index_con #review ul li {
  margin-bottom: 30px;
}
#index_con #review ul span {
  font-size: 1.4rem;
  display: block;
}
#index_con #review img {
  flex-shrink: 0;
}
#index_con .contact {
  background: #708854;
  color: #FFF;
}

.contact {
  text-align: center;
}
.contact h2 {
  padding: 0 0 30px !important;
}
.contact p {
  font-size: 1.6rem;
}
.contact p span {
  font-size: 1.4rem;
}
.contact .number {
  display: flex;
  justify-content: center;
}
.contact .number p {
  font-size: 2.4rem;
  padding: 10px;
}
.contact .button {
  margin: 30px auto 0;
}

.text_block {
  padding: 0 55px;
}
.text_block dt {
  font-size: 2.6rem;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
}

.contents {
  margin-top: 148px;
}
.contents #page_title {
  padding: 50px;
  text-align: center;
  background-position: top center;
}
.contents #page_title h1 {
  font-family: "futura-pt", "source-han-sans-japanese", san-serif;
  background: #FFF;
  font-weight: 500;
  font-size: 3.8rem;
  padding: 25px;
  width: 580px;
  margin: 0 auto;
}
.contents .intro {
  background: #f8f8f1;
  padding: 50px 0;
}
.contents .intro .inner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.contents .intro .inner img {
  flex-basis: auto;
  flex-shrink: 0;
}
.contents .intro .inner dl {
  padding: 0 90px;
}
.contents .intro .inner dd img {
  display: block;
  margin-left: auto;
  margin-right: -50px;
}
.contents section {
  padding: 100px 0 0;
}
.contents .sec_title {
  margin-bottom: 75px;
}
.contents .sec_title h2 {
  font-size: 3.2rem;
  margin-bottom: 30px;
}
.contents .sec_title p {
  text-align: center;
}
.contents .block_wrap {
  width: 1200px;
  margin: 0 auto;
}
.contents .block_wrap .con_block {
  display: flex;
  align-items: center;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .contents .block_wrap .con_block {
    /*IE10以上*/
    align-items: flex-start;
  }
}
.contents .block_wrap .con_block img {
  z-index: 10;
  position: absolute;
  top: 50px;
}
.contents .block_wrap .con_block dl {
  background: #f8f8f1;
  padding: 80px 100px;
  width: 55%;
  margin-left: auto;
}
.contents .block_wrap .con_block dl dt span {
  position: relative;
  z-index: 100;
}
.contents .block_wrap .con_block .number {
  position: absolute;
  top: 10px;
  right: 110px;
}
.contents .block_wrap .con_block:last-child img {
  top: 60px;
}
.contents .block_wrap .con_block:last-child .number {
  top: 20px;
}
.contents .block_wrap .con_block:last-child dl {
  padding-bottom: 150px;
}
.contents .block_wrap.type_b img {
  right: 0;
}
.contents .block_wrap.type_b dl {
  margin-left: 0;
}
.contents .attention {
  width: 1200px;
  margin: 100px auto 0;
  padding: 0 20px;
}
.contents .attention dl {
  display: flex;
  background: #f8f8f1;
  align-items: center;
  padding: 30px 20px;
}
.contents .attention dl dt {
  font-size: 2.6rem;
  background: #FFF;
  margin: 0 80px;
  padding: 20px 0;
  width: 250px;
  text-align: center;
}
.contents .attention dl dd ul li {
  font-size: 1.3rem;
  display: flex;
}
.contents .attention dl dd ul li:before {
  content: '・';
}

.scene {
  background: #d1dfc0;
  width: 1200px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}
.scene ul {
  display: flex;
  justify-content: center;
}
.scene ul li {
  margin: 0 20px;
}
.scene ul li figure {
  background: #FFF;
  padding: 10px 10px 20px;
  box-shadow: 0px 14px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.scene ul li figure figcaption {
  padding-top: 10px;
}
.scene p {
  font-size: 2.6rem;
}

#herbarium.contents #page_title {
  background: url("../images/products/bg_herbarium.jpg") no-repeat;
}
#herbarium.contents #con1 {
  padding-bottom: 40px;
}
#herbarium.contents #flow {
  text-align: center;
}
#herbarium.contents #flow .mail_button {
  margin: 50px auto 0;
}
#herbarium.contents #flow a {
  display: block;
  margin-top: 50px;
}
#herbarium.contents #con3 .inner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
  align-items: center;
}
#herbarium.contents #con3 dd span {
  display: block;
  color: #708854;
  font-size: 1.2rem;
}
#herbarium.contents #con3 .example {
  padding: 50px 20px;
  width: 1200px;
  margin: 0 auto;
}
#herbarium.contents #con3 .example h3 {
  margin-bottom: 50px;
}
#herbarium.contents #con3 .example ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#herbarium.contents #con3 .example ul figcaption {
  margin-top: 5px;
}
#herbarium.contents #con4 {
  background: #edece4;
  margin-top: 100px;
  padding: 50px 0;
}
#herbarium.contents #con4 .inner {
  display: flex;
  padding: 0 20px 30px;
  width: 1200px;
  margin: 0 auto;
}
#herbarium.contents #con4 .contact {
  background: #FFF;
  width: 1200px;
  margin: 0 auto;
  padding: 30px;
}

#flowers.contents #page_title {
  background: url("../images/products/bg_flowers.jpg") no-repeat;
  background-position: center -130px;
}
#flowers.contents #product .intro {
  position: relative;
  background: none;
}
#flowers.contents #product .intro .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
#flowers.contents #product .intro .inner img {
  padding-right: 40px;
  flex-basis: auto;
  flex-shrink: 0;
}
#flowers.contents #product .intro .inner.right img {
  padding-left: 150px;
  flex-basis: auto;
  flex-shrink: 0;
}
#flowers.contents #product .intro .inner.right dl {
  width: 50%;
}
#flowers.contents #product .intro .text_block {
  background: #FFF;
}
#flowers.contents #product .intro .back_beige {
  background: #f8f8f1;
  height: 190px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#flowers.contents #product .intro a {
  margin-top: 20px;
}
#flowers.contents #con2 {
  margin-top: 45px;
  background: url("../images/products/bg_flowers2.jpg") no-repeat;
  background-position: center;
  padding: 50px 0;
}
#flowers.contents #con2 .inner {
  width: 1200px;
  margin: 0 auto;
}
#flowers.contents #con2 .contact {
  background: #FFF;
  margin: 0 20px;
  padding: 40px;
}

#company.contents #page_title {
  background: url("../images/products/bg_herbarium.jpg") no-repeat;
}
#company.contents #about {
  width: 1200px;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto 150px;
}
#company.contents #about h3 {
  margin-bottom: 50px;
  font-size: 2.6rem;
  text-decoration: underline;
}

#contact.contents #page_title {
  background: url("../images/bg_contact.jpg") no-repeat;
}
#contact.contents .intro {
  padding: 0;
}
#contact.contents .intro .inner {
  background: url("../images/bg_contact2.jpg") no-repeat;
  padding: 80px 0;
  background-position: right;
}
#contact.contents .text_block {
  width: 50%;
  padding: 0 40px;
}
#contact.contents .text_block dt {
  font-size: 2.6rem;
}
#contact.contents .text_block dd {
  padding: 0 16px;
}
#contact.contents .text_block .contact {
  background: #FFF;
  margin-top: 20px;
}
#contact.contents .text_block .contact span {
  color: #708854;
  font-size: 1.3rem;
}
#contact.contents #mail_form {
  padding: 50px 20px;
  width: 1200px;
  margin: 0 auto;
}
#contact.contents #mail_form .form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#contact.contents #mail_form .form dt {
  width: 30%;
  padding: 10px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
#contact.contents #mail_form .form dt .required {
  margin-left: auto;
  font-size: 1.4rem;
  background: #f00000;
  color: #FFF;
  padding: 0 10px;
}
#contact.contents #mail_form .form dd {
  padding: 10px;
  margin: 0;
  width: 70%;
}
#contact.contents #mail_form .form dd p {
  margin-left: 10px;
}
#contact.contents #mail_form .form dd input {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  border: 1px solid #d1dfc0;
}
#contact.contents #mail_form .form dd input.short {
  width: 30%;
}
#contact.contents #mail_form .form dd textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #d1dfc0;
  padding: 5px 10px;
}
#contact.contents #mail_form #submit {
  text-align: center;
  margin-top: 30px;
}
#contact.contents #mail_form #submit input {
  font-family: "a-otf-ryumin-pr6n", san-serif;
  background: #708854;
  font-size: 2.4rem;
  color: #FFF;
  border: none;
  padding: 10px 70px;
  cursor: pointer;
}
#contact.contents #mail_form #submit input:hover {
  background: #4b3f46;
}

#blog.contents #page_title {
  background: url("../images/bg_blog.jpg") no-repeat;
}
#blog.contents .inner {
  padding-bottom: 100px;
}
#blog.contents article {
  width: 720px;
  margin: 80px auto;
}
#blog.contents article .blog_title {
  margin-bottom: 40px;
  text-align: center;
}
#blog.contents article .blog_title .date {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#blog.contents article .blog_title .date span {
  border-bottom: 1px solid #d1dfc0;
}
#blog.contents article .blog_title h1 {
  font-size: 3.0rem;
}
#blog.contents article p {
  margin: 40px auto;
}
#blog.contents article img {
  display: block;
  margin: 0 auto;
}

footer {
  background: #f8f8f1;
}
footer #footer {
  padding: 20px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
footer #footer nav {
  margin-right: auto;
}
footer #footer nav ul {
  display: flex;
}
footer #footer nav ul li {
  margin-right: 20px;
}
footer #footer nav ul li a {
  text-decoration: underline;
}
footer #footer .sub_menu {
  display: block;
  font-size: 1.2rem;
}
footer #footer .sub_menu a:before {
  content: '-';
}
footer #footer .logo {
  margin-right: 20px;
  width: 139px;
}
footer #footer .footer_info {
  margin-right: 20px;
}
footer #footer .footer_info .name {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
footer small {
  font-family: "futura-pt", san-serif;
  text-align: center;
  display: block;
  padding: 5px 0;
  background: #edece4;
  font-size: 1.2rem;
}


/* 2024 */

strong{
	font-weight:bold; color:red;
}
.linebox{
    background: #8aab9c;
    color: #fff;
    padding: 0px 10px 1px;
    font-size: 0.9em;
}
.bannerbox{
    display: flex;
    width: 320px;
    margin: 0 auto;
}
@media screen and (max-width: 779px) {
.bannerbox {
    width: 100%;
    max-width:560px;
    margin: 15px auto;
}

.bannerbox a{
    margin: 0px auto;
    width: 100%;
    padding: 30px;
    font-size: 24px;
    background: #007d27;
    color: #fff;
}
.snsbotan{
	margin-top:15px;
}
}