@charset "UTF-8";
/*
Theme Name:オリジナルテーマ
*/
* {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
}

a, p, span {
  letter-spacing: 2px;
  text-indent: 2px;
}

h2 {
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, 0.5) 3px 3px 3px;
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
  font-size: clamp(1.563rem, 1.473rem + 0.45vw, 1.875rem);
  color: #333333;
}
@media screen and (max-width: 1118px) {
  h2 {
    margin-bottom: 1rem;
  }
}
h2:before {
  border: solid 3px #fff;
  background-color: #333333;
  border-radius: 5px;
  bottom: -10px;
  content: "";
  height: 3px;
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
  width: 30px;
}

.shadow {
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, 0.5) 3px 3px 3px;
}

.img-shadow {
  -webkit-box-shadow: 7px 6px 5px #c4c4c4;
          box-shadow: 7px 6px 5px #c4c4c4;
}

h4 {
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, 0.5) 3px 3px 3px;
}

.sub-copy {
  margin-bottom: 5rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1118px) {
  .sub-copy {
    margin-bottom: 2rem;
  }
}

.detail-text {
  max-width: 800px;
}

.orange {
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, 0.5) 3px 3px 3px;
  color: #333333;
}

.green {
  color: #56A902;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, 0.5) 3px 3px 3px;
}
@media screen and (max-width: 1118px) {
  .green {
    margin-bottom: 1rem;
  }
}

.bold {
  font-weight: bold;
}

.font-S {
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
  text-align: left;
  margin-top: 0.5rem;
}

.font-M {
  font-size: clamp(1.25rem, 1.161rem + 0.45vw, 1.563rem);
}
@media screen and (max-width: 1118px) {
  .font-M {
    margin: 0.5rem 0;
  }
}

.font-L {
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, 0.5) 3px 3px 3px;
  font-size: clamp(1.5rem, 1.393rem + 0.54vw, 1.875rem);
  letter-spacing: 3px;
}
@media screen and (max-width: 1118px) {
  .font-L {
    font-size: 23px;
  }
}

.button {
  margin: 0 auto 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #333333;
  font-size: 1rem;
  border-radius: 30px;
  width: 210px;
  height: 40px;
  border: 3px solid #56A902;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
@media screen and (max-width: 1118px) {
  .button {
    margin: 0 auto 2rem;
  }
}

.button:hover {
  color: #fff;
  background-color: #56A902;
}

.m-0-1-0 {
  margin: 0 1rem 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

section {
  height: 100%;
  margin: 5em auto;
  max-width: 1440px;
}
@media screen and (max-width: 1118px) {
  section {
    margin: 2em 0;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 1118px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1118px) {
  .sp {
    display: block;
  }
}

body {
  background-color: #FFFAEF;
}
body header .pc-menu {
  padding: 0.8rem 0;
  background-color: #fff;
  position: fixed;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 1118px) {
  body header .pc-menu {
    display: none;
  }
}
body header .pc-menu a {
  margin-left: 2.5em;
}
body header .pc-menu #nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: bold;
  margin: 0 2rem 0 0;
}
body header .pc-menu #nav .nav-item {
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, 0.5) 3px 3px 3px;
  display: table-cell;
  list-style-type: none;
  font-size: 1.2rem;
  text-align: center;
}
body header .pc-menu #nav .nav-item a {
  display: block;
  margin-left: 2em;
  color: #2d2d2d;
  padding: 10px 0;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body header .pc-menu #nav .nav-item a:hover {
  color: #868686;
}
body header .pc-menu #nav .contact-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body header .pc-menu #nav .contact-list a {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #2d2d2d;
}
body header .pc-menu #nav .contact-list a:nth-child(1) {
  margin-bottom: 0.5rem;
}
body header .pc-menu #icon-wrap {
  bottom: 0;
  padding-right: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
