@charset "utf-8";

@font-face {
  font-family: 'KozMinPro';
  src: local('KozMinPro'), url('../font/KozMinPro-Heavy.otf') format('opentype');
}

/**
* 無料査定 PC
*/

body {
  /* min-width: 1000px; */
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: url(/common/img/back.jpg) repeat-x;
  background-color: #faf8f3;
  margin: 0;
}

ul {
  list-style: none;
}

/*----------------------------------------------------
　【 header 】
----------------------------------------------------*/
/* #header {
  width: 1000px;
  height: 115px;
  margin: 0 auto;
  padding: 0;
  background-image: url(/common/img/hd_back.jpg);
  background-repeat: no-repeat;
  position: relative;
}

#header span {
  font-size: 13px;
}

#header h1,
#header h2 {
  position: absolute;
  font-size: 11.1px;
  top: 14px;
  left: 0px;
}

#hdNav {
  width: 280px;
  top: 57px;
  left: 380px;
  position: absolute;
}

#hdNav ul {
  margin: 0;
  padding: 0;
}

#hdNav li {
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
  list-style-type: none;
}

#hdNav li a:hover img,
#hdCont a:hover img,
#fiexd_hdCont a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#hdCont {
  float: right;
  margin: 8px 0 0 0;
} */

/* ======= logo位置 ======= */
#logo {
  top: 40px;
  left: 0px;
  display: block;
  width: 305px;
  height: 55px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

#logo a {
  top: 40px;
  left: 0px;
  display: block;
  width: 305px;
  height: 55px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*----------------------------------------------------
　【 global menu 】
----------------------------------------------------*/
/* #gNavArea {
  width: 1000px;
  height: 95px;
  margin: 0 auto 0px;
  clear: both;
}

#globalNav {
  width: 785px;
  float: left;
  margin: 0;
  padding: 0;
}

#globalNav ul {
  margin: 0;
  padding: 0;
}

#globalNav ul li {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}

#globalNav ul li ul {
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 99999;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#globalNav ul li ul li {
  float: none;
  line-height: 0;
  font-size: 13px;
}

#globalNav ul li ul li a {
  display: block;
  width: 110px;
  color: #ffffff;
  padding: 10px;
  background-color: #64c89e;
  line-height: normal;
  border-top: 1px solid #ffffff;
  text-decoration: none;
}

#globalNav ul li ul li a:hover {
  color: #ff5b6b;
  background-color: #fff;
} */

/* =========================================================
#hdBa
========================================================= */
#hdBa {
  width: 100%;
  height: 450px;
}
#headerVisual {
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 450px;
  min-width: 950px;
  overflow: hidden;
  background-size: cover;
  position: relative;
  z-index: -100;
  background-image: url(../img/bg_fv.jpg);
  display: grid;
  place-content: center;
  font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

/* ---- tablet ------------- */
@media only screen and (max-width: 1024px) {
  #hdBa {
    height: auto;
  }

  #headerVisual {
    min-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #headerVisual {
    min-height: 230px;
    height: 230px;
  }
}

/* =========================================================
wrapper
========================================================= */
#wrapper {
  width: 1000px;
  overflow: hidden;
  margin: 70px auto 0;
}

/* ---- tablet ------------- */
@media only screen and (max-width: 1024px) {
  #wrapper {
    width: 100%;
  }
}

/*----------------------------------------------------
　topicpath
----------------------------------------------------*/
#topicpath {
  font-size: 87%;
  padding: 0;
  margin: 10px 0 10px 0;
  overflow: hidden;
}

#topicpath ol {
  margin-left: -40px;
}

#topicpath ol li {
  display: inline;
  list-style-type: none;
}

#topicpath ol li:before {
  content: ' > ';
}

#topicpath ol li:first-child:before {
  content: '';
}

#topicpath ol li a {
  color: #063f96;
  text-decoration: underline;
}

#topicpath ol li a:hover {
  color: #063f96;
  text-decoration: none;
}

.pageTit {
  font-size: 50px;
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-shadow: 0 0 8px #000, 0 0 8px #000, 0 0 8px #000;
  line-height: 1.8;
}

.pageTitSub {
  font-family: 'Outfit', sans-serif;
  display: block;
  font-size: 25px;
  letter-spacing: 0.03em;
  margin-top: -15px;
}

.pageTitText {
  color: #fff;
  font-size: 22px;
  text-shadow: 0 0 8px #000, 0 0 8px #000, 0 0 8px #000;
  margin-top: 33px;
}

