@charset "utf-8";



html,body{
    width: 100%;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}


.wf-sawarabimincho { font-family: "Sawarabi Mincho", serif; }


body{
color:#333;
	font-family: "メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:95%;
}


a {
	color:#333;
	outline: none;
	text-decoration: none;
}

a:hover{
	color: #2791c3;
	text-decoration: underline;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}

input,
select,
textarea{
	max-width: 100%;
	padding: 3px;

}
input,
textarea{
}
input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
}



.width100{
	width:100%;
}

.wrap{

}

p{
	line-height: 170%;
}

.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

/*ヘッダー
------------------------------------------------*/
.header{
	padding: 20px 0;
}

.logo h1{
	display: inline-block;
	vertical-align: center;
}
.logo p{
	display: inline-block;
	color: #2b6ca3;
	border-top: 1px solid #2b6ca3;
	border-bottom: 1px solid #2b6ca3;
	font-size:90%;
	padding: 5px 0;
	margin: 5px 0 0 5px;
	vertical-align: top;
}
.logo,
.headright,
.headright p,
.headright ul,
.headright li{
	display: inline-block;
	vertical-align: middle;
}

.headright p{
	padding: 0 20px 0 30px;
}

.gnavi{
	background: url(../img/bg_gnavi.png) repeat-x center;
}
.gnavi ul{
	width: 1100px;
	margin: 0 auto;
}
.gnavi li{
	float: left;
	width: 20%;
	text-align: center;
	display: table;
}
.gnavi li a{
	display: table-cell;
	height: 60px;
	border-right: 2px solid #023252;
	vertical-align: middle;
}
.gnavi li:nth-child(1) a{
	border-left: 2px solid #023252;
}

.gnaviwrap .gnavi li{
	width: 180px;
}
.gnaviwrap .gnavi li:nth-child(5){
	width: 200px;
}


/*サイドメニュー*/
.fixsidemenu {
	position: fixed;
	right: 10px;
	top: 180px;
	width: 250px;
	z-index: 10000;
	background: #fff;
	border-left: 5px solid #c9caca;
}
.fixsidemenu dl{
	border: 2px solid #0b3d60;

}
.fixsidemenu dt{
	background: url(../img/bg_fixmenu_h2.png) repeat-x center center;
	text-align: center;
	padding: 5px 0;
	border-bottom: 2px solid #0b3d60;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
	color: #fff;
	font-weight: 800;
	font-size: 150%;
}
.fixsidemenu li{
	background: url(../img/arrow01.png) no-repeat left 18px;
	padding: 10px 10px 0px 15px;
	font-size: 90%;
}
.fixsidemenu .blogmenu li{
	background-image:none;
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #0b3d60;
	margin: 0 10px;
}

.fixsidemenu a{
	color: #2b6ca3;
}
.fixsidemenu li span{
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #0b3d60;
	display: block;
}
.fixsidemenu .blogmenu li span{
	padding: 0px 0px 0px 0px;
	border-bottom:none;
}

.fixsidemenu dd ul:nth-child(2) li:nth-child(3),
.fixsidemenu li:last-child ,
.fixsidemenu li:last-child span{
	border-bottom: none;
}



.fixsidemenu h3{
	background: url(../img/arrow01.png) no-repeat left 18px #d5e2ed;
	padding: 10px 10px 10px 15px;
	color: #2b6ca3;
	font-size: 100%;
	font-weight: 400;
}


/*メインビジュアル
------------------------------------------------*/

.mainvisual li{
	height: 560px;
	text-align: center;
}



