@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::selection {
  background-color: #aed3f1;
}

.pcnone {
  display: none;
}

@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 65.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

html:before, html:after, body:before, body:after {
  content: "";
  background: url(../images/common/frame.png) repeat;
  position: fixed;
  display: block;
  z-index: 5;
}

html:before {
  height: 20px;
  left: 0;
  right: 0;
  top: 0;
}

@media screen and (max-width: 834px) {
  html:before {
    height: 10px;
  }
}

html:after {
  width: 20px;
  top: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 834px) {
  html:after {
    width: 10px;
  }
}

body:before {
  height: 20px;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 834px) {
  body:before {
    height: 10px;
  }
}

body:after {
  width: 20px;
  top: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 834px) {
  body:after {
    width: 10px;
  }
}

body {
  counter-reset: number 0;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.7rem;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #fcf3e4;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.3rem;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.inner2 {
  margin: 0 auto;
  max-width: 1000px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  background-color: #fcf3e4;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin-top: 100px;
  padding-bottom: 120px;
  background-color: #fcf3e4;
}

@media only screen and (max-width: 1220px) {
  #contents {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  #contents {
    padding: 0 25px 50px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

/* section div.form_wrap dl dt {
  @media screen and (max-width: $sp-width){
  width:50%!important;

  }
} */
section div.purchase dl dt {
  min-width: 250px;
  max-width: 160px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  border: none;
  background: none;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
}

header#global_header button {
  display: none !important;
}

@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

header#global_header .inner {
  padding: 0 2%;
}

@media screen and (max-width: 834px) {
  header#global_header .inner {
    position: fixed;
    top: 0;
    background-color: #fcf3e4 !important;
    padding: 1% 1%;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .inner {
    padding: 2.5% 1%;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #333 !important;
}

.h_logo {
  width: 40%;
  z-index: 999;
  text-align: left;
  padding: 10px 0;
}

@media screen and (max-width: 834px) {
  .h_logo {
    padding: 0px 10px;
    width: 30%;
    z-index: 9999;
    margin-top: 0px;
    display: inline-block;
  }
}

@media screen and (max-width: 640px) {
  .h_logo {
    width: 45%;
    left: 2%;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 430px) {
  .h_logo {
    width: 86%;
  }
}

@media only screen and (max-width: 414px) {
  .h_logo {
    width: 80%;
    left: 2%;
  }
}

.h_logo h1 {
  font-size: 13px;
  padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .h_logo h1 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 640px) {
  .h_logo h1 {
    font-size: 11px;
    width: 100%;
    text-align: left;
  }
}

.col_01 {
  width: 100%;
  display: flex;
  padding: 1.5% 0 0 0;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .col_01 {
    padding: 1% 0 0 0;
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    padding: 0;
    display: flex;
  }
}

.info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 90%;
}

@media screen and (max-width: 834px) {
  .info {
    margin-right: 80px;
    width: 95%;
  }
}

@media screen and (max-width: 640px) {
  .info {
    margin-right: 60px;
    width: 90%;
    height: 0;
    margin-top: 22px;
    padding: 0 5%;
  }
}

.col_02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav {
  width: 100%;
  padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .nav {
    top: 0;
  }
}

@media screen and (max-width: 834px) {
  .nav > ul {
    display: none;
  }
}

.nav-list {
  display: flex;
  max-width: 1200px;
  margin: auto;
}

.nav-list li {
  flex-grow: 1;
}

.nav-list li a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  padding: 5px 15px;
  font-weight: 700;
  transition: 0.3s;
  color: #333;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1200px) {
  .nav-list li a {
    padding: 10px;
  }
}

.nav-list li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #004025;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.nav-list li a:hover::after {
  transform: scale(1, 1);
}

.nav-list li a:hover {
  opacity: 0.6;
}

.nav-info {
  display: none;
}

@media screen and (max-width: 834px) {
  .nav-info {
    display: block;
  }
}

.cart {
  background-color: #004025;
  color: #fff !important;
  font-size: 0.8em;
  width: 25%;
  border: 1px solid #004025;
  opacity: 10;
}

@media screen and (max-width: 640px) {
  .cart {
    display: none;
  }
}

.cart:hover {
  background-color: #fcf3e4;
  color: #004025 !important;
}

