@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700,900&display=swap&subset=japanese");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

h1 {
  font-size: clamp(2.8rem, calc(2.7029126214rem + 0.2588996764vw), 3.2rem);
}

h2 {
  font-size: clamp(20px, calc(16.19px + 1.19vw), 28px) !important;
  font-weight: 700;
}

h3 {
  font-size: clamp(2.2rem, calc(2.1514563107rem + 0.1294498382vw), 2.4rem);
}

h4 {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
}

h5 {
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
}

h6 {
  font-size: clamp(1.2rem, calc(1.1514563107rem + 0.1294498382vw), 1.4rem);
}

.h1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #73af3b;
  margin-bottom: 1em;
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: calc((3.2 - 2.4) * ((100vw - 320px) / (991 - 320)) + 2.4rem);
  }
}

.h2 {
  font-size: 2.8rem;
  color: #fff;
  padding: 10px 10px 3px 20px;
  margin-bottom: 1.5em;
  font-weight: 500;
  background-color: #73af3b;
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: calc((2.8 - 2) * ((100vw - 320px) / (991 - 320)) + 2rem);
  }
}

.h2::before {
  display: inline-block;
  content: url(../img/leaf-icon.png);
  vertical-align: middle;
  margin-right: 10px;
}

.h3 {
  font-size: 2.4rem;
  display: block;
  font-weight: 700;
  color: #73af3b;
  margin-bottom: 2rem;
}

.h3::before {
  display: inline-block;
  content: url(../img/leaf.svg);
  vertical-align: middle;
  margin-right: 10px;
}

.h4 {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  color: #73af3b;
  margin-bottom: 1rem;
}

.h4::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
}

/* table */
table {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  table {
    border-collapse: collapse;
    display: table;
  }
}

