@charset "UTF-8";
html {
  font-size: 62.5%;
}

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
  margin: 0px auto;
  text-align: center;
  font-size: 2em;
  color: #313131;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  background-color: #FFF;
  background-image: url("../image/parts/bg_pic.jpg");
  background-attachment: fixed;
  background-position: 480px;
}
@media screen and (max-width: 1000px) {
  body {
    background-image: initial;
  }
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

p {
  font-size: 0.8em;
  line-height: 1.6em;
  padding-left: 0px;
}

li p {
  text-indent: initial;
}

h1 {
  color: #FFF;
  height: 40px;
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
}

h2 {
  color: #FFF;
  padding: 2px 0 0 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: #009D28;
}

section + section > h2 {
  margin-top: 20px;
}

h3 {
  padding: 0.25em 0.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #009D28;
  background: transparent;
  /*左線 */
  border-left: solid 5px #009D28;
}

h4 {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: bold;
}

table {
  font-size: 0.7em;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 640px) {
  body {
    background-image: initial;
    background-color: #FFF;
  }
  h1 {
    font-size: 1.2em;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  h2 {
    font-size: 1.2em;
    line-height: 1.6em;
  }
  h3 {
    font-size: 0.8em;
  }
  p {
    font-size: 0.8em;
  }
}
div#primary {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 25px;
  background-color: #313131;
  font-size: 2rem;
  color: #fff;
  left: 0px;
  right: 0px;
  white-space: nowrap;
}

div#primary p {
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0px auto;
  width: 100%;
  max-width: 960px;
  text-align: left;
}

div#primary:hover {
  height: auto;
  white-space: initial;
}

header {
  position: relative;
  left: 0px;
  width: 100%;
  min-width: 1000px;
  height: 180px;
  background-color: #009d28;
}

div#header_container {
  width: 960px;
  height: 145px;
  padding-top: 35px;
  margin: 0px auto;
}

img[src$="logo.png"] {
  float: left;
  width: 400px;
}

div#header_link {
  width: 400px;
  float: right;
}

p#tel {
  font-size: 1.8em;
  text-align: right;
  color: #fff;
}

#hline {
  height: 100px;
  background-color: #009D28;
}

hr.header {
  border: 10px solid #313131;
}

#h_pic {
  width: 960px;
  height: 240px;
}

@media screen and (max-width: 1000px) {
  header {
    min-width: initial;
    width: 100%;
    height: 165px;
  }
  div#header_container {
    width: 100%;
    height: 130px;
  }
  img[src$="logo.png"] {
    float: left;
    padding-right: 0px;
  }
  div#header_link {
    width: 190px;
    padding-right: 10px;
  }
  p#tel {
    font-size: 1em;
    clear: both;
    text-align: center;
  }
  #h_pic {
    width: 100%;
    overflow: hidden;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  header {
    height: auto;
  }
  div#header_container {
    padding-top: 30px;
    height: auto;
  }
  div#primary {
    position: absolute;
    height: auto;
    font-size: 1em;
    text-align: left;
  }
  div#primary:hover {
    position: fixed;
  }
  img[src$="logo.png"] {
    width: 90%;
    height: auto;
    padding: 0 5%;
  }
  div#header_link {
    width: 90%;
    margin: 0px auto;
    padding-top: 10px;
    float: none;
    clear: both;
  }
}
@media screen and (max-width: 640px) and (max-width: 440px) {
  div#header_link img {
    width: 46%;
    padding: 0 2%;
    float: left;
  }
}
@media screen and (max-width: 640px) {
  hr.header {
    clear: both;
    border: 5px solid #313131;
  }
  #h_pic {
    overflow: hidden;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#nav_global {
  background: #313131;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 40px;
  font-size: 1em;
  padding-top: 8px;
}
#nav_global ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav_global li {
  flex: 1; /* 均等割り */
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #nav_global {
    border-radius: 0;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  #nav_global {
    height: auto;
  }
  #nav_global ul {
    flex-wrap: wrap;
  }
  #nav_global li {
    flex: 0 0 50%;
    height: 30px;
  }
  #nav_global li a {
    display: block;
  }
}