.tel01 {
  font-size: 1.5em;
  margin-right: 20px;
  line-height: 1.0em;
  text-align: right;
}

@media only screen and (max-width: 1190px) {
  .tel01 {
    font-size: 1.0em;
  }
}

@media screen and (max-width: 834px) {
  .tel01 {
    z-index: 7;
    font-size: 1.0em;
    padding-top: 0.7%;
    right: 8%;
  }
}

@media screen and (max-width: 640px) {
  .tel01 {
    display: none;
  }
}

.tel01 span {
  font-size: 0.5em;
  letter-spacing: 0px;
  display: inline-block;
}

.tel01 a {
  color: #333 !important;
}

#header {
  position: relative !important;
  border-top: 5px solid #004025;
  top: 0;
  right: 0;
  left: 0;
  transition: all .5s;
  padding: 0 15px;
  z-index: 4;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  height: 165px;
  background-color: #fcf3e4 !important;
  box-shadow: 5px 5px 5px rgba(210, 170, 170, 0.1);
}

@media screen and (max-width: 834px) {
  #header {
    border-top: none;
    transition: all .0s;
    padding: 2% 0;
    background-color: #fcf3e4 !important;
    z-index: 999;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  #header {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}

#header .inner {
  width: 100%;
}

.fa-phone-square {
  font-size: 2.0em;
  color: #004025;
  margin-right: 20px;
}

@media only screen and (min-width: 641px) {
  .fa-phone-square {
    display: none;
  }
}

.fa-shopping-cart {
  font-size: 2.0em;
  color: #004025;
}

@media only screen and (min-width: 641px) {
  .fa-shopping-cart {
    display: none;
  }
}

#mainArea {
  position: relative;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin: 0 auto;
  }
}

#mainArea img {
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100%;
}

@media screen and (max-width: 834px) {
  #mainArea img {
    max-height: auto;
    min-height: auto;
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 640px) {
  #mainArea img {
    width: 100% !important;
    margin-top: 0px;
    height: auto !important;
  }
}

#nav_sp .nav_wrap li {
  text-align: center !important;
}

/*-----------------------------------------------------------------------------------------*/
#global_footer {
  position: relative;
  background: url(../images/common/f_bg.png) repeat;
  bottom: 0 !important;
  background-repeat: repeat;
}

@media screen and (max-width: 640px) {
  #global_footer {
    padding: 5% 0;
    margin-top: 0px !important;
  }
}

#footer {
  bottom: 0 !important;
  padding: 3% 3% 0 3%;
}

@media screen and (max-width: 640px) {
  #footer {
    padding: 0px 0;
  }
}

#footer .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  #footer .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

#footer .inner .footer_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.col_2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}

@media screen and (max-width: 834px) {
  .col_2 {
    width: 65%;
  }
}

@media screen and (max-width: 640px) {
  .col_2 {
    margin-top: 40px;
  }
}

.col_2 a {
  color: #fff !important;
}

.col_2 .nav_footer {
  color: #333 !important;
  display: flex;
  width: 100%;
  flex-flow: wrap;
  justify-content: flex-end;
}

.col_2 .nav_footer li {
  padding: 0px;
  color: #333;
  font-size: 0.8em;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 1085px) {
  .col_2 .nav_footer li {
    padding: 0 5px;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 640px) {
  .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}

.col_2 .nav_footer li a {
  font-weight: 600;
}

.col_2 .nav_footer li a:hover {
  transition: 0.5s;
}

.col_001 {
  display: flex;
  color: #fff;
  text-align: left;
  width: 50%;
  font-size: 0.9em;
  line-height: 1.5em;
}

@media screen and (max-width: 834px) {
  .col_001 {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .col_001 {
    padding-bottom: 0px;
    font-size: 0.7em;
    line-height: 20px;
    align-items: center;
  }
}

.col_001 img {
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .col_001 img {
    width: 70%;
  }
}

.col_001 .add {
  text-align: left;
  color: #fff;
  font-size: 0.8em;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .col_001 .add {
    text-align: center;
    font-size: 13px;
  }
}

.col_001 .add a {
  color: #fff !important;
}

.f_logo {
  border-right: 1px solid #867554;
}

@media screen and (max-width: 834px) {
  .f_logo {
    width: 50%;
    border-right: none;
  }
}

.f_logo img {
  width: 85%;
}

#copy {
  color: #fff;
  z-index: 3;
  padding: 2%;
}

#copy a {
  color: #fff !important;
}

