@charset "utf-8";
html {}
body {
  background-color: #FFFFFF;
  min-width: 1200px;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
a:link {
  color: #000000;
  transition: .3s;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
a:hover {
  color: #000;
  text-decoration: none;
}
}
a:active {
  color: #999999;
  text-decoration: none;
}
a.btn img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media screen and (min-width: 768px) {
a:hover.btn img {
  -ms-filter: 'alpha(opacity=60)';
  filter: alpha(opacity=30);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
}
a {
  outline: none;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::-webkit-selection {
  background: #000000;
  color: #FFFFFF;
}
strong {
  font-weight: bold;
}
.pc {
  display: inherit !important;
}
.sp {
  display: none !important;
}
.ft {
  font-family: Futura, 'Century Gothic'
}
#wrapper {
  overflow: hidden
}
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #cec899;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.bars {
  position: relative;
  height: 100px;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  top: calc(50vh - 50px);
}
.bars__bar {
  position: absolute;
  top: 40%;
  bottom: 40%;
  width: 7%;
  background-color: #fefefe;
  -webkit-animation: bars 1.5s infinite ease-out;
          animation: bars 1.5s infinite ease-out;
}
.bars__bar--alt {
  background-color: rgba(254, 254, 254, 0.4);
}
.bars__bar--0 {
  left: 0%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.bars__bar--0--alt {
  left: 0%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.bars__bar--1 {
  left: 18.6%;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.bars__bar--1--alt {
  left: 18.6%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.bars__bar--2 {
  left: 37.2%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.bars__bar--2--alt {
  left: 37.2%;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.bars__bar--3 {
  left: 55.8%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.bars__bar--3--alt {
  left: 55.8%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.bars__bar--4 {
  left: 74.4%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.bars__bar--4--alt {
  left: 74.4%;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.bars__bar--5 {
  left: 93%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.bars__bar--5--alt {
  left: 93%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes bars {
  0%, 60% {
    top: 40%;
    bottom: 40%;
  }
  20% {
    top: 0;
    bottom: 40%;
  }
  40% {
    top: 40%;
    bottom: 0;
  }
}

@keyframes bars {
  0%, 60% {
    top: 40%;
    bottom: 40%;
  }
  20% {
    top: 0;
    bottom: 40%;
  }
  40% {
    top: 40%;
    bottom: 0;
  }
}

/*--HEADER-------------*/
header {
  width: 100px;
  height: 300px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
}
header a {
  text-decoration: none;
  color: #707070 !important
}
@media screen and (min-width: 768px) {
header a:hover {
  text-decoration: none;
  color: #000 !important
}
}
header h1 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 600;
  line-height: 100px;
  margin-top: 100px;
  font-size: 17px;
  letter-spacing: 0.05em;
  position: relative;
}
/*SP NAV*/
#panel-btn {
  display: inline-block;
  position: fixed;
  width: 40px;
  height: 40px;
  margin: 5px 0 10px;
  right: 30px;
  top: 10px;
  z-index: 9999999;
  animation-duration: 2s;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 30px;
  height: 3px;
  margin: -1px 0 0 0px;
  background: #707070;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 3px;
  background: #707070;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -12px;
  margin-left: -10px !important
}
#panel-btn-icon:after {
  margin-top: 9px;
  margin-left: -10px !important
}
#panel-btn .close {
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}
#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/*--NAVIGATION-------------*/
#gnav {
  display: none;
  background-color: #FFF;
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999
}
#gnav nav {
  padding-top: 80px;
  padding-left: 80px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#gnav ul.first {
  font-size: 32px;
  margin-bottom: 1.6em;
}
#gnav ul.second {
  font-size: 19px;
}
#gnav ul li {
  margin-bottom: 0.5em;
}
#gnav ul li a {
  color: #868686;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
#gnav ul li a:hover {
  color: #000;
}
}
#gnav ul.sns {
  margin-top: 40px;
}
#gnav ul.sns li {
  float: left;
  margin-right: 10px;
}
#gnav ul.sns li img {
  width: 50px;
  height: auto
}
/*--INDEX_HEADER-------------*/
#index_header {
  width: 100%;
  margin-bottom: 100px;
}
#index_header #read_bx {
  width: calc(100% - 800px);
  float: right;
  height: 830px;
  background-image: url(../../images/index_header_bg@2x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 350px auto;
}
#index_header #read_bx .read {
  margin-top: 200px;
  margin-left: 30%
}
#index_header #read_bx .btn_reserve {
  text-align: center;
  margin-top: 130px;
  left: -10%;
}
#index_header #read_bx .btn_reserve a {
  border-radius: 100px;
  border: 4px solid #000000;
  padding: 10px 40px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 19px;
}
@media screen and (min-width: 768px) {
#index_header #read_bx .btn_reserve a:hover {
  background-color: #000;
  color: #FFF
}
}
#index_header #index_bnr_nav {
  background-color: #DCDBD0;
  width: 800px;
  float: left;
  height: 830px;
}
#mv01 {
  position: relative;
  overflow: hidden;
  width: 750px;
  height: 460px;
}
#mv02 {
  position: relative;
  overflow: hidden;
  width: 375px;
  height: 330px;
  background-color: #ACA461;
  float: left
}
#mv03 {
  position: relative;
  overflow: hidden;
  width: 375px;
  height: 330px;
  background-color: #CEC997
}
#mv01:after, #mv02:after, #mv03:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  transition: all .6s ease-out;
}
#mv01:after {
  background-image: url(../../images/mv01.png);
}
#mv02:after {
  background-image: url(../../images/mv02@2x.png);
  transform-origin: right top;
}
#mv03:after {
  background-image: url("../../images/mv03@2x.png");
  transform-origin: right bottom;
}
@media screen and (min-width: 768px) {
#mv01:hover:after, #mv02:hover:after, #mv03:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
}
#mv01 a, #mv02 a, #mv03 a {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
/*--INDEX_PICKUP-------------*/
#index_pickup {
  background-image: url(../../images/pu_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 408px;
  margin-bottom: 130px;
}
#index_pickup h3.ttl {
  font-size: 34px;
  color: #707070;
  margin-bottom: 30px;
  text-align: center
}
ul.multiple-items {
  width: 90%;
  margin-left: auto;
  margin-right: auto
}
ul.multiple-items li {
  margin-right: 45px;
}
ul.multiple-items li a {
  text-decoration: none;
}
ul.multiple-items li .thum {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: contain;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	 background-color: #d0ceba;
}
ul.multiple-items li .thum .cover {
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.20);
  top: -200px;
  transition: .3s;
  text-align: center;
  line-height: 200px;
  color: #FFF;
 
}
ul.multiple-items li .thum .cover span {
  border: 2px solid #FFFFFF;
  border-radius: 100px;
  padding: 5px 20px;
}
@media screen and (min-width: 768px) {
ul.multiple-items li:hover .thum .cover {
  top: 0px;
}
}
ul.multiple-items li .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}
.slide-arrow {
  position: absolute;
  right: 50px;
  top: -80px;
  z-index: 1;
  background-image: url(../../images/arrow_next.png) !important;
  background-size: cover;
  cursor: pointer
}
.slick-disabled .slide-arrow .prev-arrow {
  opacity: 0;
}
.prev-arrow {
  opacity: 0;
  z-index: 0;
  background-image: none !important;
  background-size: cover;
}
.arrow_prev_hide.slick-disabled {
  opacity: 0;
}
.slick-disabled .slide-arrow {
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  background-image: url(../../images/arrow_prev.png) !important;
  background-size: cover;
}
.arrowhide {
  opacity: 0 !important;
}
.arrow_fix {
  display: inline-block
}
/*--INDEX_NEWS-------------*/
#index_news {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 140px;
}
#index_news .header {
  width: 240px;
  float: left;
}
#index_news .header .ttl {
  font-size: 44px;
  color: #707070;
  margin-bottom: 30px;
}
#index_news .header .ttl span {
  border-bottom: 7px solid #E5E2C0;
}
.btn_more a {
  border-radius: 100px;
  border: 1px solid #707070;
  padding: 2px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
}
.view-more-button {
  border-radius: 100px;
  border: 1px solid #707070;
  padding: 2px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  font-size: 16px;
background-color: #FFF;
cursor: pointer
}
@media screen and (min-width: 768px) {
.btn_more a:hover {
  background-color: #707070;
  color: #FFF
}
.view-more-button:hover {
  background-color: #707070;
  color: #FFF
}
}
#index_news .list {
  width: 730px;
  float: right;
}
#index_news .list li {
  margin-bottom: 0.7em;
}
#index_news .list li a {
  color: #707070;
  text-decoration: none;
}
/*--INDEX_SERVICE-------------*/
#index_service {
  background-image: url(../../images/pu_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 408px;
  margin-bottom: 130px;
}
#index_service h3.ttl {
  font-size: 34px;
  color: #707070;
  margin-bottom: 30px;
  text-align: center
}
/*--INDEX_ETC-------------*/
#index_etc {
  width: 100%;
  height: 365px;
  position: relative;
  z-index: 0;
  background-color: #E5E2C0
}
#index_etc .ph {
  float: left;
}
#index_etc .etc_nav {
  float: right;
  width: calc(100% - 760px);
}
#index_etc .etc_nav ul {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  padding-top: 50px;
}
#index_etc .etc_nav ul li {
  margin-bottom: 15px;
}
#index_etc .etc_nav ul li.ttl {
  font-size: 34px;
  color: #707070
}
#index_etc .etc_nav ul li a {
  border-radius: 100px;
  border: 1px solid #ACA461;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  background-color: #FFF;
  text-align: center
}
@media screen and (min-width: 768px) {
#index_etc .etc_nav ul li a:hover {
  background-color: #ACA461;
  color: #FFF
}
}

