.blog {
    text-align: center;
    margin: 50px auto 0 auto;
    text-align: center;
    width: 90%;
    max-width: 1000px;
}
.blog h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.mainimage {
  padding: 0;
}
#main-area, #main-area ul, #main-area li  {
  height: 600px;
}
#main-area ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
}
#main-area li {
  width: 100%;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  /* center */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-size:cover;
  background-position:center;
  border-right:solid 2px #fff;
}
#main-area li:last-child {
  border-right:none;
}
#main-area li:hover {
  width: 350%;
}
#main-area li:nth-child(1) {
  background-image:url(../img/main001.jpg);
}
#main-area li:nth-child(2) {
  background-image:url(../img/main002.jpg);
}
#main-area li:nth-child(3) {
  background-image:url(../img/main003.jpg);
}
#main-area a {
    display: block;
    width: 100%;
    padding: 30px 0 20px 0;
    background-color: rgba(00,67,36,0.7);
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
    letter-spacing: 0.2em;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#main-area a:hover {
    background-color: rgba(00,67,36,0.9);
}
.toyotafudoudanhead {
    width: 100%;
    text-align: center;
    margin: 35px auto;
}
.toyotafudoudanhead img {
    width:70%;
    max-width: 500px;
    height: auto;
}
.toyotafudoudanhead p {
    padding: 15px 0 0 0;
}
/*-----footer-----*/
footer {
    background-color: #E6E6E6;
}
#footerarea {}
#footerarea .footer-r {
    width: 65%;
    margin: 0px auto;
    padding: 50px 0 0 0;
}
#footerarea .footer-r img {}
#footerarea .footer-l {
    width:85%;
    margin:0 auto;
}
#footerarea dl.footer-l {
    font-size:14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footerarea dl.footer-l dt {
    width:33%;
    margin:10px 0 8px 0;
}
#footerarea dl.footer-l dd {
    width:65%;
    margin:10px 0 8px 0;
}
p.copyright {
    font-size:10px;
    display: block;
    width:100%;
    text-align: center;
    padding: 35px 0 25px 0;
}
/*--------------------------
　　　トップ　PC表示footer
--------------------------*/
@media (min-width:640px) {
    #footerarea {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    max-width: 1000px;
        margin:0 auto;
    }
#footerarea .footer-r {
    width: 30%;
    margin: 0;
    padding: 50px 0 0 0;
}
#footerarea dl.footer-l {
    width: 60%;
    margin: 0;
    padding: 30px 0 0 0;
    font-size: 12px;
}
#footerarea dl.footer-l dt {
    width: 20%;
    margin:0px 0 20px 0;
}
#footerarea dl.footer-l dd {
    width: 80%;
    margin:0px 0 20px 0;
}
}




@media screen and (max-width:640px){
#main-area, #main-area ul, #main-area li {
    height: auto;
}
.mainimage {
    padding: 0;
}
#main-area ul {
    list-style: none;
    display: block;
}
#main-area li {
    width: 100%;
    display: block;
    padding: 70px 0;
    border-right: none;
}
#main-area li:hover {
  width: 100%;
}
.toyotafudoudanhead {
    margin: 20px auto 35px auto;
}
.toyotafudoudanhead p {
    width:90%;
    margin: 0 auto;
    padding: 15px 0 0 0;
    letter-spacing: 0em;
}
}


/*-----カスタム ここまで------*/
.customer {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #073E21;
    color: #FFF;
    margin:0 auto;
}
.customer p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    font-size:18px;
    font-weight:bold;
}
.customer:after {
    content: "";
    width: 3px;
    height: 80px;
    background-color: #073E21;
    display: block;
    margin: 0 auto;
}
h2.subtxt {
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
    width: 90%;
    font-size: 20px;
    font-weight: bold;
}
.customer-area {
    margin: 140px auto 0 auto;
    padding: 0 0 30px 0;
    background-color: #F9F9F8;
    position: relative;
}
.customer-area .customer-img {
    max-width: 500px;
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
    top: -50px;
    position: relative;
}
.customer-area .customer-box {
    width: 90%;
    margin: -40px auto 0 auto;
    font-weight: bold;
    text-align: center;
}
.customer-area .customer-box p {
    margin:0 auto 30px auto;
    letter-spacing: 0.1em;
}
ul.customer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.customer-flex li {
    width: 25vw;
    border: solid 2px #2E969E;
    border-radius: 50%;
    background-color: #FFF;
    color: #2E969E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0em;
    margin: 0 0 20px 0;
    height: 25vw;
}

/*---------------------
　　　トップ　PC表示
---------------------*/
@media (min-width:640px) {
    #main-area ul li span {
        display: block;
        width: 100%;
    }
    #main-area ul li span:after {
    content: "▲";
    display: block;
    width: 100%;
    font-size: 20px;
}
.toyotafudoudanhead p {
    letter-spacing: 0.2em;
}
.customer-area {
    margin: 180px auto 0 auto;
    padding: 0 0 80px 0;
}
.customer-area .customer-img {
    top: -85px;
}
.customer-area .customer-box p {
    font-size: 20px;
    margin: -60px auto 60px auto;
}
ul.customer-flex {
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
ul.customer-flex li {
    width: 15rem;
    margin: 0 2% 20px 2%;
    font-size: 16px;
    height: 15rem;
}
}