@media only screen and (max-width: 767px) {
  .pageTit {
    font-size: 40px;
  }

  .pageTitText {
    font-size: 18px;
    margin: 10px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .pageTit {
    font-size: 30px;
  }

  .pageTitSub {
    font-size: 20px;
  }

  .pageTitText {
    font-size: 16px;
  }
}

/* introContainer */
.introContainer {
  margin-bottom: 60px;
}
.introBox {
  text-align: center;
  margin-inline: 30px;
}
.introBox img {
  margin: 2px 0 38px;
  margin-left: -10px;
}
.introBox p {
  line-height: 2;
  color: #4a1f06;
  font-size: 16px;
  margin-right: -20px;
}

/* ---- tablet ------------- */
@media only screen and (max-width: 1024px) {
  .introBox img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .introBox p {
    margin-right: 0;
  }
}

/* faqContainer */
.faqContainer {
  margin-bottom: 120px;
}
.faqTitle {
  text-align: center;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  font-size: 27px;
  font-size: clamp(12px, 4.32vw, 27px);
  margin-bottom: 32px;
  color: #333;
  font-family: KozMinPro, serif;
  line-height: 1;
}
.faqTitle span {
  color: #d90000;
  font-size: 40px;
  font-size: clamp(12px, 7.2vw, 40px);
  margin-top: 14px;
  display: inline-block;
}
.faqWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto 60px;
}

.faqItem {
  background: #fff url(../img/tomato.png) no-repeat right -15px bottom -40px/ 130px;
  padding: 16px 12px;
  border: 1px solid #d5c8b3;
  color: #4b1f06;
  border-radius: 4px;
  max-width: 320px;
  box-sizing: border-box;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .faqContainer {
    margin-bottom: 60px;
  }

  .faqWrapper {
    width: auto;
    margin-inline: 30px;
  }

  .faqItem {
    max-width: 100%;
  }
}

.faqQ,
.faqA {
  padding: 0 0 0 27px;
  position: relative;
}
.faqQ {
  font-weight: bold;
  font-size: 18px;
  font-size: clamp(12px, 4.86vw, 18px);
  margin: 0 0 10px 0;
}
.faqA {
  margin: 0;
}
.faqQ::before,
.faqA::before {
  position: absolute;
  left: 0px;
  top: 0;
  font-family: inter, sans-serif;
  font-weight: 800;
  font-size: 20px;
}

.faqQ::before {
  color: #777;
  content: 'Q.';
}

.faqA::before {
  color: #d90000;
  content: 'A.';
}

p.faqFoot {
  color: #4b1f06;
  font-size: 17px;
  margin: 0;
  padding: 0;
}
/* formContainer */
.formContainer {
  margin-bottom: 30px;
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .formContainer {
    width: auto;
  }
}

.formTit {
  height: 50px;
  background-image: url(../img/page_tit.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 186%;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, serif;
  padding: 10px 0 15px 45px;
  overflow: hidden;
}
.formDescription {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  margin-right: -10px;
}

@media only screen and (max-width: 767px) {
  .formTit {
    font-size: 160%;
    font-size: clamp(12px, 6.71vw, 160%);
  }

  .formTit,
  .formDescription {
    margin-inline: 30px;
  }
}

/* ベースとなるスタイルはform_pc.cssに置いてます */
/* カスタマイズ */
.formArea {
  color: #333333;
}
.formArea .formOthers + dd {
  border-bottom: none;
}
/* 物件種別
ご相談内容
販売スタイル
ご希望金額　*/
.formDiv + dd ul,
.formPurpose + dd ul,
.formStyle + dd ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.formPrice + dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  align-items: center;
  padding-left: 0;
}
@media only screen and (max-width: 999px) {
  .formPrice + dd ul {
    gap: 1em;
  }
}

.formDiv + dd ul li,
.formPurpose + dd ul li {
  width: 270px;
  margin: 0 5px 5px 0;
}

.formStyle + dd ul li {
  margin: 0 5px 5px 0;
}

.formPrice + dd ul li input[type='number'] {
  margin-right: 10px;
  width: 154px;
}

.formArea .formPurpose + dd input[type='radio'] + label {
  width: 270px;
}
.formArea .formStyle + dd input[type='radio'] + label {
  width: 436px;
}

/* ---- sp 767-------------- */
@media only screen and (max-width: 767px) {
  .formDiv + dd ul li,
  .formPurpose + dd ul li,
  .formStyle + dd ul li {
    width: 100%;
  }

  .formPrice + dd ul li input[type='number'] {
    width: 80%;
  }
  .formArea .formPurpose + dd input[type='radio'] + label {
    width: 100%;
  }
  .formArea .formStyle + dd input[type='radio'] + label {
    width: 100%;
  }
}

