@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 {
  min-width: 1150px;
  width: 100%;
  position: relative;
  letter-spacing: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
  padding-top: 150px;
}

#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;
}

.sp {
  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 26px 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: 1.6rem;
}
.btn01::before {
  right: 10px;
  border-left: 9px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 26px 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: 1.6rem;
}
.btn-more::before {
  right: 10px;
  border-left: 9px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px 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 {
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.hx01:before, .hx01:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
}
.hx01:before {
  background-color: #006db9;
  top: 5px;
}
.hx01:after {
  background-color: #d10000;
  top: 17px;
}

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

/**
header
*/
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 1;
}
header.hide {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 50px;
  background-color: #f6f3f1;
}
header.hide.scroll {
  transition: all 0.2s ease;
  transition-property: opacity;
  opacity: 1;
}
header.hide h1 {
  display: none;
}
header.hide #header-top {
  height: 50px;
  padding: 0;
  width: 15.2777777778vw;
}
header.hide #header-top .logo {
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
header.hide #header-top .logo img {
  width: auto;
  max-height: 36px;
}
header.hide #header-menu .right {
  padding: 0;
}
header.hide #header-menu .right .info {
  display: none;
}
header.hide #header-menu .right .contact {
  width: 15.2777777778vw;
  position: fixed;
  top: 0;
  right: 0;
}
header.hide #header-menu .right .contact a {
  width: 100%;
  height: 50px;
  border-radius: 0;
}
@media screen and (max-width: 900px) {
  header.hide #header-menu .right .contact a::before {
    display: none;
  }
}
header.hide #header-menu #header-bottom {
  position: fixed;
  top: 0;
  left: 50%;
  width: 69.4444444444vw;
  transform: translateX(-50%);
}
header.hide #header-menu #header-bottom .menu > ul {
  width: 100%;
}
header.hide #header-menu #header-bottom .menu > ul > li {
  width: 13.8888888889vw;
}
header.hide #header-menu #header-bottom .menu > ul > li > a {
  width: 100%;
}
header h1 {
  position: absolute;
  top: 9px;
  left: 30px;
  z-index: 1000;
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 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: 100px;
  padding: 0 30px;
}
header #header-top .logo {
  padding-top: 20px;
}
header #header-top .logo img {
  width: 280px;
}
header #header-top .btns {
  display: none;
}
header #header-menu .right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100px;
  gap: 30px;
  padding-right: 30px;
}
header #header-menu .right .info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  width: 370px;
}
header #header-menu .right .info .time {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  text-align: left;
  color: #333;
}
header #header-menu .right .info .tel a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 2.6rem;
  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: 24px;
  height: 24px;
}
header #header-menu .right .info .fax span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 2rem;
  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: 18px;
  height: 18px;
}
header #header-menu .right .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  background-color: #7c9853;
  text-decoration: none;
  font-size: 1.6rem;
  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.png) center center no-repeat;
  width: 20px;
  height: 15px;
}
header #header-menu .right .banners {
  display: none;
}
header #header-menu #header-bottom {
  width: 100%;
  height: 50px;
  background-color: #f6f3f1;
}
header #header-menu #header-bottom .menu {
  width: 100%;
}
header #header-menu #header-bottom .menu > ul {
  display: flex;
  justify-content: center;
}
header #header-menu #header-bottom .menu > ul > li {
  width: 200px;
}
header #header-menu #header-bottom .menu > ul > li.has-menu > a:after {
  content: "";
  display: block;
  background: url(../img/common/icon-list.png) center center no-repeat;
  width: 20px;
  height: 15px;
}
header #header-menu #header-bottom .menu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 200px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  color: #333;
  gap: 10px;
}
header #header-menu #header-bottom .menu > ul > li:hover .submenu {
  display: block;
}
header #header-menu #header-bottom .menu > ul > li .submenu {
  display: none;
  width: 200px;
  background-color: #d8ddd1;
  padding: 20px 18px 20px 26px;
  z-index: 100;
}
header #header-menu #header-bottom .menu > ul > li .submenu ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
header #header-menu #header-bottom .menu > ul > li .submenu ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-align: center;
  color: #333;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
}
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: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

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