#global_footer {
  bottom: 0px !important;
  margin-top: 0px !important;
  min-width: 0px !important;
}

/*-----------------------------------------------------------------------------------------*/
.h1title_01 h1 {
  font-size: 2.0em;
  color: #004025;
}

@media screen and (max-width: 834px) {
  .h1title_01 h1 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 640px) {
  .h1title_01 h1 {
    font-size: 1.5em;
  }
}

.h1title_01 div {
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8em;
  letter-spacing: 5px;
  margin-top: 20px;
  font-weight: 600;
  color: #004025;
}

@media screen and (max-width: 640px) {
  .h1title_01 div {
    font-size: 1.0em;
    margin-top: 10px;
  }
}

.h1title_01 div:after {
  background-color: #004025;
  display: block;
  content: "";
  width: 132px;
  height: 7px;
  margin: 5% auto 0;
  z-index: 9;
}

@media screen and (max-width: 640px) {
  .txtbox div {
    text-align: left !important;
    font-size: 0.9em;
  }
}

.cont_1 {
  margin-top: 80px;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .cont_1 {
    flex-direction: column !important;
    padding: 3%;
    margin-top: 50px;
  }
}

.cont_1 .box:first-child {
  padding: 5% 1%;
}

.cont_1 .box {
  width: 50%;
  padding: 5% 0;
}

.cont_1 .box article {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .cont_1 .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.cont_1 .box h2 {
  font-size: 2.3em;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .cont_1 .box h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 640px) {
  .cont_1 .box h2 {
    font-size: 2.3em;
    margin-bottom: 20px;
  }
}

.cont_1 .box a {
  background-color: #004025;
  color: #fff;
  width: 350px;
  display: inline-block;
  padding: 3%;
  text-align: center;
  border: 1px solid #004025;
  opacity: 10;
}

@media screen and (max-width: 834px) {
  .cont_1 .box a {
    width: 100%;
  }
}

.cont_1 .box a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  display: inline-block;
  padding-left: 8px;
  font-weight: bold;
  padding-left: 10px;
}

.cont_1 .box a:hover {
  background-color: #fcf3e4;
  color: #004025;
}

.cont_1 .box:last-child img {
  width: 100% !important;
}

.rev {
  margin-top: -50px;
  flex-direction: row-reverse !important;
}

@media screen and (max-width: 640px) {
  .rev {
    margin-top: 20px;
  }
}

.rev .box:first-child {
  padding-left: 8%;
}

@media screen and (max-width: 834px) {
  .rev .box:first-child {
    padding-left: 3%;
  }
}

@media screen and (max-width: 640px) {
  .rev .box:first-child {
    padding-left: 0%;
  }
}

.h2title_01 {
  margin-top: 80px;
}

.h2title_01 h2 {
  font-size: 2.0em;
}

.h2title_01 h2:after {
  background-color: #004025;
  display: block;
  content: "";
  width: 132px;
  height: 7px;
  margin: 3% auto 0;
  z-index: 9;
}

/*****************************************************/
.slider1 {
  position: relative;
}

.slider1 .items {
  width: 100%;
  margin-left: 0px !important;
  padding: 0 5%;
}

.slider1 .items button {
  display: none;
}

.slider1 .items a {
  color: #296b56 !important;
}

.slider1 .items article {
  display: flex;
  flex-flow: column;
  text-align: center;
  padding: 10px !important;
}

@media screen and (max-width: 640px) {
  .slider1 .items article {
    padding: 0 10px !important;
  }
}

.slider1 .items article .name {
  font-size: 0.8em;
  margin: 10px 0;
}

@media screen and (max-width: 834px) {
  .slider1 .items article .name {
    font-size: 0.7em;
  }
}

.slider1 .items article .name a {
  color: #000 !important;
}

.slider1 .items article .summary {
  text-align: left !important;
  font-size: 14px;
}

.slider1 .items article img {
  height: 210px !important;
  width: 100% !important;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 834px) {
  .slider1 .items article img {
    height: 100px !important;
  }
}

