@charset "utf-8";

html, body {
	height: 100%;
}
body {
	background-image: url("/images/top/bg_contents.png");
    background-repeat: repeat;
    background-size: 100% auto;
    width: 100%;
}
#wrap{
	background: none;
	height: 100%;
	overflow: hidden;
}

/* トップアニメーション */
.anime {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-color: #ffffff;
}

.anime img {
  width: 50%;
  display: block;
  position: absolute;
  top: 50%;
	left: 50%;
  -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media(max-width:760px) {
	.anime img {
		width: 80%;
	}
}

/*フッター固定用*/
#contents {
	padding-bottom: 120px !important;
    padding-top: 0 !important;
}

/*メインイメージ*/
#mainImage {
    background-image: url("/images/top/bg_mainImage_new.jpg");
    background-size: 100% auto;
    width: 100%;
}
#mainImage img {
	width:100%
}

#mainImage h1 {
	float: left;
	width: 18.8%;
}
#mainImage .copyBox {
	float: left;
	width: 81.2%;
}
#mainImage .imageBox {
	float: left;
	width: 100%;
}

#tab_mainImage,
#sp_mainImage {
	display:none;
}

/*バナー*/
#mainBanner {
    width: 100%;
		position: relative;
}
#mainBanner img {
    width: 100%;
}
#mainBanner ul.bnBox{
		position: absolute;
		top: -210px;
		right: 30px;
}
#mainBanner ul.bnBox li{
	display: inline-block;
	margin-left: 10px;
}
#tab_mainBanner,
#sp_mainBanner {
	display:none;
}

/*背景のライン*/
.bg_line{
	margin: 0 auto;
    position: relative;
    top: 0;
    width: 1345px;
    z-index: -1;
    text-align: center;
    left: -287px;
}
.bg_line > div{
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
}
.bg_line > div > p{
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: -100px;
}
.bg_line .line_1{
	background-image: url("/images/top/bg_01.png");
	height: 277px;
}
.bg_line .line_2_top{
	background-image: url("/images/top/bg_02_top.png");
	width: 1920px;
	top: 277px;
}
.bg_line .line_2_bottom{
	background-image: url("/images/top/bg_02_bottom.png");
	background-position: top right;
	height: 105px;
	top: 772px;
	right: -574px;
}
.bg_line .line_3{
	background-image: url("/images/top/bg_03.png");
	width: 1920px;
	top: 877px;
}
.bg_line .line_4{
	background-image: url("/images/top/bg_04.png");
	height: 183px;
	top: 1502px;
}
.bg_line .line_5{
	background-image: url("/images/top/bg_05.png");
	width: 1920px;
	top: 1685px;
}
.bg_line .line_6{
	background-image: url("/images/top/bg_06.png");
	background-position: top right;
	height: 169px;
	top: 2229px;
	right: -574px;
}
.bg_line .line_7{
	background-image: url("/images/top/bg_07.png");
	width: 1920px;
	top: 2398px;
}
.bg_line .line_8{
	background-image: url("/images/top/bg_08.png");
	height: 117px;
	top: 2928px;
}
.bg_line .line_9{
	background-image: url("/images/top/bg_09.png");
	background-position: top right;
	height: 120px;
	top: 3045px;
	right: -574px;
}

/*ナビボタン*/
#menu {
	margin: 0 auto;
	/*padding: 38px 0 159px;*/
	padding: 38px 0 29px;
	width: 100%;
	position: relative;
}
#menu ul.menu {
	max-width: 1345px;
	zoom:1;
	margin:0 auto;
}
	@media screen and (max-width: 1345px) {
		#menu ul.menu {
			width: 94%;
			padding: 0 3%;
			margin:0 auto;
		}
	}
#menu ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
#menu ul.menu li {
	float:left;
	/*height:80px;*/
	position:relative;
}
#menu ul.menu li.gm {
	text-align: center;
	width: 225px;
	margin-right: 10px;
}
	@media screen and (max-width: 1345px) {
		#menu ul.menu li.gm {
			width: 14%;
		}
	}
	@media screen and (max-width: 1024px) {
		#menu ul.menu li.gm {
			width: 15%;
			margin-right: 0.5%;
		}
	}