.mainvisual img{	
	width: 100%;
	min-width:1600px;
	z-index: 10;
	margin: 0 auto;
	display: block;
	
	position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

/*トップページ
------------------------------------------------*/
.topcont01{
	padding: 20px 0px;
}
.topcont01 h2{
	padding: 0 0 10px 0;
	text-align: center;
}
.topcont01 h3{
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
	font-size: 230%;
	text-align: center;
	font-weight: 800;
	margin: 0 0 30px 0;
	z-index: 10;
	
}
.topcont01 dt{
	width:53%;
	float: left;
}
.topcont01 dt img{
	margin:0 0 20px 0;
}
.topcont01 dd{
	width:45%;
	float: right;
}
.topcont01 dd li:nth-child(2){
	text-align: right;
	margin: -80px 0 0 0;
}
.topcont01 dd li:nth-child(3){
	margin: -80px 0 0 0;
}

.topcont02{
	padding: 0 0 30px 0;
}
.topcont02 h2{
	float: left;
}
.topcont02 dl{
	float: right;
	width: 600px;
	padding: 0 0 40px 0;
}

.topcont02 dt{
	float: left;
	width: 48%;
	font-size: 120%;
}
.topcont02 dd{
	float: right;
	width: 50%;
}
.topcont02 h3{
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	font-weight: 400;
	background: url(../img/top/bg_underline01.png) no-repeat bottom;
	background-size: 100%;
}


.topcont03{
	padding: 0 0 30px 0;
}
.topcont03 h2{
	float: right;
}
.topcont03 dl{
	float: left;
	width: 540px;
	padding: 0 0 20px 50px;
	font-size: 110%;
}
.topcont03 dt{
	float: left;
	width: 50%;
	padding: 40px 0 0 0;
}
.topcont03 dd{
	float: right;
	width: 48%;
}
.topcont03 dl:nth-child(3){
	margin: -20px 0 0 0;
}
.topcont03 dl:nth-child(3) dt{
	width: 100%;
	padding: 0;
}
.topcont03 dl:nth-child(3) p{
	display: inline-block;
	padding: 0 10px 0 0;
}
.topcont03 dl:nth-child(4) dt{
	float:right;
	width: 50%;
}
.topcont03 dl:nth-child(4) dd{
	float:left;
}



.topcont03 h3{
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	font-weight: 400;
	background: url(../img/top/bg_underline01.png) no-repeat bottom;
	background-size: 100% 10px;
}


.topkouhou{
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
}
.topkouhou h2{
	font-size: 220%;
	color: #2b6ca3;
	padding: 0 0 40px 0;
}
.topkouhou dl{
	background: url(../img/top/bg_topkouhou.png) no-repeat top center;
	color: #fff;
	padding: 20px 0px 90px 0;

}
.topkouhou dt{
	font-size: 120%;
	padding: 0 0 20px 0;
}



.topcont04{
	padding: 0 0 0px 0;
}
.topcont04 h2{
	float: right;
}
.topcont04 dl{
	float: left;
	width: 560px;
	padding: 30px 0 20px 50px;
}
.topcont04 dt{
	float: left;
	width: 53%;
	padding: 40px 0 0 0;
}
.topcont04 dl:nth-child(3) {
	margin-top:-160px;

}
.topcont04 dl:nth-child(3) dt{
	float: right;
	padding-top:150px;
}
.topcont04 dl:nth-child(3) dd{
	float: left;
}

.topcont04 dd{
	float: right;
	width: 45%;
}
.topcont04 h3{
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 140%;
	background: url(../img/top/bg_underline01.png) no-repeat bottom;
	background-size: 100% 10px;
}
.networktopcont dl{
	height:380px;
	position: relative;
}

.networktopcont dt{
	width: 460px;
	left: 0;
	position: absolute;
	
}
.networktopcont dd{
	width: 340px;
	padding: 50px 0 0 0;
	right: 0;
	position: absolute;
	
}
.networktopcont h3{
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
	font-size: 200%;
	color: #b71c22;
	padding: 0 0 10px 0;
}
.networktopcont h4{
	font-size: 190%;
	color: #b71c22;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000;
}
.jissekibox{
	background:url(../img/top/bg_jissekibox.png) no-repeat left top;
	padding: 30px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
}
.jissekiboxwrap {
	background:url(../img/top/bg_jissekibox_btm.png) no-repeat right bottom;
}



.topcont06{
	padding:0 100px 30px 100px;
}
.topcont06 p{
	padding:0 0px 10px 0px;
}
.companytable{
	margin: 0 auto 30px auto;
	width: 75%;
}

.companytable th,
.companytable td{
	border-bottom: 1px solid #d3a526;
	padding: 10px;
}
.companytable th{
	font-weight: 400;
	border-right: 1px solid #d3a526;
}
.companytable tr:last-child th,
.companytable tr:last-child td{
	border-bottom: none;
}


.topcontact{
	background: url(../img/top/bg_topcontact.png) no-repeat center top;
	padding: 80px 80px 50px 50px;
	margin: -50px -50px 0px -50px ;
}
.sltbox .topcontact{
	background: url(../img/top/bg_topcontact02.png) no-repeat center top;
}


.topcontact dt{
	width: 40%;
	float:left;
}
.topcontact dd{
	width: 60%;
	float:right;
}
.topcontact p{
	padding: 0 0 15px 0;
}


.topcont08{
	color:#fff;
}
.topcont08 h3{
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
	font-size: 200%;
	padding: 0 0 20px 0;
	text-align: center;
}

.topcont08 dt{
	width:50%;
	float: left;
	padding: 50px 0 0 0;
	font-size: 120%;
}
.topcont08 dt p{
	padding: 0 0 10px 0;
}
.topcont08 dd{
	width:50%;
	float: right;
}


.topnews h2{
	text-align: center;
	color: #d3a526;
background: url(../img/bg_title03.png) no-repeat center top;
font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho", serif;
font-size: 220%;
padding: 20px 0 50px 0;
}

.topblog{
	width: 48%;
	float: left;
	color: #fff;
}
.topfacebook{
	width: 48%;
	float: right;
}
.topblog dl{
	border-bottom: 1px dotted #fff;
	color: #d3a526;
	padding: 10px 0;
	font-size: 120%;
}
.topblog dt{
	width: 35%;
	float: left;
}
.topblog dd{
	width: 54%;
	float: right;
}

.topblog span,
.topblog a{
	color:#fff;
}


.sltboxblog .networktopcont {
	margin:100px 0 0 0;
}



/*背景の模様*/
#index .bgimg01{
	position: absolute;
	left: -70px;
	top: 10px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#index .bgimg02{
	position: absolute;
	right: -100px;
	top: 70px;
}

