@charset "utf-8";

/* --HTML-- */
html { 
	
}

/* --BODY-- */
body {
	font:15px/1.5 'メイリオ','Lucida Grande',Helvetica,osaka,Arial,sans-serif,Verdana,"Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
	margin:0;
	padding:0;
	background:#FEFCF6;
	line-height:1.7;
	color:#390005;
	
}

	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	}
	
	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	}
	

/* --OTHER TAGS-- */
img {
	max-width: 100%;
}
a {
overflow:hidden;
color:#B92D35;
text-decoration:underline;
	outline:none;
}
a:hover{
	color:#902329;
	text-decoration:underline;
}
a img:hover{
	filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}

a img, img { 
border:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th,  var {
font-style:normal;
font-weight:normal;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

p {
word-break:break-all;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}


/*メニュー*/
#menuPc{
	clear:both;
	background:url(../img/bg_menu.png) repeat-x top;
	height:39px;
}
#menuinnerPc{
	clear:both;
	margin:0 auto;
	width:950px;
	}
#menuPc li{float:left;}
#menuPc li a{text-indent:-9999px;}

.menu01 a{display:block;width:153px;height:39px;background:url(../img/menu.png) no-repeat 0 0} 
.menu02 a{display:block;width:157px;height:39px;background:url(../img/menu.png) no-repeat -153px 0px}
.menu03 a{display:block;width:208px;height:39px;background:url(../img/menu.png) no-repeat -310px 0px}
.menu04 a{display:block;width:157px;;height:39px;background:url(../img/menu.png) no-repeat -518px 0px}
.menu05 a{display:block;width:174px;height:39px;background:url(../img/menu.png) no-repeat -675px 0} 
.menu06 a{display:block;width:101px;height:39px;background:url(../img/menu.png) no-repeat -849px 0} 
.menu01 a:hover{display:block;width:153px;height:39px;background:url(../img/menu.png) no-repeat 0 -40px;} 
.menu02 a:hover{display:block;width:157px;height:39px;background:url(../img/menu.png) no-repeat -153px -40px}
.menu03 a:hover{display:block;width:208px;height:39px;background:url(../img/menu.png) no-repeat -310px -40px}
.menu04 a:hover{display:block;width:157px;height:39px;background:url(../img/menu.png) no-repeat -518px -40px}
.menu05 a:hover{display:block;width:174px;height:39px;background:url(../img/menu.png) no-repeat -675px -40px;}
.menu06 a:hover{display:block;width:101px;height:39px;background:url(../img/menu.png) no-repeat -849px -40px;}

/*共通*/
#header{
	background:#FEFCF6;
	margin-bottom:20px;
}
#headerinner{width:950px; margin:0 auto; margin-bottom:20px; background:#FEFCF6;}
#header h1.logo_old{float:left; margin-top:56px;}
#header h1{float:left; margin:10px 0 -10px;}
#head_right{
	float:right;
	text-align:right;
	color:#ACA591;
	font-size:13px;
	margin-top:3px;}
#head_right ul li{
	float:right;
}
#head_right ul li a{
	background:url(../img/icon_01.png) no-repeat left;
	padding-left:10px; 
	text-decoration:underline;
	color:#ACA591;
	margin-left:10px;}
#head_right ul li a:hover{color:#B92D35;}
#tel{
	clear:both;
	float:right;
	}
#tel img{float:left; margin:10px 0  0 20px;}
#topimg {
	width: 950px !important;
	margin:0 auto;
	clear:both;
}
.slide li {
	position: relative;
}
.slide li .logo {
	position: absolute;
	top: 28px;
	left: 28px;
	z-index: 9999999999;
}
/*.slide li:first-child .logo {
	top: 99px;
	left: 21px;
}*/
#cont{
	background:url(../img/bg_cont.png) repeat-x;
	padding-top:10px;
	background-color:#FEFCF6;
}
.bx-wrapper {
	width: 950px;
}
#wrapper{
	width:950px;
	margin:0 auto;
	margin-bottom:50px;
}
#footer{
	clear:both;
	background:#F8ECCE url(../img/bg_footer.png) bottom repeat-x;
}
#footer_head{
	background:url(../img/bg_footer_head.png) repeat-x;
	height:4px;
}
#footerinner{width:950px; margin:0 auto; padding:20px 0 30px 0}
#footer a{color:#390005;}
#footer a:hover{color:#B92D35;}

#pannav{
	font-size:12px;
	color:#ACA591;
	margin-bottom:10px;
}
#pannav a{
	color:#ACA591;
	text-decoration:underline;
}
#pannav a:hover{color:#B92D35;}
#left_side{float:left;width:290px;}
#right_side{width:660px; margin-left:290px;}
#left_side input.search_word{
	width:191px;
	border:1px solid #F0D799;
	padding:5px;
	color:#390005;
	float:left;
	margin-right:8px;
}
form#search .btn_submit{
	cursor: pointer;
    display: block;
    border: 0px;
    width: 51px;
    height: 33px;
	text-indent: -9999px;
    background:url(../img/btn_search.png) no-repeat 0 -2px;
}
form#search{margin-bottom:10px;}
h2{
	background:url(../img/bg_h2.png) no-repeat;
	width:660px;
	height:98px;
	position:relative;
	margin-bottom:10px;
}
h2 .page_p_name{
	font-size:24px;
    text-shadow: 0 0 5px #fff; /* CSS3 */
	position:absolute;
	top:7px;
	left:15px;
}
h2 .page_c_name{
	font-size:17px;
	text-shadow: 0 0 5px #fff; /* CSS3 */
	position:absolute;
	top:56px;
	left:30px;
}
h2.topContent01{
	width:643px;
	border-left:1px solid #F0D799;
	border-right:1px solid #F0D799;
	border-top:1px solid #F0D799;
	background:url(../img/bg_h3.png) no-repeat;
	height:30px;
	padding:2px 0 0 15px;
	margin-bottom: 0;
	font-size:17px;
	position:static;
}
@media screen and (max-width: 641px) {
	h2.topContent01,
	h2.topContent02,
	h2.topContent03{
		width: 95% !important;
	}
}
h2.topContent02{
	width:308px;
	border-left:1px solid #F0D799;
	border-right:1px solid #F0D799;
	border-top:1px solid #F0D799;
	background:url(../img/bg_h3.png) no-repeat;
	height:30px;
	padding:2px 0 0 15px;
	margin-bottom: 0;
	font-size:17px;
	position:static;
}
h2.topContent03{
	width:196px;
	border-left:1px solid #F0D799;
	border-right:1px solid #F0D799;
	border-top:1px solid #F0D799;
	background:url(../img/bg_h3.png) no-repeat;
	height:30px;
	padding:2px 0 0 15px;
	margin-bottom: 0;
	font-size:17px;
	position:static;
}
h3{
	border-left:1px solid #F0D799;
	border-right:1px solid #F0D799;
	border-top:1px solid #F0D799;
	background:url(../img/bg_h3.png) no-repeat;
	height:30px;
	padding:2px 0 0 15px;
	font-size:17px;
}
h4{
	color:#B82C34;
	background:url(../img/bg_h4.png) no-repeat left center;
	padding-left:11px;
}
ul.icon03{
	margin-left:20px;
}
ul.icon03 li{
	background:url(../img/icon_03.png) no-repeat left center;
	padding-left:11px;
}


table.icon03{
	margin-left:20px;
}
table.icon03 th{
	background:url(../img/icon_03.png) no-repeat left center;
	padding-left:11px;
	margin-right:20px;
}

table.icon03 td{
	padding-left:20px;
	text-align:right;
}

.topButton .box .btn_topmore,
body.karatachi .box .btn_topmore,
body.karatachi1 .box .btn_topmore{
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-78px;
}

.topButton .box,
body.karatachi .box,
body.karatachi1 .box{
	border-left:1px solid #F0D799;
	border-right:1px solid #F0D799;
	border-bottom:1px solid #F0D799;
	background:#fff;
	padding:15px 15px 69px 15px;
	position:relative;
}

.box{
	border-left:1px solid #F0D799;
	border-right:1px solid #F0D799;
	border-bottom:1px solid #F0D799;
	background:#fff;
	padding:15px;
	overflow:auto;
}

.box2{
	border-left:1px solid #F0D799;
	border-right:1px solid #F0D799;
	border-bottom:1px solid #F0D799;
	background:#fff;
	padding:15px;
}


.news{
	border-bottom:#D9D9D4 1px dashed;
	padding-bottom:10px;
	margin-bottom:10px;
}
.news_day{
    background:url(../img/icon_01.png) no-repeat left;
	padding-left:10px; 
	color:#866D6D;
	text-decoration:none !important;
}
.news_title a{padding-left:10px; }
.more a{
	background:url(../img/icon_01.png) no-repeat left;
	padding-left:10px; 
	font-size:13px;
}
.more{
	text-align:right;
}


.top_box{float:left; margin-bottom:10px;}
.top_box2{float:left; margin-bottom:10px;}
#footerinner ul li a{
	background:url(../img/icon_01.png) no-repeat left;
	padding-left:10px;
	margin-left:8px;
}
#footerinner ul li.icon02 a{
	background:url(../img/icon_02.png) no-repeat left;
	padding-left:10px;
	margin-left:-8px;
}
#footerinner ul{
	float:left;
	margin-right:55px;}
