@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;
  }
}
/**************************************************/
/****** 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: #000;
}
a:hover {
  color: #39F;
}
/****** etc ******/
.red {
  color: #F00;
}
.blue {
  color: #39F;
}
.pink {
  color: #F39;
}
.small {
  font-size: small;
}
.large {
  font-size: large;
}
.clear {
  clear: both;
}
hr {
  border: 0;
  border-top: 1px solid #666;
  margin: 30px 0 60px;
  overflow: hidden;
}
hr.dot {
  border: 0;
  border-top: 1px dotted #666;
  margin: 30px 0;
  overflow: hidden;
}
hr.hr_green {
  border: 0;
  background-image: url("../img/line_green.jpg");
  background-size: 10px;
  height: 20px;
  margin: 10px 0;
  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;
}
/**************************************************/
/****** main ******/
main {}
/****** content ******/
.content {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.content a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.content img {
  max-width: 100%;
}
/**************************************************/
/****** キャッチ ******/
.catch {
  clear: both;
  overflow: hidden;
  margin: 0 auto 30px;
}
/*h1.catch_title {
  background-color: #33cccc;
  padding: 10px 20px;
}*/
h1.catch_image {
  background-color: #f2be8f;
  margin-bottom: 20px;
}
p.catch_erea {
  max-width: 180px;
  margin: 0 auto 20px;
  border: 1px solid #222;
  padding: 10px 20px;
  font-weight: bold;
}
p.catch_week {
  margin: 0 6% 20px;
}
p.catch_txt {
  text-align: left;
  margin: 0 3%;
}
p.btn_more {
  overflow: hidden;
  padding: 15px 20px;
}
p.btn_more a {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #222;
  background-color: #222;
  padding: 15px 50px;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
}
p.btn_more a:hover {
  overflow: hidden;
  background-color: #fff;
  color: #222;
}
p.btn_more2 {
  overflow: hidden;
  padding: 15px 20px;
}
p.btn_more2 a {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  border-radius: 30px;
  padding: 15px 50px;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
}
p.btn_more2 a:hover {
  overflow: hidden;
  background-color: #fff;
  color: #4d4d4d;
}
/* PC用CSS記述（768px以上）*/
@media print, screen and (min-width:768px) {}
/* PC用CSS記述（840px以上）*/
@media print, screen and (min-width:840px) {
  .catch {
    margin: 0 auto 20px;
  }
  h1.catch_title img {
    max-width: 550px;
  }
  p.catch_week {
    max-width: 550px;
    margin: 0 auto 20px;
  }
  p.catch_txt {
    max-width: 800px;
    margin: 0 auto;
  }
}
/**************************************************/
/****** ポイント ******/
.point {
  clear: both;
  overflow: hidden;
  margin: 0 auto 50px;
}
p.point_title {
  max-width: 150px;
  margin: 0 auto 10px;
  border: 1px solid #222;
  padding: 5px;
}
p.point_copy {
  font-size: 150%;
  margin-bottom: 10px;
}
p.point_image {
  margin-bottom: 10px;
}
p.point_txt {
  text-align: left;
  margin: 0 3%;
}
/* PC用CSS記述（768px以上）*/
@media print, screen and (min-width:768px) {
  p.point_title {
    max-width: 100%;
  }
}
/* PC用CSS記述（840px以上）*/
@media print, screen and (min-width:840px) {
  .point {
    max-width: 800px;
    margin: 0 auto 50px;
  }
  p.point_txt {
    margin: 0 auto;
  }
}
/**************************************************/
/****** 見学会 ******/
.tour {
  clear: both;
  overflow: hidden;
  margin: 0 3% 50px;
}
p.tour_title {
  margin: 0 auto 20px;
  border: 1px solid #222;
  padding: 10px 20px;
  font-size: 120%;
}
p.tour_txt {
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}
p.google_map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
p.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* PC用CSS記述（768px以上）*/
@media print, screen and (min-width:768px) {}
/* PC用CSS記述（840px以上）*/
@media print, screen and (min-width:840px) {
  .tour {
    max-width: 800px;
    margin: 0 auto 50px;
  }
  p.google_map {
    max-width: 800px;
    margin: 0 auto 20px;
  }
}
/**************************************************/
/****** 新築分譲 ******/
.house_box {
  background-color: #eaf9f9;
  padding: 6% 3%;
  margin-bottom: 50px;
}
.house {
  clear: both;
  overflow: hidden;
}
p.house_title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
}
p.house_image {
  max-width: 800px;
  margin: 0 auto 10px;
}
p.house_txt1 {
  text-align: left;
  margin-bottom: 20px;
}
p.house_price {
  text-align: left;
  color: #F39;
  font-size: 120%;
  font-weight: bold;
}
p.house_txt2 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}
p.house_txt3 {
  text-align: left;
  font-size: 80%;
  margin-bottom: 20px;
}
p.house_copy1 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
p.house_copy2 {
  font-size: 120%;
  margin-bottom: 10px;
}
/* PC用CSS記述（768px以上）*/
@media print, screen and (min-width:768px) {}
/* PC用CSS記述（840px以上）*/
@media print, screen and (min-width:840px) {
  .house_box {
    padding: 30px 0;
  }
  .house {
    width: 800px;
    margin: 0 auto;
  }
  p.house_title {
    font-size: 180%;
  }
  p.house_price {
    font-size: 150%;
  }
}
/**************************************************/
/****** おすすめ ******/
.recom_box {
  background-color: #e6e6e6;
  padding: 6% 3%;
  margin-bottom: 50px;
}
.recom {
  clear: both;
  overflow: hidden;
}
p.recom_title {
  max-width: 65%;
  margin: 0 auto 20px;
}
p.recom_txt {
  font-weight: bold;
}
/* PC用CSS記述（768px以上）*/
@media print, screen and (min-width:768px) {}
/* PC用CSS記述（840px以上）*/
@media print, screen and (min-width:840px) {
  .recom_box {
    padding: 30px 0;
  }
  .recom {
    width: 800px;
    margin: 0 auto;
  }
  p.recom_title {
    max-width: 300px;
  }
}
/**************************************************/
/****** mail ******/
.mail {
  clear: both;
  overflow: hidden;
  margin: 0 3% 10px;
}
p.mail_title {
  margin: 0 auto 20px;
  border: 1px solid #222;
  padding: 10px 20px;
  font-size: 120%;
}
p.mail_txt {
  text-align: left;
  margin-bottom: 20px;
}
.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;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  .mail dl dt, .mail dl dd {
    display: table-cell;
    vertical-align: top;
  }
  .mail dl dt {
    width: 40%;
  }
  form {
    width: 100%;
  }
}
/* PC用CSS記述（840px以上）*/
@media print, screen and (min-width:840px) {
  .mail {
    width: 800px;
    margin: 0 auto 10px;
  }
}
/**************************************************/
/****** tel ******/
.tel {
  clear: both;
  overflow: hidden;
  margin: 0 3% 50px;
}
p.tel_image {
  margin-bottom: 20px;
}
p.tel_txt {
  /*text-align: left;*/
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 20px;
}
/* PC用CSS記述（768px以上）*/
@media print, screen and (min-width:768px) {
  p.tel_txt {
    font-size: 140%;
  }
}
/* PC用CSS記述（840px以上）*/
@media print, screen and (min-width:840px) {
  .tel {
    width: 800px;
    margin: 0 auto 50px;
  }
}
/**************************************************/
/****** .pagetop ******/
.pagetop {
  clear: both;
  margin: 0 5% 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%;
}