@charset "UTF-8";
/*******************************************
 * お問い合わせcss
 *
 * menu
 * 1.レイアウト
 * 2.各インプット
 *  2-1 お問い合わせフォーム
 *  2-2 チェックボックス
 *  2-3 テキストエリア
 *  2-4 ラジオボタン
 *  2-5 セレクトボックス
 *  2-6 検索ボタン
 * 3.エラー
 * 4.各ボックス
 *  4-1 お名前
 *  4-2 連絡方法
 *  4-3 お問い合わせ内容
 *  4-4 個人情報のお取り扱いについて
 * 5.sidebar
 * 6.チェックボックス
 ******************************************/
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/******************************************
 1. レイアウト
    サイドバーあり2カラム
 ******************************************/
body #layout-main {
  width: 780px;
  float: right;
  padding-bottom: 50px;
  margin: 0 auto 50px;
}
body #layout-main h2 {
  width: 780px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #4BB232;
  padding: 5px 0;
  padding-left: 5px;
}
body #layout-main h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
body #layout-main h3.estate-name {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 25px 0 0;
}
#layout-sideBar {
  width: 240px;
  float: left;
}
/******************************************
* 2.各コンテナ
*    2-1 お問い合わせフォーム
*    2-2 チェックボックス
*    2-3 テキストエリア
*    2-4 ラジオボタン
*    2-5 セレクトボックス
*    2-6 検索ボタン
 ******************************************/
/******* 2-1 お問い合わせフォーム ****************************/
.container-contact {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 10px;
  margin-top: 8px;
}
.container-contact .contact-message {
  padding: 16px 0;
  line-height: 200%;
  font-size: 14px;
}
.container-contact table {
  table-layout: fixed;
}
.container-contact table tr {
  border-bottom: 1px dotted #ccc;
}
.container-contact table tr.block-contact_mail td input {
  width: 300px;
}
.container-contact table tr th {
  width: 200px;
  height: 80px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.container-contact table tr th .icon-contact {
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 3px;
}
.container-contact table tr th .icon-contact_required {
  background: #f52800;
}
.container-contact table tr th .icon-contact_optionally {
  background: #f59100;
}
.container-contact table tr td {
  width: 518px;
  font-size: 14px;
}
.container-contact table tr td input {
  width: 298px;
  height: 38px;
  line-height: 38px;
  background: #f8f8f5;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 0 5px;
}
.container-contact table tr td span {
  font-size: 14px;
  margin-left: 10px;
}
.container-contact table tr td ul li {
  font-size: 14px;
  display: inline-block;
}
.container-contact table .privacy-chk-block {
  text-align: center;
  border: none;
}
.container-contact table .privacy-chk-block td {
  padding-top: 25px;
}
/******* 2-2 チェックボックス ****************************/
.block-contact_check {
  height: 175px;
}
.block-contact_check th {
  vertical-align: top;
  padding-top: 36px;
}
.block-contact_check td {
  height: 150px;
  vertical-align: top;
  padding-top: 30px;
}
.block-contact_check td .block-contact_check_inner {
  width: 482px;
}
.block-contact_check td .block-contact_check_inner .box-contact_check {
  float: left;
  margin-bottom: 20px;
}
.block-contact_check td .block-contact_check_inner .box-contact_check input {
  width: 298px;
  height: 38px;
  line-height: 38px;
  background: #f8f8f5;
  border: 1px solid #ccc;
}
.block-contact_check_confilm {
  height: auto;
}
.block-contact_check_confilm td {
  height: auto;
}
/******* 2-3 テキストエリア ****************************/
.box-contact_check_textBox input[type=checkbox] + label {
  vertical-align: top;
}
.box-contact_check_textBox textarea {
  width: 490px;
  height: 100px;
  background: #f8f8f5;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 5px;
}
/******* 2-4 ラジオボタン ****************************/
.block-contact_radio_inner {
  width: 758px;
  padding-top: 30px;
}
.block-contact_radio_inner .box-contact_radio {
  float: left;
  margin-bottom: 20px;
}
.block-contact_radio_inner .box-contact_radio input + label {
  margin-right: 19px;
}
/******* 2-5 セレクトボックス ****************************/
select {
  width: 200px;
  height: 40px;
  background: #f8f8f5;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 0 5px;
}
/******* 2-6 検索ボタン ****************************/
.block-contact_btn {
  border-bottom: none;
}
.block-contact_btn td .block-contact_check_inner_button .box-contact_check_button {
  width: 758px;
  margin: 25px auto 40px;
  text-align: center;
}
.block-contact_btn td .block-contact_check_inner_button .box-contact_check_button input {
  width: 172px;
  height: 50px;
  background: #4BB232;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.block-contact_btn td .block-contact_check_inner_button .box-contact_check_button input:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
/******************************************
* 3 エラー
 ******************************************/
.block-contact-error {
  background: #ffdddd;
  border: 1px solid #ff0000;
  padding: 20px;
  margin: 20px 0;
}
.block-contact-error ul li {
  line-height: 1.5rem;
  font-size: 12px;
  color: #ff0000;
}
.block-contact-error ul li.notice {
  font-size: 14px;
  font-weight: bold;
}
/******************************************
* 4.各ボックス
*   4-1 お名前
*   4-2 連絡方法
*   4-3 お問い合わせ内容
*   4-4 個人情報のお取り扱いについて
******************************************/
/******* 4-1 お名前 *********************/
/******* 4-2 連絡方法 *********************/
.box-contact_tel {
  margin: 15px 0;
}
.box-contact_tel td {
  padding: 10px 0;
}
.box-contact_time {
  padding-top: 10px;
  margin: 15px 0 20px -50px;
}
/******* 4-3 お問い合わせ内容 *********************/
/******* 4-4 個人情報のお取り扱いについて *********************/
.block-contact-attention {
  background: #f8f8f5;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 10px;
}
.block-contact-attention p {
  line-height: 20px;
  color: #555;
  font-size: 12px;
  margin-top: 11px;
}
.block-contact-attention p a {
  color: #555;
  text-decoration: underline;
}
.block-contact-attention p a:hover {
  text-decoration: none;
}
/******************************************
* 5.sidebar
 ******************************************/
/*******************************************
 * サイドバーblogcss
 *
 * menu
 * 1.レイアウト
 * 2.
 *   2-1
 *   2-2
 ******************************************/
#layout-sideBar {
  width: 240px;
  margin: 0 0 50px;
  float: left;
}
#head-blog {
  border-top: 3px solid #4BB232;
  margin-bottom: 10px;
}
#head-blog .contents-head_side {
  background: #EDF7EB;
  padding: 7px 0px;
}
#head-blog .contents-head_side span {
  font-size: 16px;
}
#head-blog .contents-head_side span:first-child {
  margin-right: 10px;
  padding-left: 10px;
}
#scroll_news-info {
  width: 200px;
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #FAFAFA;
  margin-bottom: 10px;
}
#scroll_news-info .box-news-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#scroll_news-info .box-news-info_date {
  color: #4BB232;
  font-size: 13px;
  margin-right: 5px;
}
#scroll_news-info .box-news-info_new {
  padding: 2px 5px;
  color: #FFF;
  background-color: #4BB232;
  font-size: 13px;
}
#scroll_news-info .box-news-info_content {
  overflow: hidden;
}
#scroll_news-info .box-news-info_content:after {
  content: ' ';
  clear: both;
}
#scroll_news-info .box-news-info a {
  color: #505050;
  display: block;
  margin-top: 10px;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*******************************************
 * サイドバーcss
 *
 * menu
 * 1.バナー
 ******************************************/
