.main{
	position: relative;
	background: url(../../images/sp/top/main.jpg) no-repeat;
	background-size: contain;
	height: 0;
	padding-top: 66.8%;
	margin-bottom:25px;
	opacity: 0;
	width:100%;
	margin-top:70px;
}
.main img.txt1{
	position: absolute;
	top:15px;
	right:30px;
	width:12%;
	max-width: 60px;
	opacity: 0;
}
.main img.txt2{
	position: absolute;
	top:25px;
	right:130px;
	width:45%;
	max-width: 204px;
	opacity: 0;
}
.main div{
	width:100%;
	position: absolute;
	left:0;
	top:0;
}
#top{
	width:100%;
	margin:0 auto 30px auto;
}
#top h3.black{
	font-size:24px!important;
	font-family: "NotoSerif_R";
	text-align: center;
	font-weight: normal;
	margin-bottom:30px;
	clear: both;
}
#top h4.black{
	font-size:20px;
	font-family: "NotoSerif_R";
	font-weight: normal;
	margin-left:5px;
}
/******* コンセプト ******/
section.catch{
	opacity: 0;
	font-family: "NotoSerif_R";
	font-size:16px;
	line-height: 200%;
	color:#333;
}
h3.concept{
	text-align: center;
	color:#000;
	font-size:20px;
	letter-spacing: 2.0px;
	font-weight: normal;
	margin-bottom:25px;
}
h3.concept span{
	font-size:30px;
}
section.catch p{
	margin-bottom:25px;
}
section.catch p br{
	display: none;
}
/**** コース紹介 *****/
section#course{
	background: url(../../images/top/bg_blue.png);
	padding:30px 0;
}
section#course p{
	font-family: "NotoSerif_R";
	text-align: center;
	color:#000;
	font-size:16px;
	line-height: 200%;
}
section#course div.c_box{
	position: relative;
	background: #fff;
	
	text-align: center;
	margin-bottom:30px;
}
section#course div.c_box h4{
	font-size:18px;
	font-family: "NotoSerif_R";
	margin-bottom:30px;
}
section#course div.c_box h4 span{
	display: inline;
	float:none;
}
section#course div.c_box ul{
	text-align: left;
	margin:30px 0 20px 0;
}
section#course div.c_box ul li{
	padding-left:35px;
	margin-bottom:8px;
}
section#course div.c_box a{
	display: block;
	padding:15px;
	font-size:18px;
	border-radius: 5px;
}
section#course div.c_box img{
	width:auto;
}
section#course div.c_box a:hover{
	text-decoration: none;
	opacity: 0.8;
}
section#course div.c_box p.price{
	font-size:20px;
}
section#course div.c_box p.price2{
	font-size:20px;
	text-align:left;
	padding:0 0 0 0;
}

section#course .p_wake{
	float:left;
}
section#course span{
	display: block;
	float:left;
}
section#course span.kakaku{
	border-bottom:1px solid #333;
	width:85px;
}
section#course span.uchiwake{
	width:85px;
	font-size:13px;
	text-align: center;
	margin-right:15px;
}

