@charset "UTF-8";
}
/*-----------------------------------------------------------
　abf
------------------------------------------------------------*/
.title {
  padding: 15px 0 0 0;
  overflow: hidden;
  position: relative;
}
.title h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding: 8px 15px;
  background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.title .map {
  position: absolute;
  top: 32px;
  right: 2%;
  border: 2px solid #ccc;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 30%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(30%,#FFFFFF), color-stop(100%,#f2f2f2));
  -moz-box-shadow: 0 1px 2px rgba(000,000,000,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(000,000,000,0.1);
}
.main-img {
  padding: 10px 10px 0 10px;
  text-align: left;
}
.main-img  a {
  font-size: 1.6em;
}
a, a:link, a:visited, a:hover, a:active {
  color: #272727;
  text-decoration: none;
}
#photoGallery {
  margin: 0 auto 10px auto;
  width: 310px;
  position: relative;
}
#photoGallery .controls .prev {
  left: 1px;
  background: url(../img/arrow_prev.png) no-repeat 50% 60%;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  -o-background-size: 22px 22px;
  -ms-background-size: 22px 22px;
}
#photoGallery .controls a {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 22px;
  height: 148px;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#photoGallery .controls .next {
  right: 1px;
  background: url(../img/arrow_next.png) no-repeat 50% 60%;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  -o-background-size: 22px 22px;
  -ms-background-size: 22px 22px;
}
#photoGallery .viewport {
  width: 250px;
  overflow: hidden;
  margin: 0 auto;
}
#photoGallery .pointer {
  text-align: left;
  margin-top: 6px;
}
.point {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
.point figure {
  float: left;
  width: 35%;
}
.point figure img {
  width: 80px;
  height: 90px;
  margin-bottom: 5px;
}
.point figure figcaption {
  font-size: 12px;
}
.point .txt {
  float: right;
  width: 65%;
}
.inquiry {
  padding: 0 10px;
  margin-bottom: 20px;
  clear: both;
}
.info .att {
  font-size: 12px;
  margin-bottom: 5px;
  text-align: right;
}
.info h2 {
  font-size: 2em;
  font-weight:bold;
  text-align:center;
  padding: 8px 15px;
  background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table {
  border-spacing: 0;
  empty-cells: show;
  padding: 0px 0px 10px 0px;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
td {
  padding: 2px;
}
.subimg {
  text-align: left;
  font-size: 1.6em;
  padding: 0 10px 0 10px;
}
.subimg img {
    width: 100%;
}
.info {
  margin-top:10px;
}
.info p {
  margin-bottom:5px;
}


.info td {
  padding: 10px 5px 10px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 1.7em;
}
.info td:first-child {
  border-top: 1px solid #ccc;
}
.info th {
  width: 22%;
  padding: 10px 0 0 0;
  font-size: 1.5em;
  text-align: center;
  vertical-align: top;
  color: #4f4f4f;
  background: #eee;
  border-bottom: 1px solid #ccc;
}
p.map {
  margin: 10px 5px 10px 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: linear-gradient(to bottom, #efefef, #bebac1);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(000,000,000,0.2);
}
p.map a {
  display: block;
  color:#5f315f;
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  -webkit-background-size: 10px 11px;
  -moz-background-size: 10px 11px;
  -o-background-size: 10px 11px;
  -ms-background-size: 10px 11px;
}

p.map a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #9B9B9B;
  border-right: 2px solid #9B9B9B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.voice h2 {
  font-size: 2em;
  font-weight:bold;
  padding: 10px 15px;
  background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  border-bottom: 1px solid #ccc;
}
.voice article {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.voice figure {
  float: right;
  padding: 0 0 15px 15px;
}

.voice figure img {
  width: 110px;
  height: 95px;
}
.voice h3 {
  color: #457515;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight:bold;
}
.voice .name {
  text-align: right;
  font-size:1.7em;
}
.voice_txt {
  font-size:1.7em;
}
.sikijyou-toiawase {
    margin: 20px 10px 40px 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    background-image: url(../common_img/jizensoudan_bnr.png);
    height: 45vw;
    background-size: 100%;
    background-repeat: no-repeat;
}
.sikijyou-toiawase a {
 display: block;
    color: #542d54;
    width: 100%;
    padding: 30px 0 0 20px;
    text-align: left;
    font-size: 7vw;
    font-weight: bold;
    position: relative;
    -webkit-background-size: 10px 11px;
    -moz-background-size: 10px 11px;
    -o-background-size: 10px 11px;
    -ms-background-size: 10px 11px;
}
/*-----------------------------------------------------------
　accordion
------------------------------------------------------------*/
.accordion {
  width: 100%;
  font-size: 1.6em;
}

.accordion ul {
  display: none;
}

.accordion span {
  display: block;
  padding: 17px 12px;
  background-position: 97% center;
  background-repeat: no-repeat;
}

ul.accordion > li {
  background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  border-bottom: 1px solid #ccc;
}

ul.accordion > li > a {
  background: url(../img/arrow.png) 97% 50% no-repeat;
  -webkit-background-size: 10px 11px;
  -moz-background-size: 10px 11px;
  -o-background-size: 10px 11px;
  -ms-background-size: 10px 11px;
}

.accordion a {
  display: block;
  padding: 17px 12px;
  background-position: 97% center;
  background-repeat: no-repeat;
  font-weight: normal;
  color: #222;
}

ul.accordion > li > p {
  background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  cursor: pointer;
}

ul.accordion > li > p span {
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  -o-background-size: 17px 17px;
  -ms-background-size: 17px 17px;
  background-image: url(../img/icon_open.png);
}

ul.accordion > li > p span.open {
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  -o-background-size: 17px 17px;
  -ms-background-size: 17px 17px;
  background-image: url(../img/icon_open.png);
}

ul.accordion > li > ul > li {
  background: #fff;
  border-top: 1px solid #ddd;
}

ul.accordion > li > ul > li > a {
  background: url(../img/arrow.png) 96% 50% no-repeat;
  -webkit-background-size: 10px 11px;
  -moz-background-size: 10px 11px;
  -o-background-size: 10px 11px;

/* プラン-アコーディオン */

.txt {
margin: 0px 0 0 75px;
}


.arrow {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}


.arrow img {
  height: 50%;
  width: 50%;
}

.submenu li img {
  padding: 0px 5px 5px 0;
  float: left;
  width: 72px;
  height: 72px;
}

.submenu li strong {
  font-size:1.8em;
  color: #881331;
}


li{
list-style: none;
cursor: pointer;
}
 
ul.acordion{
background: #fff;
border: solid 1px #D0D0D0;
margin: 15px 15px 30px 15px;
padding: 0;
}
 
ul.acordion li {
}
 
ul.acordion li:first-child {
}
 
ul.acordion li ul {
margin: 0;
padding: 0 3px 0 3px;
border: none;
}
 
ul.acordion li ul li {
  background: #fff;
  padding: 5px 5px 10px 5px;
  margin: 5px 5px 0px 5px;
  background-size: 40px 10px
}
 
ul.acordion li ul li:last-child{
  border-bottom: none;
    margin: 20px 5px 5px 5px;
  font-size: 1.3em;
}


ul.acordion li ul li a {
color: #696969;
display: block;
text-decoration: none;
}
 
ul.acordion li .none-submenu {
position: relative;
display: block;
padding: 15px;
background-color: rgb(239, 239, 239);
font-size: 1.8em;
}

ul.acordion li .none-submenu::after {
  display: block;
  content: '';
  position: absolute;
  top: 1em;
  right: 1em;
  width: 10px;
  height: 10px;
  border-left: 3px solid #666;
  border-bottom: 3px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
 
ul.acordion li .active-submenu {
position: relative;
display: block;
padding: 15px;
background-color: rgb(239, 239, 239);
font-size: 1.8em;
}

ul.acordion li .active-submenu::after {
  display: block;
  content: '';
  position: absolute;
  top: 1em;
  right: 1em;
  width: 10px;
  height: 10px;
  border-right: 3px solid #666;
  border-top: 3px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.planList{
 margin: 0 0 40px 0;
}

.planlist_cyokuso {
  padding: 20px 5px 5px 5px;
  position: relative;
}

.planlist_kazokuso {
  padding: 20px 5px 5px 5px;
  position: relative;
}

.planlist_elegant {
  padding: 20px 5px 5px 5px;
  position: relative;
}

.plansub {
  color: #0c0c0c;
  margin-bottom: 4px;
  font-size: 1.3em;
  padding-left: 8px;
}
/*-----------------------------------------------------------
　csos
------------------------------------------------------------*/
#plan  h2 {
    text-align: center;
    
    line-height: 0.8;
}
#plan .planvavi {
    width: 95%;
    overflow: hidden;
    margin: 10px auto 0 auto;
}
#plan  .planvavi li {
    width: 25%;
    float: left;
}
.mainArea {
    width: 320px;
    height: 198px;
    margin: 0 auto 20px;
    padding: 0;
}
.mainArea p {
    padding: 75px 0 0 15px;
    line-height: 1;
    text-shadow: 2px 2px 0px #fff;
    /* -webkit-text-stroke: 1px #fff; */
}
.t160 { font-size: 160% !important }
#plan .aboutTxt {
}
#plan .aboutTxt p {
    font-size: 1.3em;
    text-align: center;
}
#plan .contents .inner { margin: 0 10px }
.mB0 { margin-bottom: 0 !important }
.mB0 span { font-size: 0.5em }
.mB10 { margin-bottom: 10px !important }
.center {
   text-align: center;
   margin-bottom:5px;
}
.allPlace.kazokuso {
  background: #FFFFFF;
  margin-bottom: 20px;
  font-size: 1.6em;
 }
.plice_commen {
 text-align: center;
 padding-top:10px;
 }
.money_waribiki { font-size: 180% !important }
.kizuna_club {
  padding: 5px 10px;
  background: #a40000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
}
.kizuna_club a {
  color: #fff;
  font-weight: bold;
}
.syousai {
  padding: 2px 5px;
  background: #ffffff;
  text-align: center;
  color: #a40000;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.fwNormal { font-weight: normal !important }

/*-----------------------------------------------------------
　家族想プランA
------------------------------------------------------------*/
#plan.kazokusoA .contents h2 {
      font-weight: bold;
      color: #CE527B;
      font-family: "ヒラギノ明朝 Pro","Hiragino Mincho ProN", "YuMincho", "游明朝", serif;
      padding:15px 0 15px 0;
}
#plan.kazokusoA .contents h3 {
      border-top: solid 10px #ce527b;
      padding: 2px 0 5px 0;
      line-height: 1;
}
#plan.kazokusoA .mainArea {
    background: url(../planC_img/plan-c_naiyou.png) no-repeat;
    -webkit-background-size: 320px 198px;
    -moz-background-size: 320px 198px;
    -o-background-size: 320px 198px;
    -ms-background-size: 320px 198px;
    background-size: 320px 198px;
}

