@charset "utf-8";

/*******************************************
width1100px以上に適用
*******************************************/
header .g_nav ul .nav05 a {
  border-bottom: 3px solid #8BC600;
}

h1.maintitle {
  margin-bottom: 30px;
  line-height: 100%;
  padding: 9px 14px 9px 17px;
  background-color: #F5F4F4;
}

h1.maintitle span {
  padding-left: 11px;
  line-height: 140%;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #8BC600;
  display: inline-block;
}

.special_wrapper {
  width: 100%;
}

.special_wrapper .special {
  width: 100%;
  max-width: 356px;
  height: 180px;
  margin: 0 2px;
  float: left;
}

.special_wrapper .special:nth-child(odd) {
  margin: 0 8px 0 0;
}

.special_wrapper .special:nth-child(even) {
  margin: 0;
}

.special_wrapper .special p {
  width: 90%;
  margin: 0 auto;
  line-height: 160%;
  font-size: 12px;
  color: #878787;
}

.apartmentlist .sectiontitle {
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #aaa;
}

.apartment {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.apartment .titlebox {
  width: 545px;
  margin-bottom: 8px;
  float: right;
}

.apartment .titlebox .new {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  display: block;
  float: left;
}

.apartment .titlebox .subtitle {
  width: 480px;
  font-size: 14px;
  font-weight: bold;
  color: #1F1F1F;
  float: left;
}

.apartment .titlebox h1 {
  width: 480px;
  float: left;
}

.apartment .titlebox h1 a {
  padding-bottom: 1px;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid #212121;
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #212121;
}

.apartment .imgbox {
  width: 160px;
  height: 160px;
  float: left;
}

.apartment .imgbox .naisetsu {
  width: 160px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
  background-color: #eee;
}

.apartment .imgbox .naisetsu img {
  max-width: 160px;
  max-height: 160px;
  margin: 0 auto;
  display: block;
}

.apartment .txtbox {
  width: 545px;
  float: right;
}

.apartment .txtbox .info {
  margin-bottom: 2px;
  line-height: 130%;
  font-size: 12px;
  color: #1F1F1F;
}

.apartment .txtbox .info span{
  line-height: 130%;
  font-size: 12px;
  color: #8BC500;
}

.apartment .txtbox .message {
  margin-top: 10px;
  padding-top: 15px;
  line-height: 150%;
  font-size: 12px;
  color: #1F1F1F;
  border-top: 1px solid #aaa;
}

.contactbox {
  margin-top: 50px;
  margin-bottom: 50px;
}

.contact_btn {
  width: 80%;
  max-width: 350px;
  height: 60px;
  margin: 10px auto 20px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  background-color: #DC0000;
  border: none;
  border-radius: 8px;
  letter-spacing: 3px;
  transition: 0.3s;
  cursor: pointer;
  border: 2px solid #dc0000;
  display: block;
}

.contact_btn:hover {
  opacity: 1;
  line-height: 56px;
  background-color: #fff;
  color: #dc0000;
  border: 2px solid #dc0000;
}

.contactbox .txt {
  margin-bottom: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #212121;
}

.contactbox .telfax {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #212121;
}





/*******************************************
width1100px以下に適用
*******************************************/
@media screen and (max-width: 1100px) {
  
}





/*******************************************
width768px以下に適用
*******************************************/
@media screen and (max-width: 768px) {
  .special_wrapper .special {
    margin: 0 auto!important;
    float: none;
  }
  
  .contact_btn {
    max-width: 200px;
    height: 44px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 8px;
    letter-spacing: 1px;
  }
  
  .contact_btn:hover {
    line-height: 40px;
  }

  .contactbox .txt {
    font-size: 13px;
  }

  .contactbox .telfax {
    font-size: 18px;
  }
  
  .apartment {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 100px auto;
  }

  .apartment .titlebox {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }

  .apartment .titlebox .new {
    width: 35px;
    height: 35px;
  }

  .apartment .titlebox .subtitle {
    width: calc( 100% - 50px );
    font-size: 12px;
  }

  .apartment .titlebox h1 {
    width: calc( 100% - 50px );
  }

  .apartment .titlebox h1 a {
    font-size: 16px;
  }

  .apartment .imgbox {
    width: 250px;
    height: 250px;
    margin: 0 auto 30px auto;
    float: none;
  }

  .apartment .imgbox .naisetsu {
    width: 250px;
    height: 250px;
  }

  .apartment .imgbox .naisetsu img {
    max-width: 250px;
    max-height: 250px;
  }

  .apartment .txtbox {
    width: 100%;
    float: none;
  }
}