/*--INDEX_GMAP-------------*/
#index_gmap {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-top: 100px;
  text-align: center;
  padding-top: 30px;
}
#index_gmap .ttl{
  font-weight: 600;
  font-size: 16px;
}
#index_gmap iframe{
  width: 100%;
  margin-top: 30px;
}

/*--BNR_FIXED-------------*/
#bnr_fixed{
position: fixed;
right: 20px;
bottom: 20px;
}

/*--FOOTER-------------*/
footer {
  background-color: #E5E2C0;
  clear: both;
  padding-top: 80px;
  padding-bottom: 120px;
  margin-top: 190px;
}
footer .inner {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}
footer .inner .en {
  font-size: 15px;
  color: #707070
}
footer .inner .ttl_main {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ft_bx {
  margin-top: 70px;
  color: #383838
}
.ft_bx.first {
  width: 280px;
  float: left
}
.ft_bx.second {
  width: 390px;
  float: right
}
.ft_bx .ttl {
  font-size: 17px;
  background-image: url(../../images/ft_ttl_bg@2x.png);
  background-position: center bottom;
  background-size: 45px auto;
  background-repeat: no-repeat;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.ft_bx .ttl.mt {
  margin-top: 75px;
}
.ft_bx .telnum {
  font-size: 26px;
  margin-bottom: 15px;
  letter-spacing: 0.15em;
}
.ft_bx .telnum span {
  font-size: 21px;
}
.fax_num_txt{
letter-spacing: 0.11em;
}
.ft_bx .btn_more {
  margin-top: 25px;
}
.ft_bx .btn_more a {
  border-radius: 100px;
  border: 1px solid #707070;
  padding: 5px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  text-align: center;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
.ft_bx .btn_more a:hover {
  background-color: #707070;
  color: #FFF
}
}
.form {
  text-align: left
}
.form .label {
  margin-top: 10px;
}
.form .form_field {
  width: calc(100% - 4px) !important;
  padding: 2px !important;
  border: none;
  margin-top: 5px;
}
.submit_btn {
  border-radius: 100px!important;
  border: 1px solid #707070!important;
  padding: 5px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  text-align: center;
  font-size: 15px;
  background-color: transparent;
  margin-top: 25px;
}
.cf_message{
background-color: #FFF;
margin-top: 30px;
padding: 50px 30px;
text-align: left
}
.cf_message .message_ttl{
text-align: center;
font-size: 16px;
margin-bottom: 30px;
font-weight: 600;
line-height: 0.9;
}



@media screen and (min-width: 768px) {
.submit_btn:hover {
  background-color: #707070;
  color: #FFF
}
}
.copyright{
color: #000;
padding-top: 60px;
clear: both;
width: 100%;
font-size: 17px;
}

.ft_sns{
font-size: 24px;
}
.ft_sns i{
margin-left: 0.2em;
margin-right: 0.2em;
}



/*--SUB_PAGE-------------*/
#sub_header {
  padding-top: 130px;
  padding-bottom: 140px;
  text-align: center
}
#sub_header h2 {
  font-size: 40px;
  margin-bottom: 33px;
}
#sub_header .read {
  color: #707070
}
/*--CONTENTS-------------*/
#contents {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
#contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
.contents {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
/*--WORKS_INDEX-------------*/
#works_index {}
#works_index li {
  width: 348px;
  margin-right: 28px;
  float: left;
  height: 420px;
}
#works_index li:nth-child(3n) {
  margin-right: 0px;
}
#works_index li .thum {
  width: 100%;
  height: 220px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 10px;
  transition: .3s;
}
#works_index li .thum .label {
  position: absolute;
  background-color: #F0F0E2;
  color: #767676;
  line-height: 1;
  padding: 7px 25px;
  left: 0;
  top: 0;
  font-size: 15px;
}
#works_index li .label {
  color: #767676;
  font-size: 15px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
