@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  width: 100%;
  color: #000;
  height: 100%;
  letter-spacing: -0.025em;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
.font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.font-min {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  width: 100%;
  position: relative;
  letter-spacing: 0;
  font-size: 3.2vw;
  font-weight: 400;
  color: #333333;
  padding-top: 16vw;
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
}

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

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc {
  display: none !important;
}

/*-----------------------------------------------------------------

-----------------------------------------------------------------*/
.icon.icon-home {
  background: url(../img/common/icon-home.png) center center no-repeat;
}

/*-----------------------------------------------------------------
btn
-----------------------------------------------------------------*/
.btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 3.4666666667vw 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.btn01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.btn01 {
  font-size: 3.2vw;
}
.btn01::before {
  right: 2.1333333333vw;
  border-left: 1.7333333333vw solid #fff;
  border-top: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
}

.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 3.4666666667vw 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.btn-more::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.btn-more {
  font-size: 3.2vw;
}
.btn-more::before {
  right: 2.1333333333vw;
  border-left: 1.7333333333vw solid #fff;
  border-top: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
}
.btn-more {
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  text-indent: 0;
}
.btn-more:hover {
  color: #fff;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
.hx01 {
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  font-size: 4.2666666667vw;
  line-height: 1.625;
  font-weight: bold;
  border-bottom: 0.2666666667vw solid #ccc;
  padding-bottom: 1.0666666667vw;
  position: relative;
  padding-left: 3.3333333333vw;
}
.hx01:before, .hx01:after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 0.8vw;
  position: absolute;
  left: 0px;
}
.hx01:before {
  background-color: #006db9;
  top: 1.3333333333vw;
}
.hx01:after {
  background-color: #d10000;
  top: 3.7333333333vw;
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
  transition: all 0.2s ease;
  transition-property: opacity, color, background-color, border-color;
}
a:hover {
  opacity: 0.5;
}

