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

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

body {
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; }

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

.search-inner {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  .search-inner h3 {
    background: url(../img/search-line.png) no-repeat right center;
    color: #101010;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    font-weight: normal;
    width: 110px;
    height: 74px; }
  .search-inner form {
    float: right;
    width: calc(100% - 130px);
    padding-left: 20px; }

.plan-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 15px; }
  .plan-form dt {
    background: url(../img/ico-tri.png) no-repeat left center;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 10px; }
  .plan-form dd {
    font-size: 14px;
    font-size: 0.875rem; }
  .plan-form select {
    margin-right: 5px;
    font-size: 14px;
    font-size: 0.875rem; }
  .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;
    }
}