#menu ul.menu li span {
	display:block;
	background-position: right center;
	background-repeat: no-repeat;
}
#menu ul.menu li.gm span {
	background-color: #fff;
}
#menu ul.menu li.bellco span {
	background-image:none;
}
#menu ul.menu li.on span.ttl {
	background-repeat:no-repeat;
	background-position:center top;
	position: relative;
	z-index: 10;
}
#menu ul.menu li.funeral.on span.ttl {
	background-image: url("/images/header/line_funeral.png");
}
#menu ul.menu li.wedding.on span.ttl {
	background-image: url("/images/header/line_wedding.png");
}
#menu ul.menu li.gojyokai.on span.ttl {
	background-image: url("/images/header/line_gojyokai.png");
}
#menu ul.menu li.bellco.on span.ttl {
	background-image: url("/images/header/line_bellco.png");
}
#menu ul.menu li.gm.last {
	background-image: none;
}
#menu ul.menu li.gm img {
	margin: 30px 0;
}
#menu ul.menu li.gm img.tab {
	display:none;
}
#menu ul.menu li.rightBtn {
	/*max-width: 114px;*/
	float:left;
	margin-top: -3px;
	margin-right: 3px;
}
/*#menu ul.menu li.rightBtn a {
	display: block;
	box-shadow: 2px 2px 2px #c8c1bd;
}*/
#menu ul.menu li.rightBtn.last {
	margin-right:0;
}
	@media screen and (max-width: 1345px) {
		#menu ul.sub li span.subArrow01 {
			background-position: 95% 15px;
		}
		#menu ul.menu li.rightBtn {
			width: 10%;
			margin-top: 0;
		}
		#menu ul.menu li.rightBtn.long {
			width: 13%;
			margin-top: 0%;
		}
		#menu ul.menu li.rightBtn.long a img,
		#menu ul.menu li.rightBtn a img{
			max-width: 100%;
		}
	}
	@media screen and (max-width: 1024px) {
		#menu ul.menu li.gm img.pc {
			display: none;
		}
		#menu ul.menu li.gm img.tab {
			display: inline-block;
		}
	}

#menu ul.menu li a {
	display:block;
}
#menu ul.sub {
	background-position: center bottom;
	background-repeat: no-repeat;
	display: none;
	padding-bottom: 13px;
	margin: 0;
	position: relative;
	z-index: 1;
}
#menu li.funeral ul.sub,
#menu li.gojyokai ul.sub,
#menu li.bellco ul.sub {
	bottom: 80px;
	position: absolute;
	width: 100%;
	min-width: 220px;
}
	/*@media screen and (max-width: 1345px) {
		#menu li.funeral ul.sub,
		#menu li.gojyokai ul.sub,
		#menu li.bellco ul.sub {
			width: 150%;
		}
	}*/
	@media screen and (max-width: 1024px) {
		/*#menu li.funeral ul.sub,*/
		#menu li.gojyokai ul.sub,
		#menu li.bellco ul.sub {
			/*width: 200%;*/
			margin-left: -30%;
		}
	}
