@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* PC用 */
@media only screen and (min-width:960px) {}
/* モニター幅960px以下 */
@media only screen and (max-width:960px) {
  .one-left {
    width: 50%;
    margin: 0 0 0 20px;
  }
  img {
    width: 90%;
    height: auto;
    margin: 5px auto 0 5px;
  }
  .one-left h1 {
    font-size: 17px;
    width: 90%;
  }
  .one-left p {
    font-size: 14px;
  }
  .one-right {
    width: 50%;
  }
  .one-right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0 0;
  }

  .ftr {
    width: 50%;
    border-radius: 6px;
    padding: 10px 5px 5px;
    margin: 0 auto;
  }
   .title {
    font-size: 14px;
      text-indent: 5px;
  }
  .price {
    font-size: 14px;
  }
  .title2 {
    font-size: 13px;
       text-indent: 8px;
  }
  .price2 {
    font-size: 13px;
  }
  /** footer 
************************/
  .footer {
    background: #D9F0DA;
    margin: 10px auto;
    padding: 10px 0;
    border-radius: 10px;
    width: 95%;
  }
  .footer2 {
    display: block;
    padding: 20px 0;
  }
  .ftl {
    width: 95%;
    text-align: center;
  }
  .ftl img {
    width: 50%;
    padding-bottom: 10px;
  }
  .ftr {
    width: 80%;
    border-radius: 16px;
    padding: 20px 20px;
    margin: 0 auto;
  }
  .ftsmall {
    margin: 15px 30px;
  }
  .mftr {
    font-size: 80%;
  }

}
/* iPad 縦 */
@media only screen and (max-width: 799px) {
  /** 1 
************************/
  .one {
    display: block;
    width: 100%;
  }
  .one-left {
    width: 100%;
    text-align: center;
  }
  .one-left h1 {

    margin: 10px auto 0;
    font-size: 17px;
    width: 88%;
  }
  .one-left img {
    width: 80%;
    height: auto;
    margin: 5px auto -20px -20px;
  }
  .one-left p {
    margin: 15px auto;
    width: 80%;
    text-align: left;
  }
  .contact2 {
    width: 80%;
    margin: 0 auto;
  }
  .contop {
    display: flex;
    width: 95%;
    justify-content: center;
  }
  .con1 {
    margin: 0 25px 10px;
  }
  .con1 img {
    width: 67px;
  }
  .one-right {
    width: 90%;
    margin: 0 auto;
  }
  /** 3 
************************/
  .three {
    width: 90%;
    display: block;
  }
  .three h2 {
    width: 95%;
      font-size: 90%;
  }
      .three h3 {
    width: 95%;
      font-size: 90%;
  }
    
  /** 4 
************************/
  .p1 {
    text-indent: 5px;
    color: #031C8F;
    font-size: 14px;
    margin: 25px 0 0;
  }
  .p11 {
    text-indent: 5px;
    color: #031C8F;
    font-size: 14px;
    margin: 5px 0 0;
  }
  .four {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .four h3 {
    margin: 40px auto 5px;
    text-align: left;
  }
  .four-l {
    width: 100%;
    text-align: center;
  }
  .four-l img {
    width: 70%;
    margin: 0 auto;
  }
  .four-l-top {
    display: block;
  }
  .four-l-top img {
    width: 70%;
    margin: 0 auto;
  }
  .four-r {
    width: 90%;
    margin: -20px 10px 0 20px
  }
  .fourtwo {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .four-ltwo {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
  }
  .four-ltwo img {
    width: 80%;
    border: #B7B7B7 1px solid;
    margin: 0 auto 10px;
  }
  .four-rtwo {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
  }
  .four-rtwo img {
    width: 80%;
    border: #B7B7B7 1px solid;
    margin: 0 auto 10px;
  }
  .four-l-price {
    width: 85%;
    margin: 0 auto;
  }
  .four-l-price p {
    color: #682706;
    font-size: 14px;
    margin: 0;
  }
      .title {
    font-size: 13px;
      text-indent: 2px;
  }
  .price {
    font-size: 13px;
  }
  .title2 {
    font-size: 12px;
       text-indent: 3px;
  }
  .price2 {
    font-size: 12px;
  } 

.four-rend {
  width: 85%;

  margin: 0 auto;
}
    
  /** 5 
************************/
  .five {
    width: 90%;
    margin: 0 auto;
  }
  .five h3 {
    margin: 40px auto 5px;
    text-align: left;
    width: 88%;
  }
  .pfive {
    width: 88%;
    margin: 10px auto;
  }
  .aera {
    text-align: left;
    width: 95%;
  }
  .exterior {
    display: block;
  }
  .link {
    margin: 5px 5px;
    font-size: 12px;
  }
  .ftsmall2 {
    width: 94%;
  }
      .mftr {
    font-size: 60%;
  }
    .mftr2 {
    font-size: 60%;
  }
}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {}