@charset "UTF-8";
body {
  font-size: 16px;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:hover {
  opacity: 0.8
}

footer p {
  padding-top: 2rem
}

.text-center {
  text-align: center
}

.header_info_wrap {
  display: inline-block;
  float: right
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

::-webkit-scrollbar {
  width: 16px;
  background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 10px 10px #A28A6D;
  border: solid 4px transparent;
}

.pagination-wrapper {
  text-align: center
}

.pagination>li>a, .pagination>li>span {
  border: none;
}

.pagination>li>a {
  color: #A28A6D
}

.pagination>li>span {
  background-color: #A28A6D
}

.entry__title {
  padding-top: 2rem;
  padding-bottom: 1rem
}
@media screen and (max-width: 989px) {
.entry__title {
text-align:center;}
}
.header_info {
  margin-left: 10px;
  text-align: left;
  height: 100% !important;
  color: #A28A6D !important;
  display: inline-block !important;
  vertical-align: middle;
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.tel a {
  font-size: 3.2rem;
  font-weight: bold;
  color: #A28A6D;
  text-align: left !important;
}

.contact_btn {
  margin-left: 30px;
  padding: 10px 10px 0 10px;
  background: #A28A6D;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  text-align: center;
  height: 90px;
  width: 120px;
}

/* reCAPTCHA  */
.grecaptcha-badge { visibility: hidden; }

/* ボタンのスタイル */

.buttonIconText {
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.3);
  margin: 4rem auto;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 348px;
  height: 64px;
  padding: 8px 16px 8px 8px;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #D2691E;
  border-radius: 32px;
  /* (buttonの高さ / 2) の値 */
}

.buttonIconText__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 40px;
}

@media screen and (max-width: 989px) {
.buttonIconText__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 30px;
}
}

a:visited .buttonIconText {
  color: #fff;
  text-decoration: none;
}

.buttonIconText_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  padding: 4px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
}

.buttonIconText_text {
  flex-shrink: 1;
  width: 100%;
}

@media (any-hover: hover) {
  .buttonIconText {
    transition: background-color 0.2s;
  }
  .buttonIconText_icon_item {
    transition: background-color 0.2s;
  }
  .buttonIconText:hover {
    color: #fff;
    background-color: #D2691E;
  }
}

#menu-primary .menu-item a {
  font-weight: bold
}

#menu-primary .menu-item a span {
  display: block;
  font-weight: normal;
}

.global-nav {
  box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
  background: linear-gradient(#C2B5A0, #A28A6D);
}

.current_page_item {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2) inset;
  background: #C2B5A0
}

.responsive-nav .menu>.menu-item>a, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.menu-item>a {
  padding: 12px 48px 10px;
}

ul.footer_nav {display: flex}

.footer-widget p{margin-top:2rem;margin-bottom:2rem}


.footer_nav li {
  list-style: none !important;
  padding: 1rem 1rem 0;
  font-size: 1.4rem;
  letter-spacing: 1px
}
@media screen and (max-width: 989px) {
	.footer-widget{text-align:center}
	ul.footer_nav {display: block;padding:0}
}


.copyright {
  background-color: #6E6458;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
}

.copyright a {
  color: #fff;
}

@media screen and (max-width: 989px) {
 .off-canvas-nav--dark a{color:#fff !important;}
  .current_page_item {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) inset;
  background: #C2B5A0
}
}


.flow_design02 {
  justify-content: center;
  align-items: center;
}

.flow_design02 ul {
  padding: 0;
}

.flow_design02 li {
  list-style-type: none;
}

.flow_design02 dd {
  margin-left: 0;
}

.flow02>li {
  padding: 40px 10px;
  ;
}

.flow02>li:not(:last-child) {
  border-bottom: 3px solid #A28A6D;
  position: relative;
}

.flow02>li:not(:last-child)::before, .flow02>li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow02>li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #A28A6D;
}

.flow02>li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #F1ECE3;
}

.flow02>li dl {
  margin: 0;
}

.flow02>li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  border-bottom: 2px dotted #878787;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}

.flow02>li dl dt .icon02 {
  font-size: 0.8em;
  color: #fff;
  background: #A28A6D;
  padding: 5px 10px 2px;
  display: inline-block;
  margin-right: 1rem;
}

.accordion-qa {
  width: 100%;
}

.accordion-qa:not([open]) {
  margin-bottom: 7px;
}

.accordion-qa summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #C2B5A0;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1.8rem;
  cursor: pointer;
}

.accordion-qa summary::-webkit-details-marker {
  display: none;
}

.accordion-qa summary::before {
	display:inline-block;
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-right: 40px;
  border-bottom: 3px solid #725a3d;
  border-right: 3px solid #725a3d;
  content: '';
  transition: transform .3s;
}

.accordion-qa[open] summary::after {
  transform: rotate(225deg);
}

.accordion-qa p {
  padding: 1em;
  color: #1a1a1a;
}

.accordion-qa a {
  padding-left: 2em;
  color: #A28A6D
}

.accordion-qa[open] p {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .header_info_wrap {
    display: none
  }
}

.menu_buy {
  display: none
}

.menu_sell {
  display: block
}

.check {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 2rem 0 1rem 4rem;
  background: #fff;
  list-style-type: none;
}
.check span{margin-left: -2rem;}
.check li {
  position: relative;
  line-height: 1.8;
}

.check li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #A28A6D;
  border-bottom: 3px solid #A28A6D;
  transform: rotate(-45deg);
}