#index .bgimg03{
	position: absolute;
	left: -90px;
	top: 260px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#index .bgimg04{
	position: absolute;
	right: -140px;
	top: -90px;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#index .bgimg05{
	position: absolute;
	right: -130px;
	top: -100px;
	opacity:0.8;
	filter: alpha(opacity=80);
}

#index .bgimg06{
	position: absolute;
	left: -140px;
	bottom: -150px;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#index .bgimg07{
	position: absolute;
	left: -50px;
	bottom: -70px;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#index .bgimgbox01{
	background: url(../img/top/bg_bgimg01.png) no-repeat center center;
}
#index .bgimg08{
	position: absolute;
	right: -0px;
	top: -0px;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#index .bgimg09{
	position: absolute;
	left: -50px;
	bottom: -200px;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#index .bgimg10{
	position: absolute;
	right: -100px;
	bottom: 10px;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#index .bgimg11{
	position: absolute;
	left: -220px;
	bottom: 30px;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#index .bgimg12{
	position: absolute;
	right: -100px;
	top: 10px;
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*戒名・彫り
------------------------------------------------*/
.kaicont01{
	padding: 50px 0 0 0;	
}
.kaicont01 h2{
	padding: 0 0 20px 0;
}
.kaicont01 h3{
	padding: 0 0 10px 0;
}
.kaijissekibox {
	padding: 70px 0 70px 230px;
	background: url(../img/kaimyou/img04.png) no-repeat left center;
	margin: 0 50px;
}
.kaitaioubox{
	margin: -50px 50px 0 50px;
	background: url(../img/kaimyou/bg_taioubox.png) no-repeat right;
	padding: 70px 200px 50px 10px;
}
.kaitaioubox dt{
	display: inline-block;
	padding: 0 20px 0 10px;
}
.kaitaioubox dd{
	display: inline-block;
	font-size: 130%;
	font-weight: 800;
}
.kaitaioubox dd strong{
	font-size: 150%;
}