#plan.kazokusoA .aboutTxt h3 {
    background: #ffe4ed;
    color: #131313;
}
.naiyouKA {
    background: #ce527b;
    text-align: center;
    color: #fff;
    margin: 0 10px 5px 10px;
    padding: 5px 0;
    line-height: 1.4;
    font-size: 1.8em;
}
.plice_nomal_A {
    text-align: center;
    padding-bottom: 10px;
    color: #ce527b;
    font-weight: bold;
 }

/*-----------------------------------------------------------
　家族想プランB
------------------------------------------------------------*/
#plan.kazokusoB .contents h2 {
      font-weight: bold;
      color: #29a518;
      font-family: "ヒラギノ明朝 Pro","Hiragino Mincho ProN", "YuMincho", "游明朝", serif;
      padding:15px 0 15px 0;
}
#plan.kazokusoB .contents h3 {
      border-top: solid 10px #29a518;
      padding: 2px 0 5px 0;
      line-height: 1;
}
#plan.kazokusoB .mainArea {
    background: url(../planC_img/plan-c_naiyou.png) no-repeat;
    -webkit-background-size: 320px 198px;
    -moz-background-size: 320px 198px;
    -o-background-size: 320px 198px;
    -ms-background-size: 320px 198px;
    background-size: 320px 198px;
}

