@charset "UTF-8";
/* トップページ */
/*------------------------------------------------------------
    メインイメージ
------------------------------------------------------------*/
#mainImage {
  width: 735px;
  float: right;
  margin: 1px 5px 20px 0px;
}

#conts h3 {
  padding: 0 0 0 5px;
}
#conts .messageBox {
  width: 715px;
  height: 240px;
  background: url(../img/index/message_bg.jpg) no-repeat right;
  margin-bottom: 31px;
  padding: 0 0 0 5px;
}
#conts .messageBox p {
  padding: 30px 0 0 30px;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.4em;
}
#conts .messageBox .txt {
  padding-left: 30px;
  margin-bottom: 27px;
}
#conts .messageBox .bn {
  width: 180px;
  height: 39px;
  padding-left: 333px;
  background: url(../img/index/message_bn_over.gif) no-repeat right;
}
#conts .messageBox .bn a:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
}
#conts .reason {
  margin-bottom: 33px;
  padding: 0 0 0 5px;
}
#conts .planBox {
  margin-bottom: 21px;
  font-size: 1.13em;
  padding: 0 0 0 5px;
}
#conts .planBox .plan01 {
  float: left;
  width: 344px;
  border: 3px solid #DDD;
  background: url(../img/index/plan_bg04.jpg) no-repeat left top;
}
#conts .planBox .plan01 .inner {
  padding: 15px 15px 8px;
  background: url(../img/index/plan_bg03.gif) no-repeat right bottom;
}
#conts .planBox .plan02 {
  float: right;
  width: 344px;
  border: 3px solid #DDD;
  background: url(../img/index/plan_bg04.jpg) no-repeat left top;
}
#conts .planBox .plan02 .inner {
  padding: 15px 15px 8px;
  background: url(../img/index/plan_bg03.gif) no-repeat right bottom;
}
#conts .planBox .img {
  float: left;
}
#conts .planBox .txt {
  float: right;
  padding: 4px 0 0 0px;
  margin-bottom: 8px;
}
#conts .planBox p {
  padding: 0 0 0 2px;
  font-size: 0.83em;
  clear: both;
}
#conts .basePlan {
  margin-bottom: 33px;
  padding: 0 0 0 5px;
}
#conts .basePlan .txt {
  float: left;
}
#conts .basePlan .bn {
  float: right;
  width: 180px;
  height: 39px;
  background: url(../img/index/plan_bn_over.gif) no-repeat;
}
#conts .basePlan .bn a:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
}
#conts .toPlan p {
  padding: 15px 10px 30px;
  font-size: 1.4em;
  font-weight: bold;
}
#conts .toPlan ul {
  list-style: none;
  height: 161px;
}
#conts .toPlan ul li {
  float: left;
  width: 220px;
}
#conts .toPlan ul li.mid {
  margin: 0 27px;
}
#conts .toPlan .bn {
  padding: 20px 0 40px;
}
#conts .toPlan .bn a {
  background: url(../img/index/plan2_bn_over.gif) no-repeat;
  width: 398px;
  height: 52px;
  display: block;
  margin: auto;
}
#conts .toPlan .bn a:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
}
#conts .merit {
  width: 715px;
  height: 374px;
  position: relative;
  padding: 0 0 0 5px;
}
#conts .merit .bn {
  width: 114px;
  height: 103px;
  position: absolute;
  top: 250px;
  left: 582px;
  background: url(../img/index/bn_merit_over.jpg) no-repeat;
}
#conts .merit .bn a:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
}

/*20190604追記*/
figure {
  margin: 0;
}

#conts .toPlan .bn {
  padding-bottom: 0;
  padding-top: 15px;
}
#conts .btn {
  text-align: center;
}
#conts .btn a:hover {
  opacity: 0.8;
}
#conts p.head {
  padding: 15px 10px 30px;
  font-size: 1.4em;
  font-weight: bold;
}
#conts .contsIn {
  margin-bottom: 75px;
  width: 100%;
}
#conts .contsIn:after {
  clear: both;
  display: block;
  content: " ";
  visibility: hidden;
}
#conts #toHall .figWrap {
  margin-bottom: 15px;
}
#conts #toHall .figWrap:after {
  clear: both;
  display: block;
  content: " ";
  visibility: hidden;
}
#conts #toHall .hall {
  box-sizing: border-box;
  padding: 7px;
  float: left;
  width: 48%;
  background-color: #efedea;
}
#conts #toHall .hall.shimin {
  color: #C83E2A;
}
#conts #toHall .hall.wada {
  color: #336131;
}
#conts #toHall .hall:not(:last-child) {
  margin-right: 4%;
}
#conts #toHall .hall img {
  width: 100%;
}
#conts #toHall .hall figcaption {
  font-size: 17px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
}