@media screen and (max-width: 767px) {
  table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop {
    padding: 0.5em 1.1em 0;
  }
  table th,
  table tr,
  table td {
    padding: 0.5em 1.1em 0;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  table {
    padding-bottom: 1.5em;
  }
}

ul.def {
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  margin-bottom: 1em;
}

ul.def li {
  font-size: 1.4rem;
}

ul.def > li::before {
  content: "・";
  display: inline-block;
}

p {
  line-height: 1.5;
  /*
  font-weight: 400;
  font-style: normal;
*/
  text-align: justify;
}

address {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

.header-page {
  background: url(../img/header-page.jpg) no-repeat;
  background-size: cover;
  width: 100%;
}

.header-post {
  background: url(../img/header-post.jpg) no-repeat;
  background-size: cover;
  width: 100%;
}

.header-page,
.header-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
}

/* @media screen and (max-width: 991px) {
  .header-page,
  .header-post {
    height: 160px;
  }
}

@media screen and (max-width: 575px) {
  .header-page,
  .header-post {
    height: 140px;
  }
} */

header {
  background-color: #fff;
  margin-bottom: 50px;
  position: relative;
  /* overflow-x: hidden; */
}

body.home header {
  overflow: hidden;
}

header nav ul.main-nav li.current-item > a {
  background-color: #fff;
  color: #73af3b !important;
}

body.page header,
body.post header,
body.archive header,
body.search header,
body.search-results header,
body.single header {
  overflow: initial;
}

body.page .scroll-pct,
body.post .scroll-pct,
body.archive .scroll-pct,
body.search .scroll-pct,
body.search-results .scroll-pct,
body.single .scroll-pct {
  display: none;
}

.scroll-pct {
  display: block;
  width: 9px;
  height: 271px;
  position: absolute;
  right: 74px;
  z-index: 2;
  bottom: clamp(-150px, calc(-724.138px + 51.724vw), 0px);
  /* bottom: clamp(-150px, calc(-553.846px + 28.846vw), 0px); */
}

/* @media screen and (min-width: 1500px) {
  .scroll-pct {
    bottom: 0;
  }
} */

/* @media screen and (min-width: 1050px) and (max-width: 1499px) {
  .scroll-pct {
    bottom: calc((170) * ((100vw - 1050px) / (1499 - 1050)) + (-170px));
  }
} */

@media screen and (max-width: 1109px) {
  .scroll-pct {
    display: none;
  }
}

.scroll-pct > img {
  width: 9px;
  height: 271px;
}

a.contactus {
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 28px 35px 33px;
  background-color: #73af3b;
  color: #fff;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}

@media screen and (max-width: 1352px) {
  a.contactus {
    font-size: calc((1.6 - 1.4) * ((100vw - 320px) / (1352 - 320)) + 1.4rem);
  }
}

@media screen and (max-width: 1210px) {
  a.contactus {
    height: 100px;
    padding: inherit;
    padding-left: 28px;
    padding-right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

a.contactus:hover {
  color: #73af3b;
  background-color: #fff;
}

/* 丸ボタン */
.lineup-btn,
.order-btn {
  width: 117px;
  height: 117px;
  display: block;
  text-align: center;
  background-color: #fff;
  font-weight: 500;
  border-radius: 100px;
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.lineup-btn > .icon,
.order-btn > .icon {
  margin-top: 6px;
  margin-bottom: 2px;
  width: 18px;
  height: 29px;
}

.lineup-btn p,
.order-btn p {
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  color: #73af3b;
}

.lineup-btn > .icon-arrow,
.order-btn > .icon-arrow {
  width: 22px;
  height: 22px;
}

.lineup-btn:hover,
.order-btn:hover {
  text-decoration: none;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.qrcode {
  position: absolute;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: clamp(117px, calc(35.5px + 16.3vw), 280px);
  /* width: clamp(150px, calc(-103.858px + 25.591vw), 280px); */
  height: auto;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qrcode img {
  width: 70%;
  height: auto;
}

/*　ヘッダー丸ボタン位置 */
body.home .lineup-btn {
  top: 110px;
  right: 20px;
}

body.home .order-btn {
  top: 240px;
  right: 20px;
}

body.home .qrcode {
  top: 260px;
  left: 20px;
}

@media (width <= 992px) {
  body.home .qrcode {
    position: absolute;
    top: 110px;
  }
}

@media (width <= 500px) {
  body.home .qrcode {
    left: clamp(5px, calc(-21.667px + 8.333vw), 20px);
    width: 117px;
  }
}

.kdd-btn {
  position: absolute;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--key);
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  container-type: inline-size;
}

.kdd-btn:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

body.home .kdd-btn {
  width: clamp(180px, calc(49.091px + 13.636vw), 240px);
  height: auto;
  right: 5px;
  bottom: 30px;
}

body.home .kdd-btn p {
  text-align: center;
  line-height: 1.3;
  font-size: clamp(18px, 10cqw, 24px);
  position: relative;
}

body.home .kdd-btn p::before {
  content: "";
  position: absolute;
  background-color: #fff;
  aspect-ratio: 18 / 29;
  display: block;
  height: auto;
  width: 60%;
  -webkit-mask: url("../img/leaf.svg") no-repeat;
          mask: url("../img/leaf.svg") no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.2;
}

body.page .kdd-btn,
body.post .kdd-btn,
body.archive .kdd-btn,
body.search .kdd-btn,
body.search-results .kdd-btn,
body.single .kdd-btn {
  aspect-ratio: 1 / 1;
  width: 117px;
  height: auto;
  background: var(--key);
  top: 115px;
  right: 20px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  container-type: inline-size;
}

body.page .kdd-btn p,
body.post .kdd-btn p,
body.archive .kdd-btn p,
body.search .kdd-btn p,
body.search-results .kdd-btn p,
body.single .kdd-btn p {
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 0;
  position: relative;
  z-index: 0;
}

body.page .kdd-btn p::before,
body.post .kdd-btn p::before,
body.archive .kdd-btn p::before,
body.search .kdd-btn p::before,
body.search-results .kdd-btn p::before,
body.single .kdd-btn p::before {
  content: "";
  position: absolute;
  background-color: #fff;
  aspect-ratio: 18 / 29;
  display: block;
  height: auto;
  width: 50px;
  -webkit-mask: url("../img/leaf.svg") no-repeat;
          mask: url("../img/leaf.svg") no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.2;
}

body.page .kdd-btn:hover,
body.post .kdd-btn:hover,
body.archive .kdd-btn:hover,
body.search .kdd-btn:hover,
body.search-results .kdd-btn:hover,
body.single .kdd-btn:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

@media (width <= 991px) {
  body.page .kdd-btn,
  body.post .kdd-btn,
  body.archive .kdd-btn,
  body.search .kdd-btn,
  body.search-results .kdd-btn,
  body.single .kdd-btn {
    top: 195px;
    right: clamp(5px, calc(-21.667px + 8.333vw), 20px);
  }
}

@media (width <= 575px) {
  body.page .kdd-btn,
  body.post .kdd-btn,
  body.archive .kdd-btn,
  body.search .kdd-btn,
  body.search-results .kdd-btn,
  body.single .kdd-btn {
    top: 90px;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 117px;
  }
}

body.page .order-btn,
body.post .order-btn,
body.archive .order-btn,
body.search .order-btn,
body.search-results .order-btn,
body.single .order-btn {
  top: 115px;
  right: 135px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

body.page .order-btn:hover,
body.post .order-btn:hover,
body.archive .order-btn:hover,
body.search .order-btn:hover,
body.search-results .order-btn:hover,
body.single .order-btn:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (width <= 991px) {
  body.page .order-btn,
  body.post .order-btn,
  body.archive .order-btn,
  body.search .order-btn,
  body.search-results .order-btn,
  body.single .order-btn {
    top: 195px;
  }
}

@media (width <= 575px) {
  body.page .order-btn,
  body.post .order-btn,
  body.archive .order-btn,
  body.search .order-btn,
  body.search-results .order-btn,
  body.single .order-btn {
    top: 250px;
    /* right: inherit; */
    right: 50%;
    margin-right: -108.6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  body.page .order-btn:hover,
  body.post .order-btn:hover,
  body.archive .order-btn:hover,
  body.search .order-btn:hover,
  body.search-results .order-btn:hover,
  body.single .order-btn:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

body.page .lineup-btn,
body.post .lineup-btn,
body.archive .lineup-btn,
body.search .lineup-btn,
body.search-results .lineup-btn,
body.single .lineup-btn {
  top: 115px;
  right: 250px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

body.page .lineup-btn:hover,
body.post .lineup-btn:hover,
body.archive .lineup-btn:hover,
body.search .lineup-btn:hover,
body.search-results .lineup-btn:hover,
body.single .lineup-btn:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (width <= 991px) {
  body.page .lineup-btn,
  body.post .lineup-btn,
  body.archive .lineup-btn,
  body.search .lineup-btn,
  body.search-result .lineup-btn,
  body.single .lineup-btn {
    top: 195px;
  }
}

@media screen and (max-width: 575px) {
  body.page .lineup-btn,
  body.post .lineup-btn,
  body.archive .lineup-btn,
  body.search .lineup-btn,
  body.search-results .lineup-btn,
  body.single .lineup-btn {
    top: 250px;
    right: inherit;
    left: 50%;
    margin-left: -108.6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  body.page .lineup-btn:hover,
  body.post .lineup-btn:hover,
  body.archive .lineup-btn:hover,
  body.search .lineup-btn:hover,
  body.search-results .lineup-btn:hover,
  body.single .lineup-btn:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

body.page .qrcode,
body.post .qrcode,
body.archive .qrcode,
body.search .qrcode,
body.search-results .qrcode,
body.single .qrcode {
  width: 117px;
  height: auto;
}

body.page .qrcode,
body.post .qrcode,
body.archive .qrcode,
body.search .qrcode,
body.search-results .qrcode,
body.single .qrcode {
  top: 115px;
  right: 365px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media (width <= 991px) {
  body.page .qrcode,
  body.post .qrcode,
  body.archive .qrcode,
  body.search .qrcode,
  body.search-results .qrcode,
  body.single .qrcode {
    top: 90px;
    /* right: inherit; */
    -webkit-transform: scale(1);
    transform: scale(1);
    left: clamp(5px, calc(-21.667px + 8.333vw), 20px);
    width: clamp(80px, calc(-44.444px + 38.889vw), 150px);
  }
}

@media (width <= 575px) {
  body.page .qrcode,
  body.post .qrcode,
  body.archive .qrcode,
  body.search .qrcode,
  body.search-results .qrcode,
  body.single .qrcode {
    width: 117px;
  }
}

header {
  height: auto;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
  header .info_wrapper {
    display: block;
    width: 342px;
    height: 240px;
    background-color: #73af3b;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    padding: 34px 5px 20px;
    text-align: center;
    color: #fff;
  }

  header .info_wrapper > * a {
    color: #fff;
  }

  header .info_wrapper a h1.logo {
    text-align: center;
    /* margin-right: 15px; */
  }
  header .info_wrapper a h1.logo > img {
    max-width: 100%;
    height: auto;
  }
  /* header h1.logo > a:hover {
    text-decoration: none;
  } */
  header address.header-add {
    font-weight: 700;
    height: 105px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header address.header-add .add {
    text-align: center;
    font-size: 1.4rem;
  }
  header address.header-add .add p {
    text-align: center;
    margin-bottom: 4px;
  }
  header address.header-add .tel-num {
    font-size: 2.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  header address.header-add .tel-num img {
    margin-right: 5px;
  }
  header .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 82px;
    width: calc(100% - 342px);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(37, 85, 133, 0.5)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(37, 85, 133, 0.5) 80%);
  }
  header .nav-wrapper .nav-wrapper-inner {
    display: block;
  }
  header .nav-wrapper .nav-wrapper-inner nav {
    display: block;
    text-align: right;
    color: #fff;
  }
  header .nav-wrapper .nav-wrapper-inner nav ul.main-nav {
    list-style-type: none;
    padding-left: 10px;
    padding-right: clamp(10px, calc(-81.009px + 9.174vw), 30px);
    margin-top: 10px;
    margin-bottom: 5px;
  }
  header .nav-wrapper .nav-wrapper-inner nav ul.main-nav li {
    display: inline-block;
    white-space: nowrap;
    /* font-size: 1.4rem; */
    font-size: clamp(12px, calc(9.862px + 0.216vw), 14px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
  }
  header .nav-wrapper .nav-wrapper-inner nav ul.main-nav li > a {
    color: #fff;
    text-shadow:
      rgba(0, 0, 0, 0.5) 1px 1px 10px,
      rgba(0, 0, 0, 0.5) -1px 1px 10px,
      rgba(0, 0, 0, 0.5) 1px -1px 10px,
      rgba(0, 0, 0, 0.5) -1px -1px 10px;
  }
  header .nav-wrapper .nav-wrapper-inner nav ul.main-nav li > a:hover,
  header .nav-wrapper .nav-wrapper-inner nav ul.main-nav li > a:active,
  header .nav-wrapper .nav-wrapper-inner nav ul.main-nav li > a:focus {
    color: #fff;
    text-decoration: none !important;
  }
  header .nav-wrapper .nav-wrapper-inner nav ul.main-nav li + li {
    /* padding-left: 30px; */
    padding-left: clamp(15px, calc(-53.257px + 6.881vw), 30px);
  }
  header .nav-wrapper .nav-wrapper-inner .h2-wrapper > h2.kc {
    display: block;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 10px #000000;
    text-align: right;
    line-height: 1;
  }
  header .nav-wrapper .nav-wrapper-inner .h2-wrapper h2.kc > span.enter {
    /* font-size: clamp(16px, calc(6.379px + 0.97vw), 25px); */
    font-size: clamp(14px, calc(2.241px + 1.185vw), 25px);
    font-weight: 600;
    line-height: 1;
  }
}
/* 
@media screen and (min-width: 992px) and (min-width: 1480px) {
  header .nav-wrapper .nav-wrapper-inner .h2-wrapper > h2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1479px) {
  header .nav-wrapper .nav-wrapper-inner .h2-wrapper > h2 {
    font-size: calc((2.5 - 1.8) * ((100vw - 1210px) / (1479 - 1210)) + 1.8rem) !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1210px) {
  header .nav-wrapper .nav-wrapper-inner .h2-wrapper > h2 {
    font-size: calc((2 - 1.8) * ((100vw - 992px) / (1210 - 992)) + 1.8rem) !important;
    text-align: right;
  }
} */

@media screen and (max-width: 991px) {
  header {
    padding-top: 80px;
    background-color: #fff;
    /* background-color: #73af3b; */
  }
  /* header h1.logo > a {
    display: block;
    background-color: #73af3b;
    border-right: 1px solid #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3000;
    display: block;
    text-align: center;
    height: 80px;
    color: #fff;
  } */
  header .info_wrapper {
    display: block;
    background-color: #73af3b;
    border-right: 1px solid #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3000;
    display: block;
    text-align: center;
    height: 80px;
    color: #fff;
  }
  header a h1.logo > img {
    margin-right: 15px;
  }
  header .info_wrapper > a:hover {
    text-decoration: none;
  }
  header .nav-wrapper {
    background: #73af3b;
  }
  header .h2-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 432px);
    background: url(https://aqua-komono.com/wp-content/uploads/2020/01/header-small-bg.jpg);
    background-size: cover;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 202px;
    padding-left: 30px;
    padding-right: 30px;
    height: 80px;
    border-left: 1px solid #fff;
  }
  header .nav-wrapper .nav-wrapper-inner .h2-wrapper h2.kc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    color: #fff;
    line-height: 1.2 !important;
    text-align: left;
  }
  header .nav-wrapper .nav-wrapper-inner .h2-wrapper h2.kc > span.enter {
    padding: 0;
    line-height: 1.3;
    /* font-size: clamp(15px, calc(4.31px + 1.078vw), 25px); */
    font-size: clamp(15px, calc(-9.314px + 2.451vw), 25px);
  }
  header a.contactus {
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
    position: fixed;
    right: 80px;
    background-color: #73af3b;
    top: 0;
    border-left: 1px solid #fff;
    z-index: 2000;
  }
  header .header-add {
    display: none;
  }
  header .logo-mark {
    position: relative;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  header nav {
    display: block;
    text-align: center;
    position: fixed;
    top: -1000px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2000;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header nav.open {
    height: 100%;
    top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header ul.main-nav {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    list-style-type: none;
  }
  header ul.main-nav > li {
    margin-bottom: 10px;
    /*
&:first-child{
	margin-bottom: 10px;
}
*/
    display: block;
  }
  header ul.main-nav > li a {
    display: block;
    font-size: clamp(15px, calc(13.569px + 0.447vw), 18px);
    /* font-size: calc((1.8 - 1.6) * ((100vw - 320px) / (991 - 320)) + 16px); */
    font-weight: 700;
    color: #fff;
    width: 100%;
    background-color: #73af3b;
    /* padding: 15px; */
    padding: clamp(10px, calc(7.615px + 0.745vw), 15px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  header ul.main-nav > li a:hover {
    color: #73af3b;
    text-decoration: none;
    background-color: #fff;
  }
  header ul.main-nav > li .sub-menu {
    display: block;
    border-top: 3px solid #fff;
    margin-bottom: 10px;
  }
  header ul.main-nav > li .sub-menu > li {
    border-bottom: 1px solid #fff;
  }
  header ul.main-nav > li .sub-menu > li > a {
    display: block;
    font-size: calc((1.6 - 1.4) * ((100vw - 320px) / (991 - 320)) + 1.4rem);
    font-weight: 700;
    color: #333;
    background-color: #edf0ee;
  }
  header ul.main-nav > li .sub-menu > li > a:hover {
    background-color: #fff;
    text-decoration: none;
  }
  header ul.main-nav > li .sub-menu > li:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  /* header h1.logo > a {
    border-right: none;
    z-index: 3000;
  } */
  header .info_wrapper {
    border-right: none;
    z-index: 3000;
  }
  header .nav-wrapper .nav-wrapper-inner .h2-wrapper {
    border-left: none;
    background-image: none;
    background-color: #73af3b;
  }
  header .nav-wrapper .nav-wrapper-inner .h2-wrapper h2.kc {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .nav-wrapper .nav-wrapper-inner .h2-wrapper {
    border-left: none;
    z-index: 2000;
    background-color: #73af3b;
    width: 100%;
    left: 0;
    top: 0;
    height: 80px;
  }
  .nav-wrapper .nav-wrapper-inner .h2-wrapper h2 {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  a.contactus {
    display: none;
  }
}

/* モバイルトグルボタン */
button:focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
}

.mobile-btn {
  position: fixed;
  top: 0;
  right: 0;
  border: none;
  background-color: #fff;
  /* background-color: transparent !important; */
  padding: 20px;
}

@media screen and (min-width: 992px) {
  .mobile-btn {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .mobile-btn {
    width: 80px;
    height: 80px;
    display: block;
    z-index: 3100;
  }
}

.mobile-btn .nav_toggle_icon {
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 0;
  margin-bottom: 0;
  position: relative;
  width: 40px;
  height: 33px;
}

.mobile-btn .nav_toggle_icon span {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #73af3b;
  -webkit-box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
}

.mobile-btn .nav_toggle_icon span:nth-of-type(1) {
  top: 1px;
}

.mobile-btn .nav_toggle_icon span:nth-of-type(2) {
  top: 15px;
}

.mobile-btn .nav_toggle_icon span:nth-of-type(3) {
  bottom: 1px;
}

.mobile-btn .nav_toggle_icon.open span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  -webkit-transform-origin: center　center;
  transform-origin: center　center;
  top: 12px;
}

.mobile-btn .nav_toggle_icon.open span:nth-of-type(2) {
  opacity: 0;
}

.mobile-btn .nav_toggle_icon.open span:nth-of-type(3) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  -webkit-transform-origin: center　center;
  transform-origin: center　center;
  bottom: 17px;
}

.mobile-btn.open {
  background-color: #fff;
}

/* 下層ページタイトル */
h2.page-title {
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 2em;
  font-weight: 500;
  background-color: #73af3b;
  padding: 5px 15px 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  h2.page-title {
    font-size: calc((2.8 - 1.8) * ((100vw - 320px) / (991 - 320)) + 1.8rem);
  }
}

h2.page-title::before {
  content: url(../img/leaf-icon.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  width: 22px;
  height: 36px;
  /*
	background:url(../img/leaf-icon.png) no-repeat;
	background-size:contain;
*/
}

.page-top {
  display: block;
  cursor: pointer;
  z-index: 600;
  padding: 0;
  width: 62px;
  height: 60px;
  position: fixed;
  bottom: 80px;
  right: 20px;
}

.page-top .pagetop-arrow {
  display: block;
  cursor: pointer;
  width: 62px;
  height: 60px;
  position: relative;
  background: #73af3b;
  overflow: hidden;
}

.page-top .pagetop-arrow:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(115, 175, 59, 0.8);
}

.page-top .pagetop-arrow .arrow {
  margin-left: 20px;
  margin-top: 25px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-top .pagetop-arrow a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
}

.page-top .pagetop-arrow a:hover + .arrow {
  border-top: 3px solid rgba(0, 0, 0, 0.6);
  border-right: 3px solid rgba(0, 0, 0, 0.6);
}

/* パンくずリスト */
@media screen and (min-width: 768px) {
  #breadlist {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #breadlist {
    display: none;
  }
}

.breadcrumb {
  background-color: transparent !important;
  padding: 0.75rem 0;
  font-size: 1.2rem;
}

.breadcrumb a {
  color: #73af3b;
}

.breadcrumb li.active {
  color: #333;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
  .v_pd10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_pd10 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_pd20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_pd20 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_pd30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_pd30 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_pd40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_pd40 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_pd50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_pd50 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_pd60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_pd60 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_pd70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_pd70 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_pd80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_pd80 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_pd90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_pd90 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_pd100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_pd100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  .top-v_pd10 {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-v_pd10 {
    padding-top: 5 !important;
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  .top-v_pd20 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-v_pd20 {
    padding-top: 10 !important;
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  .top-v_pd30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-v_pd30 {
    padding-top: 15 !important;
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  .top-v_pd40 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-v_pd40 {
    padding-top: 20 !important;
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  .top-v_pd50 {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-v_pd50 {
    padding-top: 25 !important;
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  .top-v_pd60 {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-v_pd60 {
    padding-top: 30 !important;
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  .top-v_pd70 {
    padding-top: 30px !important;
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-v_pd70 {
    padding-top: 35 !important;
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  .top-v_pd80 {
    padding-top: 30px !important;
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-v_pd80 {
    padding-top: 40 !important;
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .top-v_pd90 {
    padding-top: 30px !important;
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-v_pd90 {
    padding-top: 45 !important;
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  .top-v_pd100 {
    padding-top: 30px !important;
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-v_pd100 {
    padding-top: 50 !important;
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_mb10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_mb10 {
    margin-bottom: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_mb20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_mb20 {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_mb30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_mb30 {
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_mb40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_mb40 {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_mb50 {
    margin-bottom: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_mb60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_mb60 {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_mb70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_mb70 {
    margin-bottom: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_mb80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_mb80 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_mb90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_mb90 {
    margin-bottom: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  .v_mb100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .v_mb100 {
    margin-bottom: 50px !important;
  }
}

/*ガター幅調整*/
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

html {
  height: 100%;
  font-size: 62.5% !important;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

* {
  font-family: "Noto Sans JP", sans-serif !important;
}

body {
  font-weight: 400;
  color: #333;
  background-color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: calc((1.6 - 1.4) * ((100vw - 320px) / (767 - 320)) + 1.4rem);
    overflow-x: hidden;
  }
  body.no-scroll {
    overflow: hidden;
  }
}

/* safari 7.1+に適用される */
_::webkit-full-page-media,
_:future,
:root,
body {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}

/* フッター下部固定 */
html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main {
  padding: 0 0 0 0;
}

.gray-bg {
  background-color: #eee;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* =================================================

ボタン

================================================= */

button.btn {
  border-radius: 0;
}

/* グリーン */
button.btn.green {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #73af3b;
  border-color: #73af3b;
  width: auto;
  padding: 10px 20px;
}

button.btn.green span {
  white-space: nowrap;
  font-size: 1.4rem;
  margin-right: 0.5em;
}

button.btn.green > .arrow {
  display: block;
  margin-block: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  stroke: #fff !important;
  fill: transparent !important;
}

button.btn.green:hover {
  color: #73af3b;
  background-color: transparent;
}

button.btn.green:hover .arrow {
  /* margin: auto 0 auto auto; */
  -webkit-transform: translateX(1em);
  transform: translateX(1em);
  stroke: #73af3b !important;
  fill: transparent !important;
}

/* ブルー */
button.btn.blue {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #005098;
  border-color: #005098;
  width: auto;
  padding: 10px 20px;
}

button.btn.blue span {
  white-space: nowrap;
  font-size: 1.4rem;
  margin-right: 0.5em;
}

button.btn.blue > .arrow {
  display: block;
  margin-block: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  stroke: #005098 !important;
  fill: transparent !important;
}

button.btn.blue:hover {
  color: #fff;
  background-color: #005098;
}

button.btn.blue:hover .arrow {
  /* margin: auto 0 auto auto; */
  -webkit-transform: translateX(1em);
  transform: translateX(1em);
  stroke: #fff !important;
  fill: transparent !important;
}

/* ホワイト */
button.btn.white {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border-color: #fff;
  width: auto;
  padding: 10px 20px;
}

button.btn.white span {
  white-space: nowrap;
  font-size: 1.4rem;
  margin-right: 0.5em;
}

button.btn.white > .arrow {
  display: block;
  margin-block: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  stroke: #fff !important;
  fill: transparent !important;
}

button.btn.white:hover {
  color: #73af3b;
  background-color: white;
}

button.btn.white:hover .arrow {
  /* margin: auto 0 auto auto; */
  -webkit-transform: translateX(1em);
  transform: translateX(1em);
  stroke: #73af3b !important;
  fill: transparent !important;
}

.enter {
  display: inline-block;
  white-space: nowrap;
}

/* ページローディング */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 5000;
}

.loader {
  margin: 60px auto;
  border-radius: 50%;
  width: 10em;
  height: 10em;
  font-size: 10px;
  position: absolute;
  top: calc(50% - 120px);
  left: calc(50% - 50px);
  text-indent: -9999em;
  border-top: 1.1em solid rgba(146, 146, 146, 0.2);
  border-right: 1.1em solid rgba(146, 146, 146, 0.2);
  border-bottom: 1.1em solid rgba(146, 146, 146, 0.2);
  border-left: 1.1em solid #929292;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

a.page-top {
  z-index: 4000;
  width: 49px;
  height: 44px;
  position: fixed;
  bottom: 70px;
  right: 20px;
}

@media (min-width: 1200px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.fs12 {
  font-size: 1.2rem;
}

.fs18 {
  font-size: 1.8rem;
}

/* トップページ各タイトル */
.h1-index-title-wrapper {
  background: url(../img/leaf-bg.png) center top no-repeat;
  padding-top: 40px;
}

.h1-index-title-wrapper .h1-index-title {
  font-size: 2.5rem;
  color: #73af3b;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .h1-index-title-wrapper .h1-index-title {
    font-size: calc((2.5 - 1.8) * ((100vw - 320px) / (991 - 320)) + 1.8rem);
    letter-spacing: calc((0.2 - 0.1) * ((100vw - 320px) / (991 - 320)) + 0.1em);
    line-height: calc((1.8 - 1.3) * ((100vw - 320px) / (991 - 320)) + 1.3em);
  }
}

@media screen and (max-width: 575px) {
  .h1-index-title-wrapper {
    margin-top: 30px;
  }
}

/* block-b */
#block-b.container h2.h2-index-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  height: auto;
  padding: 0.35em 1.5em 0.35em 54px;
  min-height: 47px;
  /* padding-left: 54px;
  padding-right: 1.5em; */
  margin-bottom: 24px;
  background: #73af3b url(../img/leaf-icon.png) no-repeat 20px 6px/22px 36px;
  /* font-size: 2rem; */
  font-size: clamp(14px, calc(-6.571px + 2.679vw), 20px) !important;
  letter-spacing: clamp(0.3em, calc(-0.386em + 0.089vw), 0.5em);
  /* letter-spacing: 0.5em; */
}

/* @media screen and (max-width: 1199px) {
  #block-b .h2-index-titile {
    font-size: 1.8rem;
    letter-spacing: 0.3em;
  }
} */
/* 
@media screen and (max-width: 991px) {
  #block-b .h2-index-titile {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: calc((54 - 44) * ((100vw - 320px) / (991 - 320)) + 44px);
    font-size: calc((2 - 1.4) * ((100vw - 320px) / (991 - 320)) + 1.4rem);
    letter-spacing: calc((0.3 - 0.1) * ((100vw - 320px) / (991 - 320)) + 0.1em);
    background-position-x: calc((20 - 10) * ((100vw - 320px) / (991 - 320)) + 10px);
  }
} */

#block-b .p-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#block-b .p-wrapper .line {
  width: 80px;
  padding-top: 12px;
  padding-right: 10px;
}

#block-b .p-wrapper .line hr.before-line {
  width: 60px;
  background-color: #ccc;
  margin: 0;
}

/* block-c */
#block-c .ulha-h2 {
  text-align: center;
  margin-bottom: 1.5em;
}

#block-c .ulha-h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #005098;
  margin-bottom: 1.5em;
}

#block-c .ulha-h3 span {
  font-family: "Noto Serif JP", serif !important;
}

@media screen and (max-width: 991px) {
  #block-c .ulha-h3 {
    font-size: calc((2 - 1.8) * ((100vw - 320px) / (991 - 320)) + 1.8rem);
  }
}

#block-c .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  #block-c .product-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#block-c .product-wrapper .product {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

#block-c .product-wrapper .product p {
  font-family: "Noto Serif JP", serif !important;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #005098;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  #block-c .product-wrapper .product p {
    font-size: calc((1.8 - 1.4) * ((100vw - 320px) / (991 - 320)) + 1.4rem);
  }
}

#block-c .dr-ulha-title {
  text-align: center;
}

#block-c .dr-ulha-title::after {
  content: "";
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 42px;
  height: 4px;
  background-color: #ccdcea;
  margin-left: auto;
  margin-right: auto;
}

#block-c .characteristic-wrapper {
  border: 1px solid #005098;
  background-color: #f2f6fa;
  height: 100%;
}

#block-c .characteristic-wrapper h3.characteristic-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 60px;
  font-family: "Noto Serif JP", serif !important;
  background-color: #005098;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #fff;
}

#block-c .characteristic-wrapper h3.characteristic-title span {
  font-family: "Noto Serif JP", serif !important;
}

@media screen and (max-width: 991px) {
  #block-c .characteristic-wrapper h3.characteristic-title {
    font-size: calc((2 - 1.8) * ((100vw - 320px) / (991 - 320)) + 1.8rem);
    letter-spacing: calc((0.3 - 0.1) * ((100vw - 320px) / (991 - 320)) + 0.1em);
  }
}

#block-c .characteristic-wrapper p {
  font-family: "Noto Serif JP", serif !important;
  font-size: 1.4rem;
  font-weight: 400;
  color: #005098;
  padding: 15px 20px;
}

#block-c .half {
  width: 21px !important;
  height: 37px !important;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

/* block-d */

#block-d .merit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 330px;
  height: auto;
  background: url(../img/merit-bg.jpg) left top no-repeat;
  background-size: cover;
  position: relative;
}

#block-d .merit-wrapper .merit-title-bg {
  /* flex: 1 0 clamp(300px, calc(230.952px + 21.577vw), 445px); */
  /* flex: 1 0  clamp(300px, calc(42.222px + 33.565vw), 445px); */
  -webkit-box-flex: 1;
      -ms-flex: 1 0 clamp(280px, calc(-506.923px + 79.327vw), 445px);
          flex: 1 0 clamp(280px, calc(-506.923px + 79.327vw), 445px);
  min-height: 100%;
  background-color: rgba(238, 238, 238, 0.5);
}

#block-d .merit-wrapper .merit-title-bg .merit-title {
  width: 100%;
  min-height: calc(100% - 60px);
  display: block;
  background-color: #73af3b;
  position: relative;
  padding-bottom: 80px;
}

#block-d .merit-wrapper .merit-title-bg .merit-title::before {
  content: "";
  display: block;
  aspect-ratio: 34 / 43;
  width: clamp(80px, calc(37.143px + 13.393vw), 170px);
  height: auto;
  background: url(../img/merit-titile-bg.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: clamp(30px, calc(10.952px + 5.952vw), 70px);
  right: clamp(50px, calc(30.952px + 5.952vw), 90px);
  opacity: 0.15;
}

/* #block-d .merit-wrapper .merit--title,
#block-d .merit-wrapper .merit---title {
  position: relative;
  z-index: 2;
} */

#block-d .merit-wrapper .merit--title {
  font-size: clamp(20px, calc(18.095px + 0.595vw), 24px);
  letter-spacing: 0.5em;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  padding-top: clamp(24px, calc(12.571px + 3.571vw), 48px);
  padding-left: clamp(23px, calc(12.048px + 3.423vw), 46px);
}

#block-d .merit-wrapper .merit--title small {
  font-weight: 700 !important;
}

#block-d .merit-wrapper .merit---title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 78px;
  left: 48px;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: #fff;
}

#block-d .merit-wrapper .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(20px, calc(-99.231px + 12.019vw), 45px) clamp(30px, calc(-113.077px + 14.423vw), 60px);
  gap: 20px;
  /* width: 730px; */
  /* flex-flow:row wrap; */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 730px;
          flex: 0 0 730px;
  /* width: 760px; */
  height: auto;
  background-color: #fff;
  margin-top: 60px;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#block-d .merit-wrapper .description p {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

#block-d .merit-wrapper .description p span {
  /* font-size:clamp(16px, calc(15.048px + 0.298vw), 18px); */
  font: clamp(14px, calc(-5.077px + 1.923vw), 18px);
  line-height: 2;
  display: inline-block;
}

#block-d .merit-wrapper .description .qrcode-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 250px;
          flex: 0 1 250px;
}

@media (width <= 1200px) {
  #block-d .merit-wrapper .description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 730px;
            flex: 1 1 730px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (width <= 992px) {
  #block-d .merit-wrapper {
    min-height: initial;
    /* flex-flow:row wrap; */
    height: auto;
  }
  #block-d .merit-wrapper .description {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (width <= 768px) {
  #block-d .merit-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  #block-d .merit-wrapper .merit--title {
    font-size: clamp(20px, calc(14.286px + 1.786vw), 28px);
  }
  #block-d .merit-wrapper .description {
    margin-top: 0;
  }
}
/* 
@media screen and (max-width: 767px) {
  #block-d .merit-wrapper {
    height: auto;
    background: none;
  }
}

@media screen and (max-width: 1199px) {
  #block-d .merit-wrapper p {
    width: 540px;
    padding: 30px;
  }
}

@media screen and (max-width: 991px) {
  #block-d .merit-wrapper p {
    width: 440px;
    height: 100%;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  #block-d .merit-wrapper p {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #block-d .merit-wrapper .merit-title-bg {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  #block-d .merit-wrapper .merit-title-bg {
    position: inherit;
    width: 100%;
  }
  #block-d .merit-wrapper .merit-title-bg .merit-title {
    height: 220px;
    top: 0;
  }
  #block-d .merit-wrapper .merit-title-bg .merit-title::before {
    right: 50px;
  }
  #block-d .merit-wrapper .merit-title-bg .merit---title {
    top: 48px;
  }
} */

/* 垢矢印リスト */
ul.red-arrow {
  list-style-type: none;
  padding: 0;
}

ul.red-arrow li {
  text-align: left;
  font-size: 16px;
  padding: 13px 0;
  border-bottom: 1px solid #ccc;
}

ul.red-arrow li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url(../img/red-arrow.png) center center no-repeat;
  margin-right: 10px;
}

/* news　*/
#news {
  text-align: center;
}

#news .news-h3-title {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 14px;
  display: inline-block;
  letter-spacing: 0.2em;
  border-bottom: 4px solid #eee;
}

#news ul.news-list {
  margin-top: 50px;
  padding: 0;
}

#news ul.news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

#news ul.news-list li .date {
  margin-right: 2em;
  text-align: left;
  color: #73af3b;
}

@media screen and (max-width: 767px) {
  #news ul.news-list li .date {
    width: 100%;
  }
}

#news ul.news-list li .title {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  #news ul.news-list li .title {
    width: 100%;
  }
}

#news ul.news-list li .title a {
  text-decoration: underline;
  color: #333;
}

#news ul.news-list li .title a:hover {
  text-decoration: none;
  color: #73af3b;
}

/* block-e */
#block-e {
  /* レスポンシブ　*/
}

#block-e .block-e-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#block-e .block-e-wrapper .block-e-cell-a,
#block-e .block-e-wrapper .block-e-cell-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc((100% - 25px) / 2);
  color: #fff;
  height: 254px;
}

#block-e .block-e-wrapper .block-e-cell-a p,
#block-e .block-e-wrapper .block-e-cell-b p {
  font-size: 1.4rem;
  text-align: center;
}

#block-e .block-e-wrapper .block-e-cell-a button,
#block-e .block-e-wrapper .block-e-cell-b button {
  margin: 2em auto 0;
}

#block-e .block-e-wrapper .block-e-cell-a {
  background: url(../img/type-b-bg.jpg) no-repeat;
  background-size: cover;
}

#block-e .block-e-wrapper .block-e-cell-b {
  background: url(../img/farm-bg.jpg) no-repeat;
  background-size: cover;
}

#block-e .block-e-wrapper .block-e-titile {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

#block-e .block-e-wrapper .block-e-titile::after {
  content: "";
  margin-top: 18px;
  display: block;
  background: #fff;
  width: 18px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
  #block-e .block-e-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #block-e .block-e-wrapper .block-e-cell-a,
  #block-e .block-e-wrapper .block-e-cell-b {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* banners */
#banners .banner-contactus {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

#banners .banner-contactus .tel {
  font-size: 2.2rem;
  padding: 3px;
  margin-top: 10px;
  margin-bottom: 5px;
}

#banners .banner-contactus .mail {
  font-size: 1.4rem;
  height: 40px;
}

#banners .banner-contactus .fax {
  font-weight: 700;
  margin-bottom: 12px;
  margin-right: 5px;
}

#banners .banner-contactus .tel,
#banners .banner-contactus .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  letter-spacing: 0;
  color: #fff;
  font-weight: 500;
  background-color: #73af3b;
}

#banners .banner-contactus .tel > img,
#banners .banner-contactus .mail > img {
  margin-right: 5px;
}

#banners .banner-contactus p {
  text-align: center;
  font-weight: 700;
}

#banners .banners {
  margin-bottom: 15px;
}

.footer-tel-num {
  text-align: center;
}

footer.footer {
  position: relative;
  padding: 50px 50px 0;
  width: 100%;
  margin: 0;
  background-color: #73af3b;
  text-align: left;
  color: #fff;
}