a.gnav:link {
  color: #FFF;
}
a.gnav:visited {
  color: #FFF;
}

#bread {
  background-color: #009D28;
  border-style: solid;
  border-width: 5px 0px;
  border-color: #009D28;
  padding-left: 10px;
}

#bread li {
  background-image: url("../image/parts/vr_bread.png");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #FFF;
  height: 20px;
  float: left;
  padding: 3px 25px 7px 5px;
}

#bread li:last-child {
  background-image: url("../image/parts/vr_bread_end.gif");
}

@media screen and (max-width: 640px) {
  #bread p {
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-width: 100px;
  }
}
footer {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  height: 80px;
  background-color: #313131;
  font-size: 0.8em;
  color: #FFF;
  padding-top: 5px;
}
footer #footer_container {
  text-align: left;
  width: 950px;
  padding-left: 10px;
  margin: 0px auto;
}
@media screen and (max-width: 1000px) {
  footer {
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
  }
  footer #footer_container {
    width: 98%;
    padding-left: 1%;
  }
  footer #footer_container hr {
    clear: both;
    border: 1px solid #fff;
    width: 99%;
  }
}

address {
  float: left;
  width: 460px;
  background-image: url("../image/parts/bg_since.gif");
  background-repeat: no-repeat;
  background-position: 30px;
  font-style: normal;
}
address div {
  float: left;
  padding-right: 40px;
}

#copyright {
  float: left;
  width: 400px;
  padding-top: 52px;
  vertical-align: bottom;
  text-align: right;
}

img[src$="backtop_end.png"] {
  float: right;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  #copyright {
    padding-top: 0px;
    width: 100%;
    text-align: center;
  }
  img[src$="backtop_end.png"] {
    width: 50px;
    margin-right: 10px;
    float: right;
  }
}
@media screen and (max-width: 640px) {
  footer {
    background-image: url("../image/parts/bg_since.gif");
    height: 180px;
  }
  address {
    float: left;
    width: 70%;
    background-position: center;
    background-size: contain;
    background-image: initial;
  }
  address div {
    float: none;
    padding-right: 5%;
  }
  img[src$="backtop_end.png"] {
    margin-top: 74px;
    float: right;
    padding: 10px;
  }
}
/* Sass Document */
#toc {
  margin-bottom: 10px;
  background-color: #f2f2f2;
}

#toc div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #009D28;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
}

#toc div::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
}

#toc ol {
  list-style-type: disc;
  margin: 0;
  overflow: hidden;
}

#toc > ol {
  padding: 1em 1em 1em 3em;
}

#toc ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}

#toc li {
  padding: 5px 0;
  font-weight: 600;
}

#toc ol ol li {
  font-size: 0.9em;
  font-weight: 600;
}

#toc a {
  color: #313131;
  text-decoration: none;
}

.box_con {
  max-width: 720px;
}

@media only screen and (max-width: 768px) {
  .box_con {
    width: 100%;
  }
}
.box_con form {
  width: 100%;
}

.box_con form table {
  width: 100%;
  border-top: 1px dashed;
}

.box_con form table tr {
  position: relative;
}

