@charset "utf-8";
/* CSS Document */
body{
	background-color:#f7f7f7;
	font-size:16px;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.wrapper{
	max-width:1000px;
	margin:0 auto;
	background-image:url(../img/back.png);
	background-repeat:repeat;}
.wrapper p{
	font-size: 100%;}
.snsbox{
	line-height:1;
	font-family:inherit !important;
	margin-bottom:10px;}
.snsbox	.fb-share-button{
	margin-left:5px;}
.snsbox .mailsns a.btn{
	background-color:#f7f7f7;
	height:20px;
	padding:0 5px;
	color:#000;
	border:solid 1px #666;
	font-size:11px;
	margin:0 5px;}
.snsbox .mailsns a.btn i{
	margin-right:5px;
	font-size:15px;}
header{
	position:fixed;
	width:100%;
	max-width:1000px;
	top:0;
	z-index:1000;
	background-color:#fff;
	height:45px;
	padding:10px;}
header .logo{
	font-size:16px;}
header .right{
	position:relative;
	margin-top:8px;}
header .right i{
	font-size:30px;
	margin-right:10px;}
header .right i.icon-home{
	font-size:25px;}
header .right .msg{
	position:absolute;
	top:0px;
	right:0px;
	-webkit-border-radius:22px;
border-radius:22px;
width:22px;
height:22px;
background-color:red;
text-align:center;
font-size:11px;
letter-spacing:-1px;
line-height:22px;
color:#fff;}

/* footer{
	background-color:#333;
	padding:20px;
	text-align:center;
	color:#fff;
	font-size:14px;} */
footer a{
	color:#fff;}
footer ul{
	font-size:11px;}
footer ul li{
	margin:0 3px;}

@media screen and (max-width:480px) {
footer ul{
	-webkit-flex-direction: column;
     flex-direction:column;
	 width:180px;
	 margin:0 auto;}
footer ul li{
	width:100%;
	margin-bottom:10px;
	text-align:left;}
	}
.maintitle{
	background-color:#60538c;
	background-image:url(../img/maintitle-back.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:100%;
	color:#fff;
	padding:20px 10px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	position:relative;}
.maintitle.st02{
	background-color:#18A3E4;
	background-image:none;
	text-align:left;
	font-weight:normal;
	font-size:120%;
	padding:10px 10px 10px 10px;}
.maintitle.st02 .select-wrap{
	color:#000 !important;
	font-size:14px!important;}
.maintitle.st02-g{
	background-color:#bbb;}
.maintitle.st02 .back{
	font-size:15px;
	color:#fff;
	margin-right:10px;}
.maintitle.st02.fixed{
	top:45px;
	margin-top:0;}
.maintitle.st02.fixed + .step,
.maintitle.st02.fixed + .white{
	padding-top:110px;}
.subtitle{
	background-color:#888;
	color:#fff;
	padding:15px 10px 10px 10px;}
header + .maintitle,
header + .paper{
	margin-top:45px;}
.paper{
	padding:10px;}
.headmsg{
	padding:20px;
	font-size:120%;}
.article-p{
	padding:40px;}
@media screen and (max-width:500px) {

.article-p{
	padding:20px;}

}
.box.detail{
	padding:0;
	background-image:url(../img/detail-back.png);
	box-shadow:0 0 4px rgba(0,0,0,0.2);}
.box.detail .inner{
	padding:10px;}


.tabmenu{
	border-top:solid 2px #007db3;}
.tabmenu .title{
	width:50%;
	text-align:center;
	padding:10px;
	background-color:#bbb;}
.tabmenu .title a{
	color:#fff;}
.tabmenu .title.crnt{
	background-color:#007db3;
	position:relative;}
.tabmenu .title:hover{
	position:relative;}
.picBlock{
	display:block;
	padding:10px;}
.picBlock picture img{
	width:100%;
	border:solid 1px #ccc;}
.picBlock .detail{
	margin-left:10px;
	-webkit-flex: 1;
flex: 1;}
.picBlock.p130 picture{
	width:130px;}
.picBlock.p100 picture{
	width:100px;}
.picBlock .title{
	font-size:120%;
	font-weight:bold;
	color:#007db3;}
.list .listitem{
	border-bottom:solid 1px #ccc;
	box-shadow:0px 1px 0 rgba(255,255,255,1);}
.list .listitem .detail .txt{
	white-space:normal !important;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;-webkit-line-clamp:3;-moz-line-clamp:3;height:5em; /* exactly three lines */
  text-overflow: -o-ellipsis-lastline;	}
.item-img{
	cursor:pointer;}
.step{
	background-color:rgba(255,255,255,0.5);
	border-bottom:solid 1px #ccc;
	box-shadow:0 1px 0 rgba(255,255,255,1);
	padding:10px;}
.step .bar,
.step .txt{
	position:relative;}
.step .bar{
	width:130px;
	margin-right:20px;}
.step .bar .bar-line{
	background-color:#ccc;
	width:90%;
	margin:0 auto;
	height:2px;}
.step .bar .flx{
	position:absolute;
	width:100%;
	top:-8px;}
.step .bar .step-f{
	width:16px;
	height:16px;
	background:#ccc;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;}
.step .bar .step-f.now{
	background:#18A3E4;}
.step .txt{
	-webkit-flex: 1;
flex: 1;}
.step .txt .f_w_b{
	color:#18A3E4;}
.applist li{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:solid 1px #ccc;}
.applist li:last-child{
	margin-bottom:0;}


/***********************************************/
.fixed{
	position:fixed;
	top:95px;
	width:100%;
	max-width:1000px;
	z-index:1000;}
/***********************************************/
.slide-flx{
	width:100%;}
.slide-flx:after{
	content: '';
	display:block;
	clear:both;
	width: 100%;
	height:0px;
	visibility:hidden;
	font-size: 0;
	line-height: 0;}
.flx-i{
	float:left;
	width:33.3%;
	padding:1.5%;}
.solo .flx-i{
	float:none;
	width:500px;
	padding:0;
	margin:0 auto;}
.flx-i + hr{
	display:none;}



.wide-m{
	width:980px;
	height:700px;
	font-size:14px;}
.wide-m .popW_head{
	font-size:120%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6f9ff+0,9ee8fa+100;Blue+3D */
background: #d6f9ff; /* Old browsers */
background: -moz-linear-gradient(top,  #d6f9ff 0%, #9ee8fa 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d6f9ff 0%,#9ee8fa 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d6f9ff 0%,#9ee8fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=0 ); /* IE6-9 */
	}
.wide-m .popW_body{
	padding:10px;
	text-align:left;}
.wide-m .popW_body .subtitle{
	font-size:130%;
	font-weight:bold;
	background-color:#18A3E4;
	padding:10px;}
.wide-m .scrl{
	height:610px;
	overflow:auto;}
.wide-m .popcontent{
	padding:15px;}
.wide-m .popcontent dl{
	border:solid 1px #ccc;}
.wide-m .popcontent dt,
.wide-m .popcontent dd{
	padding:10px;}
.wide-m .popcontent dt{
	font-weight:bold;
	background-color:#eee;
	border-bottom:solid 1px #ccc;}
.wide-m .popcontent dd img{
	max-width:100%;}

.accordion{}
.accordion .acco-title{
	text-align:center;
	font-size:130%;
	background-color:#1E6CAC;
	color:#fff;
	font-weight:bold;
	padding:10px;
	position:relative;}
.accordion .acco-title:after{
	margin-left:30px;}
.accordion .acco-box{
	display:none;
	border:solid 1px #1E6CAC;
	background-color:#f7f7f7;
	padding:10px;}
.acco-subtitle{
	padding-left:10px;
	color:#1E6CAC;
	border-left:solid 10px #1E6CAC;
	border-bottom:solid 1px #1E6CAC;
	margin-bottom:10px;}
.accordion-list{}
.accordion-list .accordion{
	margin-bottom:1px;}
.accordion-list .accordion .acco-title{
	text-align:left;
	background-color:#ddd;
	color:#000;}
.accordion-list .accordion .acco-title.noarr:after{
	display:none;}
.accordion-list .accordion .acco-box{
	display:none;
	border:none;
	background-color:#eee;
	padding:10px;}
.acco-child .accordion .acco-title{
	font-size:100%;
	font-weight:normal;
	padding:5px;
	background-color:#fff;
	border-bottom:solid 1px #ddd;}
.acco-child .accordion .acco-title:hover{
	background-color:#F2FDFF;}

#sampletxt.wide-m{
	height:auto;
	min-height:300px;}
#sampletxt.wide-m .scrl{
	height:auto;
	max-height:610px;}
#sampletxt .accordion-list .accordion .acco-title:after{
	position:absolute;
	left:10px;
	margin-left:0;
	top:20px;
	font-size:60%;}
#sampletxt .accordion-list .accordion .acco-title{
	padding:10px 130px 10px 30px;}

#sampletxt .accordion-list{
	border:solid 1px #DDD2A8;
	border-bottom:none;}
#sampletxt .accordion-list .accordion .acco-title{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f0e3+0,f7f0d9+100 */
background: #f4f0e3; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f0e3 0%, #f7f0d9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f4f0e3 0%,#f7f0d9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f4f0e3 0%,#f7f0d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f0e3', endColorstr='#f7f0d9',GradientType=0 ); /* IE6-9 */
border-bottom:solid 1px #DDD2A8;

}
#sampletxt .acco-stitle a.btn{
	width:100px;
	margin-left:30px;
	padding:5px;}
#sampletxt .acco-stitle span{
	-webkit-flex: 1;
flex: 1;}
@media screen and (max-width:500px) {

#sampletxt .acco-stitle.flx{
	-webkit-flex-direction: column;
     flex-direction:column;}
#sampletxt .acco-stitle.flx.center-h {
	-webkit-align-items: flex-start;
	align-items:flex-start;
}
#sampletxt .acco-stitle a.btn{
	margin:10px auto 0 !important;}

}


#sampletxt .acco-stitle{
	font-size: 100%;
	border-bottom:solid 1px #DDD2A8;
	padding:10px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
#sampletxt .acco-stitle:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,fcfaf2+100 */
	background: #fcfff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfff4 0%, #fcfaf2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcfff4 0%,#fcfaf2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcfff4 0%,#fcfaf2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#fcfaf2',GradientType=0 ); /* IE6-9 */
}
#sampletxt .acco-child .acco-box{
	background-color: #fffffc;
	background-image:url(../img/sampletxt-back.png);
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */

	border-bottom:solid 1px #ddd;
	padding:50px 100px;
	font-size:16px;

}
@media screen and (max-width:780px) {
.flx-i{
	width:50%;}
}
@media screen and (max-width:560px) {
.flx-i,
.solo .flx-i{
	width:100%;
	float:none;
	padding:0;}
.flx-i + hr{
	display:block;}
}
.itemgate{
	margin:50px 0;}

.itemgate.col2{
	-webkit-justify-content: center;
	justify-content:center;
	-webkit-align-items: center;
	align-items: center;}
.itemgate.col2 .flx-i{
	width:49%;}
.itemgate.col2 .flx-i .box.clr02:hover{
	background:#f7f7f7;}
@media screen and (max-width:620px) {
.itemgate{
	margin:20px 0;}
.itemgate.col2 .flx-i{
	width:90%;
	margin-bottom:20px;}
}


@media screen and (max-width:1000px) {

.wide-m{
	width:95%;}

}


@media screen and (max-width:800px) {
#sampletxt .acco-child .acco-box{
	padding:30px 60px;}

}
@media screen and (max-width:500px) {
#sampletxt .accordion-list .acco-child .accordion .acco-title {
    padding: 10px 130px 10px 10px;
}
#sampletxt .accordion-list .accordion .acco-title a.btn {
    right:10px;
    top:20px;
}
#sampletxt .acco-child .acco-box{
	padding:20px;}
#sampletxt .acco-child .acco-box p.mr_b40{
	margin-bottom:20px !important;}
}



.funeral-date th,
.funeral-date td{
	color:#000;
	font-weight:normal;
	text-align:left;
	border:none !important;
	background-color:transparent !important;}
.funeral-date td{
	padding-left:30px;}

@media screen and (max-width:450px) {
.snsbox .mailsns a.btn {
    padding: 0 3px;
	margin:0 2px;}
.snsbox .mailsns a.btn i {
    font-size:12px;}
.snsbox .mailsns a.btn{
	font-size:10px;
	letter-spacing:-1px;}
.funeral-date th,
.funeral-date td{
	display:block;
	padding:0;}
.funeral-date td{
	margin-bottom:10px;}
.boxsub {
    padding-left:0px;}
.boxsub.wi + .txt .data {
    padding-left:37px;}
}


.paymentbtn .btn{
	width:210px;
	margin:5px 10px;}
@media screen and (max-width:670px) {
.paymentbtn .btn{
	padding-left:10px;
	padding-right:10px;}
}
@media screen and (max-width:570px) {
.paymentbtn {
	-webkit-flex-direction: column;
     flex-direction:column;}
}