footer.footer a {
  color: #fff;
}

footer.footer a:hover {
  color: #fff;
}

footer.footer nav {
  width: 100%;
}

footer.footer nav > ul.footer-nav {
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

footer.footer nav > ul.footer-nav li {
  width: 100%;
  padding: 0 0 0 1rem;
  margin-left: 1.5rem;
  margin-bottom: 0.5em;
}

footer.footer nav > ul.footer-nav li::before {
  display: inline-block;
  content: "・";
  margin-left: -1.5rem;
}

footer.footer nav > ul.footer-nav li > ul.sub-menu {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  list-style-position: inside;
}

footer.footer nav > ul.footer-nav li > ul.sub-menu > li {
  letter-spacing: 0;
  font-size: 1.4rem !important;
  width: 100%;
  margin-left: 1.5rem;
  position: relative;
}

footer.footer nav > ul.footer-nav li > ul.sub-menu > li::before {
  content: url(../img/dot.png);
  position: absolute;
  margin-left: -1.5rem;
  top: -0.5rem;
}

@media screen and (max-width: 767px) {
  footer.footer nav > ul.footer-nav li {
    width: 100%;
    border-right: none;
  }
}

footer.footer address.footer-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

footer.footer address.footer-add > .f-logo {
  width: 215px;
  height: 74px;
  margin-left: auto;
  margin-right: auto;
}

footer.footer address.footer-add > .add {
  font-weight: 500;
}

footer.footer address.footer-add > .add p {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  footer.footer address.footer-add > .add {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  footer.footer address.footer-add > .add {
    font-size: calc((1.6 - 1.4) * ((100vw - 320px) / (991 - 320)) + 1.4rem);
  }
}

footer.footer .copyright {
  padding-top: 60px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  width: 100%;
  color: #fff;
}

@media screen and (min-width: 768px) {
  footer.footer .copyright {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  footer.footer .copyright {
    font-size: calc((1.2 - 0.8) * ((100vw - 320px) / (767 - 320)) + 0.8rem);
  }
}

.news-p-title {
  font-weight: 700;
  font-style: normal;
  color: #73af3b;
}

ul.news-list-wrapper {
  list-style-type: none !important;
  padding: 0 0 0 0;
}

ul.news-list-wrapper li.news-article,
ul.news-list-wrapper li.blog-article,
ul.news-list-wrapper li.cat-article {
  margin-bottom: 80px;
}

.news-title {
  border-bottom: 1px solid rgba(92, 111, 48, 0.3);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.news-date {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.news-exp {
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.news-exp p {
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}

.cat-links {
  font-size: 1.2rem;
  font-weight: 300;
}

.cat-links a {
  color: #73af3b;
}

a.continue {
  font-size: 16px !important;
  font-weight: 500;
  padding: 10px 0 0 0;
  color: #73af3b;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #73af3b;
  background-color: #73af3b;
  color: #fff;
}

.wp-pagenavi {
  font-size: 1.4rem;
  margin: 3em auto;
  padding: 2em;
  text-align: center;
  border-top: 1px solid #ccc;
}

.wp-pagenavi > a {
  color: #73af3b;
}

.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #73af3b !important;
}

.page-widget-item {
  padding-bottom: 30px;
}

.page-widget-item a,
.news-sidebar a {
  color: #73af3b;
}

.page-widget-item h3.title,
.news-sidebar h3.title {
  padding: 10px 20px;
  background-color: #73af3b;
  color: #fff;
  margin-bottom: 20px;
}

.page-widget-item ul,
.news-sidebar ul {
  list-style-type: none;
  padding: 0;
  /* margin-bottom: 30px; */
}

.page-widget-item ul li,
.news-sidebar ul li {
  width: 100%;
  padding-left: 1rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
}

.page-widget-item ul li::before,
.news-sidebar ul li::before {
  content: "-";
  margin-right: 2px;
  display: inline-block;
  font-weight: 700;
  margin-left: -1rem;
  color: #73af3b;
}

/* フォーム */
.page page-id-17 > .white-bg {
  padding-left: 0;
  padding-right: 0;
}

#contactus .wpcf7-form {
  overflow: none;
}

#contactus div.wpcf7 {
  padding: 0 0 100px;
}

#contactus .table-res-form {
  border: 0;
  overflow: none !important;
  margin-bottom: 20px !important;
  margin-bottom: 80px !important;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  #contactus .table-res-form {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #contactus .table-res-form {
    width: 100%;
  }
}

#contactus .table-res-form tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
  /* border-top: 1px solid #e5e5e5; */
  /*
			&:nth-child(2n+1) > td {
				background: rgba($border-gray,.15);
			}
*/
}

