/* =========================================================
◆メインビジュアル
========================================================= */
#mv{
    position: relative;
}
#mv .txt{
    width:350px;
    height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media only screen and (min-width:641px) and (max-width:768px) {/*tablet*/
    #mv .txt{
        width:30%;
        height: 200px;
    }
}
@media screen and (max-width: 640px) {/*sp*/
    #mv .txt{
        width:40%;
        height: auto;
        top: 10px;
    }
}
#mv .txt img{
    width:100%;
    height: auto;
}
/* =========================================================
◆トップ
========================================================= */
.info-title{
  width: 100px;
  height: 100px;
  font-size: 140%;
  border: 3px solid #ddd;
}
@media only screen and (max-width: 767px){
  .info-title{
    width: 100%;
    height: 30px;
  }
}
.info-title p{
  display: block;
  position: relative;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.2;
}
/* .info{
    margin-bottom: 2.0em !important;
} */
.info a:hover{
  color: #000066;
}
.info ul {
  width: 780px;
  margin-left: 80px;
}
@media only screen and (max-width: 767px){
  .info ul {
    width: 100%;
    margin-left: 0;
  }
}
.info li {
  line-height: 2.8;
  letter-spacing: 0.1rem;
  border-bottom: 1px dotted #666;
}
.info .title{padding-left: 1rem;}
/* =========================================================
◆希望条件フォーム
========================================================= */
#search{
    margin-bottom: 2.0em !important;
    box-sizing: border-box;
}
#search .inner .img{
    text-align: center;
    margin-bottom: 1.5em;
}
#search .inner .txt{
    margin-bottom: 2.0em;
    font-size: 1.2em;
    line-height: 1.6em;
    text-align: center;
}
@media only screen and (min-width:641px) and (max-width:768px) {/*tablet*/
    #search .inner .txt{
        width:100%;
        font-size: 1.0em;
    }
}
@media screen and (max-width: 640px) {/*sp*/
    #search .inner .txt{
        width:100%;
        font-size: 1.0em;
        text-align: left;
    }
    #search .inner .txt br{
        display: none;
    }
}
#search .inner .mailform{
    margin-bottom: 140px;
}
#search .inner .mailform table{
    width:100%;
    text-align: left;
    border: 1px solid #ccc;
    margin-bottom: 1.0em;
}
#search .inner .mailform table tr{
    border-bottom: 1px dotted #ccc;
}
#search .inner .mailform table th{
    width:25%;
    padding: 1.0em 0.5em;
    background: #eee;
    vertical-align: top;
    box-sizing: border-box;
}
@media only screen and (min-width:641px) and (max-width:768px) {/*tablet*/
    #search .inner .mailform table th{
        width:100%;
        display: block;
    }
}
@media screen and (max-width: 640px) {/*sp*/
    #search .inner .mailform table th{
        width:100%;
        display: block;
    }
}
#search .inner .mailform table th .required{
    padding-left: 10px;
    color: #f00;
}
#search .inner .mailform table td{
    width:75%;
    padding: 1.0em 0.5em;
}
@media only screen and (min-width:641px) and (max-width:768px) {/*tablet*/
    #search .inner .mailform table td{
        width:100%;
        display: block;
    }
}
@media screen and (max-width: 640px) {/*sp*/
    #search .inner .mailform table td{
        width:100%;
        display: block;
    }
}
#search .inner .mailform table td .room-area-lower,
#search .inner .mailform table td .room-area-upper{
    width:30%;
}
#search .inner .mailform table td h4{
    margin-bottom: 0.5em;
    padding: 0.5em;
    background: #eee;
    box-sizing: border-box !important;
}
#search .inner .mailform table td span{
    width:20%;
}
@media only screen and (min-width:641px) and (max-width:768px) {/*tablet*/
    #search .inner .mailform table td span{
        width:30%;
    }
}
@media screen and (max-width: 640px) {/*sp*/
    #search .inner .mailform table td span{
        width:45%;
    }
}
#search .inner .mailform table td input[type="text"],
#search .inner .mailform table td input[type="email"]{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.5em;
    box-sizing: border-box;
    font-family: inherit;
}
#search .inner .mailform table td select{
    border: 1px solid #ccc;
    padding: 0.2em;
}
#search .inner .mailform table td textarea{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.5em;
    width: 90%;
    box-sizing: border-box !important;
}
#search .inner .mailform input[type=text],
#search .inner .mailform textarea,
#search .inner .mailform select{
  font-family: "Kosugi Maru";
}
#search .inner .mailform input[type="submit"]{
    border: none;
    padding: 1.0em;
    background: #F25E0D;
    color: #fff;
    width:30%;
    border-radius: 5px;
    font-family: inherit;
}
#search .inner .mailform .buy{background: #ffe7d9;}
#search .inner .mailform .rent{background: #d6ffe9;}
/* =========================================================
◆バナー
========================================================= */
.bnr{
    text-align: center;
    padding: 1.5em 0 1.5em 0;
    background: #FBE9C5;
}