.slider1 .items article .price, .slider1 .items article button, .slider1 .items article .soldout {
  display: none !important;
}

.slider1 .items article .photo {
  background: none !important;
}

.slider1 .items article > button {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .brsp {
    display: block;
  }
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}

div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.items > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 27px;
  margin-bottom: 27px;
  width: 31%;
}

@media only screen and (max-width: 1200px) {
  div.items > article {
    width: 28%;
  }
}

@media screen and (max-width: 834px) {
  div.items > article {
    width: 28%;
  }
}

@media screen and (max-width: 640px) {
  div.items > article {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  div.items > article a {
    width: 100%;
  }
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.items > article a.photo {
  display: block;
  width: 230px;
  max-width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 834px) {
  div.items > article a.photo {
    width: 200px;
  }
}

@media screen and (max-width: 640px) {
  div.items > article a.photo {
    width: 180px;
    height: 150px;
  }
}

div.items > article a.photo img {
  width: 100%;
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

div.order ul li {
  margin: 5px 0 5px 20px;
}

@media screen and (max-width: 640px) {
  div.order ul li {
    margin: 5px 0 5px 8px;
  }
}

div.item_option dl, button.addcart {
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  div.item_option dl, button.addcart {
    width: 100% !important;
  }
}

.addcart a {
  color: #333 !important;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #004025;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex1._top {
  align-items: flex-start;
}

.flex1._center {
  align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex2._top {
  align-items: flex-start;
}

.flex2._center {
  align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex3._top {
  align-items: flex-start;
}

.flex3._center {
  align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex4._top {
  align-items: flex-start;
}

.flex4._center {
  align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 22.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 45%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

/* ブログページ */
.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column;
    width: 95%;
  }
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}

/********* blog連動*********/
.blog_list {
  background-color: #fff;
  padding: 20px;
}

.blog_list div.blog_date {
  color: #333 !important;
}

.blog_text {
  width: 100% !important;
}

.blog_text h3 {
  background-color: #f2ab09;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 0 10px;
}

.blog_text .detail {
  color: #333 !important;
  margin-top: 0px !important;
}

div.blog_list div.blog_photo img {
  width: 100% _ !important;
  height: 200px !important;
  object-fit: cover !important;
}

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
  margin-top: 130px;
  margin-bottom: 50px;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 {
    margin-top: 50px;
  }
}

.event_Instagram01 .sns_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}

.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}

.event_Instagram01 .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.event_Instagram01 .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 15.5%;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 32.3333333%;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}

.event_Instagram11 .sns_list {
  display: flex;
  border: none;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    align-content: flex-start;
    width: 97%;
    flex-flow: row wrap !important;
  }
}

.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}

.event_Instagram11 .sns_text {
  display: none;
  width: 0% !important;
}

.event_Instagram11 .sns_photo {
  width: 100% !important;
}

.event_Instagram11 .sns_photo img {
  width: 400px !important;
  height: 200px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}

@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.event_Instagram11 div.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff !important;
  box-sizing: border-box;
}

.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  box-sizing: border-box;
}

.event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 32%;
}

@media screen and (max-width: 640px) {
  .event_Instagram11 div.sns_list > div {
    width: 30%;
    margin: 0 auto;
  }
}

/* 新着スクロール */
/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #ccc;
}

div::-webkit-scrollbar-thumb {
  background: #87bc43;
  border-radius: 10px;
  box-shadow: none;
}

.scroll {
  padding: 20px;
  overflow-y: scroll;
  max-height: 250px;
  min-height: 200px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  background-color: #fff;
  margin-bottom: 100px;
}

.scroll a {
  color: #1ba1e6 !important;
}

@media screen and (max-width: 834px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 200px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 200px;
    padding: 0px;
  }
}

.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 0px 8px;
  box-sizing: border-box;
  width: 95% !important;
  text-align: left !important;
  border: 1px solid #fff !important;
  font-size: 16px;
  background-color: #fff;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
    border: none !important;
    padding: 0px;
  }
}

.scroll .form_wrap a {
  color: #1ba1e6 !important;
  text-decoration: underline;
  text-decoration-color: #1ba1e6;
}

