body{
  margin: 0px;
  padding: 0px;
}



/*header*/

.contact{
  display: flex;
  justify-content: center;
}


h1{
  margin: 0px 160px 0px 0px;
}

.logo{
  width:180px;
}


.home{
  width:200px;
  height: 50px;
  background: #70634b;
  color: #fff;
  margin: 5px;
  text-align: center;
  font-size: 1.05rem;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  border-bottom: solid 4px #554b39;
}


.home:hover{
  background: #d36a01;
  color: #fff;
  border-bottom: solid 4px #bd6565;
}


.home:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.icon{
  width: 30px;
  height: 30px;
  margin: 5px 10px 10px;
  vertical-align: bottom;
}

.icon1{
  width: 30px;
  height: 30px;
  margin: 5px 10px 10px;
  vertical-align: bottom;
}

.icon2{
  width: 30px;
  height: 30px;
  margin: -5px 10px 10px;
  vertical-align: bottom;
}

.icon3{
  width: 30px;
  height: 30px;
  margin: 0px 10px 10px;
  vertical-align: middle;
}

.phone{
  font-size: 1.2rem;
  margin: 10px 10px 0px 0px;
  color: #827357;
  text-decoration: none;
}

.phone:hover{
  color: #fc7f05;
  text-decoration: none;
}

.email{
  font-size: 0.95rem;
  margin: 10px 10px 0px 0px;
  color: #827357;
  text-decoration: none;
}


.email:hover{
  color: #fc7f05;
  text-decoration: none;
}

.line{
  font-size: 0.95rem;
  margin: 10px 10px 0px 0px;
  color: #827357;
  text-decoration: none;
}

.line:hover{
  color: #fc7f05;
  text-decoration: none;
}

/*TOPボタン*/

.topbutton{
  display: flex;
  justify-content: center;
  margin: 10px auto;
}

.topbtn{
  width:120px;
  height: 50px;
  background: #fc7f05;
  color: #fff;
  margin: 5px;
  text-align: center;
  font-size: 0.95rem;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  border-bottom: solid 4px #bd6565;
}

.topbtn:hover{
  background: #d36a01;
  color: #fff;
}

.topbtn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.topbtn2{
  width:120px;
  height: 50px;
  background: #fc7f05;
  color: #fff;
  margin: 5px;
  text-align: center;
  font-size: 0.95rem;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  border-bottom: solid 4px #bd6565;
}

.topbtn2:hover{
  background: #d36a01;
  color: #fff;
}


.topbtn2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}


.topbtna{
  color: #fff;
  text-decoration: none;
}

.topbtna:hover{
  color: #fff;
  text-decoration: none;
}

.topbtna3{
  color: #fc7f05;
  text-decoration: none;
}

.topbtna3:hover{
  color: #d36a01;
  text-decoration: none;
}


.psmall{
  margin-top: -5px;
  font-size: 0.78rem;
}


h2{
  margin: 10px 0px 15px;
  color: #827357;
  text-align: center;
  font-size: 1.2rem;
}

.leasephoto{
  display: block;
  width: 450px;
  margin: 0px auto 30px;
  text-align: center;
  border-radius: 5px;
}

.red{
  color: red;
  padding: 0px 10px;
  font-size: 0.95rem;
}


.formbox{
  margin: 30px auto;
  text-align: center;
}

.flex{
  display: flex;
  justify-content: center;
}

form div{
  margin-bottom: 14px;
}

label{
  font-size: 1.15rem;
  margin-bottom: 10px;
  display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="address"],
textarea{
  background: rgba(255,255,255,.5);
  border: 1px rgb(161, 161, 161) solid;
  height: 30px;
  border-radius: 10px;
  font-size: 1.25rem;
}

input[type="text"],
input[type="email"]{
  width:100%;
  max-width: 240px;
}

textarea{
  width:70%;
  max-width: 480%;
  height: 6rem;
}

input[type="submit"]{
  border: none;
  cursor: pointer;
  line-height: 1;
  margin-top: 20px;
}



h3{
  margin: 15px 10px;
}

.title{
  display: flex;
  margin: 20px 0px 15px 15px;
}

.rightp{
  margin: 15px 20px;
  font-weight: bold;
}

.rightp2{
  margin: 25px 0px;
  font-weight: bold;
}

.arrow{
  width:40px;
  display: block;
  margin: 20px auto -30px;
}

.button{
  width: 100px;
  height: 35px;
  background: #fc7f05;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin: 0px auto;
  padding-top: 5px;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #fc7f05;
}

.button:hover{
  background: #d36a01;
  color: #fff;
  border: 1px solid #fc7f05;
}

.button2{
  width: 250px;
  height: 40px;
  background: #fc7f05;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin: 0px auto;
  padding-top: 6px;
  box-sizing: border-box;
}



.button2:hover{
  background: #d36a01;
  color: #fff;
}


.button3{
  width: 300px;
  height: 40px;
  background: #fc7f05;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin: 0px auto;
  padding-top: 6px;
  box-sizing: border-box;
}



.button3:hover{
  background: #d36a01;
  color: #fff;
}

.space{
  height: 50px;
}

.space2{
  height: 30px;
}

.title2{
  margin: 10px 0px 20px;
  color: #827357;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.secbottom{
  margin: 100px auto 50px;
}