#plan.kazokusoB .aboutTxt h3 {
    background: #ffe4ed;
    color: #131313;
}
.naiyouKB {
    background: #29a518;
    text-align: center;
    color: #fff;
    margin: 0 10px 5px 10px;
    padding: 5px 0;
    line-height: 1.4;
    font-size: 1.8em;
}
.plice_nomal_B {
    text-align: center;
    padding-bottom: 10px;
    color: #29a518;
    font-weight: bold;
 }

/*-----------------------------------------------------------
　家族想プランC
------------------------------------------------------------*/
#plan.kazokusoC .contents h2 {
      font-weight: bold;
      color: #24AFE2;
      font-family: "ヒラギノ明朝 Pro","Hiragino Mincho ProN", "YuMincho", "游明朝", serif;
      padding:15px 0 15px 0;
}
#plan.kazokusoC .contents h3 {
      border-top: solid 10px #24AFE2;
      padding: 2px 0 5px 0;
      line-height: 1;
}
#plan.kazokusoC .mainArea {
    background: url(../planC_img/plan-c_naiyou.png) no-repeat;
    -webkit-background-size: 320px 198px;
    -moz-background-size: 320px 198px;
    -o-background-size: 320px 198px;
    -ms-background-size: 320px 198px;
    background-size: 320px 198px;
}

