@charset "utf-8";
/* page */

/*RENTAL*/
.center{
  text-align: center;
}

.plan_guide h3{
  font-size: 2.7rem;
}

.plan_guide div{
  font-size: 2.1rem;
  color: #663300;
}

.frame{
  background-image: url("/wp-content/themes/anges/img/rental/rentalframe.gif");
  background-repeat: no-repeat;
  background-position: 50%;
}

.frame p{
  color: #663300;
}

.guide_advice p{
  color: #ff0000;
  font-size: 1.5rem;
  line-height: 3rem;
}
/*Aplan*/

.Aplan_img{
  background-image: url("/wp-content/themes/anges/img/rental/Aplan.gif");
  background-repeat: no-repeat;
  background-position: 50%;
  width: 50%;
  margin-top: 60px;
}

.Aplan{
  text-align: left;
  padding-left: 30px;
  line-height: 3.5rem;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px; 
}
.Aplan h1{
  font-size: 6.9rem;
  text-shadow: 0 1px 1px #ff9933;
}

.plan_description{
  font-size: 2.4rem;
  text-shadow: 0 1px 1px #ff9933;
}

.tax{
  text-align: right;
}

.tax div{
  text-align: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  line-height: 4rem;
  display: inline-block;
}

.plan_navi{
  width: 80px;
}

.details{
  margin-left: 3rem;
}

/*Bplan*/
.Bplan_img{
  background-image: url("/wp-content/themes/anges/img/rental/Bplan.gif");
  background-repeat: no-repeat;
  width: 50%;
  margin-top: 60px;
  order: 2;
}

.Bplan{
  line-height: 3.5rem;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px; 
  order: 1;
  width: 50%;
}

.Bplan h1{
  font-size: 6.9rem;
  text-shadow: 0 1px 1px #99ffcc;
}

.Bplan_description{
  text-shadow: 0 1px 1px #99ffcc;
}

.Bplan .tax{
  padding-right: 60px;
}

/*Cplan*/
.Cplan{
  line-height: 3.5rem;
  margin-top: 60px;
  background-image: url("/wp-content/themes/anges/img/rental/flame_pink.gif");
  background-repeat: no-repeat;
  background-position: 50%;
  text-align: center;
}

.Cplan h1{
  font-size: 6.9rem;
  text-shadow: 0 1px 1px #6666cc;
}

.Cplan_description{
  text-shadow: 0 1px 1px #6666cc;
}

.Cplan_inner{
  margin-top: 50px;
  max-width: 1075px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.between{
  justify-content: space-between;
}


.weekday{
  width: 50%;
}

.weekday_img{
  background-image: url("/wp-content/themes/anges/img/rental/weekday.gif");
  background-repeat: no-repeat; 
  background-position: top;
  border: solid #666666;
  padding: 30px;
}

.weekday_title{
  width: 440px;
  height: 210px;
}

.saturday{
  width: 50%;
}

.saturday_img{
  background-image: url("/wp-content/themes/anges/img/rental/saturday.gif");
  background-repeat: no-repeat;
  background-position: top;
  border: solid #cc3366;
  padding: 30px;
}

.saturday_title{
  width: 440px;
  height: 210px;
}

.Cplan_container{
 margin-top: 50px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px; 
}

/*plan table*/

.table_inner{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px; 
}

table{
  font-size: 1.8rem;
  border-collapse: collapse;
}

table{
  border: solid 3px #666;
}
 table th, table td{
  border: solid 2px #666;
  box-sizing: border-box;
  padding: 20px;
}

th{
 background-color: #ccc; 
}

.table_tax{
  font-weight: bold;
  text-align: right;
}

.heading th{
  color: #666;  
  width: 33%;
  text-align: center;
  width: 300px;
  height: 65px;
}

.wide{
  width: 300px;
  font-size: 3.3rem;
  font-weight: :bold;
  text-shadow: 0 1px 1px #999;
}

.wide div{
  font-size: 1.5rem;
}

.numeral{
  font-size:2.4rem; 
}
/*information*/


 /*information table*/

 .Information_table{
   border: solid 3px #990000; 
 }

 .Information_table th, .Information_table td{
  border: solid 2px #990000;
  box-sizing: border-box;
  padding: 40px;
 }

th{
  font-size: 2.7rem;
  text-shadow: 0 1px 1px #99cc00;
}

.information_heading td, th{
  background-color: #ccffcc;  
}

.information_heading td{
  text-align: center;
}

.week{
  width: 210px;
  background-color: #fff;
}

.notes{
  margin-left: 40px;
}