@charset "utf-8";
/* CSS Document */

h1.stl {
  background: url(../img/facility/main-tl.png) no-repeat 0 0;
  width: 208px;
  height: 47px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: -95px;
}

/******/
.itemSev.head{
  padding-bottom: 42px;
  background: -webkit-linear-gradient(white, #fcf9f3, #ede8f0); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(white, #fcf9f3, #ede8f0); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(white, #fcf9f3, #ede8f0); /* Firefox 3.6 - 15 */
  background: linear-gradient(white, #fcf9f3, #ede8f0); /* 标准的语法 */
}
.itemSev h2{
  margin-top: 43px;
  font-size:1.846em;
}
.itemSev .summary{
  line-height:1.7;
  margin-top:30px;
  font-size: 1.23em;
}
.itemSev .summary .tel{
  display:inline-block;
  font-size:1.125em;
  background:url(../img/facility/icon-tel.png) left center no-repeat;
  padding-left:17px;
}
.itemSev .other{
  text-align:left;
  background:#f0ebf2;
}
.itemSev .other.tbl {
  display: table;
  width: 100%;
}
.itemSev .other.tbl .fl,
.itemSev .other.tbl .fr {
  display: table-cell;
  float: none;
}
.itemSev .other img {
  width: 100%;
}
.itemSev .other .fl{
  width:50%;
}
.itemSev .other .fr{
  width:50%;
}
.itemSev .other .inner{
  padding: 38px 40px 40px;
  text-align: justify;
  box-sizing: border-box;
}
@media (min-width:1400px) {
  .itemSev .other .inner{
    padding: 9.5% 10% 10%;
  }
}
.itemSev .other h3{
  font-size: 1.461em;
  line-height: 1.3;
  font-weight: bold;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.itemSev .other .txt{
  line-height: 1.7;
  margin-top: 15px;
  font-size: 1.23em;
  margin-left: 3px;
}

/******/
.funeralList{
  padding:10px 0 0;
  margin:0 auto;
}
.funeralList h3{
  font-size:1.846em;
}
.funeralList ul {
  width: 680px;
  margin: -5px auto 0;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.funeralList li {
  float:left;
  width:320px;
  margin:40px 40px 0 0;
  text-align:center;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
@media (max-width:1030px) {
  .funeralList ul {
    width: 660px;
  }
  .funeralList li {
    margin-right: 20px;
  }
}
@media (max-width:980px) {
  .funeralList ul {
    width: 650px;
  }
  .funeralList li {
    margin-right: 10px;
  }
}
.funeralList li.even {
  margin-right: 0;
}
.funeralList p.pic{
  margin-bottom:15px;
}
.funeralList p.pic img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.funeralList p.pic img:hover {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}
.funeralList h4.name{
  font-size:1.846em;
}
.funeralList p.desc{
  font-size:1.230em;
  line-height:1.7;
  margin:8px 0 13px;
}
.funeralList a.btnView {
  width:200px;
  display:block;
  border-radius:4px;
  text-align:center;
  border:1px solid #9681b4;
  -webkit-box-shadow:0 0 1px #f1eded;  
  -moz-box-shadow:0 0 1px #f1eded;  
  box-shadow:0 0 1px #f1eded;
  margin: 0 auto;
}
.funeralList a.btnView:hover {
  background: #8269a3;
  color: #fff;
  text-decoration: none;
}
.funeralList a.btnView span {
  display:block;
  line-height:38px;
  background:url(../img/common/arrow-purple.png) 9px center no-repeat;
  font-size:1.076em;
}
.funeralList a.btnView:hover span {
  background:url(../img/common/arrow-purple_on.png) 9px center no-repeat;
}

/*****/
#gmap {
  background: #ccc;
  width: 100%;
  height: 460px;
  margin-top: 64px;
}


/*****/
.accessBox {
  width: 660px;
  margin: 60px auto 0;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
@media (max-width:1030px) {
  .accessBox {
    width: 640px;
  }
}
.accessBox h2{
  font-size:1.846em;
}
.accessBox .bd{
  font-size:1.230em;
  line-height:1.7;
  text-align:left;
}
.accessBox .bd p{
  margin:28px 0 0;
}
.accessBox .bd.car {
  display: none;
}
.access-detail {
  line-height: 1.75;
  margin-top: 32px;
}
.access-detail dt {
  width: 100%;
}
.access-detail dd {
  width: 100%;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 28px;
}
.access-detail dd.middle {
  margin-bottom: 0;
}
.access-detail dd.middle.group {
  margin-bottom: 10px;
}