#menu ul.menu li.funeral ul.sub {
	background-image: url("/images/header/arrow_gmFuneral_bottom.png");
}
#menu ul.menu li.gojyokai ul.sub {
	background-image: url("/images/header/arrow_gmGojyokai_bottom.png");
}
#menu ul.menu li.bellco ul.sub {
	background-image: url("/images/header/arrow_gmBellco_bottom.png");
}
#menu ul.sub li {
	float: none;
	height: 47px;
	text-align: left;
	cursor:pointer;
}
#menu .gm ul.sub li span{
	background-color: transparent !important;
}
#menu ul.sub li span.subArrow01 {
	background-image: url("/images/header/arrow_navi.png");
	background-repeat: no-repeat;
	display:block;
}
#menu ul.menu li.funeral ul.sub li {
	background-color: #181878;
	border-top: 1px solid #6d66a9;
}
#menu ul.menu li.funeral ul.sub li:hover {
	background-color: #3F3F90 !important;
}
#menu ul.menu li.gojyokai ul.sub li {
	background-color: #d28300;
	border-top: 1px solid #e9a943;
}
#menu ul.menu li.gojyokai ul.sub li:hover {
	background-color: #e48e00 !important;
}
#menu ul.menu li.gojyokai ul.sub li.pickup {
	background-color: #ff7e00;
}
#menu ul.menu li.gojyokai ul.sub li.pickup:hover{
	background-color: #FFB165 !important;
}
#menu ul.menu li.bellco ul.sub li {
	background-color: #005aa0;
	border-top: 1px solid #4181be;
}
#menu ul.menu li.bellco ul.sub li:hover {
	background-color: #078FF7 !important;
}
#menu ul.sub li img {
	margin:16px 0 16px 10px !important;
}
#menu ul.sub li ul.sub {
	background-image: none !important;
	left: 100%;
	margin-left: 1px;
	padding-top: 0;
	position: relative;
	top: -49px;
	width: 95%;
}
#menu ul.sub li ul.sub li a.subArrow02 {
	background-image: url("/images/header/arrow_subnavi.png");
	background-repeat:no-repeat;
}
	@media screen and (max-width: 1024px) {
		/*#menu ul.sub li {
			position: static;
			height: auto;
		}*/
		#menu ul.sub li ul.sub li a.subArrow02 {
			background-position: 95% center;
		}
		/*#menu ul.sub li ul.sub {
		    left: auto;
		    margin: 0;
		    position: static;
		    top: auto;
		    width: 100%;
		    padding-bottom: 0;
		}
		#menu ul.sub li ul.sub li {
			position: static;
		}*/
	}
#menu ul.sub li ul.sub li img.tab_subnavi {
	display:none;
}
#menu ul.menu li.funeral ul.sub li ul.sub li {
	background-color: #a59aca !important;
	border-top: 1px solid #8175ac !important;
}
#menu ul.menu li.funeral ul.sub li ul.sub li:hover {
	background-color: #352a6f !important;
}
#menu ul.menu li.gojyokai ul.sub li ul.sub li {
	background-color: #e8ac51 !important;
	border-top: 1px solid #db9320 !important;
}
#menu ul.menu li.gojyokai ul.sub li ul.sub li:hover {
	background-color: #e48e00 !important;
}
#menu ul.menu li.bellco ul.sub li ul.sub li {
	background-color: #6c9bd2 !important;
	border-top: 1px solid #3771a3 !important;
	width: 100%;
}
#menu ul.menu li.bellco ul.sub li ul.sub li:hover {
	background-color: #135583 !important;
}
#menu ul.sub li ul.sub li img {
	margin: 16px 0 16px 15px !important;
}

#menu .checkbox.bg_line_p {
	background-image: url("/images/top/bg_01.png");
	height: 277px;
}
#menu .navi {
	background-image: url("/images/top/line_menu.png");
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
	width: 240px;
}
#menu .navi a {
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	height: 81px;
	text-indent: -9999px;
	width: 100%;
}
#menu .navi a:hover {
	background-position: center bottom;
}
#menu .first {
    padding-right: 3px;
}
#menu .second,
#menu .third{
	padding: 0 3px;
}
#menu .fourth {
	background-image:none;
	padding-left: 3px;
}
#menu .first a {
	background-image: url("/images/top/menu_funeral.png");
}
#menu .second a {
	background-image: url("/images/top/menu_wedding.png");
}
#menu .third a {
	background-image: url("/images/top/menu_gojyokai.png");
}
#menu .fourth a {
	background-image: url("/images/top/menu_bellco.png");
}