.totop a{text-indent:-9999px;display:block;width:135px;height:13px;background:url(../img/btn_totop.png) no-repeat 0 top; float:right; margin-top:5px;} 
.totop a:hover{background-position:0 bottom;}
#footerinner ul.last {
	margin-right: 0;
}
.photo_box{
	margin: 5px -5px;
}
.photo_box a {
	display: block;
	width: 49.3%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	float: left;
	margin-bottom: 8px;
	margin-left: 1.4%;
}
.photo_box a:nth-child(odd) {
	margin-left: 0;
}
.photo_box a img {
	display: block;
	width: 100%;
	box-sizing: border-box;
	/*border: 1px solid #cccccc;*/
	padding: 3px;
}
/*.photo_box img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	max-width:628px;
	display:block;
}*/
.p_sub{
	background:#FFFFED;
	padding:20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

/*霊園のご案内（guidance）ボタン*/
.guidance_menu01 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/guidance_menu01.png) no-repeat 0 top; float:left; margin-bottom:2px;} 
.guidance_menu02 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/guidance_menu02.png) no-repeat 0 top; float:right;margin-bottom:2px;} 
.guidance_menu03 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/guidance_menu03.png) no-repeat 0 top;} 
.guidance_menu04 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/guidance_menu04.png) no-repeat 0 top;} 
.guidance_menu05 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/guidance_menu05.png) no-repeat 0 top;float:left;} 
.guidance_menu06 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/guidance_menu06.png) no-repeat 0 top;float:right;} 
.guidance_menu01 a:hover{background-position:0 bottom;} 
.guidance_menu02 a:hover{background-position:0 bottom;} 
.guidance_menu03 a:hover{background-position:0 bottom;} 
.guidance_menu04 a:hover{background-position:0 bottom;} 
.guidance_menu05 a:hover{background-position:0 bottom;} 
.guidance_menu06 a:hover{background-position:0 bottom;} 



.guidance_menu03_boxBig{
	float:left;
}
.guidance_menu03_box{float:left;background:url(../img/bg_guidance_menu.png) no-repeat 0 bottom;width:306px;
	padding:8px 11px 11px 11px;
	margin-right:-2px;
	margin-bottom:45px;
	
}

.guidance_menu04_boxBig{
	float:right;
}
.guidance_menu04_box{float:right;background:url(../img/bg_guidance_menu.png) no-repeat 0 bottom;width:306px;
	padding:8px 11px 11px 11px;
	margin-right:;
	margin-bottom:2px;
}

/*霊園のご案内（guidance）ボタン小*/
#guidance_menu07 li a{text-indent:-9999px;display:block;width:151px; height:41px;}
#guidance_menu07 li{float:left; margin-right:2px; margin-bottom:2px;}
#guidance_menu07 .menu01 a{background:url(../img/guidance_menu07.png) no-repeat left 0;} 
#guidance_menu07 .menu02 a{background:url(../img/guidance_menu07.png) no-repeat left -48px;}
#guidance_menu07 .menu03 a{background:url(../img/guidance_menu07.png) no-repeat left -95px;}
#guidance_menu07 .menu04 a{background:url(../img/guidance_menu07.png) no-repeat left -142px;}
#guidance_menu07 .menu05 a{background:url(../img/guidance_menu07.png) no-repeat left -189px;}
#guidance_menu07 .menu06 a{background:url(../img/guidance_menu07.png) no-repeat left -236px;}
#guidance_menu07 .menu01 a:hover{background-position:right 0;} 
#guidance_menu07 .menu02 a:hover{background-position:right -48px;} 
#guidance_menu07 .menu03 a:hover{background-position:right -95px;} 
#guidance_menu07 .menu04 a:hover{background-position:right -142px;} 
#guidance_menu07 .menu05 a:hover{background-position:right -189px;} 
#guidance_menu07 .menu06 a:hover{background-position:right -236px;} 

#guidance_menu08 li a{text-indent:-9999px;display:block;width:151px; height:41px;}
#guidance_menu08 li{float:left; margin-right:2px; margin-bottom:2px;}
#guidance_menu08 .menu01 a{background:url(../img/guidance_menu08.png) no-repeat left 0;} 
#guidance_menu08 .menu02 a{background:url(../img/guidance_menu08.png) no-repeat left -48px;}
#guidance_menu08 .menu03 a{background:url(../img/guidance_menu08.png) no-repeat left -95px;}
#guidance_menu08 .menu04 a{background:url(../img/guidance_menu08.png) no-repeat left -142px;}
#guidance_menu08 .menu05 a{background:url(../img/guidance_menu08.png) no-repeat left -189px;}
#guidance_menu08 .menu06 a{background:url(../img/guidance_menu08.png) no-repeat left -236px;}
#guidance_menu08 .menu07 a{background:url(../img/guidance_menu08.png) no-repeat left -283px;}
#guidance_menu08 .menu08 a{background:url(../img/guidance_menu08.png) no-repeat left -330px;}
#guidance_menu08 .menu01 a:hover{background-position:right 0;} 
#guidance_menu08 .menu02 a:hover{background-position:right -48px;} 
#guidance_menu08 .menu03 a:hover{background-position:right -95px;} 
#guidance_menu08 .menu04 a:hover{background-position:right -142px;} 
#guidance_menu08 .menu05 a:hover{background-position:right -189px;} 
#guidance_menu08 .menu06 a:hover{background-position:right -236px;} 
#guidance_menu08 .menu07 a:hover{background-position:right -283px;} 
#guidance_menu08 .menu08 a:hover{background-position:right -330px;} 


/*施設のご紹介ボタン（guidance）*/
.guidance_btn01 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/guidance_top_menu01.png) no-repeat 0 top; float:left; margin-bottom:2px;} 
.guidance_btn02 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/guidance_top_menu02.png) no-repeat 0 top; float:right;margin-bottom:2px;} 
.guidance_btn03 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/guidance_top_menu03.png) no-repeat 0 top; float:left; margin-bottom:2px;} 
.guidance_btn04 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/guidance_top_menu04.png) no-repeat 0 top; float:right;margin-bottom:2px;}
.guidance_btn05 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/guidance_top_menu05.png) no-repeat 0 top; float:left; margin-bottom:2px;} 
.guidance_btn06 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/guidance_top_menu06.png) no-repeat 0 top; float:right;margin-bottom:2px;}
.guidance_btn01 a:hover{background-position:0 bottom;} 
.guidance_btn02 a:hover{background-position:0 bottom;} 
.guidance_btn03 a:hover{background-position:0 bottom;} 
.guidance_btn04 a:hover{background-position:0 bottom;} 
.guidance_btn05 a:hover{background-position:0 bottom;} 
.guidance_btn06 a:hover{background-position:0 bottom;} 


/*サービス／各種お手続きボタン（procedure）*/
.procedure_btn01 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/procedure_menu01.png) no-repeat 0 top; float:left; margin-bottom:2px;} 
.procedure_btn02 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/procedure_menu02.png) no-repeat 0 top; float:right;margin-bottom:2px;} 
.procedure_btn03 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/procedure_menu03.png) no-repeat 0 top; float:left; margin-bottom:2px;} 
.procedure_btn04 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/procedure_menu04.png) no-repeat 0 top; float:right;margin-bottom:2px;}
.procedure_btn05 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/procedure_menu05.png) no-repeat 0 top; float:left; margin-bottom:2px;} 
.procedure_btn06 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/procedure_menu06.png) no-repeat 0 top; float:right;margin-bottom:2px;}
.procedure_btn07 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/procedure_menu07.png) no-repeat 0 top; float:left; margin-bottom:2px;} 
.procedure_btn08 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/procedure_menu08.png) no-repeat 0 top; float:right;margin-bottom:2px;}
.procedure_btn01 a:hover{background-position:0 bottom;} 
.procedure_btn02 a:hover{background-position:0 bottom;} 
.procedure_btn03 a:hover{background-position:0 bottom;} 
.procedure_btn04 a:hover{background-position:0 bottom;} 
.procedure_btn05 a:hover{background-position:0 bottom;} 
.procedure_btn06 a:hover{background-position:0 bottom;} 
.procedure_btn07 a:hover{background-position:0 bottom;} 
.procedure_btn08 a:hover{background-position:0 bottom;} 

/*霊園のご案内（guidance）サイドバーメニュー*/
#side_menu{
	margin-bottom:10px;
	clear:both;
}
#side_menu ul#guid li a{text-indent:-9999px;}

ul#guid .menu01 a{display:block;width:259px;height:48px;background:url(../img/side_menu_guidance.png) no-repeat left 0;} 
ul#guid .menu02 a{display:block;width:259px;height:48px;background:url(../img/side_menu_guidance.png) no-repeat left -48px;}
ul#guid .menu03 a{display:block;width:259px;height:48px;background:url(../img/side_menu_guidance.png) no-repeat left -96px;}
ul#guid .menu04 a{display:block;width:259px;height:48px;background:url(../img/side_menu_guidance.png) no-repeat left -144px;}
ul#guid .menu05 a{display:block;width:259px;height:48px;background:url(../img/side_menu_guidance.png) no-repeat left -192px;} 
ul#guid .menu06 a{display:block;width:259px;height:48px;background:url(../img/side_menu_guidance.png) no-repeat left -240px;} 
ul#guid .menu07 a{display:block;width:259px;height:48px;background:url(../img/side_menu_guidance.png) no-repeat left -288px;} 

