@charset "utf-8";
/*___________ 基本設定 ___________ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=M+PLUS+Rounded+1c:wght@500;700;800;900&family=Shippori+Mincho:wght@400;600;800&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    color: #231815;
    font-size: 100%;
	font-weight: 500;
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,div {
    padding: 0;
    margin: 0;
    font-size: 1em;

}
ul {
    list-style-type: none;
}
ol { padding-left: 2em;}
p {
    margin-bottom: 1.2em;
}
textarea {
	font-size: 1em;
}
img {
	border:0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 35px;
	border-bottom: 1px solid #009D3B;
}
th,td {
	border-top: 1px solid #009D3B;
	padding: 10px 10px;
	vertical-align: top;
}
th {
	white-space: nowrap;
	text-align: left;
}
.pc_elem {
	display: none;
}
strong {
    font-weight: 700;
}


/* ____ リンクテキスト ____ */
a {
	color: #231815;
	text-decoration: underline;
	transition: all  0.3s ease;
}
.swiper a {
	transition: none;
}
a:visited {
	color: #231815;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
a:hover {
	opacity: 0.75;
}

/*___________ レイアウト設計 ___________ */
h2 {
	font-size: 160%;
	margin-bottom: 20px;

}
h3 {
	font-size: 140%;
	margin: 0 auto 15px;
	color: #009D3B;
}
h4 {
	font-size: 120%;
	margin-bottom: 15px;
}
h5 {
	font-size: 118%;
	margin-bottom: 15px;
}
html {
  scroll-padding-top: 50px; /* 固定ヘッダの高さ分 */
}
.contents {
	padding: 30px 0px 0;
	text-align: left;
}
.page_contents {
	padding: 30px 20px 0;
	text-align: left;
}
.resp_dev {
    padding: 0 20px 40px;
    background: url("../img-layout/bg_orn.png") no-repeat center 50px/ 510px 134px;
}
.inq_page resp_dev {
	background: none;
}
.resp_dev .telnum {
    text-align: center;
    color: #009D3B;
    font-size: 200%;
}
.resp_dev .telnum a {
    display: inline-block;
    background: url("../img-layout/pt_tel.png") no-repeat left center/ 23px 17px;
    padding: 5px 0 5px 30px;
    color: #009D3B; 
    text-decoration: none;
}

.link_btn {
    text-align: center;
}
.link_btn a {
    display: inline-block;
    background: #009D3B;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 128%;
	font-weight: 700;
}
.top_zimai .link_btn a,
.cont_sec .link_btn a{
	background: #F15A24;
}
.map_wrap {
	height: 0;
	position: relative;
	padding-bottom: 80%;
	margin-bottom: 20px;
}
.map_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
	padding-bottom: 44%;
	position: relative;
}
#s01.hero {
	background: url("../img-layout/hd_s01.png") no-repeat center/cover;
}
#s02.hero {
	background: url("../img-layout/hd_s02.png") no-repeat center/cover;
}
#s03.hero {
	background: url("../img-layout/hd_s03.png") no-repeat center/cover;
}
#flo.hero {
	background: url("../img-layout/hd_fl.png") no-repeat center/cover;
}
#voi.hero {
	background: url("../img-layout/hd_voi.png") no-repeat center/cover;
}
#com.hero {
	background: url("../img-layout/hd_com.png") no-repeat center/cover;
}
#inq.hero {
	background: url("../img-layout/hd_inq.png") no-repeat center/cover;
}

.hero h2 {
	background: rgba(255,255,255,0.8);
	position: absolute;
	padding: 0px 10px;
	line-height: 1.8;
	top: calc(50% - 0.9em);
	font-weight: 600;
	font-family: Shippori Mincho;
}
.hero h2::before {
	content: '';
	background: url("../img-layout/hero_pt01.png") no-repeat center/21px 17px;
	width: 21px;
	height: 17px;
	position: absolute;
	top: -8px;
	left: -12px;
}
.hero h2::after {
	content: '';
	background: url("../img-layout/hero_pt02.png") center/21px 17px;
	width: 21px;
	height: 17px;
	position: absolute;
	bottom: -8px;
	right: -12px;
}
.cont_intro {
	padding: 0 20px 30px;
    background: url("../img-layout/bg_orn.png") no-repeat center 80px/ 510px 134px;
}
.cont_main {
	padding: 30px 20px 30px;
}
/*
ヘッダー
_______________________*/
#head {
	display: flex;
	justify-content: space-between;
	height: 50px;
	box-sizing: border-box;
	transform:rotateZ(0.03deg);
	position: relative;
	z-index: 999;
}
#head h1 {
	width: 55%;
    max-width: 280px;
	padding: 10px 0 0 10px;
	z-index: 499;
}