#works_index li:hover .thum {
  transition: .3s;
  opacity: 0.7;
}
}
#works_index li .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3px;
}
#works_index li a {
  text-decoration: none;
}
/*--WORKS_DETAIL-------------*/
.works_detail_header {
  margin-top: -100px;
}
.works_detail_header .works_mv {
  width: 78%;
  height: 660px;
  background-size: cover;
  background-position: center center;
  position: relative
}
.works_detail_header .works_mv .meta {
  background-color: #F0F0E2;
  padding: 40px;
  position: absolute;
  top: 490px;
  right: -160px;
}
.works_detail_header .works_mv .meta .label {
  font-size: 15px;
  color: #767676;
  margin-bottom: 10px;
}
.works_detail_header .works_mv .meta .ttl {
  font-size: 24px;
  font-weight: 600;
}
.works_detail_exp {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 100px;
}
.entry.works {
  width: 900px;
  margin-left: auto;
  margin-right: auto
}
.entry.works img {
  max-width: 100%;
  height: auto
}
.wp-caption-text {
  font-size: 15px;
  margin-bottom: 2em !important;
}
.btn_voice {
  clear: both;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 140px;
}
.btn_voice a {
  border-radius: 100px;
  border: 1px solid #ACA461;
  padding: 5px 40px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  background-color: #FFF;
  text-align: center
}
@media screen and (min-width: 768px) {
.btn_voice a:hover {
  background-color: #ACA461;
  color: #FFF
}
}
.works_detail_data {
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  margin-bottom: 120px;
}
.works_detail_data th {
  color: #767676;
  border-right: 1px solid #767676;
  padding-right: 30px;
  vertical-align: top;
  font-size: 23px;
}
.works_detail_data td {
  padding-left: 60px;
  vertical-align: top;
  font-size: 14px;
}
.works_contact {
  border: 1px solid #707070;
  width: 590px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.works_contact .ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.works_contact .telnum {
  font-size: 36px;
  color: #656565;
  margin-bottom: 15px;
}
.works_contact .telnum span {
  font-size: 29px;
}
.works_contact .line_qr {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-weight: 600;
  margin-bottom: 25px;
}
.works_contact .line_qr .qr {
  float: left;
  padding-right: 25px;
}
.works_contact .line_qr .line_id {
  font-size: 20px;
  color: #707070
}
.works_detail_other {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 80px;
}
/*--MODEL HOUSE-------------*/
#modelhouse_index_header {
  padding-top: 60px;
  height: 280px;
  overflow: visible;
  background-color: #F0F0E2;
  margin-bottom: 200px;
}
#modelhouse_index_header .ttl_head {
  width: 30%;
  float: left;
  margin-top: 110px;
  text-align: center
}
#modelhouse_index_header .ttl_head span {
  border-radius: 100px;
  border: 1px solid #707070;
  padding: 5px 40px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  text-align: center
}
#modelhouse_index_header .multiple-items {
  width: 70%;
  float: right
}
#modelhouse_index_header .multiple-items .slide-arrow {
  right: 100px;
}
/*--MODEL HOUSE FORM-------------*/
#modelhouse_form_anc{
display: block;
padding-top: 50px;
margin-top: -50px;
}
#modelhouse_form {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
}
#modelhouse_form .ttl {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600
}
#modelhouse_form .ttl_read {
  text-align: center;
  margin-bottom: 50px;
}
#modelhouse_form .form_field {
  border: 1px solid #8F8F8F;
}
.wpcf7-list-item{
display: block
}
/*--MODEL HOUSE_DETAIL-------------*/
.modelhouse_header {
  text-align: center
}
.modelhouse_header img {
  max-width: 100%;
  height: auto
}
.modelhouse_bx {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.modelhouse_bx .txt {
  width: 50%;
  float: left
}
.modelhouse_bx .txt .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em;
}
.modelhouse_bx .ph {
  width: 50%;
  float: left;
  text-align: center
}
.modelhouse_bx.second .txt {
  float: right
}
.modelhouse_bx.second .ph {
  float: right;
}
.works h3 {
  margin-top: 130px !important;
  margin-bottom: 50px !important;
  text-align: center
}
.works h3 span {
  border-bottom: 1px solid #ACA461;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 10px;
}
.works iframe {
  margin-top: 100px;
  width: 100%;
  height: 500px;
}
.btn_voice.modelhouse {
  padding-bottom: 20px !important;
}
.modelhouse_contact {
  text-align: center
}
.modelhouse_contact .ttl {
  font-weight: 600;
  margin-bottom: 15px;
}
.modelhouse_contact .telnum {
  font-size: 26px;
  color: #656565;
  margin-bottom: 15px;
}
.modelhouse_contact .telnum span {
  font-size: 21px;
}
/*--BUNJO-CHI-------------*/
.bunjo_header {
  text-align: center;
  margin-bottom: 80px;
}
.bunjo_header img {
  max-width: 100%;
  height: auto
}
.bunjo_bx {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.bunjo_bx .txt {
  width: 50%;
  float: left;
  font-weight: 600;
}
.bunjo_bx .txt .ttl {
  font-size: 20px;
  margin-bottom: 1em;
  margin-top: 60px;
}
.bunjo_bx .ph {
  width: 50%;
  float: left;
  text-align: center
}
/*--NEWS-------------*/
.entry.news {
  width: 740px;
  margin-left: auto;
  margin-right: auto
}
.article {
  padding-bottom: 100px;
}
.article .ttl {
  border-bottom: 1px solid #ACA461;
  padding: 5px 30px;
}
.article .ttl .ttl_entry {
  font-size: 21px;
  font-weight: 600;
  float: left
}
.article .ttl .date_entry {
  font-size: 16px;
  color: #707070;
  float: right
}
.article .article_inner {
  padding: 30px 30px;
}
.article .article_inner img{
max-width: 100%;
height: auto
}



/*--不動産情報202505-------------*/
.entry.estate {
width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.entry.estate .article {
  padding-bottom: 100px;
}
.entry.estate .article .ttl_entry {
  font-size: 18px;
  font-weight: 600;
}
.entry.estate .article table{
    width: 100%;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
}
.entry.estate .article table th,
.entry.estate .article table td{
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 20px;
    text-align: center
}
.entry.estate .article table .tx_L{
    text-align: left
}
.entry.estate .article table .estate_tbl_ttl{
background-color: #E5E2C0;
font-size: 18px;
font-weight: 600;
width: 25%
}
.entry.estate .article table .thum img{
width: 100%;
height: auto
}
.entry.estate .article table .price{
color: #FF5353;
font-size: 24px;
font-weight: 600;
}
.entry.estate .article .btn_entry{
margin-top: 1em;
}
.entry.estate .article .btn_entry a{
    border: 1px solid #000000;
    padding: 5px 40px;
    line-height: 1;
    display: inline-block;
    border-radius: 100px;
}
.entry.estate .article .btn_entry a:hover{
    background-color: #000;
    color: #FFF
}
.entry.estate .ph_enry{
width: 80%;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
margin-bottom: 20px;
}
.entry.estate .ph_enry img{
max-width: 100%;
height: auto
}
.entry.estate .ttl_entry.pt {
  padding-top: 50px;
}
.entry.estate .gmap iframe {
  width: 100%;
}


/*--COMPANY-------------*/
.company_tbl {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.company_tbl th, .company_tbl td {
  padding: 25px;
  border-bottom: 1px solid #CEC997;
}
.company_tbl td {
  font-weight: 600;
}
/*--FLOW-------------*/
.subcont_nav {
  margin-top: -70px;
  margin-bottom: 70px;
}
.subcont_nav ul {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
.subcont_nav ul li {
  margin-bottom: 15px;
}
.subcont_nav ul li a {
  border-radius: 100px;
  border: 1px solid #ACA461;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  background-color: #FFF;
  text-align: center
}
@media screen and (min-width: 768px) {
.subcont_nav ul li a:hover {
  background-color: #ACA461;
  color: #FFF
}
}
.flow_heading {
  text-align: center;
  margin-bottom: 20px;
padding-top: 80px;
}
.flow_heading .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.flow_tbl {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.flow_tbl th, .flow_tbl td {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #CEC997;
  font-weight: 600;
  vertical-align: top
}
.flow_tbl th {
  white-space: nowrap;
  padding-right: 140px;
}
.flow_tbl .notice {
  color: #D54C4C;
  margin-top: 1em;
}
.flow_tbl img {
  width: 100%;
  height: auto
}
.flow_tbl .ph {
  padding-top: 2em;
}
.flow_pickup {
  background-color: #F0F0E2;
  padding-top: 70px;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
.flow_pickup ul {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 780px;
}
.flow_pickup ul li {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  width: 220px;
  font-size: 14px;
  font-weight: 600;
}
.flow_pickup ul li .ttl {
  font-size: 21px;
  margin-bottom: 10px;
}
.flow_pickup ul li .fig {
  margin-bottom: 10px;
}
.flow_pickup ul li .fig img {
  width: 100%;
  height: auto
}
.flow_pickup ul li p {
  text-align: left
}
.flow_pickup ul li .btn_nav {
  margin-top: 2em;
}
.flow_pickup ul li .btn_nav a {
  border-radius: 100px;
  border: 1px solid #707070;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #353535;
  text-align: center
}
@media screen and (min-width: 768px) {
.flow_pickup ul li .btn_nav a:hover {
  background-color: #707070;
  color: #FFF
}
}
/*--ABOUT-------------*/
.subcont_nav.about {
  margin-top: -70px;
  margin-bottom: 80px;
}
.subcont_nav.about ul {
  margin-left: auto;
  margin-right: auto;
  width: 630px;
}
.subcont_nav.about ul li {
  margin-bottom: 20px;
  float: left;
  width: 188px;
  margin-right: 30px;
}
.subcont_nav.about ul li:nth-child(3n) {
  margin-right: 0px;
}
.subcont_nav.about ul li a {
  border-radius: 100px;
  border: 1px solid #ACA461;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  background-color: #FFF;
  text-align: center
}
@media screen and (min-width: 768px) {
.subcont_nav.about ul li a:hover {
  background-color: #ACA461;
  color: #FFF
}
}
.concept_bx {
  width: 970px;
  margin-left: auto;
  margin-bottom: auto;
  margin-bottom: 100px;
  font-weight: 600
}
.concept_bx .txt {
  width: 520px;
  float: left
}
.concept_bx .ph {
  width: 450px;
  float: right
}
.concept_bx .ph img {
  width: 100%;
  height: auto
}
.concept_bx.second .txt {
  width: 450px;
  float: right;
}
.concept_bx.second .ph {
  float: left
}
.five_bx {
  width: 999px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 170px;
  margin-bottom: 180px;
}
.five_bx li {
  width: 333px;
  margin-right: 0px;
  float: left;
  border-bottom: 1px solid #ACA461;
  font-weight: 600;
  padding-top: 40px;
}
.five_bx li:nth-child(4), .five_bx li:nth-child(5), .five_bx li:nth-child(6) {
  border-bottom: none;
}
.five_bx li .line_bx {
  padding: 40px;
  border-right: 1px solid #ACA461;
  min-height: 240px;
  margin-bottom: 40px;
}
.five_bx li:nth-child(4) .line_bx, 
.five_bx li:nth-child(5) .line_bx, 
.five_bx li:nth-child(6) .line_bx {
  min-height: 280px;
}
.five_bx .line_bx .ttl {
  margin-bottom: 20px;
  font-size: 20px;
}
.five_bx .line_bx ttl span {
  font-weight: normal
}
.five_bx .line_bx .notice {
  color: #ACA461;
  margin-top: 1em;
}
.five_bx .line_bx .btn_zeh {
 margin-bottom: 0px!important;
}



/*--ZEH-------------*/
.zeh_wrap {
  width: 900px;
  margin-left: auto;
  margin-right: auto
}
.zeh_wrap .txt {
  width: 440px;
  float: left;
  padding-top: 30px;
  font-weight: 600;
}
.zeh_wrap .txt .heading {
  font-size: 20px;
  color: #ACA461;
  font-weight: 600;
  margin-bottom: 1.5em;
}
.zeh_wrap .fig {
  width: 460px;
  float: right;
}
.zeh_wrap .fig img {
  width: 100%;
  height: auto
}
.zeh_wrap .fig_full {
  font-size: 14px;
  margin-bottom: 40px;
}
.zeh_wrap .fig_full img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.btn_zeh {
  text-align: center;
  margin-bottom: 100px;
}
.btn_zeh a {
  border-radius: 100px;
  border: 1px solid #ACA461;
  padding: 5px 20px;
  display: inline;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  background-color: #FFF;
  text-align: center
}
@media screen and (min-width: 768px) {
.btn_zeh a:hover {
  background-color: #ACA461;
  color: #FFF
}
}
.acMenu {
  border-bottom: 1px solid #ACA461;
  width: 830px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  margin-bottom: 100px;
}
.acMenu dt {
  display: block;
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #ACA461;
  font-size: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 50px top 10px;
  background-image: url(../../images/_about/ac_menu_bg01@2x.png);
  background-size: 26px auto;
}
.acMenu dd {
  padding: 10px 20px 60px 20px;
  font-size: 15px;
  display: none;
}
.acMenu dt.active {
  background-image: url(../../images/_about/ac_menu_bg02@2x.png);
}
.acMenu dd .cont_l {
  width: 55%;
  float: left
}
.acMenu dd .cont_r {
  float: right
}
.ttl_col {
  color: #ACA461;
  margin-top: 30px;
  margin-bottom: 10px;
}
.acMenu dd .cont_l.colr p {
  color: #ACA461;
  font-size: 18px;
  margin-bottom: 1em
}
.acMenu dd strong {
  color: #ACA461;
}
.notice_exp {
  font-size: 14px;
  color: #707070;
  font-weight: normal;
  margin-top: 20px;
}
.hyoujyun_wrap {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  margin-bottom: 100px;
}
.hyoujyun_wrap strong {
  color: #ACA461;
}
.hyoujyun_wrap .notice {
  color: #707070;
  font-weight: normal;
}
/*--VOICE-------------*/
.voice_heading {
  text-align: center;
  margin-bottom: 80px;
  font-size: 19px;
  font-weight: 600;
}
.voice_heading span {
  font-size: 15px;
  margin-right: 20px;
  color: #767676;
  font-weight: normal;
}
.voice_wrap {
  width: 790px;
  margin-left: auto;
  margin-right: auto
}
.voice_q {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 40px;
  clear: both;
}
.voice_q span {
  font-size: 30px;
  font-weight: normal;
  margin-right: 20px;
}
.voice_ans {
  font-size: 15px;
  margin-bottom: 90px;
}
.voice_ans .txt {
  float: left;
  width: 400px;
}
.voice_ans .ph {
  float: right
}
.voice_ans .ph img {
  margin-bottom: 15px;
}
/*--LINE-------------*/
.line_header {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  padding-bottom: 140px;
}
.line_header .txt {
  width: 570px;
  float: left
}
.line_header .txt .ttl {
  font-size: 20px;
  border-bottom: 1px solid #CEC997;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.line_header .txt p {
  margin-bottom: 1.5em;
}
.line_header .txt .notice, .line_header .txt .notice a {
  color: #FF5353
}
.line_header .fig {
  width: 270px;
  float: right;
  text-align: center
}
.line_header .fig .btn_line a {
  border-radius: 100px;
  border: 1px solid #38B135;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #38B135;
  text-align: center
}
@media screen and (min-width: 768px) {
.line_header .fig .btn_line a:hover {
  background-color: #38B135;
  color: #FFF
}
}
.line_how {
  text-align: center
}
.line_how .ttl {
  margin-bottom: 30px !important;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.line_how .ttl span {
  border-bottom: 1px solid #ACA461;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 10px;
}
.line_flow {
  padding-top: 60px;
  padding-bottom: 50px;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-align: left
}
.line_flow .step {
  margin-bottom: 1.5em
}
.line_flow .step strong {
  color: #38B135
}
/*--RECRUIT-------------*/
.recruit_wrap {
  width: 700px;
  margin-left: auto;
  margin-right: auto
}
.recruit_tbl {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.recruit_tbl th {
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #CEC997;
  padding-bottom: 10px;
}
.recruit_tbl td {
  display: block;
  padding-top: 10px;
  padding-bottom: 40px;
}
/*--MOVIE-------------*/
.movie_wrap {
  width: 960px;
  margin-left: auto;
  margin-right: auto
}
.movie_wrap ul li {
  width: 450px;
  float: left;
  margin-right: 60px;
  margin-bottom: 80px;
  text-align: center
}
.movie_wrap ul li:nth-child(2n) {
  margin-right: 0px;
}
.iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie_wrap ul li .ttl {
  font-weight: 600;
}
.movie_playlist {
  width: 100%
}
.movie_playlist .ttl {
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
/*--ZEH_PAGE-------------*/
.subcont_nav.zeh ul {
  margin-left: auto;
  margin-right: auto;
  width: 380px;
}
.zeh_heading {
  width: 820px;
  margin-left: auto;
  margin-right: auto
}
.zeh_heading .txt {
  width: 330px;
  float: left
}
.zeh_heading .txt .heading {
  font-size: 20px;
  color: #ACA461;
  font-weight: 600;
  margin-bottom: 1.5em;
}
.zeh_heading .fig {
  float: right
}
.zeh_notice_bx {
  width: 720px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  border: 1px solid #707070;
  margin-bottom: 70px;
}
.zeh_notice_bx.white {
  width: 500px;
  border: none;
  margin-top: -70px;
}
.zeh_notice_bx .ttl {
  font-size: 17px;
  margin-bottom: 1em;
  font-weight: 600;
  color: #BC602F;
  text-align: center;
}
.zeh_notice_bx .ttl.bk {
  color: #000;
  margin-top: 40px;
}
.zeh_notice_bx .or_bx {
  background-color: #BC602F;
  color: #FFF;
  font-weight: 600;
  padding: 10px 20px;
  display: inline;
  margin-right: 20px;
  margin-bottom: 30px;
}
.zeh_notice_bx .or_bx.short {
  float: left;
  text-align: center;
  width: 160px;
}
.zeh_notice_bx .or_bx.long {
  margin-bottom: 40px;
  display: inline-block
}
.zeh_notice_bx .txt_list {
  margin-bottom: 20px;
}
.zeh_notice_bx .txt_list .or_line_bx{
    color: #BC602F;
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid #BC602F;
    margin-left: 10px;
}
.zeh_notice_bx .fig.half {
  width: 49.5%;
  float: left;
  margin-right: 0.5%
}
.zeh_notice_bx .fig img {
  width: 100%;
  height: auto;
}
.zeh_notice_bx.bg_col {
  background-color: #E5E2C0;
  border: none
}
.zeh_notice_bx.bg_col .ttl {
  color: #000
}
.zeh_notice_bx.bg_col .ttl strong {
  color: #BC602F;
}
.font_plus {
  color: #707070;
  font-weight: 600;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 20px;
}
.zeh_txt_wrap {
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.zeh_txt_wrap .ttl {
  font-size: 17px;
  margin-bottom: 1em;
  font-weight: 600;
  text-align: center;
  margin-top: 70px;
}
.zeh_txt_wrap .ttl.color {
  color: #ACA461
}
.zeh_txt_wrap .ttl.nomg {
  margin-top: 0px;
}
.zeh_txt_wrap .ttl_sub {
  font-size: 17px;
  margin-bottom: 1em;
  font-weight: 600;
  text-align: center;
}
.zeh_txt_wrap .ttl_sub strong {
  color: #BC602F
}
.zeh_txt_wrap .ttl .keyword {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #707070 !important;
  margin-top: 10px;
}
.zeh_line {
  margin-top: 80px;
  margin-bottom: 40px;
  border-top: 1px solid #9A9A9A;
}
.zeh_txt_wrap .fig img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.zeh_fig_tbl {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.zeh_fig_tbl td {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: bottom;
}
.zeh_fig_tbl td img {
  width: 100%;
  height: auto
}
.zeh_wide_img {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  margin-bottom: 50px
}
.zeh_wide_img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.zeh_num_bx {
  width: 340px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  border: 1px solid #707070;
  margin-bottom: 70px;
}
.zeh_num_bx .ttl {
  font-size: 17px;
  margin-bottom: 1em;
  font-weight: 600;
  color: #ACA461;
  text-align: center
}
.zeh_num_bx table {
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}
.zeh_num_bx table .line {
  border-bottom: 1px solid #707070;
}
.zeh_num_bx table th, .zeh_num_bx table td {
  padding: 10px 20px;
}
.zeh_movie {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.zeh_movie .wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.zeh_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--CMS-------------*/
/*--ARTICLE-------------*/
.entry {
  margin-bottom: 50px;
}
.entry a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
.entry a:hover {
  text-decoration: none;
}
}
.entry p {
  margin: 0 0 20px 0;
  zoom: 1;
}
.entry p strong {
  font-weight: bold;
}
.entry p img.aligncenter {
  display: block;
  margin: auto;
}
.entry p img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.entry p img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.entry h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h5 {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h6 {
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry ul li {
  list-style: disc;
  margin: 5px 0 5px 20px;
}
.entry ol li {
  list-style: decimal;
  margin: 5px 0 5px 20px;
}
/* clearfix */
.entry p:before, .entry p:after {
  content: "";
  display: table;
}
.entry p:after {
  clear: both;
}
.entry .date {
  font-weight: bold;
}
.entry .cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}
.entry .tag li {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
  display: inline-block;
  float: left;
}
.entry .tag li:first-child {
  color: #464646;
  background-color: #FFF;
}
/*--PAGENATION-------------*/
.pagination {
  margin: 0px 0 100px 0;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
  width: auto;
  margin-left: 0!important
}
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  /*border: solid 1px #ccc;
  border-radius: 3px;*/
}
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
@media screen and (min-width: 768px) {
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
}
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}


/*--CONTACT 202511-------------*/
.contact_tbl {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.contact_tbl th, .contact_tbl td {
  padding: 25px;
  border-bottom: 1px solid #CEC997;
  display: block;
}
.contact_tbl th{
background-color: #F8F8EF
}

.contact_tbl label.ttl{
  padding: 0px;
  border-bottom: 1px solid #CEC997;
  display: block;
  margin-bottom: 5px;
  margin-top: 1em;
  color: #aca461;
  font-weight: 600
}



.contact_tbl th.end, .contact_tbl td.end {
  border-bottom: 1px solid #FFF;
  background-color: #FFF
}
.contact_tbl .notice {
  font-size: 14px;
}
.contact_tbl .submit_btn {
  border-radius: 100px !important;
  border: 1px solid #707070 !important;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  text-align: center;
  font-size: 15px;
  background-color: #e5e2c0;
  margin-top: 25px;
  width: 100%;
}
div.cf-turnstile {
    display: flex !important;
    justify-content: center !important;
}




















































































@media screen and (max-width: 479px) {
html {}
body {
  background-color: #FFFFFF;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

a:link {
  color: #000000;
  transition: .3s;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
/*a:hover {
  color: #000;
  text-decoration: none;
}*/
a:active {
  color: #999999;
  text-decoration: none;
}
a.btn img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
/*a:hover.btn img {
  -ms-filter: 'alpha(opacity=60)';
  filter: alpha(opacity=30);
  -moz-opacity: 0.40;
  opacity: 0.40;
}*/
a {
  outline: none;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::-webkit-selection {
  background: #000000;
  color: #FFFFFF;
}
strong {
  font-weight: bold;
}
.pc {
  display: none !important;
}
.sp {
  display: inherit !important;
}
.ft {
  font-family: Futura, 'Century Gothic'
}
#wrapper {
  overflow: hidden
}
/*--HEADER-------------*/
header {
  width: 100px;
  height: 300px;
  position: relative;
  top: 0;
  right: 0;
  z-index: 999999;
  float: right
}
header a {
  text-decoration: none;
  color: #707070 !important
}
/*header a:hover {
  text-decoration: none;
  color: #000 !important
}*/
header h1 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 600;
  line-height: 100px;
  margin-top: 100px;
  font-size: 17px;
  letter-spacing: 0.05em;
  position: relative;
}
/*SP NAV*/
#panel-btn {
  display: inline-block;
  position: fixed;
  width: 40px;
  height: 40px;
  margin: 5px 0 10px;
  right: 30px;
  top: 10px;
  z-index: 9999999;
  animation-duration: 2s;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 30px;
  height: 3px;
  margin: -1px 0 0 0px;
  background: #707070;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 3px;
  background: #707070;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -12px;
  margin-left: -10px !important
}
#panel-btn-icon:after {
  margin-top: 9px;
  margin-left: -10px !important
}
#panel-btn .close {
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}
#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/*--NAVIGATION-------------*/
#gnav {
  display: none;
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999
}
#gnav nav {
  padding-top: 40px;
  padding-left: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#gnav ul.first {
  font-size: 28px;
  margin-bottom: 1.3em;
  line-height: 1.2;
}
#gnav ul.second {
  font-size: 18px;
  line-height: 1.45;
}
#gnav ul li {
  margin-bottom: 0.5em;
}
#gnav ul li a {
  color: #000;
  text-decoration: none;
}
/*#gnav ul li a:hover {
  color: #000;
}*/
#gnav ul.sns {
  margin-top: 40px;
}
#gnav ul.sns li {
  float: left;
  margin-right: 10px;
}
#gnav ul.sns li img {
  width: 50px;
  height: auto
}
/*--INDEX_HEADER-------------*/
#index_header {
  width: 100%;
  margin-bottom: 100px;
}
#index_header #read_bx {
  width: 100%;
  float: none;
  height: 480px;
  background-image: url(../../images/index_header_bg@2x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 300px auto;
}
#index_header #read_bx .read {
  margin-top: 0px;
  margin-left: 10%;
  padding-top: 50px;
}
#index_header #read_bx .btn_reserve {
  text-align: right;
  margin-top: -60px;
  position: relative;
  left: auto;
  margin-right: 20px;
}
#index_header #read_bx .btn_reserve a {
  border-radius: 100px;
  border: 4px solid #000000;
  padding: 10px 40px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
}
/*#index_header #read_bx .btn_reserve a:hover {
  background-color: #000;
  color: #FFF
}*/
#index_header #index_bnr_nav {
  background-color: #DCDBD0;
  width: 100%;
  float: none;
  height: auto;
  padding-bottom: 20px;
}
#mv01 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 460px;
}
#mv02 {
  position: relative;
  overflow: hidden;
  width: 100%;
  width: calc(100% - 20px);
  margin-top: 20px;
  background-color: #ACA461;
  float: none;
  margin-left: 10px;
}
#mv03 {
  position: relative;
  overflow: hidden;
  width: calc(100% - 20px);
  margin-top: 20px;
  height: 330px;
  background-color: #CEC997;
  margin-left: 10px;
  
}
#mv01:after, #mv02:after, #mv03:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  transition: all .6s ease-out;
}
#mv01:after {
  background-image: url(../../images/mv01_sp@2x.png);
}
#mv02:after {
  background-image: url(../../images/mv02@2x.png);
  transform-origin: right top;
}
#mv03:after {
  background-image: url("../../images/mv03@2x.png");
  transform-origin: right bottom;
}
/*#mv01:hover:after, #mv02:hover:after, #mv03:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}*/
#mv01 a, #mv02 a, #mv03 a {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
/*--INDEX_PICKUP-------------*/
#index_pickup {
    background-image: url(../../images/pu_bg_sp.png);
    background-position: center top 30px;
    background-size: 100% auto;
    margin-bottom: 80px;
    padding-bottom: 30px;
}
#index_pickup h3.ttl {
  font-size: 34px;
  color: #707070;
  margin-bottom: 30px;
  text-align: left;
  padding-left: 10%
}
ul.multiple-items {
  width: 90%;
  margin-left: auto;
  margin-right: auto
}
ul.multiple-items li {
  margin-right: 20px;
}
ul.multiple-items li a {
  text-decoration: none;
}
ul.multiple-items li .thum {
  width: 100%;
  height: 180px;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
ul.multiple-items li .thum .cover {
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.20);
  top: -200px;
  transition: .3s;
  text-align: center;
  line-height: 200px;
  color: #FFF;
}
ul.multiple-items li .thum .cover span {
  border: 2px solid #FFFFFF;
  border-radius: 100px;
  padding: 5px 20px;
}
/*ul.multiple-items li:hover .thum .cover {
  top: 0px;
}*/
ul.multiple-items li .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}