ul#guid .menu01 a:hover{background-position:right 0;} 
ul#guid .menu02 a:hover{background-position:right -48px;}
ul#guid .menu03 a:hover{background-position:right -96px;}
ul#guid .menu04 a:hover{background-position:right -144px;}
ul#guid .menu05 a:hover{background-position:right -192px;} 
ul#guid .menu06 a:hover{background-position:right -240px;} 
ul#guid .menu07 a:hover{background-position:right -288px;} 

body.guidance_top ul#guid .menu01 a{background-position:right 0; cursor:default;}
body.guidance ul#guid .menu02 a,
body.guidance1 ul#guid .menu02 a,
body.guidance2 ul#guid .menu02 a,
body.guidance3 ul#guid .menu02 a,
body.guidance4 ul#guid .menu02 a,
body.guidance5 ul#guid .menu02 a,
body.guidance6 ul#guid .menu02 a{background-position:right -48px; cursor:default;}
body.procedure ul#guid .menu03 a,
body.procedure1 ul#guid .menu03 a,
body.procedure2 ul#guid .menu03 a,
body.procedure3 ul#guid .menu03 a,
body.procedure4 ul#guid .menu03 a,
body.procedure5 ul#guid .menu03 a,
body.procedure6 ul#guid .menu03 a,
body.procedure7 ul#guid .menu03 a,
body.procedure8 ul#guid .menu03 a{background-position:right -96px; cursor:default;}
body.premises ul#guid .menu04 a{background-position:right -144px; cursor:default;}
body.calendar ul#guid .menu05 a{background-position:right -192px; cursor:default;} 
body.landscape ul#guid .menu06 a{background-position:right -240px; cursor:default;} 
body.manner ul#guid .menu07 a{background-position:right -288px; cursor:default;} 




/*施設のご紹介（guidance）サイドバーメニュー*/
ul#guid .shisetsu_menu01 a{display:block;width:259px;height:34px;background:url(../img/side_menu_shisetsu.png) no-repeat left 0;} 
ul#guid .shisetsu_menu02 a{display:block;width:259px;height:24px;background:url(../img/side_menu_shisetsu.png) no-repeat left -34px;} 
ul#guid .shisetsu_menu03 a{display:block;width:259px;height:24px;background:url(../img/side_menu_shisetsu.png) no-repeat left -57px;} 
ul#guid .shisetsu_menu04 a{display:block;width:259px;height:24px;background:url(../img/side_menu_shisetsu.png) no-repeat left -81px;} 
ul#guid .shisetsu_menu05 a{display:block;width:259px;height:24px;background:url(../img/side_menu_shisetsu.png) no-repeat left -105px;} 
ul#guid .shisetsu_menu06 a{display:block;width:259px;height:36px;background:url(../img/side_menu_shisetsu.png) no-repeat left -129px;} 

ul#guid .shisetsu_menu01 a:hover{background-position:right 0;} 
ul#guid .shisetsu_menu02 a:hover{background-position:right -34px;} 
ul#guid .shisetsu_menu03 a:hover{background-position:right -57px;} 
ul#guid .shisetsu_menu04 a:hover{background-position:right -81px;} 
ul#guid .shisetsu_menu05 a:hover{background-position:right -105px;} 
ul#guid .shisetsu_menu06 a:hover{background-position:right -129px;} 

body.guidance1 ul#guid .shisetsu_menu01 a{background-position:right 0; cursor:default;} 
body.guidance2 ul#guid .shisetsu_menu02 a{background-position:right -34px; cursor:default;} 
body.guidance3 ul#guid .shisetsu_menu03 a{background-position:right -57px; cursor:default;} 
body.guidance4 ul#guid .shisetsu_menu04 a{background-position:right -81px; cursor:default;} 
body.guidance5 ul#guid .shisetsu_menu05 a{background-position:right -105px; cursor:default;} 
body.guidance6 ul#guid .shisetsu_menu06 a{background-position:right -129px; cursor:default;} 


/*サービス、各種お手続き（procedure）サイドバーメニュー*/
ul#guid .procedure_menu01 a{display:block;width:259px;height:34px;background:url(../img/side_menu_procedure.png) no-repeat left 0;} 
ul#guid .procedure_menu02 a{display:block;width:259px;height:24px;background:url(../img/side_menu_procedure.png) no-repeat left -34px;} 
ul#guid .procedure_menu03 a{display:block;width:259px;height:24px;background:url(../img/side_menu_procedure.png) no-repeat left -57px;} 
ul#guid .procedure_menu04 a{display:block;width:259px;height:24px;background:url(../img/side_menu_procedure.png) no-repeat left -81px;} 
ul#guid .procedure_menu05 a{display:block;width:259px;height:24px;background:url(../img/side_menu_procedure.png) no-repeat left -105px;} 
ul#guid .procedure_menu06 a{display:block;width:259px;height:24px;background:url(../img/side_menu_procedure.png) no-repeat left -129px;} 
ul#guid .procedure_menu07 a{display:block;width:259px;height:24px;background:url(../img/side_menu_procedure.png) no-repeat left -153px;} 
ul#guid .procedure_menu08 a{display:block;width:259px;height:36px;background:url(../img/side_menu_procedure.png) no-repeat left -177px;} 

ul#guid .procedure_menu01 a:hover{background-position:right 0;} 
ul#guid .procedure_menu02 a:hover{background-position:right -34px;} 
ul#guid .procedure_menu03 a:hover{background-position:right -57px;} 
ul#guid .procedure_menu04 a:hover{background-position:right -81px;} 
ul#guid .procedure_menu05 a:hover{background-position:right -105px;} 
ul#guid .procedure_menu06 a:hover{background-position:right -129px;} 
ul#guid .procedure_menu07 a:hover{background-position:right -153px;} 
ul#guid .procedure_menu08 a:hover{background-position:right -177px;} 

body.procedure1 ul#guid .procedure_menu01 a{background-position:right 0; cursor:default;} 
body.procedure2 ul#guid .procedure_menu02 a{background-position:right -34px; cursor:default;} 
body.procedure3 ul#guid .procedure_menu03 a{background-position:right -57px; cursor:default;} 
body.procedure4 ul#guid .procedure_menu04 a{background-position:right -81px; cursor:default;} 
body.procedure5 ul#guid .procedure_menu05 a{background-position:right -105px; cursor:default;} 
body.procedure6 ul#guid .procedure_menu06 a{background-position:right -129px; cursor:default;} 
body.procedure7 ul#guid .procedure_menu07 a{background-position:right -153px; cursor:default;} 
body.procedure8 ul#guid .procedure_menu08 a{background-position:right -177px; cursor:default;} 




/*墓所をお求めの方（sale）サイドバーメニュー*/
#side_menu ul#sale li a{text-indent:-9999px;}
ul#sale .menu01 a{display:block;width:259px;height:48px;background:url(../img/side_menu_sale.png) no-repeat left 0;} 
ul#sale .menu02 a{display:block;width:259px;height:48px;background:url(../img/side_menu_sale.png) no-repeat left -48px;}
ul#sale .menu03 a{display:block;width:259px;height:48px;background:url(../img/side_menu_sale.png) no-repeat left -96px;}
ul#sale .menu04 a{display:block;width:259px;height:48px;background:url(../img/side_menu_sale.png) no-repeat left -144px;}
ul#sale .menu05 a{display:block;width:259px;height:48px;background:url(../img/side_menu_sale.png) no-repeat left -192px;} 
ul#sale .menu06 a{display:block;width:259px;height:48px;background:url(../img/side_menu_sale.png) no-repeat left -240px;} 

ul#sale .menu01 a:hover{background-position:right 0;} 
ul#sale .menu02 a:hover{background-position:right -48px;}
ul#sale .menu03 a:hover{background-position:right -96px;}
ul#sale .menu04 a:hover{background-position:right -144px;}
ul#sale .menu05 a:hover{background-position:right -192px;} 
ul#sale .menu06 a:hover{background-position:right -240px;} 

body.sale ul#sale .menu01 a{background-position:right 0; cursor:default;} 
.catSaleBox .catSale ul#sale .menu02 a{background-position:right -48px; cursor:default;}
body.sale2 ul#sale .menu03 a{background-position:right -96px; cursor:default;}
body.sale3 ul#sale .menu04 a{background-position:right -144px; cursor:default;}
body.sale4 ul#sale .menu05 a{background-position:right -192px; cursor:default;} 
body.sale5 ul#sale .menu06 a{background-position:right -240px; cursor:default;} 




/*お食事（karatathi）サイドバーメニュー*/
#side_menu ul#karatathi li a{text-indent:-9999px;}

ul#karatathi .menu01 a{display:block;width:259px;height:48px;background:url(../img/side_menu_karatathi.png) no-repeat left 0;} 
ul#karatathi .menu02 a{display:block;width:259px;height:48px;background:url(../img/side_menu_karatathi.png) no-repeat left -48px;}
ul#karatathi .menu03 a{display:block;width:259px;height:48px;background:url(../img/side_menu_karatathi.png) no-repeat left -96px;}
ul#karatathi .menu04 a{display:block;width:259px;height:48px;background:url(../img/side_menu_karatathi.png) no-repeat left -144px;}
ul#karatathi .menu05 a{display:block;width:259px;height:48px;background:url(../img/side_menu_karatathi.png) no-repeat left -192px;} 
ul#karatathi .menu06 a{display:block;width:259px;height:48px;background:url(../img/side_menu_karatathi.png) no-repeat left -240px;} 