.pc_nav,
.pc_gnav {
	display: none;
}

/*--- グローバルナビ ---*/
#navi_blk {
}
#sp_gnav {
	display: flex;
}
#mn_defa {
    display: flex;
	z-index:999;
}
#mn_defa a:hover {
	opacity: 1;
}
#mn_defa li {
    padding-left: 6px;
}
#navi_blk .mn_inq {
    display: flex;
    align-items: center;
}
#navi_blk .mn_inq a {
    font-size: 78%;
    text-decoration: none;
    display: inline-block;
    background: #009D3B;
    border-radius: 8px;
    color: #fff;
    padding: 8px 5px;
}
#mn_cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    min-height: 100vh;
	padding: 30px 0 40px;
	background-color: #fff;
    box-sizing: border-box;
    border: #009D3B 10px solid;
	z-index:998;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mn_cont_inner {
	min-width: 80%;
}
#mn_cont_inner::before {
	content: url("../img-layout/hero_pt02.png");
	float: right;
}
#mn_cont_inner::after {
	content: url("../img-layout/hero_pt01.png");
}
/*
#mn_cont h3 {
	margin: 0 10px;
	font-size: 100%;
}
#mn_cont h3.close,
#mn_cont h3.open {
	padding: 12px 5px 12px 17px;
	text-decoration: none;
}
#mn_cont h3.close:last-of-type {
}
#mn_cont h3.close {
	background: url(../img-layout/mn_pt_op.png) no-repeat right center/ 20px;
}
#mn_cont h3.open {
	background: url(../img-layout/mn_pt_close.png) no-repeat right center/ 20px;
}
*/
#mn_cont ul {
	clear: right;
	float: none;
	margin: 0 10px;
}
#mn_cont ul.sub_menu {
	margin-bottom: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: auto;
}
#mn_cont ul.sub_menu li a {
	padding-left: 34px;
}
#mn_cont li {
	float: none;
	padding: 0;
	clear: left;
}
#mn_cont li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #009D3B;
	text-align: center;
}

.footer {
	background: #DAEBC8 url("../img-layout/bg_ft.png") repeat-x center top/ contain;
	padding: 50px 20px 30px;
/*	transform:rotateZ(0.03deg);*/
    font-size: 90%;
}
.footer h2 {
	text-align:center;
}
.footer h2 img {
	width: 250px;
	margin-bottom: 10px;
}
.ft_info {
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.ft_list {
    display: flex;
    justify-content: space-around;
}
.ft_list li {
	padding: 0 0 5px;
}
.footer a {
    text-decoration: none;
}
#copyright{
	background: #fff;
	clear:both;
	padding:5px 0;
	text-align:center;
	font-size: 70%;
	transform:rotateZ(0.03deg);
	font-weight: 400;
}


/*___________ 固定設定 ___________ */
.clear {
    clear:both;
}
.center {
    text-align: center;
}