body header .pc-menu #icon-wrap li {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7em;
  margin: 0.5em;
}
body header .pc-menu #icon-wrap li a {
  text-align: right;
  font-weight: bold;
  font-size: 1rem;
  min-width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  text-align: center;
  color: #2d2d2d;
  width: 100%;
}
body header .pc-menu #icon-wrap li a img {
  margin-right: 0.3rem;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 1118px) {
  body header .top-logo {
    display: block;
  }
}
body header .openbtn1 {
  display: none;
}
@media screen and (max-width: 1118px) {
  body header .openbtn1 {
    display: block;
  }
}
body main .main-view {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-image: url(/wp-content/themes/original-theme/images/1-1.webp);
  background-size: cover;
}
@media screen and (max-width: 1118px) {
  body main .main-view {
    background-image: url(/wp-content/themes/original-theme/images/1-1-sp.webp);
  }
}
body main .main-view .main-view-box {
  width: 800px;
  padding: 3rem 2rem;
  text-align: center;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7490196078);
}
@media screen and (max-width: 1118px) {
  body main .main-view .main-view-box {
    padding: 3rem 0;
    width: 100%;
  }
}
body main .main-view .main-view-box h1 img {
  width: 350px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1118px) {
  body main .main-view .main-view-box h1 img {
    width: 85%;
  }
}
body main .main-view .main-view-box a {
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 9px;
  text-indent: 9px;
  font-size: 35px;
  text-decoration: none;
  color: #2d2d2d;
}
@media screen and (max-width: 1118px) {
  body main .main-view .main-view-box a {
    display: inline-block;
    margin-bottom: 5px;
    letter-spacing: 5px;
    text-indent: 5px;
    font-size: 30px;
  }
}
body main .main-view .main-view-box p {
  letter-spacing: 9px;
  text-indent: 9px;
  font-size: 20px;
}
@media screen and (max-width: 1118px) {
  body main .main-view .main-view-box p {
    letter-spacing: 5px;
    font-size: 16px;
  }
}
body main .low-view {
  position: relative;
  height: 90vh;
  width: 100vw;
  background-size: cover;
}
@media screen and (max-width: 1118px) {
  body main .low-view {
    background-size: cover;
  }
}
body main .low-view .low-view-box {
  min-width: 200px;
  padding: 1rem 2rem;
  text-align: center;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7568627451);
}
body main .low-view .low-view-box p {
  font-weight: bold;
  font-size: clamp(1.563rem, 1.462rem + 0.46vw, 1.875rem);
}
body main .contact-fv {
  background-image: url(/wp-content/themes/original-theme/images/5-1.png);
  background-size: cover;
}
@media screen and (max-width: 1118px) {
  body main .contact-fv {
    background-image: url(/wp-content/themes/original-theme/images/5-1-sp.webp);
    background-size: cover;
  }
}
body main #trading-achieve {
  background-image: url(/wp-content/themes/original-theme/images/bk-img.webp);
  background-size: cover;
  margin: 4rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body main #trading-achieve .trading-achieve-wrap {
  padding: 5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