@media screen and (max-width:375px) { 
	section#course div.c_box p.price2{
		clear:both;
		text-align: center;
	}
	section#course span.kakaku{
		border-bottom:1px solid #333;
		width:70px;
		font-size:12px;
	}
	section#course span.uchiwake{
		width:70px;
		font-size:11px;
		text-align: center;
		margin-right:15px;
	}
}
section#course div.c_box .obi{
	color:#fff;
	font-size:20px;
	border-radius: 5px;
	font-family: "NotoSans_R";
	margin-bottom:15px;
}
/***Aコース*/
section#course div.c_box:nth-of-type(1){
	border:2px solid #74d793;
}
section#course div.c_box:nth-of-type(1) h4{
	color:#74d793;
}
section#course div.c_box:nth-of-type(1) h4 span{
	border-bottom:2px solid #74d793;
}
section#course div.c_box:nth-of-type(1) li{
	background: url("../../images/top/i_green.png") no-repeat 0.2px 1px;
}
section#course div.c_box:nth-of-type(1) .obi{
	background: #74d793;
}
/***Bコース*/
section#course div.c_box:nth-of-type(2){
	border:2px solid #0bc8c0;
}
section#course div.c_box:nth-of-type(2) h4{
	color:#0bc8c0;
}
section#course div.c_box:nth-of-type(2) h4 span{
	border-bottom:2px solid #0bc8c0;
}
section#course div.c_box:nth-of-type(2) li{
	background: url("../../images/top/i_blue.png") no-repeat 0.2px 1px;
}
section#course div.c_box:nth-of-type(2) .obi{
	background: #0bc8c0;
}
/***Cコース*/
section#course div.c_box:nth-of-type(3){
	border:2px solid #de7676;
}
section#course div.c_box:nth-of-type(3) h4{
	color:#de7676;
}
section#course div.c_box:nth-of-type(3) h4 span{
	border-bottom:2px solid #de7676;
}
section#course div.c_box:nth-of-type(3) li{
	background: url("../../images/top/i_pink.png") no-repeat 0.2px 1px;
}
section#course div.c_box:nth-of-type(3) .obi{
	background: #de7676;
}
/***Dコース*/
section#course div.c_box:nth-of-type(4){
	border:2px solid #377c90;
	margin-bottom:50px;
}
section#course div.c_box:nth-of-type(4) h4{
	color:#377c90;
}
section#course div.c_box:nth-of-type(4) h4 span{
	border-bottom:2px solid #377c90;
}
section#course div.c_box:nth-of-type(4) li{
	background: url("../../images/top/i_kon.png") no-repeat 0.2px 1px;
}
section#course div.c_box:nth-of-type(4) .obi{
	background: #377c90;
}
/****クリスタル墓紹介*****/
div.kaze{
	margin:20px auto;
	background: #fff;
	border-radius: 5px;
	padding:20px 2%;
	text-align: center;
}
.kazeazami p{
	text-align: left!important;
	font-size:16px!important;
	line-height: 200%;
	color:#333;
	font-family: "NotoSans_R"!important;
	padding:0!important;
}
h3.t_kazeazami{
	text-align: center;
	font-family: "NotoSerif_R";
	font-size:20px;
	font-weight: normal;
	color:#000;
	margin-bottom:30px;
	display: inline-block;
}
h3.t_kazeazami span{
	padding-bottom:10px;
	border-bottom:1px solid #e68282;
	position: relative;
	display: inline-block;
	font-size:20px!important;
	color:#000!important;
}
h3.t_kazeazami span:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30%;
  border-bottom: 1px solid #73a72e;
}
table.shiyo{
	border-bottom:1px dotted #333;
	font-size:14px;
	margin:0 0 30px 0;
}
table.shiyo tr th{
	font-weight: normal;
	background: #eeeeee;
	text-align: center;
	padding:10px;
	border-top:1px dotted #333;
}
table.shiyo tr td{
	padding:15px;
	border-top:1px dotted #333;
}
div.kaze h4{
	clear:both;
	color:#0bc8c0;
	font-size:24px;
	font-family: "NotoSerif_R";
	margin-bottom:20px;
	font-weight: normal;
}
div.kaze p{
	text-align: left!important;
	color:#6A6969;
	margin:30px 2% 20px 2%;
	padding-top:30px;
	font-family: "NotoSans_R"!important;
}
div.kaze p br{
	display: none;
}
div.kaze ul li{
	position: relative;
	float:right;
	font-size:17px;
	padding:1%;
	max-width: 300px;
	margin-bottom:30px;
	width:48%;
}
div.kaze ul li:nth-of-type(2n+1){
	clear: both;
	float:left;
}
div.kaze ul li span,.kazeazami span{
	font-size:14px;
	color:#999;
	width:100%;
}
div.kaze ul li img,.kazeazami img{
	display: block;
	margin:0 auto;
	max-width: 200px;
}
div.kaze ul::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
div.kaze ul li img.icon{
	position: absolute;
	top:-25px;
	right:-15px;
	width:40%;
	max-width: 98px;
}
/***A子さんの場合****/
#sence{
	background: url("../../images/top/bg_green.png") no-repeat;
	background-size:100% 100%;
	padding:20px 0;
	font-size:15px;
	height:auto;
}
div.sence_box{
	margin:0 auto 20px auto;
	background: #fff;
	border-radius:20px;
	font-size:16px;
	padding:2%;
}
div.sence_box p{
	margin-bottom:15px;
}
div.sence_box p.essay{
	width:300px;
	height:140px;
	margin:0 auto;
	padding:15px 20px;
	border-radius: 20px;
	background:url(../../images/top/bg_pink.png) no-repeat;
	background-size:100% auto;
	color:#d465a3;
	font-family: "NotoSerif_R";
	 text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	line-height: 180%;
}
div.sence_box img{
	display: block;
	border-radius: 20px;
	width:300px;
	margin:10px auto;
}	
div.sence_box h3{
	margin:20px 0;
}
p.choice{
	border-bottom:1px solid #73a72e;
	position: relative;
	display: inline-block;
	width:118px;
	padding-left:10px;
	float:right;
	margin:0 50px 20px 0;
}
p.choice:after{
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	bottom: -8px;
  
}
p.choice::after{
    left: 103px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #73a72e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/***お申込み方法****/
#step{
	background: url("../../images/top/bg_pink.png");
	padding:20px 0;
	font-size:15px;
	margin-bottom:30px;
}
#step .w1000{
}
.step1_sp,.step2,.step3{
	border-radius: 20px;
	background: #fff;
	text-align: center;
	padding:5px 10px;
	margin:10px auto;
	width:100%;
}
.step1_sp img{
	display: block;
	margin:10px auto;
	max-width: 300px;
}
.step1_sp strong{
	color:#de7676;
	font-size:20px;
	display: block;
	margin-bottom:20px;
}