/**
header
*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #fff;
}
header.active #header-top .btns a.menu-open {
  background: url(../img/common/header-menu-close.png) center center no-repeat;
  background-size: contain;
  width: 8vw;
  height: 8vw;
}
header.active #header-menu {
  display: block;
}
header h1 {
  position: absolute;
  top: 1.2vw;
  left: 2vw;
  z-index: 1000;
  font-size: 2.2666666667vw;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
header #header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 16vw;
  padding: 0 4vw 0 2vw;
}
header #header-top .logo {
  padding-top: 5.3333333333vw;
}
header #header-top .logo img {
  width: 48vw;
  height: auto;
}
header #header-top .btns {
  display: flex;
  gap: 2.6666666667vw;
}
header #header-top .btns a.tel {
  display: block;
  background: url(../img/common/header-tel.png) center center no-repeat;
  background-size: contain;
  width: 8vw;
  height: 8vw;
}
header #header-top .btns a.menu-open {
  display: block;
  background: url(../img/common/header-menu.png) center center no-repeat;
  background-size: contain;
  width: 8vw;
  height: 8vw;
}
header #header-menu {
  display: none;
  position: absolute;
  top: 16vw;
  left: 0;
  width: 100%;
  min-height: 0;
  height: calc(100vh - 16vw);
  z-index: 100;
  background-color: #f6f3f1;
  padding: 15.6vw 8vw;
  overflow-y: scroll;
}
header #header-menu .inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 13.3333333333vw;
}
header #header-menu .right {
  display: grid;
  gap: 8vw;
}
header #header-menu .right .info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2.1333333333vw;
  width: 100%;
}
header #header-menu .right .info .time {
  width: 100%;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #333;
}
header #header-menu .right .info .tel a {
  display: flex;
  align-items: center;
  gap: 0.5333333333vw;
  font-size: 6vw;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
header #header-menu .right .info .tel a:before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel.png) center center no-repeat;
  background-size: contain;
  width: 5.4666666667vw;
  height: 5.4666666667vw;
}
header #header-menu .right .info .fax span {
  display: flex;
  align-items: center;
  gap: 0.5333333333vw;
  font-size: 4.6vw;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
header #header-menu .right .info .fax span:before {
  content: "";
  display: block;
  background: url(../img/common/icon-fax.png) center center no-repeat;
  background-size: contain;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
}
header #header-menu .right .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6666666667vw;
  width: 100%;
  height: 13.3333333333vw;
  border-radius: 6.6666666667vw;
  background-color: #7c9853;
  text-decoration: none;
  font-size: 4.5333333333vw;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #fff;
}
header #header-menu .right .contact a:before {
  content: "";
  display: block;
  background: url(../img/common/icon-mail-white-sp.png) center center no-repeat;
  background-size: contain;
  width: 7.0666666667vw;
  height: 5.2vw;
}
header #header-menu .right .banners {
  margin-left: -4vw;
  margin-right: -4vw;
  margin-top: 2.6666666667vw;
}
header #header-menu #header-bottom {
  width: 100%;
  background-color: #f6f3f1;
}
header #header-menu #header-bottom .menu {
  width: 100%;
}
header #header-menu #header-bottom .menu > ul {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
header #header-menu #header-bottom .menu > ul > li.has-menu > a {
  position: relative;
}
header #header-menu #header-bottom .menu > ul > li.has-menu > a:after {
  content: "";
  display: block;
  background: url(../img/common/icon-plus.png) center center no-repeat;
  background-size: contain;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  position: absolute;
  top: 50%;
  left: -4vw;
  transform: translateY(-50%);
}
header #header-menu #header-bottom .menu > ul > li.has-menu.is-open > a:after {
  background: url(../img/common/icon-minus.png) center center no-repeat;
  background-size: contain;
  width: 2.6666666667vw;
  height: 0.2666666667vw;
}
header #header-menu #header-bottom .menu > ul > li.has-menu.is-open .submenu {
  display: block;
}
header #header-menu #header-bottom .menu > ul > li > a {
  font-size: 4.2666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  position: relative;
  text-decoration: none;
}
header #header-menu #header-bottom .menu > ul > li .submenu {
  display: none;
  z-index: 100;
  padding: 4vw 0;
}
header #header-menu #header-bottom .menu > ul > li .submenu ul {
  display: flex;
  flex-direction: column;
  gap: 4.6666666667vw;
}
header #header-menu #header-bottom .menu > ul > li .submenu ul li a {
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-align: left;
  color: #333;
  padding-left: 4vw;
  position: relative;
}
header #header-menu #header-bottom .menu > ul > li .submenu ul li a::before {
  content: "";
  display: block;
  background: url(../img/common/icon-arrow02.png) center center no-repeat;
  background-size: contain;
  width: 1.4666666667vw;
  height: 2.4vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 30;
}
#sidebar ul {
  display: flex;
  gap: 0.2666666667vw;
  background-color: #fff;
}
#sidebar ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0666666667vw;
  text-decoration: none;
  width: 49.8666666667vw;
  height: 16vw;
  background-color: #7c9853;
  font-size: 4.5333333333vw;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  letter-spacing: 3.4px;
  color: #fff;
  position: relative;
}
#sidebar ul li a.sample::before {
  content: "";
  display: block;
  background: url(../img/common/icon-book.png) center center no-repeat;
  background-size: contain;
  width: 6.6666666667vw;
  height: 5.6vw;
}
#sidebar ul li a.estimate::before {
  content: "";
  display: block;
  background: url(../img/common/icon-calc.png) center center no-repeat;
  background-size: contain;
  width: 4vw;
  height: 5.6vw;
}
#sidebar ul li a .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  border-radius: 3.3333333333vw;
  font-size: 4.5333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  padding-left: 0.4vw;
  color: #fff;
  background-color: #d03f3f;
  text-align: center;
  position: absolute;
  right: 1.0666666667vw;
  top: 0.6666666667vw;
  transform: translateY(-50%);
}

/**
footer
*/
#pagetop {
  z-index: 100;
  position: fixed;
  right: 4vw;
  bottom: 20vw;
  width: 12vw;
  height: 12vw;
}
#pagetop a {
  display: block;
  background-color: #7c9853;
  width: 12vw;
  height: 12vw;
  border-radius: 6vw;
  position: relative;
  text-indent: 100vw;
  background-image: url(../img/common/icon-pagetop.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 4.6666666667vw auto;
  transition: all 0.2s ease;
  transition-property: opacity;
  opacity: 0;
}
#pagetop a.scroll {
  opacity: 1;
}