/* トップページ用 */

.news_wrap {
  background: #fff;
  padding: 6rem 0 8rem 0
}

.news_in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px
}

.recommended_in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px
}

.news_wrap h2 {
  max-width: 16rem;
  margin: 4rem;
  padding: 1rem;
  font-size: 1.8rem;
  border-bottom: 3px solid #A28A6D;
  text-align: center;
}
@media screen and (max-width: 979px) {
.news_wrap {
  background: #fff;
  padding: 4rem 0 8rem 0
}
}

.news_wrap h2 span {
  padding: 1rem;
  color: #A28A6D;
  font-size: 1.2rem;
  letter-spacing: 1px
}

.recommended_wrap {
  background: #F1ECE3;
  padding: 8rem 0
}

.recommended_wrap h2 {
  max-width: 1200px;
  margin: 0 auto;
}

ul.recommended_list {
  max-width: 1200px;
  margin: 0 auto
}

.recommended_wrap h2 {
  max-width: 26rem;
  margin: 4rem;
  padding: 1rem;
  font-size: 1.8rem;
  border-bottom: 3px solid #A28A6D;
  text-align: center;
}

.recommended_wrap h2 span {
  padding: 1rem;
  color: #A28A6D;
  font-size: 1.2rem;
  letter-spacing: 1px
}

ul.news_list {
  max-width: 1200px;
  margin: 0 auto;
	padding-right:40px;
}

ul.news_list li {
  margin-bottom: 10px;
  list-style: none;
  padding: 0 10px
}

ul.news_list a {
  color: #2A2A2A
}

.day {
  padding-right: 2rem;
  color: #A28A6D;
  font-weight: bold;
  display: inline-block;
  width: 10rem
}

.cat {
  margin-right: 2rem;
  padding: 6px 14px 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

ul.news_list .cat a {
  color: #fff
}

.cat_news {
  background: #A28A6D;
}

.cat_property {
  background: #C2B5A0;
}

.property_img{text-align:center}

ul.property_list {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}


ul.property_list li a{
display: flex;
align-items: stretch;
	width:100%;
}
.property_img_wrap{
	padding:0;
	display: flex;
align-items: stretch;
}
.property_set{
display: grid;
    align-content: stretch;
}
ul.property_list li {
  margin-bottom: 10px;
  padding: 4px 10px;
  list-style: none;
  width: calc(100%/3);
	display: flex;
align-items: stretch;

}
@media screen and (max-width: 979px) {
	ul.property_list {
  max-width: 990px;
  display: flex;
		flex-direction: column
}
ul.property_list li {
  margin-bottom: 10px;
  padding: 4px 10px;
  list-style: none;
  width:90%;
}
}

ul.property_list li div.property_set {
  background: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
	width:100%;
}

ul.property_list li div.property_set div {
  padding: 1.2rem
}

ul.property_list li img {
  width: 100%
}

ul.property_list a {
  color: #1a1a1a
}

ul.property_list h3 {
  font-size: 2rem
}

ul.property_list div.btn {
  background: #A28A6D;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  width: 100%;
  padding: 2rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

ul.property_list div.btn:hover {
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.4) inset;
}

#main {
  margin-bottom: 0
}

.policy_wrap div div {
  padding: 14px;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
}

.policy_wrap div div div {
  background: #A28A6D;
  height: 100%;
  box-shadow: 0px 3px 6px #00000029;
}

.policy_wrap {
  padding: 6rem;
  text-align: center;
  color: #fff;
  background-image: url(https://yuzawa-realestat.com/wp-content/themes/habakiri/images/policy_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}
@media screen and (max-width: 989px) {
	.row-eq-height{display:block}
	.policy_wrap {
		padding: 2rem;}
}
.policy_wrap div h3 {
  font-size: 3.2rem;
  letter-spacing: 2px
}

.policy_wrap div h3 span {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 0.6rem;
  letter-spacing: 2px
}

.policy_wrap div.col-sm-3 p {
  text-align: left
}

div.bn_wrap {
  text-align: center;
  background: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

div.bn_wrap img {
  display: inline-block;
  padding: 10px;
  height: 16%;
  max-height: 240px;
  text-align: center
}

@media screen and (max-width: 782px) {
  div.bn_wrap img {
    display: inline-block;
    padding: 10px;
    text-align: center
  }
}


/* 会社ページ用 */
.company_in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px
}

.company_in h2 {
  max-width: 20rem;
  margin: 4rem;
  padding: 1rem;
  font-size: 1.8rem;
  border-bottom: 3px solid #A28A6D;
  text-align: center;
}
.company_in h2 span {
  padding: 1rem;
  color: #A28A6D;
  font-size: 1.2rem;
  letter-spacing: 1px
}
.company_in p{margin: 4rem 0 2rem 4rem;}
.company_in iframe{margin:0 4rem 8rem 4rem;width:90%}

table.company_table{width:90%;margin:4rem;background:#fff}
table.company_table th{width:10rem;padding:1rem 0;color:#A28A6D;text-align:center}
table.company_table td{padding:1rem 2rem;border-left:4px solid #F1ECE3;}


@media screen and (max-width: 989px) {
.company_in h2 {
  max-width: 20rem;
  margin: 4rem 2rem;
}
.company_in p{margin: 4rem 0 2rem 2rem;}
.company_in iframe{margin:0 4rem 8rem 2rem;width:90%}
table.company_table{width:90%;margin:4rem 2rem;background:#fff}
}

footer p{font-size:1.4rem}