ul.multiple-items_static {
  width: 90%;
  margin-left: auto;
  margin-right: 0px;
}
ul.multiple-items_static li {
  margin-right: 0px;
  margin-bottom: 30px;
}
ul.multiple-items_static li a {
  text-decoration: none;
}
ul.multiple-items_static li .thum {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
ul.multiple-items_static li .thum .cover {
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.20);
  top: -200px;
  transition: .3s;
  text-align: center;
  line-height: 200px;
  color: #FFF;
}
ul.multiple-items_static li .thum .cover span {
  border: 2px solid #FFFFFF;
  border-radius: 100px;
  padding: 5px 20px;
}
/*ul.multiple-items_static li:hover .thum .cover {
  top: 0px;
}*/
ul.multiple-items_static li .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}



.slide-arrow {
  position: absolute;
  right: 90px;
  top: -80px;
  z-index: 1;
  background-image: url(../../images/arrow_next.png) !important;
  background-size: cover;
  cursor: pointer
}
.slick-disabled .slide-arrow .prev-arrow {
  opacity: 0;
}
.prev-arrow {
  opacity: 0;
  z-index: 0;
  background-image: none !important;
  background-size: cover;
}
.arrow_prev_hide.slick-disabled {
  opacity: 0;
}
.slick-disabled .slide-arrow {
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  background-image: url(../../images/arrow_prev.png) !important;
  background-size: cover;
}
.arrowhide {
  opacity: 0 !important;
}
.arrow_fix {
  display: inline-block
}
/*--INDEX_NEWS-------------*/
#index_news {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
#index_news .header {
  width: 100%;
  float: none;
}
#index_news .header .ttl {
  font-size: 44px;
  color: #707070;
  margin-bottom: 30px;
}
#index_news .header .ttl span {
  border-bottom: 7px solid #E5E2C0;
}
#index_news .btn_more{
margin-bottom: 20px;
}
.btn_more a {
  border-radius: 100px;
  border: 1px solid #707070;
  padding: 2px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
}
/*.btn_more a:hover {
  background-color: #707070;
  color: #FFF
}*/
#index_news .list {
  width: 100%;
  float: none;
}
#index_news .list li {
  margin-bottom: 0.7em;
}
#index_news .list li a {
  color: #707070;
  text-decoration: none;
}
/*--INDEX_SERVICE-------------*/
#index_service {
  background-image: url(../../images/pu_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 408px;
  margin-bottom: 90px;
}
#index_service h3.ttl {
  font-size: 34px;
  color: #707070;
  margin-bottom: 30px;
  text-align: left;
  margin-left: 10%
}
/*--INDEX_ETC-------------*/
#index_etc {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  background-color: #FFF
}
#index_etc .ph {
  float: left;
  display: none;
}
#index_etc .etc_nav {
  float: none;
  width: 100%;
}
#index_etc .etc_nav ul {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  padding-top: 0px;
}
#index_etc .etc_nav ul li {
  margin-bottom: 15px;
}
#index_etc .etc_nav ul li.ttl {
  font-size: 34px;
  color: #707070
}
#index_etc .etc_nav ul li a {
  border-radius: 100px;
  border: 1px solid #ACA461;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  background-color: #FFF;
  text-align: center
}
/*#index_etc .etc_nav ul li a:hover {
  background-color: #ACA461;
  color: #FFF
}*/