#footer {
  padding-bottom: 16vw;
}
#footer #contact {
  padding: 8.6666666667vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f6f3f1;
}
#footer #contact h2 {
  display: flex;
  justify-content: center;
  padding: 0 5.3333333333vw;
}
#footer #contact h2 span {
  font-size: 4.5333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.4666666667vw;
  text-align: center;
  line-height: 1.5;
  color: #333;
  padding-bottom: 1.6vw;
  border-bottom: 0.6666666667vw solid #333;
}
#footer #contact .btns {
  margin-top: 7.4666666667vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.6666666667vw;
}
#footer #contact .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3333333333vw;
  width: 92vw;
  height: 14.6666666667vw;
  border-radius: 1.3333333333vw;
  background-color: #7c9853;
  font-size: 3.7333333333vw;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
}
#footer #contact .btns .btn::before {
  content: "";
  display: block;
}
#footer #contact .btns .btn.sample::before {
  background: url(../img/common/icon-book.png) center center no-repeat;
  background-size: contain;
  width: 5.0666666667vw;
  height: 4.2666666667vw;
}
#footer #contact .btns .btn.estimate::before {
  background: url(../img/common/icon-calc.png) center center no-repeat;
  background-size: contain;
  width: 3.2vw;
  height: 4.4vw;
}
#footer #contact .btns .btn.contact::before {
  background: url(../img/common/icon-mail-white-sp.png) center center no-repeat;
  background-size: contain;
  width: 4.2666666667vw;
  height: 3.0666666667vw;
}
#footer #contact .info {
  margin-top: 8vw;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 2.1333333333vw;
}
#footer #contact .info .time {
  width: 100%;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #333;
}
#footer #contact .info .tel a {
  display: flex;
  align-items: center;
  gap: 0.5333333333vw;
  font-size: 6vw;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
#footer #contact .info .tel a:before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel.png) center center no-repeat;
  background-size: contain;
  width: 5.4666666667vw;
  height: 5.4666666667vw;
}
#footer #contact .info .fax span {
  display: flex;
  align-items: center;
  gap: 0.5333333333vw;
  font-size: 4.6vw;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