.paycont dt{
	padding:0 100px 30px 100px;
}
.paycont dd{
	text-align: center;
}
.paycont dd h3{
	font-weight: 400;
	background: url(../img/top/bg_underline01.png) no-repeat bottom;
	background-size: 100% 10px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	font-size: 90%;
}

.stepbox{
	padding: 30px 0;
}
.stepbox dl{
	padding: 0 0 20px 0;
}
.stepbox dt{
	width: 35%;
	float: left;
}
.stepbox dd{
	width: 65%;
	float: right;
}
.stepbox h3 {
	padding: 0 0 10px 0;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
	font-size: 150%;
	color: #2b6ca3;
}
.stepbox h3 img{
	display: inline-block;
	vertical-align: middle;
	
}
.stepbox dd strong{
	display: inline-block;
	vertical-align: middle;
	background: url(../img/top/bg_underline01.png) no-repeat bottom;
	background-size: 100% 10px;
	padding: 10px 0;
	margin: 0 0 0 10px;
	width: 80%;
}
.qabox{
	margin:0 0 70px 0;
}

.qabox dl{
	padding:20px 50px 20px 50px;
	background: url(../img/top/bg_underline01.png) no-repeat bottom;
	background-size:100% 10px;
}
.qabox dt{
	color: #2b6ca3;
	padding: 15px 0 30px 70px;
	background: url(../img/bg_q.png) no-repeat top left;
}
.qabox dd{
	padding: 0px 0 20px 70px;
	background: url(../img/bg_a.png) no-repeat top left;
}
.qaimg li{
	text-align: center;
	display: inline-block;
	width: 30%;
	padding: 15px 0 0 0;
}


.slttitle dt{
	width: 55%;
	float: left;
	margin: -20px 0 0 0;
}
.slttitle h2{
	font-size: 300%;
	color: #d3a526;
	padding: 10px 0 20px 60px;
	background: url(../img/bg_title03.png) no-repeat center center;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
}
.slttitle h2 span{
	font-size:50%;
	display: block;
	line-height: 120%;
}
.slttitle p{
	color:#fff;
	padding: 0 0 0 60px;
	font-size: 110%;
}

.slttitle dd{
	width: 45%;
	float: right;
	margin: -100px 0 0 0;
}
#cleaning .slttitle dl{
	margin: 0 0 50px 0;
}

.iroire2block dl{
	width: 46%;
	float: left;
	margin: 0 2% 20px 2%;
	text-align: center;
}
.iroire2block dd{
	padding: 20px 0px 20px 0;
	background: url(../img/top/bg_underline02.png) no-repeat bottom;
	background-size: 100% 15px;
	font-size: 120%;
	font-weight: 800;
}
.iroire2block dd strong{
	font-size: 180%;
}


.iroirelist{
	padding: 30px 0;
}
.iroirelist dl{
	padding: 0 0 20px 0;
}
.iroirelist dt{
	width: 35%;
	float: left;
}
.iroirelist dd{
	width: 65%;
	float: right;
}
.iroirelist h3 {
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
	background: url(../img/top/bg_underline01.png) no-repeat bottom;
	background-size: 100% 10px;
	font-size: 150%;
	color: #2b6ca3;
}
.iroirelist dd p{
	padding: 0 0 20px 0;
}
.iroirelist dd strong{
	font-size:200%;
}


.setwrap{
	background: url(../img/bg_setwrap.png) no-repeat center bottom;
	background-size:100% 400px;
	padding: 0 0 50px 0;
	margin: 0 0 30px 0;
	z-index: -500;
    z-index: 0;
	position: relative;
}
.settitle{
	margin: -30px 0 0 0;
}

