@charset "UTF-8";
/*
カラー・フォント定義
*/
/*
画面サイズ定義
*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-image: url(http://www.house-crew.co.jp/wp/wp-content/themes/ShippoHouse2026/img/bg-base.png);
  color: #4e3825;
}

.hidden {
  overflow: hidden;
  overscroll-behavior-y: none;
}

h2 {
  color: #000;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
}
@media only screen and (max-width: 1150px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1050px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 980px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-weight: bold;
  font-size: 24px;
}
@media only screen and (max-width: 1000px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  h4 {
    font-size: 18px;
  }
}

p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

.text_right {
  text-align: right;
  text-align: -webkit-right;
}
.text_center {
  text-align: center;
  text-align: -webkit-center;
}

.new_line {
  display: inline-block;
}

header {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
  background-image: url(http://www.house-crew.co.jp/wp/wp-content/themes/ShippoHouse2026/img/bg-base.png);
}
header .header_inner {
  margin: 0 auto;
  position: relative;
  z-index: 999;
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
}
header .header_inner .logo {
  width: 165px;
  margin-left: 30px;
  align-self: center;
}
@media only screen and (max-width: 1200px) {
  header .header_inner .logo {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 1100px) {
  header .header_inner .logo {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1004px) {
  header .header_inner .logo {
    width: 140px;
  }
}
@media only screen and (max-width: 500px) {
  header .header_inner .logo {
    width: 130px;
  }
}
@media only screen and (max-width: 460px) {
  header .header_inner .logo {
    margin-left: 10px;
  }
}
header .header_inner .logo img {
  width: 100%;
  height: auto;
}
header .header_inner nav {
  margin: 0 30px 0 auto;
}
@media only screen and (max-width: 1000px) {
  header .header_inner nav {
    margin: 0 15px 0 auto;
  }
}
@media only screen and (max-width: 420px) {
  header .header_inner nav {
    margin: 0 10px 0 auto;
  }
}
header .header_inner nav .mainnav {
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap; /* Safari */
  align-items: center;
  height: 60px;
}
@media only screen and (max-width: 460px) {
  header .header_inner nav .mainnav {
    height: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header_inner nav .mainnav .mainnav_tb {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  header .header_inner nav .mainnav .mainnav_contact {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  header .header_inner nav .mainnav .mainnav_line {
    display: none;
  }
}
header .header_inner nav .mainnav .navLi {
  height: 30px;
  padding: 0px 15px;
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap; /* Safari */
  align-items: center;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 1005px) {
  header .header_inner nav .mainnav .navLi {
    padding: 0px 10px;
  }
}
header .header_inner nav .mainnav .navLi svg {
  width: 18px;
  height: auto;
}
header .header_inner nav .mainnav .navLi svg .cls-1 {
  fill: #4e3825;
  transition: fill 0.3s;
}
header .header_inner nav .mainnav .navLi:hover svg .cls-1 {
  fill: #fa952f;
}
header .header_inner nav .mainnav .mainnavLi {
  color: #4e3825;
}
header .header_inner nav .mainnav .contactnavLi {
  padding: 0px 10px;
  background: #4e3825;
  color: #fff;
  margin-left: 10px;
  border-radius: 20px;
  width: 160px;
  justify-content: center;
}
@media only screen and (max-width: 1120px) {
  header .header_inner nav .mainnav .contactnavLi {
    margin-left: 5px;
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 600px) {
  header .header_inner nav .mainnav .contactnavLi {
    width: -moz-fit-content;
    width: fit-content;
  }
}
header .header_inner nav .mainnav .contactnavLi:hover {
  background-color: #fa952f;
}
header .header_inner nav .mainnav .linenavLi {
  padding: 0px 10px;
  background: #00b900;
  color: #fff;
  margin-left: 20px;
  border-radius: 20px;
  width: 160px;
  justify-content: center;
}
@media only screen and (max-width: 1120px) {
  header .header_inner nav .mainnav .linenavLi {
    margin-left: 15px;
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 600px) {
  header .header_inner nav .mainnav .linenavLi {
    width: -moz-fit-content;
    width: fit-content;
  }
}
header .header_inner nav .mainnav .linenavLi:hover {
  background-color: #009700;
}
@media only screen and (min-width: 1005px) {
  header .header_inner .menu_btn {
    display: none;
  }
}
header .header_inner .menu_btn {
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  flex-flow: column;
  -webkit-align-items: stretch; /* Safari */
  justify-content: center;
  align-items: center;
  z-index: 90;
  color: #4e3825;
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 460px) {
  header .header_inner .menu_btn {
    height: 50px;
    width: 50px;
  }
}
header .header_inner .menu_btn .menu_btn_line {
  transition: all 0.3s;
  content: "";
  display: block;
  height: 2px;
  width: 35px;
  border-radius: 3px;
  background-color: #4e3825;
  position: absolute;
}
header .header_inner .menu_btn .menu_btn_line.menu_btn_line01 {
  top: 18px;
}
@media only screen and (max-width: 460px) {
  header .header_inner .menu_btn .menu_btn_line.menu_btn_line01 {
    top: 15px;
  }
}
header .header_inner .menu_btn .menu_btn_line.menu_btn_line02 {
  top: 28px;
}
@media only screen and (max-width: 460px) {
  header .header_inner .menu_btn .menu_btn_line.menu_btn_line02 {
    top: 25px;
  }
}
header .header_inner .menu_btn .menu_btn_line.menu_btn_line03 {
  top: 38px;
}
@media only screen and (max-width: 460px) {
  header .header_inner .menu_btn .menu_btn_line.menu_btn_line03 {
    top: 35px;
  }
}
header .header_inner .menu_btn.active .menu_btn_line01 {
  bottom: 0;
  transform: rotate(30deg);
  top: 30px;
}
@media only screen and (max-width: 460px) {
  header .header_inner .menu_btn.active .menu_btn_line01 {
    top: 25px;
  }
}
header .header_inner .menu_btn.active .menu_btn_line02 {
  display: none;
}
header .header_inner .menu_btn.active .menu_btn_line03 {
  top: 30px;
  transform: rotate(-30deg);
}
@media only screen and (max-width: 460px) {
  header .header_inner .menu_btn.active .menu_btn_line03 {
    top: 25px;
  }
}
header .hamburger {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s linear;
  background-image: url(http://www.house-crew.co.jp/wp/wp-content/themes/ShippoHouse2026/img/bg-base.png);
}
@media only screen and (max-width: 460px) {
  header .hamburger {
    top: 50px;
  }
}
header .hamburger.active {
  pointer-events: auto;
  opacity: 1;
  height: 100vh;
  overflow: scroll;
}
header .hamburger_outer {
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
header .hamburger_inner {
  max-width: 800px;
  padding: 80px 30px 120px 30px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  flex-flow: column;
  -webkit-align-items: stretch; /* Safari */
}
@media only screen and (max-width: 1000px) {
  header .hamburger_inner {
    padding: 80px 20px 120px 20px;
  }
}
@media only screen and (max-width: 765px) {
  header .hamburger_inner {
    flex-flow: column;
  }
}
@media only screen and (max-width: 600px) {
  header .hamburger_inner {
    padding: 60px 20px 120px 20px;
  }
}
@media only screen and (max-width: 765px) {
  header .hamburger_inner {
    padding: 40px 15px 100px 15px;
  }
}
header .hamburger_inner .hamburger_inner_menu_list {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 765px) {
  header .hamburger_inner .hamburger_inner_menu_list {
    margin-top: 30px;
  }
}
header .hamburger_inner .hamburger_inner_menu_list .small_h3 {
  font-size: 14px;
}
header .hamburger_inner .hamburger_inner_menu_list svg {
  width: 18px;
  height: auto;
}
header .hamburger_inner .hamburger_inner_menu_list svg .cls-1 {
  fill: #4e3825;
  transition: fill 0.3s;
}
header .hamburger_inner .hamburger_inner_menu_list:hover svg .cls-1 {
  fill: #fa952f;
}
header .hamburger_inner .hamburger_inner_menu_list h3 {
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 1050px) {
  header .hamburger_inner .hamburger_inner_menu_list h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 980px) {
  header .hamburger_inner .hamburger_inner_menu_list h3 {
    font-size: 20px;
  }
}
header .hamburger_inner .hamburger_inner_menu_list h3 span {
  font-weight: normal;
  font-size: 12px;
}
@media only screen and (max-width: 980px) {
  header .hamburger_inner .hamburger_inner_menu_list h3 span {
    font-size: 10px;
  }
}
header .hamburger_inner .hamburger_inner_menu_list a {
  width: 100%;
  opacity: 1;
  transition: 0.3s;
}
header .hamburger_inner .hamburger_inner_menu_list a:hover {
  opacity: 0.5;
}
header .hamburger_inner .hamburger_inner_menu_list:nth-child(1) {
  margin-top: 0px;
}
@media only screen and (max-width: 950px) {
  header .hamburger_inner .hamburger_inner_menu_list:nth-child(1) {
    margin-top: 0px;
  }
}
header .hamburger_inner .hamburger_inner_menu_list_detail {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  header .hamburger_inner .hamburger_inner_menu_list_detail {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  header .hamburger_inner .hamburger_inner_menu_list_detail {
    align-items: start;
  }
}
header .hamburger_inner .hamburger_inner_menu_list_detail li {
  margin-right: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  header .hamburger_inner .hamburger_inner_menu_list_detail li {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 600px) {
  header .hamburger_inner .hamburger_inner_menu_list_detail li:nth-child(1) {
    margin-top: 0px;
  }
}
header .hamburger_inner .hamburger_inner_menu_list_detail li a {
  font-size: 16px;
}
@media only screen and (max-width: 980px) {
  header .hamburger_inner .hamburger_inner_menu_list_detail li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  header .hamburger_inner .hamburger_inner_menu_list_detail li a {
    font-size: 14px;
  }
}
header .hamburger_inner .left {
  width: 50%;
}
@media only screen and (max-width: 765px) {
  header .hamburger_inner .left {
    width: 100%;
  }
}
header .hamburger_inner .right {
  width: 50%;
}
@media only screen and (max-width: 765px) {
  header .hamburger_inner .right {
    width: 100%;
  }
}
header .hamburger_inner .right_top {
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  flex-wrap: wrap;
}
@media only screen and (max-width: 950px) {
  header .hamburger_inner .right_top {
    flex-flow: column;
  }
}
header .hamburger_inner .right_bottom {
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  flex-flow: column; /* Safari */
  align-items: center;
  height: 30px;
  justify-content: right;
}
header .hamburger_inner .right_bottom .instagram {
  margin-right: 10px;
}
header .hamburger_inner .right_bottom a {
  opacity: 1;
  transition: 0.3s;
}
header .hamburger_inner .right_bottom a:hover {
  opacity: 0.5;
}

.line_fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}
.line_fixed img {
  width: 120px;
}

footer {
  background: #4e3825;
  padding: 30px;
  color: #fff;
}
footer .footer_inner {
  max-width: 1330px;
  padding: 70px 30px;
  margin: 0 auto 0 auto;
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  footer .footer_inner {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_inner {
    flex-flow: column;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer_inner {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 765px) {
  footer .footer_inner {
    padding: 50px 15px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .left {
    width: 100%;
  }
}
footer .footer_inner .left a {
  opacity: 1;
  transition: 0.3s;
}
footer .footer_inner .left a:hover {
  opacity: 0.5;
}
footer .footer_inner .left a img {
  width: 210px;
  height: auto;
}
@media only screen and (max-width: 1000px) {
  footer .footer_inner .left a img {
    width: 180px;
  }
}
@media only screen and (max-width: 765px) {
  footer .footer_inner .left a img {
    width: 150px;
  }
}
@media only screen and (max-width: 460px) {
  footer .footer_inner .left a img {
    text-align: center;
  }
}
footer .footer_inner .right p {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .right p {
    font-size: 14px;
    margin: 20px 0 0 0;
  }
}
footer .footer_inner .right .location {
  font-size: 14px;
  margin: 5px 0 0 0;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .right .location {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .right {
    width: 100%;
    margin-top: 0px;
  }
}

.footer_top {
  display: block;
  width: 200px;
  height: 100px;
  border-radius: 50%/100% 100% 0 0;
  background: #000099;
  background: #4e3825;
  padding: 30px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.footer_top p {
  text-align: center;
}
.footer_top svg {
  width: 45px;
  height: auto;
}
.footer_top svg .cls-1 {
  fill: #fff;
}

.copyright {
  padding: 25px 15px;
}

.topPage .fv {
  overflow: hidden;
  margin: 60px auto 0 auto;
  padding: 0 30px;
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center; /* Safari */
}
@media only screen and (max-width: 1000px) {
  .topPage .fv {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .topPage .fv {
    padding: 0 10px;
  }
}
.topPage .fv .mv_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1000px) {
  .topPage .fv .mv_bg {
    width: 100%;
    margin: 0;
  }
}
.topPage .fv .sp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .topPage .fv .sp {
    display: block;
  }
}
.topPage .fv .pc {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .topPage .fv .pc {
    display: none;
  }
}
.topPage .fv .mv_h2 {
  position: absolute;
  z-index: 4;
  top: 9vw;
  right: 25vw;
  width: 5.5vw;
}
@media only screen and (max-width: 1000px) {
  .topPage .fv .mv_h2 {
    width: 18vw;
    top: 30vw;
    right: 20vw;
  }
}
.topPage .fv .mv_h1 {
  position: absolute;
  z-index: 4;
  top: 9vw;
  right: 20vw;
  width: 4.2vw;
}
@media only screen and (max-width: 1000px) {
  .topPage .fv .mv_h1 {
    width: 12vw;
    top: 30vw;
    right: 8vw;
  }
}
.topPage .topPage_inner {
  margin: 60px auto 0 auto;
  padding: 60px 50px 0 50px;
  max-width: 1100px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .topPage .topPage_inner {
    padding: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .topPage .topPage_inner {
    padding: 0 10px 0 10px;
  }
}
.topPage .topPage_inner .topPage_left {
  width: 680px;
}
@media only screen and (max-width: 1200px) {
  .topPage .topPage_inner .topPage_left {
    width: 65%;
  }
}
@media only screen and (max-width: 1000px) {
  .topPage .topPage_inner .topPage_left {
    width: 100%;
  }
}
.topPage .topPage_inner .topPage_right {
  width: 290px;
}
@media only screen and (max-width: 1200px) {
  .topPage .topPage_inner .topPage_right {
    width: 30%;
  }
}
@media only screen and (max-width: 1000px) {
  .topPage .topPage_inner .topPage_right {
    width: 100%;
  }
}
.topPage .topPage_inner .topPage_right img {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .topPage .topPage_inner .topPage_right img {
    width: 32%;
  }
}
@media only screen and (max-width: 500px) {
  .topPage .topPage_inner .topPage_right img {
    width: 100%;
  }
}
.topPage .topPage_inner h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.topPage .topPage_inner h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-image: url(../img/text_bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}
.topPage .about {
  margin: 0 auto;
  padding: 0 0;
  width: 100%;
  text-align: center;
}
.topPage .about h4 {
  margin-top: 30px;
}
.topPage .about p {
  margin-top: 30px;
}
.topPage .about img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.topPage .feature {
  margin: 0 auto;
  padding: 60px 0 0 0;
  width: 100%;
  text-align: center;
}
.topPage .feature h4 {
  text-align: center;
}
.topPage .feature ul {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: space-between;
}
.topPage .feature ul li {
  width: 49%;
  padding: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  place-content: center;
}
@media only screen and (max-width: 1000px) {
  .topPage .feature ul li {
    width: 100%;
  }
}
.topPage .feature ul li p {
  text-align: center;
  font-weight: 700;
}
.topPage .feature ul li:nth-child(1) {
  background: #fa952f;
  border-bottom: 5px solid #c87623;
}
.topPage .feature ul li:nth-child(2) {
  background: #e3aec2;
  border-bottom: 5px solid #b58a9a;
}
@media only screen and (max-width: 1000px) {
  .topPage .feature ul li:nth-child(2) {
    margin-top: 10px;
  }
}
.topPage .feature ul li:nth-child(3) {
  background: #96d88f;
  border-bottom: 5px solid #74ab6f;
  margin-top: 10px;
}
.topPage .feature ul li:nth-child(4) {
  background: #48c1b5;
  border-bottom: 5px solid #389a90;
  margin-top: 10px;
}
.topPage .feature ul li svg {
  width: 18px;
  height: auto;
}
.topPage .feature ul li svg .cls-1 {
  fill: #fff;
}
.topPage .services {
  margin: 0 auto;
  padding: 60px 0 0 0;
  width: 100%;
  text-align: center;
}
.topPage .services .services-block {
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  align-items: start;
  -webkit-align-items: start; /* Safari */
  justify-content: space-between;
}
.topPage .services .services-block li {
  width: 48.6%;
  font-weight: bold;
  border-radius: 10px;
}
@media only screen and (max-width: 450px) {
  .topPage .services .services-block li {
    width: 100%;
  }
}
.topPage .services .services-block li img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 10px;
}
.topPage .services .services-block li h4 {
  text-align: center;
}
.topPage .services .services-block li p {
  margin-top: 10px;
}
@media only screen and (max-width: 450px) {
  .topPage .services .services-block li:nth-child(2) {
    margin-top: 20px;
  }
}
.topPage .services .services-block li:nth-child(3) {
  margin-top: 20px;
}
.topPage .services .services-block li:nth-child(4) {
  margin-top: 20px;
}
.topPage .faq {
  margin: 0 auto;
  padding: 60px 0 0 0;
  width: 100%;
  text-align: center;
}
.topPage .faq ul {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center; /* Safari */
  justify-content: space-between;
}
.topPage .faq ul li {
  width: 100%;
  border-bottom: #4e3825 solid 1px;
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
}
.topPage .faq ul li .faq_inner {
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center; /* Safari */
  justify-content: space-between;
}
.topPage .faq ul li .faq_inner img {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}
.topPage .faq ul li .faq_inner h4 {
  width: calc(100% - 50px);
  font-weight: 400;
}
.topPage .faq ul li:last-child {
  border-bottom: none;
}
.topPage .faq ul li .questions {
  margin-bottom: 10px;
}
.topPage .cta {
  margin: 40px 0 0 0;
}
.topPage .cta .cta_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 1000px) {
  .topPage .cta .cta_bg {
    width: 100%;
    margin: 0;
  }
}
.topPage .cta .cta_inner {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 60px 100px;
  width: 1000px;
  margin: -220px auto 80px auto;
}
@media only screen and (max-width: 1200px) {
  .topPage .cta .cta_inner {
    padding: 60px 40px;
    margin: -120px auto 80px auto;
    width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  .topPage .cta .cta_inner {
    padding: 40px 20px;
    margin: -120px auto 80px auto;
    width: 90%;
  }
}
.topPage .cta .cta_inner h3 {
  background-image: none;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .topPage .cta .cta_inner h3 {
    font-size: 25px;
  }
}
.topPage .cta .cta_inner h4 {
  text-align: center;
  margin-top: 10px;
}
.topPage .cta .cta_inner ul {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  align-items: start;
  -webkit-align-items: start; /* Safari */
  justify-content: space-around;
}
.topPage .cta .cta_inner ul li {
  width: 44%;
}
@media only screen and (max-width: 700px) {
  .topPage .cta .cta_inner ul li {
    width: 100%;
  }
}
.topPage .cta .cta_inner ul li .btn {
  border-radius: 100vh;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 700;
}
.topPage .cta .cta_inner ul li .btn_individual {
  background-color: #fb8a1b;
  border: solid 1px #fb8a1b;
}
.topPage .cta .cta_inner ul li .btn_individual:hover {
  background-color: #ffffff;
  background: #4e3825;
  border: solid 1px #4e3825;
}
.topPage .cta .cta_inner ul li .btn_corporate {
  background-color: #48c1b5;
  border: solid 1px #48c1b5;
}
.topPage .cta .cta_inner ul li .btn_corporate:hover {
  background-color: #ffffff;
  background: #4e3825;
  border: solid 1px #4e3825;
}
.topPage .cta .cta_inner ul li .btn_line {
  background-color: #34c228;
  border: solid 1px #34c228;
}
.topPage .cta .cta_inner ul li .btn_line:hover {
  background-color: #ffffff;
  background: #4e3825;
  border: solid 1px #4e3825;
}
.topPage .cta .cta_inner ul li:last-child {
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  .topPage .cta .cta_inner ul li:nth-child(2) {
    margin-top: 20px;
  }
}
.topPage .snsblock {
  margin-top: 60px;
  text-align: center;
}
.topPage .snsblock .btn {
  border-radius: 100vh;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 700;
  background-color: #fb8a1b;
  border: solid 1px #fb8a1b;
}
.topPage .snsblock .btn:hover {
  background-color: #ffffff;
  background: #4e3825;
  border: solid 1px #4e3825;
}
.topPage .snsblock .snsblock-inner {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  align-items: start;
  -webkit-align-items: start; /* Safari */
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .topPage .snsblock .snsblock-inner {
    width: 100%;
  }
}
.topPage .snsblock .snsblock-inner li {
  width: 31.6%;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  text-align: -webkit-center;
}
@media only screen and (max-width: 1000px) {
  .topPage .snsblock .snsblock-inner li {
    width: 48.6%;
  }
  .topPage .snsblock .snsblock-inner li:nth-child(3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .topPage .snsblock .snsblock-inner li {
    width: 100%;
  }
  .topPage .snsblock .snsblock-inner li:nth-child(2) {
    margin-top: 20px;
  }
}

.page {
  margin: 60px 0 0 0;
}
.page .btn {
  border-radius: 100vh;
  color: #fff;
  background-color: #4e3825;
  border: solid 2px #4e3825;
  text-align: center;
  padding: 10px 30px;
  width: 270px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 700;
}
.page .btn:hover {
  background-color: #fff;
  background: #fa952f;
  border: solid 1px #fa952f;
}
@media only screen and (max-width: 765px) {
  .page {
    margin: 50px 0 0 0;
  }
}
.page .pageTitle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page .pageTitle_inner {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  align-items: flex-start;
  color: #fff;
  flex-flow: column;
  margin: 0 auto;
  padding: 80px 50px 80px 50px;
  max-width: 1600px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .page .pageTitle_inner {
    padding: 70px 30px 70px 30px;
  }
}
@media only screen and (max-width: 765px) {
  .page .pageTitle_inner {
    padding: 60px 10px 60px 10px;
  }
}
.page .pageTitle_inner p {
  font-family: "Overpass", sans-serif;
  color: #4e3825;
  font-size: 20px;
  margin: 0 0 -15px 0;
  transition: 0.3s;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  .page .pageTitle_inner p {
    font-size: 15px;
    margin: 0 0 -10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page .pageTitle_inner p {
    font-size: 12px;
    margin: 0 0 -8px 0;
  }
}
.page .pageTitle_inner h1 {
  font-weight: bold;
  font-size: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .page .pageTitle_inner h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .page .pageTitle_inner h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 980px) {
  .page .pageTitle_inner h1 {
    font-size: 26px;
  }
}
.page .pageTitle03 {
  background-image: url("https://innoveestate.com/wp-content/themes/20250515innove-estate/img/pageTitle03.png");
}
.page .topic-path {
  background: #efefef;
  margin: 0 0;
}
@media only screen and (max-width: 765px) {
  .page .topic-path {
    margin: 0 0;
  }
}
.page .topic-path_inner {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  align-items: flex-start;
  color: #000;
  font-size: 14px;
  margin: 0 auto 0 auto;
  padding: 5px 50px 5px 50px;
  max-width: 1600px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .page .topic-path_inner {
    padding: 5px 30px 5px 30px;
  }
}
@media only screen and (max-width: 765px) {
  .page .topic-path_inner {
    padding: 5px 10px 5px 10px;
    margin: 0 auto 0 auto;
  }
}
.page .topic-path_inner a {
  border-bottom: solid 1px #000;
}
.page .topic-path_inner span {
  margin: 0 5px;
}
.page .hina {
  max-width: 1060px;
  padding: 70px 30px 0 30px;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 765px) {
  .page .hina {
    padding: 60px 15px 0 15px;
  }
}
.page .hina h2 {
  color: #4e3825;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.3;
}
@media only screen and (max-width: 1150px) {
  .page .hina h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1050px) {
  .page .hina h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 980px) {
  .page .hina h2 {
    font-size: 18px;
  }
}
.page .hina .about .hina_FlexBox {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page .hina .about .hina_FlexBox .left {
  width: calc(100% - 180px);
  padding-right: 20px;
}
@media only screen and (max-width: 765px) {
  .page .hina .about .hina_FlexBox .left {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 600px) {
  .page .hina .about .hina_FlexBox .left {
    width: calc(100% - 130px);
    padding-right: 10px;
  }
}
.page .hina .about .hina_FlexBox .right {
  width: 180px;
}
@media only screen and (max-width: 765px) {
  .page .hina .about .hina_FlexBox .right {
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .page .hina .about .hina_FlexBox .right {
    width: 130px;
  }
}
.page .hina .about .hina_FlexBox .right img {
  width: 100%;
  height: auto;
}
.page .hina .about .hina_FlexBox .right p {
  margin-top: 0px;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 765px) {
  .page .hina .about .hina_FlexBox .right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .page .hina .about .hina_FlexBox .right p {
    font-size: 12px;
  }
}
.page .hina .about .hina_FlexBox p {
  margin-top: 10px;
}
.page .hina .about .table {
  border-top: solid 1px #000;
  margin: 40px 0 0 0;
}
.page .hina .about .table .table_list {
  border-bottom: solid 1px #000;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  align-items: flex-start;
  padding: 35px 0;
}
@media only screen and (max-width: 550px) {
  .page .hina .about .table .table_list {
    flex-flow: column;
  }
}
.page .hina .about .table .table_list .left {
  width: 275px;
  padding: 0 20px 0 90px;
  font-weight: bold;
}
@media only screen and (max-width: 930px) {
  .page .hina .about .table .table_list .left {
    padding: 0 20px 0 40px;
    width: 150px;
  }
}
@media only screen and (max-width: 765px) {
  .page .hina .about .table .table_list .left {
    padding: 0 20px 0 20px;
  }
}
@media only screen and (max-width: 550px) {
  .page .hina .about .table .table_list .left {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.page .hina .about .table .table_list .right {
  width: calc(100% - 275px);
}
@media only screen and (max-width: 930px) {
  .page .hina .about .table .table_list .right {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 550px) {
  .page .hina .about .table .table_list .right {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.page .hina .about .access_flex {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: center; /* Safari */
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
@media only screen and (max-width: 765px) {
  .page .hina .about .access_flex {
    flex-flow: column;
  }
}
.page .hina .about .access_flex .left {
  width: calc(50% - 10px);
  margin-right: 20px;
}
@media only screen and (max-width: 765px) {
  .page .hina .about .access_flex .left {
    width: 100%;
    margin-right: 0;
  }
}
.page .hina .about .access_flex .right {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 765px) {
  .page .hina .about .access_flex .right {
    width: 100%;
    margin-top: 20px;
  }
}
.page .hina .about .map {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0;
  aspect-ratio: 1/1;
}
.page .hina .about .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .hina .products .individual .individual_top {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 700px) {
  .page .hina .products .individual .individual_top {
    gap: 20px;
  }
}
.page .hina .products .individual .individual_top li {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 32%;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 5px 5px rgb(213, 213, 213);
  border: #ebebeb solid 1px;
}
@media only screen and (max-width: 700px) {
  .page .hina .products .individual .individual_top li {
    width: 48%;
  }
}
@media only screen and (max-width: 520px) {
  .page .hina .products .individual .individual_top li {
    width: 100%;
  }
}
.page .hina .products .individual .individual_top li:nth-child(4) {
  margin: 20px 10px 0 auto;
}
@media only screen and (max-width: 700px) {
  .page .hina .products .individual .individual_top li:nth-child(4) {
    margin: 0;
  }
}
.page .hina .products .individual .individual_top li:nth-child(5) {
  margin: 20px auto 0 10px;
}
@media only screen and (max-width: 700px) {
  .page .hina .products .individual .individual_top li:nth-child(5) {
    margin: 0 auto;
  }
}
.page .hina .products .individual .individual_top li img {
  width: 100%;
  height: auto;
}
.page .hina .products .individual .individual_top li h3 {
  margin: 10px 0 0 0;
}
.page .hina .products .individual .individual_top li p {
  margin: 5px 0 0 0;
}
.page .hina .products .individual .individual_bottom {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 700px) {
  .page .hina .products .individual .individual_bottom {
    gap: 20px;
    margin: 20px 0 0 0;
  }
}
.page .hina .products .individual .individual_bottom li {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 48%;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 5px 5px rgb(213, 213, 213);
  border: #ebebeb solid 1px;
}
@media only screen and (max-width: 520px) {
  .page .hina .products .individual .individual_bottom li {
    width: 100%;
  }
}
.page .hina .products .individual .individual_bottom li img {
  width: 100%;
  height: auto;
}
.page .hina .products .individual .individual_bottom li h3 {
  margin: 10px 0 0 0;
}
.page .hina .products .individual .individual_bottom li p {
  margin: 5px 0 0 0;
}
.page .hina .products .corporation .ul01 {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  margin: 20px 0 0 0;
}
.page .hina .products .corporation .ul01 li {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 5px 5px rgb(213, 213, 213);
  border: #ebebeb solid 1px;
  flex-flow: column;
  align-items: start;
  gap: 15px;
}
.page .hina .products .corporation .ul01 li h3 {
  text-align: left;
}
@media only screen and (max-width: 520px) {
  .page .hina .products .corporation .ul01 li h3 {
    text-align: center;
  }
}
.page .hina .products .corporation .ul01 li img {
  width: 100%;
  height: auto;
}
.page .hina .products .corporation .ul01 li p {
  margin: 5px 0 0 0;
}
.page .hina .products .corporation .ul01 li .sp {
  display: none;
}
@media only screen and (max-width: 520px) {
  .page .hina .products .corporation .ul01 li .sp {
    display: block;
  }
}
.page .hina .products .corporation .ul01 li .pc {
  display: block;
}
@media only screen and (max-width: 520px) {
  .page .hina .products .corporation .ul01 li .pc {
    display: none;
  }
}
.page .hina .products .corporation .service-box {
  box-shadow: 0px 5px 5px rgb(213, 213, 213);
  border: #ebebeb solid 1px;
  border-radius: 10px;
  padding: 15px;
  margin: 30px 0 0 0;
}
.page .hina .products .corporation .service-main {
  margin: 20px 0 25px 0;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 520px) {
  .page .hina .products .corporation .service-main {
    flex-flow: column;
  }
}
.page .hina .products .corporation .service-main .text_block {
  flex: 1;
}
.page .hina .products .corporation .service-main .text_block p {
  margin: 5px 0 0 0;
}
.page .hina .products .corporation .service-main h3 {
  text-align: left;
}
@media only screen and (max-width: 520px) {
  .page .hina .products .corporation .service-main h3 {
    text-align: center;
  }
}
.page .hina .products .corporation .service-main img {
  max-width: 340px;
  width: 45%;
  height: auto;
}
@media only screen and (max-width: 520px) {
  .page .hina .products .corporation .service-main img {
    width: 100%;
    max-width: none;
  }
}
.page .hina .products .corporation .service-main .sp {
  display: none;
}
@media only screen and (max-width: 520px) {
  .page .hina .products .corporation .service-main .sp {
    display: block;
  }
}
.page .hina .products .corporation .service-main .pc {
  display: block;
}
@media only screen and (max-width: 520px) {
  .page .hina .products .corporation .service-main .pc {
    display: none;
  }
}
.page .hina .products .corporation .ul02 {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 790px) {
  .page .hina .products .corporation .ul02 {
    gap: 20px;
  }
}
.page .hina .products .corporation .ul02 li {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 24%;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  border: #ebebeb solid 1px;
}
@media only screen and (max-width: 790px) {
  .page .hina .products .corporation .ul02 li {
    width: 47%;
  }
}
@media only screen and (max-width: 520px) {
  .page .hina .products .corporation .ul02 li {
    width: 100%;
  }
}
.page .hina .products .corporation .ul02 li img {
  width: 100%;
  height: auto;
}
.page .hina .products .corporation .ul02 li .heading {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: start; /* Safari */
  display: flex;
  align-items: start;
  gap: 5px;
  margin: 10px 0 0 0;
}
.page .hina .products .corporation .ul02 li .heading h3 {
  width: calc(100% - 35px);
}
.page .hina .products .corporation .ul02 li .heading img {
  width: 30px;
  height: auto;
}
.page .hina .products .corporation .ul02 li p {
  margin: 10px 0 0 0;
}
.page .hina_single {
  max-width: 1060px;
  padding: 40px 30px 0 30px;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 765px) {
  .page .hina_single {
    padding: 20px 15px 0 15px;
  }
}
.page .hina_single .single_text {
  margin: 60px 0 0 0;
}
.page .hina_single .single_text p {
  margin: 20px 0 0 0;
}
.page .hina_single .single_img {
  margin: 60px 0 0 0;
  text-align: center;
}
.page .hina_single .single_img img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
.page .hina_single .btn {
  border-radius: 100vh;
  color: #fff;
  background-color: #4e3825;
  border: solid 1px #4e3825;
  text-align: center;
  padding: 10px 30px;
  width: 270px;
  transition: 0.3s;
  font-size: 12px;
  margin: 80px auto 0 auto;
  font-weight: 700;
}
@media only screen and (max-width: 765px) {
  .page .hina_single .btn {
    margin: 60px auto 0 auto;
  }
}
.page .hina_single .btn:hover {
  background-color: #fff;
  background: #fa952f;
  border: solid 1px #fa952f;
}
.page .hina_contact {
  max-width: 1060px;
  padding: 70px 30px 70px 30px;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 765px) {
  .page .hina_contact {
    padding: 60px 15px 0 15px;
  }
}
.page .hina_contact h3 {
  background-image: none;
}
.page .hina_contact .btn {
  border-radius: 100vh;
  margin: 0px auto 0 auto;
  color: #fff;
  background-color: #4e3825;
  text-align: center;
  padding: 11px 30px;
  width: 270px;
  transition: 0.3s;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .page .hina_contact .btn {
    font-size: 14px;
    padding: 10px 30px;
  }
}
.page .hina_contact .btn:hover {
  background-color: #fa952f;
  border: solid 1px #fa952f;
}

#contact {
  margin: 0 auto;
  padding: 0px;
  max-width: 800px;
  width: 100%;
  text-align: center;
}
#contact .lead {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 700px) {
  #contact .lead {
    text-align: left;
  }
}
#contact .contact_inner {
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  align-items: center;
  max-width: 790px;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  #contact .contact_inner {
    padding: 20px 0;
    margin: 0;
  }
}
#contact .contact_inner .small_h2 {
  width: 100%;
  color: #fff;
}
#contact .contact_inner h2 {
  width: 100%;
  color: #fff;
  margin: 0 0 25px 0;
}
#contact .contact_inner .right {
  width: 49%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 625px) {
  #contact .contact_inner .right {
    width: 100%;
    margin-top: 20px;
  }
}
#contact .contact_inner .right .btn {
  font-weight: bold;
  margin: 0 0 0 auto;
  color: #fff;
  background-color: #00b900;
  padding: 22px 10px;
  max-width: 380px;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  font-size: 20px;
  border-radius: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 625px) {
  #contact .contact_inner .right .btn {
    max-width: 625px;
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 770px) {
  #contact .contact_inner .right .btn {
    font-size: 18px;
  }
}
#contact .contact_inner .right .btn:hover {
  background: #009700;
}
#contact .contact_inner .left {
  width: 49%;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 625px) {
  #contact .contact_inner .left {
    width: 100%;
  }
}
#contact .contact_inner .left .btn {
  font-weight: bold;
  background-color: #fff;
  border: 3px solid #4e3825;
  padding: 10px;
  max-width: 380px;
  width: 100%;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: center; /* Safari */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 625px) {
  #contact .contact_inner .left .btn {
    max-width: 625px;
  }
}
#contact .contact_inner .left .btn span {
  font-size: 20px;
}
@media only screen and (max-width: 770px) {
  #contact .contact_inner .left .btn {
    font-size: 12px;
  }
  #contact .contact_inner .left .btn span {
    font-size: 18px;
  }
}
#contact .contact_inner .left .btn:hover {
  background: #d2d2d2;
}
#contact .contact_inner .bottom_center {
  width: 100%;
}
#contact .contact_inner .bottom_center .btn {
  font-weight: bold;
  margin: 20px auto 0 auto;
  color: #000;
  background-color: #fff;
  padding: 20px 70px;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 50px;
  display: -webkit-flex; /* Safari */ /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: stretch; /* Safari */
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 770px) {
  #contact .contact_inner .bottom_center .btn {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 700px) {
  #contact .contact_inner .bottom_center .btn {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 680px) {
  #contact .contact_inner .bottom_center .btn {
    padding: 20px 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 625px) {
  #contact .contact_inner .bottom_center .btn {
    justify-content: center;
    font-size: 12px;
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 400px) {
  #contact .contact_inner .bottom_center .btn {
    padding: 10px 20px;
  }
}
#contact .contact_inner .bottom_center .btn img {
  width: 100%;
  max-width: 330px;
}
@media only screen and (max-width: 625px) {
  #contact .contact_inner .bottom_center .btn img {
    margin: 5px 0 0 0;
  }
}
#contact .contact_inner .bottom_center .btn:hover {
  background: #e6e6e6;
}
#contact > ul {
  margin: 0 auto;
}
#contact > ul li { /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap;
  flex-flow: column;
  margin: 32px 0;
}
@media only screen and (max-width: 765px) {
  #contact > ul li {
    margin: 16px 0;
  }
}
#contact > ul li .note {
  color: #df0000;
}
#contact > ul li strong {
  font-size: 18px;
  margin: 0.4em 0;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 765px) {
  #contact > ul li strong {
    font-size: 16px;
  }
}
#contact > ul li strong em,
#contact > ul li strong .any {
  display: inline-block;
  padding: 5px 14px;
  font-size: 12px;
  background-color: #df0000;
  color: #fff;
  margin: 0px 12px 0 0;
  line-height: 1;
  font-style: normal;
  border-radius: 3px;
}
#contact > ul li span {
  text-align: left;
}
#contact > ul li ::-moz-placeholder {
  color: #979797;
}
#contact > ul li ::placeholder {
  color: #979797;
}
#contact > ul li input[type=text],
#contact > ul li input[type=tel],
#contact > ul li input[type=email] {
  height: auto;
  padding: 12px 10px;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border-radius: 3px;
  background: #f4f4f4;
  color: #4e3825;
  margin-top: 0.4em;
  font-weight: bold;
}
@media only screen and (max-width: 765px) {
  #contact > ul li input[type=text],
  #contact > ul li input[type=tel],
  #contact > ul li input[type=email] {
    font-size: 14px;
    width: 100%;
    margin-top: 8px;
  }
}
#contact > ul li .wpcf7-previous {
  justify-content: center;
  border-radius: 100vh;
  margin: 30px 0 0 auto;
  color: #fafafa;
  background-color: #000000;
  border: solid 1px #000000;
  text-align: center;
  padding: 15px 30px;
  width: 270px;
  transition: 0.3s;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  #contact > ul li .wpcf7-previous {
    margin: 30px auto 0 auto;
    padding: 10px 30px;
  }
}
#contact > ul li .wpcf7-previous:hover {
  border: solid 1px #4e3825;
  color: #4e3825;
  background: #fafafa;
  font-size: 16px;
}
#contact > ul li input[type=submit] {
  border-radius: 100vh;
  margin: 0px auto 0 auto;
  color: #fff;
  background-color: #4e3825;
  text-align: center;
  padding: 11px 30px;
  width: 270px;
  transition: 0.3s;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  #contact > ul li input[type=submit] {
    font-size: 14px;
    padding: 10px 30px;
  }
}
#contact > ul li input[type=submit]:hover {
  background-color: #fa952f;
}
#contact > ul li .terms-of-service {
  border: 1px solid #cacaca;
  overflow: auto;
  width: 100%;
  height: 100px;
  line-height: 1.5em;
  background: #929292;
  color: #4e3825;
  border-radius: 3px;
  padding: 12px 10px;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 8px;
}
@media only screen and (max-width: 800px) {
  #contact > ul li .terms-of-service {
    width: 100%;
  }
}
#contact > ul li textarea {
  border-radius: 2px;
  height: auto;
  padding: 12px 10px;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border-radius: 3px;
  background: #fafafa;
  color: #979797;
}
@media only screen and (max-width: 765px) {
  #contact > ul li textarea {
    font-size: 14px;
    margin: 8px 8px 8px 8px;
    width: 98%;
  }
}
#contact > ul li select {
  border-radius: 2px;
  height: auto;
  padding: 12px 10px;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border-radius: 3px;
  background: #fafafa;
  font-weight: bold;
}
@media only screen and (max-width: 765px) {
  #contact > ul li select {
    font-size: 14px;
    width: 100%;
    margin-top: 8px;
  }
}
#contact > ul li .wpcf7-spinner {
  display: none;
}
#contact > ul li .wpcf7-form-control { /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap; /* Safari */
  align-items: stretch;
  flex-wrap: wrap;
  background: #f4f4f4;
  border-radius: none;
  margin: 0 auto;
  color: #000;
}
@media only screen and (max-width: 765px) {
  #contact > ul li .wpcf7-form-control {
    margin-left: 0;
  }
}
#contact > ul li .wpcf7-form-control .wpcf7-list-item {
  text-align: center;
  margin: 0px 0px 16px 0px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 765px) {
  #contact > ul li .wpcf7-form-control .wpcf7-list-item {
    margin: 8px 0px 8px 0px;
  }
}
#contact > ul li .wpcf7-form-control .wpcf7-list-item label { /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap; /* Safari */
  align-items: stretch;
  align-items: center;
  gap: 30px;
  margin: 20px 0 0px 10px;
}
@media only screen and (max-width: 765px) {
  #contact > ul li .wpcf7-form-control .wpcf7-list-item label {
    gap: 24px;
  }
}
#contact > ul li .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  display: block !important;
  color: #4e3825;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #contact > ul li .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 14px;
  }
}
#contact > ul li .wpcf7-form-control .wpcf7-list-item label input[type=checkbox] {
  border: 1px solid #929292;
  background-color: #fff;
  color: #929292;
  border-radius: 2px;
  height: auto;
  padding: 6px;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0;
  transform: scale(2);
}
#contact > ul li .wpcf7-form-control .wpcf7-list-item label input[type=checkbox]:checked {
  background-color: #4e3825;
  box-shadow: inset 0 0 0 2px #fff;
}
#contact > ul li .wpcf7-form-control-wrap {
  margin: 0.4em 0;
}
#contact > ul li .wpcf7-form-control-wrap .optional {
  margin-top: 8px;
}
@media only screen and (max-width: 800px) {
  #contact > ul li .wpcf7-form-control-wrap {
    margin: 0;
  }
}
#contact > ul li .wpcf7-radio { /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap; /* Safari */
  align-items: stretch;
  flex-wrap: wrap;
  align-items: stretch;
  flex-flow: column;
  margin-left: 16px;
  margin-top: 16px;
}
@media only screen and (max-width: 765px) {
  #contact > ul li .wpcf7-radio {
    margin-top: 0;
  }
}
#contact > ul li .wpcf7-radio .wpcf7-list-item {
  text-align: center;
  width: 33.3%;
  margin: 0px 0px 16px 0px;
  position: relative;
}
@media only screen and (max-width: 765px) {
  #contact > ul li .wpcf7-radio .wpcf7-list-item {
    width: 100%;
    margin: 8px 0px 8px 0px;
  }
}
#contact > ul li .wpcf7-radio .wpcf7-list-item label { /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap; /* Safari */
  align-items: stretch;
  align-items: center;
}
#contact > ul li .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: block !important;
  color: #4e3825;
  font-size: 14px;
}
@media only screen and (max-width: 765px) {
  #contact > ul li .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    width: 90%;
  }
}
#contact > ul li .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  border: 1px solid #929292;
  background-color: #fff;
  color: #929292;
  border-radius: 8px;
  height: auto;
  padding: 6px;
  font-size: 14px;
  box-sizing: border-box;
  transform: scale(2);
}
@media only screen and (max-width: 765px) {
  #contact > ul li .wpcf7-radio .wpcf7-list-item label input[type=radio] {
    font-size: 14px;
  }
}
#contact > ul li .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked {
  background-color: #4e3825;
  box-shadow: inset 0 0 0 2px #fff;
}
#contact > ul li .wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
#contact > ul li .wpcf7-acceptance {
  background: none;
}

.wpcf7-response-output {
  font-size: 14px !important;
  margin: 40px auto !important;
  max-width: 800px;
}

.confirmation {
  border: 0.5px solid rgb(0, 0, 0);
  border-radius: 2px;
  height: auto;
  padding: 15px;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  min-height: 60px;
  margin: 0.4em 0;
  border-radius: 3px;
  background: #ffffff;
  color: #4e3825;
}/*# sourceMappingURL=index.css.map */