#block-banner {
  background-color: #F3F3F3;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
}
#block-banner-contact {
  margin-bottom: 10px;
}
#block-banner-contact li {
  margin-bottom: 5px;
  text-align: center;
}
#block-banner-contact li:nth-child(2) {
  color: #585252;
  font-size: 20px;
  font-weight: bold;
}
#block-banner-contact li:nth-child(3) {
  color: #585353;
  font-size: 13px;
}
#block-banner-contact li:last-child {
  margin-bottom: 0;
}
#block-banner-contact li img {
  width: 100%;
}
#block-banner-contact .tel {
  color: #4BB232;
  font-size: 19px;
  font-weight: bold;
}
#block-banner-contact .tel a {
  color: #4BB232;
  text-decoration: none;
}
#block-banner-contact .tel a:hover {
  text-decoration: none;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
#block-banner-menu {
  margin-bottom: 10px;
}
#block-banner-menu li {
  margin-bottom: 10px;
  text-align: center;
}
#block-banner-menu li:last-child {
  margin-bottom: 0;
}
#block-banner-menu li a {
  display: block;
}
#block-banner-menu li a:hover img {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
#block-banner-item li {
  margin-bottom: 15px;
  text-align: center;
}
#block-banner-item li:last-child {
  margin-bottom: 0;
}
#block-banner-item li a {
  display: block;
}
#block-banner-item li a:hover img {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
/******************************************
 6.チェックボックス
 ******************************************/
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 2px;
}
input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  line-height: 28px;
  cursor: pointer;
}
@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=radio] + label,
  input[type=checkbox] + label {
    padding: 0 0 0 23px;
  }
  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
  }
  input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  input[type=checkbox] + label::before {
    border: 2px solid #ccc;
  }
  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #4BB232;
    border-radius: 8px;
  }
  input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #4BB232;
    border-bottom: 3px solid #4BB232;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
input[type=radio] + label,
input[type=checkbox] + label {
  font-size: 14px;
}