.step1{
	display: none;
}
.step1_tel{
	display: none;
}
.step2{
	padding:40px 0 0 0;
	background:#fff url("../../images/top/step2_sp.png") no-repeat top center;
	height:180px;
}
.step3{
	background:#fff url("../../images/top/step3_sp.png") no-repeat top center;
	padding:40px 0 0 0;
	height:200px;
	margin-bottom:30px;
}
.step1_sp a.tel{
	font-size:24px;
	padding-bottom:300px;
	color:#333;
	border:0;
}
.step1_sp a{
	color:#e49595;
	border-bottom:1px solid #e49595;
}
.step1_sp a:hover{
	text-decoration: none;
}
img.y1,img.y2,img.y3{
	display: none;
}
p.arrow{
	text-align: center;
	font-size:24px;
	color:#de7676;
}
a.to_detail{
	background:#de7676;
	margin:10px auto;
}
/**** よくある質問 *****/
section#qa{
	background: url(../../images/top/bg_blue.png) no-repeat;
	background-size:100% 100%;
	padding:50px 0;
	font-family: "NotoSerif_R";
	text-align: center;
}

.slider-wrapper {
	margin:30px 0;
  	overflow: hidden;
}

.slider {
  position: relative;
  left: 7vw;  /* (100vw - SlideWidth) / 2 */ /* 20180210 変更 */
  overflow: visible !important;
}

.slide {
	position: relative;
  width: 86vw !important;
  height: 605px;
}

.slide .waku {
	text-align: left;
	position:relative;
	width:92%;
	height: 605px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 20px;
}

