@charset "UTF-8";

/* パンくず */
/*#bread_List {
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
}

#bread_List li {
  position: relative;
  margin-right: 2em;
  color: #4f4f4f;
}

#bread_List li:not(:last-child)::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: -1.3em;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid #4f4f4f;
  border-left: transparent;
  border-bottom: transparent;
  transform: translateY(-70%) rotate(45deg);
}

#bread_List a {
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #4f4f4f;
  transition: .3s;
}

#bread_List a:hover {
  border-bottom: 1px solid transparent;
}

#bread_List li>p {
  display: block;
  padding-bottom: 2px;
}

#main_Img {
  width: 100%;
  padding: 11em 0 5%;
  text-align: center;
    background: #244156;
}

#main_Img h2 {
  font-size: min(4.5vw, 24px);
  line-height: 1.2;
  letter-spacing: 5px;
  color: #fff;
}

#main_Img span {
  font-size: 13px;
  letter-spacing: 0.5em;
}*/

/* 間取り */

.plan_Area {
    width: 100%;
    padding: 80px 0;
}

.plan_Area h2 {
    text-align: center;
    width: 90%;
    margin: 0 auto 20px;
    font-size: min(5vw,35px);
    letter-spacing: 0.2em;
    color: #5a85a3;
}

.plan_Area p.copy {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}

.plan_Area .plan_Box {
    width: 1100px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.plan_Area .plan_Box .hanrei {
    width: 380px;
    max-width: 90%;
    margin: 40px auto 30px;
}

.plan_Area .plan_Box .att {
    font-size: 12px;
    width: 90%;
    margin: 0px auto 0;
    text-align: center;
    line-height: 1.6;
}

.plan_Area .plan_Box > article {
    width: 47%;
    position: relative;
}

.plan_Area .plan_Box > article .menseki {
    margin: 10px 0 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: baseline;
}

.plan_Area .plan_Box > article .menseki p {
    line-height: 1.6;
    font-size: 15px;
    margin-right: 20px;
}

.plan_Area .plan_Box > article .menseki p:nth-child(2n) {
    margin-right: 0;
}

.plan_Area .plan_Box > article .menseki p strong {
    color: #5a85a3;
    font-size: 200%;
    font-weight: 100;
    margin: 0 0.1em;
}

.plan_Area .plan_Box > article .menseki p small {
    font-size: 10px;
}

.plan_Area .plan_Box > article .atype {
    max-width: 478px;
    margin: 0 auto;
}

.plan_Area .plan_Box > article .ctype {
    max-width: 484px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 768px) {

  /* パンくず */
  /*#bread_List {
    display: none;
  }

  #main_Img {
    padding: 13% 0 6%;
  }*/

  /* 間取り */
    .plan_Area {
        padding: 70px 0;
    }
    .plan_Area h2 {
        font-size: 30px;
    }
    .plan_Area .plan_Box > article {
        width: 100%;
    }
    .plan_Area .plan_Box > article .menseki p {
        font-size: 14px;
    }
    .plan_Area .plan_Box > article .menseki p:nth-child(2n) {
        margin-right: 0;
    }
    .plan_Area .plan_Box .hanrei {
        margin-bottom: 15px;
    }
    .plan_Area .plan_Box .att {
        text-align: left;
        line-height: 1.5;
    }
    
    .plan_Area .plan_Box > article .atype {
        margin-bottom: 50px;
    }
    
    .plan_Area .plan_Box > article .ctype {
        bottom: inherit;
        position: inherit;
    }
    
    
}