#contactus .table-res-form tr:first-child {
  border-top: 1px solid #e5e5e5;
}

#contactus .table-res-form tr:nth-last-child(-n + 2) th {
  border-right: none;
}

#contactus .table-res-form tr:last-child {
  background: #fff !important;
  text-align: center;
  border-bottom: 0;
}

#contactus .table-res-form tr:last-child .wpcf7-submit {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#contactus .table-res-form th {
  display: inline-block;
  /* 			border-right: 1px solid #ccc; */
  color: #666;
  font-size: 1.4rem;
  border: 0;
}

#contactus .table-res-form td {
  display: inline-block;
  text-align: left;
  border: 0;
  border: 0;
}

#contactus .table-res-form td .p-postal-code {
  width: 12rem !important;
}

#contactus .table-res-form td p {
  margin-bottom: 0;
}

#contactus .table-res-form .requied {
  font-size: 0.8em;
  color: red;
}

#contactus .table-res-form .empty {
  display: none;
}

#contactus .table-res-form input[type="text"] {
  border: 1px solid #ccc;
  padding: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
}

#contactus .table-res-form input[type="text"]:focus {
  background: #eeffff;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

#contactus .table-res-form input[type="tel"] {
  width: 12em;
  border: 1px solid #ccc;
  padding: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
}