.settitle dt{
	width:28%;
	float: left;
}
.settitle dd{
	width:70%;
	padding: 30px 0 0 0;
	float: right;
	color: #fff;
}
.settitle h3{
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
	background: url(../img/top/bg_underline04.png) no-repeat bottom;
	background-size: 100% 10px;
	font-size: 220%;
	color: #d3a526;
}
.titleset01,
.titleset02{
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
	font-size: 170%;
	background: url(../img/title_set01.png) no-repeat center left;
	color: #fff;
	padding: 10px 10px 10px 80px;
	margin: 0 0 30px 0;
}
.titleset02{
	background: url(../img/title_set02.png) no-repeat center left;
}

.settable{
	width:100%;
	margin: 0 0 20px 0;
}
.settable td{
	text-align: center;
	font-size: 150%;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
	color: #2b6ca3;
	font-weight: 800;
}
.setprice{
	text-align: center;
	font-size: 120%;
}
.setprice p{
	display: inline-block;
	background: url(../img/top/bg_underline02.png) no-repeat bottom;
	padding: 0 0 15px 0;
	background-size: 100% 10px;
	margin: 0 0 60px 0;
	
}
.setprice strong{
	font-size: 180%;
}

.borderbtm01{
	border-bottom: 1px dotted #000;
	margin-bottom: 30px;
}




/*背景の模様*/
#kaimyou .bgimg01{
	position: absolute;
	left: -70px;
	bottom: -30px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#kaimyou .bgimg02{
	position: absolute;
	right: -150px;
	top: 30px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#kaimyou .bgimg03{
	position: absolute;
	left: -70px;
	top: -150px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#kaimyou .bgimg04{
	position: absolute;
	right: -150px;
	top: 30px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#kaimyou .bgimg05{
	position: absolute;
	left: -150px;
	bottom: -120px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#kaimyou .bgimg06{
	position: absolute;
	right: -150px;
	top: 80px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#kaimyou .bgimg07{
	position: absolute;
	left: -50px;
	top: 150px;
	z-index: 1;
	opacity:0.4;
	filter: alpha(opacity=40);
}
#kaimyou .bgimg08{
	position: absolute;
	right: -100px;
	top: 650px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#kaimyou .bgimg09{
	position: absolute;
	left: -200px;
	bottom: -150px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#kaimyou .bgimg10{
	position: absolute;
	right: -200px;
	top: -100px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#kaimyou .bgimg11{
	position: absolute;
	left: -400px;
	top: 20px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#kaimyou .bgimg12{
	position: absolute;
	right: -300px;
	top: -100px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#kaimyou .bgimg13{
	position: absolute;
	right: -200px;
	top: 500px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#kaimyou .bgimg14{
position: absolute;
	left: -200px;
	bottom: 300px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);	
}
#kaimyou .bgimg15{
position: absolute;
	right: -200px;
	top: -250px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);	
}

/*清掃・再生
------------------------------------------------*/
.clncourse{
	background: url(../img/cleaning/img01.png) no-repeat left center;
	padding: 10px 0 10px 230px;
	margin: 50px 0 20px 0;
}
.clncourse dl{
	background: url(../img/top/bg_underline02.png) no-repeat bottom;
	padding: 0 0 20px 0;
	background-size: 100% 15px;
	margin: 0 0 20px 0;	
}
.clncourse dt{
	font-size: 250%;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
	font-weight: 800;
	display: inline-block;
	float: left;
	padding: 10px 0 0 0;
	color: #2b6ca3;
}
.clncourse dl:nth-child(2) dt{
	
	color: #754c24;
}
.clncourse dd{
	display: inline-block;
	float: right;
	font-size: 120%;
	font-weight: 800;
}
.clncourse dd strong{
	font-size: 180%;
}




.kouhoubox{
	text-align: center;
	width: 700px;
	margin: 0 auto 30px auto;
	border-bottom: 10px solid #ba8e4a;
	
}
.kouhoubox h2{
	font-size: 220%;
	color: #2b6ca3;
	padding: 0 0 40px 0;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
}
.kouhoubox dl{
	background:url(../img/cleaning/bg_kouhouwrap.png) no-repeat top center;
	color: #fff;
	padding: 20px 40px 20px 40px;
}
.kouhoubox dt{
	font-size: 120%;
	padding: 0 0 20px 0;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
}
.kouhoubox h3{
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
	font-size: 140%;
	padding: 60px 0 10px 0;
	margin: 0 0 20px 0;
	background: url(../img/top/bg_underline05.png) no-repeat center bottom;
}
.sekouphoto img{
	padding: 5px;
	width: 190px;
	
}

