

/**ヘッダー***/
.header {
    margin-bottom: 10px;
}
@media(min-width:480px){
.header .logo {
	position:static;
    width: 960px;
    margin: auto;
}
}
@media(min-width:480px){
.header .logo a{
	width: 300px;
    margin: 10px 0 10px 0;
    display: block;
}
}

.pr span{
	position: absolute;
    border: 1px solid #aeaeae;
    padding: 4px 8px;
    color: #aeaeae;
    right: 0;
}


#feature img{
	width:100%;
}

/***コンテンツ***/
#feature .main_img_pc {
    background: #fff;
	width:100%;
}

#feature .main_tel{
    background-image: url(../../feature/images/bkimg3.png);
    width: 100%;
    height: 130px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


#feature .main_tel .item1 h1{
	color:#ffffff;	
	font-size:20px;
	line-height: ;
}	
#feature .main_tel .item2{
	width: 55%;
}

#feature .main_tel .item1,#feature .main_tel .item2{
	padding: 2%;
}
#feature .main_tel .item1 p{
	color: #fff;
	line-height: 1.7em;
}
#feature .main_tel .item1{
	width: 50%;
}
#feature .main_tel .item2{
	width: 45%;
}
#feature .main_tel .item2 img{
		width: 100%;
}
@media(max-width:480px) {
	#feature .main_tel{
		width: 100%;
		height: auto;
		flex-wrap: wrap;
	}
	
	#feature .main_tel .item1{
		display: none;
	}
	
	#feature .main_tel .item2,#feature .main_tel .item2{
		width: 100%;
	}
}

#feature .contents_area{
	width:100%;
	margin:auto;
}

.contents_area .contents_box h2{
	font-size:28px;
}

.contents_area .contents_box{
	padding:10px;
 /*   background: #eef5eb;
 */
}
@media(min-width:481px){
	.contents_area .contents_box{
	padding:20px;
 
}
}


.contents_box .cb_text{
	font-size: 18px;
    line-height: 1.6em;
}


/* 霊園一覧 -------------------------------*/
.sec_contents_eitai{
	padding:10px;
	margin-bottom:80px;
}
.sec_contents_eitai h2{
    background: #0b5aad;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    color: #fff;
}

.item_wrap{
	border: 1px solid #1b1464;
	border-radius: 4px;
	padding:0 16px 16px;
}
@media(min-width:480px){
.item_wrap{
	padding:0 16px 16px;
}
}
h3.item_title{
	font-size:20px;
	font-weight:bold;
	width:auto;
	background: none;
	color:#1b1464;
	border-bottom:1px solid #1b1464;
    padding: 0;
	margin:0 0 10px 0;
	line-height:1.6em;
    height: 48px;
    align-items: center;
    display: flex;
;
}

@media(min-width:480px){
h3.item_title{
	font-size:24px;
}
}
.group_box{
    display: flex;
    flex-wrap: wrap;
}
@media(min-width:480px){
	.group_box{
    flex-wrap: nowrap;
	margin-bottom:20px;
}
}
@media(min-width:480px){
	.group_box .reien_img{
		width:400px;
}
}

.reien_desc{
	width: auto;
    padding: 10px 10px;
	
}
@media(min-width:480px){
	.reien_desc{
		padding: 0 10px;
	}
}

.reien_desc p{
	margin-bottom:20px;
	font-size: 20px;
}

.reien_desc .reien_addr{
	
}
.reien_desc .reien_kotsu{
    font-size: 95%;
}

.reien_kotsu .icon{
	display: inline-block;
    width: 20px;
    margin-right: 3px;
}

.reien_desc .reien_price{

}
.reien_desc .reien_price span{
	font-size:120%;
	font-weight: bold;
}

.reien_desc .reien_introduce{
	font-size:16px;
	line-height: 1.6em;
}

.btn_syousai{
	font-size: 18px;
    padding: 16px;
    text-align: center;
    background: #e8eff7;
    width: auto;
    margin: auto;
    border-radius: 5px;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　＊　スマホ用
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/* ---PC・スマホ表示非表示--- */
@media screen and (min-width: 481px) {
.sp {
	display: none;
}
.pc {
	display: block;
}
}
@media screen and (max-width: 480px) {
.sp {
	display: block;
}
.pc {
	display: none;
}
}