/*------------------
　　　不動産のご相談
------------------*/
.mainttltxt {
    width: 100%;
    height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.mainttlabout {
    background-size: cover;
    background-position: center;
  background-image:url(../img/main001.jpg);
}
.mainttltxt h2 {
    font-size:35px;
    font-weight: bold;
}
h1.pagettl {
    padding: 55px 0;
    margin:0 auto;
    width:90%;
    text-align: center;
    font-size:19px;
    font-weight: bold;
    color: #000;
}
#about-area {
    width:100%;
}
#about-area .about-l {
    background-color: #F9F9F8;
    text-align: center;
    padding: 30px 0 30px 0;
}
#about-area .about-l h2 {
    font-weight: bold;
    font-size: 1.1rem;
}
#about-area .about-l ul {
    width:85%;
    margin:5px auto 0 auto;
}
#about-area .about-l ul li {
    display: inline-block;
    padding: 0 0 8px 0;
}
#about-area .about-l ul li:after {
    content: "→";
    display: inline-block;
    margin: 0 5px 0 3px;
}
#about-area .about-l ul li:last-child:after {
    content: "";
}
#about-area .about-r {}
#about-area .about-r .about-box {
    width:85%;
    padding: 30px 0;
    margin:0 auto;
    border-bottom: solid 1px #000;
}
#about-area .about-r .about-box:last-child {
    border-bottom: none;
}
#about-area .about-r .about-box h3 {
    font-size:20px;
    font-weight:bold;
    margin-bottom: 10px;
    line-height: 2rem;
}
#about-area .about-r .about-box p {
    width: 90%;
    margin:0 0 0 10%;
    line-height: 1.7rem;
}
#about-area .about-r .about-box h4 {
    font-size:19px;
    font-weight:bold;
}
#about-area .about-r .about-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#about-area .about-r .about-box ul li {
    width: 100%;
    margin: 0 0 20px 0;
}
#about-area .about-r .about-box ul li:before {
    content: ">";
    display: inline-block;
    padding: 0 5px 0 0;
}
.about-box h5 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.3em;
    border: solid 3px yellow;
    display: table;
    padding: 10px 0;
    margin: 20px auto;
    width: auto;
}

/*------PC表示------*/
@media (min-width:640px) {
.mainttltxt {
    height: 350px;
    background-position: center 43%;
}
#about-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#about-area .about-l {
    width:25%;
}
#about-area .about-r {
    width:60%;
    margin: 0 7.5%;
}
#about-area .about-l h2 {
    font-weight: bold;
    font-size: 1.3rem;
}
#about-area .about-l ul {
    margin: 15px auto 0 auto;
}
#about-area .about-l ul li {
    display: block;
    padding: 0 0 8px 0;
    font-size: 1rem;
    font-weight: bold;
}
#about-area .about-l ul li:after {
    content: "↓";
    display: block;
    text-align: center;
    margin: 10px 0;
}
#about-area .about-r .about-box p {
    width: 95%;
    margin: 25px 0 0 5%;
}
#about-area .about-r .about-box {
    padding: 30px 0 50px 0;
    }
    #about-area .about-r .about-box ul li {
    width: 48%;
}

.about-box h5 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.3em;
    border:none;
    border-bottom: solid 3px yellow;
    display: table;
    padding: 10px 0 0 0;
    margin: 20px auto;
    width: auto;
}
}


/*-------------------
　　　　不動産売買
-------------------*/
.mainttlabuysell {
    background-size: cover;
    background-position: center;
  background-image:url(../img/main002.jpg);
}
#buysell-area {}
#buysell-area .buysell-l {
    width:100%;
    background-color: #F9F9F8;
    padding: 20px 0;
}
#buysell-area .buysell-r {
    width:100%;
    background-color: #918986;
    padding: 20px 0;
    color: #fff;
}
#buysell-area .buysell-l img,
#buysell-area .buysell-r img {
    width: 40%;
    max-width: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
#buysell-area .buysell-l img {
    border: solid 1px #000;
}
#buysell-area .buysell-r img {
    border: solid 1px #fff;
}
#buysell-area .buysell-l h3,
#buysell-area .buysell-r h3 {
    width:100%;
    text-align: center;
}
#buysell-area .buysel-btn {
    display: flex;
    justify-content: center;
    margin: 0 auto 20px auto;
}
#buysell-area .buysel-btn a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 0 10px;
    font-weight:bold;
}
#buysell-area .buysell-l .buysel-btn a {
    background-color: #727171;
    color: #fff;
}
#buysell-area .buysell-r .buysel-btn a {
    background-color: #FFF;
    color: #727171;
}
#buysell-area #buy1,
#buysell-area #buy2,
#buysell-area #sell1,
#buysell-area #sell2 {
    margin:0 0 40px 0;
}
#buysell-area h4 {
    width:85%;
    text-align: center;
    padding: 10px 0 0 0;
    margin:0 auto 10px auto;
    font-weight:bold;
}
#buysell-area p {
    width:85%;
    max-width: 700px;
    text-align: left;
    margin:0 auto;
}