/*背景の模様*/
#cleaning .bgimg01{
	position: absolute;
	left: -30px;
	top: 220px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#cleaning .bgimg02{
	position: absolute;
	right: -130px;
	bottom: -220px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#cleaning .bgimg03{
	position: absolute;
	left: -30px;
	top: -150px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#cleaning .bgimg04{
	position: absolute;
	right: -150px;
	top: 150px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#cleaning .bgimg05{
	position: absolute;
	left: -200px;
	top: 50px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#cleaning .bgimg06{
	position: absolute;
	right: -150px;
	top: 450px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#cleaning .bgimg07{
	position: absolute;
	left: -80px;
	top: 100px;
	z-index: 1;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#cleaning .bgimg08{
	position: absolute;
	right: -150px;
	bottom: -120px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#cleaning .bgimg09{
	position: absolute;
	left: -400px;
	top: 20px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#cleaning .bgimg10{
	position: absolute;
	right: -300px;
	top: -100px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#cleaning .bgimg11{
	position: absolute;
	right: -200px;
	top: 600px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}

#cleaning .bgimg12{
	position: absolute;
	left: -200px;
	bottom: 400px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#cleaning .bgimg13{
	position: absolute;
	right: -200px;
	top: -200px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}




/*墓じまい
------------------------------------------------*/

/*背景の模様*/
#removal .bgimg01{
	position: absolute;
	left: -100px;
	bottom: -150px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#removal .bgimg02{
	position: absolute;
	right: -100px;
	top: 50px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#removal .bgimg03{
	position: absolute;
	left: -100px;
	bottom: -150px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#removal .bgimg04{
	position: absolute;
	right: -150px;
	top: 250px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#removal .bgimg05{
	position: absolute;
	right: -100px;
	top: -250px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*石材店紹介
------------------------------------------------*/
.shopvisual{
	margin: 0 0 40px 0;
}
.shopmenu li{
	float: left;
	width: 12.5%;
	font-size:80%;

}
.shopmenu a{
	display: block;
	background: url(../img/shop/bg_areamenu.png) repeat-x center;
	color: #fff;
	border-left:1px solid #fff;
	text-align: center;
	padding: 3px 0;
}

.areatitle{
	font-size:140%;
	background: #eee;
	padding: 5px;
	margin: 20px 0 20px 0;
}

.shopbox{
	border-bottom: 1px solid #ccc;
	padding: 50px;
	font-size: 80%;
}
.shopbox dl{
	padding:0 0 10px 0;
}
.shopbox dt{
	width: 30%;
	float: left;
}
.shopbox dd{
	width: 65%;
	float: right;
}
.shopbox h3{
	font-size: 100%;
	border-bottom: 1px solid #000;
	font-weight: 400;
}
.shopbox h3 span{
	display: inline-block;
	float: left;	
}
.shopbox h3 strong{
	display: inline-block;
	float: right;
	font-weight: 400;
}
.shopbox dd p{
	border-bottom: 1px solid #000;
	padding: 10px;
}
.shopbox th{
	background: #ea5532;
	color: #fff;
	font-weight: 400;
}
.shopbox tr:nth-child(even) th{
	background: #f29a76;
}
.shopbox h4{
	border-bottom: 1px solid #000;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.pagetop{
	text-align: right;
	padding: 20px 0;
	font-size: 80%;
}