.scroll .form_wrap dl {
  border-bottom: none !important;
  padding: 20px 0 !important;
  border-bottom: 1px dashed #b3b3b3 !important;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 10px !important;
  }
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    flex-direction: column;
    padding: 10px !important;
  }
}

.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  border-bottom: none;
  padding: 8px;
  width: 27% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center !important;
  background-color: #fff !important;
  display: inline-block;
  width: 150px;
  height: 27px;
  color: #333;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dt {
    width: 17% !important;
  }
}

@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dt {
    width: 25% !important;
  }
}

.pankuzu {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  display: flex;
}

.pankuzu a {
  color: #004025;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}

.error_link a:hover {
  text-decoration: underline;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #004025;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

.map li:last-of-type {
  display: none;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
}

.policy p {
  margin: 0 0 20px;
}

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}

.smp h2:first-of-type {
  margin-top: 0;
}

.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}

.smp h3:first-of-type {
  margin-top: 20px;
}

.smp p {
  margin-bottom: 10px;
}

.smp ul {
  padding: 0 20px;
}

.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  display: block;
  font-size: 14px;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

.mt {
  margin-top: 40px;
}

section form h2.mail.title {
  display: none !important;
}

/* ブログページ */
.blog #contents {
  margin-top: 0px;
}

@media screen and (max-width: 640px) {
  .blog .wrap {
    margin-top: 0px !important;
  }
}

.blog {
  max-width: 1200px;
  margin: 50px auto;
}

.blog h1 {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  margin: 20px 0;
  background-color: #a3cd2f;
  color: #fff;
  padding: 1%;
}

.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  background-color: #eee;
  margin-bottom: 10px;
}

.blog .pages a {
  color: #f7597a !important;
  background-color: #eee;
}

.blog #contents {
  max-width: 1200px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 70%;
  overflow: hidden !important;
}

@media screen and (max-width: 834px) {
  .blog #contents {
    margin-left: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .blog #contents {
    margin-left: 0px;
  }
}

.blog aside {
  width: 25%;
  overflow: hidden;
  padding: 0 10px;
}

@media screen and (max-width: 834px) {
  .blog aside {
    width: 100%;
  }
}

.blog .category li a {
  color: #fff !important;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
}

.blog .category li {
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 3px;
}

.bnone td {
  border: none !important;
}

.hyo01 {
  margin-top: 50px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .hyo01 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.hyo01 td {
  padding: 10px !important;
  margin: 20px;
  border-bottom: 5px solid #fcf3e4 !important;
}

@media screen and (max-width: 640px) {
  .hyo01 td > div {
    font-size: 12px;
  }
}

.hyo01 .left {
  width: 20%;
  background-color: #004025;
  text-align: center !important;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .hyo01 .left {
    width: 35%;
  }
}

.hyo01 .left > div {
  font-weight: bold;
}

.txtimg {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .txtimg {
    flex-direction: column !important;
  }
}

.txtimg div {
  margin-right: 30px;
  width: 50%;
}

@media screen and (max-width: 834px) {
  .txtimg div {
    margin-right: 0px;
    width: 100%;
    margin-top: 20px;
  }
}

.txtimg img {
  margin: 0 auto;
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  .txtimg img {
    width: 100% !important;
  }
}

.txtimg span {
  font-size: 2.0em;
  border-bottom: 2px solid #004025;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  div.search {
    margin-top: 93px;
  }
}

.googlemap {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .googlemap {
    width: 100%;
  }
}

.qa {
  flex-direction: column !important;
  margin-top: 30px;
}

.qa .box article {
  display: flex;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.qa .box article > div {
  width: 90%;
}

.qa .box:first-child h3 {
  margin-right: 20px;
  background-color: #1b89c1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.qa .box:last-child {
  border-bottom: 1px dotted #7d7d7d;
}

.qa .box:last-child h3 {
  margin-right: 20px;
  background-color: #f5722c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#anc1, #anc2, #anc3, #anc4 {
  margin-top: -200px;
  padding-top: 200px;
}

@media screen and (max-width: 834px) {
  #anc1, #anc2, #anc3, #anc4 {
    margin-top: -150px;
    padding-top: 150px;
  }
}

.h1title_02 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 8% 0;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  background: url(../images/common/f_bg.png) repeat;
  animation: fadeIn 1.5s ease 0s 1 normal;
  margin-top: -100px;
}