.slide .waku img{
	display: none;
}
.slide .waku .waku_inner{
	position: absolute;
	left:-10px;
	top:15px;
}
.slide .waku p.q,.slide .waku p.q_ji,.slide .waku p.q,.slide .waku p.q_ha{
	width:86%;
	margin:10px auto;
	font-size:17px;
	border-bottom:3px dotted #0bc8c0;
	padding-bottom:15px;
	text-indent: -1.5em;
	padding-left:1.5em
}
.slide .waku p.q:before,.slide .waku p.q_ji:before,.slide .waku p.q:before,.slide .waku p.q_ha:before{
	content:"Ｑ:";
}
.slide .waku p.q_ha{
	border-bottom:3px dotted #74d793;
}
.slide .waku p.q_ji{
	border-bottom:3px dotted #de7676;
}
.slide .waku p.a{
	width:86%;
	font-family: "NotoSans_R";
	margin:10px auto;
	color:#333;
	font-size:15px;
	line-height: 200%;
}
.slide .waku a{
	width:80%!important;
	display:inline-block;
	font-family: "NotoSans_R";
	border-radius: 5px;
	background: #0bc8c0;
	color:#fff;
	padding:5px 10px;
	margin-left:8%;
	line-height: 200%;
	font-size:14px;
}
.slide .waku a.ji{
	background: #de7676;
}
.slide .waku a.ha{
	background: #74d793;
}
/* bxSlider */
.bx-wrapper {
  box-shadow: none;
  border: none;
  margin: 0;
}
.slide .waku .theme,.slide .waku .theme_ji,.slide .waku .theme_ha{
	display: inline-block;
	position: relative;
	padding: 3px 10px;
	font-size: 18px;/*フォントサイズ*/
	color: #FFF;/*フォントカラー*/
	background: #0bc8c0;/*リボンの色*/
	z-index: 999;
}
.slide .waku .theme_ji{
	background: #de7676;
}
.slide .waku .theme_ha{
	background: #74d793;
}
.slide .waku .theme:before,.slide .waku .theme_ji:before,.slide .waku .theme_ha:before{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 10px rgb(149, 158, 155);/*折り返し部分*/
}
a.to_qa{
	background:#377c90;
	clear:both;
	float:right;
}
/***お客様の声****/
#koe{
	background: url("../../images/top/bg_green.png");
	padding:30px 0;
	font-size:15px;
}
#koe div.koe_box{
	background: #fff;
	width:96%;
	border-radius: 5px;
	padding:15px;
	box-sizing: border-box;
	margin:0 auto 20px auto;
}
#koe div.koe_box h4{
	color:#000;
	font-size:20px;
	font-family: "NotoSerif_R";
	font-weight: normal;
	margin-bottom:20px;
}
#koe div.koe_box p{
	font-size:16px;
	margin-bottom:20px;
}
#koe div.koe_box p.customer{
	font-size:15px;
	font-family: "NotoSerif_R";
	background: url("../../images/top/customer.png") no-repeat;
	padding:3px 0 0 35px;
	height:25px;
}
a.to_koe{
	background:#74d793;
	clear:both;
	margin:0 auto;
}
/**** 散骨とお墓のこと *****/
.sankotu_nav li{
	position:relative;
	margin:0 auto 10px auto;
	max-width: 484px;
}
.sankotu_nav li span{
	display: block;
	position: absolute;
	bottom:8px;
	left:10px;
	font-family: "NotoSerif_R";
	font-size:19px;
	letter-spacing: 1.0px;
}
@media screen and (min-width:400px) and ( max-width:500px) { 
	.sankotu_nav li span{
		font-size:24px;
	}
}
@media screen and (min-width:500px) and ( max-width:600px) { 
	.sankotu_nav li span{
		font-size:30px;
	}
}
.sankotu_nav li:first-child a{
	color:#000;
}.sankotu_nav li:last-child a{
	color:#fff;
}
.sankotu_nav2{
	width:100%;
	clear:both;	
}
.sankotu_nav2::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
.sankotu_nav2 li{
	width:49%;
	position:relative;
	float: left;
	margin-bottom:10px;
	max-width: 229px;
	margin-right:1%;
}
.sankotu_nav2 li:nth-of-type(2n){
	float:right;
	margin-right:0;
}
.sankotu_nav2 li span{
	position: absolute;
	top:8px;
	left:10px;
	font-size:17px;
	font-family: "NotoSerif_R";
	color:#000;
	width:100%;
}
.sankotu_nav2 li span.f17{
	font-size:14px;
	top:40px;
	left:0px;
	position: absolute;
}
@media screen and (min-width:400px) and ( max-width:500px) { 
	.sankotu_nav2 li span{
		font-size:22px;
	}
	.sankotu_nav2 li span.f17{
		font-size:16px;
	}
}
@media screen and (min-width:500px)  { 
	.sankotu_nav2 li span{
		font-size:26px;
	}
	.sankotu_nav2 li span.f17{
		font-size:17px;
	}
	.sankotu_nav2{
		width:480px;
		margin:0 auto;
	}
}

/**** お知らせ *****/
ul.news{
	width:98%;
	height:200px;
	border-radius: 5px;
	border:1px solid #ccc;
	padding:20px 10px;
	overflow-y: scroll;
	margin:0 auto 20px auto;
}
ul.news li{
	clear:both;
	font-size:15px;
}
ul.news li span{
	display: block;
}
ul.news li p{
	margin-bottom:30px;
	margin-left:20px;
}
ul.news li:before{
	content: "●";
	font-size:10px;
	color:#0bc8c0;
	margin:5px 10px 0 0;
	float:left;
}
#company img{
	width:auto;
	display: block;
	margin:0 auto;
}
/***お知らせ****/
div.oshirase {
    width: 96%;
    margin: 0 auto 10px auto;
    background: #FFF;
    font-size: 14px;
    border: 1px solid #74d793;
    padding: 5px;
}
.oshirase h3{
    margin-bottom:10px;
}
.oshirase p {
    margin-bottom:10px;
}