/*加盟店募集
------------------------------------------------*/
.fctitle{
	background: url(../img/fc/bg_pagetitle.png) no-repeat top center;
	background-size:100% 230px;
	height: 230px;
	position: relative;
	text-align: center;
}
.fctitle p{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.strongbox dl{
	padding: 0 0 20px 0;
}
.strongbox dt{
	width: 35%;
	float: right;
}
.strongbox dd{
	width: 60%;
	float: left;
}
.strongbox dl:nth-child(even) dt{
	float: left;
}
.strongbox dl:nth-child(even) dd{
	float: right;
}

.strongbox h3{
padding: 0 0 15px 0;
margin: 0 0 10px 0;
font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho", serif;
background: url(../img/top/bg_underline01.png) no-repeat bottom;
    background-size: auto auto;
background-size: 100% 10px;
font-size: 150%;
color: #2b6ca3;
}


/*背景の模様*/
#fc .bgimg01{
	position: absolute;
	right: -250px;
	top: 50px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#fc .bgimg02{
	position: absolute;
	left: -200px;
	top:-100px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#fc .bgimg03{
	position: absolute;
	right: -200px;
	bottom:-100px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#fc .bgimg04{
	position: absolute;
	right: -200px;
	top:200px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#contact .bgimg01{
	position: absolute;
	right: -150px;
	top: -100px;
	z-index: 1;
	opacity:0.8;
	filter: alpha(opacity=80);
}

.ninni{
	background: #999;
	padding: 0px 5px;
	font-size: 90%;
	color: #fff;
	display: inline-block;
	margin: 0 0 0 5px;
}
.hissu{
	background:#B41012;
	padding: 0px 5px;
	font-size: 90%;
	color: #fff;
	display: inline-block;
	margin: 0 0 0 5px;
}

/*ブログ*/
.blogwrap{
	width:900px;
}
.blogwrap h2{
	border-bottom: 1px solid #000;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho", serif;
	font-size: 240%;
	background: url(../img/arrow02.png) no-repeat left 20px ;
	padding: 0 0 5px 20px;
	margin: 0 0 10px 0;
}
.blogwrap h3{
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho", serif;
	font-size: 180%;
	margin: 0 0 10px 0;
	text-align: center;
}
.blogphoto{
	width:700px;
	margin:0 auto 20px auto;
}
.blogtext{
	width:700px;
	margin:0 auto 20px auto;
}


.time{
	padding:0 0 20px 0;
}
.blogcontents{
	padding:0 0 30px 0;
}
.blogcontents p{
	padding: 0 0 10px 0;
}



.pager {
	text-align: center;
	padding: 10px 0 0 0;
	border-top: 1px solid #000;
}
.pager span,
.pager a{
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ccc;
	background: #fff;
}

.pager span{
	background: #ddd;
	
}

/*全体レイアウト
------------------------------------------------*/
.mainbody{
	width:1100px;
	margin: 0 auto;
}
.maincont{
	width:800px;
	margin: 0 auto;
		position: relative;
}

.title01,
.title02,
.title03,
.title04{
	text-align: center;
	font-size: 220%;
	color: #2b6ca3;
	padding: 20px 0 50px 0;
	background: url(../img/bg_title01.png) no-repeat center top;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
}

.title02{
	background: url(../img/bg_title02.png) no-repeat center top;
}
.title03{
	color: #d3a526;
	background: url(../img/bg_title03.png) no-repeat center top;
}
.title04{
	color: #b71c22;
	background: url(../img/bg_title01.png) no-repeat center top;
}





/*背景
------------------------------------------------*/
.bgbox01{
	background: url(../img/bg_bgbox01.png) no-repeat top center;
	background-size:100%;
}



.sltbox {
  position: relative;
  overflow: hidden;
  margin: 0% 0;
  padding: 100px 0 150px 0;
}
.sltbox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 50%;
  margin: 0% -10%;
  background: #fffbe3;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -10;
}
.sltbox:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120%;
  height: 50%;
  margin: 0% -10% 10% -10px;
  background: #fffbe3;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -20;
}

.sltboxwrap {
  position: relative;
  overflow: hidden;    
}

.sltboxwrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 50%;
  margin: 0% -40%;
  background: #000;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -20;
}
.sltboxwrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120%;
  height: 50%;
  margin: 0% -40% 10% -40px;
  background: #000;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -30;
}

.sltboxtitle:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 120%;
  height:240px;
  margin: 0% -10%;
  background: #2b6ca3;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -10;
}