@media screen and (max-width: 834px) {
  .h1title_02 {
    margin-top: -16px;
  }
}

@media screen and (max-width: 640px) {
  .h1title_02 {
    margin-top: 50px;
  }
}

.h1title_02 h1 {
  font-size: 2.0em;
  line-height: 1.8em;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .h1title_02 h1 {
    font-size: 2.0em;
  }
}

.h2title {
  margin: 50px 0 20px 0;
}

.h2title h2 {
  font-size: 1.8em;
  padding: 0.5em;
  color: #fff;
  background: #626d5a;
  border-bottom: solid 3px #004025;
}

.h3title {
  margin-top: 50px;
}

.h3title article h3 {
  font-size: 1.5em;
  border-bottom: 3px double #004025;
  display: inline-block;
}

.h3title div {
  width: 55%;
  padding: 2% 0;
}

.h3title img {
  width: 40% !important;
}

.cont_4 {
  margin-top: 80px;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .cont_4 {
    flex-direction: column !important;
  }
}

.cont_4 .box:first-child {
  padding: 5% 1%;
}

.cont_4 .box {
  width: 50%;
  padding: 5% 0;
}

@media screen and (max-width: 640px) {
  .cont_4 .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.cont_4 .box h3 {
  font-size: 2.0em;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .cont_4 .box h3 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 640px) {
  .cont_4 .box h3 {
    font-size: 2.3em;
  }
}

.cont_4 .box a {
  background-color: #004025;
  color: #fff;
  width: 350px;
  display: inline-block;
  padding: 3%;
  text-align: center;
  border: 1px solid #004025;
  opacity: 10;
}

.cont_4 .box a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  display: inline-block;
  padding-left: 8px;
  font-weight: bold;
  padding-left: 10px;
}

.cont_4 .box a:hover {
  background-color: #fcf3e4;
  color: #004025;
}

.cont_4 .box:last-child img {
  width: 100% !important;
}

.rev02 {
  margin-top: -50px;
  flex-direction: row-reverse !important;
}

@media screen and (max-width: 640px) {
  .rev02 {
    margin-top: 20px;
  }
}

.rev02 .box:first-child {
  padding-left: 8%;
}

@media screen and (max-width: 834px) {
  .rev02 .box:first-child {
    padding-left: 4%;
  }
}

@media screen and (max-width: 640px) {
  .rev02 .box:first-child {
    padding-left: 0%;
  }
}

.tab_hed {
  margin: 50px 0;
}

.tab_hed ul {
  display: flex;
  flex-wrap: wrap;
}

.tab_hed ul li {
  width: 23.5%;
  margin-right: 2%;
  height: 50px;
  margin-bottom: 15px;
  display: block;
  background: #004025;
  color: #fff;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-align: center !important;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  cursor: pointer;
}

.tab_hed ul li a {
  color: #fff;
  opacity: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .tab_hed ul li {
    width: 32%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .tab_hed ul li {
    width: 48%;
    margin-right: 4%;
  }
}

.tab_hed ul li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .tab_hed ul li:nth-of-type(4n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .tab_hed ul li:nth-of-type(4n) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 834px) {
  .tab_hed ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .tab_hed ul li:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 640px) {
  .tab_hed ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

.tab_hed ul li .en {
  display: block;
  font-size: 11px;
}

.tab_hed ul li:hover {
  opacity: 0.8;
}

.tab_hed ul li.active:hover {
  opacity: 1;
}

.tab_body {
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .tab_body {
    padding: 15px;
  }
}

.tab_body .active {
  display: block !important;
}

.tab_hed.topMedea ul li a.current {
  background-color: #477900;
  color: #fff;
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.tab {
  padding: 10px !important;
}

.tab td {
  padding: 10px !important;
}

.tab .box {
  display: block !important;
}

@media screen and (max-width: 640px) {
  .slick-next:before {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .slick-next:after {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .slick-prev:before, .slick-next:before {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .slick-prev, .slick-next {
    width: 30px;
  }
}

/*-----------------------------------------------------------------------------------------*/
html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: absolute;
  top: 0px;
  right: 15px;
  height: 50px;
  width: 50px;
  padding: 0px 6px;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

@media screen and (max-width: 834px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle p {
  font-size: 0.7rem;
  color: #004025;
  position: relative;
  bottom: -40px;
  left: 2px;
  font-weight: 500;
}

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  height: 3px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease;
}

#nav-toggle span {
  display: block;
  position: absolute;
  width: 36px;
  height: 7px;
  background: repeating-linear-gradient(to right, #004025, #004025 8px, rgba(84, 84, 84, 0) 8px, rgba(84, 84, 84, 0) 14px);
  transition: 0.3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 10px;
}

#nav-toggle span:nth-child(2) {
  top: 23px;
}

#nav-toggle span:nth-child(3) {
  top: 36px;
}

/* z-index */
#container {
  z-index: 900;
}

.nav_wrap {
  width: 90%;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  padding-bottom: 50px;
}

#nav_sp .nav_wrap li {
  text-align: center !important;
}

#nav_sp {
  display: none;
  position: fixed;
  transition: 0.3s;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  text-align: left;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

#nav_sp::before {
  content: "";
  background: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  font-family: "object-fit:cover;";
  opacity: 0.1;
  background-position: center;
  z-index: -1;
  position: absolute;
}

#nav_sp .nav_wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#nav_sp .nav_wrap ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 834px) {
  #nav_sp .nav_wrap ul {
    width: 100%;
  }
}