#menu .btn {
	float: right;
}
#menu .btn a {
    box-shadow: 2px 2px 2px #c8c1bd;
    display: block;
	overflow: hidden;
}
#menu .contact {
	margin-right: 8px;
}

#sp_menu {
	display:none;
}

/*メイン全体*/
#mainContents{
	position: relative;
	clear: both;
	display: block;
}
#mainContents .inBox {
	margin: 0 auto;
    max-width: 1345px;
    position: relative;
    width: 100%;
}
#mainContents h2 {
	float:left;
	height: 375px;
	width: 375px;
	display: none;
	overflow: hidden;
	text-indent: -9999px;
    background-repeat: no-repeat;
}
#mainContents .circle{
	width: 376px;
	height: 376px;
	display: block;
	position: relative;
	float: left;
	margin: 0 100px;
}
#mainContents .circle > div{
	width: 0;
	height: 50%;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#mainContents .circle > .bg{
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}
#mainContents .circle > .bg02{
	left: 50%;
}
#mainContents .circle > .bg03{
	top: 50%;
}
#mainContents .circle > .bg04{
	left: 50%;
	top: 50%;
}
#mainContents h2 a {
	display:block;
	text-indent: -9999px;
    height: 100%;
    width: 100%;
}
#mainContents h2 a:hover{
	opacity:0.9;
}
#mainContents h2.sp_h2 {
	display:none;
}
#mainContents .text {
	float:left;
	display: none;
	position: relative;
	left: 30px;
}
#mainContents .text img.sp_text {
	display:none;
}

/*互助会について*/
#mainContents #about {
	padding-bottom: 220px;
}
#mainContents #about .inBox{
	height: 375px;
	display: block;
	overflow: hidden;
}
#mainContents #about h2 {
	background-image: url("/images/top/h2_about_bg.png");
	margin: 0 100px;
	display: none;
}
#mainContents #about a.search_link{/*150729追加*/
	background-image: url("/images/top/arrow_search.png");
    background-repeat: no-repeat;
    display: block;
    height: 375px;
    margin-left: 50px;
    position: absolute;
    text-indent: -9999px;
    width: 420px;
    z-index: 1;
}
#mainContents #about .circle .bg{
	background-image: url("/images/top/h2_about_bg.png");
}
#mainContents #about .text {
	width:605px;
}
#mainContents #about .text img.pc_text {
	margin: 70px 0 35px;
}

/*斎場を探す*/
#mainContents #funeral {
	padding: 80px 0 30px;
}
#mainContents #funeral .inBox{
	height: 516px;
	display: block;
	overflow: hidden;
}
#mainContents #funeral h2 {
	background-image: url("/images/top/h2_funeral_bg.png");
	float: right;
	margin: 0 165px 0 0;
}
#mainContents #funeral a.search_link{
	background-image: url("/images/top/arrow_search.png");
    background-repeat: no-repeat;
    display: block;
    height: 375px;
    margin-left: 760px;
    position: absolute;
    text-indent: -9999px;
    width: 420px;
    z-index: 1;
}
#mainContents #funeral .circle .bg{
	background-image: url("/images/top/h2_funeral_bg.png");
}
#mainContents #funeral .circle {
	float: right;
	margin: 0;
	position: relative;
	right: 170px;
	text-indent:0;
}
#mainContents #funeral h2 a {
}
#mainContents #funeral .text {
	background-image: url("/images/top/bg_funeral.png");
	background-position: left center;
	background-repeat: no-repeat;
	height: 516px;
	width: 576px;
	margin: 0 50px 0 175px;
	left: -30px;
}
#mainContents #funeral .text img.pc_text {
	margin: 130px 0 42px;
}