ul#karatathi .menu01 a:hover{background-position:right 0;} 
ul#karatathi .menu02 a:hover{background-position:right -48px;}
ul#karatathi .menu03 a:hover{background-position:right -96px;}
ul#karatathi .menu04 a:hover{background-position:right -144px;}
ul#karatathi .menu05 a:hover{background-position:right -192px;} 
ul#karatathi .menu06 a:hover{background-position:right -240px;}

body.karatachi ul#karatathi .menu01 a{background-position:right 0; cursor:default;} 
body.karatachi01 ul#karatathi .menu02 a{background-position:right -48px; cursor:default;}
body.karatachi02 ul#karatathi .menu03 a{background-position:right -96px; cursor:default;}
body.karatachi1 ul#karatathi .menu04 a,
body.karatachi2 ul#karatathi .menu04 a,
body.karatachi3 ul#karatathi .menu04 a,
body.karatachi4 ul#karatathi .menu04 a{background-position:right -144px; cursor:default;}
body.karatachi5 ul#karatathi .menu05 a{background-position:right -192px; cursor:default;} 
body.karatachi6 ul#karatathi .menu06 a{background-position:right -240px; cursor:default;} 




ul#karatathi .syokuji_menu01 a{display:block;width:259px;height:34px;background:url(../img/side_menu_syokuji.png) no-repeat left 0;} 
ul#karatathi .syokuji_menu02 a{display:block;width:259px;height:24px;background:url(../img/side_menu_syokuji.png) no-repeat left -34px;} 
ul#karatathi .syokuji_menu03 a{display:block;width:259px;height:36px;background:url(../img/side_menu_syokuji.png) no-repeat left -57px;} 

ul#karatathi .syokuji_menu01 a:hover{background-position:right 0;} 
ul#karatathi .syokuji_menu02 a:hover{background-position:right -34px;} 
ul#karatathi .syokuji_menu03 a:hover{background-position:right -57px;} 

body.karatachi2 ul#karatathi .syokuji_menu01 a{background-position:right 0; cursor:default;} 
body.karatachi3 ul#karatathi .syokuji_menu02 a{background-position:right -34px; cursor:default;} 
body.karatachi4 ul#karatathi .syokuji_menu03 a{background-position:right -57px; cursor:default;} 



/*墓所をお求めの方（sale）*/
.sale_btn01 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/sale_btn01.png) no-repeat 0 top; float:left;margin-bottom:2px;} 
.sale_btn02 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/sale_btn02.png) no-repeat 0 top; float:right;margin-bottom:2px;} 
.sale_btn03 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/sale_btn03.png) no-repeat 0 top;float:right/*left*/;margin-bottom:2px} 
.sale_btn04 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/sale_btn04.png) no-repeat 0 top;float:left/*right*/;margin-bottom:2px} 
.sale_btn05 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/sale_btn05.png) no-repeat 0 top;float:right/*left*/;margin-bottom:2px} 
.sale_btn01 a:hover{background-position:0 bottom;} 
.sale_btn02 a:hover{background-position:0 bottom;} 
.sale_btn03 a:hover{background-position:0 bottom;} 
.sale_btn04 a:hover{background-position:0 bottom;} 
.sale_btn05 a:hover{background-position:0 bottom;} 

.sale_campaign img{
	width:650px;
	border:solid 5px #F0D799;
	margin:10px 0;
}

.sale_map{float:right; height:322px; padding:26px 10px 0 0;}
.seletop .sale_tomb{
	width:190px;
	padding:5px;
	border:solid 1px #CCCCCC;
	box-shadow: 0px 0px 2px 0 #ccc;
	background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #dadada 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#dadada 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */




}
.seletop .sale_tomb:hover{
	background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.sale_a{text-decoration:none !important; color:#390005;}

.seletop .kukaku{
	font-size:12px;
	padding:1px 4px;
	background:#C3584D;
	color:#FFF;
	margin:0 5px 0 0;
	float:left;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}
.kukaku{
	font-size:15px;
	padding:1px 4px;
	background:#C3584D;
	color:#FFF;
	float:left;
	margin:0 5px 0 0;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}
.size,
.price{font-size:15px;}
.size{float:left; margin-right:10px;}
.seletop .size,
.seletop .price{font-size:13px;}
.seletop .price{padding-left:3px; clear: left;}
.seletop .sale_tomb_r{float:left; font-size:13px;}
a.sale_tomb{text-decoration:none; color:#390005;}

/*.saleBox img{
	width:440px;
	height:auto;
}*/
.saleBox .detail br{
	/*display:none;*/
}
.saleBox .detail{
	position:relative;
}
.saleBox .detail .sp_sougaku{
	position:absolute;
	left:160;
}

.saleButton img{
	width:auto!important;
}


.sale_btnBox{
	overflow:auto;
}



/*お食事（karatathi）*/
.photo_box img.food{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:149px;
	height:98px;
	display:block;
}

p.catch{
	color:#B82C34;
	font-size:85%;
}

table.menu{
	margin-left:20px;
	margin-bottom:10px;
}
table.menu th{
	background:url(../img/icon_03.png) no-repeat left center;
	padding-left:11px;
	margin-right:20px;
	width:310px;
}
table.menu td{
	padding-left:20px;
	/*text-align:left;*/
}
table.menu td.price{
	/*padding-right:210px;*/
	text-align:right;
}
table.menu td.note{
	font-size:77%;
	padding-left:11px;
}

table.drinkmenu{
	margin-left:20px;
	margin-bottom:10px;
}
table.drinkmenu th{
	background:url(../img/icon_03.png) no-repeat left center;
	padding-left:11px;
	margin-right:20px;
	width:300px;
}
table.drinkmenu td{
	padding-left:20px;
	/*text-align:left;*/
}
table.drinkmenu td.price{
	padding-right:230px;
	text-align:right;
}
table.drinkmenu td.note{
	font-size:77%;
	padding-left:11px;
}


/*仏事Q＆A（butsuji）*/
.butstuji_btn01 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/butsuji_btn01.png) no-repeat 0 top;float:left;margin-bottom:2px;} 


.butstuji_btn01 a:hover{background-position:0 bottom;}

.butstuji_btn02 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/butsuji_btn02.png) no-repeat 0 top; float:left;margin-bottom:5px;} 


.butstuji_btn02 a:hover{background-position:0 bottom;}

.butstuji_btn03 a{text-indent:-9999px;display:block;width:328px;height:69px;background:url(../img/butsuji_btn03.png) no-repeat 0 top; float:left;margin-bottom:2px;} 


.butstuji_btn03 a:hover{background-position:0 bottom;}

/*資料請求（contact）*/
.form1{float:left; clear:both; margin-bottom:15px; width:130px;}
.form2{float:left; margin-bottom:15px;}
.form3{clear:both; margin-bottom:5px;}
.form4{float:left; margin-bottom:15px; margin-left:130px;}
.wpcf7-submit{clear:both;}
.form2 input,
.form2 textarea{background:#F8ECCE; padding:5px;border:0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.form2 div.sample{margin-left:7px;}
.form2 div.sample p.caption{font-size:0.85em;}
.form2 div.sample img{width:98%;}
.form4 span.wpcf7-list-item{display:block !important;}
.wpcf7-submit{
	margin-left:130px;
	padding:5px;
	width:410px;
		border:solid 1px #CCCCCC;
	box-shadow: 0px 0px 2px 0 #ccc;
	background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #dadada 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#dadada 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.wpcf7-submit:hover{
	background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.m_left130{margin-left:130px;}


/*Q&A*/

.question{
	color:#B82C34;
	font-size:18px;
	background:url(../img/question_icon.png) no-repeat 0 3px;
	padding:2px 2px 2px 33px;
	margin-bottom:5px;
}

.answer{
	background:url(../img/answer_icon.png) no-repeat;
	padding:2px 2px 2px 33px;
}


.question span,
.answer span{
	font-weight:bold;
	color:#B82C34;
}



/*追加分*/

.border01{
	border-bottom:1px dotted #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
}

img.pcImg{
	display:inline;
}

img.spImg{
	display:none;
}

.karatathi2BoxLeft{
	float:left;
}
	
.karatathi2BoxRight{
	float:right;
}
	
.karatathi2BoxLeft img,
.karatathi2BoxRight img{
	width:309px;
	height:auto;
}

.karatathi2BoxInner{
	height:160px;
}


#biz_calendar{
	max-width:264px!important;
	margin:0 0 10px 0!important;
}

#biz_calendar p{
	margin:5px 0!important;
}

table.bizcal{
	background:#FFF;
}

table.bizcal td.eventday{
	background-color:#683A35!important;
	color:#FFF!important;
}

span.boxeventday{
	background-color:#683A35!important;
}

table.bizcal td.today{
	color:#390005!important;
}


.drinkboxText{
	width:380px;
	float:left;
}

.drinkboxText2{
	width:420px;
	float:left;
}

.drinkbox2{
	margin-top:10px;
}


/*ここからclearfix*/
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*clearfixここまで*/



#searchform{
	margin:10px 0;
}

.search .hentry{
	margin-bottom:10px;
}


/*pagenavi*/

.wp-pagenavi {
	margin:10px auto;
	display:inline-block;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}


/*サイトマップ*/


.sitemapBox ul{
	margin-bottom:20px;
}


.sitemapBox ul li a{
	background:url(../img/icon_01.png) no-repeat left;
	padding-left:10px;
	margin-left:18px;
}

.sitemapBox ul li.sitemapBig a{
	color:#683A35;
	background:url(../img/bg_sitemapBig.png) no-repeat left center;
	padding-left:17px;
	font-size:18px;
	margin-left:0!important;
}

.sitemapBox ul li.sitemapInner a{
	background:url(../img/icon_01.png) no-repeat left;
	padding-left:10px;
	margin-left:40px;
}

/*交通アクセス*/


.accessButton{
	border:solid 3px #F0D799;
	padding:10px;
	width:120px;
	font-size:12px;
	float:left;
}

.accessButton img{
	width:100%;
}
	
.accessImg{
	float:right;
}

.accessImg img{
	width:470px;
	height:auto;
}

.accessText{
	font-size:19px;
	margin-bottom:10px;
	color:#B82C34;
}

.accessMapPc{
	display:block;
}

.accessMapSp{
	display:none;
}


/*個人情報保護方針*/

.privacySmall{
	font-size:13px;
}


.privacyBig{
	color:#B82C34;
}


/*カレンダー*/

.eventCalendar img{
	width:620px;
	height:auto;
	margin:0 auto;
}



.error404 h1{
	display:none;
}


#menuSp{
	display:none;
}


#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 125px;
    padding: 10px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #F3D9A3;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #EDCB85;
    -moz-shadow: inset 0 0 5px 5px #EDCB85;
    box-shadow: inset 0 0 5px 5px #EDCB85;
}


.menuSpButton{
	display:none;
}

div.zeibetu{
	float:right;
 	margin-right:220px;"
}
div.zeibetu_2{
	clear:both; 
	margin-top:10px;

}

.clear_sougaku span{
	margin-left:45px;
}


/* ↓topバナー追加・下層leftバナー */
.top_bnr {
	margin-bottom:10px;
}
.topBnr {
	margin-bottom:10px;
}
.topBnr a img {
	width: 325px;
	box-sizing: border-box;
	border: 1px solid #F0D799;
	border-radius: 6px;
	padding: 3px;
}
.topBnr a:nth-child(even) img {
	margin-left: 4px;
}
.topBnr a:nth-child(-n+2) img {
	margin-top: 0;
}
.leftBnr a img {
	width: 261px;
	box-sizing: border-box;
	border: 2px solid rgba(234, 202, 124, 0.8);
	border-radius: 6px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	margin-left: 2px;
}
/* ↑topバナー追加・下層leftバナー */

#switchScreen {
	width: 100%;
	height: 100px;
	background-color: #111;
}

/* ↓画面切替 */
#switchScreen {
	width: 100%;
	height: 40px;
	background-color: #111;
}

#switchScreen div {
	width: 100%;
	margin: 0 auto;
}

#switchScreen nav {
	float: right;
	margin-top: 4px;
}

#switchScreen li {
	float: left;
	border-right: solid 1px #111;
}

#switchScreen li a {
	display: block;
	padding: 3px;
	width: 110px;
	color: #fff !important;
	text-decoration :none !important;
	text-align: center;
}

#switchScreen li a:link,
#switchScreen li a:visited {background-color: #444;}
#switchScreen li a:hover,
#switchScreen li a:active {background-color: #666;}
/* ↑画面切替 */

/* スマホ対応 */

@media screen and (max-width: 641px),(device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	
body{
	min-width:320px;
}
	
#header{
	padding:0 10px;
}

#menuPc{
	display:none;
}


a.menuSpButton{
	display:block;
	margin:0 10px 20px;
	padding:10px 10px 10px 32px;
	color:#6C4400;
	background:url(../img/sp_menu_icon.png) no-repeat 15px center;
	background-color:#F3D9A3;
	text-decoration:none;
}

#menuSp{
	display:none;
}

#menuSp li{
	padding:10px;
	border-bottom:1px dotted #F8F1E4;
}

#menuSp li a{
	color:#6C4400;
	text-decoration:none;
}



#cont{
	padding:10px 10px 0;
}
	
#headerinner{
	width:auto;
	margin:0 auto;
	margin-bottom:20px;
}
		
#left_side{float:none;width:auto;}
#right_side{width:auto; margin:20px 0 0;}

#header h1_old{float:none; margin:20px auto; width:264px}
#header h1.{float:none; margin:20px auto; width:100%;}
#head_right{
	float:none;
	text-align:left;
	color:#ACA591;
	font-size:13px;
	margin:0 auto;
	width:280px;
}

#head_right ul{
	margin:10px 0;
}

#head_right ul li{
	display:inline-block;
	float:none;
}
#head_right ul li a{
	background:url(../img/icon_01.png) no-repeat left;
	padding-left:10px; 
	text-decoration:underline;
	color:#ACA591;
	margin-left:10px;}
#head_right ul li a:hover{color:#B92D35;}
#tel{
	clear:both;
	float:none;
	}
#tel img{float:none; margin:10px;}

#footerinner{width:auto; margin:0 auto; padding:20px 20px 30px 20px;}

#wrapper{
	width:auto;
	margin:0 auto;
	margin-bottom:50px;
}

.top_box{float:none;  width:auto!important; margin:0 0 10px 0!important;}
.top_box2{float:none; width:auto!important; margin:0 0 10px 0!important;}

#footerinner ul{
	float:none;
	margin-right:0px;
	margin-top:20px;
}

h2{
	background:url(../img/bg_h2_sp.png) no-repeat;
	width:300px;
	height:98px;
	position:relative;
	margin-bottom:10px;
}
h2 .page_p_name{
	font-size:22px;
    text-shadow: 0 0 5px #fff; /* CSS3 */
	position:absolute;
	top:4px;
	left:15px;
}
h2 .page_c_name{
	font-size:15px;
	text-shadow: 0 0 5px #fff; /* CSS3 */
	position:absolute;
	top:58px;
	left:30px;
}

h3{
	border-left:1px solid #F0D799;
	border-right:1px solid #F0D799;
	border-top:1px solid #F0D799;
	background:url(../img/bg_h3_sp.png) repeat-y;
	height:auto;
	padding:2px 0 2px 15px;
	font-size:17px;
}

h4{
	color:#B82C34;
	background:url(../img/bg_h4.png) no-repeat left 9px;
	padding-left:11px;
}

img.pcImg{
	display:none;
}

img.spImg{
	display:inline;
}

/*霊園のご案内（guidance）*/
.guidance_menu01 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/guidance_menu01_sp.png) no-repeat 0 top; float:none; margin-bottom:10px;} 
.guidance_menu02 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/guidance_menu02_sp.png) no-repeat 0 top; float:none;margin-bottom:10px;} 
.guidance_menu03 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/guidance_menu03_sp.png) no-repeat 0 top;float:none;} 
.guidance_menu04 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/guidance_menu04_sp.png) no-repeat 0 top;float:none;} 
.guidance_menu05 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/guidance_menu05_sp.png) no-repeat 0 top;float:none;margin-bottom:10px;} 
.guidance_menu06 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/guidance_menu06_sp.png) no-repeat 0 top;float:none;margin-bottom:10px;} 
.guidance_menu01 a:hover{background-position:0 bottom;} 
.guidance_menu02 a:hover{background-position:0 bottom;} 
.guidance_menu03 a:hover{background-position:0 bottom;} 
.guidance_menu04 a:hover{background-position:0 bottom;} 
.guidance_menu05 a:hover{background-position:0 bottom;} 
.guidance_menu06 a:hover{background-position:0 bottom;} 



.guidance_menu03_boxBig{
	float:none;
}
.guidance_menu03_box{float:none;background:url(../img/bg_guidance_menu_sp.png) no-repeat 0 bottom;width:278px;
	padding:8px 11px 11px 11px;
	margin-right:-2px;
	margin-bottom:10px;
	display:block;
	
}

.guidance_menu04_boxBig{
	float:none;
}
.guidance_menu04_box{float:none;background:url(../img/bg_guidance_menu_sp.png) no-repeat 0 bottom;width:278px;
	padding:8px 11px 11px 11px;
	margin-right:;
	margin-bottom:10px;
	display:block;
}

#guidance_menu07 li a{text-indent:-9999px;display:block;width:134px; height:41px;}
#guidance_menu07 li{float:none; margin-right:2px; margin-bottom:2px; display:inline-block;}
#guidance_menu07 .menu01 a{background:url(../img/guidance_menu07_sp.png) no-repeat left 0;} 
#guidance_menu07 .menu02 a{background:url(../img/guidance_menu07_sp.png) no-repeat left -48px;}
#guidance_menu07 .menu03 a{background:url(../img/guidance_menu07_sp.png) no-repeat left -95px;}
#guidance_menu07 .menu04 a{background:url(../img/guidance_menu07_sp.png) no-repeat left -142px;}
#guidance_menu07 .menu05 a{background:url(../img/guidance_menu07_sp.png) no-repeat left -189px;}
#guidance_menu07 .menu06 a{background:url(../img/guidance_menu07_sp.png) no-repeat left -236px;}
#guidance_menu07 .menu01 a:hover{background-position:right 0;} 
#guidance_menu07 .menu02 a:hover{background-position:right -48px;} 
#guidance_menu07 .menu03 a:hover{background-position:right -95px;} 
#guidance_menu07 .menu04 a:hover{background-position:right -142px;} 
#guidance_menu07 .menu05 a:hover{background-position:right -189px;} 
#guidance_menu07 .menu06 a:hover{background-position:right -236px;} 

#guidance_menu08 li a{text-indent:-9999px;display:block;width:134px; height:41px;}
#guidance_menu08 li{float:none; margin-right:2px; margin-bottom:2px; display:inline-block;}
#guidance_menu08 .menu01 a{background:url(../img/guidance_menu08_sp.png) no-repeat left 0;} 
#guidance_menu08 .menu02 a{background:url(../img/guidance_menu08_sp.png) no-repeat left -48px;}
#guidance_menu08 .menu03 a{background:url(../img/guidance_menu08_sp.png) no-repeat left -95px;}
#guidance_menu08 .menu04 a{background:url(../img/guidance_menu08_sp.png) no-repeat left -142px;}
#guidance_menu08 .menu05 a{background:url(../img/guidance_menu08_sp.png) no-repeat left -189px;}
#guidance_menu08 .menu06 a{background:url(../img/guidance_menu08_sp.png) no-repeat left -236px;}
#guidance_menu08 .menu07 a{background:url(../img/guidance_menu08_sp.png) no-repeat left -283px;}
#guidance_menu08 .menu08 a{background:url(../img/guidance_menu08_sp.png) no-repeat left -330px;}
#guidance_menu08 .menu01 a:hover{background-position:right 0;} 
#guidance_menu08 .menu02 a:hover{background-position:right -48px;} 
#guidance_menu08 .menu03 a:hover{background-position:right -95px;} 
#guidance_menu08 .menu04 a:hover{background-position:right -142px;} 
#guidance_menu08 .menu05 a:hover{background-position:right -189px;} 
#guidance_menu08 .menu06 a:hover{background-position:right -236px;} 
#guidance_menu08 .menu07 a:hover{background-position:right -283px;} 
#guidance_menu08 .menu08 a:hover{background-position:right -330px;} 


/*資料請求（contact）*/
img.sample{width:258px !important;}
.form1{float:none; clear:both; margin-bottom:0px; width:auto;}
.form2{float:none; margin-bottom:15px; }

.form2 input,
.form2 textarea{
	width:258px!important;
}

.contactTextsp{
	margin:10px 0 0 0!important;
}

.wpcf7-submit{
	margin-left:0px;
	padding:5px;
	width:100%;
		border:solid 1px #CCCCCC;
	box-shadow: 0px 0px 2px 0 #ccc;
	background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #dadada 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#dadada 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.wpcf7-submit:hover{
	background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

body.contact .box{
	overflow:visible;
}

body.premises img,
body.procedure img{
	max-width:268px;
	height:auto;
}

ul.icon03 li{
	background:url(../img/icon_03.png) no-repeat left 10px;
	padding-left:11px;
}


.topButton .box img{
	max-width:268px;
	height:auto;
}


body.karatachi .box img,
body.karatachi4 .box img,
body.karatachi6 .box img{
	max-width:268px!important;
	height:auto;
	margin:0 0 10px 0!important;
	float:none;
}

body.karatachi5 img{
	max-width:290px!important;
	height:auto;
	margin:0!important;
	float:none;
}

body.karatachi2 .box .photo_box img{
	max-width:268px!important;
	height:auto;
	margin:0 0 10px 0!important;
	float:none;
}

body.karatachi8 .box img{
	max-width:268px!important;
	height:auto;
	margin:10px 0 10px 0!important;
	float:none;
}

body.guidance1 .box img{
	max-width:268px!important;
	height:auto;
	margin:0!important;
	float:none;
}

body.sale3 .box img{
	max-width:268px!important;
	height:auto;
	margin:0!important;
}

body.guidance2 .box .photo_box img,
body.guidance3 .box .photo_box img,
body.landscape .box .photo_box img,
body.guidance4 .box .photo_box img,
body.guidance5 .box .photo_box img,
body.guidance6 .box .photo_box img{
	max-width:268px!important;
	height:auto;
	margin:0 0 10px 0!important;
	float:none;
}

body.procedure8 .box img{
	max-width:268px!important;
	height:auto;
	margin:10px 0 0 0!important;
	float:none;
}

.karatathi2BoxLeft{
	float:none;
	margin-bottom:15px;
}
	
.karatathi2BoxRight{
	float:none;
}
	
.karatathi2BoxLeft img,
.karatathi2BoxRight img{
	width:268px;
	height:auto;
}

.karatathi2BoxInner{
	height:auto;
	margin-bottom:10px;
}

.drinkboxText{
	width:auto;
	float:none;
}

/*墓所をお求めの方（sale）*/
.sale_btn01 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/sale_btn01_sp.png) no-repeat 0 top; float:none; margin-bottom:10px;} 
.sale_btn02 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/sale_btn02_sp.png) no-repeat 0 top; float:none;margin-bottom:10px;} 
.sale_btn03 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/sale_btn03_sp.png) no-repeat 0 top;float:none;margin-bottom:10px;} 
.sale_btn04 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/sale_btn04_sp.png) no-repeat 0 top;float:none;margin-bottom:10px;} 
.sale_btn05 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/sale_btn05_sp.png) no-repeat 0 top;float:none;margin-bottom:10px;} 
.sale_btn01 a:hover{background-position:0 bottom;} 
.sale_btn02 a:hover{background-position:0 bottom;} 
.sale_btn03 a:hover{background-position:0 bottom;} 
.sale_btn04 a:hover{background-position:0 bottom;} 
.sale_btn05 a:hover{background-position:0 bottom;} 

.sale_campaign img{
	width:290px;
	border:solid 5px #F0D799;
	margin:10px 0;
}

.sale_map{
	display:none;
}

.saleBox .detail .sp_sougaku{
	display:none;
}

.saleBox img{
	width:100%;
}

	
/*交通アクセス*/

.accessButton{
	border:solid 3px #F0D799;
	padding:10px;
	width:120px;
	font-size:12px;
	float:none;
}

.accessButton img{
	width:100%;
}
	
.accessImg{
	float:none;
}

.accessImg img{
	width:268px;
	height:auto;
	margin-bottom:10px;
}

.accessText{
	font-size:16px;
	margin-bottom:10px;
	margin-top:10px;
	color:#B82C34;
}

.accessMapPc{
	display:none;
}

.accessMapSp{
	display:block;
}


.eventCalendar img{
	width:268px;
	height:auto;
}


.procedure_btn01 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/procedure_menu01_sp.png) no-repeat 0 top;float:none;  margin-bottom:2px;} 
.procedure_btn02 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/procedure_menu02_sp.png) no-repeat 0 top;float:none; margin-bottom:2px;} 
.procedure_btn03 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/procedure_menu03_sp.png) no-repeat 0 top;float:none;  margin-bottom:2px;} 
.procedure_btn04 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/procedure_menu04_sp.png) no-repeat 0 top;float:none; margin-bottom:2px;}
.procedure_btn05 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/procedure_menu05_sp.png) no-repeat 0 top;float:none;  margin-bottom:2px;} 
.procedure_btn06 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/procedure_menu06_sp.png) no-repeat 0 top;float:none;margin-bottom:2px;}
.procedure_btn07 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/procedure_menu07_sp.png) no-repeat 0 top;float:none; margin-bottom:2px;} 
.procedure_btn08 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/procedure_menu08_sp.png) no-repeat 0 top;float:none;margin-bottom:2px;}
.procedure_btn01 a:hover{background-position:0 bottom;} 
.procedure_btn02 a:hover{background-position:0 bottom;} 
.procedure_btn03 a:hover{background-position:0 bottom;} 
.procedure_btn04 a:hover{background-position:0 bottom;} 
.procedure_btn05 a:hover{background-position:0 bottom;} 
.procedure_btn06 a:hover{background-position:0 bottom;} 
.procedure_btn07 a:hover{background-position:0 bottom;} 
.procedure_btn08 a:hover{background-position:0 bottom;} 


.guidance_btn01 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/guidance_top_menu01_sp.png) no-repeat 0 top;float:none;  margin-bottom:2px;} 
.guidance_btn02 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/guidance_top_menu02_sp.png) no-repeat 0 top;float:none; margin-bottom:2px;} 
.guidance_btn03 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/guidance_top_menu03_sp.png) no-repeat 0 top;float:none;  margin-bottom:2px;} 
.guidance_btn04 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/guidance_top_menu04_sp.png) no-repeat 0 top;float:none; margin-bottom:2px;}
.guidance_btn05 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/guidance_top_menu05_sp.png) no-repeat 0 top;float:none;  margin-bottom:2px;} 
.guidance_btn06 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(../img/guidance_top_menu06_sp.png) no-repeat 0 top;float:none;margin-bottom:2px;}
.guidance_btn01 a:hover{background-position:0 bottom;} 
.guidance_btn02 a:hover{background-position:0 bottom;} 
.guidance_btn03 a:hover{background-position:0 bottom;} 
.guidance_btn04 a:hover{background-position:0 bottom;} 
.guidance_btn05 a:hover{background-position:0 bottom;} 
.guidance_btn06 a:hover{background-position:0 bottom;} 


.spNone{
	display:none;
}

/*セット販売墓所追加*/
.seletop .sale_tomb{
	overflow:hidden;
}
.sp_sougaku{
	float:left;
	
}
.clear_sougaku{
	clear:both;
	padding-top:12px;
}
/*セット販売墓所追加*/

/* ↓topバナー追加 */
.top_bnr img {
	display:block;
	margin-bottom:10px;
	width:100%;
}
/* ↑topバナー追加 */
}
/* 141111霊園案内変更 */
img.guidanceMain {
	float:left;
	margin-right:14px;
	margin-bottom:10px;
	max-width:100%;
}

table.guidanceMain {
	width:311px;
	border:1px solid #f0d799;
	border-collapse:collapse;
}
table.guidanceMain th {
	width:94px;
	border:1px solid #f0d799;
	border-collapse:collapse;
	background-color:#fcf5e3;
	padding:5px 5px;
}
table.guidanceMain td {
	width:217px;
	border:1px solid #f0d799;
	border-collapse:collapse;
	background-color:#fefcf6;
	padding:5px 5px;
}
table.guidanceMain th,
table.guidanceMain td {
	padding:2px 5px;
}

/* 周辺散策マップ */


table.sansakuMap {
	width:100%;
	border:1px solid #f0d799;
	border-collapse:collapse;
	font-size:85%;
}
table.sansakuMap th {
	border:1px solid #f0d799;
	border-collapse:collapse;
	background-color:#fcf5e3;
	padding:2px 5px;
}
table.sansakuMap td {
	border:1px solid #f0d799;
	border-collapse:collapse;
	background-color:#fefcf6;
	padding:2px 5px;
}
table.sansakuMap th.col {
	text-align:center;
}

/* 問合せバナー変更 */
div.bnrContact {
	background:url('/img/bg_side_banner01.png') no-repeat;
	width:260px;
	height:66px;
	margin-bottom:10px;
}
.bnrContact a {
	text-decoration:none;
}
.bnrContact p.ttlBnr {
	font-size:22px;
	color:#131313;
	text-shadow:0 0 3px #FFF;
	padding:8px 0 0 13px;
}
.bnrContact p.txtBnr {
	font-size:13px;
	color:#131313;
	text-shadow:0 0 2px #FFF;
	padding:0 0 0 13px;
	margin-top:-5px;
}


/* 問合せバナー変更151106 */
#left_side .btnContact {
	display: block;
	width: 258px;
	height: 98px;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#2B318B', EndColorStr='#6067AF');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2B318B), to(#6067AF));
	background-image: -moz-linear-gradient(top, #2B318B, #6067AF);
	background-image: -ms-linear-gradient(top, #2B318B, #6067AF);
	background-image: linear-gradient(top, #2B318B, #6067AF);
	border-radius: 10px;
	padding: 3px; /* これが線幅になる */
}
#left_side .btnContact a {
	color: #fff;
	font-family: Meiryo, sans-serif;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75), 1px 1px 1px rgba(0, 0, 0, 0.75);
}
#left_side .btnContact a:hover {
	opacity: 0.8;
}
#left_side .btnContact .btnInner {
	display: block;
	width: 100%;
	height: 100%;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#6067AF', EndColorStr='#2B318B');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6067AF), to(#2B318B));
	background-image: -moz-linear-gradient(top, #6067AF, #2B318B);
	background-image: -ms-linear-gradient(top, #6067AF, #2B318B);
	background-image: linear-gradient(top, #6067AF, #2B318B);
	border-radius: 8px;
	position: relative;
}
#left_side .btnContact .btnInner .ico {
	position: absolute;
	top: 31px;
	left: 15px;
}
#left_side .btnContact .btnInner p {
	line-height: 1em;
	margin-left: 57px;
}
#left_side .btnContact .btnInner p.lead {
	font-size: 24px;
	letter-spacing: 1px;
	padding-top: 14px;
}
#left_side .btnContact .btnInner p.ttl {
	font-size: 42px;
	letter-spacing: 5px;
	text-indent: -2px;
	padding-top: 10px;
}
/* 墓所single資料請求ボタン */
.btnCatalogue {
	display: block;
	width: 280px;
	height: 36px;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#2B318B', EndColorStr='#6067AF');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2B318B), to(#6067AF));
	background-image: -moz-linear-gradient(top, #2B318B, #6067AF);
	background-image: -ms-linear-gradient(top, #2B318B, #6067AF);
	background-image: linear-gradient(top, #2B318B, #6067AF);
	border-radius: 10px;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.btnCatalogue a {
	color: #fff;
	font-family: Meiryo, sans-serif;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75), 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.btnCatalogue a:hover {
	opacity: 0.8;
}
.btnCatalogue .btnInner {
	display: block;
	width: 100%;
	height: 100%;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#6067AF', EndColorStr='#2B318B');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6067AF), to(#2B318B));
	background-image: -moz-linear-gradient(top, #6067AF, #2B318B);
	background-image: -ms-linear-gradient(top, #6067AF, #2B318B);
	background-image: linear-gradient(top, #6067AF, #2B318B);
	border-radius: 8px;
	position: relative;
}
.btnCatalogue .btnInner .ico {
	position: absolute;
	top: 10px;
	left: 10px;
}
.btnCatalogue .btnInner p {
	font-size: 23px;
	letter-spacing: 1px;
	margin-left: 30px;
}

/* テレビCM */
div.cmBox {
	width: 264px;
	padding: 0;
	margin: 8px 0 12px;
}

p.txtCM {
	font-size: 13px;
	text-align: center;
}


/* フォーム150430 */
/*.sample img {
	max-width: 320px;
}*/

.sample {
	width: 540px;
	margin: 0 auto 10px;
}

.sample .info {
	width: 520px;
	text-align: center;
	border: 1px solid #333;
	padding: 4px 9px;
}

table.formTable {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 25px;
}
.formTable th,
.formTable td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 12px 0 18px 10px;
}
.formTable th {
	width: 25%;
	vertical-align: top;
	background: #F8ECCE;
}
.formTable input[type="email"],
.formTable input[type="text"],
.formTable textarea {
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
.formTable input[type="email"],
.formTable input[type="text"] {
	width: 85%;
	line-height: 1.8em;
}
.formTable input[type="text"].input_S {
	width: 25%;
	margin-bottom: 7px;
}
.formTable input.btn_zip {
	padding: 0 3px;
}
.formTable textarea {
	width: 85%;
	height: 8em;
}
.formTable span.wpcf7-list-item {
	margin: 0 0.7em 0 0 !important;
}
.formTable input[type="checkbox"] {
	margin: 0;
}


.formTable th,
.formTable td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 12px 0 18px 10px;
}
.formTable th {
	width: 25%;
	vertical-align: top;
	background: #F8ECCE;
}

/* 販売墓所_追加css */
.priceTable {
	width: 628px;
	display: table;
}
.priceTable .priceBox {
	display: table-cell;
}
.priceTable .priceBox table {
	width: 100%;
}
.priceTable .priceBox td {
	border-top: 0;
	border-bottom: 4px solid #ffc000;
	text-align: center;
	padding-top: 2px;
}
.priceTable .priceBox td.imageCell,
.priceTable .priceBox td.imageCell02 {
	padding-top: 0;
}
img.imageCell_ex {
	width: 620px;
	border: 4px solid #ffc000;
	border-top: none;
}
.priceTable .priceBox01 td {
	border-left: 4px solid #ffc000;
	border-right: 4px solid #ffc000;
}
.priceTable .priceBox02:nth-child(odd) td {
	border-left: 4px solid #ffc000;
	border-right: 2px solid #ffc000;
}
.priceTable .priceBox02:nth-child(even) td {
	border-left: 2px solid #ffc000;
	border-right: 4px solid #ffc000;
}
.priceTable .priceBox03:nth-child(3n+1) td {
	border-left: 4px solid #ffc000;
	border-right: 2px solid #ffc000;
}
.priceTable .priceBox03:nth-child(3n+2) td {
	border-left: 2px solid #ffc000;
	border-right: 2px solid #ffc000;
}
.priceTable .priceBox03:nth-child(3n+3) td {
	border-left: 2px solid #ffc000;
	border-right: 4px solid #ffc000;
}
.priceTable .priceBox tr:first-child td {
	border-top: 4px solid #ffc000;
}
.priceTable .priceBox td.imageCell img {
	width: 100%;
}
.priceTable .priceBox td.imageCell02 img {
	width: 308px;
	float: left;
}
.priceTable .priceBox td.imageCell02 img:nth-child(odd) {
	border-right: 2px solid #ffc000;
}
.priceTable .priceBox td.imageCell02 img:nth-child(even) {
	border-left: 2px solid #ffc000;
}
.priceTable .priceBox td.imageCell p {
	margin-top: -5px;
}
.saleBox .imageWrap {
	margin: 0 auto 25px;
}
.saleBox .imageWrap img {
	border: 1px solid #ccc;
	padding: 3px;
}
.saleBox .imageWrap img.mainImg {
	width: 620px;
}
.saleBox .imageWrap .subImg img {
	width: 303px;
	margin-bottom: 5px;
}
.saleBox .imageWrap .subImg img:nth-child(odd) {
	float: left;
}
.saleBox .imageWrap .subImg img:nth-child(even) {
	float: right;
}
.btnArea {
	padding-left: 5px;
	margin: 15px auto;
}
.btnArea a img {
	width: 210px;
}
.kukakuWrap {
	width: 628px;
	margin: 15px auto;
}
.kukakuBox {
	width: 302px;
	float: left;
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	margin-left: 8px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.kukakuBox:nth-child(2n+1) {
	margin-left: 0;
}
.kukakuBox .title {
	text-align: center;
	margin: 3px 0;
}
.kukakuBox .title a {
	font-weight: bold;
}
.kukakuBox .thumbnail {
	position: relative;
	width: 302px;
	height: 206px;
	overflow: hidden;
}
.kukakuBox .thumbnail:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow:
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff;
	-moz-box-shadow:
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff;
	-webkit-box-shadow:
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff;
	-o-box-shadow:
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff;
	-ms-box-shadow:
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff;
}
.kukakuBox .thumbnail img {
	display: block;
	height: 229px;
	margin: 0 auto;
	z-index: 1;
}
.kukakuBox .outline {
	height: 6.8em;
	font-size: 14px;
	padding: 4px 6px 0;
}


.table2cWrap {
	width: 100%;
	margin-bottom: 5px;
}
.table2cWrap:after {
	content: '';
	display: table;
	clear: both;
}
.busTable {
	width: 48%;
	text-align: center;
	border: 1px solid #999999;
}
.bus01 {
	float: left;
}
.bus02 {
	float: right;
}
.busTable th,
.busTable td {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 3px 5px;
}
.busTable th {
	text-align: center;
}
.busTable th em {
	color: #990000;
	font-size: 120%;
	font-weight: bold;
}
.busTable td:first-child {
	background: #cceeff;
}
.busTable td:last-child {
	background: #ffccdd;
}

@media screen and (max-width: 641px) {
	.busTable {
		width: 100%;
		font-size: 90%;
	}
	.bus01 {
		float: none;
		margin-bottom: 7px;
	}
	.bus02 {
		float: none;
	}
	.busTable th {
	}
	#left_side {
		display: none;
	}
	.sample {
		width: 100%;
	}
	.sample img {
		max-width: 100%;
	}
	.sample .info {
		width: 96%;
		font-size: 12px;
		padding: 4px 2%;
	}
	table.formTable {
		border: none;
		margin-bottom: 25px;
	}
	.formTable th,
	.formTable td {
		display: block;
		border: none;
		padding: 0 1%;
	}
	.formTable th {
		width: 98%;
		font-weight: bold;
		vertical-align: top;
		background: none;
		padding-top: 3px;
	}
	.formTable th br {
		display: none;
	}
	.formTable td {
		display: block;
		border-bottom: 1px dotted #ccc;
		padding-bottom: 10px;
	}
	.formTable span.wpcf7-list-item {
		display: block;
	}
	.formTable input[type="email"],
	.formTable input[type="text"] {
		width: 100%;
	}
	.formTable input[type="text"].input_S {
		width: 30%;
	}
	.formTable input.btn_zip {
		font-size: 12px;
	}
	.formTable textarea {
		width: 100%;
	}
	.priceTable {
		width: 100%;
		font-size: 12px;
	}
	.priceTable .priceBox td.imageCell02 img {
		width: 49.3%;
	}
	.saleBox .imageWrap img {
		border: 1px solid #ccc;
		padding: 3px;
	}
	.saleBox .imageWrap img.mainImg {
		width: 96%;
		display: block;
		margin: 0 auto 10px;
	}
	.saleBox .imageWrap .subImg img {
		width: 96%;
		display: block;
		margin: 0 auto 10px;
	}
	.saleBox .imageWrap .subImg img:nth-child(odd) {
		float: none;
	}
	.saleBox .imageWrap .subImg img:nth-child(even) {
		float: none;
	}
	.btnArea {
		padding-left: 0;
		margin: 10px auto;
	}
	.btnArea a img {
		width: 100%;
	}
	.kukakuWrap {
		width: 98%;
		margin: 15px auto;
	}
	.kukakuBox {
		width: 98%;
		float: none;
		margin-left: 0;
	}
	.kukakuBox .thumbnail {
		width: 100%;
		height: auto;
		overflow: visible;
	}
	.kukakuBox .thumbnail img {
		width: 100%;
		height: auto;
	}
	.kukakuBox .outline {
		height: auto;
	}


	/* 新TOPスマホ対応 */
	img {
		max-width: 100% !important;
	}
	body#top {
		width: 100%;
		font-size: 14px;
		background: #fff;
	}
	#top #header {
		width: 100%;
		background: #fff;
		padding: 0;
		margin-bottom: 0;
	}
	#top #headerinner {
		width: 98%;
		margin: 0 auto;
	}
	#top #headerinner h1 {
		width: 45%;
		display: inline-block;
		vertical-align: middle;
	}
	#top #headerinner #tel {
		width: 45%;
		display: inline-block;
		text-align: right;
		margin-left: 10%;
	}
	#top #headerinner #tel img {
		display: block;
		margin: 0;
	}
	#top #headerinner #tel img:first-child {
		margin-bottom: 5px;
	}
	#top #topimg {
		width: 100% !important;
	}
	#top #cont {
		width: 100%;
		background: #fff;
		padding: 0;
		margin: 0;
	}
	#top ul#spNav {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#top ul#spNav li {
		width: 25%;
		float: left;
		padding: 0;
		margin: 0;
	}
	#top .content {
		width: 98%;
		margin: 0 auto;
	}
	#top .content h2 {
		width: 96%;
		height: auto;
		font-size: 16px;
		background: -moz-linear-gradient(top, #EDCE82 0%, #F7EAC9 100%);
		background: -webkit-linear-gradient(top, #EDCE82 0%, #F7EAC9 100%);
		background: -o-linear-gradient(top, #EDCE82 0%, #F7EAC9 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#EDCE82), to(#F7EAC9));
		background: -ms-linear-gradient(to bottom, #EDCE82 0%, #F7EAC9 100%);
		background: linear-gradient(to bottom, #EDCE82 0%, #F7EAC9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#F7EAC9, endColorstr=#EDCE82,GradientType=0 );
		border: 1px solid #F7EAC9;
		padding: 3px 2%;
		margin: 20px 0 0;
	}
	#top .content h2 img {
		vertical-align: middle;
		margin-right: 6px;
		margin-top: -3px;
	}
	#top .content .newsBox {
		width: 100%;
		height: 6.5em;
		overflow-y: auto;
		border: 2px solid #F7EAC9;
		border-top: none;
		margin: 0;
	}
	#top .content .newsBox dl {
		border-bottom: 1px dashed #ccc;
		margin: 5px 10px;
	}
	#top .content .kukakuWrap {
		width: 98%;
		border: 2px solid #F7EAC9;
		margin: 5px auto;
	}
	#top .content .kukakuWrap .imgBox {
		width: 40%;
		float: left;
	}
	#top .content .kukakuWrap .imgBox img {
		width: 92%;
		border: 1px solid #ccc;
		display: block;
		padding: 2px;
		margin: 3px;
	}
	#top .content .kukakuWrap .txtBox {
		width: 60%;
		float: right;
	}
	#top .content .kukakuWrap .txtBox p {
		color: #2B318B;
		font-weight: bold;
		padding: 3px 10px; 
	}
	#top .content .kukakuWrap .txtBox p a {
		color: #2B318B;
		text-decoration: none;
	}
	#top .content .kukakuWrap .btnKukaku {
		margin: 15px auto;
	}
	#top ul#footNav {
		width: 100%;
		border-top: 2px dotted #2B318B;
		padding: 15px 0 0;
		margin: 35px auto;
	}
	#top ul#footNav li {
		width: 31.3%;
		float: left;
		padding: 0;
		margin: 0 1% 10px;
	}
	#top .adress {
		color: #2B318B;
		font-size: 15px;
		margin: 0 auto;
	}

	/* ページ下部資料請求ボタン */
	.btnCatalogue .btnInner .ico {
		width: 5.5%;
	}
}


.bus2clm	{ display: -webkit-flex; display: flex; justify-content: space-between; }
.bus2clm .bsim	{ width: calc(40% - 10px); }
.bus2clm .bsim img	{ width: 100%; }
.bus2clm .bstx	{ width: calc(60% - 10px); text-align: left; }
.bus2clm .bstx ul	{ padding: 0 0 0 2rem; }
.bus2clm .bstx ul li	{ list-style: disc; text-indent: -1rem;}


@media (max-width: 767px) { 
	.bus2clm	{ display: block;  }
	.bus2clm .bsim, 
	.bus2clm .bstx	{ width: 100%; }
}


.contactspbtn	{ display: none; }
@media (max-width: 767px) { 
	.contactspbtn	{ display: inline-block; position: fixed; top:102px; right:6px; z-index:12; width: 163px; }
	.contactspbtn img	{ width: 100%; }
}