.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em 0.5em;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
  .box_con form table tr th:before {
    content: "";
    width: 2px;
    border-right: 1px dashed #000;
    height: 70%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media print {
  .box_con form table tr th:before {
    content: "";
    width: 2px;
    border-right: 1px dashed #000;
    height: 70%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.ie8 .box_con form table tr th:before {
  content: "";
  width: 2px;
  border-right: 1px dashed #000;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .box_con form table tr th {
    border-right: none;
    border-left: none;
    text-align: left;
    width: 100%;
    display: block;
    padding: 0.5em 1em;
  }
}
.box_con form table tr th span {
  background: #cd6f55;
  padding: 0 0.3em;
  color: #fff;
  margin-left: 0.5em;
  box-sizing: border-box;
}

.box_con form table tr td {
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
}
.box_con form table tr td .error-field {
  border: 2px solid red;
}

.error-message {
  color: red;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .box_con form table tr td {
    padding-bottom: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    display: block;
    width: 100%;
  }
}
.box_con form table tr .box_br {
  display: block;
}

.box_con form table tr select, .box_con form table tr textarea, .box_con form table tr .wide {
  width: 100%;
  height: 2em;
  padding: 0.5em;
  border: 1px solid #333;
  border-radius: 4px;
  box-sizing: border-box;
}

.box_con form table tr .narrow {
  width: 40%;
  height: 2em;
  padding: 0.5em;
  border: 1px solid #333;
  border-radius: 4px;
  box-sizing: border-box;
}

.box_con form table tr textarea {
  height: 6em;
}

/*プライバシーのデザインcss↓ */
.con_pri {
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}

.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}
.box_check {
  text-align: center;
  margin: 1em auto;
}

.box_check label {
  display: inline-block;
}

.box_check label span {
  margin-left: 0.3em;
}

.btn {
  text-align: center;
}

.btn input {
  display: inline-block;
  background: #eee;
  padding: 0.5em 4em;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.4s;
}
.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.btnAddDestChange,
.btnAddDestAdd,
.btnAddDestCancel,
.btnSubmit {
  margin-top: 1em;
  margin-bottom: 2em;
}

.btnSubmit {
  padding-top: 20px;
}
.btnSubmit input {
  padding: 1em 4em;
  font-size: 1em;
}

.deleteCell {
  text-align: left;
}

.change-choice {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.change-choice input[type=radio] {
  display: none; /* ラジオボタンを非表示 */
  position: absolute; /* ラジオボタンを隠すために絶対位置に */
  opacity: 0; /* 完全に透明にする */
}

.change-choice label {
  flex: 1; /* 親の幅で均等に伸びる */
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px 0;
  cursor: pointer;
}

.change-choice input[type=radio]:checked + label {
  border-color: #2f8f2f; /* 緑系 */
  background: #e0f5e0;
  color: #000;
}

.change-options {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.change-options input.change-check {
  display: none;
  position: absolute;
  opacity: 0;
}

.change-options label {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s ease;
}

.change-options input.change-check:checked + label {
  border-color: #2f8f2f;
  background: #e0f5e0;
}

#modal_overlay {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#modal_overlay p {
  font-size: 1.6em;
}

/* Sass Document */
#top_nav div {
  width: 480px;
  height: 470px;
}
#top_nav div#top_apple {
  background-image: url("../image/parts/bg_apple.jpg");
  float: left;
}
#top_nav div#top_blueberry {
  background-image: url("../image/parts/bg_blueberry.jpg");
  float: right;
}
#top_nav div#top_facebook {
  float: right;
  background-color: #305097;
}
#top_nav div#top_facebook .display_m {
  display: none;
}
#top_nav img {
  position: relative;
  top: 320px;
  left: 30px;
}
@media screen and (max-width: 1000px) {
  #top_nav div {
    width: 50%;
    height: 320px;
    background-size: 100%;
    background-position: center;
  }
  #top_nav div#top_facebook {
    height: 320px;
    float: right;
    background-color: #305097;
  }
  #top_nav div#top_facebook .display_m_none {
    display: none;
  }
  #top_nav div#top_facebook .display_m {
    display: initial;
    width: 80%;
    margin: 0% 10%;
  }
  #top_nav div#top_facebook img.display_m {
    padding-top: 40px;
    position: initial;
    height: initial;
  }
  #top_nav img {
    height: 26%;
    top: 210px;
    left: 5px;
  }
}
@media screen and (max-width: 640px) {
  #top_nav div {
    width: 100%;
    height: 360px;
    background-size: initial;
    background-position: left;
  }
  #top_nav div#top_apple {
    background-image: url("../image/parts/bg_apple_m.jpg");
    float: none;
  }
  #top_nav div#top_blueberry {
    background-image: url("../image/parts/bg_blueberry_m.jpg");
    float: none;
  }
  #top_nav div#top_facebook {
    float: right;
    height: 470px;
    background-color: #fff;
  }
  #top_nav div#top_facebook .display_m_none {
    display: initial;
  }
  #top_nav div#top_facebook .display_m {
    display: none;
  }
  #top_nav img {
    top: 250px;
    height: 100px;
  }
}