#footer #contact .info .fax span:before {
  content: "";
  display: block;
  background: url(../img/common/icon-fax.png) center center no-repeat;
  background-size: contain;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
}
#footer #company-info {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
#footer #company-info #map iframe {
  width: 100%;
  height: 101.3333333333vw;
  background-color: #eee;
}
#footer #company-info .text {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 10vw 4vw;
}
#footer #company-info .text .products {
  width: 77.3333333333vw;
  margin: 0 auto;
  font-size: 3.2vw;
  line-height: normal;
  letter-spacing: normal;
  line-height: 1.42;
  text-align: center;
  color: #333;
  font-weight: normal;
}
#footer #company-info .text .logo {
  margin-top: 4.6666666667vw;
  width: 100%;
  display: flex;
  justify-content: center;
}
#footer #company-info .text .logo img {
  width: 72vw;
}
#footer #company-info .text .name {
  margin-top: 4.6666666667vw;
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#footer #company-info .text .info {
  font-size: 3.2vw;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  margin-top: 2.6666666667vw;
}
#footer #sitemap {
  position: relative;
  background: url(../img/common/bg-wood03-sp.png) center center no-repeat;
  background-size: cover;
}
#footer #sitemap .inner {
  width: 100%;
  margin: 0 auto;
  padding: 6.4vw 4vw 6vw;
  display: grid;
  gap: 4.6666666667vw;
}
#footer #sitemap a {
  color: inherit;
  text-decoration: none;
}
#footer #sitemap .fl-title {
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#footer #sitemap .fl-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw 0;
  margin-top: 3.3333333333vw;
}
#footer #sitemap .fl-list.no_arrow {
  margin-top: 0vw;
}
#footer #sitemap .fl-list.no_arrow li a {
  font-weight: bold;
  padding-left: 0;
}
#footer #sitemap .fl-list.no_arrow li a::before {
  display: none;
}
#footer #sitemap .fl-list li {
  position: relative;
  display: block;
  align-items: center;
  line-height: 1.4;
  width: 46vw;
}
#footer #sitemap .fl-list li a {
  font-size: 3.2vw;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding-left: 2.6666666667vw;
}
#footer #sitemap .fl-list li a::before {
  content: "";
  display: block;
  background-image: url(../img/common/icon-arrow02.png);
  background-size: contain;
  width: 1.4666666667vw;
  height: 2.4vw;
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
}
#footer #sitemap .fl-inline {
  display: grid;
  gap: 4vw;
}
#footer #sitemap .fl-inline li a {
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#footer #sitemap #copyright {
  margin-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}

/**
main
*/
#main-image {
  display: flex;
  align-items: center;
  height: 44vw;
  background: url(../img/title/page-title-bg-sp.jpg) center center no-repeat;
  background-size: cover;
}
#main-image.results {
  background-image: url(../img/title/title-results-bg-sp.jpg);
}
#main-image.post {
  background-image: url(../img/title/title-post-bg-sp.jpg);
}
#main-image h2 {
  width: 100%;
  margin: 0 auto 0;
  font-size: 4.5333333333vw;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: 3.4px;
  text-align: center;
  color: #fff;
}
#main-image.notfound h2 span {
  letter-spacing: 0;
}

#breadcrumbs {
  position: relative;
  width: 100%;
  margin: 0vw auto 0;
}
#breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto 0;
  padding: 2.6666666667vw;
}
#breadcrumbs ul li {
  display: flex;
  align-items: center;
  margin-left: 1.0666666667vw;
  font-size: 2.9333333333vw;
  line-height: 1.1818181818;
  font-weight: 500;
}
#breadcrumbs ul li:first-child {
  margin-left: 0;
}
#breadcrumbs ul li:first-child a span {
  padding-left: 0;
}
#breadcrumbs ul li:last-child {
  padding-right: 0;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#breadcrumbs ul li:last-child span {
  margin-left: 1.0666666667vw;
  padding-right: 0;
  color: #7c9853;
  border: 0;
}
#breadcrumbs ul li a {
  text-decoration: none;
  padding: 0 0vw 0.5333333333vw;
}
#breadcrumbs ul li a:hover {
  opacity: 0.5;
  transition: none;
}
#breadcrumbs ul li a span {
  border-bottom: 0;
}
#breadcrumbs ul li span {
  padding: 0 0vw 0.5333333333vw;
  border-bottom: 0.1333333333vw solid #333333;
}

