@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :plan.scss
 author     :Ability Consultant
style info  :wedding/plan	ウエディングプラン
=================================================================== */
/* -----------------------------------------------------------
	#wnav　ウエディング共通ナビ
----------------------------------------------------------- */
#wnav {
  overflow: hidden;
}
#wnav li {
  float: left;
  width: 33.33%;
  text-align: center;
}
#wnav li a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 1.2em 0;
  display: block;
}
#wnav li a i {
  margin-right: 0.3em;
}
#wnav .wnav_res {
  background: #c35c61;
}
#wnav .wnav_res i.fa-search {
  color: #ceb693;
}
#wnav .wnav_doc {
  background: #a2c35c;
}
#wnav .wnav_con {
  background: #574037;
}
#wnav .wnav_con i.fa-envelope-o {
  color: #ceb693;
}

/* -----------------------------------------------------------
	.con_plan
----------------------------------------------------------- */
.con_plan {
  width: 89.0625%;
  margin: 5% auto;
}
.con_plan h3 {
  width: 100%;
  margin: 4% 0;
}
.con_plan .box_txt {
  text-align: left;
  padding: 5% 0;
  background: url(../wedding/plan/images/bg_slid.png) no-repeat;
  background-position: top left;
  background-size: 11.75439%;
}
.con_plan .box_txt h4 {
  padding: 0;
  margin: 0 auto;
}
.con_plan .box_txt h4.txt_lounge {
  width: 53.68421%;
}
.con_plan .box_txt h4.txt_autumn {
  width: 28.59649%;
}
.con_plan .box_txt h4.txt_web {
  width: 35.78947%;
}
.con_plan .box_txt h4.txt_spring {
  width: 58.07018%;
}
.con_plan .box_txt h4.txt_summer {
  width: 54.38596%;
}
.con_plan .box_txt h4.txt_shinto {
  width: 44.21053%;
}
.con_plan .box_txt h4.txt_photo {
  width: 35.26316%;
}
.con_plan .box_txt h4.txt_marriage {
  width: 28.24561%;
}
.con_plan .box_txt h4.txt_dog {
  width: 71.57895%;
}
.con_plan .box_txt .txt_fee {
  text-align: center;
  font-size: 0.8em;
  margin: 0 0 3%;
}
.con_plan .box_txt .txt_fee span {
  font-size: 1.15em;
  color: #c35c60;
}
.con_plan .box_plan {
  padding: 4% 1%;
  border: 1px solid #e2dbc0;
  background: url(../wedding/plan/images/bg_plan.jpg) repeat;
}
.con_plan .box_plan table, .con_plan .box_plan tr, .con_plan .box_plan th, .con_plan .box_plan td {
  width: 100%;
  text-align: left;
  border: none;
}
.con_plan .box_plan table th {
  color: #9c8831;
}
.con_plan .box_plan table td {
  padding: 0 .5em .7em;
}

.obj_plan {
  font-size: 125%;
  line-height: 1;
  padding: 1em 0em;
  text-align: left;
}
.obj_plan span {
  display: inline-block;
  width: 4.73684%;
  vertical-align: middle;
  margin: 0 3% 0 6%;
}
