﻿@charset "UTF-8";
/***** デフォルトはスマートフォン *****/
html{
	background-color: white;	
}
/* ------  header ------*/
.hr{
	margin: 1rem 0;
}
.header_link:hover{
	opacity: 0.8;
}
.header_outer{
	margin: 1rem auto 0 1rem;
	text-align: center;
}
.header_discription{
	font-size: 1rem;
	text-align: center;
}
.header_logo{
	font-size: 3rem;
	color: #333333;
	margin-top: 5px;
	letter-spacing: 0.3rem;
}
.header_img{
	width: 65%;
	text-align: center;
	margin: 1rem 0 1rem 0;
}
.header_span{
	text-align: center;
	margin-top: 1rem;
	display: inline-block;
}
.header_adress{
	text-align: center;
	margin-right: 1rem;
}
.tel{
	color: red;
	text-decoration: underline;
}
.tel:hover{
	opacity: 0.8;
}
/* ----------- リンクボタン ------------------*/
.butten_flex{
	text-align: center;
	margin: 1rem 0;
}
.butten_item{
	margin: 0.7rem 0;
	font-size: 1.2rem;
	font-weight: 700;
}
.butten:hover{
	opacity: 0.8;
	text-decoration: underline;
}
.butten{
	color: #19448e;
	display: inline-block;
	padding: 0 0 3px 0;
}
.active{
	border-bottom: 4px solid blue;
}
/* ----------- メインコンテンツ ------------------*/
.main_type1{
	background-image: url('./img/white-7.png');
	background-repeat:repeat;
}
.h1{
	font-size: 2rem;
	font-weight: 400;
	margin: 1rem 0;
	text-align: center;
}
.main_outer{
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.img_text_flex{
	display: flex;
	margin-top: 1rem;
	border: 1px gray solid;
	background-color: #fffffb;
}
.img_item{
	width: 50%;
}
.img_h3{
	margin-bottom: 7px;
}
.text_item{
	width: 50%;
	padding: 0.5rem 1rem;
}
.text_h2{
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.skip{
	margin-top: 3rem;
}
.img_text{
	margin: 1rem 0 1rem 0;
	font-size: 1.2rem;
}
.img_flex{
	display: flex;
	justify-content:space-between;
}
.img_flex_item{
	width: 49%;
}
.guide_text{
	text-align: left;
}
.main_outer{
	margin: 0 auto;
	width: 98%;
	padding: 1rem 0.8rem;
}
.section_type1_h2{
	color: #696969;
	background-color: #fffffb;
	text-align: left;
	padding: 0.5rem 0 0.5rem 1.5rem;
	margin: 2rem 0 1rem 0;
	border-left: 5px  blue solid;
	border-bottom: 1px  blue solid;
}
.section_type1_div{
	padding: 1rem;
	text-align: left;
}
.section_type1_h3{
	display: inline-block;
	background: linear-gradient(transparent 90%, blue 90%);
	margin: 1.5rem 0 1rem 0;
	padding: 0 1rem;
}
.section_type1_h4{
	margin: 1rem 0 1rem 1rem;

}
.img_p{
	text-align: center;
	margin: 1.5rem 0 0 0;
}
.under{
	text-decoration: underline;
}
/* -----------　料金表 -----------------------*/
.price_top_text{
	text-align: left;
	margin: 2rem 0;
	font-size: 2rem;
}
.price_h2{
	margin: 2rem 0 1rem 0;
	font-size: 2.1rem;
}
.price_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}
.price_flex_item{
	width: 49%;
	padding: 1rem;
	text-align: center;
	margin: 0 auto;
	background-color: white;
	box-shadow:0px 0px 3px 5px gainsboro inset;
}
.price_h3{
	margin: 2.5rem 0 10px 10px;
	text-align: left;
	font-size:1.5rem;
	letter-spacing: 8px;
	color: navy;
}
.price_h4{
	margin: 2.5rem 0 10px 10px;
	text-align: center;
	font-size:1.5rem;
	letter-spacing: 8px;
	color: navy;
}
.price_flex_item_img{
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
.price_flex_item_text{
	width: 95%;
	margin: 1rem auto 1rem auto;
	font-size: 15px;
	text-align: left;
}
.price_annotation{
	margin: 1rem 0 2rem 0;
	font-size: 1.3rem;
}
.price_center{
	margin: 0 auto 3rem auto;
	width: 99%;
}
.price_center p{
	text-align:left;
	padding-left:2rem;
	margin-top: 1rem;
}
.price_flex_tbl_outer{
	margin: 0 auto;
	width: 99%;
}
.price_flex_tbl{
	display: flex;
	font-size: 1.5rem;
	width: 100%;
}
.price_flex_tbl_item_1,
.price_flex_tbl_item_2,
.price_flex_tbl_item_3{
	padding: 10px 20px;
	text-align: center;
	width: 33.3%;
	border:1px solid navy;
	background-color: #fff7f6;
	margin: -1px 0 0 -1px;
}
.price_center{
	width: fit-content;
	}
.price_other_tbl_head{
	text-align: center !important;
	font-size:1.3rem;
	margin-bottom: 1rem;
}
.price_other_tbl{
	font-size: 1.5rem;
	border-collapse: collapse;
	
}
.price_other_tbl td{
	padding: 30px 15px 10px 15px;
	border-bottom:2px solid navy;
}
.td_1{
	text-align: left;
}
.td_2{
	text-align: right;
}
/* -----------　アクセス -----------------------*/
.acces_section{
	margin: 2rem 0 1rem 0;
}
.access_text{
	text-align: center;
	margin: 0.5rem 0 0 1rem;
}
.access_h2{
	margin: 1.8rem 0 1rem 0;
	text-align: center;
}
.access_h3{
	margin: 1.7rem 0 0.2rem 0;
}
.access_text{
	font-size: 1.2rem;
}
.access_img{
	width: 70%;	
}
/* ----------- 樹木葬       ------------------*/
.feature{
	font-size: 1.2rem;
	text-indent: -1em;
 	padding-left: 1em;
}
.big-text{
	font-size: 1.5rem;
	margin: 1.5rem 0 4rem 0;
}
/* ----------- お問い合わせ ------------------*/
.content_tbl {
    width: 100%;
}
/* ----------- footer ------------------------*/
.footer{
	background: #895b8a;
	background-image: url(./img/purple.jpg);
    background-repeat:repeat;
	padding: 2rem 0 0.2rem 0;
	text-align: center;
	font-size: 1.2rem;
}
.footer_h2{
	margin-bottom: 1.5rem;
}
.footer_p{
	/* color: white; */
	margin-top: 0.3rem;
}
.footer_a{
	font-size: 2.5rem;
	letter-spacing: 0.3rem;
	margin: 0.8rem;
	color: #19448e;
}
.footer_address1{
	margin-top: 0.3rem;
}
.footer_tel:hover{
	opacity: 0.8;
	text-decoration: underline;
}
.footer_text{
	color: black;
	margin: 1rem;
}
.footer_no{
	margin: 1rem 0;
	font-size: 14px;
}
/**==================================================**/
/**=          画面サイズ768px以上の指定              **/
/**==================================================**/
@media screen and (min-width:768px){
	.header{
		display: flex;
		justify-content:space-between;
		align-items: center; 
	}
	.head_flex_item{
		width: 33.3%;
	}
	.header_img{
		width: 65%;
	}
	.header_adress{
		text-align: right;
	}
	.header_adress_left{
		display:inline-block;
		text-align: left;
		padding-right: 5%;
	}	
	.butten_flex{
		display: flex;
		justify-content: space-between;
		margin: 0 1.5rem;
	}
	.main_outer{
		width: 85%;
	}
	.text_h2{
		font-size: 1.5rem;
	}
	.section_type1_div{
		font-size: 1.2rem;
	}
/* -----------　料金表 -----------------------*/
	.price_tbl_td{
		padding: 5px 10px;
		border:1px solid #333;
		font-size: 1.3rem;
	}
	.text_small{
		font-size: 0.9rem;
	}
	.price_flex_item_img{
		width: 55%;
	}
	.price_flex_tbl_outer{
		width: 70%;
	}
/* ============ お問い合わせ ===================== */
	.content_tbl{
		display: table;
	}
	.content_cell{
		display: table-cell;
		width:50%;
		max-width: 50%;
	}
	.content_cell_left{
		vertical-align:top;
		width:50%;
	}
	.content_cell_left_2{
		margin: auto;
		display: table-cell;
		width:15%;
	}
	.content_cell_right{
		text-align: left;
		vertical-align:middle;
	}
	.content_cell_1 ,.content_cell_2 ,.content_cell_3{
		display: table-cell;
		width:33%;
		max-width: 33%;
	}
/* ----------- 樹木葬       ------------------*/
	.feature{
		font-size: 1.4rem;
	}
	.annotation{
		margin-top: 1rem;
		font-size: 1rem;
	}
	.br_height{
		display: block;
		content: "";
		margin: -3px 0;
	}
}
/**==================================================**/
/**=          画面サイズ1280px以上の指定              **/
/**==================================================**/
@media screen and (min-width:1280px){
	.main_outer{
		width: 60%;
	}
}