
/***contents***/

.cl {
  clear: both;
}
a,
a:hover,
a:visited {
  color: #222;
}

.wrap-960 {
  width: 968px;
}
.sideContents {
  float: left;
  width: 304px;
}
.mainContents{
  float: left;
  width: 615px;
}
.mt-100 {
	margin-top: 100px;
}

/***header***/

.ghead {
  position: relative;
  height: 245px;
}
.ghead h2 {
	display: block;
	float: left;
	font-size: 45px;
	letter-spacing: 5px;
}
.gnavi ul {
	text-align: right;
}
.gnavi ul li{
    float: right;
    display: block;
    padding-right: 20px;
    margin-top: -10px;
}
.gnavi a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.gnavi a:hover img {
	opacity: .5;
}
.gnavi ul li a {
	display: block;
	float: left;
}
.gnavi a img {
	float: left;
}
.heading_title {
    width: 980px;
    margin: 0 auto;
}
.shadow {
    box-shadow: 0 3px 3px #cccccc;
}
.logo-block img,
.logo-block__logo,
.logo-block__info,
.logo-block__hurry,
.logo-block__contact {
  float: left;
  display: block;
}
.logo-block {
	z-index: 9999;
}
.logo-block__info {
	width: 70%;
  margin-top: 0;
}
.logo-block__logo {
  float: left;
  display: block;
  padding: 20px;
}
.logo-block p a {
  margin: 0;
  padding: 0;
}
.logo-block__contact img {
  float: left;
  padding-top: 10px;
  padding-right: 20px;
}
.logo-block__contact_2 img {
  float: left;
  padding-top: 10px;
}
.logo-block__hurry {
  width: 215px;
}
.facilities li {
  float: left;
  padding-right: 10px;
}
.facilities .details {
  width: 296px;
}
.facilities .icon img {
  float: left;
  width: 46px;
}
.facilities .nameAndAddress {
  float: left;  
}
.facilities .nameAndAddress .name {
  padding: 5px 0;
}
.facilities .nameAndAddress .name a {
  max-width: 13em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9em;
  margin-bottom: -8px;
}
.home .heading_title:before {
	content: none;
}

/***footer***/

.gfoot__foot,
.gfoot__foot .logo-block,
.gfoot__foot .logo-block__logo,
.gfoot__foot .logo-block__info,
.gfoot__foot .logo-block__memolead,
.gfoot__foot .gfoot_moving,
.icon_call {
	float: left;
}
.gfoot_moving {
	height: 115px;
}
.gfoot__foot {
	background-color: #fff;
}
.subblock1 .icon_call {
	width: 100%;
}
.gfoot_moving .icon_call p img {
	float: left;
	padding-right: 19px;
}
.gfoot__foot .block {
	margin: 0 auto;
	padding-left: 20px;
}
.subblock1 {
	/* margin-top: 10px; */
}
.subblock2 {
	/* float: left; */
	/* margin-top: -103px; */
	text-align: right;
	/* padding-left: 425px; */
}


/***スライドショー　bxslider***/

.bx-wrapper {
    margin-bottom: 10px !important;
}
div.controlWrap {
    width: 960px !important;
}
ul.bxslider02 li {
    width: 235px !important;
    height: 70px;
}
ul.bxslider02 li a {
    width: 235px !important;
}
ul.bxslider02 li a img {
    width: 235px !important;
}

ul.bxslider04 li {
    width: 235px !important;
    height: 130px;
}
ul.bxslider04 li a {
    width: 235px !important;
}
ul.bxslider04 li a img {
    width: 235px !important;
}

.scale_up {
  width: 296px;
  height: 197px;
  border: 1px solid #CCC;
  overflow: hidden;
}
.scale_up img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale_up img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.facilities a:hover p, .facilities a:hover img {
    opacity: 1;
}

/***本日の葬儀　ティッカー***/

#Tbx{
    position: relative;
    margin: 10px 0;
    overflow: hidden;
    width: 400px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #666;
    border-radius: 5px;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
#Tmass div{ padding-left:30px; }

.today_sougi ul li a {
  color: #000;
    display: block;
    font-size: 17px;
}
.today_sougi ul li a:hover {
  opacity: 0.6;
}

/***annai***/

.mainContents .facilities li a {
  color: #222;
}
.mainContents .facilities li a:visited {
  color: #222;
}


/***annai***/

.single_title {
	width: 100%;
	margin-top: 0;
}
#single-annai .single_title p {
	display: block;
	float: left;
}
#single-annai .single_title img {
	float: left;
}
#single-annai .single_title h1 {
	float: left;
	display: block;
	padding-left: 5px;
}
#single-annai .single_title .chiku {
	width: 100%;
}


/***固定ページ***/

.main-content {
  width: 900px;
}
.heading1 {
  padding-top: 20px;
}
.wrap-underlayer {
    border: 1px solid #ccc;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.head_icon p {
  float: left;
}
.page-hurry .sec-flow__thumb,
.page-hurry .sec-flow__thumb img {
  float: left;
}
.page-hurry .sec-flow__txt {
  float: right;
}
.page-hurry .numlist__icon {
  float: left;
  padding-right: 20px;
}
.page-hurry .numlist__txt {
  padding: 40px 0;
}
.page-hurry .numlist__item {
  clear: both;
}
.footer_hurry h1 {
  text-align: center;
}