/*入会のメリット*/
#mainContents #benefits {
	padding: 0 0 170px;
}
#mainContents #benefits .inBox{
	height: 375px;
	display: block;
	overflow: hidden;
}
#mainContents #benefits h2 {
	background-image: url("/images/top/h2_benefits_bg.png");
	margin: 0 100px;
}
#mainContents #benefits a.search_link{/*150729追加*/
	background-image: url("/images/top/arrow_search.png");
    background-repeat: no-repeat;
    display: block;
    height: 375px;
    margin-left: 50px;
    position: absolute;
    text-indent: -9999px;
    width: 420px;
    z-index: 1;
}
#mainContents #benefits .circle .bg{
	background-image: url("/images/top/h2_benefits_bg.png");
}
#mainContents #benefits .text {
	width:605px;
}
#mainContents #benefits .text img.pc_text {
	margin: 95px 0 35px;
}

/*契約プラン*/
#mainContents #plan {
	padding: 0 0 155px;
}
#mainContents #plan .inBox{
	height: 375px;
	display: block;
	overflow: hidden;
}
#mainContents #plan h2 {
	background-image: url("/images/top/h2_plan_bg.png");
	float: right;
	margin: 0 165px 0 0;
}
#mainContents #plan a.search_link{
	background-image: url("/images/top/arrow_search.png");
    background-repeat: no-repeat;
    display: block;
    height: 375px;
    margin-left: 760px;
    position: absolute;
    text-indent: -9999px;
    width: 420px;
    z-index: 1;
}

#mainContents #plan .circle .bg{
	background-image: url("/images/top/h2_plan_bg.png");
}
#mainContents #plan .circle {
	float: right;
	margin: 0;
	position: relative;
	right: 170px;
}
#mainContents #plan .text {
	width: 576px;
	margin: 0 50px 0 175px;
	left: -30px;
}
#mainContents #plan .text img.pc_text {
	margin: 85px 0 35px;
}

/*背景繋ぎ*/
#mainContents .bgArea01 {
	height: 183px;
}
#mainContents .bgArea02 {
	height: 169px;
}
#mainContents .bgArea03 {
	height: 117px;
}

/*下ボタン*/
#mainContents ul.bottomBth {
    margin-top: 90px;
    position: absolute;
    text-align: center;
    width: 100%;
	z-index: 1;
}
#mainContents ul.bottomBth li {
	display: inline-block;
}

/*フッター*/
#footer {
	background-color: transparent;
    height: 120px;
}
#footer .footer_in {
	background-image: none;
    padding-top: 40px !important;
}
#footer .footer_in ul.sp_bottomBth {
	display:none;
}
#footer .footer_in ul.menu {
    clear: none;
    float: left;
    margin-left: 10px;
}
#footer .footer_in ul.menu li.copy {
	clear: both;
}

/*タブレット*/
@media screen and (max-width: 1345px) {
body{
}

/*背景のライン*/
.bg_line{
	display: none;
}

/*ナビボタン*/
#menu .navi {
    width: 17%;
}
#menu .btn {
    width: 14%;
}
#menu .btn a img {
	width:100%;
}

/*メイン全体*/
#mainContents .inBox {
	width: 98%;
	padding:0 1%;
	height: auto !important;
}
#mainContents h2 {
	background-repeat: no-repeat;
	background-size: 90% auto;
	height: auto;
	margin: 0 !important;
	padding-bottom: 35%;
	width: 35%;
}
#mainContents .circle{
	display: none;
}
#mainContents h2 a {
    /*margin-bottom: -100%;
    padding-bottom: 100%;*/
}
#mainContents .text {
	width: 55% !important;
	padding:0 5% !important;
	margin:0 !important;
	display: block !important;
}
#mainContents .text img{
	width: 100%;
}
#mainContents h2{
	display: block !important;
}
#mainContents h2.pc_h2 {
	display: block !important;
}
#mainContents h2.sp_h2 {
	display: none !important;
}
#mainContents .text img {
	width:100%;
}

