


h2 {
  font-size:2.5rem;
  line-height: 1;
  color: #333;
  text-align: center;
  margin-top: min(10vw , 90px);
  margin-bottom: min(10vw , 90px);
}
h3 {
  width: 100%;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Color2);
  background-color: var(--Color8);
  margin-top: 1em;
}

/*画像の下アキ防止*/
/*img {vertical-align:top;}*/


main {
  background-color: #ece9e0;
}

section:not(:first-of-type) {
  margin-top: min(10vw , 90px);
}

.limitedWidth {
  width: min(80vw , 1500px);
  margin-left: auto;
  margin-right: auto;
}


.main_lead {
  text-align: center;
  line-height: 2em;
}

/* ----------------------- */
/* 1100*/
/* ----------------------- */
@media screen and (max-width: 1100px) {
.main_lead {
  text-align: left;
}
}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
.main_lead {
  text-align:justify;
}
h2 {
  font-size: 24px;
  text-align: center;
  margin-top: 15vw;
  margin-bottom: 15vw;
}
}



/*　[住戸表]---------------------------------------------------------------------　*/


#list {
  width: min(90vw , 1470px);
  margin-left: auto;
  margin-right: auto;
}
#list .ann {
  text-align: right;
  margin-top: 0.5em;
}

/*　/[プラン]---------------------------------------------------------------------　*/


/*　[プラン]---------------------------------------------------------------------　*/


.plan2_R {
  display: flex;
  justify-content:space-between;
  width: min(90vw , 1470px);
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}


.plan2_R a {
  height: auto;
  width: 31%;
  margin-bottom: min(3vw , 50px);
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  transition: .4s;
  background-color: #fff;
}

.plan2_R img:first-of-type {
  margin-right: 3.3vw;
}
.plan2_R a:hover {
  box-shadow: 10px 10px 30px rgba(0,0,0,0.3);
  transform: translateX(-1%) translateY(-1%) scale(1.05);
  
}

#plans {
  scroll-margin-top: 80px;
}

/* ----------------------- */
/* 1100 */
/* ----------------------- */
@media screen and (max-width: 1100px) {

}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

.plan2_R {
  flex-direction: column;
  align-items: center;
}
.plan2_R a {
  width: 80%;
  margin-bottom: 8vw;
}
}
/*　/[プラン]---------------------------------------------------------------------　*/




/*　[プレミアムプラン]---------------------------------------------------------------------　*/

.sec_mainPH {
  width: min(90vw , 1470px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: min(10vw , 90px);
  text-align: right;
}




.premiumPlan {
  display: flex;
  justify-content:space-between;
  width: min(90vw , 1470px);
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.premiumPlan > div {
  width: 50%;
  margin-bottom: 8vw;
}
.premiumPlan > div:first-of-type {
  text-align: center;
}
.premiumPlan > div:first-of-type img:first-of-type {
  width: 57%;
  margin-bottom: min(4vw , 40px);
}

.premiumLine {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  margin-bottom: 8vw;
}


/* ----------------------- */
/* 1100 */
/* ----------------------- */
@media screen and (max-width: 1100px) {
.premiumPlan > div:first-of-type img:first-of-type {
  width: 80%;
}
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

.premiumPlan {
  flex-direction: column;
  align-items: center;
}
.premiumPlan div {
  width: 100%;
}
.premiumPlan > div:first-of-type img:first-of-type {
  width: 100%;
}
}
/*　/[プレミアムプラン]---------------------------------------------------------------------　*/