#plan.kazokusoC .aboutTxt h3 {
    background: #ffe4ed;
    color: #131313;
}
.naiyouKC {
    background: #24AFE2;
    text-align: center;
    color: #fff;
    margin: 0 10px 5px 10px;
    padding: 5px 0;
    line-height: 1.4;
    font-size: 1.8em;
}
.plice_nomal_C {
    text-align: center;
    padding-bottom: 10px;
    color: #24AFE2;
    font-weight: bold;
 }

/*-----------------------------------------------------------
　直葬プラン #529cf7; cyokuso
------------------------------------------------------------*/
#plan.cyokuso .contents h2 {
      font-weight: bold;
      color: #529cf7;;
      font-family: "ヒラギノ明朝 Pro","Hiragino Mincho ProN", "YuMincho", "游明朝", serif;
      padding:15px 0 15px 0;
}
#plan.cyokuso .contents h3 {
      border-top: solid 10px #529cf7;;
      padding: 2px 0 5px 0;
      line-height: 1;
}
#plan.cyokuso .mainArea {
    background: url(../plancyoku_img/plan-c_naiyou.png) no-repeat;
    -webkit-background-size: 320px 198px;
    -moz-background-size: 320px 198px;
    -o-background-size: 320px 198px;
    -ms-background-size: 320px 198px;
    background-size: 320px 198px;
}

#plan.cyokuso .aboutTxt h3 {
    background: #ffe4ed;
    color: #131313;
}
.naiyoucyoku {
    background: #529cf7;;
    text-align: center;
    color: #fff;
    margin: 0 10px 5px 10px;
    padding: 5px 0;
    line-height: 1.4;
    font-size: 1.8em;
}
.plice_nomal_cyoku {
    text-align: center;
    padding-bottom: 10px;
    color: #529cf7;;
    font-weight: bold;
 }
.plice_kizunataisyougai {
    text-align: center;
    padding-bottom: 10px;
    color: ##4D4D4D;
    font-size: 0.7em;
 }

/*-----------------------------------------------------------
　エレガントプランＤ  #f68e31
------------------------------------------------------------*/
#plan.elegantD .contents h2 {
      font-weight: bold;
      color: #f68e31;
      font-family: "ヒラギノ明朝 Pro","Hiragino Mincho ProN", "YuMincho", "游明朝", serif;
      padding:15px 0 15px 0;
}
#plan.elegantD .contents h3 {
      border-top: solid 10px #f68e31;
      padding: 2px 0 5px 0;
      line-height: 1;
}
#plan.elegantD .mainArea {
    background: url(../planC_img/plan-c_naiyou.png) no-repeat;
    -webkit-background-size: 320px 198px;
    -moz-background-size: 320px 198px;
    -o-background-size: 320px 198px;
    -ms-background-size: 320px 198px;
    background-size: 320px 198px;
}

#plan.elegantD .aboutTxt h3 {
    background: #f68e31;
    color: #131313;
}
.naiyouED {
    background: #f68e31;
    text-align: center;
    color: #fff;
    margin: 0 10px 5px 10px;
    padding: 5px 0;
    line-height: 1.4;
    font-size: 1.8em;
}
.plice_nomal_ED {
    text-align: center;
    padding-bottom: 10px;
    color: #f68e31;
    font-weight: bold;
}

/*-----------------------------------------------------------
　エレガントプランＣ 
------------------------------------------------------------*/
#plan.elegantC .contents h2 {
      font-weight: bold;
      color: #8829a7;
      font-family: "ヒラギノ明朝 Pro","Hiragino Mincho ProN", "YuMincho", "游明朝", serif;
      padding:15px 0 15px 0;
}
#plan.elegantC .contents h3 {
      border-top: solid 10px #8829a7;
      padding: 2px 0 5px 0;
      line-height: 1;
}
#plan.elegantC .mainArea {
    background: url(../planC_img/plan-c_naiyou.png) no-repeat;
    -webkit-background-size: 320px 198px;
    -moz-background-size: 320px 198px;
    -o-background-size: 320px 198px;
    -ms-background-size: 320px 198px;
    background-size: 320px 198px;
}

#plan.elegantC .aboutTxt h3 {
    background: #ffe4ed;
    color: #131313;
}
.naiyouEC {
    background: #8829a7;
    text-align: center;
    color: #fff;
    margin: 0 10px 5px 10px;
    padding: 5px 0;
    line-height: 1.4;
    font-size: 1.8em;
}
.plice_nomal_EC {
    text-align: center;
    padding-bottom: 10px;
    color: #8829a7;
    font-weight: bold;
}

/*-----------------------------------------------------------
　エレガントプランＢ
------------------------------------------------------------*/
#plan.elegantB .contents h2 {
      font-weight: bold;
      color: #7A7A7A;
      font-family: "ヒラギノ明朝 Pro","Hiragino Mincho ProN", "YuMincho", "游明朝", serif;
      padding:15px 0 15px 0;
}
#plan.elegantB .contents h3 {
      border-top: solid 10px #7a7a7a;
      padding: 2px 0 5px 0;
      line-height: 1;
}
#plan.elegantB .mainArea {
    background: url(../planC_img/plan-c_naiyou.png) no-repeat;
    -webkit-background-size: 320px 198px;
    -moz-background-size: 320px 198px;
    -o-background-size: 320px 198px;
    -ms-background-size: 320px 198px;
    background-size: 320px 198px;
}

#plan.elegantB .aboutTxt h3 {
    background: #ffe4ed;
    color: #131313;
}
.naiyouEB {
    background: #7a7a7a;
    text-align: center;
    color: #fff;
    margin: 0 10px 5px 10px;
    padding: 5px 0;
    line-height: 1.4;
    font-size: 1.8em;
}
.plice_nomal_EB {
    text-align: center;
    padding-bottom: 10px;
    color: #7a7a7a;
    font-weight: bold;
}

/*-----------------------------------------------------------
　エレガントプランＡ
------------------------------------------------------------*/
#plan.elegantA .contents h2 {
      font-weight: bold;
      color: #54330f;
      font-family: "ヒラギノ明朝 Pro","Hiragino Mincho ProN", "YuMincho", "游明朝", serif;
      padding:15px 0 15px 0;
}
#plan.elegantA .contents h3 {
      border-top: solid 10px #54330f;
      padding: 2px 0 5px 0;
      line-height: 1;
}
#plan.elegantA .mainArea {
    background: url(../planC_img/plan-c_naiyou.png) no-repeat;
    -webkit-background-size: 320px 198px;
    -moz-background-size: 320px 198px;
    -o-background-size: 320px 198px;
    -ms-background-size: 320px 198px;
    background-size: 320px 198px;
}