#footer #contact {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f6f3f1;
}
#footer #contact h2 {
  display: flex;
  justify-content: center;
}
#footer #contact h2 span {
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
  padding-bottom: 9px;
  border-bottom: 3px solid #333;
}
#footer #contact .btns {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#footer #contact .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 300px;
  height: 60px;
  border-radius: 10px;
  background-color: #7c9853;
  font-size: 1.6rem;
  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: 25px;
  height: 21px;
}
#footer #contact .btns .btn.estimate::before {
  background: url(../img/common/icon-calc.png) center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 25px;
}
#footer #contact .btns .btn.contact::before {
  background: url(../img/common/icon-mail-white.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
}
#footer #contact .info {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  width: 370px;
}
#footer #contact .info .time {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #333;
}
#footer #contact .info .tel a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 2.6rem;
  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: 24px;
  height: 24px;
}
#footer #contact .info .fax span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 2rem;
  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: 18px;
  height: 18px;
}
#footer #company-info {
  width: 100%;
  height: 340px;
  display: flex;
}
#footer #company-info #map {
  width: 50vw;
}
#footer #company-info #map iframe {
  width: 100%;
  height: 340px;
  background-color: #eee;
}
#footer #company-info .text {
  width: 50vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 30px;
}
#footer #company-info .text .products {
  font-size: 1.3rem;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  font-weight: normal;
}
#footer #company-info .text .logo {
  margin-top: 10px;
}
#footer #company-info .text .logo img {
  width: 280px;
}
#footer #company-info .text .name {
  margin-top: 35px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#footer #company-info .text .info {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  margin-top: 10px;
}
#footer #sitemap {
  position: relative;
  background: url(../img/common/bg-wood03.png) center center no-repeat;
  background-size: cover;
}
#footer #sitemap .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 48px 0 45px;
  display: grid;
  gap: 22px;
}
#footer #sitemap a {
  color: inherit;
  text-decoration: none;
}
#footer #sitemap .fl-title {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#footer #sitemap .fl-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 28px;
  margin-top: 8px;
}
#footer #sitemap .fl-list.etc_width li {
  min-width: 195px;
}
#footer #sitemap .fl-list.no_arrow {
  margin-top: 0px;
}
#footer #sitemap .fl-list.no_arrow li a {
  font-weight: bold;
}
#footer #sitemap .fl-list.no_arrow li a::before {
  display: none;
}
#footer #sitemap .fl-list li {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
  white-space: nowrap;
}
#footer #sitemap .fl-list li a {
  font-size: 1.4rem;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
#footer #sitemap .fl-list li a::before {
  content: "";
  display: block;
  background-image: url(../img/common/icon-arrow02.png);
  background-size: contain;
  width: 6px;
  height: 10px;
}
#footer #sitemap .fl-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
}
#footer #sitemap .fl-inline li {
  white-space: nowrap;
}
#footer #sitemap .fl-inline li a {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#footer #sitemap #copyright {
  margin-top: 20px;
  font-size: 1.4rem;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}

#sidebar {
  position: fixed;
  top: 210px;
  left: 0;
  z-index: 30;
}
#sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#sidebar ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  width: 60px;
  height: 168px;
  background-color: #7c9853;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: relative;
  writing-mode: vertical-rl;
}
#sidebar ul li a.sample::before {
  content: "";
  display: block;
  background: url(../img/common/icon-book.png) center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 21px;
}
#sidebar ul li a.estimate::before {
  content: "";
  display: block;
  background: url(../img/common/icon-calc.png) center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 25px;
}
#sidebar ul li a .count {
  display: none;
}

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

#breadcrumbs {
  position: relative;
  width: 1000px;
  margin: 0px auto 0;
}
#breadcrumbs ul {
  display: flex;
  align-items: center;
  width: 1080px;
  margin: 0 auto 0;
  padding: 12px 0;
}
#breadcrumbs ul li {
  display: flex;
  align-items: center;
  margin-left: 8px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#breadcrumbs ul li:first-child {
  margin-left: 0;
}
#breadcrumbs ul li:first-child a span {
  padding-left: 0;
}
#breadcrumbs ul li:last-child {
  white-space: nowrap;
  width: 400px;
  padding-right: 0;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#breadcrumbs ul li:last-child span {
  margin-left: 8px;
  padding-right: 0;
}
#breadcrumbs ul li a {
  text-decoration: none;
  padding: 0 0px 4px;
}
#breadcrumbs ul li a:hover {
  opacity: 0.5;
  transition: none;
}
#breadcrumbs ul li a span {
  border-bottom: 0;
}
#breadcrumbs ul li span {
  padding: 0 0px 4px;
  border-bottom: 1px solid #333333;
}