#contactus .table-res-form input[type="tel"]:focus {
  background: #eeffff;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

#contactus .table-res-form input[type="email"] {
  border: 1px solid #ccc;
  padding: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
}

#contactus .table-res-form input[type="email"]:focus {
  background: #eeffff;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

#contactus .table-res-form textarea {
  border: 1px solid #ccc;
  padding: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
}

#contactus .table-res-form textarea:focus {
  background: #eeffff;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

#contactus .table-res-form .table-res-form input[type="submit"]:hover {
  background: #006599;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contactus .top-text {
  font-size: 1rem;
  margin: 0 auto;
  font: 1.125rem;
  border: 1px solid #ccc;
  padding: 2rem 3rem 1rem 3rem;
}

#contactus .top-text h3 {
  font-size: 1.75rem;
  padding-bottom: 1em;
  color: #1f518e;
}

#contactus .top-text li {
  padding-bottom: 0;
  margin-bottom: 20px;
}

#contactus .top-text li p {
  padding: 0;
}

#contactus .top-text li:last-child {
  border-bottom: 0;
}

#contactus .top-text .tel-num {
  white-space: nowrap;
  color: #276ca0;
}

#contactus .wpcf7-response-output {
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: center;
}

#contactus div.wpcf7-validation-errors {
  border: 2px solid red !important;
  background: #fffbbb;
  margin-bottom: 30px;
}

#contactus div.wpcf7-acceptance-missing {
  border: 2px solid #ffb171;
  background: #fffbbb;
  margin-bottom: 30px;
}

#contactus .wpcf7-mail-sent-ok {
  background: #e9efd3;
  border: 2px solid #a9ce74;
}

#contactus .wpcf7-submit {
  font-size: 1.125rem;
  padding: 10px 30px;
  background: orange;
  color: #333;
  border-style: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

#contactus .wpcf7-submit:hover {
  background-color: red;
  color: #fff;
}

@media screen and (min-width: 992px) {
  #contactus .top-text .tel-num {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #contactus .top-text .tel-num {
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 767px) {
  #contactus .top-text .tel-num {
    font-size: 2.125rem;
  }
}

@media screen and (min-width: 1200px) {
  #contactus .top-text {
    width: 80%;
  }
  #contactus .top-text .n_line {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  #contactus .top-text {
    width: 100%;
  }
}

@media screen and (min-width: 576px) {
  #contactus .table-res-form tr:nth-last-child(-n + 3) {
    background-color: transparent !important;
    border-bottom: 0 !important;
    vertical-align: top;
  }
  #contactus .table-res-form tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.02);
  }
  #contactus .table-res-form th {
    padding: 0.75em 1.5em;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #contactus .table-res-form td {
    padding: 0.75em 1.5em;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 575px) {
  #contactus .table-res-form th {
    padding: 10px 1.5rem 10px;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
    /*     padding-bottom: 0; */
    text-align: center;
    border-right: none;
    background-color: rgba(0, 0, 0, 0.02);
  }
  #contactus .table-res-form th > .requied {
    display: block;
    margin-bottom: 10px;
  }
  #contactus .table-res-form td {
    padding: 10px 1.5rem 0;
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 0;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  #contactus .table-res-form th {
    width: 20%;
  }
  #contactus .table-res-form td {
    width: 78%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #contactus .table-res-form th {
    width: 30%;
  }
  #contactus .table-res-form td {
    width: 68%;
  }
}

.before-sending {
  text-align: center;
}

.before-sending a {
  color: red;
  text-decoration: underline;
}

.before-sending a:hover {
  text-decoration: none;
}

.before-sending > p {
  text-align: center;
}

input.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: #fffde5 !important;
  border: solid 1px #ccc;
  color: #666;
}

.buttons {
  position: relative;
}

.buttons > #confirm,
.buttons > #back-edit {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center !important;
  white-space: normal !important;
  padding: 10px 30px;
  border: 1px solid #ccc !important;
  background: #ccc;
  font-weight: 500;
  color: #333;
  border-style: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .buttons > #confirm,
  .buttons > #back-edit {
    /*font-size: 1.125rem; */
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .buttons > #confirm,
  .buttons > #back-edit {
    font-size: calc((1.6 - 1.2) * ((100vw - 320px) / (767 - 320)) + 1.2rem);
  }
}

.buttons > #confirm:hover,
.buttons > #back-edit:hover {
  color: #fff;
  background-color: #555;
}

.buttons .submit {
  top: 70px;
  font-size: 16px !important;
  color: #fff;
  background: #222;
}

.buttons .submit:hover {
  color: #fff;
  background-color: #73af3b;
}

.wpcf7-tel {
  width: 14em !important;
}

.wpcf7c-elm-step2 {
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
  font-weight: 600;
  font-size: 1.8rem;
  border: 1px solid #ffb171;
  color: #ff0000;
  background-color: #fff;
}

/* thanksページ */
.inner-wrapper h2 {
  color: #eee;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .inner-wrapper h2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 991px) {
  .inner-wrapper h2 {
    font-size: calc((2.8 - 1.8) * ((100vw - 320px) / (991 - 320)) + 1.8rem);
  }
}

.inner-wrapper p {
  text-align: center;
}

.inner-wrapper p:last-child {
  margin-bottom: 60px;
}

.order {
  background-color: rgba(115, 175, 59, 0.2) !important;
  vertical-align: top;
}

.vegetables-cell {
  background: #fff !important;
}

.wpcf7-calculate_button {
  /* background-color: #73af3b;
  border: 1px solid #73af3b; */
  background-color: #ec7940;
  border: 1px solid #ec7940;
  font-size: 24px;
  font-weight: bold;
  margin: 20px;
  padding: 12px 20px 15px;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7-calculate_button:hover {
  background-color: #fff;
  color: #ec7940;
}

.vegetables-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (max-width: 991px) {
  .vegetables-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.vegetables-wrapper div {
  padding: 15px;
}

.vegetables-wrapper div p {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .vegetables-wrapper div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media screen and (max-width: 991px) {
  .vegetables-wrapper {
    width: 100%;
  }
}

.total {
  border-top: 1px solid #ccc;
}

h3.vegetables {
  font-size: 1.4rem;
  color: #fff;
  background: #73af3b;
  padding: 0.25em 1em;
  margin-bottom: 20px;
}

select {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}

select option {
  font-size: 16px;
}

.sum {
  width: 8rem !important;
  border: 1px solid #ccc;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}

.quantity {
  width: 6rem !important;
  border: 1px solid #ccc;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

p.mail > a {
  color: white;
}

/*=======================================
追加分
=======================================*/
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.text-green {
  color: #73af3b;
}

/*フォントサイズ*/
.fzS {
  font-size: 75%;
  /* base 16px -> 12px */
}

.fzM {
  font-size: 125%;
  /* base 16px -> 20px */
}

.fzL {
  font-size: 225%;
  /* base 16px -> 36px */
}

/*レスポンシブテーブル*/
.rwdTbl th {
  text-align: left;
  font-weight: normal;
  width: 25%;
  background-color: #f2f2f2;
}

.rwdTbl td {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  table.rwdTbl,
  table.rwdTbl tr,
  table.rwdTbl th,
  table.rwdTbl td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rwdTbl {
    width: 100%;
  }
  .rwdTbl th,
  .rwdTbl td {
    width: 100%;
    display: block;
    border-top: none;
    text-align: center;
  }
  .rwdTbl td {
    text-align: left;
  }
  table.rwdTbl tr:first-child th {
    border-top: 1px solid #ccc;
  }
}

/*会社概要*/
.rinen {
  font-family: "Noto Serif JP", serif !important;
}

.bg-green {
  background-color: #73af3b;
}

/*低カリウム野菜*/
.ulha-tit {
  font-family: "Noto Serif JP", serif !important;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #005098;
  margin-bottom: 37px;
}

.text-light-blue {
  color: #2d8088;
}

.bg-lightblue {
  background-color: #cce8eb;
}

.text-tel {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .text-tel {
    font-size: 1.6em;
    font-weight: bold;
  }
}

button.btn.vegetables,
a.btn.vegetables {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #73af3b;
  border-color: #73af3b;
}

@media screen and (min-width: 992px) {
  button.btn.vegetables,
  a.btn.vegetables {
    font-size: 2rem;
    padding: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  button.btn.vegetables,
  a.btn.vegetables {
    text-align: left;
    font-size: 1.8rem;
    padding: 10px;
    width: 100%;
  }
}

button.btn.vegetables > .arrow,
a.btn.vegetables > .arrow {
  display: block;
  margin: auto 10px auto auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  stroke: #fff !important;
  fill: transparent !important;
}

button.btn.vegetables:hover,
a.btn.vegetables:hover {
  color: #73af3b;
  background-color: transparent;
}

button.btn.vegetables:hover .arrow,
a.btn.vegetables:hover .arrow {
  margin: auto 0 auto auto;
  stroke: #73af3b !important;
  fill: transparent !important;
}

/*取り扱い店*/
.wrapTbl table {
  margin: 0 auto;
  width: 100%;
  border-spacing: 0px;
  border-right: none;
}

.wrapTbl table th {
  font-weight: normal;
  background-color: #f2eee7;
}

.wrapTbl table th,
.wrapTbl table td {
  text-align: center;
  padding: 5px;
  border: solid 1px #d3cbb5;
}

.wrapTbl table td {
  text-align: left;
}

/*商品ラインナップ*/
.noto {
  font-family: "Noto Serif JP", serif !important;
}

.btn-circle-blue {
  color: #00529c;
  font-family: "Noto Serif JP", serif !important;
  display: inline-block;
  background: #fff;
  border: solid 1px #00529c;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: table-cell;
  vertical-align: middle;
}

.btn-circle-blue:hover {
  text-decoration: none;
  color: #fff;
  background-color: #00529c;
}

@media screen and (max-width: 767px) {
  .btn-circle-blue {
    color: #00529c;
    font-family: "Noto Serif JP", serif !important;
    display: inline-block;
    background: #fff;
    border: solid 1px #00529c;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 20px;
    padding: 10px 0 0px 0;
  }
  .btn-circle-blue:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00529c;
  }
}

.btn-circle-green {
  color: #73af3b;
  font-family: "Noto Serif JP", serif !important;
  display: inline-block;
  background: #fff;
  border: solid 1px #73af3b;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: table-cell;
  vertical-align: middle;
}

.btn-circle-green:hover {
  text-decoration: none;
  color: #fff;
  background-color: #73af3b;
}

@media screen and (max-width: 767px) {
  .btn-circle-green {
    color: #73af3b;
    font-family: "Noto Serif JP", serif !important;
    display: inline-block;
    background: #fff;
    border: solid 1px #73af3b;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 20px;
    padding: 10px 0 0px 0;
  }
  .btn-circle-green:hover {
    text-decoration: none;
    color: #fff;
    background-color: #73af3b;
  }
}

.top-link {
  text-align: center;
}

.top-linklist {
  font-size: 1.1em;
  border-left: 1px solid #ccc;
  padding-left: 1em;
  padding-right: 1em;
  display: inline-block;
  vertical-align: middle;
}

.top-link li:last-child {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.top-link a {
  color: #333;
}

@media screen and (max-width: 767px) {
  .top-link {
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
  }
  .top-linklist {
    font-size: 1.1em;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    vertical-align: middle;
  }
  .top-link li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .top-link a {
    color: #333;
  }
}

p.mail > a {
  color: white;
}

/* =====================

追加日 20210330

===================== */

.modal-dialog {
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

@media screen and (max-width: 992px) {
  .modal-dialog {
    top: 200px;
  }
}

#orderModal .modal-dialog .modal-content .modal-body ul li a {
  color: #73af3b !important;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
}

.five-sets p,
.ten-sets p {
  text-align: center;
}

.vegetables {
  text-align: center;
}

.total {
  margin-top: 1em;
  padding-top: 1em;
}

.total-sum {
  padding: 0.5em;
  font-size: 20px;
  font-weight: bold;
  width: 12rem !important;
  color: orange;
  text-align: right !important;
}

.sum {
  font-size: 20px;
  font-weight: bold;
  color: orange;
  width: 12rem !important;
  padding: 0.5em;
  text-align: right;
}

input {
  font-size: 16px;
}

/* =====================

追加日 202100609

===================== */
.time-tit {
  font-size: 22px;
  color: #fff;
  background-color: #73af3b;
  text-align: center;
  padding: 10px;
}

.time-box {
  border-bottom: solid 3px #73af3b;
}

/* =====================

追加日 20220204

===================== */
.text-center_left {
  display: table;
  margin: 0 auto;
  text-align: left;
}

.top-banners_txt {
  margin-bottom: 30px;
}

.top-banners_wrapper {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 599px) {
  .top-banners_txt {
    margin-top: 80px;
  }
  .top-banners_wrapper {
    /* margin-top:100px; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* =====================

追加日 20260606

===================== */
:root {
  --key: #73af3b;
}
#news .no-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.cpt-recent-posts__date {
  font-size: 14px;
}
/* .cpt-widget-list {
  list-style: none;
  margin: 0;
  padding: 0;

  &__item {
    padding-block: 0.6em;
    border-bottom: 1px solid #ddd;
    line-height: 1.6;

    a {
      color: inherit;
      text-decoration: none;

      &:hover {
        text-decoration: underline;
      }
    }
  }

  &__count {
    margin-left: 0.25em;
    font-size: 0.9em;
    opacity: 0.7;
  }
} */

.cpt-widget-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cpt-widget-list__item {
  padding-block: 0.6em;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
}

.cpt-widget-list__item a {
  color: inherit;
  text-decoration: none;
}

.cpt-widget-list__item a:hover {
  text-decoration: underline;
}

.cpt-widget-list__count {
  margin-left: 0.25em;
  font-size: 0.9em;
  opacity: 0.7;
}

/* .cpt-recent-posts {
  &__date {
    display: block;
    margin-top: 0.2em;
    font-size: 0.85em;
    opacity: 0.7;
  }
} */

.cpt-recent-posts__date {
  display: block;
  margin-top: 0.2em;
  font-size: 0.85em;
  opacity: 0.7;
}

.cpt-archives-dropdown {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.6em 0.8em;
  background-color: #fff;
  border: 1px solid #999;
}

.cpt-search-form {
  margin-bottom: 10px;
}

.cpt-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0.5em;
}

.cpt-search-form__field {
  padding: 0.35em 1em;
  font-size: 16px;
  border: 1px solid #999;
  width: 100%;
  background-color: #fff;
}

.cpt-search-form__field:focus,
.cpt-search-form__field:active {
  border: 1px solid orange;
}

.cpt-search-form .cpt-search-form__submit {
  line-height: 1;
  padding: 0.6em 1em;
  border: 1px solid #73af3b;
  background-color: #73af3b;
  color: #fff;
  margin-inline: auto 0;
}
.archive-days {
  color: var(--key);
  padding-bottom: 0.5em;
  /* border-bottom: 1px solid #ccc; */
  margin-bottom: 2em;
}

.column-list-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
}
.column-list-wrapper li {
  aspect-ratio: 6 / 7;
  position: relative;
  background-color: var(--key);
  overflow: hidden;
}

.column-list-wrapper li a {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  text-decoration: none;
}

.column-list-wrapper li a article {
  position: absolute;
  inset: 0;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  gap: 0.5em;
  z-index: 2;
}

.column-list-wrapper li a article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(50%, rgba(115, 175, 59, 0)),
    color-stop(75%, rgba(115, 175, 59, 0.5)),
    to(rgba(115, 175, 59, 0.75))
  );
  background: linear-gradient(
    to bottom,
    rgba(115, 175, 59, 0) 50%,
    rgba(115, 175, 59, 0.5) 75%,
    rgba(115, 175, 59, 0.75) 100%
  );
  z-index: -1;
  pointer-events: none;
}

.column-list-wrapper li a article * {
  color: #fff;
}

.column-list-wrapper .column-title {
  margin: 0;
  line-height: 1.4;
}

.column-list-wrapper .news-date {
  line-height: 1.4;
}

.column-list-wrapper .news-exp {
  border-bottom: none;
  padding-bottom: 0;

  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.column-list-wrapper .news-exp p {
  margin: 0;
}

.column-list-wrapper li a .thumbs {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  margin-bottom: 0;
}

.column-list-wrapper li a .thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* opacity: 0.5; */
}

.column-list-wrapper li:hover a .thumbs img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.column-list-wrapper li a .thumbs .thumb-img.thumb-img--featured,
.column-list-wrapper li a .thumbs .thumb-img.thumb-img--content {
  opacity: 0.5;
}
.column-list-wrapper li a .thumbs .thumb-img.thumb-img--default {
  opacity: 1;
}

#column h3.cat-name,
#column h3.archive--days,
#news h3.cat-name,
#search h3.result-word {
  font-size: clamp(16px, calc(13.139px + 0.894vw), 22px);
  color: var(--key);
  margin-bottom: 1em;
}
#search h3.result-word {
  margin-bottom: 0.5em;
  color: #333;
}
#search h3.result-word span {
  color: #e0903a;
}
#single h3.cat-name {
  font-size: clamp(14px, calc(12.092px + 0.596vw), 18px);
  margin-bottom: 30px;
}
#single h3.cat-name a {
  color: var(--key);
  text-decoration: underline;
}
h3.page-title {
  font-size: clamp(18px, calc(15.139px + 0.894vw), 24px);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
#sidebars * > a {
  color: var(--key);
}
.search-result-count {
  margin-bottom: 2em;
  font-size: clamp(14px, calc(12.092px + 0.596vw), 18px);
  color: #333;
  /* font-size: 1.4rem; */
  font-weight: 500;
}
.search-result-count span {
  color: #e0903a;
}