#top_content {
  clear: both;
  padding: 10px;
}

#top_commit {
  width: 620px;
  height: 320px;
  float: left;
  background-color: #FFF;
}

#top_access {
  width: 290px;
  float: right;
  height: 290px;
  border: 10px #009d28 solid;
  border-top: 0px !important;
}

h2.side {
  margin: 0px;
  line-height: 40px;
}

img[src$="/map.png"] {
  margin: 0px;
  width: 290px;
  height: auto;
}

#top_banner {
  width: 100%;
  height: 70px;
  background-color: #FFF;
  clear: both;
}
#top_banner ul li {
  float: left;
}
@media screen and (max-width: 1000px) {
  #top_banner {
    height: 50px;
  }
  #top_banner ul li {
    width: 25%;
    padding-top: 8px;
  }
  #top_banner ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #top_banner ul li {
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  #top_commit {
    float: left;
    width: 100%;
    height: auto;
  }
  #top_access {
    width: 100%;
    Display: none;
    float: initial;
  }
}
table#breed_review {
  border-collapse: collapse;
  border: solid #000 1px;
  text-align: center;
}
table#breed_review thead {
  background-color: #d8ad62;
  font-weight: bold;
}
table#breed_review thead th {
  width: 80px;
}
table#breed_review tbody td {
  border-left: dotted #000 1px;
}

.variety_card {
  border: 1px solid #ddd;
  border-left: 8px solid #009D28;
  border-radius: 6px;
  padding: 1rem;
  background: #fff;
  margin-bottom: 1rem;
  display: block;
}
.variety_card img {
  width: 120px;
  height: auto;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
.variety_card h3 {
  margin: 0;
  font-size: 1.2em;
  display: inline-block;
}
.variety_card .parents {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.9em;
  color: #666;
}
.variety_card .features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
.variety_card .features li {
  background: #f5f5f5;
  border-radius: 1em;
  padding: 0.2em 0.8em;
  font-size: 0.9em;
}
.variety_card .desc {
  margin: 0.5rem 0 0;
  line-height: 1.5;
}

/* Scss Document */
#google_map {
  width: 100%;
  height: 400px;
}

.timeline li {
  overflow: hidden;
  position: relative;
}

.tl_date {
  display: list-item;
  width: 100%;
  float: left;
  border-top: dotted 1px #000;
  padding: 4px 10px 0px 36px;
  border-left: 3px #d8ad62 double;
}

.tl_date:before {
  content: "•";
  font-size: 3.2em;
  position: absolute;
  top: 4px;
  left: 6px;
  color: #d8ad62;
}

.tl_txt {
  width: 100%;
  float: left;
  border-left: 3px #d8ad62 double;
  padding: 4px 0px 4px 10px;
}

/* Scss Document */
table.cost, table.fare {
  border-collapse: collapse;
  float: left;
  border: solid #000 1px;
  text-align: right;
}
table.cost tr, table.fare tr {
  height: 24px;
}

.cost thead, .fare thead {
  border: solid #000 1px;
}
.cost thead tr, .fare thead tr {
  text-align: center;
  color: #000;
  background-color: #d8ad62;
  font-weight: bold;
}
.cost thead tr:nth-child(1) td, .fare thead tr:nth-child(1) td {
  border-right: 1px #000 solid;
  width: 50px;
}
.cost thead tr:nth-child(2), .fare thead tr:nth-child(2) {
  background-color: #009D28;
  color: #fff;
}
.cost thead tr:nth-child(2) td:nth-child(2n), .fare thead tr:nth-child(2) td:nth-child(2n) {
  border-right: 1px #000 solid;
}