#sidebar .boxes .box + .box {
  margin-top: 2.6666666667vw;
}
#sidebar .widgettitle,
#sidebar .wp-block-heading {
  padding: 1.6vw 1.3333333333vw;
  background-color: #ebebeb;
  position: relative;
  font-size: 2.1333333333vw;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#sidebar .widget + .widget {
  margin-top: 5.3333333333vw;
}
#sidebar .widget .widgettitle + ul,
#sidebar .widget .wp-block-archives,
#sidebar .widget .wp-block-categories-list {
  margin-top: 1.3333333333vw;
  padding-left: 1.3333333333vw;
}
#sidebar .widget ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 2.1333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#sidebar .widget ul li a::before {
  content: "・";
}
#sidebar .widget ul li .children {
  margin-left: 2.6666666667vw;
}
#sidebar .sns {
  margin-top: 5.3333333333vw;
}
#sidebar .sns ul {
  display: flex;
  flex-direction: column;
  gap: 1.3333333333vw;
}
aside.footer {
  background: url(../img/common/bg-wood04-sp.png) center center no-repeat;
  background-size: cover;
}
aside.footer .inner {
  width: 92vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8vw;
  padding: 11.3333333333vw 0;
}
aside.footer .inner .right {
  display: flex;
  flex-direction: column-reverse;
  gap: 7.3333333333vw;
}
aside.footer .inner .right .menu ul {
  display: flex;
  flex-direction: column;
  gap: 1.3333333333vw;
}
aside.footer .inner .right .menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14.6666666667vw;
  border-radius: 1.3333333333vw;
  border: solid 0.4vw #7c9853;
  background-color: #fff;
  font-size: 3.7333333333vw;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #7c9853;
  text-decoration: none;
  position: relative;
}
aside.footer .inner .right .menu ul li a::before {
  content: "";
  display: block;
  background: url(../img/common/icon-arrow01.png) center center no-repeat;
  width: 2vw;
  height: 3.4666666667vw;
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  transform: translateY(-50%);
}
aside.footer .inner .right .banners {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}

#calender_wrap h3 {
  background-color: #8f7f76;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  color: #fff;
  display: flex;
  height: 12vw;
  align-items: center;
  justify-content: center;
}
#calender_wrap #calender_body {
  background-color: #fff;
  padding: 4.6666666667vw 7.3333333333vw 4.6666666667vw;
  height: 113.3333333333vw;
  position: relative;
}
#calender_wrap #calender_body .date {
  font-size: 4.92vw;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align: center;
  color: #333;
}
#calender_wrap #calender_body #calendar_main {
  margin-top: 4vw;
}
#calender_wrap #calender_body #calendar_main table {
  width: 100%;
}
#calender_wrap #calender_body #calendar_main table td {
  text-align: center;
  width: 11.4666666667vw;
  height: 11.4666666667vw;
  border: solid 0.1333333333vw #ccc;
  vertical-align: middle;
  font-size: 4.8vw;
}
#calender_wrap #calender_body #calendar_main table td#cal_today_cell {
  background-color: #ffbd5f;
}
#calender_wrap #calender_body #calendar_main table #cal_week td {
  text-align: center;
  background-color: #f1f1f1;
}
#calender_wrap #calender_body .btns {
  text-align: center;
  margin-top: 3.3333333333vw;
}
#calender_wrap #calender_body .btns a {
  font-size: 4.8666666667vw;
  font-style: normal;
  letter-spacing: 0.64px;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding-bottom: 0.2666666667vw;
  border-bottom: 0.1333333333vw solid #333;
}
#calender_wrap #calender_body .holiday {
  position: absolute;
  bottom: 2.6666666667vw;
  right: 2.6666666667vw;
  text-align: right;
}

.grecaptcha-badge {
  bottom: 124px !important;
  display: none;
}

.search-item {
  margin-top: 6vw;
}
.search-item .inner {
  display: flex;
  justify-content: center;
}
.search-item .inner form {
  position: relative;
}
.search-item .inner form input {
  width: 92vw;
  height: 8vw;
  border-radius: 4vw;
  border: solid 0.2666666667vw #ccc;
  position: relative;
  padding-left: 8vw;
  font-size: 3.7333333333vw;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
.search-item .inner form input::placeholder {
  color: #aaa; /* グレー */
}
.search-item .inner form input::-webkit-search-cancel-button {
  transform: translateX(-1.3333333333vw);
}
.search-item .inner form [type=submit] {
  position: absolute;
  left: 2.4vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon-search.png) center center no-repeat;
  background-color: #fff;
  background-size: contain;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  border: 0;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
}
.search-item .attention {
  width: 92vw;
  margin: 1.3333333333vw auto;
  font-size: 2.6666666667vw;
  color: #666;
  text-align: right;
}