#sidebar .boxes .box + .box {
  margin-top: 20px;
}
#sidebar .widgettitle,
#sidebar .wp-block-heading {
  padding: 12px 10px;
  background-color: #ebebeb;
  position: relative;
  font-size: 1.6rem;
  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: 40px;
}
#sidebar .widget .widgettitle + ul,
#sidebar .widget .wp-block-archives,
#sidebar .widget .wp-block-categories-list {
  margin-top: 10px;
  padding-left: 10px;
}
#sidebar .widget ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  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: 20px;
}
#sidebar .sns {
  margin-top: 40px;
}
#sidebar .sns ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
aside.footer {
  background: url(../img/common/bg-wood04.png) center center no-repeat;
  background-size: cover;
}
aside.footer .inner {
  display: flex;
  align-items: center;
  width: 1000px;
  height: 480px;
  margin: 0 auto;
  gap: 60px;
}
aside.footer .inner .right .menu ul {
  display: flex;
  gap: 20px;
}
aside.footer .inner .right .menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  border-radius: 10px;
  border: solid 3px #7c9853;
  background-color: #fff;
  font-size: 1.6rem;
  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: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
aside.footer .inner .right .banners {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#calender_wrap h3 {
  background-color: #8f7f76;
  font-size: 1.95rem;
  font-weight: bold;
  letter-spacing: 0.78px;
  text-align: center;
  color: #fff;
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: center;
}
#calender_wrap #calender_body {
  background-color: #fff;
  padding: 16px 24px 16px;
  height: 370px;
  position: relative;
}
#calender_wrap #calender_body .date {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align: center;
  color: #333;
}
#calender_wrap #calender_body #calendar_main {
  margin-top: 16px;
}
#calender_wrap #calender_body #calendar_main table {
  width: 100%;
}
#calender_wrap #calender_body #calendar_main table td {
  text-align: center;
  width: 36px;
  height: 36px;
  border: solid 1px #ccc;
  vertical-align: middle;
  font-size: 1.55rem;
}
#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: 10px;
}
#calender_wrap #calender_body .btns a {
  font-size: 1.6rem;
  font-style: normal;
  letter-spacing: 0.64px;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding-bottom: 2px;
  border-bottom: 1px solid #333;
}
#calender_wrap #calender_body .holiday {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
}

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

.search-item {
  margin-top: 30px;
}
.search-item .inner {
  display: flex;
  justify-content: center;
}
.search-item .inner form {
  position: relative;
}
.search-item .inner form input {
  width: 800px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #ccc;
  position: relative;
  padding-left: 42px;
  font-size: 1.6rem;
  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(-10px);
}
.search-item .inner form [type=submit] {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon-search.png) center center no-repeat;
  background-color: #fff;
  background-size: contain;
  width: 20px;
  height: 20px;
  border: 0;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
}
.search-item .attention {
  width: 800px;
  margin: 6px auto;
  font-size: 1.4rem;
  color: #666;
  text-align: right;
}

#side-cart {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
#side-cart .boxes {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#side-cart .boxes .box {
  width: 190px;
  border: solid 3px #7c9853;
  border-bottom: 0;
  background-color: #fff;
}
#side-cart .boxes .box dl {
  padding: 12px 4px;
}
#side-cart .boxes .box dl dt {
  font-size: 1.35rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.68px;
  text-align: left;
  color: #7c9853;
  border-bottom: 2px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 5px;
}
#side-cart .boxes .box dl dd {
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#side-cart .boxes .box dl dd::before {
  content: "・";
}
#side-cart .boxes .box dl dd.additional::before {
  content: "+";
  padding: 0 2px;
}
#side-cart .boxes .box .link a {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7c9853;
  font-size: 1.35rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.68px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.common-products h3 {
  display: flex;
  justify-content: center;
}
.common-products h3 span {
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
  padding-bottom: 9px;
  border-bottom: 3px solid #333;
}
.common-products .boxes {
  margin-top: 55px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}