/*--INDEX_GMAP-------------*/
#index_gmap {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-top: 100px;
  text-align: center;
  padding-top: 30px;
}
#index_gmap .ttl{
  font-weight: 600;
  font-size: 16px;
}
#index_gmap iframe{
  width: 100%;
  margin-top: 30px;
}

/*--BNR_FIXED-------------*/
#bnr_fixed{
position: fixed;
right: 0px;
bottom: 0px;
text-align: right
}
#bnr_fixed img{
width: 50%;
height: auto
}

/*--FOOTER-------------*/
footer {
  background-color: #E5E2C0;
  clear: both;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-top: 50px;
}
footer .inner {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}
footer .inner .en {
  font-size: 15px;
  color: #707070
}
footer .inner .ttl_main {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ft_bx {
  margin-top: 70px;
  color: #383838
}
.ft_bx.first {
  width: 100%;
  float: none
}
.ft_bx.second {
  width: 100%;
  float: none
}
.ft_bx .ttl {
  font-size: 17px;
  background-image: url(../../images/ft_ttl_bg@2x.png);
  background-position: center bottom;
  background-size: 45px auto;
  background-repeat: no-repeat;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.ft_bx .ttl.mt {
  margin-top: 75px;
}
.ft_bx .telnum {
  font-size: 26px;
  margin-bottom: 15px;
  letter-spacing: 0.15em;
}
.ft_bx .telnum span {
  font-size: 21px;
}
.ft_bx .btn_more {
  margin-top: 25px;
}
.ft_bx .btn_more a {
  border-radius: 100px;
  border: 1px solid #707070;
  padding: 5px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  text-align: center;
  font-size: 15px;
}
/*.ft_bx .btn_more a:hover {
  background-color: #707070;
  color: #FFF
}*/
.form {
  text-align: left
}
.form .label {
  margin-top: 10px;
}
.form .form_field {
  width: calc(100% - 4px) !important;
  padding: 2px !important;
  border: none;
  margin-top: 5px;
}
.submit_btn {
  border-radius: 100px!important;
  border: 1px solid #707070!important;
  padding: 5px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  text-align: center;
  font-size: 15px;
  background-color: transparent;
  margin-top: 25px;
}
/*.submit_btn:hover {
  background-color: #707070;
  color: #FFF
}*/
/*--SUB_PAGE-------------*/
#sub_header {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: left;
  padding-left: 5%;
  padding-right: 20%;
  height: 120px;
}
#sub_header h2 {
  font-size: 30px;
  margin-bottom: 23px;
}
#sub_header .read {
  color: #707070
}
/*--CONTENTS-------------*/
#contents {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
#contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
.contents {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
/*--WORKS_INDEX-------------*/
#works_index {}
#works_index li {
  width: 100%;
  margin-right: 28px;
  float: left;
  height: auto;
  padding-bottom: 50px;
}
#works_index li:nth-child(3n) {
  margin-right: 0px;
}
#works_index li .thum {
  width: 100%;
  height: 220px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 10px;
  transition: .3s;
}
#works_index li .thum .label {
  position: absolute;
  background-color: #F0F0E2;
  color: #767676;
  line-height: 1;
  padding: 7px 25px;
  left: 0;
  top: 0;
  font-size: 15px;
}
#works_index li .label {
  color: #767676;
  font-size: 15px;
  padding-bottom: 5px;
}
/*#works_index li:hover .thum {
  transition: .3s;
  opacity: 0.7;
}*/
#works_index li .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3px;
}
#works_index li a {
  text-decoration: none;
}