.cprw-thumb-noimg {
  background-color: var(--key);
}

.cprw-thumb-noimg img {
  -o-object-position: center top;
  object-position: center top;
}
.cprw-thumb-featured,
.cprw-thumb-content {
  background-color: var(--key);
}
.cprw-thumb-featured img,
.cprw-thumb-content img {
  opacity: 0.5;
}
.cprw-ranking-link img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cprw-ranking-link:hover .cprw-ranking-body * {
  color: var(--key);
}

.cprw-ranking-link:hover .cprw-ranking-title::before {
  background-color: currentColor;
}

.cprw-ranking-item {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: rgba(115, 175, 59, 0.1);
}

/* .cprw-rank-1:hover {
  transition: all .2s ease;
  background-color: rgba(255, 152, 0, 0.1);
} */

/* .cprw-rank-1 .cprw-ranking-link:hover .cprw-ranking-body * {
  color: #ff9800;
} */

/* .cprw-rank-1 .cprw-ranking-link:hover .cprw-ranking-title::before {
  background-color: currentColor;
} */

.cprw-ranking-link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cprw-ranking-item > a {
  text-decoration: none;
}

@container badge (200px <= width <= 480px) {
  .cprw-ranking-body {
    padding: 0 clamp(5px, calc(-5.714px + 5.357cqw), 20px);
  }
}

/* =================================================

2026/06/25
トップページQRコード

================================================= */
#index-qrcode .container {
  max-width: 800px;
  margin-bottom: clamp(50px, calc(46.098px + 1.22vw), 60px);
}

#index-qrcode .container .top_qr-code {
  width: 100%;
}
#index-qrcode .container .top_qr-code .qrcode-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3em;
  width: 100%;
  background-color: var(--key);
  margin-bottom: clamp(20px, calc(16.098px + 1.22vw), 30px);
  border: 1px solid var(--key);
}
#index-qrcode .container .top_qr-code .qrcode-title h2 {
  padding: 0.35em 1em;
  text-align: center;
  color: #fff;
  font-size: clamp(18px, calc(15.268px + 0.854vw), 25px);
  margin-bottom: 0;
}

#index-qrcode .container .top_qr-code .qrcode-title h2 span {
  display: inline-block;
}
#index-qrcode .container .top_qr-code .qrcode-title h2 span + span {
  margin-left: 0.5em;
}

#index-qrcode .container .top_qr-code .qrcode-title h3 {
  font-size: clamp(22px, calc(15.756px + 1.951vw), 38px);
  color: var(--key);
  background-color: #fff;
  margin-bottom: 0;
  padding: 0.5em 1em;
}
#index-qrcode .container .top_qr-code .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(10px, calc(6.098px + 1.22vw), 20px);
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#index-qrcode .container .top_qr-code .wrapper .top-content-qrcode {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 300px;
}
#index-qrcode .container .top_qr-code .wrapper p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