body main #trading-achieve .trading-achieve-wrap img {
  width: 800px;
  margin: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1118px) {
  body main #trading-achieve .trading-achieve-wrap img {
    width: 80%;
  }
}
body main #trading-achieve .trading-achieve-wrap .motto {
  letter-spacing: 3px;
  text-indent: 3px;
  font-size: 28px;
}
@media screen and (max-width: 1118px) {
  body main #trading-achieve .trading-achieve-wrap .motto {
    font-size: 21px;
  }
}
body main #trading-achieve .trading-achieve-wrap .declaration {
  letter-spacing: 3px;
  text-indent: 3px;
  font-size: 23px;
}
@media screen and (max-width: 1118px) {
  body main #trading-achieve .trading-achieve-wrap .declaration {
    font-size: 16px;
  }
}
@media screen and (max-width: 1118px) {
  body main #trading-achieve .trading-achieve-wrap p.detail-text {
    padding: 0 1rem;
  }
}
body main #supported-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body main #supported-store .supported-store-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1118px) {
  body main #supported-store .supported-store-wrap {
    margin: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body main #supported-store .supported-store-wrap .store-item {
  margin: 2rem 0;
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 1118px) {
  body main #supported-store .supported-store-wrap .store-item {
    margin: 1rem 0;
    width: 100%;
  }
}
body main #supported-store .supported-store-wrap .store-item img {
  width: 350px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1118px) {
  body main #supported-store .supported-store-wrap .store-item img {
    width: 80%;
    height: auto;
  }
}
body main #supported-store .supported-store-wrap .store-item p {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1118px) {
  body main #supported-store .supported-store-wrap .store-item-detail {
    padding: 0 1rem;
  }
}
body main #trouble {
  padding: 3rem 0;
  background-color: #fff;
}
body main #trouble .trouble-item-box {
  margin: 5rem 0 5rem;
}
@media screen and (max-width: 1118px) {
  body main #trouble .trouble-item-box {
    margin: 3rem 0 2rem;
  }
}
body main #trouble .trouble-item-box .trouble-item {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 1118px) {
  body main #trouble .trouble-item-box .trouble-item {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem auto 2rem;
  }
}
body main #trouble .trouble-item-box .trouble-item .trouble-item-text-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body main #trouble .trouble-item-box .trouble-item .trouble-item-text-box .trouble-item-text-sub-box {
  margin: 1rem;
}
body main #trouble .trouble-item-box .trouble-item .trouble-item-text-box .trouble-item-text-sub-box p {
  margin: 0.3rem 0 1rem;
}
body main #trouble .trouble-item-box .trouble-item img {
  margin-right: 2rem;
  width: 350px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1118px) {
  body main #trouble .trouble-item-box .trouble-item img {
    width: 300px;
    height: 200px;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
body main #trouble .resolution-box {
  text-align: center;
}
body main #trouble .resolution-box h3 {
  margin-bottom: 1rem;
}
body main #trouble .resolution-box img {
  width: 800px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
  -webkit-box-shadow: 7px 6px 5px #c4c4c4;
          box-shadow: 7px 6px 5px #c4c4c4;
}
@media screen and (max-width: 1118px) {
  body main #trouble .resolution-box img {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    width: 100%;
    height: 200px;
  }
}
body main #trouble .resolution-box p {
  margin: auto;
  max-width: 800px;
}
@media screen and (max-width: 1118px) {
  body main #trouble .resolution-box p {
    padding: 1rem;
  }
}
body main #products h3 {
  text-align: center;
  margin: 2.5rem 0 2rem;
}
body main #products .products-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1118px) {
  body main #products .products-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body main #products .products-wrap .products-item {
  width: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 2rem 3rem;
}
@media screen and (max-width: 1118px) {
  body main #products .products-wrap .products-item {
    width: 350px;
  }
}
body main #products .products-wrap .products-item img {
  margin-bottom: 0.8rem;
  width: 350px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1118px) {
  body main #products .products-wrap .products-item img {
    width: 300px;
    height: 250px;
  }
}
body main #products .products-wrap .products-item p {
  margin-bottom: 0.5rem;
}
body main #faq {
  padding: 3rem 0;
}
body main #faq .faq-wrap {
  margin: 5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1118px) {
  body main #faq .faq-wrap {
    margin: 3rem 0;
  }
}
body main #faq .faq-wrap .faq-item {
  max-width: 70%;
  min-width: 70%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1118px) {
  body main #faq .faq-wrap .faq-item {
    max-width: 85%;
    min-width: 85%;
  }
}
body main #faq .faq-wrap .faq-item h4 {
  padding: 0.7rem;
  display: block;
  background-color: #D6FFAD;
}
body main #faq .faq-wrap .faq-item p {
  padding: 0.7rem;
}
body main #instagram {
  padding: 3rem 0;
}
body main #instagram p {
  margin: 3rem 0;
  text-align: center;
}
body main #instagram .instagram-wrap {
  margin: 5rem 0;
  padding: 0 5rem;
}
body #contact h2 {
  margin-bottom: 0;
}
body #thank-page {
  background-color: #fff;
  margin-top: 5rem;
  padding: 3rem 0;
}
body #thank-page .thank-page-wrap {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body #thank-page .thank-page-wrap h5 {
  margin: 2rem 0;
  font-size: clamp(1.188rem, 0.991rem + 0.98vw, 1.875rem);
}
@media screen and (max-width: 1118px) {
  body #thank-page .thank-page-wrap h5 {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 1118px) {
  body #thank-page .thank-page-wrap p {
    margin-bottom: 0.2rem;
  }
}
body #thank-page .thank-page-wrap a {
  margin: 3rem 0;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  font-size: clamp(1.188rem, 0.991rem + 0.98vw, 1.875rem);
}
body #thank-page .thank-page-wrap #backhome {
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  color: #2d2d2d;
}
body footer #contact .contact-box {
  padding: 3rem;
  text-align: center;
  width: 80%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1118px) {
  body footer #contact .contact-box {
    padding: 3rem 0;
  }
}
body footer #contact .contact-box span {
  color: red;
}
body footer #contact .contact-box textarea {
  margin-top: 0.3rem;
  border: solid 1px #56A902;
  width: 500px;
  resize: none;
}
@media screen and (max-width: 1118px) {
  body footer #contact .contact-box textarea {
    width: 300px;
  }
}
body footer #contact .contact-box input {
  margin-top: 0.3rem;
  border: solid 1px #56A902;
  width: 500px;
  height: 30px;
}
@media screen and (max-width: 1118px) {
  body footer #contact .contact-box input {
    width: 300px;
    height: 30px;
  }
}
body footer #contact .contact-box input[type=checkbox] {
  width: unset;
}
body footer #contact .contact-box .wpcf7-list-item > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body footer #contact .contact-box .wpcf7-list-item > label .wpcf7-list-item-label {
  color: #000;
  margin-left: 0.5rem;
}
body footer #contact .contact-box p {
  margin-bottom: 2rem;
}
body footer #contact .contact-box .privacy-title {
  margin-bottom: 0;
}
body footer #contact .contact-box .privacy-box {
  width: 500px;
  margin: 1rem auto;
  width: 50%;
  padding: 1rem;
  background-color: #fff;
  max-height: 100px;
  overflow-y: scroll;
}
@media screen and (max-width: 1118px) {
  body footer #contact .contact-box .privacy-box {
    width: 200px;
    padding: 1rem;
  }
}
body footer #contact .contact-box .wpcf7-spinner {
  display: none !important;
}
body footer #contact .contact-box .wpcf7-submit {
  width: 150px;
  height: 40px;
}
body footer #footer-info {
  background-color: #56A902;
}
body footer #footer-info .footer-box {
  width: 80%;
  margin: auto;
  padding: 3rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width: 1118px) {
  body footer #footer-info .footer-box {
    width: 90%;
    padding: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body footer #footer-info .footer-box .footer-menu {
  margin-bottom: 0;
}
@media screen and (max-width: 1118px) {
  body footer #footer-info .footer-box .footer-menu {
    margin-bottom: 1rem;
  }
}
body footer #footer-info .footer-box .footer-menu ul {
  list-style: none;
}
body footer #footer-info .footer-box .footer-menu ul li {
  font-size: 0.8rem;
  color: #fff;
  margin-bottom: 0.3rem;
}
body footer #footer-info .footer-box .footer-menu ul li a {
  color: #fff;
  text-decoration: none;
}
body footer #footer-info .footer-box .info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 1118px) {
  body footer #footer-info .footer-box .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body footer #footer-info .footer-box .info-box .info {
  max-width: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 3rem 0 3rem;
}
@media screen and (max-width: 1118px) {
  body footer #footer-info .footer-box .info-box .info {
    margin: 0;
  }
}
body footer #footer-info .footer-box .info-box .info ul {
  list-style: none;
}
body footer #footer-info .footer-box .info-box .info ul li {
  font-size: 0.8rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
body footer #footer-info .footer-box .info-box .info .iframe-box {
  text-align: left;
}
@media screen and (max-width: 1118px) {
  body footer #footer-info .footer-box .info-box .info .iframe-box {
    text-align: center;
  }
}
body footer #footer-info .footer-box .info-box #info-under {
  margin-top: 23px;
}
body footer #footer-info .footer-box .footer-map {
  text-align: center;
}
body footer p {
  margin: 1rem 0;
  text-align: center;
}
body footer .copyright {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */