@charset "UTF-8";
/* ------------------- Break point memo------------------- 
Letina(min-width:1230px) 最大横幅1190+40px
Desktop(min-width:1140px) 最大横幅1100+40px
PC, Tablet(min-width:768px)
mobile(min-width:480px)
*/
/* ------------------- CSS Tips ------------------- */
/* Debug */
.hoge{
	border:1px solid red;
}
/* Scroll */
::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.pre-scroll{
	overflow:scroll;
	border:1px solid #a5a5a5;
	padding:5px;
}
/*border-box*/
* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}
/* clear */
.clear{
	clear: both;
}
br.all{ /* 旧サイト時代のクリア */
	clear: both;
}
/* clearfix */
.clearfix:after{
	content:"";
	display:block;
	clear: both;
}
/* margin */
.mar10{
	margin-bottom:10px;
}
.mar20{
	margin-bottom:20px;
}
.mar1em{
	margin-bottom:1em;
}
/* font */
.f-serif{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.f-sans-serif{
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Meiryo', 'メイリオ', sans-serif;
}
/* フォント色 */
em{
	font-style:normal;
	font-weight:bold;
}
.f-red{	color:#ff0000;}
.f-bold{	font-weight:bold;}

.f-blue{	color:#3A468E;}
.f-deepred{	color:#b6002a;}
.f-purple{	color:#8a2be2;}


/* フォントサイズ */
.f-150{	font-size:150%;}
.f-120{	font-size:120%;}
.f-110{	font-size:110%;}
.f-95{	font-size:95%;}
.f-90{	font-size:90%;}
.f-85{	font-size:85%;}
.f-80{	font-size:80%;}
/* フォント他 */
.f-new{
	font-weight:bold;
	color:#ff0000;
	font-size:80%;
}
.f-note{
	margin-left:1em;
	font-size:0.9em;
	text-indent:-1em;
}
.f-note:before{
	content:"※ ";
}
.f-hosoku{
	margin-left:1em;
	font-size:0.9em;
	text-indent:-1em;
}
.f-hosoku:before{
	content:"* ";
}
.f-dia{
	margin-left:1em;
	text-indent:-1em;
}
.f-dia:before{
	content:"◆ ";
}
.f-circle{
	margin-left:1em;
	text-indent:-1em;
}
.f-circle:before{
	font-family: 'icomoon';
	content: "\f111";
}
.f-square{
	margin-left:1em;
	text-indent:-1em;
}
.f-square:before{
	font-family: 'icomoon';
	content: "\f0c8";
}
/* テキスト配置 */
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
/* 画像配置 */
.img-left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.img-right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.img-center{
	margin:0 auto 10px auto;
}
/*////////////////////////////////////////////*/
/* PC, Tablet(768px and up) */
@media print, screen and (min-width:768px){
	.img-left{
		margin-right:15px;
	}
	.img-right{
		margin-left:15px;
	}
}
/*////////////////////////////////////////////*/
/* 画像枠線 */
.img-border{
	border:1px solid #ddd;
}
/* 画像枠線 */
.img-shadow{
	/* 水平方向の距離 垂直方向の距離 ぼかし距離 広がり距離 影の色 inset */
	box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.1);
}

/******* hidden,visible ******/
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-xxs-block,/* 追加 */
.visible-xxs-inline,/* 追加 */
.visible-xxs-inline-block,/* 追加 */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
/* ▼追加 */
@media print, screen and (max-width: 479px) {
	.visible-xxs {
		display: block !important;
	}
	table.visible-xxs {
		display: table !important;
	}
	tr.visible-xxs {
		display: table-row !important;
	}
	th.visible-xxs,
	td.visible-xxs {
		display: table-cell !important;
	}
}
@media print, screen and (max-width: 479px) {
	.visible-xxs-block {
		display: block !important;
	}
}
@media print, screen and (max-width: 479px) {
	.visible-xxs-inline {
		display: inline !important;
	}
}
@media print, screen and (max-width: 479px) {
	.visible-xxs-inline-block {
		display: inline-block !important;
	}
}
/* ▲追加 */
@media print, screen and (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media print, screen and (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media print, screen and (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media print, screen and (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1140px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1140px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1140px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1140px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media print, screen and (max-width: 479px) {
	.hidden-xxs {
		display: none !important;
	}
}
@media print, screen and (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1140px) {
	.hidden-sm {
		display: none !important;
	}
}
/* PC幅以上で表示 */
@media print, screen and (min-width: 1019px) {
	.visible-mdlg {
		display: none !important;
	}
}
/* スマホとタブレットは非表示 */
@media print, screen and (max-width: 1140px) {
	.hidden-mdlg {
		display: none !important;
	}
}
/* ------------------- CSS Reset ------------------- */
*{
	margin:0;
	padding:0;
}
@-ms-viewport{/* IE でスクロールバーがコンテンツに重なる問題を修正 */
	width: auto;
	initial-scale: 1;
}
@viewport{
	width: device-width;
	initial-scale: 1;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight: normal;
}
h1,h2,h3{
	line-height:1.25;
}
input,textarea,select {
	font-weight:inherit;
	font-size:inherit;
	font-family:inherit;
	*font-size:100%;
}
/* リンク */
a {
	color: #222;
	cursor:pointer;
	outline: none;/* クリック時の点線を消す */
}
a:hover,
a:focus {
	color:#eb4b4b;
}
/* a opacity */
a.opa70{
	display:block;
	text-decoration:none;
}
a.opa70:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
/* リンク（ダブルキャレット） */
a.link-angle-double-right{
	text-decoration:none;
}
a.link-angle-double-right:before{
	font-family: 'icomoon';
	content: "\f101";
	padding-right:7px;
}
/* リンク（ダブルキャレット レフト） */
a.link-angle-double-left{
	text-decoration:none;
}
a.link-angle-double-left:before{
	font-family: 'icomoon';
	content: "\f100";
	padding-right:7px;
}
/* リンク（ダブルキャレット アフター） */
a.link-angle-double-right-after{
	text-decoration:none;
}
a.link-angle-double-right-after:after{
	font-family: 'icomoon';
	content: "\f101";
	padding-left:7px;
}
/* リンク（キャレット） */
a.link-angle-right{
	text-decoration:none;
}
a.link-angle-right:before{
	font-family: 'icomoon';
	content: "\f105";
	padding-right:10px;
}
/* リンク（キャレット アフター） */
a.link-angle-right-after{
	text-decoration:none;
}
a.link-angle-right-after:after{
	font-family: 'icomoon';
	content: "\f105";
	padding-left:10px;
}
/* リンク（サークルライト） */
a.arrow-circle-right{
	text-decoration:none;
}
a.arrow-circle-right:before{
	font-family: 'icomoon';
	content: "\f0a9";
	padding-right:7px;
}
/* リンク（サークルライト アフター） */
a.arrow-circle-right-after{
	text-decoration:none;
}
a.arrow-circle-right-after:after{
	font-family: 'icomoon';
	content: "\f0a9";
	padding-left:10px;
}
/* リンク（サークルダウン） */
a.arrow-circle-down{
	text-decoration:none;
}
a.arrow-circle-down:before{
	font-family: 'icomoon';
	content: "\f0ab";
	padding-right:7px;
}
/* リンク（サークルダウン アフター） */
a.arrow-circle-down-after{
	text-decoration:none;
}
a.arrow-circle-down-after:after{
	font-family: 'icomoon';
	content: "\f0ab";
	padding-left:10px;
}
/* リスト */
ul{
	margin:0;
	padding:0;
}
ul li{
	list-style-type:none;
}
ol{
	margin: 0;
	padding-left: 1.5em;
	list-style-type: decimal;
	list-style-position:outside;
}
dl,dt,dd{
	margin:0;
	padding:0;
}
ul.disc{
	padding-left:2em;
	margin-bottom:1em;
}
ul.disc li{
	list-style-type:disc;
}
/* リスト（ダブルキャレット） */
ul.list-angle-double-right li{
	margin-bottom:5px;
}
ul.list-angle-double-right li a{
	text-decoration:none;
	display:inline-block;
	margin-left:10px;
	text-indent:-10px;
	line-height:1.3;
}
ul.list-angle-double-right li a:before{
	font-family: 'icomoon';
	content: "\f101";
	padding-right:7px;
}
/* リスト（キャレット） */
ul.list-angle-right li{
	margin-bottom:5px;
}
ul.list-angle-right li a{
	text-decoration:none;
	display:inline-block;
	margin-left:10px;
	text-indent:-10px;
	line-height:1.3;
}
ul.list-angle-right li a:before{
	font-family: 'icomoon';
	content: "\f105";
	padding-right:7px;
}
ul.list-angle-right li a:hover{
	text-decoration:none;
}

/* リスト（サークル） */
ul.list-white-circle li{
	margin-left:1em;
	margin-bottom:5px;
	text-indent:-1.2em;
}
ul.list-white-circle li:before{
	content:"〇";
	font-size:80%;
	padding-right:7px;
}
/* img */
img {
	border:none;
	vertical-align: top;
	display: block;
	max-width: 100%;
	height: auto;
	/* Chromeで画像がボケるのを防止する*/
	image-rendering: -webkit-optimize-contrast;
}
a img{ /* Internet Explorer用の設定 */
	border:none;
}
/* スクロールでふわっと表示 */
.fade-in {
	/* アニメーションの継続時間 */
	transition-duration: 2s;
	-moz-transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	/* 遅延時間 */
	transition-delay: 0s;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
}
.fade-up {
	/* 1つ目の値はhoujou.tip.jsで追加したopacity 2つ目はtransform */
	/* アニメーションの継続時間 */
	transition-duration: 1s, 2s;
	-moz-transition-duration: 1s, 2s;
	-webkit-transition-duration: 1s, 2s;
	-o-transition-duration: 1s, 2s;
	/* 遅延時間 */
	transition-delay: 0s, 1s;
	-moz-transition-delay: 0s, 1s;
	-webkit-transition-delay: 0s, 1s;
	-o-transition-duration: 1s, 2s;
}
/* スクロールでふわっと表示(Waypointで指定する場合) */
.targetWaypointShow{
	opacity: 0;	/* 要素を非表示にしておくCSS */
}
/* その他 */
.nowrap{
	white-space: nowrap;
}
.ib{
	display:inline-block;
}
.center-block{
	margin-left:auto;
	margin-right:auto;
}
/* ボタンのデザイン */
.btn{
	/* 送信ボタンなどのiOSでのデフォルトスタイルをリセット */
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	/* 以下デザイン */
	background-color: #449d44;
	border: 1px solid #398439;
	border-radius: 4px;
	display: inline-block;
	padding:2px 12px 0 12px;
	margin-bottom: 0;
	color: #fff;
	font-size: 90%;
	font-weight: 400;
	line-height: 1;
	height:40px;
	text-align: center;
	white-space: nowrap;
	vertical-align: bottom;
}
.btn:hover{
	opacity:0.7;
}
/* 上に戻るリンク */
.goTop{
	position:fixed;
	right:7px;
	bottom:40px;
	z-index:15;
	cursor:pointer;
}
.goTop img{
	width:34px;
}
/* 茶金ボタンリンク（永久の会墓苑） */
a.link-gold{
	display:block;
	text-decoration:none;
	background-color:#977d64;
	border-radius:16px;
	color:#fff;
	padding:7px 15px 7px 15px;
	line-height:1;
}
/* ピンクボタン（通販） */
.btn-pink{
	display:inline-block;
	background-color:#ffffff;
	border:1px solid #bd757d;
	border-radius:2px;
	color:#bd757d;
	padding:.6180469716em 1em;
	margin-bottom:0.5em;
	margin-right:0.5em;
	margin-left:0.5em;
	font-weight:bold;
	cursor: pointer;
	/* アニメーション効果 */
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 1;
}
.btn-pink:hover{
	background-color:#bd757d;
	border-color:#bd757d;
	color:#fff;
}
/*////////////////////////////////////////////*/
/* PC, Tablet(768px and up) */
@media print, screen and (min-width:768px){
	.btn-pink{
		font-size:1.125rem;
	}
}/*END media query*/
/*////////////////////////////////////////////*/

/************** セクション共通 **************/
section{
	margin-bottom:40px;
}
/* 見出し */
section .h1-wrap{
	margin-bottom:15px;
}
section h1{
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	font-size:1.75rem;
	font-weight:bold;
	color:#9d8b73;
}
#home section h1{
	text-align:center;
	font-size:2.215rem;
}
/* セクション説明文 */
.section-exp{
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
section h2{
	margin-bottom:3px;
	font-size:1.375rem;
	font-weight:bold;
}
section .h2-wrap.under-red{/* h2 赤の下線 */
	background-image: url("/img/tl_h2bar.gif");
	background-repeat: no-repeat;
	background-position: 0px 100%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	margin-bottom:20px;
}
section .h2-wrap.right-square{/* h2 左の四角 */
	border-left:15px solid #b3424a;
	padding-left:10px;
	margin-left:10px;
	margin-right:10px;
}
section h3{
	margin-bottom:3px;
	font-weight:bold;
	font-size:1.125rem;
}

/* セクション本文（サブページ） */
section article{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:30px;
}
section article:after{
	content:"";
	display:block;
	clear:both;
}
.section-exp a,
section article a{
	color:#006699;
	font-weight:bold;
}
.section-exp a:hover,
section article a:hover{
	color:#eb4b4b;
}
section article p{
	margin-bottom:1em;
}
section article p.lastCh{
	margin-bottom:0;
}
/* 飾り枠（納経時間、アルバム） */
.kei-waku{
	background-image: url(/img/kei_waku_top.png), url(/img/kei_waku_bottom.png), url(/img/kei_waku_mid.png);
	background-position: top center, bottom center, top center;
	background-repeat: no-repeat,no-repeat,repeat-y;
	background-size: 100%;
	display:inline-block;
}
.kei-waku-inner{
	padding: 15px 20px;
}
/* 枠ブラウン（分譲墓地） */
.waku-brown{
	background-color:#fff;
	border-top:3px solid #977d64;
	border-radius:4px;
	box-shadow:1px 1px 4px -1px rgba(0, 0, 0, 0.4);
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:20px;
}

/* 枠ベージュ */
.waku-beige{
	text-align:center;
}
.waku-beige-inner{
	display:inline-block;
	background-color:#ecead9;
	border-radius:4px;
	margin-bottom:20px;
	padding:10px 15px;
}
section .waku-beige a{
	color:#000;
	font-weight:normal;
}
section .waku-beige a:hover{
	color:#eb4b4b;
}
/* 枠ライトブルー背景 */
.waku-lightblue{
	display:inline-block;
	background-color:#eff0f2;
	margin-bottom:20px;
	padding:15px;
}
/* 枠グレーライン */
.waku-grayline{
	display:inline-block;
	background-color:#fff;
	margin-bottom:20px;
	padding:15px;
	border:1px solid #ddd;
}
/* 枠ブルーライン */
.waku-blueline{
	display:inline-block;
	background-color:#fff;
	margin-bottom:20px;
	padding:15px;
	border:1px solid #5998c8;
}
/* 枠ディープレッドライン */
.waku-deepred{
	display:inline-block;
	background-color:#fff;
	margin-bottom:20px;
	padding:15px;
	border:1px solid #b6002a;
}
.waku-redbold{
	display:inline-block;
	background-color:#fff;
	margin-bottom:20px;
	padding:15px 10px;
	border:3px solid #ff0000;
}
/* 枠グレー背景レモンイエロー */
.waku-lemon{
	display:inline-block;
	background-color:#fef8d8;
	margin-bottom:20px;
	padding:20px;
	border:1px solid #ddd;
	border-radius:6px;
}
/*** jquery ＋－で開閉 ***/
.more-list dd{
	display:none;/* 最初はすべて閉じる */
	padding-right:10px;
	padding-left:10px;
	padding-bottom:15px;
}
.more-list > dt{
	padding: 5px 28px 5px 5px;
	border-bottom: 1px dotted #977d64;
	position: relative;
	cursor:pointer;
	font-weight: bold;
	line-height: 1.5rem;
	margin-bottom:10px;
	vertical-align:bottom;
}
.more-list > dt:after {
	content:"";
	display:block;
	clear:both;
}
.more-list > dt span.icon{
	display: block;
	position: absolute;
	top: 6px;
	right: 8px;
	border-radius: 4px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: #977d64;
	text-align: center;
	color: #fff;
}
.more-list > dt.active span.icon{
	color: #000;
	font-weight: bold;
	background-color: #e8d7a7;
}
.more-list > dt span.icon:after{
	display:block;
	width: 24px;
	height: 24px;
	position: absolute;
	top:-2px;
	right:0;
	content: '+';
	font-size:1rem;
	vertical-align:bottom;
}
.more-list > dt.active span.icon:after{
	display:block;
	width: 24px;
	height: 24px;
	position: absolute;
	top:-2px;
	right:0;
	content: '-';
	font-size:1rem;
	vertical-align:bottom;
}

/*** jquery.fancybox.cssの上書き ***/
/*  */
a[data-fancybox]{
	display:inline-block;
}
.fancybox-container{
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.houjou-fancy-wrap .fancybox-close-small{
	color: #fff;
	top: 0;
	right:0;
	width:50px;
	height:50px;
	background-color:#000;
	opacity:0.6;
	z-index:99997;
}
.houjou-fancy-wrap .fancybox-close-small:hover svg{
	background: transparent;
	color: #fff;
}
/* 
.houjou-fancy-wrap .fancybox-slide--image .fancybox-close-small,
.houjou-fancy-wrap .fancybox-slide--video .fancybox-close-small,
.houjou-fancy-wrap .fancybox-slide--iframe .fancybox-close-small {
	color: #fff;
	padding: 6px;
	top: 0;
	right:0;
} */
/* トップページ（暁天護摩、義援金） */
/* inline */
#home .houjou-fancy-wrap .fancybox-content {
	margin: 0;
	padding: 0;
/*	max-width  : 90%;
	max-height : 90%; */
}
#home .houjou-fancy-wrap .fancybox-close-small{
	color: #fff;
	width:45px;
	height:45px;
	background-color:transparent;
	opacity:1;
}

/*////////////////////////////////////////////*/
/* PC, Tablet(768px and up) */
@media print, screen and (min-width:768px){
	/* 上に戻るリンク */
	.goTop{
		right:16px;
		bottom:16px;
	}
	.goTop img{
		width:56px;
	}
	/************** セクション共通 **************/
	/* 見出し */
	section .h1-wrap{
		margin-bottom:25px;
	}
	section h1{
		font-size:2rem;
		margin-left:-5px;
	}
	#home section h1{
		font-size:2.625rem;
		margin-left:0;
	}
	#home .section-exp{
		text-align:center;
	}
	section h2{
		font-size:1.75rem;
	}
	section .h2-wrap.under-red{
		background-position: 10px 100%;
		padding-left:10px;
		padding-bottom:7px;
		margin-bottom:30px;
	}
	#home section .h2-wrap.under-red{
		background-position: 0 100%;
	}

	/* 枠ブラウン（分譲墓地） */
	.waku-brown{
		padding-left:20px;
		padding-right:20px;
		padding-top:10px;
		padding-bottom:30px;
	}
	/* 枠ベージュ */
	.waku-beige{
		text-align:left;
	}
	.waku-beige-inner{
		padding:10px 20px;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Small devices (tablets, 770px and up) */
@media print, screen and (min-width:770px) { /*for iPad*/
/*** jquery ＋－で開閉 ***/
.more-list > dt span.icon:after{
	top:0;
}
.more-list > dt.active span.icon:after{
	top:0;
}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Desktop(1140px and up) */
@media print, screen and (min-width: 1140px) {
	/* 見出し */
	section h1{
		padding-left:0;
		padding-right:0;
	}
	section .h2-wrap.under-red{
		background-position: 0 100%;
		padding-left:0;
	}
	#home section .h2-wrap.under-red{
		padding-left:10px;
	}
	
	section .h2-wrap.right-square{/* h2 左の四角 */
		border-left:15px solid #b3424a;
		padding-left:20px;
		margin-left:0;
		margin-right:0;
	}
	/* セクション説明文（サブページ） */
	.section-exp{
		padding-left:0;
		padding-right:0;
	}
	/* セクション本文（サブページ） */
	section article{
		padding-left:0;
		padding-right:0;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/* @@@@@@@@@@@@@@@@@@@@@@ 基本構造 @@@@@@@@@@@@@@@@@@@@@@ */
html{
	font-size:16px;
	background:#FFF;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/* リンクタップ時のスマホのハイライトカラーを無効にする */
}
body{
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:16px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;/* スマホやモダンブラウザ向けにフォントを綺麗に見せる */
	color:#222;
}
.wrapper{
	overflow:hidden;
}
header{
	border-top:4px solid #811d1b;
}
/*////////////////////////////////////////////*/
/* PC, Tablet(768px and up) */
@media print, screen and (min-width:768px){
	.container,
	section,
	.bread,
	.footer-inner{
		max-width:1100px;
		margin-left:auto;
		margin-right:auto;
		border:0px solid red;
	}
	#home .container{
		max-width:100%;
		margin-left:0;
		margin-right:0;
	}
	
	section article{
		max-width:1000px;
	}
	
	
	.header-inner,
	.gnav{
		max-width:1190px;
		margin-left:auto;
		margin-right:auto;
	}
	header{
		border-top:8px solid #811d1b;
	}

}/*END media query*/
/*////////////////////////////////////////////*/

/* @@@@@@@@@@@@@@@@@@@@@@ ヘッダー @@@@@@@@@@@@@@@@@@@@@@ */
/* ロゴとキャッチ */
h1.site{
	padding:5px;
	float:left;
	width:75%;
}
/* トップメニュー */
.top-menu {
	background-color: #2f2f38;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	font-size:0.875rem;
}
.top-menu ul:after{
	content:"";
	display:block;
	clear:both;
}
.top-menu ul li{
	float:left;
	border-right:1px solid #fff;
	text-align:center;
	line-height:1;
}
.top-menu ul li.menu01{
	width:33%;
}
.top-menu ul li.menu02{
	width:31%;
}
.top-menu ul li.menu03{
	width:36%;
	border-right:none;
}
.top-menu ul a{
	height:1em;
	color: #fff;
	text-decoration: none;
}
.top-menu ul a:hover{
	text-decoration: underline;
}

/* 検索（スマホのみ） */
.searchSection .search-form{
	background-color: #efefef;
	width:235px;
	height: 30px;
	border-radius: 16px;
	margin:0 auto;
}
.searchSection .search-form input.input-form{
	margin: 0px;
	width:200px;
	height: 100%;
	padding-left:15px;
	border:none;
	box-sizing: border-box;
	background-color: transparent;
	vertical-align: top;
	outline:none;
}
.searchSection .search-form input.submit-btn{
	margin-top:5px;
	width: 18px;
	height:18px;
	border: none;
	background-color: transparent;
	background-image: url(/img/icon_search.gif);
	background-position: center;
	background-size: auto 100%;/* 1番目の値は画像の幅、2番目の値は高さ */
	background-repeat: no-repeat;
}

/* トグルボタン */
#navbtn{
	position:absolute;
	top:7px;
	right:5px;
	padding:5px 3px;
	cursor:pointer;
	color:#b5b5b5;
	text-align:center;
	width:50px;
	height:50px;
	text-decoration:none;/* アイコン下のリンクの下線を消す */
}
#navbtn:hover{opacity:0.8;}
#navbtn:focus{outline:none;}
#navbtn i{	font-size:2rem;}

/*** ドロワーナビ（スマホ用） ***/
/* jquery.mmenu.all.cssの上書き */
/* MENU見出し */
.mm-navbar{
	border-bottom:2px solid #811d1b;
	height:50px;/* 見出しをボタンの高さに揃える */
}
.mm-hasnavbar-top-1 .mm-panels{
	top:50px /* 見出しの下にメニューパネルの位置をあわせる */
}
.mm-navbar:after{/* 見出しにMENUテキストを追加 */
	content:"メニュー";
	color:#811d1b;
	font-size:1.125rem;
	padding-top:15px;
	display:block;
}
/* 閉じるボタン */
.mm-btn{/* サイズを大きくする */
	width:50px;
	height:50px;
}
.mm-navbar .mm-btn:first-child{/* メニューパネルより左に飛び出させる */
	left:-50px !important;
	background:#811d1b;
	color:#fff;
}
.mm-menu.mm-theme-white .mm-btn span{/* jQueryから追加した「閉じる」のCSS */
	font-size:12px;
	color:#fff;
	display:block;
	margin:auto;
	position:absolute;
	top:27px;
	left:7px;
}
.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before{/* 「×」の色 */
	border-color:rgba(255,255,255,1);
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before{/* 「×」大きさを変更 */
	border:1px solid transparent;
	width:10px;
	height:10px;
	top:-15px;
	bottom:0;
}
.mm-clear:before,
.mm-close:before{/* 「×」位置を変更 */
border-right:none;
border-bottom:none;
right:15px;
}
.mm-clear:after,
.mm-close:after{/* 「×」位置を変更 */
border-left:none;
border-top:none;
right:27px;
}
/* メニュー背景など */
.mm-menu.mm-theme-white{
	color:rgba(0,0,0,.7) !important;/* 文字色を少し濃く */
}
.mm-menu.mm-theme-white .mm-listview>li> .mm-next{/* 親メニュー */
	height:50px !important;
	border-color:transparent !important;
	width:100% !important;/* クリック領域を親要素全体にする */
}
.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{
	border-color:rgba(129,29,27,1) !important;/* 親メニューの矢印 */
	top:20px;
}
.mm-listview>li>span{ /* リストのインデント（リンクなし、カテゴリ見出し） */
	padding:15px 10px 15px 20px !important;
}
.mm-listview>li>a{ /* リストのインデント（リンクあり） */
	padding:15px 10px 15px 20px !important;
}
.mm-listview>li.bnr-towa>a{ /* リストのインデント（永久の会バナー） */
	padding:15px 10px 0 20px !important;
}
.mm-listview>li.sub>a{ /* リストのインデント（リンクあり、カテゴリのサブメニュー） */
	padding:15px 10px 15px 35px !important;
}
.mm-listview>li>a i{/* アイコンのCSS */
	font-size:1rem;
	display:inline-block;
	padding-left:10px;
	padding-bottom:2px;
}
 /* サブメニュー背景 */
.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{
	background:rgba(93,75,69,0.08) !important;
}
/* バナーの区切り線を消す */
.mm-listview>li.bnr-towa .mm-next:before,
.mm-listview>li.bnr-towa:after{
	border:none !important;
}
/* メニュー(リンクあり)の頭に矢印をつける
ul.g-menu-list-angle li a{
	position:relative;
}
ul.g-menu-list-angle li a:before{
	position:absolute;
	left:25px;
	top:28%;
	font-family: 'icomoon';
	content: "\f105";
} */
ul.g-menu-list-angle li.sub a:before{
	left:35px;/* サブメニューのインデント */
}
ul.g-menu-list-angle li.bnr-towa a:before{
	content: "";/* バナーは矢印をつけない */
}
/*////////////////////////////////////////////*/
/* PC, Tablet(768px and up) */
@media print, screen and (min-width: 768px) {
	/* ロゴとキャッチ */
	h1.site{
		padding:7px 0 7px 3px;
		width:40%;
	}
	/* ヘッダー右エリア */
	.header-right{
		float:right;
		width:60%;
/*		padding:15px 5px 5px 0; ★ */
		padding:9px 5px 5px 5px;
		border:0px solid red;
	}
	/* トップメニュー */
	.top-menu{
		background-color: transparent;
		padding:0;
	}
	.top-menu ul{
		clear:both;
		background-color: transparent;
		padding:0;
		float:right;
		width:20.5em;
		border:0px solid red;
	}
	.top-menu ul li{
		border-right:none;
		padding:7px 7px 0 7px;
	}
	 .top-menu ul li a{
		color: #222;
	}
	.top-menu ul li a:hover{
		color:#eb4b4b;
	}
	.top-menu ul.list-angle-right li a:before{
		color:#b6002a;
		font-weight:bold;
	}
	/* 検索（PCのみ） */
	.top-menu .search-form{
		float:right;
		background-color: #efefef;
		width:180px;
		height: 30px;
		border-radius: 16px;
	}
	.top-menu .search-form input.input-form{
		margin: 0px;
		width:145px;
		height: 100%;
		padding-left:15px;
		border:none;
		box-sizing: border-box;
		background-color: transparent;
		vertical-align: top;
		outline:none;
	}
	.top-menu .search-form input.submit-btn{
		margin-top:5px;
		width: 18px;
		height:18px;
		border: none;
		background-color: transparent;
		background-image: url(/img/icon_search.gif);
		background-position: center;
		background-size: auto 100%;/* 1番目の値は画像の幅、2番目の値は高さ */
		background-repeat: no-repeat;
	}
	/* 永代供養ボタン */
	.top-menu a.go-eitai{
		float:right;
		width:auto;
		max-width:260px;
		padding: 0 5px 5px 10px;
	}
	/* トグルボタン */
	#navbtn{
		display:none;
	}
	/* グローバルナビ */
	.global-menu-pc{
		padding-top:1px;
		padding-bottom:1px;
		background-color:#2f2f38;
		text-align:center;
	}
	.global-menu-pc ul{
		display:inline-block;
		overflow:hidden;
		font-size:0;
		margin-top:17px;
		margin-bottom:0;
		padding-left:0px;
	}
	.global-menu-pc ul:after{
		content:"";
		display:block;
		clear:both;
	}
	.global-menu-pc li{
		float:left;
		width:auto;
		border:0px solid orange;
	}
	.global-menu-pc li a{
		display:block;
		text-align:center;
		font-size:0.875rem;
		color:#fff;
		line-height:1;
		padding:2px 7px 10px;
		text-decoration:none;
		border:0px solid red;
	}
	.global-menu-pc li a:hover{
		color:#fbd713;
	}
	.global-menu-pc li a i.icon{
		font-size:13px;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Desktop(1140px and up) */
@media print, screen and (min-width:1140px){
	/* ロゴとキャッチ */
	h1.site{
		width:30.5%;
	}
	/* ヘッダー右エリア */
	.header-right{
		padding:10px 5px 5px 0;
		width:69%;
	}
	.top-menu ul{
		clear:none;
	}
	/* 検索（PCのみ） */
	.top-menu .search-form{
		width:200px;
	}
	.top-menu .search-form input.input-form{
		width:165px;
	}
	/* 永代供養ボタン */
	.top-menu a.go-eitai{
		max-width:373px;
		width:38.5%;
		padding: 0 5px 5px 15px;
	}
	/* グローバルナビ */
	.global-menu-pc li a{
		font-size:1rem;
		padding:2px 15px 10px;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Desktop(1230px and up) */
@media print, screen and (min-width:1230px){
	.global-menu-pc li a{
		padding:2px 24px 10px;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/* @@@@@@@@@@@@@@@@@@@@@@ スライド @@@@@@@@@@@@@@@@@@@@@@ */
/* ▼画像が一瞬縦並びになる問題を修正 */
.mainvisual#slider{
	display: none;
}
.mainvisual#slider.slick-initialized{
	display: block; /*slick-initializedが付与されたら表示*/
	overflow:hidden;
}
/* ▲画像が一瞬縦並びになる問題を修正 */
.mainvisual#slider {
	width: 100%;
	margin: 0 auto;
}
.mainvisual#slider img {
	width: 100%;
}
.mainvisual .slick-slide,
.mainvisual .slick-slide > div,
.mainvisual .slick-slide > div li,
.mainvisual .slick-slide > div li img{ /* 画像の下の僅かな余白を無しにする */
	line-height:1;
	vertical-align:bottom;
}
.mainvisual .slick-dots{ /* ドットの位置調整 */
	bottom: 2px;
}
.mainvisual .slick-dots li button:before{ /* ドットのデザイン変更 */
	font-family: 'icomoon';
	content: "\f111";
	opacity: .35;
	color: #fff;
	font-size: 6px;
	text-shadow:0 0 1px rgba(0,0,0,0.4);
}
.mainvisual .slick-dots li.slick-active button:before{
	opacity: .75;
	color:#811d1b;
}
.mainvisual a{
	outline: 0 !important; /* タッブした時の枠線を削除 */
	display:block;
}
/*////////////////////////////////////////////*/
/* PC, Tablet(768px and up) */
@media print, screen and (min-width: 768px) {
	.mainvisual .slick-dots{
		bottom: 10px; /* ドットの位置調整 */
	}
	.mainvisual .slick-dots li button:before{ /* ドットのデザイン変更 */
		font-size: 12px;
		text-shadow:0 0 2px rgba(0,0,0,0.4);
	}
	/* 現在表示のスライドをズーム */
	.mainvisual .slick-slide img{
		transform: scale(1);
		transition: 40s ease;
	}
	.mainvisual .slick-slide.slick-current img {
		transform: scale(1.2);
	}

	
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Desktop(1260px and up) */
@media print, screen and (min-width:1260px){
	.mainvisual .slick-dots{
		bottom: 25px; /* ドットの位置調整 */
	}
	/* 左右のスライド間のパディング（slickで横スライド使用の場合）
	.mainvisual .slick-slide{
		padding-left:10px;
		padding-right:10px;
	} */
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Letina(1660px and up) */
@media print, screen and (min-width:1660px){
	.mainvisual .slick-dots{
		bottom: 50px; /* ドットの位置調整 */
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/* @@@@@@@@@@@@@@@@@@@@@@ フッター @@@@@@@@@@@@@@@@@@@@@@ */

/*** フッター ***/
.footer-rightcol{
	background-color:#ecead9;
	padding:30px 10px;
}
.footer-rightcol h1 img.footer-logo{
	margin-bottom:10px;
	width:100%;
	height:auto;
	max-width:320px;
}
/* アコーディオンメニュー */
ul.footer-menu li{
	overflow:hidden;
}
ul.footer-menu li a,
ul.footer-menu li span.menu-tl{
	display:block;
	color:#fff;
	padding:12px 10px 10px 20px;
	background-color: #811d1b;
	border-bottom:1px solid #9c1e31;
	text-decoration:none;
	cursor:pointer;
}
ul.footer-menu ul.sub-menu li a{
	padding-left:40px;
	background-color:#eaeae2;
	border-bottom:1px solid #ddd;
	color:#333;
}
ul.footer-menu li a:before{
	padding-right:17px;
	font-family: 'icomoon';
	content: "\f105";
}
/* フッタ アコーディオンメニュー */
ul.footer-menu .menu-tl span.icon:before{
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:10px;
	font-family: 'icomoon';
	content: "\f105";
}
ul.footer-menu .menu-tl.active span.icon:before{
	content: "\f107";
}
/* コピーライト */
.copyright{
	background-color:#811d1b;
	color:#fff;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
/*********GoogleMap*******/
.g-map-wrapper {
	max-width: 540px;
	min-width: 280px;
	margin: 10px auto 15px auto;
	padding: 4px;
	background-color:#fff;
	border: 2px solid #c2a22c;
}
.g-map{
	position: relative;
	padding-bottom: 74%;/* 縦÷横 */
	height: 0;
	overflow: hidden;
}
.g-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*////////////////////////////////////////////*/
/* PC, Tablet(768px and up) */
@media print, screen and (min-width: 768px) {
	/*** フッター ***/
	footer{
		background-color:#811d1b;
		color:#fff;
		font-size:90%;
	}
	.footer-bg{
		background-image: url(/img/bg_footer01.png), url(/img/bg_footer02.png);
		background-position:0% -35%, 100% 120%;
		background-repeat: no-repeat,no-repeat;
		max-width:1320px;	
		margin:0 auto;
		border:0px solid blue;
	}
	.footer-inner:after{
		content:" ";
		display:block;
		clear:both;
	}

	.footer-rightcol{
		background-color:transparent;
		padding:40px 10px 40px 10px;
		float:right;
		width:40%;
	}
	.footer-leftcol{
		padding:40px 10px 40px 10px;
		float:left;
		width:60%;
	}
	.footer-rightcol .address{
		padding-left:5px;
	}
	/* コピーライト */
	.copyright{
		background-color:#2f2f38;
/*	border-top:1px solid #9c1e31; */
		padding-top:15px;
		padding-bottom:20px;
		padding-right:90px;
		font-size:0.875rem;
		text-align:right;
	}
	/* フッターメニュー */
	ul.footer-menu{
		float:left;
		width:35%;
		border:0px solid orange;
	}
	ul.footer-menu.col03{
		width:30%;
	}
	ul.footer-menu li a,
	ul.footer-menu li span.menu-tl{
		display:inline-block;
		padding:5px 0;
		background-color:transparent;
		border-bottom:none;
	}
	ul.footer-menu li span.menu-tl{
		cursor:auto;
	}
	ul.footer-menu ul.sub-menu li a{
		background-color:transparent;
		padding:0;
		padding-left:10px;
		border-bottom:none;
		color:#fff;
		font-size:90%;
	}
	ul.footer-menu li a:hover,
	ul.footer-menu ul.sub-menu li a:hover{
		color:#fbd713;
	}
	ul.footer-menu li a:before{
		padding-right:7px;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Desktop(1140px and up) */
@media print, screen and (min-width: 1140px) {
	/*** フッター ***/
	footer{
		font-size:1rem;
	}
	.footer-rightcol{
		padding-right:0;
	}
	.footer-leftcol{
		padding-left:0;
	}
}/*END media query*/
/*////////////////////////////////////////////*/

/* @@@@@@@@@@@@@@@@@@@@@@ トップページ @@@@@@@@@@@@@@@@@@@@@@ */
/***********************************
 introSection 
************************************/
.introSection{
	padding-top:25px;
}

/*** お知らせ ***/
.newsArea{
	margin-bottom:20px;
}
/* 見出し */
.newsArea .h2-wrap{
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:8px;
	margin-bottom:30px;
	border-bottom:2px dotted #ad9007;
}
.newsArea .h2-wrap:after{
	content:"";
	display:block;
	clear:both;
}
.newsArea h2{
	float:left;
	width:5em;
	font-size:1.75rem;
	font-weight:bold;
	color:#666;
}
/* 一覧へ */
.newsArea a.go-list{
	display:block;
	background-color:#e8d7a7;
	border-radius:16px;
	float:left;
	width:6em;
	margin-top:3px;
	color:#222;
	text-decoration:none;
	line-height:2em;
	text-align:center;
	box-shadow:1px 1px 2px -0.5px rgba(0, 0, 0, 0.2);
	/* 右 下 ぼかし 縮小 色 */
}
.newsArea a.go-list:hover{
	opacity:0.7;
}
/* 本文 */
.newsArea .news-listcol{
	padding-left:10px;
	padding-right:10px;
}

/* 以下、お知らせ一覧ページとも共通 */
.news-wrap ul li{
	margin-bottom:20px;
}
.news-wrap ul li:last-child{
	margin-bottom:0;
}
/* 画像を表示する場合
.news-wrap ul li .news-img-col{
	float:left;
	width:30%;
	margin-right:1%;
	background-color:#fff;
}
.news-wrap ul li .news-img-col a.thumb{
	display:block;
	width: 100%;
	height: 80px;
	background-size: cover;
	background-position: 50% 50%
}
.news-wrap ul li .news-img-col a.thumb:hover{
	opacity:0.6;
}
.news-wrap ul li .news-detail{
	margin-left:32%;
	border:0px solid red;
}
*/
.news-wrap ul li .news-date{
	position:relative;
}
.news-wrap ul li .news-date .new-mark{
	position:absolute;
	top:-20px;
	left:8.5em;
	display:block;
	background-color:#fefe0c;
	width:40px;
	height:40px;
	text-align:center;
	padding-top:12px;
	border-radius: 50%;
	font-size:12px;
	font-weight:bold;
}
.news-wrap ul li .news-date time{
	display:inline-block;
	background-color:#ecead9;
	width:7em;
	text-align:center;
	padding-top:2px;
	margin-bottom:10px;
}

/*** 特別な告知 ***/
.specialArea{
	margin-bottom:30px;
	padding-left:10px;
	padding-right:10px;
}
.specialArea p{
	margin-bottom:1em;
}
.specialArea p a{
	text-decoration:none;
}
.specialArea p a:hover{
	opacity:0.7;
}
.specialArea p a img:hover{
	opacity:0.7;
}
.specialArea p.txtinfo{
	width:95%;
	padding:12px 10px 8px 10px;
	background-color:#f8f9f3;
	border:1px solid #b6002a;
}
.specialArea p.txtinfo a{
	color:#b6002a;
}
.specialArea p.txtinfo a:hover{
	color:#eb4b4b;
	text-decoration:underline;
}
.specialArea p .event-cap{
	display:block;
	background-color:#811d1b;
	color:#fff;
	padding:3px 10px;
}

/* 健康落語 */
.specialArea .event-rakugo{
	margin-top:1em;
	border-radius:4px;
	background-color:#fef8d8;
	padding:15px 10px;
}
.specialArea .event-rakugo:after{
	content:"";
	display:block;
	clear:both;
}
.specialArea .event-rakugo .tl{
	text-align:center;
	margin-bottom:1em;
	line-height:1.4;
	font-weight:bold;
	font-size:1.125em;
}
.specialArea .event-rakugo a.pdf-link{
	display:block;
	background-color:#fff;
	float:right;
	width:131px;
}
.specialArea .event-rakugo a.pdf-link img:hover{
	opacity:0.7;
}
.specialArea .event-rakugo .txt p{
	margin-bottom:10px;
}
/* 冬至祭の混雑緩和について */
.specialArea p.touji-bnr{
	margin-bottom:0;
}
.specialArea .event-touji-konzatu{
	background-image:url(/images/top_topicsImg2_bg.jpg);
}
.specialArea .event-touji-konzatu .konzatu-inner{
	padding:10px 10px 15px;
}
.specialArea .event-touji-konzatu .konzatu-inner:after{
	content:"";
	display:block;
	clear:both;
}
.specialArea .event-touji-konzatu .konzatu-photo{
	float:left;
	width:67%;
}
.specialArea .event-touji-konzatu .guardman-kojizo{
	float:right;
	width:30%;
}
.specialArea .event-touji-konzatu .konzatu-photo{
	line-height:1;
}
.specialArea .event-touji-konzatu .konzatu-photo img{
	width:100%;
	height:auto;
	max-width:760px;
}
.specialArea .event-touji-konzatu .konzatu-photo span{
	display:block;
	font-size:0.875em;
	padding-bottom:3px;
}
/* 永久の会墓苑バナー、永久定しょ墓苑バナー */
.specialBnrSection .specialArea p{
	float:left;
	width:50%;
	padding-left:10px;
	padding-right:10px;
}




/*** 行事のご案内 ***/
.eventArea{
	margin-bottom:10px;
}
.eventArea .event{
	padding-left:10px;
	padding-right:10px;
}
.eventArea .top-event01{
	float:right;
	width:33.33%;
	padding-left:2%;
}
.eventArea p{
	margin-bottom:1em;
}
.eventArea p.event-tl{/* 行事タイトルだけの場合 */
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.125rem;
}
/*** 暁天護摩供（include/event10.html） ***/
/* トップページからモーダルで表示(7月中旬掲載) */
.event10 h2{
	font-size:1.125rem;
	padding:12px 45px 10px 15px;
	border:1px solid #fff;
	background-color:#937d52;
	color:#fff;
	font-weight:bold;
}
.event10 .txt{
	padding:12px 15px 10px;
}
.event10 p{
	margin-bottom:1em;
}
.event10 .waku-lightblue{
	display:block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
/*** 納経時間 ***/
.sutraArea{
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	margin-bottom:1em;
}
.sutraArea .kei-waku{
	text-align:center;
}
.sutraArea .kei-waku p{
	margin-bottom:0;
}
/**** 義援金 ****/
.donationArea{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:30px;
}
.donation h2{
	font-size:1.125rem;
	padding:12px 35px 10px 10px;
	border:1px solid #fff;
	background-color:#937d52;
	color:#fff;
	font-weight:bold;
}
.donation .txt{
	padding:12px 10px 10px;
	background-image:url(/img/top_donation_bg.gif);
	background-size:70% auto;
	background-position:130% 30%;
	background-repeat:no-repeat;
	font-size:0.875rem;
	line-height:1.4;
}
.donation .txt p{
	margin-bottom:15px;
}
.donation .txt img{
	max-width:270px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.donation .txt img.donation-kojizosan{/* 合掌する小地蔵さん */
	float: right;
	width:35%;
}
/* Facebook 埋め込みサイズ 340×500 */
.facebook-wrap{
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	margin-bottom:1em;

}
.facebook-wrap .fb_iframe_widget{
	border:1px solid #ccc;
}
/*////////////////////////////////////////////*/
/* PC, Tablet(768px and up) */
@media print, screen and (min-width:768px){
	.introSection{
		position:relative;/* houjou.tips.jsから金魚の背景画像を配置 */
		overflow:hidden;
		padding-top:30px;
		border:0px solid blue;
	}
	.info-leftcol{
		border:0px solid blue;
		float:left;
		width:54%;
		padding-left:10px;
		padding-right:10px;
	}
	.info-rightcol{
		float:right;
		width:42%;
		border:0px solid red;
	}
	.donationArea{
		padding:20px 0;
		margin-left:10px;
		margin-right:10px;
		margin-top:5px;
		border:1px solid #ccc;
		background-color:#fff;
	}
	.donation .txt img{
		position:relative;
		z-index:9999;/* 金魚と重なるため */
	}
	.donation .txt img.donation-kojizosan{/* 合掌する小地蔵さん */
		width:30%;
	}
	/*** お知らせ ***/
	.newsArea{
		margin-bottom:20px;
	}
	.newsArea h2{
		margin-bottom:0;
		font-size:2.215rem;
	}
	/* 本文 */
	/* 以下、お知らせ一覧ページとも共通 */
	.news-wrap ul li:after{
		content:"";
		display:block;
		clear:both;
	}
	.news-wrap ul li .news-date{
		float:left;
	}
	.news-wrap ul li .news-tl,
	.news-wrap ul li p{
		margin-left:9.5em;
	}

	/* 健康落語 */
	.specialArea .event-rakugo{
		padding:20px 30px;
	}
	/* 冬至祭の混雑緩和について */
	.specialArea .event-touji-konzatu .konzatu-inner{
		padding:10px 25px 15px;
	}
	
	/*** 納経時間 ***/
	.sutraArea{
		margin-bottom:0;
		text-align:left;
	}
	/*** 義援金 ***/
	.donation h2{
		padding:0 15px;
		margin-bottom:10px;
		border:none;
		background-color:transparent;
		color:#222;
	}
	.donation .txt{
		padding:0 15px;
		font-size:1rem;
		line-height:1.5;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* PC, Tablet(770px and up) */
@media print, screen and (min-width:770px){
	.donation .txt img{
		max-width:320px;
	}

}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Desktop(1140px and up) */
@media print, screen and (min-width: 1140px) {
	.info-leftcol{
		padding-left:0;
		padding-right:0;
	}
	
	/* ★お知らせ ワイルドライフ（折り返し調整） */
	.news-wrap ul li .news_522625f06bc13c5434 .news-tl{
		padding-right:10%;
	}
	
	.donationArea{
		margin-left:0;
		margin-right:0;
	}
	.donation .txt{
		background-size:auto 100%;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/***********************************
toujiSection
************************************/
/**/
#home .section-exp{
	margin-bottom:20px;
}
.newyear-info{
	font-size:120%;
	font-weight:bold;
	color:#ff0000;
}
.toujiSection{
	margin-bottom:20px;
}
.toujiSection .toujisai{
	padding-left:10px;
	padding-right:10px;
}
.toujiSection h3,
.toujiSection .period,
.toujiSection .prevention{
	margin-bottom:15px;
}
.toujiSection p{
	margin-bottom:1em;
}
.toujiSection p.lastCh{
	margin-bottom:0;
}
.toujiSection .waku-lemon{
	display:block;
	max-width:650px;
}
.toujiSection ul{
/*	margin-bottom:1em; */
}
.toujiSection ul li{
	margin-left:1em;
	text-indent:-1em;
}
.toujiSection ul li:before{
	content:"〇 ";
}
.toujiSection .touji-illust01 {
	width: 25%;
	max-width:100px;
}
.toujiSection p.f-note{
	font-size:100%;
}
/* 冬至祭 メイン画像 2023-11-23追加 */
.toujiBnrArea{
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.toujiBnrArea p{
	display:inline-block;
	margin-bottom:1em;
}
.toujiBnrArea p a{
	text-decoration:none;
}
.toujiBnrArea p a:hover{
	opacity:0.7;
}
.toujiBnrArea p a img:hover{
	opacity:0.7;
}
.toujiBnrArea p .event-cap{
	display:block;
	background-color:#811d1b;
	color:#fff;
	padding:3px 10px;
	text-align:left;
}


/*////////////////////////////////////////////*/
/* PC, Tablet(768px and up) */
@media print, screen and (min-width:768px){
/*	*/
	#home .section-exp{
		margin-bottom:25px;
	}
	.toujiSection .h2-wrap{
		margin-left:10px;
		margin-right:10px;
	}
	.toujiSection h3{
		font-size:1.5rem;
	}
	.toujiSection .period,
	.toujiSection .prevention{
		font-size:1.25rem;
	}
	.toujiSection .touji-illust01 {
		max-width:100%;
		margin-top:-1.5em;
		width: 12%;
		padding-left:2%;
	}
	/* 冬至祭 メイン画像 2023-11-23追加 */
	.toujiBnrArea{
		margin-bottom:30px;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Desktop(1140px and up) */
@media print, screen and (min-width: 1140px) {
/**/
	.toujiSection .h2-wrap{
		margin-left:0;
		margin-right:0;
	}

}/*END media query*/
/*////////////////////////////////////////////*/
/***********************************
guideSection
************************************/
.guideSection a.guide-img{
	float:left;
	width:40%;
}
.guideSection ul{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:30px;
}
.guideSection ul.lastCh{
	margin-bottom:0;
}
.guideSection ul li{
	margin-bottom:30px;
}
.guideSection ul li:last-child{
	margin-bottom:0;
}
.guideSection ul li:after{
	content:"";
	display:block;
	clear:both;
}
.guideSection ul h2{
	font-size:1.125rem;
	color:#811d1b;
	margin-left:43%;
}
.guideSection ul p{
	margin-left:43%;
}
/*////////////////////////////////////////////*/
/* PC, Tablet(768px and up) */
@media print, screen and (min-width:768px){
	.guideSection a.guide-img{
		float:none;
		width:auto;
		margin-bottom:15px;
	}
	.guideSection ul{
		margin-bottom:40px;
	}
	.guideSection ul:after{
		content:"";
		display:block;
		clear:both;
	}
	.guideSection ul li{
		float:left;
		margin-right:1.5%;
		margin-bottom:0;
		width:23.87%;
		border:0px solid red;
	}
	.guideSection ul li:last-child{
		margin-right:0;
	}
	.guideSection ul h2{
		margin-left:0;
		margin-bottom:10px;
		text-align:center;
	}
	.guideSection ul p{
		margin-left:0;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Desktop(1140px and up) */
@media print, screen and (min-width: 1140px) {
	.guideSection ul{
		padding-left:0;
		padding-right:0;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/***********************************
towaSection
************************************/
.towaSection-wrap{
	background-color:#eff0f2;
	padding-top:30px;
}
.towaSection{
	padding-bottom:30px;
}
#home .towaSection h1{
	font-size:1.875rem;
	color:#000;
}
.towaSection h1 span{
	font-size:1.125rem;
}
.towaSection .section-exp{
	margin-bottom:1em;
}

.towa-inner{
	padding-left:10px;
	padding-right:10px;
}
/* スライダー */
.visualArea{
	margin-bottom:30px;
	position:relative;
}
.visualArea ul{
	max-width:790px; /**/
	border-right:20px solid #977d64;
}
.visualArea ul li,
.visualArea ul li img{
	line-height:1;
	vertical-align:top;
}
.visualArea ul:after{
	font-family: 'icomoon';
	content: "\f0da";
	position:absolute;
	top:40%;
	right:-13px;
	font-size:1.25rem;
	color:#fff;
}
.visualArea ul li a:hover{
	opacity:0.8;
}
.visualArea a.go-towa{
	width:14.5em;
	margin:5px auto 0 auto;
}
/* 分譲墓地 */
.cemeteryArea{
	padding:20px 10px;
	margin-bottom:30px;
	background-image:url(/img/top_cemetery_bg_sma.jpg);
	background-size:80% auto;
	background-position:100% 100%;
	background-repeat:no-repeat;
}
.cemeteryArea h2{
	font-size:1.375rem;
}
.cemeteryArea a.go-boti{
	width:10.5em;
	margin:14px auto 0 auto;
}
/* お問合せ */
.contact-mail{
	max-width:320px;
	width:94%;
	margin:0 auto 15px auto;
	border-radius:8px;
	background-color:#fff;
}
.contact-mail a{
	position:relative;
	display:block;
	border-radius:8px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#4d4b64;
	box-shadow:1px 1px 2px -0.5px rgba(0, 0, 0, 0.2);
	text-align:center;
	color:#fff;
	text-decoration:none;
	padding-left:13%;
	font-size:0.9375rem;
}
.contact-mail a:before{
	font-family: 'icomoon';
	content: "\f0e0";
	display:inline-block;
	font-size:1.75rem;
	position:absolute;
	top: 10px;
	left: 4%;
	margin-top: -11px;
}
.contact-tel{
	max-width:320px;
	width:96%;
	margin:0 auto;
}
.towaSection .section-exp p{
	margin-bottom:10px;
}
.towaSection .section-exp p.lastCh{
	margin-bottom:0;
}
/* 永久の会HP閲覧不可の告知を追加 2020-01-14 */
.towaSection .waku-red{
	border:4px solid #ff0000;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	max-width:600px;
	width:95%;
	margin-bottom:20px;
}
.towaSection .waku-red .tellink{
	font-size:1.5em;
}
.towaSection .waku-red a{
	color:#000;
	text-decoration:none;
}
.towaSection .waku-red a:hover,
.towaSection .waku-red a:focus{
	text-decoration:underline;
}

/*////////////////////////////////////////////*/
/* PC, Tablet(768px and up) */
@media print, screen and (min-width:768px){
	.towaSection .section-exp{
		margin-bottom:25px;
	}
	/* スライダー */
	.visualArea{ /* 2021-09-10 分譲墓地削除で変更 */
		width:72%;
		margin-right:auto;
		margin-left:auto;
	}
/*	.visualArea{
		float:left;
		width:72%;
	}
	.cemeteryArea{
		float:right;
		width:26%;
	}
*/
	.visualArea ul{
		border-right:none;
	}
	.visualArea ul:after{
		display:none;
	}
	.visualArea .go-towa{
		position:absolute;
		left:15px;
		bottom:15px;
	}
	/* 分譲墓地 */
	.cemeteryArea h2{
		text-align:center;
		margin-bottom:10px;
		font-size:1.25rem;
	}
	.cemeteryArea p{
		font-size:90%;
	}
	/* お問合せ */
	.contact-area{/* 2021-09-10 分譲墓地削除で追加 */
		max-width:870px;
		margin-left:auto;
		margin-right:auto;
	}
	.contact-mail{
		float:right;
		max-width:480px;
		width:58%;
		margin:0;
	}
	.contact-mail a{
		padding-left:10%;
		font-size:1rem;
	}
	.contact-mail a:before{
		font-size:2.5rem;
	}
	.contact-tel{
		float:right;
		max-width:400px;
		width:40%;
		margin:0;
		margin-top:-5px;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Desktop(1140px and up) */
@media print, screen and (min-width: 1140px) {
	.towaSection-wrap{
		padding-top:40px;
	}
	.towaSection{
		padding-left:0;
		padding-right:0;
		padding-bottom:50px;
	}
	.towa-inner{
		padding-left:0;
		padding-right:0;
	}
	/* スライダー */
	.visualArea{
		margin-bottom:30px;
	}
	/* 分譲墓地 */
	.cemeteryArea{
		padding:30px;
		height:316px;
		margin-bottom:30px; 
	}
	.cemeteryArea h2{
		font-size:1.5rem;
	}
	.cemeteryArea p{
		font-size:1.125rem;
	}
	.cemeteryArea a.go-boti{
		margin:20px auto 0 auto;
	}
	/* お問合せ */
	.contact-mail{
		margin-left:20px;
	}
	.contact-mail a{
		padding-top:13px;
		padding-bottom:13px;
		padding-left:10%;
		font-size:115%;
	}
	.contact-mail a:before{
		font-size:2.875rem;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/***********************************
albumSection
************************************/
.albumSection .section-exp{
	margin-bottom:1em;
}
.album-inner{
	padding-left:10px;
	padding-right:10px;
}
.albumSection .kei-waku{
	margin:0 auto;
	margin-bottom:20px;
}
ul.album-list{
	padding:35px 24px;
	text-align:center;
}
ul.album-list li{
	display:inline-block;
	margin-bottom:1em;
	max-width:280px;
	text-align:left;
}
ul.album-list li:last-child{
	margin-bottom:0;
}
ul.album-list img{
	margin-bottom:10px;
}
ul.album-list .new-mark{
	padding:2px 8px;
	border-radius: 4px;
	background-color:#fefe0c;
	font-size:12px;
	font-weight:bold;
}
ul.album-list .tl a{
	text-decoration:underline;
}
/* バックナンバーリスト */
.albumSection p{
	margin-bottom:10px;
}
ul.backnumber-list:after{
	content:" ";
	display:block;
	clear:both;
}
ul.backnumber-list li{
	float:left;
	width:50%;
	padding-right:5px;
	padding-left:5px;
	margin-bottom:10px;
}
ul.backnumber-list li.lastCh{
	margin-bottom:0;
}

/*////////////////////////////////////////////*/
/* PC, Tablet(768px and up) */
@media print, screen and (min-width:768px){
	.albumSection .section-exp{
		margin-bottom:35px;
	}
	.albumSection .kei-waku{ /* 飾り枠非表示 */
		background-image: none;
		max-width:100%;
		margin:0;
	}
	.albumSection ul.album-list{
		padding:0;
		text-align:left;
		margin-bottom:20px;
	}
	.albumSection ul.album-list:after{
		content:" ";
		display:block;
		clear:both;
	}
	.albumSection ul.album-list li{
		display:block;
		float:left;
		width:25%;
		margin-bottom:0;
		max-width:100%;
		padding-left:5px;
		padding-right:5px;
	}
	.albumSection ul.album-list time,
	.albumSection ul.album-list .tl{
		font-size:90%;
	}
	/* バックナンバーリスト */
	ul.backnumber-list li{
		width:25%;
	}
}/*END media query*/
/*////////////////////////////////////////////*/

/***********************************
 snsArea
************************************/

.share{
	text-align:center;
}
.share li {
	display: inline-block;
	padding-left:5px;
	padding-right:5px;
}
.share li a{
	display: block;
	text-decoration: none;
}
.share li a i{
	font-size:2.875rem;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
}
.share li a.share-tw i{
	color: #55acee;
}
.share li a.share-fb i{
	color: #3b5998;
}
.share li a.share-gp i{
	color: #dd4b39;
}
/*////////////////////////////////////////////*/
/* PC, Tablet(768px and up) */
@media print, screen and (min-width:768px){
	.snsSection{
		padding-top:20px;
		padding-bottom:40px;
	}
	.share li a {
		line-height:1;
		color: #fff;
		padding: 6px 12px;
		border-radius: 4px;
		font-size: 1rem;
		box-shadow:1px 1px 4px -1px rgba(0, 0, 0, 0.4);
	}
	.share li a i{
		font-size:1.25rem;
		padding-right:4px;
		text-shadow:none;
	}
	.share li a.share-tw i{
		color: #fff;
	}
	.share li a.share-fb i{
		color: #fff;
	}
	.share li a.share-gp i{
		color: #fff;
	}
	.share li a.share-tw{
		background-color: #55acee;
	}
	.share li a.share-fb{
		background-color: #3b5998;
	}
	.share li a.share-gp{
		background-color: #dd4b39;
	}
}/*END media query*/
/*////////////////////////////////////////////*/