table.fare thead tr:nth-child(1) {
  background-color: #d8ad62;
  color: #000;
  border-bottom: 1px solid #000;
}
table.fare thead tr:nth-child(1) td:nth-child(5) {
  border-bottom: none;
}
table.fare thead tr:nth-child(3) {
  background-color: #fff;
  vertical-align: top;
}
table.fare thead tr:nth-child(3) td {
  border-right: 1px #000 solid;
  width: 140px;
}
table.fare thead tr td.region2 {
  background-color: #d8ad62;
  color: #000;
  border-top: #000 dotted 1px;
  border-bottom: #000 solid 1px;
}

.cost tbody tr td, .fare tbody tr td {
  border-right: dotted #000 1px;
  padding: 0px 4px;
}
.cost tbody tr td:nth-child(2n), .fare tbody tr td:nth-child(2n) {
  border-right: solid #000 1px;
}

table.fare tbody tr {
  height: 46px;
  text-align: center;
}
table.fare tbody tr td {
  border: 1px #000 solid;
}
table.fare tbody tr th {
  text-align: center;
  background-color: #009D28;
  border: 1px #000 solid;
  color: #fff;
}

.t_scroll {
  overflow-x: auto;
  white-space: nowrap;
}

.t_scroll::-webkit-scrollbar {
  height: 5px;
}

.t_scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.t_scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

ul.list_shipping {
  text-indent: 0px;
  list-style-position: inside !important;
  list-style: disc !important;
  padding-left: 30px;
}

em {
  color: #ff0000;
}

.flavor-legend {
  display: flex;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
  margin: 1rem 0;
}
.flavor-legend li {
  padding: 0.3em 1em;
  border-radius: 2em;
  color: #fff;
  font-weight: bold;
}
.flavor-legend .sweet {
  background: #e94f78;
}
.flavor-legend .mid {
  background: #f5a623;
}
.flavor-legend .sour {
  background: #3fa9f5;
}

.variety_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.variety_list li {
  border: 1px solid #ddd;
  border-left: 8px solid;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background: #fff;
}
.variety_list li[data-flavor=sweet] {
  border-left-color: #f7b5c1;
}
.variety_list li[data-flavor=sweet] h3 {
  color: #e94f78;
}
.variety_list li[data-flavor=mid] {
  border-left-color: #ffd48a;
}
.variety_list li[data-flavor=mid] h3 {
  color: #f5a623;
}
.variety_list li[data-flavor=sour] {
  border-left-color: #a6d9ff;
}
.variety_list li[data-flavor=sour] h3 {
  color: #3fa9f5;
}
.variety_list li h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2em;
  border-left: 0px;
}
.variety_list li p {
  margin: 0 1rem 0.5rem;
  line-height: 1.5;
}

#title-container {
  margin: 20px auto 0px auto;
  text-align: left;
  background-image: url("../image/parts/bg.png");
  width: 960px;
  padding: 0px 20px;
}
@media screen and (max-width: 1000px) {
  #title-container {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-image: initial;
  }
}

#nav_local {
  background-color: #009D28;
  padding-left: 5px;
}
#nav_local ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
#nav_local li {
  flex: 0 0 calc(33.333% - 10px);
}
#nav_local a {
  display: block;
}
#nav_local p {
  border: 5px solid #313131;
  padding: 10px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
}
#nav_local img {
  border: 5px solid #313131;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

#content-container {
  display: flex;
}

#side {
  flex: 0 0 200px;
  padding: 0px 10px;
  background-color: #009D28;
}

#main {
  flex: 1;
  background-color: #fff;
}

#content {
  padding: 10px;
}