#side-cart {
  display: none;
}

.common-results h3 {
  display: flex;
  justify-content: center;
}
.common-results h3 span {
  font-size: 4.5333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
  padding-bottom: 1.2vw;
  border-bottom: 0.6666666667vw solid #333;
}
.common-results .boxes {
  margin-top: 6.6666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 5.3333333333vw;
}
.common-results .boxes .box {
  width: 88vw;
  min-height: 90.6666666667vw;
  background-color: #f6f3f1;
  padding: 4vw;
}
.common-results .boxes .box.is-new {
  position: relative;
}
.common-results .boxes .box.is-new:before {
  content: "";
  display: block;
  width: 11.2vw;
  height: 11.2vw;
  background: url(../img/common/icon-new.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 4vw;
  left: 4vw;
  z-index: 1;
}
.common-results .boxes .box .img {
  width: 80vw;
  height: 60vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.common-results .boxes .box .img img {
  width: 100%;
}
.common-results .boxes .box .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.1333333333vw;
}
.common-results .boxes .box .info .term a {
  padding: 0 1.3333333333vw;
  background-color: #7c9853;
  font-size: 2.9333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.common-results .boxes .box .info .date {
  font-size: 3.2vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.common-results .boxes .box .text {
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.common-results .boxes .box .text a {
  text-decoration: none;
}
.common-results .link {
  margin-top: 8vw;
}
.common-results .link a {
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0666666667vw;
}
.common-results .link a:after {
  content: "";
  display: block;
  background: url(../img/common/icon-arrow02.png) center center no-repeat;
  background-size: contain;
  width: 2vw;
  height: 3.4666666667vw;
  transform: translateY(0.2666666667vw);
}

.common-products h3 {
  display: flex;
  justify-content: center;
}
.common-products h3 span {
  font-size: 4.5333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
  padding-bottom: 1.2vw;
  border-bottom: 0.6666666667vw solid #333;
}
.common-products .boxes {
  margin-top: 11.3333333333vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14.6666666667vw;
}
.common-products .boxes .box h4 {
  width: 100%;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: left;
  color: #333;
  border-bottom: 0.2666666667vw solid #ccc;
  padding-bottom: 1.3333333333vw;
}
.common-products .boxes .box .left .img img {
  width: 100%;
}
.common-products .boxes .box .left .link {
  margin-top: 2.6666666667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-products .boxes .box .left .link a {
  width: 44.5333333333vw;
  height: 10.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8vw;
  border-radius: 1.3333333333vw;
  background-color: #7c9853;
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 1.6vw;
}
.common-products .boxes .box .left .link a.disabled {
  opacity: 0.5;
}
.common-products .boxes .box .left .link a::before {
  content: "";
  display: block;
}
.common-products .boxes .box .left .link a.sample::before {
  background: url(../img/common/icon-book.png) center center no-repeat;
  background-size: contain;
  width: 5.3333333333vw;
  height: 4.4vw;
}
.common-products .boxes .box .left .link a.estimate::before {
  background: url(../img/common/icon-calc.png) center center no-repeat;
  background-size: contain;
  width: 3.8666666667vw;
  height: 5.3333333333vw;
}
.common-products .boxes .box .right table {
  width: 100%;
  margin-top: 5.3333333333vw;
  table-layout: fixed;
}
.common-products .boxes .box .right table tbody tr th {
  width: 14.6666666667vw;
  padding: 1.3333333333vw 0;
  border: solid 0.2666666667vw #ccc;
  background-color: #e6ecde;
  font-size: 3.2vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.4px;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
.common-products .boxes .box .right table tbody tr td {
  width: 31.3333333333vw;
  padding: 2.6666666667vw 1.3333333333vw;
  border: solid 0.2666666667vw #ccc;
  font-size: 3.2vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.4px;
  text-align: left;
  vertical-align: middle;
  color: #333;
}
.common-products .boxes .box .right table tbody tr.sale th {
  color: #ff0000;
  background-color: #ffd3d3;
}
.common-products .boxes .box .right table tbody tr.sale td {
  color: #ff0000;
}
.common-products .boxes .box .right p {
  font-size: 3.2vw;
  line-height: 1.375;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.4px;
  text-align: left;
  color: #333;
  margin-top: 3.2vw;
}
.common-products .boxes .box .right p strong {
  font-weight: normal;
  text-decoration: underline;
}
.common-products .notfound {
  margin-top: 4vw;
}
.common-products .notfound p {
  line-height: 1.65;
}

.common-knowledge {
  padding: 8vw 4vw 4vw;
  background-color: #e6ecde;
  margin-top: 24vw;
}
.common-knowledge h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  font-size: 4.5333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.4vw;
  text-align: center;
  color: #7c9853;
}
.common-knowledge h3:before, .common-knowledge h3:after {
  content: "";
  display: block;
  width: 12vw;
  height: 0.2666666667vw;
  background: #7c9853;
}
.common-knowledge .boxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 4vw;
  margin-top: 6.6666666667vw;
}
.common-knowledge .boxes .box {
  width: 100%;
}
.common-knowledge .boxes .box a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 24vw;
  text-decoration: none;
  border: solid 0.8vw #7c9853;
  background-color: #fff;
  position: relative;
}
.common-knowledge .boxes .box a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5.3333333333vw 5.3333333333vw;
  border-color: transparent transparent #7c9853 transparent;
}
.common-knowledge .boxes .box a .title {
  position: relative;
  font-size: 4.8vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #7c9853;
  padding-bottom: 0.5333333333vw;
  background: linear-gradient(transparent 60%, #e6ecde 80%);
}
.common-knowledge .boxes .box a .text {
  margin-top: 1.6vw;
  display: block;
  font-size: 3.2vw;
  line-height: 1.25;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #7c9853;
}

.common-lineup {
  padding-top: 10.6666666667vw;
}
.common-lineup h3 {
  display: flex;
  justify-content: center;
}
.common-lineup h3 span {
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
  padding-bottom: 1.2vw;
  border-bottom: 0.4vw solid #333;
}
.common-lineup .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6.6666666667vw 2.5333333333vw;
  margin-top: 8vw;
}
.common-lineup .boxes .box {
  width: 44.6666666667vw;
}
.common-lineup .boxes .box .img {
  width: 44.6666666667vw;
  height: 44.6666666667vw;
}
.common-lineup .boxes .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-lineup .boxes .box .title {
  margin-top: 2.1333333333vw;
  display: block;
  font-size: 3.7333333333vw;
  font-weight: bold;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
}
.common-lineup .boxes .box .title a {
  text-decoration: none;
}

.common-species {
  padding-top: 10.6666666667vw;
}
.common-species h3 {
  display: flex;
  justify-content: center;
}
.common-species h3 span {
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
  padding-bottom: 1.2vw;
  border-bottom: 0.4vw solid #333;
}
.common-species .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6.6666666667vw 2.5333333333vw;
  margin-top: 8vw;
}
.common-species .boxes .box {
  width: 44.6666666667vw;
}
.common-species .boxes .box .img {
  width: 44.6666666667vw;
  height: 44.6666666667vw;
}
.common-species .boxes .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-species .boxes .box .title {
  margin-top: 2.1333333333vw;
  display: block;
  font-size: 3.7333333333vw;
  font-weight: bold;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
}
.common-species .boxes .box .title a {
  text-decoration: none;
}
.common-species .link {
  margin-top: 8vw;
}
.common-species .link a {
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0666666667vw;
}
.common-species .link a:after {
  content: "";
  display: block;
  background: url(../img/common/icon-arrow02.png) center center no-repeat;
  background-size: contain;
  width: 2vw;
  height: 3.4666666667vw;
  transform: translateY(0.2666666667vw);
}