#plan.elegantA .aboutTxt h3 {
    background: #ffe4ed;
    color: #131313;
}
.naiyouEA {
    background: #54330f;
    text-align: center;
    color: #fff;
    margin: 0 10px 5px 10px;
    padding: 5px 0;
    line-height: 1.4;
    font-size: 1.8em;
}
.plice_nomal_EA {
    text-align: center;
    padding-bottom: 10px;
    color: #54330f;
    font-weight: bold;
 }


/*-----------------------------------------------------------
　enquiry
------------------------------------------------------------*/
.lineBottom02 {
  border-bottom: #4e4020 1px solid;
  margin-bottom: 20px;
}

.titUnderlayer01 {
  font-size: 2.1em;
  text-align: center;
  color: #ffffff;
  background: -moz-linear-gradient(top, #4F900F 0%, #3E6219 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4F900F), color-stop(100%, #3E6219));
  background: -webkit-linear-gradient(top, #4F900F 0%, #3E6219 100%);
  background: -o-linear-gradient(top, #4F900F 0%, #f3E6219 100%);
  background: -ms-linear-gradient(top, #4F900F 0%, #3E6219 100%);
  background: linear-gradient(to bottom, #4F900F 0%, #3E6219 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4F900F', endColorstr='#3E6219', GradientType=0 );
  background-size: 100% 100%;
  padding: 10px;
}

.wrapContent {
  margin: 2% 2% 0 2%;
}

.txtEstimate01 {
  color: #4e4020;
  text-align: center;
  margin-bottom: 20px;
  font-size:1.3em;

}

.titUnderlayer04 {
  background: -moz-linear-gradient(top, #4F900F 0%, #3E6219 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4F900F), color-stop(100%, #3E6219));
  background: -webkit-linear-gradient(top, #4F900F 0%, #3E6219 100%);
  background: -o-linear-gradient(top, #4F900F 0%, #f3E6219 100%);
  background: -ms-linear-gradient(top, #4F900F 0%, #3E6219 100%);
  background: linear-gradient(to bottom, #4F900F 0%, #3E6219 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4F900F', endColorstr='#3E6219', GradientType=0 );
  padding: 8px 5%;
  margin: 0 6%;
  border-radius: 4px;
  color: white;
  line-height: 1.6;
  font-size: 1.5em;
  text-align: center;
}

.form01 {
  font-size: 1.6em;
}

.form01 dt {
  font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro W6","HiraKakuProN-W6";
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #342e30;
}

.form01 dd {
  color: #4e4020;
}


.must01 {
  background: #e31414;
  padding: 2px 1%;
  color:#fff;
  font-size: 1em;
  margin-left: 3%;
  border-radius: 2px;
}

input[type=text], input[type=tel] {
  padding: 15px 10px;
  width: 98%;
  border-radius: 4px;
  border: #a8ada5 1px solid;
  font-size:　2em;
  line-height: 1.4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.inputTxt01 {
  width: 92%;
}

.mb10 {
  margin-bottom: 10px !important;
}

select {
  padding: 0 10px;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: #a8ada5 1px solid;
  background: white;
  font-size: 1.2em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.txtCheckbox01 {
  float: left;
  width: 20px;
  height: 40px;
}

.txtCheckbox02 {
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8a00), color-stop(100%,#ff7000));
  background: -webkit-linear-gradient(top, #ff8a00 0%,#ff7000 100%);
  background: linear-gradient(to bottom, #ff8a00 0%,#ff7000 100%);
  padding: 15px 0;
  width: 90%;
  margin: 5px 5%;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1.6em;
  position: relative;
}
.txtForm02 {
  font-size: 1.0em;
  color: #4e4020;
}

.txtForm02 a {
  text-decoration: underline;
}

/*-----------------------------------------------------------
　fixer
------------------------------------------------------------*/
.cmn_fixdfooter {
  z-index: 99999;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.cmn_fixdfooter li {
  width: 50%;
  float: left;
  text-align: center;
}

.cmn_meiler {
  background: #ececec;
}

.cmn_meiler a {
  padding: 10px 0;
  display: block;
}


.cmn_fixdfooter li {
  width: 50%;
  float: left;
  text-align: center;
}

.cmn_telephone {
  background: #ec9000;
}

.cmn_telephone a {
  display: block;
  padding: 10px 0;
}


/*-----------------------------------------------------------
　ryoukinplan
------------------------------------------------------------*/
#plan li.section {
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e1e1e1) );
    background: -moz-linear-gradient(top, #f9f9f9, #e1e1e1);
    padding: 3px 0;
    border-bottom: 1px solid #669933;
    border-top: 1px solid #fff;
    margin-bottom: 2px;
}
#plan li.section a {
    background-image: url("../common_img/arrw1.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px 17px;
    padding: 6px 0 2px 10px;
    width: 94%;
    position: relative;
    left: 6px;
    position: relative;
    overflow: hidden;
}
#plan {
    border-top: 1px solid #ccc;
    margin: 0 10px 10px 10px;
}
#plan li.section dl {
    float: right;
    width: 72%;
}
#plan li.section #plan_9 dl dt {
    color: #2671ac;
    padding-top: 5px;
}
#plan li.section #plan_20 dl dt {
    color : #2671ac;
    padding-top: 5px;
}
#plan li.section #plan_30 dl dt {
    color: #237639;
    padding-top: 5px;
}
#plan li.section #plan_40 dl dt {
    color : #c34b77;
    padding-top: 5px;
}
#plan li.section #plan_50 dl dt {
    color : #f08522;
    padding-top: 5px;
}
#plan li.section #plan_60 dl dt {
    color : #6b3e94;
    padding-top: 5px;
}
#plan li.section #plan_80 dl dt {
    color : #676867;
    padding-top: 5px;
}
#plan li.section #plan_100 dl dt {
    color : #838032;
    padding-top: 5px;
}
#plan li.section dl dt {
    font-weight: bold;
    font-size: 2em;
    line-height: 100%;
    margin: 0 0 5px;
}
#plan li.section dl dd {
    font-weight: bold;
    font-size: 2em;
    line-height: 90%;
}
#plan li.section dl dd span { font-size: 1.2em }
#plan li.section .img {
    display: block;
    width: 70px;
    margin: 0 0 2px -8px;
}