.common-products .boxes .box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 52px;
}
.common-products .boxes .box h4 {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.common-products .boxes .box .left {
  width: 310px;
}
.common-products .boxes .box .left .img {
  text-align: center;
}
.common-products .boxes .box .left .link {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
.common-products .boxes .box .left .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 10px;
  background-color: #7c9853;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 12px;
}
.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: 25px;
  height: 21px;
}
.common-products .boxes .box .left .link a.estimate::before {
  background: url(../img/common/icon-calc.png) center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 25px;
}
.common-products .boxes .box .right {
  width: 635px;
}
.common-products .boxes .box .right table {
  width: 100%;
}
.common-products .boxes .box .right table tbody tr th {
  width: 110px;
  padding: 10px 0;
  border: solid 1px #ccc;
  background-color: #e6ecde;
  font-size: 1.4rem;
  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: 200px;
  padding: 10px;
  border: solid 1px #ccc;
  font-size: 1.4rem;
  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: 1.4rem;
  line-height: 1.5714285714;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.4px;
  text-align: left;
  color: #333;
  margin-top: 8px;
}
.common-products .boxes .box .right p strong {
  font-weight: normal;
  text-decoration: underline;
}
.common-products .notfound {
  margin-top: 30px;
}
.common-products .notfound p {
  line-height: 1.65;
}

.common-results h3 {
  display: flex;
  justify-content: center;
}
.common-results h3 span {
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
  padding-bottom: 9px;
  border-bottom: 3px solid #333;
}
.common-results .boxes {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
}
.common-results .boxes .box {
  width: 300px;
  height: 340px;
  background-color: #f6f3f1;
  padding: 10px;
}
.common-results .boxes .box.is-new {
  position: relative;
}
.common-results .boxes .box.is-new:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/common/icon-new.png) center center no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.common-results .boxes .box .img {
  width: 280px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.common-results .boxes .box .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.common-results .boxes .box .info .term a {
  padding: 0 10px;
  background-color: #7c9853;
  font-size: 1.4rem;
  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: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.common-results .boxes .box .text {
  margin-top: 10px;
  font-size: 1.6rem;
  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: 40px;
}
.common-results .link a {
  font-size: 1.6rem;
  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: 8px;
}
.common-results .link a:after {
  content: "";
  display: block;
  background: url(../img/common/icon-arrow02.png) center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  transform: translateY(2px);
}

.common-knowledge {
  padding: 35px 20px 45px;
  background-color: #e6ecde;
  margin-top: 95px;
}
.common-knowledge h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #7c9853;
}
.common-knowledge h3:before, .common-knowledge h3:after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background: #7c9853;
}
.common-knowledge .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 32px;
}
.common-knowledge .boxes .box a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 300px;
  height: 100px;
  text-decoration: none;
  border: solid 3px #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 22px 22px;
  border-color: transparent transparent #7c9853 transparent;
}
.common-knowledge .boxes .box a .title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #7c9853;
  padding-bottom: 4px;
  background: linear-gradient(transparent 60%, #e6ecde 80%);
}
.common-knowledge .boxes .box a .text {
  margin-top: 2px;
  display: block;
  font-size: 1.4rem;
  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: 80px;
}
.common-lineup h3 {
  display: flex;
  justify-content: center;
}
.common-lineup h3 span {
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
  padding-bottom: 9px;
  border-bottom: 3px solid #333;
}
.common-lineup .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  gap: 30px 10px;
}
.common-lineup .boxes .box {
  width: 160px;
}
.common-lineup .boxes .box .img {
  width: 160px;
  height: 160px;
}
.common-lineup .boxes .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-lineup .boxes .box .title {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.6px;
  text-align: center;
  color: #333;
}
.common-lineup .boxes .box .title a {
  text-decoration: none;
}

.common-species {
  padding-top: 80px;
  width: 840px;
  margin: 0 auto;
}
.common-species h3 {
  display: flex;
  justify-content: center;
}
.common-species h3 span {
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
  padding-bottom: 9px;
  border-bottom: 3px solid #333;
}
.common-species .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
  gap: 30px 10px;
}
.common-species .boxes .box {
  width: 160px;
}
.common-species .boxes .box .img {
  width: 160px;
  height: 160px;
}
.common-species .boxes .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-species .boxes .box .title {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.6px;
  text-align: center;
  color: #333;
}
.common-species .boxes .box .title a {
  text-decoration: none;
}
.common-species .link {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.common-species .link a {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.common-species .link a:after {
  content: "";
  display: block;
  background: url(../img/common/icon-arrow02.png) center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  transform: translateY(2px);
}
