@charset "utf-8";

/*================================
plan
================================*/
.mv{
	background: url(../img/plan/bg.jpg) no-repeat center top;
	background-size:cover;
}
.plan main h3{
  margin-top: 20px;
}
.plan main h3 span{
  font-size: 50px;
}

.option_cont{
  max-width: 960px;
  margin: 50px auto 0;
}
.option_flex{
   display: flex;
   flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
  margin: 30px auto 0px;
}
.option_flex .list {
  text-align: center;
  /*width: calc(21% - 2%);*/
  width: 19%;
  margin-bottom: 40px;
  padding: 1em;
  border-bottom: 1px solid #4d4d4d;
}
.etc{
  font-size: 40px;
 text-align: right;
}

.cont_flex{
 display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.cont_flex .ph{
  width: 30%;
}
.cont_flex .detail{
  width: 66%;
}
.cont_flex .detail h4{
  line-height: 2.4em;
  letter-spacing: .6px;
  margin-bottom: 20px;
}
.cont_flex .detail h4 span{
  display: inline-block;
  margin-right: .5em;
  font-size: 36px;
  line-height: 2.0em;
  letter-spacing: 0;
}
.cont_flex .detail h4 small{
  display: inline-block;
  border: 1px solid #8CC8F0;
  padding: 0px 12px;
}
.cont_flex .detail .txt{
  padding: 1em;
  background: url(../img/common/foot_wall.jpg) no-repeat center top;
	background-size:cover;
}
.cont_flex .detail .txt p{
  line-height: 2.4;
}
.cont_flex .detail .txt .price{
  margin: 1em 0 0 auto;
  width: fit-content;
  line-height: 2.0;
  border-bottom: 1px solid #000;
  text-align: right;
}

.note{
  font-size: .8em;
}
.style{
  margin: 30px auto;
  padding: 15px 25px;
  border: 2px solid #8CC8F0;
  width: fit-content;
}


/*--------------------------------------
	 sp 	
--------------------------------------*/
@media screen and (max-width: 960px) {
  
  .plan main h3 span{
  font-size: 40px;
}
  .option_cont{
  max-width: 650px;
  margin-top: 30px;
  }
  .option_flex{

  justify-content: space-between;
  gap: 1%;
  }
  .option_flex .list {
    font-size: .9em;
      padding: .6em;
  width:41%;
  }
  .etc{
  font-size: 30px;
  }
  .cont_flex .ph{
  width: 35%;
}
  .cont_flex .detail h4 span{
  margin-right: .5em;
  font-size: 32px;
  }
.cont_flex .detail{
  width: 63%;
}
  
}