@media screen and (max-width: 640px) {
  #content-container {
    flex-direction: column;
  }
  #nav_local {
    padding: 0px 10px 5px;
  }
  #nav_local ul {
    gap: 10px;
  }
  #nav_local li {
    flex: 0 0 calc(50% - 10px);
  }
  #nav_local p {
    border: 3px solid #313131;
  }
  #nav_local img {
    border: 3px solid #313131;
  }
  #side {
    order: 2;
    width: 100%;
    padding: 10px 0 0 0;
  }
  #main {
    order: 1;
  }
  #content {
    margin-right: 0px;
  }
}
/* navi(side) */
.nav_side {
  padding-bottom: 10px;
}

li.snav a {
  display: block;
}
li.snav:first-of-type {
  padding: 4px 2px 0px 0px;
  text-align: center;
  background-color: #313131;
}
li.snav:first-of-type a {
  color: #fff;
}
li.snav:nth-of-type(n+2) {
  margin-bottom: 1px;
  padding: 5px 0 5px 10px;
  border-left: 5px solid #313131;
  background-color: #fff;
}
li.snav:nth-of-type(n+2) a {
  color: #313131;
}
li.snav:nth-of-type(n+2):hover {
  background-color: #313131;
  border-color: #fff;
}
li.snav:nth-of-type(n+2):hover a {
  color: #fff;
}

/* navi(side) end */
.side_wrap {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 5px;
}

#banner {
  background-color: #fff;
}

.img_banner {
  width: 190px;
}

.itemize {
  font-size: 0.8em;
  line-height: 2.4em;
  text-indent: 0;
}

ul.footnote {
  text-indent: 0px;
  list-style-position: inside !important;
  list-style: disc !important;
}

ul.list_bullet {
  list-style-position: outside;
  list-style-type: disc;
  font-size: 0.8em;
  padding-left: 1.6em;
}

table.table-2-column {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
}

table.table-2-column th {
  width: 160px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  background: #efefef;
}

table.table-2-column td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

table.contact {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
}
table.contact th {
  width: 160px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  background: #efefef;
}
table.contact td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

iframe.contact {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  img.content {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .hidden {
    Display: none;
    width: 100%;
  }
}
.img_overlay p {
  position: relative;
  background-color: #fff;
  left: 10px;
  top: 10px;
  width: 25%;
}
.img_overlay img {
  float: left;
  width: 25%;
}

.breed_wrap {
  float: left;
  border: 1px solid #000;
  padding: 5px 10px;
  width: 333px;
  height: 180px;
  margin-bottom: 10px;
}
.breed_wrap:nth-child(2n) {
  margin-right: 10px;
}
.breed_wrap h3 {
  float: left;
  margin-bottom: 0px;
}
.breed_wrap h4 {
  float: right;
  font-size: 0.6em;
  padding-top: 1em;
}
.breed_wrap hr {
  clear: both;
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}
.breed_wrap img {
  float: left;
}
.breed_wrap > p {
  float: right;
  width: 210px;
}

.breed_blueberry {
  width: 210px;
  margin-right: 10px;
}
.breed_blueberry:nth-child(3n) {
  margin-right: 0px;
}

@media screen and (max-width: 1000px) {
  .breed_wrap {
    float: none;
    width: 98%;
    height: 180px;
    padding: 0 1%;
  }
  .breed_wrap:nth-child(2n+1) {
    margin-right: initial;
  }
  .breed_wrap > p {
    float: none;
    width: auto;
  }
  .breed_wrap img {
    padding-right: 5px;
  }
  .breed_blueberry {
    height: initial;
  }
}
.process li {
  position: relative;
  float: left;
  width: 49%;
}
.process li:nth-child(2n+1) {
  padding-right: 2%;
}
.process img {
  width: 100%;
}
.process p {
  position: absolute;
  background-color: #fff;
  opacity: 0.7;
  top: 2px;
  left: 2px;
}
.process p.caption {
  top: initial;
  left: initial;
  bottom: 8px;
  width: 95%;
  padding-right: 5%;
}

.wrap_float img {
  float: left;
  width: 40%;
  padding-bottom: 10px;
}
.wrap_float p {
  float: right;
  width: 58%;
}/*# sourceMappingURL=site.css.map */