/*互助会について*/
#mainContents #about {
	background-image: url("/images/top/bg_02.png");
    background-repeat: no-repeat;
    background-position: center bottom;
	padding-bottom: 15%;
}
#mainContents #about a.search_link {
	display:none;
}
#mainContents #about h2 {
	background-image: url("/images/top/h2_about.png");
	background-position: 20px top;
}
#mainContents #about h2 a {/*150729追加*/
    background-image: url("/images/top/arrow_search.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10% auto;
    left: 0;
    position: absolute;
}
#mainContents #about .pc_text {
	float: right;
}
#mainContents #about .text img.pc_text {
	margin: 0 0 5%;
}
/*斎場を探す*/
#mainContents #funeral {
	background-image: url("/images/top/bg_03.png");
    background-position: center top;
    background-repeat: no-repeat;
	padding: 5% 0;
}
#mainContents #funeral a.search_link {
	display:none;
}
#mainContents #funeral h2 {
	background-image: url("/images/top/h2_funeral.png");
}
#mainContents #funeral h2 a {
    background-image: url("/images/top/arrow_search.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10% auto;
    left: 61%;
    position: absolute;
}
#mainContents #funeral .text {
	background-position: center center;
	background-size: auto 100%;
	height: auto;]
}
#mainContents #funeral .circle{
	right: 0;
}
#mainContents #funeral .text img.pc_text {
	margin: 15% 0 5%;
}

/*入会のメリット*/
#mainContents #benefits {
	background-image: url("/images/top/bg_05.png");
    background-position: center top;
    background-repeat: no-repeat;
	padding: 0 0 5%;
}
#mainContents #benefits a.search_link {
	display:none;
}
#mainContents #benefits h2 {
	background-image: url("/images/top/h2_benefits.png");
	background-position: 20px top;
}
#mainContents #benefits h2 a {/*150729追加*/
    background-image: url("/images/top/arrow_search.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10% auto;
    left: 0;
    position: absolute;
}
#mainContents #benefits .text img.pc_text {
	margin: 0 0 5%;
}
/*契約プラン*/
#mainContents #plan {
	background-image: url("/images/top/bg_07.png");
    background-position: center top;
    background-repeat: no-repeat;
	padding: 0 0 5%;
}
#mainContents #plan a.search_link {
    display: none;
}
#mainContents #plan h2 {
	background-image: url("/images/top/h2_plan.png");
}
#mainContents #plan h2 a {
    background-image: url("/images/top/arrow_search.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10% auto;
    height: 80%;
    left: 61%;
    position: absolute;
}
#mainContents #plan .circle{
	right: 0;
}
#mainContents #plan .text img.pc_text {
	margin: 5% 0;
}

#mainContents .bgArea01 {
    background-image: url("/images/top/bg_04.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 183px;
}
#mainContents .bgArea02 {
    background-image: url("/images/top/bg_06.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 169px;
}
#mainContents .bgArea03 {
    background-image: url("/images/top/bg_08.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 117px;
}

footer {
    background-color: transparent;
    background-image: url("/images/top/bg_09.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 120px;
}
#footer .footer_in {
	background-image:none;
}

}

/*タブレット(ボタン用)*/
@media screen and (max-width: 1024px) {

/*メインイメージ*/
#tab_mainImage {
	display:block;
    background-image: url("/images/top/tab/bg_mainImage_new.png");
    background-size: 100% auto;
    width: 100%;
}
#tab_mainImage img {
	width:100%
}

#tab_mainImage h1 {
	float: left;
	width: 23.6%;
}
#tab_mainImage .copyBox {
	float: left;
    width: 76.4%;
}
#tab_mainImage .imageBox {
	float: left;
	width: 100%;
}

#mainImage,
#sp_mainImage {
	display:none;
}

/*ナビボタン*/
#menu {
    background-image: url("/images/top/bg_01.png");
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
    /*padding: 38px 0 159px;*/
    padding: 38px 0 29px;
    width: 100%;
}
#menu .navi {
	width: 16.5%;
}
#menu .navi a {
    background-position: center center;
    background-size: 100% auto;
	height: auto;
    padding: 12% 0;
}
#menu .navi a:hover {
    background-position: center center;
}
#menu .first {
    padding-right: 0.5%;
}
#menu .first a {
    background-image: url("/images/top/tab/menu_funeral.png");
}
#menu .second {
	padding: 0 0.5%;
}
#menu .second a {
    background-image: url("/images/top/tab/menu_wedding.png");
}
#menu .third {
	padding: 0 0.5%;
}
#menu .third a {
    background-image: url("/images/top/tab/menu_gojyokai.png");
}
#menu .fourth {
	padding-left: 0.5%;
}
#menu .fourth a {
    background-image: url("/images/top/tab/menu_bellco.png");
}
#menu .btn {
    width: 14.5%;
}

