@charset "UTF-8";
html {
  font-size: 16px;
}

/* ==========================================================================*/
/* 全体の設定
/* ==========================================================================*/
*, *:before, *:after {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* ==========================================================================*/
/* 空室検索
/* ==========================================================================*/
#cplan-search {
  background-color: #E5DBD2;
  width: 950px;
  padding: 4px;
  margin: 0;
}

.search-inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-inner h3 {
  background-color: #E5DBD2;
  color: #592202;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 74px;
  letter-spacing: 0.08em;
}
.search-inner form {
  width: calc(100% - 130px);
}

.plan-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan-form dt {
  background: url(../img/ico-tri.png) no-repeat left center;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 10px;
  margin-bottom: 4px;
}
.plan-form dd {
  font-size: 14px;
  font-size: 0.875rem;
}
.plan-form select {
  margin-right: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 4px;
}
.plan-form .btn {
  margin-right: 20px;
}

/*フォーム調整 */
@-moz-document url-prefix() {
  #f_nen1, #f_nen2 {
    width: 60px;
  }
  #f_tuki1, #f_tuki2 {
    width: 50px;
  }
  #f_hi1, #f_hi2 {
    width: 44px;
  }
}