/*___________ トップページ ___________ */
.top_hero {
    background: #000 url("../img-layout/top_hero.png") no-repeat center top/ cover;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 510px;
}
.top_hero_mv {
    width: 100%!important;
    height: auto!important;
    box-sizing: border-box;
    padding: 0 30%;
}
#dom_overlay_container {
    width: 100%!important;
    height: auto!important;
}
.top_hero_mv canvas {
    width: 100%!important;
    height: auto!important;
}
.resp {
	padding: 20px;
	max-width: 320px;
	margin: 0 auto;
}
.top_news {
	margin: 0 20px 30px;
	padding-bottom: 10px;
}
.top_news h3 {
	background: url("../img-layout/pt_info.png") no-repeat left center/ 35px;
	padding-left: 50px;
	min-height: 38px;
}
.top_news a {
	position: relative;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	display: inline-block;
	line-height: 1.2;
}
.top_news a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left: 8px solid #18A554;
}
.top_news .date {
	font-size: 88%;
}
.top_zimai,
.cont_sec {
    background: #E5F2E5;
    padding: 20px;
}
.top_zimai p {
    font-size: 80%;
}
.cont_sec h3 {
	display: block;
	text-align: center;
}
.top_service {
    padding: 20px 20px 40px;
    background: url("../img-layout/bg_orn.png") no-repeat center 80px/ 510px 134px;
}
.top_serv_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0 20px;
}
.top_serv {
    width: calc(50% - 10px);
    padding-bottom: 15px;
}
.top_serv a {
	text-decoration: none;
}
.top_serv h4 {
    font-size: 100%;
    margin: 0 0 3px;
}
.top_serv p {
    margin-bottom: 5px;
}
.top_pick img,
.sbana img {
    margin-bottom: 20px;    
}

/*　お墓選び・お墓づくり　
________________________*/
.cont_cem {
	padding: 30px 20px;
	background: url("../img-layout/s2_bg.png") no-repeat center top/ 110%;
	border-bottom: 2px dotted #009D3B;
}
.cont_cem h3 {
	text-align: center;
}
.cont_cem h4 {
	font-size: 110%;
	color: #009D3B;
	margin: 15px 0 5px;
}
.cont_cem .attent {
	background: #E5F2E5;
	padding: 5px 15px;
	border-radius: 10px;
	margin-bottom: 25px;
}
.int_p {
	text-align: center;
}
.cont_sec ul {
	padding-bottom: 20px;
}
.cont_sec ul li {
	padding: 5px 0;
	border-bottom: 2px solid #fff;
}
.cont_sec ul span {
	color: #009D3B;
	font-size: 150%;
	font-weight: 700;
}
/*
ご依頼の流れ
________________*/
.cont_flw_wrap {
	padding: 0 20px 30px;
}
.cont_flw_wrap h3 {
	text-align: center;
}
.cont_flw {
	padding: 15px;
	position: relative;
}
.cont_flw:first-of-type {
	border-radius: 15px 15px 0 0;
}
.cont_flw:last-of-type {
	border-radius: 0 0 15px 15px;
}
.cont_flw:nth-of-type(odd) {
	background: #CCEBD8;
}
.cont_flw:nth-of-type(even) {
	background: #EEF4D8;
}
.cont_flw::after {
	content: '';
	position: absolute;
	height: 18px;
	width: 100%;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
	background: #EEF4D8;
	left: 0;
	top: 0;
}
.cont_flw:nth-of-type(even)::after {
	content: '';
	position: absolute;
	height: 18px;
	width: 100%;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
	left: 0;
	top: 0;
	background: #CCEBD8;
}
.cont_flw:first-of-type::after {
	clip-path: none;
	background: none;
}
.cont_flw .num {
	text-align: center;
	font-size: 300%;
	color: #009D3B;
	font-weight: 300;
}
.cont_flw h4 {
	color: #009D3B;
	text-align: center;
}

.privacy_con h4 {
	border-top: 1px solid #333;
	color: #009D3B;
	padding-top: 25px;
}