/*下ボタン*/
#mainContents ul.bottomBth li {
	width: 30%;
}
#mainContents ul.bottomBth li img {
    width: 100%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer .footer_in ul.menu li.copy {
    clear: none;
}

/*バナー*/
#tab_mainBanner {
	display:block;
    width: 50%;
		position: relative;
		float:right;
}
#tab_mainBanner img {
    width:100%;
}
#tab_mainBanner ul.tab_bnBox{
		position: absolute;
		top: -158px;
		right: 10px;
		width:100%;
}
#tab_mainBanner ul.tab_bnBox li{
	display: inline-block;
	width:49%;
}
#sp_mainBanner,#mainBanner {
	display:none;
}

}

/*スマホ*/
@media screen and (max-width: 760px) {

/*背景のライン*/
.bg_line{
	display: none;
}

#contents {
	padding-bottom: 0 !important;
}

/*メインイメージ*/
#mainImage,
#tab_mainImage{
	display:none;
}
#sp_mainImage {
    background-image: url("/images/top/sp/bg_mainImage_new.png");
    background-size: 100% auto;
    display: block;
    width: 100%;
}
#sp_mainImage img {
	width:100%;
}
#sp_mainImage h1 {
	float: left;
    width: 36.6%;
}
#sp_mainImage .copyBox {
	float: left;
    width: 63.2%;
}

/*バナー*/
#mainBanner,
#tab_mainBanner{
	display:none;
}
#sp_mainBanner {
	width: 100%;
	display: block;
	/*margin: 2% auto;*/
	margin: 0 auto 2%;
}
#sp_mainBanner img {
    width: 100%;
}
#sp_mainBanner ul.sp_bnBox{
	width: 100%;
	margin: 0 auto;
}
#sp_mainBanner ul.sp_bnBox li{
	display: inline-block;
	width: 47%;
	margin-left: 1%;
}

/*ナビボタン*/
#menu {
	display:none;
}
#sp_menu {
	display:block;
}
#sp_menu ul {
	margin: 1px 0.5% 0;
}
#sp_menu ul li {
	background-color: #fff;
	box-shadow: 0 0 0 1px #d5cfce inset;
	float: left;
	margin-right: 1px;
	width: 24.7%;
}
#sp_menu ul li:first-child {
	margin-left: 0.1%;
}
#sp_menu ul li:last-child {
	margin-right: 0;
}
#sp_menu ul li a {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40% auto;
	display: block;
	padding: 10% 0;
	text-indent: -9999px;
}
#sp_menu ul li.navi01 a {
	background-image: url("/images/top/sp/menu_funeral.png");
	border-bottom: 2px solid #413676;
}
#sp_menu ul li.navi02 a {
	background-image: url("/images/top/sp/menu_wedding.png");
	border-bottom: 2px solid #c86474;
}
#sp_menu ul li.navi03 a {
	background-image: url("/images/top/sp/menu_gojyokai.png");
	border-bottom: 2px solid #d2870b;
}
#sp_menu ul li.navi04 a {
	background-image: url("/images/top/sp/menu_bellco.png");
	border-bottom: 2px solid #1e5c87;
}