works_index_sp {}
#works_index_sp li {
  width: 49%;
  margin-right: 2%;
  float: left;
  height: auto;
  padding-bottom: 30px;
}
#works_index_sp li:nth-child(2n) {
  margin-right: 0%;
}
#works_index_sp li .thum {
  width: 100%;
  height: 120px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 10px;
  transition: .3s;
}
#works_index_sp li .thum .label {
  position: absolute;
  background-color: #F0F0E2;
  color: #767676;
  line-height: 1;
  padding: 7px 25px;
  left: 0;
  top: 0;
  font-size: 15px;
}
#works_index_sp li .label {
  color: #767676;
  font-size: 15px;
  padding-bottom: 5px;
}
/*#works_index_sp li:hover .thum {
  transition: .3s;
  opacity: 0.7;
}*/
#works_index_sp li .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3px;
}
#works_index_sp li a {
  text-decoration: none;
}



/*--WORKS_DETAIL-------------*/
.works_detail_header {
  margin-top: -40px;
}
.works_detail_header .works_mv {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative
}
.works_detail_header .works_mv .meta {
  background-color: #F0F0E2;
  padding: 20px;
  position: absolute;
  top: 270px;
  right: auto;
  left: 6%
}
.works_detail_header .works_mv .meta .label {
  font-size: 14px;
  color: #767676;
  margin-bottom: 10px;
}
.works_detail_header .works_mv .meta .ttl {
  font-size: 20px;
  font-weight: 600;
}
.works_detail_exp {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-top: 50px;
}
.works_detail_exp br{
  display: none;
}
.entry.works {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.entry.works img {
  max-width: 100%;
  height: auto
}
.wp-caption-text {
  font-size: 15px;
  margin-bottom: 2em !important;
}
.btn_voice {
  clear: both;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 140px;
}
.btn_voice a {
  border-radius: 100px;
  border: 1px solid #ACA461;
  padding: 5px 40px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  background-color: #FFF;
  text-align: center
}
/*.btn_voice a:hover {
  background-color: #ACA461;
  color: #FFF
}*/
.works_detail_data {
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  margin-bottom: 60px;
  width: 100%;
}
.works_detail_data th {
  color: #767676;
  border-right: none;
  padding-right: 30px;
  vertical-align: top;
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #767676;
}
.works_detail_data td {
  padding-left: 0px;
  vertical-align: top;
  font-size: 14px;
  display: block;
  padding-top: 20px;
}
.works_contact {
  border: 1px solid #707070;
  width: 590px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.works_contact .ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.works_contact .telnum {
  font-size: 36px;
  color: #656565;
  margin-bottom: 15px;
}
.works_contact .telnum span {
  font-size: 29px;
}
.works_contact .line_qr {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-weight: 600;
  margin-bottom: 25px;
}
.works_contact .line_qr .qr {
  float: left;
  padding-right: 25px;
}
.works_contact .line_qr .line_id {
  font-size: 20px;
  color: #707070
}

.works_contact.sp {
  border: none;
  width: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.works_contact.sp .ttl {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    background-image: url(../../images/sp_contact_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    background-size: 70% auto;
}
.works_contact.sp .btn_voice {
  clear: both;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px;
}
.works_contact.sp .btn_voice a{
  display: block
}

.works_detail_other {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 80px;
}
/*--MODEL HOUSE-------------*/
#modelhouse_index_header {
  padding-top: 20px;
  height: auto;
  overflow: visible;
  background-color: #F0F0E2;
  margin-bottom: 100px;
  margin-top: -60px;
}
#modelhouse_index_header .ttl_head {
  width: 90%;
  float: none;
  margin-top: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#modelhouse_index_header .ttl_head span {
  border-radius: 100px;
  border: 1px solid #707070;
  padding: 5px 40px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  text-align: center
}
#modelhouse_index_header .multiple-items {
  width: 70%;
  float: right
}
#modelhouse_index_header .multiple-items .slide-arrow {
  right: 100px;
}
/*--MODEL HOUSE FORM-------------*/
#modelhouse_form {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#modelhouse_form .ttl {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600
}
#modelhouse_form .ttl_read {
  text-align: center;
  margin-bottom: 30px;
}
#modelhouse_form .form_field {
  border: 1px solid #8F8F8F;
}
/*--MODEL HOUSE_DETAIL-------------*/
.modelhouse_header {
  text-align: center
}
.modelhouse_header img {
  max-width: 100%;
  height: auto
}
.modelhouse_bx {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.modelhouse_bx .txt {
  width: 100%;
  float: none
}
.modelhouse_bx .txt img{
  width: 100%;
  height: auto
}
.modelhouse_bx .txt .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em;
}
.modelhouse_bx .ph {
  width: 100%;
  float: none;
  text-align: center;
  padding-top: 20px;
}
.modelhouse_bx .ph img{
  width: 100%;
  height: auto
}
.modelhouse_bx.second .txt {
  float: none
}
.modelhouse_bx.second .ph {
  float: none;
}
.works h3 {
  margin-top: 60px !important;
  margin-bottom: 25px !important;
  text-align: center
}
.works h3 span {
  border-bottom: 1px solid #ACA461;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 10px;
}
.works iframe {
  margin-top: 100px;
  width: 100%;
  height: 300px;
}
.btn_voice.modelhouse {
  padding-bottom: 20px !important;
}
.modelhouse_contact {
  text-align: center
}
.modelhouse_contact .ttl {
  font-weight: 600;
  margin-bottom: 15px;
}
.modelhouse_contact .telnum {
  font-size: 26px;
  color: #656565;
  margin-bottom: 15px;
}
.modelhouse_contact .telnum span {
  font-size: 21px;
}
/*--BUNJO-CHI-------------*/
.bunjo_header {
  text-align: center;
  margin-bottom: 80px;
}
.bunjo_header img {
  max-width: 100%;
  height: auto
}
.bunjo_bx {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.bunjo_bx .txt {
  width: 100%;
  float: none;
  font-weight: 600;
}
.bunjo_bx .txt .ttl {
  font-size: 20px;
  margin-bottom: 1em;
  margin-top: 60px;
}
.bunjo_bx .ph {
  width: 100%;
  float: none;
  text-align: center;
  padding-top: 20px;
}
/*--NEWS-------------*/
.entry.news {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.article {
  padding-bottom: 100px;
}
.article .ttl {
  border-bottom: 1px solid #ACA461;
  padding: 5px 10px;
}
.article .ttl .ttl_entry {
  font-size: 21px;
  font-weight: 600;
  float: left
}
.article .ttl .date_entry {
  font-size: 16px;
  color: #707070;
  float: none
}
.article .article_inner {
  padding: 10px 10px;
}
.article .article_inner img{
  max-width: 100%;
  height: auto
}

/*--不動産情報202505-------------*/
.entry.estate {
width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both
}
.entry.estate .article {
  padding-bottom: 50px;
}
.entry.estate .article .ttl_entry {
  font-size: 14px;
  font-weight: 600;
}
.entry.estate .article table{
    width: 100%;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    font-size: 11px;
}
.entry.estate .article table th,
.entry.estate .article table td{
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 10px;
    text-align: center
}
.entry.estate .article table .estate_tbl_ttl{
background-color: #E5E2C0;
font-size: 12px;
font-weight: 600;
width: 25%
}
.entry.estate .article table .thum img{
width: 100%;
height: auto
}
.entry.estate .article table .price{
color: #FF5353;
font-size: 12px;
font-weight: 600;
}
.entry.estate .article .btn_entry{
margin-top: 1em;
}
.entry.estate .article .btn_entry a{
    border: 1px solid #000000;
    padding: 5px 40px;
    line-height: 1;
    display: inline-block;
    border-radius: 100px;
}
.entry.estate .article .btn_entry a:hover{
    background-color: #000;
    color: #FFF
}


/*--COMPANY-------------*/
.company_tbl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.company_tbl th, .company_tbl td {
  padding: 25px;
  border-bottom: 1px solid #CEC997;
  display: block
}
.company_tbl td {
  font-weight: 600;
}
/*--FLOW-------------*/
.subcont_nav {
  margin-top: 0px;
  margin-bottom: 30px;
}
.subcont_nav ul {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
.subcont_nav ul li {
  margin-bottom: 15px;
}
.subcont_nav ul li a {
  border-radius: 100px;
  border: 1px solid #ACA461;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  background-color: #FFF;
  text-align: center
}
/*.subcont_nav ul li a:hover {
  background-color: #ACA461;
  color: #FFF
}*/
.flow_heading {
  text-align: left;
  margin-bottom: 10px;
padding-top: 40px;
}
.flow_heading .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.flow_heading p {
  text-align: left
}
.flow_tbl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.flow_tbl th, .flow_tbl td {
display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CEC997;
  font-weight: 600;
  vertical-align: top
}
.flow_tbl th {
  white-space: nowrap;
  padding-right: 0px;
  text-align: center;
  border-bottom: none;
  padding-top: 20px;
}
.flow_tbl td {
  padding-bottom: 40px;
}
.flow_tbl .notice {
  color: #D54C4C;
  margin-top: 1em;
}
.flow_tbl img {
  width: 100%;
  height: auto
}
.flow_tbl .ph {
  padding-top: 2em;
}
.flow_pickup {
  background-color: #F0F0E2;
  padding-top: 70px;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
.flow_pickup ul {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.flow_pickup ul li {
  float: none;
   margin-left: auto;
  margin-right: auto;
  width: 220px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 50px;
}
.flow_pickup ul li .ttl {
  font-size: 21px;
  margin-bottom: 10px;
}
.flow_pickup ul li .fig {
  margin-bottom: 10px;
}
.flow_pickup ul li .fig img {
  width: 100%;
  height: auto
}
.flow_pickup ul li p {
  text-align: left
}
.flow_pickup ul li .btn_nav {
  margin-top: 2em;
}
.flow_pickup ul li .btn_nav a {
  border-radius: 100px;
  border: 1px solid #707070;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #353535;
  text-align: center
}
/*.flow_pickup ul li .btn_nav a:hover {
  background-color: #707070;
  color: #FFF
}*/
/*--ABOUT-------------*/
.subcont_nav.about {
  margin-top: 0px;
  margin-bottom: 40px;
}
.subcont_nav.about ul {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.subcont_nav.about ul li {
  margin-bottom: 10px;
  float: none;
  width: 188px;
  margin-right: 30px;
  margin-left: auto;
  margin-right: auto
}
.subcont_nav.about ul li:nth-child(3n) {
  margin-right: auto;
}
.subcont_nav.about ul li a {
  border-radius: 100px;
  border: 1px solid #ACA461;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  background-color: #FFF;
  text-align: center
}
/*.subcont_nav.about ul li a:hover {
  background-color: #ACA461;
  color: #FFF
}*/
.concept_bx {
  width: 100%;
  margin-left: auto;
  margin-bottom: auto;
  margin-bottom: 100px;
  font-weight: 600
}
.concept_bx .txt {
  width: 100%;
  float: none
}
.concept_bx .ph {
  width: 100%;
  float: none;
  padding-top: 30px;
}
.concept_bx .ph img {
  width: 100%;
  height: auto
}
.concept_bx.second .txt {
  width: 100%;
  float: none;
}
.concept_bx.second .ph {
  float: none;
  padding-top: 30px;
}
.five_bx {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.five_bx li {
  width: 100%;
  margin-right: auto;
  float: auto;
  border-bottom: 1px solid #ACA461;
  font-weight: 600;
  padding-top: 20px;
  margin-left: auto;
  padding-bottom: 20px;
}
.five_bx li:nth-child(4), .five_bx li:nth-child(5) {
  border-bottom: 1px solid #ACA461;
}
.five_bx li .line_bx {
  padding: 0px;
  border-right: none;
  min-height: auto;
  margin-bottom: 0px;
}
.five_bx li:nth-child(4) .line_bx, .five_bx li:nth-child(5) .line_bx {
  min-height: auto;
}
.five_bx .line_bx .ttl {
  margin-bottom: 20px;
  font-size: 20px;
}
.five_bx .line_bx ttl span {
  font-weight: normal
}
.five_bx .line_bx .notice {
  color: #ACA461;
  margin-top: 1em;
}
/*--ZEH-------------*/
.zeh_wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.zeh_wrap .txt {
  width: 100%;
  float: none;
  padding-top: 30px;
  font-weight: 600;
}
.zeh_wrap .txt .heading {
  font-size: 20px;
  color: #ACA461;
  font-weight: 600;
  margin-bottom: 1.5em;
}
.zeh_wrap .fig {
  width: 100%;
  float: none;
}
.zeh_wrap .fig img {
  width: 100%;
  height: auto
}
.zeh_wrap .fig_full {
  font-size: 14px;
  margin-bottom: 40px;
}
.zeh_wrap .fig_full img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.btn_zeh {
  text-align: center;
  margin-bottom: 100px;
}
.btn_zeh a {
  border-radius: 100px;
  border: 1px solid #ACA461;
  padding: 5px 20px;
  display: inline;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  background-color: #FFF;
  text-align: center
}
/*.btn_zeh a:hover {
  background-color: #ACA461;
  color: #FFF
}*/
.acMenu {
  border-bottom: 1px solid #ACA461;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  margin-bottom: 50px;
}
.acMenu dt {
  display: block;
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #ACA461;
  font-size: 16px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  background-image: url(../../images/_about/ac_menu_bg01@2x.png);
  background-size: 20px auto;
}
.acMenu dd {
  padding: 5px 10px 35px 10px;
  font-size: 15px;
  display: none;
}
.acMenu dt.active {
  background-image: url(../../images/_about/ac_menu_bg02@2x.png);
}
.acMenu dd .cont_l {
  width: 100%;
  float: none
}
.acMenu dd .cont_r {
  float: none;
  padding-top: 20px;
}
.acMenu img{
width: 100%;
height: auto
}
.ttl_col {
  color: #ACA461;
  margin-top: 30px;
  margin-bottom: 10px;
}
.acMenu dd .cont_l.colr p {
  color: #ACA461;
  font-size: 18px;
  margin-bottom: 1em
}
.acMenu dd strong {
  color: #ACA461;
}
.notice_exp {
  font-size: 14px;
  color: #707070;
  font-weight: normal;
  margin-top: 20px;
}
.hyoujyun_wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  margin-bottom: 50px;
}
.hyoujyun_wrap strong {
  color: #ACA461;
}
.hyoujyun_wrap .notice {
  color: #707070;
  font-weight: normal;
}
/*--VOICE-------------*/
.voice_heading {
  text-align: left;
  margin-bottom: 80px;
  font-size: 19px;
  font-weight: 600;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.voice_heading span {
  font-size: 15px;
  margin-right: 20px;
  color: #767676;
  font-weight: normal;
  display: block
}
.voice_wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto
}
.voice_q {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 40px;
  clear: both;
}
.voice_q span {
  font-size: 30px;
  font-weight: normal;
  margin-right: 20px;
}
.voice_ans {
  font-size: 15px;
  margin-bottom: 90px;
}
.voice_ans .txt {
  float: none;
  width: 100%;
}
.voice_ans .ph {
  float: none;
  padding-top: 20px;
}
.voice_ans .ph img {
  margin-bottom: 15px;
}
/*--LINE-------------*/
.line_header {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  padding-bottom: 70px;
}
.line_header .txt {
  width: 100%;
  float: none
}
.line_header .txt .ttl {
  font-size: 20px;
  border-bottom: 1px solid #CEC997;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.line_header .txt .ttl .wide{
width: 84%;
display: inline-block
}
.line_header .txt .ttl .wide br{
display: none;
}
.line_header .txt p {
  margin-bottom: 1.5em;
}
.line_header .txt .notice, .line_header .txt .notice a {
  color: #FF5353
}
.line_header .fig {
  width: 100%;
  float: none;
  text-align: center
}
.line_header .fig .qrcode{
  display: none;
}
.line_header .fig .btn_line a {
  border-radius: 100px;
  border: 1px solid #38B135;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #38B135;
  text-align: center
}
/*.line_header .fig .btn_line a:hover {
  background-color: #38B135;
  color: #FFF
}*/
.line_how {
  text-align: left
}
.line_how .ttl {
  margin-bottom: 30px !important;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.line_how .ttl span {
  border-bottom: 1px solid #ACA461;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 10px;
}
.line_flow {
  padding-top: 60px;
  padding-bottom: 50px;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-align: left
}
.line_flow .step {
  margin-bottom: 1.5em
}
.line_flow .step strong {
  color: #38B135
}
/*--RECRUIT-------------*/
.recruit_wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.recruit_tbl {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.recruit_tbl th {
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #CEC997;
  padding-bottom: 10px;
}
.recruit_tbl td {
  display: block;
  padding-top: 10px;
  padding-bottom: 40px;
}
/*--MOVIE-------------*/
.movie_wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.movie_wrap ul li {
  width: 100%;
  float: none;
  margin-right: 0px;
  margin-bottom: 40px;
  text-align: center
}
.movie_wrap ul li:nth-child(2n) {
  margin-right: 0px;
}
.iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie_wrap ul li .ttl {
  font-weight: 600;
  font-size: 13px;
}
.movie_playlist {
  width: 100%
}
.movie_playlist .ttl {
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
}
/*--ZEH_PAGE-------------*/
.subcont_nav.zeh ul {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.zeh_heading {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.zeh_heading .txt {
  width: 100%;
  float: none
}
.zeh_heading .txt .heading {
  font-size: 20px;
  color: #ACA461;
  font-weight: 600;
  margin-bottom: 1.5em;
}
.zeh_heading .fig {
  float: none
}
.zeh_heading .fig img{
  width: 100%;
  height: auto
}
.zeh_notice_bx {
  width: calc(100% - 60px);
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  border: 1px solid #707070;
  margin-bottom: 0px;
}
.zeh_notice_bx.white {
  width: 100%;
  border: none;
  margin-top: -70px;
}
.zeh_notice_bx .ttl {
  font-size: 17px;
  margin-bottom: 1em;
  font-weight: 600;
  color: #BC602F;
  text-align: left
}
.zeh_notice_bx .ttl.bk {
  color: #000;
  margin-top: 40px;
}
.zeh_notice_bx .or_bx {
  background-color: #BC602F;
  color: #FFF;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.zeh_notice_bx .or_bx.short {
  float: none;
  text-align: center;
  width: 160px;
  margin-bottom: 10px;
}
.zeh_notice_bx .or_bx.long {
  margin-bottom: 40px;
  display: inline-block
}
.zeh_notice_bx .txt_list {
  margin-bottom: 20px;
}
.zeh_notice_bx .fig.half {
  width: 100%;
  float: none;
  margin-right: 0%;
  margin-bottom: 15px;
}
.zeh_notice_bx .fig img {
  width: 100%;
  height: auto;
}
.zeh_notice_bx.bg_col {
  background-color: #E5E2C0;
  border: none;
  margin-bottom: 60px;
}
.zeh_notice_bx.bg_col .ttl {
  color: #000
}
.zeh_notice_bx.bg_col .ttl strong {
  color: #BC602F;
}
.font_plus {
  color: #707070;
  font-weight: 600;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 20px;
}
.zeh_txt_wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.zeh_txt_wrap .ttl {
  font-size: 17px;
  margin-bottom: 1em;
  font-weight: 600;
  text-align: center;
  margin-top: 60px;
}
.zeh_txt_wrap .ttl.color {
  color: #ACA461
}
.zeh_txt_wrap .ttl.nomg {
  margin-top: 0px;
}
.zeh_txt_wrap .ttl_sub {
  font-size: 17px;
  margin-bottom: 1em;
  font-weight: 600;
  text-align: left;
}
.zeh_txt_wrap .ttl_sub br{
  display: none
}
.zeh_txt_wrap .ttl_sub strong {
  color: #BC602F
}
.zeh_txt_wrap .ttl .keyword {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #707070 !important;
  margin-top: 10px;
}
.zeh_line {
  margin-top: 80px;
  margin-bottom: 40px;
  border-top: 1px solid #9A9A9A;
}
.zeh_txt_wrap .fig img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.zeh_fig_tbl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.zeh_fig_tbl td {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: bottom;
  display: block;
  padding-bottom: 30px;
}
.zeh_fig_tbl td img {
  width: calc(100% - 20px);
  height: auto
}
.zeh_wide_img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  margin-bottom: 50px
}
.zeh_wide_img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.zeh_num_bx {
  width: calc(90% - 42px);
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  border: 1px solid #707070;
  margin-bottom: 70px;
}
.zeh_num_bx .ttl {
  font-size: 17px;
  margin-bottom: 1em;
  font-weight: 600;
  color: #ACA461;
  text-align: center
}
.zeh_num_bx table {
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}
.zeh_num_bx table .line {
  border-bottom: 1px solid #707070;
}
.zeh_num_bx table th, .zeh_num_bx table td {
  padding: 10px 20px;
}
.zeh_movie {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.zeh_movie .wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.zeh_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--CMS-------------*/
/*--ARTICLE-------------*/
.entry {
  margin-bottom: 50px;
}
.entry a {
  text-decoration: none;
}
/*.entry a:hover {
  text-decoration: none;
}*/
.entry p {
  margin: 0 0 20px 0;
  zoom: 1;
}
.entry p strong {
  font-weight: bold;
}
.entry p img.aligncenter {
  display: block;
  margin: auto;
}
.entry p img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.entry p img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.entry h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h5 {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h6 {
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry ul li {
  list-style: disc;
  margin: 5px 0 5px 20px;
}
.entry ol li {
  list-style: decimal;
  margin: 5px 0 5px 20px;
}
/* clearfix */
.entry p:before, .entry p:after {
  content: "";
  display: table;
}
.entry p:after {
  clear: both;
}
.entry .date {
  font-weight: bold;
}
.entry .cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}
.entry .tag li {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
  display: inline-block;
  float: left;
}
.entry .tag li:first-child {
  color: #464646;
  background-color: #FFF;
}
/*--PAGENATION-------------*/
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
  width: auto;
}
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
/*.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}*/
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}
  input {
    font-size: 16px !important;
  } /*フォームのフォーカスOFF*/
  /* iOSでのデフォルトスタイルをリセット */
  input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
  }
  input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
  }
  
  
  /*--CONTACT 202511-------------*/
.contact_tbl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact_tbl th, .contact_tbl td {
  padding: 15px;
  border-bottom: 1px solid #CEC997;
  display: block;
}
.contact_tbl th{
background-color: #F8F8EF
}
.contact_tbl th.end, .contact_tbl td.end {
  border-bottom: 1px solid #FFF;
  background-color: #FFF
}
.contact_tbl .notice {
  font-size: 14px;
}
.contact_tbl .submit_btn {
  border-radius: 100px !important;
  border: 1px solid #707070 !important;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #707070;
  text-align: center;
  font-size: 15px;
  background-color: #e5e2c0;
  margin-top: 25px;
  width: 100%;
}
div.cf-turnstile {
    display: flex !important;
    justify-content: center !important;
}
.contact_tbl .form_field {
  width: calc(100% - 6px) !important;
  padding: 2px !important;
  margin-top: 5px;
}
.contact_tbl input {
  border: 1px solid #8F8F8F;
}
  
  
  
}