#nav_sp .nav_wrap .nav-item a, #nav_sp .nav_wrap .nav-item > span {
  align-items: flex-start;
  font-size: 1.8rem !important;
  color: #333;
}

#nav_sp .nav_wrap li {
  width: 50%;
  margin-left: 0;
  opacity: 0;
  transform: translateY(60px);
  transition: transform 0.75s ease, opacity .2s ease;
  list-style: none;
  flex-grow: inherit;
  border: none !important;
  text-align: center !important;
}

#nav_sp .nav_wrap li:nth-child(2), #nav_sp .nav_wrap li:nth-child(3) {
  transition-delay: .15s;
}

#nav_sp .nav_wrap li:nth-child(4), #nav_sp .nav_wrap li:nth-child(5) {
  transition-delay: .3s;
}

#nav_sp .nav_wrap li:nth-child(6), #nav_sp .nav_wrap li:nth-child(7) {
  transition-delay: .45s;
}

#nav_sp .nav_wrap li:nth-child(8), #nav_sp .nav_wrap li:nth-child(9) {
  transition-delay: .6s;
}

#nav_sp .nav_wrap li:nth-child(10), #nav_sp .nav_wrap li:nth-child(11) {
  transition-delay: .75s;
}

#nav_sp .nav_wrap a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

#nav_sp .nav_wrap .ddmenu {
  position: relative;
  top: 0;
  flex-direction: column;
}

#nav_sp .nav_wrap .ddmenu li {
  width: 100%;
}

#nav_sp .nav_wrap .ddmenu li a {
  border: none;
  width: 100%;
  font-size: 1.5rem !important;
}

.nav-info {
  text-align: center;
  width: 100% !important;
  margin: 10px auto;
}

.nav-info .logo {
  width: 295px !important;
  margin: 0 auto 10px auto;
}

.nav-info .logo img {
  margin: auto !important;
}

.nav-info .btn {
  animation: none !important;
  margin-bottom: 10px;
}

.nav-info .btn a {
  color: white;
}

/* open */
.open {
  height: 100%;
}

.open #nav-toggle {
  position: fixed;
}

.open #nav-toggle span {
  background: #004025;
}

.open #nav-toggle span:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
  width: 100%;
}

.open #nav-toggle span:nth-child(2) {
  top: 23px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 23px !important;
  transform: rotate(-45deg);
  width: 100%;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 1.05s ease;
}

.open .nav-item > span {
  position: relative;
  display: block;
}

.open .nav-item > span::before {
  content: "+";
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #004025;
  font-size: 1.6rem;
}

.open .plus {
  position: relative;
}

.open .plus > span {
  position: relative;
  display: block;
}

.open .plus > span::before {
  content: "-";
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #004025;
  font-size: 1.6rem;
}

.pc_none {
  display: none;
}

@media only screen and (max-width: 834px) {
  .pc_none {
    display: block;
  }
}
/*# sourceMappingURL=common_style.css.map */