/*メイン全体*/
#mainContents .inBox {
	padding: 0 5%;
	width: 90%;
	height: auto !important;
}
#mainContents .circle{
	display: none;
}
#mainContents .text {
	padding: 0 !important;
	margin: -10% 0 0 !important;
	width: 100% !important;
	display: block !important;
	left: 0 !important;
}
#mainContents .text img.pc_text {
	display:none;
}
#mainContents .text img.sp_text {
	display: block;
	margin-bottom: 5%;
	width: 100%;
}
#mainContents h2.pc_h2 {
	display:none !important;
}
#mainContents h2.sp_h2 {
	display:block !important;
}
#mainContents h2 {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 50% auto;
	padding-bottom: 40%;
	width: 100%;
	display: block !important;
}
#mainContents h2 a {
    width: 100%;
}

/*互助会について*/
#mainContents #about {
	background-image: url("/images/top/sp/bg_01.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 90% auto;
	padding-bottom: 15%;
	padding-top: 6%;
}
#mainContents #about h2 {
	background-image: url("/images/top/sp/h2_about.png");
	margin: 0;
    background-position: center top;
}
#mainContents #about h2 a {/*150729追加*/
    background-position: 15% 16%;
	background-size: 15% auto;
    left: 0;
}
#mainContents #about .text {
	background-image: none;
	margin: 0 !important;
}
/*斎場を探す*/
#mainContents #funeral {
	background-image: url("/images/top/sp/bg_02.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 90% auto;
	padding-bottom: 15%;
	padding-top: 6%;
}
#mainContents #funeral .inBox {
	background-image: url("/images/top/bg_funeral.png");
	background-position: 95% 20%;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
#mainContents #funeral h2 {
	background-image: url("/images/top/sp/h2_funeral.png");
	margin: 0;
}
#mainContents #funeral h2 a {
    background-position: 15% 25%;
	background-size: 15% auto;
    left: 0;
}
#mainContents #funeral .text {
	background-image: none;
	margin: 0 !important;
}
/*入会のメリット*/
#mainContents #benefits {
	background-image: url("/images/top/sp/bg_03.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 90% auto;
	padding-bottom: 15%;
	padding-top: 6%;
}
#mainContents #benefits h2 {
	background-image: url("/images/top/sp/h2_benefits.png");
	margin: 0;
    background-position: center top;
}
#mainContents #benefits h2 a {/*150729追加*/
    background-position: 15% 15%;
	background-size: 15% auto;
    left: 0;
}
#mainContents #benefits .text {
	background-image: none;
	margin: 0 !important;
}
/*契約プラン*/
#mainContents #plan {
	padding-top: 6%;
}
#mainContents #plan h2 {
	background-image: url("/images/top/sp/h2_plan.png");
	margin: 0;
}
#mainContents #plan h2 a {
    background-position: 15% 15%;
    background-size: 15% auto;
    left: 0;
}
#mainContents #plan .text {
	background-image: none;
	margin: 0 !important;
}



/*背景繋ぎ*/
#mainContents .bgArea01,
#mainContents .bgArea02,
#mainContents .bgArea03{
	display:none;
}

/*フッター*/
#footer {
	background-image: none;
}

/*会員向けボタン*/
#footer .footer_in ul.sp_bottomBth {
	display:block;
    padding: 0 5%;
    width: 90%;
}
#footer .footer_in ul.sp_bottomBth li {
    float: none;
    margin-bottom: 2%;
    width: 100%;
}
#footer .footer_in ul.sp_bottomBth li a img {
	width: 100%;
}

}

.topicsarea {
    text-align: center;
    width: 100%;
    padding-bottom: 80px;
    margin: 0 auto;
}
.topicsarea p {
    border: 2px solid #ff8e8e;
    background-color: #ffeded;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 1345px;
    padding: 7px 0;
}
.topicsarea p img {
    vertical-align: middle;
    margin-right: 5px;
}
.topicsarea p a {
    vertical-align: middle;
}
@media screen and (max-width: 1365px) {
	.topicsarea {
    	width: 94%;
	}
}
@media screen and (max-width: 1024px) {
	.topicsarea {
    	width: 94%;
	}
}
@media screen and (max-width: 760px) {
	.topicsarea {
    	padding: 3% 0;
    	width: 98%;
	}
}