/*-----------------------------------------------------------
　sikijyou_guide
------------------------------------------------------------*/
h1.title {
    font-size: 2.4em;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 1px #eee;
    border-bottom: solid 2px #2C9701;
    padding: 25px 0 20px 0;
    margin-bottom: 15px;
    clear: both;
}
.hallInfo {
    padding: 0 2px 20px 2px;
    margin: 20px 10px 20px 10px;
    border-bottom: #289001 2px solid;
}
.hallInfo figure {
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
}
.hallInfo figure img {
    padding: 3px;
    border: 1px solid #d7d7d7;
    color: inherit;
    width: 110px;
    height: 90px;
}
.hallInfo h3 {
    font-size: 2em;
    line-height: 1.1;
    margin-bottom: 3px;
}
.hallInfo h3 a {
    color: rgb(72, 124, 19);
    font-weight: bold;
}
.hallInfo .furigana {
    font-size: 1.4em;
    font-weight: normal;
    color: #666;
    margin-bottom: 10px;
    color: #299201;
}
.hallInfo table {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    clear: both;
}
.hallInfo th {
    padding: 6px;
    font-weight: bold;
    color: #565656;
    border: 1px solid #d7d7d7;
    background: #f5f5f5;
    text-align: center;
    font-size: 1.4em;
    width: 25%;
}
.hallInfo td {
    padding: 6px;
    color: inherit;
    border: 1px solid #d7d7d7;
    background: #FFFFFF;
    text-align: left;
    font-size: 1.6em;
}
.btn {
    margin: 10px auto 0 auto;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: linear-gradient(to bottom, #e4f1e4, #c2ddc2);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(000,000,000,0.2);
}
.btn a {
    display: block;
    color: #497D14;
    width: 100%;
    padding: 20px 15px;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    position: relative;
    -webkit-background-size: 10px 11px;
    -moz-background-size: 10px 11px;
    -o-background-size: 10px 11px;
    -ms-background-size: 10px 11px;
}
.btn a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #9B9B9B;
    border-right: 2px solid #9B9B9B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
}


h2.jirei_title {
    font-size: 1.3em;
}