h4{
  color: #fc7f05;
  text-align: center;
  font-size: 0.98rem;
}

h5{
  color: #827357;
  text-align: center;
  font-size: 0.98rem;
}

.contact2{
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.email2{
  font-size: 1.1rem;
  margin: 20px 15px;
  color: #827357;
  text-decoration: none;
  text-align: center;
  line-height: 2.05em;
}

.email2:hover{
  color: #fc7f05;
  text-decoration: none;
}


footer{
  margin-top: 50px;
  background:#827357;
  color: #fff;
  font-size: 0.85rem;
  padding: 5px 0px;
  text-align: center;
}


.pc { display: block !important; }
.sp { display: none !important; }


@media (max-width:900px){

h1{
    margin: 0px 60px 0px 10px;
}

.topbtn{
    width:110px;
    height: 50px;
    margin: 5px 3px;
    font-size: 0.9rem;
    padding: 8px 5px;
}

.topbtn2{
    width:110px;
    height: 50px;
    margin: 5px 3px;
    font-size: 0.835rem;
    padding: 12px;
}


@media (max-width:600px){

.pc { display: none !important; }
.sp { display: block !important; }

.contact{
    display: flex;
    justify-content: space-evenly;
    margin: 10px 0px;
}

/*ハンバーガーメニュー*/
.menu,
.menu span {
display: inline-block;
-webkit-transition:all .4s;
transition: all .4s;
box-sizing: border-box;
}

.menu {
position: fixed;
top: 10px;
right:  10px;
width: 30px;
height: 23px;
z-index: 10;
}

.menu span {
position: absolute;
left: 0;
width: 100%;
height: 2px;
background-color: #fc7f05;
}

.menu span:nth-of-type(1) {
top: 0px;
}

.menu span:nth-of-type(2) {
top: 10px;
}

.menu span:nth-of-type(3) {
bottom: 0px;
}

.menu.active span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(45deg);
transform: translateY(10px) rotate(45deg);
}

.menu.active span:nth-of-type(2) {
opacity: 0;
}

.menu.active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}

#nav {
position: fixed;
top: 0;
right: 0;
z-index: 10;
width: 100%;
height: 100vh;
opacity: 0;
background-color: #fff;
transition: all 0.3s ease-in-out;
visibility:hidden;

}

#nav.active{
right: 0;
opacity: 1;
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
visibility: visible;
}

#nav ul{
margin:20px 0;
padding:20px 0;
}

#nav ul li{
list-style-type: none;
}

#nav ul li a{
display: block;
padding: 20px 0;
transition: all 0.2s ease-in-out;
text-align: center;
text-decoration: none;
color: #fc7f05;
}

#nav ul li .red2{
display: block;
padding: 20px 0;
transition: all 0.2s ease-in-out;
text-align: center;
text-decoration: none;
color: red;
}


h1{
    margin: 0px;
}

.logo{
    float: left;
    top: 10px;
    left: 10px;
    width:180px;
}


.phone{

    margin: 0px;
}

.photo{
    display: block;
    width: 85%;
    margin: 0px auto 30px;
    text-align: center;
    border-radius: 5px;
}

.photo1{
    width: 90%;
}


section{
    width:85%;
    margin: 50px auto 10px;
    line-height: 1.8em;
}


.companylogo{
    width:150px;
    text-align: center;
    border: 2px solid #fc7f05;
    padding: 5px;
    border-radius: 5px;
    margin: 0px auto;
}

.companylogo:hover{
    background: #fdf0df;
    transition: 0.5s;
}

.companylogo2{
    width:250px;
    text-align: center;
    border: 2px solid #fc7f05;
    padding: 5px;
    border-radius: 5px;
}

.companylogo2:hover{
    background: #fdf0df;
    transition: 0.5s;
}

.companylogo3{
    width:100px;
    text-align: center;
    border: 2px solid #fc7f05;
    padding: 15px;
    border-radius: 5px;
}

.companylogo3:hover{
    background: #fdf0df;
    transition: 0.5s;
}


.flex{
    width: 80%;
    display: block;
    justify-content: center;
    margin: 10px auto;
}

p{
    width:300px;
    margin: 5px auto;
}


.flex2{
    display: flex;
    justify-content: center;
    margin: -40px 0px 30px;
}

.block{
    display: block;
    margin: 0px auto;
}

.block2{
    display: block;
    margin: 0px auto;
    text-align: center;
}

.block3{
    display: block;
    margin: 0px 10px;
    text-align: center;
}

section{
    width:75%;
    margin: 20px auto;
    line-height: 1.8em;
}

.box{
    width:82%;
    margin: 40px auto 15px;
    line-height: 1.85em;
    font-size: 0.9rem;
}

.box2{
    width:85%;
    margin: -20px auto 20px;
}

.box1{
    display: block;
    width:85%;
    margin: 50px auto 10px;
    line-height: 1.8em;
    border: 3px solid #fc7f05;
    border-radius: 10px;
}


.box3{
    width:90%;
    margin: 10px auto;
    line-height: 1.85em;
    font-size: 1.0rem;
}

.email2{
  font-size: 0.95rem;
  margin: 20px 0px;
}

.icon3{
  width: 20px;
  height: 20px;
  margin: 0px 8px 10px;
}

.leasephoto{
  width: 90%;
}


}