@media screen and (min-width:999px) {
	body {
/*    	background: url("../img-layout/bg.png") repeat-x center 130px;*/
		font-size: 118.75%;
	}
	th,td {
		padding: 10px 10px;
	}
	th {
		text-align: center;
	}
	.pc_elem {
		display: block;
	}
	.sp_elem {
		display: none!important;
	}
	/*___________ レイアウト設計 ___________ */
	h2 {
		font-size: 200%;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 160%;
		margin: 0 auto 20px;
		text-align: center;
	}
	h4 {
		font-size: 130%;
		margin-bottom: 15px;
	}
	h5 {
		font-size: 128%;
		margin-bottom: 15px;
	}
	.contents {
/*		max-width: 1000px;*/
		padding: 50px 0 0;
		margin: 0 auto;
	}
	.page_contents {
		max-width: 1000px;
		margin: 0 auto;
		padding: 30px 0 0;
	}
	.resp_dev {
		padding: 0 20px 40px;
		background: url("../img-layout/bg_orn.png") no-repeat center top;
		text-align: center;
	}
	.inq_page resp_dev {
		padding: 0 20px 50px;
		background: url("../img-layout/bg_orn.png") no-repeat center top;
	}
	.resp_in {
		display: flex;
		justify-content: center;
		padding: 20px 0;
	}
	.resp_dev .telnum {
		font-size: 230%;
	}
	.resp_dev .telnum a {
			display: inline-block;
		background: url("../img-layout/pt_tel.png") no-repeat left center;
			padding: 5px 60px 5px 60px;
			color: #009D3B; 
			text-decoration: none;
	}
	.link_btn a {
		border-radius: 20px;
		padding: 13px 50px;
		font-size: 150%;
	}
	.map_wrap {
		padding-bottom: 56%;
	}
	.hero {
		padding-bottom: 0;
		height: 326px;
	}
	#s01.hero {
		background: url("../img-layout/hd_s01_pc.png") no-repeat center/cover;
	}
	#s02.hero {
		background: url("../img-layout/hd_s02_pc.png") no-repeat center/cover;
	}
	#s03.hero {
		background: url("../img-layout/hd_s03_pc.png") no-repeat center/cover;
	}
	#flo.hero {
		background: url("../img-layout/hd_fl_pc.png") no-repeat center/cover;
	}
	#voi.hero {
		background: url("../img-layout/hd_voi_pc.png") no-repeat center/cover;
	}
	#com.hero {
		background: url("../img-layout/hd_com_pc.png") no-repeat center/cover;
	}
	#inq.hero {
		background: url("../img-layout/hd_inq_pc.png") no-repeat center/cover;
	}
	.hero h2 {
		padding: 0px 20px;
	}
	.hero h2::before {
		background: url("../img-layout/hero_pt01.png") no-repeat center/31px 26px;
		width: 31px;
		height: 26px;
		top: -8px;
		left: -15px;
	}
	.hero h2::after {
		background: url("../img-layout/hero_pt02.png") center/32px 26px;
		width: 32px;
		height: 26px;
		bottom: -8px;
		right: -15px;
	}
	.cont_intro {
		padding: 0 20px 30px;
		background: url("../img-layout/bg_orn.png") no-repeat center top;
		max-width: 1000px;
		margin: 0 auto;
		text-align: center;
	}
	.cont_main {
		width: 1000px;
		padding: 30px 0 30px;
		margin: 0 auto;
	}
	/*
	ヘッダー
	_______________________*/
    #head {
        height: auto;
        width: auto;
        max-width: 1200px;
        margin: 0 auto;
	padding: 0 15px;
    }
    #head h1 {
        max-width: none;
        width: 350px;
        padding: 35px 0 0 0;
    }
	#sp_gnav {
		display: none;
	}
	.pc_nav {
		display: flex;
		justify-content: flex-end;
		font-size: 88%;
	}
    .pc_nav li {
/*      width: 180px;*/
    }
	.pc_nav a {
		display: block;
        background: #009D3B;
        text-decoration: none;
        padding: 8px 20px;
        color: #fff;
        border-radius: 0 0 10px 10px;
	}
	.pc_gnav {
		display: flex;
		justify-content: space-between;
		text-align: center;
		box-sizing: border-box;
	}
	.pc_gnav a {
		display: block;
		width: 100%;
        min-width: 145px;
		text-decoration: none;
		box-sizing: border-box;
		padding: 15px 18px;
		position: relative;
	}
    
    .pc_gnav .dropdwn {
		position: relative;
	}
	.drop_menu_inner {
        transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
        transform-origin: center top;
		visibility: hidden;
    	opacity: 0;
    	transition: all .3s;
    	width: 180px;
	    position: absolute;
    	top: 58px;
 		left: -35px;
		padding: 10px 15px;
		z-index: 999;
		background: #fff;
	}
    .pc_gnav .dropdwn .drop_menu_inner a {
        min-width: auto;
		padding: 5px 0px;
		position: relative;
        font-size: 90%;
	}
	.pc_gnav .dropdwn:hover .drop_menu_inner {
		visibility: visible;
		 transform: scaleY(1);
		opacity: 1;
	}

    .footer {
        padding: 70px 0 30px;
        font-size: 100%;
    }
    .footer_inner {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around
    }
    .footer h2 {
        text-align: left;
		margin: 0;
    }
    .footer h2 img {
        width: 400px;
    }
    .ft_info {
        border-right: 2px solid #fff;
        border-bottom: none;
        padding: 0 50px 5px 0;
    }
	.ft_info p {
		margin: 0;
	}
    .ft_list {
        width: 400px;
		padding-top: 30px;
     }
    /*___________ トップページ ___________ */
    .top_hero {
        background: url("../img-layout/top_hero_pc.png") no-repeat center;
        height: 685px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .top_hero_mv {
        padding-left: 680px;
        position: relative;
        width: auto!important;
    }
    .top_hero_mv canvas {
        position: absolute;
        width: auto!important;
        top: 0;
        right: 0;
    }
    #dom_overlay_container {
        width: auto!important;
    }

	.top_news {
        display: flex;
		margin: 0 auto 20px;
		padding-bottom: 20px;
        width: 1000px;
        
	}
	.top_news h3 {
		min-height: 35px;
        width: 300px;
	}
	.top_news a {
		line-height: 1.6;
    }
	.top_news .date {
		font-size: 100%;
		display: inline-block;
		padding-right: 1em;
	}
    .top_news ul {
        width: 700px;
    }
    .top_zimai,
	.cont_sec {
        text-align: center;
        padding: 50px 20px 30px;
    }
	.top_service {
		max-width: 1100px;
		margin: 0 auto;
		padding: 40px 0 40px;
		background: url("../img-layout/bg_orn.png") no-repeat center 40px;
		text-align: center;
	}
	.top_serv_wrap {
		width: 1000px;
		margin: 0 auto;
		padding: 15px 0 40px;
	}
	.top_serv {
		text-align: left;
		width: 305px;
			padding-bottom: 15px;
	}
	.top_serv p {
		margin-bottom: 10px;
	}
	.top_pick {
		width: 1000px;
		margin: 0 auto 30px;
		display: flex;
		justify-content: space-between;
	}
	/*　お墓選び・お墓づくり　
	________________________*/
	.cont_cem {
		padding: 60px 20px 30px;
		background: url("../img-layout/s2_bg.png") no-repeat center top;
		border-bottom: none;
	}
	.cont_cem h3 {
		padding-bottom: 20px;
	}
	.cont_cem_in {
		width: 1000px;
		margin: 0 auto;	
		border-bottom: 4px dotted #009D3B;
		padding-bottom: 20px;
	}
	.cont_cem .attent {
		padding: 8px 15px;
		margin-bottom: 35px;
	}
	.cont_sec ul {
		width: 600px;
		margin: 0 auto;
		text-align: left;
		padding-bottom: 40px;
	}
	.cont_sec ul li {
		padding: 5px 0 5px 80px;
		border-bottom: 3px solid #fff;
		font-size: 120%;
	}
	.cont_sec ul span {
		font-size: 120%;
	}
	/*
	ご依頼の流れ
	________________*/
	.cont_flw_wrap {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 20px 50px;
	}
	.cont_flw {
		display: flex;
		align-items: center;
		padding: 30px 30px 15px;
		justify-content: space-around;
	}
		.cont_flw:first-of-type {
			border-radius: 15px 15px 0 0;
		}
		.cont_flw:last-of-type {
			border-radius: 0 0 15px 15px;
		}
	.cont_flw::after {
			content: '';
			position: absolute;
		height: 28px;
			width: 100%;
			clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
			background: #EEF4D8;
			left: 0;
			top: 0;
	}
	.cont_flw:nth-of-type(even)::after {
			content: '';
			position: absolute;
		height: 28px;
			width: 100%;
			clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
			left: 0;
			top: 0;
			background: #CCEBD8;
	}
		.cont_flw:first-of-type::after {
			clip-path: none;
			background: none;
		}
	.cont_flw .num {
		width: 150px;
			text-align: center;
		font-size: 380%;
			color: #009D3B;
			font-weight: 300;
		}
	.cont_flw .fl_in {
		width: 750px;
	}
	.cont_flw h4 {
		text-align: left;
	}
}