/* つづいて～　のタイトル */
.formTitle {
  margin-top: 20px;
  padding: 15px 0;
  background-color: #e6e6e6;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .formTitle {
    font-size: 16px;
    padding-inline: 10px;
  }
}

/* フォームの送信ボタン */
#submitButton input {
  background: #5ba67d;
}

/* =========================================================
contactArea
========================================================= */
#contactArea {
  height: 190px;
  margin: 0 0 30px;
  border: 4px solid #99cc00;
  position: relative;
}

#contactArea h2 {
  height: 50px;
  padding: 0 0 0 15px;
  background: url(../img/bg_contact_01.png) no-repeat left top;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

#contactArea h2 span {
  padding-left: 20px;
  font-size: 15px;
  font-weight: normal;
}

#contactTel {
  padding: 11px 15px 10px;
}

#contactArea .contactTxt01 {
  padding: 0 0 0 25px;
  color: #333;
}

#contactBtn01 {
  width: 400px;
  height: 105px;
  position: absolute;
  top: 66px;
  right: 12px;
}

/* =========================================================
corner01
========================================================= */
#corner01 {
  width: 100%;
  background: #e8f4dc;
  position: relative;
}

#corner01 h2 {
  padding: 15px 15px 10px;
}

#corner01 .moreBtn {
  position: absolute;
  top: 20px;
  right: 10px;
}

#corner01 div {
  text-align: center;
  padding: 0 0 10px;
}

/* =========================================================
footer
========================================================= */
#footer {
  min-width: 1000px;
  background-color: #f5f1eb;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #e2d8c9;
  overflow: hidden;
  margin-top: 40px;
  color: #4a1f06;
}

#footer a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#footerIn {
  width: 1000px;
  margin: 0 auto;
  padding: 65px 0;
  overflow: hidden;
}

#fbArea {
  width: 300px;
  height: 216px;
  float: left;
  margin: 0 28px 0 0;
}
.fR {
  float: right;
}
.fL {
  float: left;
}

/* ======= footer nav ======= */

#footerNavi {
  width: 100%;
  border-style: solid dotted dotted dotted;
  border-width: 1px 0 1px 0;
  border-color: #e2d8c9 #aaaaaa #aaaaaa #aaaaaa;
  background-color: #fff;
}

#footerNavi a {
  color: #4a1f06;
  text-decoration: none;
}

#footerNavi li a:hover {
  text-decoration: underline;
}

#footerNaviIn {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 87%;
  line-height: 22px;
}

.fnav {
  width: 248px;
  float: left;
  border-style: dotted;
  border-width: 0px 1px;
  border-color: #aaaaaa;
  margin: 0;
  height: 200px;
}

.fnav02 {
  width: 248px;
  float: left;
  border-style: dotted;
  border-width: 0px 1px 0 0;
  border-color: #aaaaaa;
  margin: 0;
  height: 200px;
}

ul.icon {
  margin: 0;
  padding: 25px 0 0 15px;
}

ul.icon02 {
  padding: 5px 0 0 15px;
}

ul.icon li,
ul.icon02 li {
  background-image: url(/common/img/list_icon.jpg);
  background-repeat: no-repeat;
  padding: 0 0 0 12px;
  margin-left: 15px;
  background-position: 0px 7px;
  font-size: 13px;
}

ul.basic {
  margin: 0;
  padding: 0;
}

ul.basic li {
  padding: 0 0 0 27px;
  margin-left: 15px;
  font-size: 13px;
}

#footerLogo {
  width: 100%;
  height: 210px;
  background-color: #fff;
  background-image: url(/common/img/footer_back.jpg);
}

#footerLogoIn {
  width: 1000px;
  height: 180px;
  margin: 0 auto;
  background-image: url(/common/img/footer_logo.jpg);
  background-repeat: no-repeat;
  position: relative;
  font-size: 13px;
}

#footerAdd {
  position: absolute;
  top: 77px;
  left: 10px;
  width: 160px;
  line-height: 22px;
}

#footerAdd2 {
  position: absolute;
  top: 77px;
  left: 236px;
  width: 210px;
  line-height: 22px;
}

#footerAdd3 {
  position: absolute;
  top: 77px;
  left: 495px;
  width: 270px;
  line-height: 22px;
}

#footerAdd span,
#footerAdd1 span,
#footerAdd2 span,
#footerAdd3 span {
  font-size: 115%;
}

#fContBtn {
  position: absolute;
  right: 0;
  top: 90px;
}

#copyright {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