/*------PC表示------*/
@media (min-width:640px) {
#buysell-area {
    display: flex;
}
#buysell-area .buysell-l {
    width:50%;
    background-color: #F9F9F8;
    padding: 20px 0 50px 0;
}
#buysell-area .buysell-r {
    width:50%;
    background-color: #918986;
    padding: 20px 0 100px 0;
    color: #fff;
}
}


/*----------------
　　　開業について
----------------*/
.mainttlaopen {
    background-size: cover;
    background-position: center;
  background-image:url(../img/main003-long.jpg);
}
#open-area {
    width: 100%;
    max-width: 1200px;
    border-top: solid 1px #000;
    position: relative;
    display: block;
    text-align: center;
    margin:0 auto;
}
#open-area h1 {
    display: inline-block;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
    color: #000;
    top: -28px;
    font-size: 18px;
    padding: 0 15px;
}
#open-area ul.open-step {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 90%;
    margin: 0 auto;
}
#open-area ul.open-step li:nth-child(odd) {
    width:24%;
    color: #2E969E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
    border:solid 1px #2E969E;
    font-size: 14px;
    line-height: 1.3em;
    margin: 0 0 25px 0;
}
#open-area ul.open-step li:nth-child(even) {
    width:8%;
    color: #2E969E;
    border-radius: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
    border:none;
}
#open-area ul.open-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 94%;
    margin: 30px auto 0 auto;
}
#open-area ul.open-flow li:nth-child(odd) {
    width:47%;
    background-color: #F9F9F8;
    line-height: 1.3em;
    margin: 0 0 25px 0;
}
#open-area ul.open-flow li:nth-child(even) {
    width:6%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 25px 0;
}
#open-area ul.open-flow li:nth-child(4n) {
    display: none;
}
#open-area ul.open-flow li {
    padding: 8px 0;
}
#open-area ul.open-flow li h2 {
    font-size:16px;
    font-weight:bold;
    text-align: left;
    line-height: 1.5em;
    width:90%;
    margin: 0 auto;
    padding: 10px 0 8px 0;
}
#open-area ul.open-flow li p {
    font-size:12px;
    text-align: left;
    line-height: 1.5em;
    width:90%;
    margin: 0 auto;
    padding: 0 0 15px 0;
}
.customer-area .customer-box ul.flow-customer-flex {
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
}
.customer-area .customer-box ul.flow-customer-flex li {
    width:100%;
    margin:0 auto 3px auto;
    background-color: #fff;
}
.customer-area .customer-box ul.flow-customer-flex li h2 {
    width:88%;
    margin:0 auto;
    padding: 15px 0 5px 0;
    font-weight: normal;
    text-align: left;
    font-size:18px;
}
.customer-area .customer-box ul.flow-customer-flex li h2:before {
    content: '';
    display: inline-block;
    background: url(../img/check.gif);
    background-size: cover;
    background-position: center;
    width:30px;
    height: 30px;
    position: relative;
    top: 8px;
    margin: 0 10px 0 0;
    padding: 0;

    /*content: url(../img/check.gif);
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    width:30px;*/
}
.customer-area .customer-box ul.flow-customer-flex li p {
    font-weight: normal;
    text-align: left;
    width:88%;
    margin:0 auto;
    padding: 5px 0 25px 0;
    font-size:12px;
    line-height: 1.4rem;
}

/*------PC表示------*/
@media (min-width:640px) {
#open-area ul.open-step {
    width: 100%;
}
#open-area ul.open-step li:nth-child(odd) {
    width:12.5%;
    margin: 0 0 35px 0;
}
#open-area ul.open-step li:nth-child(even) {
    width: 4.8%;
    margin: 0 0 35px 0;
}
#open-area ul.open-step li:nth-child(12) {
    display: none;
}

#open-area ul.open-flow li:nth-child(odd) {
    width:30%;
    background-color: #F9F9F8;
    line-height: 1.3em;
    margin: 0 0 25px 0;
}
#open-area ul.open-flow li:nth-child(even) {
    width:5%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 25px 0;
}
#open-area ul.open-flow li:nth-child(even) img {
    width:45%;
    height: auto;
}
#open-area ul.open-flow li:nth-child(4n) {
    width:5%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 25px 0;
}
#open-area ul.open-flow li:nth-child(6n) {
    display: none;
}
#open-area ul.open-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 94%;
    margin: 60px auto 0 auto;
}

.customer-area .customer-box ul.flow-customer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.customer-area .customer-box ul.flow-customer-flex li {
    width:33%;
    margin:0 auto 3px auto;
    background-color: #fff;
    padding: 15px 0;
}
}

