@charset "UTF-8";
/**************************************************/
/****** 共通設定 ******/
/* SP用CSS記述（767px以下） */
.sp {
  display: block;
}
.pc {
  display: none;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/**************************************************/
/****** body ******/
body {
  clear: both;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; /* iPhone版Safariの文字サイズ対応 */
}
/****** link ******/
a {
  background: none;
  text-decoration: none;
}
a:link, a:visited, a:active {
  color: #333;
}
a:hover {
  color: #39F;
}
/****** etc ******/
.red {
  color: #F00;
}
.blue {
  color: #39F;
}
.small {
  font-size: small;
}
.large {
  font-size: large;
}
.clear {
  clear: both;
}
hr {
  clear: both;
  border: 0;
  border-top: 1px solid #666;
  margin: 5% 0 10%;
  overflow: hidden;
}
hr.dot {
  clear: both;
  border: 0;
  border-top: 1px dotted #666;
  margin: 5% 0 10%;
  overflow: hidden;
}
.bottom10 {
  margin-bottom: 10px;
  overflow: hidden;
}
.bottom20 {
  margin-bottom: 20px;
  overflow: hidden;
}
.bottom30 {
  margin-bottom: 30px;
  overflow: hidden;
}
.bottom40 {
  margin-bottom: 40px;
  overflow: hidden;
}
.bottom50 {
  margin-bottom: 50px;
  overflow: hidden;
}
.bottom2p {
  margin-bottom: 2%;
  overflow: hidden;
}
.bottom4p {
  margin-bottom: 4%;
  overflow: hidden;
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  hr {
    clear: both;
    border: 0;
    border-top: 1px solid #666;
    margin: 5% 0 5%;
    overflow: hidden;
  }
  hr.dot {
    clear: both;
    border: 0;
    border-top: 1px dotted #666;
    margin: 5% 0 5%;
    overflow: hidden;
  }
}
/**************************************************/
/****** main ******/
main {}
/****** content ******/
.content {
  clear: both;
  overflow: hidden;
}
.content a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.content img {
  max-width: 100%;
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  /****** content ******/
  .content {
    max-width: 1200px;
    margin: 0 auto;
  }
}
/**************************************************/
/****** catch ******/
.catch {
  clear: both;
  margin: 0 auto 4%;
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .catch {
    max-width: 1200px;
  }
}
/**************************************************/
/****** title_house ******/
h2.title_house {
  margin-bottom: 2%;
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
h2.title_house {
    max-width: 1000px;
    margin: 0 auto 2%;
}
}
/**************************************************/
/****** house_box ******/
.house_box {
  clear: both;
  overflow: hidden;
  margin: 0 3% 4%;
}
.house_point {
  margin-bottom: 4%;
}
h3.title_erea {
  margin-bottom: 2%;
}
.house_txt {
  text-align: left;
  margin-bottom: 2%;
}
h3.title_bukken {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 2% 0;
  margin-bottom: 2%;
  font-size: 120%;
  font-weight: bold;
}
.bukken_gaikan {
  margin-bottom: 2%;
}
.bukken_txt {
  margin-bottom: 2%;
}
.bukken_price {
  margin-bottom: 1%;
}
.bukken_txt2 {
  text-align: left;
  margin-bottom: 1%;
}
.bukken_txt3 {
  text-align: left;
  color: #cf0035;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 1%;
}
.bukken_txt4 {
  text-align: left;
  margin-bottom: 1%;
}
.bukken_link {
  text-align: left;
  font-weight: bold;
  margin-bottom: 1%;
}
.bukken_link a:link, .bukken_link a:visited, .bukken_link a:active {
  color: #0071bc;
}
.bukken_link a:hover {
  color: #333;
}
.bukken_link2 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 1%;
}
.bukken_link2 a:link, .bukken_link2 a:visited, .bukken_link2 a:active {
  color: #009245;
}
.bukken_link2 a:hover {
  color: #333;
}
.bukken_madori {
  clear: both;
  margin-bottom: 2%;
}
.bukken_naikan {
  padding: 4%;
  margin-bottom: 4%;
}
.bukken_naikan ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
.bukken_naikan ul li {
  margin-bottom: 0.3%;
}
.bukken_panorama {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  border-radius: 5px;
}
.bukken_panorama a {
  display: inline-block;
  width: 100%;
  padding: 2% 0;
  color: #fff;
}
.bukken_panorama a:hover {
  font-weight: bold;
}
.minamiokinosu7_base {
  background-color: #f9e1ec;
}
.minamiokinosu7_color {
  background-color: #d26c5a;
}
.hiebatake2_base {
  background-color: #fff474;
}
.hiebatake2_color {
  background-color: #d26c5a;
}
@media print, screen and (min-width:768px) {
  h3.title_erea {
    max-width: 80%;
    margin: 0 auto 2%;
  }
  .bukken_gaikan {
    width: 40%;
    float: left;
  }
  .bukken_txt {
    width: 56%;
    float: right;
  }
  .bukken_naikan ul {
    justify-content: center;
  }
  .bukken_naikan ul li {
    display: block;
    width: 49%;
    padding-right: 0.3%;
  }
  .bukken_naikan ul li:last-child {
    padding-right: 0;
  }
  .bukken_panorama {
    width: 50%;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .house_box {
    max-width: 1000px;
    margin: 0 auto 4%;
  }
  h3.title_erea {
    max-width: 60%;
  }
  h3.title_bukken {
    padding: 1% 0;
  }
}
/**************************************************/
/****** btn_mail ******/
.btn_mail {
  display: inline-block;
  border: 1px solid #666;
  margin-bottom: 2%;
}
.btn_mail a {
  display: inline-block;
  padding: 15px 40px 15px 20px;
  color: #666;
}
.btn_mail a:hover {
  font-weight: bold;
}
.arrow {
  position: relative;
  display: inline-block;
}
.arrow::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -6px;
}
/**************************************************/
/****** shitadori_box ******/
.shitadori_box {
  clear: both;
  overflow: hidden;
  background-color: #fdf6b7;
  padding: 4%;
  margin: 0 3% 6%;
}
h3.title_shitadori {
  color: #d4145a;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 2%;
  margin-bottom: 2%;
}
ul.shitadori_step {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
ul.shitadori_step li {
  display: block;
  width: 100%;
  margin-bottom: 2%;
  background-color: #fff;
  padding: 4%;
}
ul.shitadori_step li h3 {
  max-width: 80%;
  margin: 0 auto 10px;
}
ul.shitadori_step li p {
  text-align: left;
  font-size: 100%;
}
.shitadori_staff {
  max-width: 200px;
  margin: 0 auto 2%;
}
.shitadori_txt {
  text-align: left;
  margin-bottom: 2%;
}
.shitadori_txt2 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 2%;
}
.shitadori_txt3 {
  text-align: left;
}
ul.shitadori_which {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.shitadori_which li {
  display: block;
  width: 100%;
  margin-bottom: 2%;
}
ul.shitadori_which li h3 {
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  padding: 1%;
  border-radius: 30px;
  margin: 0 auto 2%;
}
ul.shitadori_which li p {
  text-align: left;
  font-size: 100%;
}
.which1_color {
  background-color: #808080;
}
.which2_color {
  background-color: #29abe2;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  h3.title_shitadori {
    font-size: 160%;
  }
  ul.shitadori_step {
    margin: 0 auto;
  }
  ul.shitadori_step li {
    width: 44%;
    padding: 2%;
    margin-right: 1%;
  }
  ul.shitadori_step li:last-child {
    margin-right: 0;
  }
  .shitadori_txt2 {
    font-size: 120%;
  }
  ul.shitadori_which {
    margin-right: auto;
    margin-left: auto;
  }
  ul.shitadori_which li {
    width: 48%;
    margin-right: 2%;
  }
  ul.shitadori_which li:last-child {
    margin-right: 0;
  }
  ul.shitadori_which li h3 {
    font-size: 120%;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .shitadori_box {
    max-width: 920px;
    padding: 40px;
    margin: 0 auto 6%;
  }
  .line_shitadori {
    width: 600px;
    margin: auto;
  }
  ul.shitadori_step li {
    width: 22%;
    padding: 1%;
  }
  ul.shitadori_step li h3 {
    max-width: 100%;
  }
  .shitadori_txt {
    text-align: center;
  }
}
/**************************************************/
/****** present ******/
.present {
  clear: both;
  margin: 0 3% 4%;
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .present {
    max-width: 600px;
    margin: 0 auto 4%;
  }
}
/**************************************************/
/****** mail ******/
.mail {
  clear: both;
  overflow: hidden;
  margin-bottom: 4%;
}
h3.title_mail {
  color: #ff6633;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 2%;
  margin-bottom: 4%;
}
.mail_step {
  clear: both;
  margin: 0 5% 2%;
}
.mail_present {
  clear: both;
  margin: 0 5% 2%;
}
.mail_wrap {
  clear: both;
  margin: 0 5% 2%;
}
.mail_txt {
  text-align: left;
  font-size: 90%;
  margin-bottom: 2%;
}
.mail dl {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dotted #CCC;
  padding: 15px 0;
}
.mail dl:first-of-type {
  border-top: 1px dotted #CCC;
}
.mail dl dt, .mail dl dd {
  text-align: left;
  font-size: 90%;
  padding: 5px 0;
}
.require {
  background: #F00;
  border-radius: 3px;
  padding: 2px 5px;
  color: #FFF;
  font-size: 70%;
  font-weight: bold;
  margin-left: 10px;
}
.submit {
  padding: 20px 0;
}
.policy {
  color: #F00;
  font-size: 90%;
  font-weight: bold;
}
form {
  width: 100%;
}
input[type="text"] {
  width: 100%;
}
textarea {
  width: 100%;
}
input, textarea {
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 5px;
  font-size: 100%;
  font: inherit;
}
input[type=text]:focus, textarea:focus, select:focus {
  border: 1px solid #39F;
}
input[type=submit] {
  -webkit-appearance: none; /* オリジナルデザインが適用 */
  width: 40%;
  cursor: pointer;
  border: 1px solid #39F;
  background-color: #39F;
  border-radius: 5px;
  padding: 10px;
  color: #FFF;
  font-size: 100%;
  font-weight: bold;
}
input[type=submit]:hover {
  background-color: #FFF;
  color: #39F;
}
/****** tel ******/
.tel {
  clear: both;
  overflow: hidden;
  margin: 0 5% 4%;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  /****** mail ******/
  h3.title_mail {
    font-size: 160%;
  }
  .mail_txt {
    font-size: 100%;
  }
  .mail dl dt, .mail dl dd {
    display: table-cell;
    vertical-align: top;
  }
  .mail dl dt {
    width: 40%;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  /****** mail ******/
  .mail {
    max-width: 1000px;
    margin: 0 auto 4%;
  }
  .mail_present {
    max-width: 600px;
    margin: 0 auto 2%;
  }
  .mail_wrap {
    max-width: 800px;
    margin: 0 auto;
  }
  /****** tel ******/
  .tel {
    max-width: 800px;
    margin: 0 auto 4%;
  }
}
/**************************************************/
/****** setplan ******/
.setplan {
  clear: both;
  overflow: hidden;
  margin-bottom: 4%;
}
h3.title_setplan {
  color: #71bb36;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 2%;
  margin-bottom: 4%;
}
.setplan_bnr {
  clear: both;
  margin: 0 5% 2%;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  h3.title_setplan {
    font-size: 160%;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .setplan {
    max-width: 1000px;
    margin: 0 auto 4%;
  }
  .setplan_bnr {
    max-width: 600px;
    margin: 0 auto 2%;
  }
}
/**************************************************/
/****** bukken ******/
.bukken {
  clear: both;
  margin: 0 auto 20px;
  background-color: #e6e6e6;
  padding: 20px 0;
}
.bukken img {
  max-width: 100%;
}
.bukken p {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 1%;
}
.bukken ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 2%;
}
.bukken ul li {
  display: block;
  width: 45%;
  padding-right: 5px;
  padding-bottom: 10px;
}
.bukken ul li span {
  display: block;
  width: 100%;
  background-color: #808080;
  padding: 5px 0;
  color: #fff;
  font-size: 70%;
  font-weight: bold;
}
/* PC用CSS記述（768px以上）*/
@media print, screen and (min-width:768px) {
  .bukken {
    padding: 30px 0;
  }
  .bukken ul {
    /*flex-wrap: nowrap;*/
    /*margin: 0 2%;*/
  }
  .bukken ul li {
    width: 24%;
    /*width: 32%; 3列*/
    /*width: 24%; 4列*/
    /*width: 19%; 5列*/
  }
  .bukken ul li:last-child {
    padding-right: 0;
  }
  .bukken ul li span {
    font-size: 80%;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .bukken ul {
    max-width: 1000px;
    margin: 0 auto;
  }
}
/**************************************************/
/****** .pagetop ******/
.pagetop {
  clear: both;
  margin: 0 3% 30px;
}
.pagetop a {
  font-size: 75%;
  font-weight: bold;
}
.pagetop a:hover {
  color: #39F;
}
.pagetop a i {
  padding-right: 2px;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  .pagetop a {
    float: right;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .pagetop {
    max-width: 1000px;
    margin: 0 auto 50px;
  }
}
/****** footer ******/
footer {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #CCC;
}
footer img {
  max-width: 100%;
}
footer div {
  max-width: 90%;
  margin: 15px auto;
}
footer h6 {
  width: 200px;
  margin: 0 auto 10px;
}
footer p {
  font-size: 75%;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  footer {}
  footer div {
    display: flex;
    justify-content: center;
    margin: 20px auto;
  }
  footer h6 {
    margin: 0;
    padding-right: 20px;
  }
  footer p {
    text-align: left;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  footer {}
  footer div {
    max-width: 800px;
    margin: 20px auto;
  }
}
/****** .copyright ******/
.copyright {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #CCC;
  background-color: #EEE;
  padding: 20px 10px;
  color: #666;
  font-size: 80%;
}