.sltboxblog:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 120%;
  height: 600px;
  margin: 0% -10%;
  background: #2b6ca3;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -10;
}




.bgbox02 .sltboxwrap:before,
.bgbox02 .sltboxwrap:after{
	background:url(../img/bg_bgbox02.png);
}

.bgbox03 .sltboxwrap:before,
.bgbox03 .sltboxwrap:after{
	background:url(../img/bg_bgbox03.png);
}

.bgbox04 .sltbox:before,
.bgbox04 .sltbox:after{
	background: #2b6ca3;
}
.bgbox04 .sltboxwrap:before,
.bgbox04 .sltboxwrap:after{
	background:url(../img/bg_bgbox02.png);
}
.bgbox04 .sltbox{
	padding-bottom: 120px;
}


.setwrap .sltbox:after{
box-shadow:0px 9px 21px -10px #000000;
}



.bgbox05{
	background: url(../img/bg_bgbox05.png) repeat-x top center;
	padding: 40px 0 0 0;
}
.bgbox06{
	background: #fffbe3;
	padding: 100px 0;
}



.underflat .sltbox{
	padding-bottom: 50px;
}

.underflat .sltbox:after{
	margin: 0px;
	height: 80%;

	
  -webkit-transform: rotate(-0deg);
  -ms-transform: rotate(-0deg);
  transform: rotate(-0deg);
}


/*フッター
------------------------------------------------*/
.footer{
	width:800px;
	margin: 0 auto 40px auto;
	padding: 50px 0 0 0;
}
.footlogo{
	width: 45%;
	float: left;
	border-right: 1px solid #2b6ca3;
}

.footmenu{
	width: 50%;
	padding: 0 0 0 0%;
	float: right;
	
}
.footmenu ul{
	width: 49%;
	float: left;
}
.footmenu li{
	background: url(../img/arrow01.png) no-repeat left 8px;
	padding: 0 0 10px 10px;
}
.gotop{
    clear: both;
	text-align: right;
}
.gotop a{
	background: url(../img/gotop.png) no-repeat left 5px;
	padding: 0 0 0 15px;
	color: #2b6ca3;
}
/*コンテンツ
------------------------------------------------*/


/*フォーム*/
.formbox{
padding: 50px;
margin: 30px 0px 20px 0px;
background: #fff;
color: #000;
}
.bgbox04 .formbox{
box-shadow:10px 10px 0px 0px #0b3d60;
}
.bgbox02 .formbox{
box-shadow:10px 10px 0px 0px #d2a426;
border: 1px solid #d2a426;
}



.formbox table{
	border-collapse:collapse;
	width:100%;
	text-align: left;
	margin: 0 0 30px 0;
}
.formbox td,
.formbox th{
	padding:10px;
}

.formbox th {
text-align: left;
font-weight:400; 
}

input,
select,
textarea{
	padding:5px;
}
input,
textarea{
	border:1px solid #ccc;
	

}
input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
}

.formbox .text{
width: 90%;
}

.formbox .add{
width: 90%;
}

.formbox textarea{
width: 90%;
}
.formlist li{
	float:left;
	width: 40%;
}
.formlist li:nth-child(odd){
	width: 60%;
}


.table01 .wpcf7c-conf{
	background: #ddd;
}


.linkbtn01,
.linkbtn02{
	background: #2b6ca3;
color: #fff;
font-size: 120%;
text-decoration: none;
padding: 10px 20px;
border: 2px solid #2b6ca3;
cursor:pointer;
display: inline-block;
margin: 0 20px 5px 20px;
/*width: 20%;*/
font-weight: 800;
font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","Sawarabi Mincho",  serif;
}

.linkbtn02{
background: #fff;
color: #2b6ca3;

}

.linkbtn03{
	text-align: center;
	padding: 10px 0;
}

.linkbtn03 a{
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #000;
}

.linkbtn01:hover{
	color: #fff;
}
.linkbtn03 a:hover{
	text-decoration: none;
	background: #eee;
	color: #000;
}





/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {	





}





/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 768px) {}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {


}











