@charset "utf-8";

/**************************************************
 serviceIndex
**************************************************/
.serviceIndex ul{
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.serviceIndex ul li{
	width: 360px;
	margin-top: 60px;
}
.serviceIndex ul li a{
	display: block;
	height: 100%;
	color: var(--color1);
	border: 1px solid var(--color1);
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box; 
}
.serviceIndex ul li a:hover{background: #FCF8E2;border-color: #97752d;}
.indexImage{
	position: relative;
	height: 185px;
	overflow: hidden;
}
.indexImage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.serviceIndex ul li a:hover .indexImage img{
	opacity: 1.0;
	transform: scale(1.08);
}
.serviceInfo{
	position: relative;
	padding: 30px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.serviceInfo::before{
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	right: 30px;
	border: 1px solid var(--color1);
	border-radius: 100%;
	background: url("../img/pointer2.svg") no-repeat center center;
	background-size: 12px auto;
}
.serviceIndex ul li a:hover .serviceInfo::before{
	background: url("../img/pointer2_2.svg") no-repeat center center var(--color1);
	background-size: 12px auto;
}
.serviceInfo strong{
	position: relative;
	display: block;
	font-family: var(--font-Shippori);
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 25px;
}
.serviceInfo strong::before{
	width: 16px;
	height: 4px;
	top: 16px;
	left: 0;
	background: var(--color2);
}



/**************************************************
 common
**************************************************/
.cateInfo{
	margin-top: 60px;
	padding: 40px;
	background: #EFE8C9;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}
.cateInfo div{
	position: relative;
	width: 384px;
	min-height: 220px;
	overflow: hidden;
}
.cateInfo div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cateInfo p{
	padding: 0 0 20px 0;
	font-size: 1.6rem;
}

.navStyle1 ul{
	padding: 50px calc(50% - 360px);
}
.navStyle1 ul li{
	width: 340px;
	margin: 10px;
}
.navStyle1 ul li a{
	position: relative;
	height: 65px;
	font-size: 1.5rem;
	line-height: 1.3;
	color: var(--color1);
	padding: 0 50px 0 25px;
	border: 1px solid var(--color1);
	border-radius: 10.0rem;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}
.navStyle1 ul li a img{
	width: auto;
	height: 24px;
	margin-left: 10px;
}
.navStyle1 ul li a::before{
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	right: 20px;
	border: 1px solid var(--color1);
	border-radius: 100%;
	background: url("../img/pointer2.svg") no-repeat center center;
	background-size: 12px auto;
}
.navStyle1 ul li a:hover{background: #FCF8E2;}
.navStyle1 ul li a:hover img{opacity: 1.0;}
.navStyle1 ul li a:hover::before{
	background: url("../img/pointer2_2.svg") no-repeat center center var(--color1);
	background-size: 12px auto;
}

.navStyle{
	position: relative;
	margin: 40px 0 0 0;
	padding: 40px;
	font-size: 1.5rem;
	line-height: 1.6;
	border: 1px solid var(--color1);
}

.navStyle p{ padding-top: 20px;}

.navStyle p:first-child strong{
	position: relative;
	display: inline-block;
	font-family: var(--font-Shippori);
	font-size: 2.7rem;
	font-weight: 400;
	padding-left: 25px;
}
.navStyle p:first-child strong::before{
	width: 15px;
	height: 4px;
	top: calc(50% - 2px);
	left: 0;
	background: var(--color2);
}

.navStyle .wp-block-buttons-is-layout-flex{ padding: 20px 0 0 0;}
.navStyle .wp-block-button{
	width: 100%;
	padding: 10px 0 0 0;
}

.cateNavi{
	margin-top: 60px;
	padding: 40px 40px 40px 60px;
	border: 1px solid var(--color1);
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}
.cateNavi p{
	width: calc(100% - 330px);
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}
.cateNavi p strong{
	display: block;
	margin-bottom: 15px;
}
.cateNavi p strong b{
	position: relative;
	display:inline-block;
	font-family: var(--font-Shippori);
	font-size: 2.7rem;
	font-weight: 400;
	padding-left: 25px;
}
.cateNavi p strong b::before{
	width: 16px;
	height: 4px;
	top: calc(50% - 2px);
	left: 0;
	background: var(--color2);
}
.cateNavi nav{width: 290px;}
.cateNavi nav ul li{margin: 20px 0 0 0;}
.cateNavi nav ul li:first-of-type{margin: 0;}
.cateNavi nav ul li a{
	position: relative;
	height: 65px;
	font-size: 1.5rem;
	line-height: 1.3;
	color: var(--color1);
	padding: 0 50px 0 25px;
	border: 1px solid var(--color1);
	border-radius: 10.0rem;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}
.cateNavi nav ul li a::before{
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	right: 20px;
	border: 1px solid var(--color1);
	border-radius: 100%;
	background: url("../img/pointer2.svg") no-repeat center center;
	background-size: 12px auto;
}
.cateNavi nav ul li a:hover{background: #FCF8E2;}
.cateNavi nav ul li a:hover::before{
	background: url("../img/pointer2_2.svg") no-repeat center center var(--color1);
	background-size: 12px auto;
}

.newsHanger{ margin-top: 50px;}
main .newsHanger h4{
	padding-bottom: 0;
	margin-top: 0;
	border-bottom: none;
}
.newsHanger ul{padding-top: 40px;}
.newsHanger ul li{
	padding: 30px 10px;
	border-bottom: 1px solid var(--color1);
}
.newsHanger ul li:hover{background:#f7f4e4;}

.newsHanger ul li:last-of-type{border-bottom: none;}
.newsHanger ul li strong{
	display: inline-block;
	width: 140px;
	font-size: 1.4rem;
	color: var(--color3);
}
.newsHanger ul li a{
	position: relative;
	font-size: 1.6rem;
	line-height: 1.3;
	color: var(--color1);
	display:-webkit-box;
	display:flex;
	align-items:center;
	flex-wrap: wrap;
}
.newsHanger ul li a::before{
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	right: 0;
	border: 1px solid var(--color1);
	border-radius: 100%;
	background: url("../img/pointer2.svg") no-repeat center center;
	background-size: 12px auto;
}
.newsHanger ul li a:hover{
	/*color: rgba(0,0,0,0.5);*/
	text-underline-offset: 3px;
}
.newsHanger ul li a:hover span{ text-decoration: underline;}
.newsHanger ul li a:hover::before{
	background: url("../img/pointer2_2.svg") no-repeat center center var(--color1);
	background-size: 12px auto;
}
.toList{
	position: absolute;
	top: 16px;
	right: 0;
}
.toList a{
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	color: var(--color1);
	padding-right: 30px;
}
.toList a::before{
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	right: 0;
	border: 1px solid var(--color1);
	border-radius: 100%;
	background: url("../img/pointer2.svg") no-repeat center center;
	background-size: 12px auto;
}
.toList a:hover{color: rgba(0,0,0,0.5);}
.toList a:hover::before{
	background: url("../img/pointer2_2.svg") no-repeat center center var(--color1);
	background-size: 12px auto;
}

.rensai .bnList{ width: 100%;}
.rensai .bnList li{
	width: 48%;
	margin: 1%;
	text-align: left;
	font-size: 1.8rem;
	border: 1px solid #F3EFE4;
	border: 1px solid #c9b78e;
	border-radius: 0.5em;
}
.rensai .bnList li a{
	display: block;
	padding: 15px 45px 15px 15px !important;
    border: 1px solid transparent;
    border-radius: 0.5em;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box; 
}
.rensai .bnList li a:hover {
    border-color:var(--color2);
    box-shadow: inset 0 0 0 1px var(--color2);
    border-radius: 0.5em;
}

.rensai .bnList li a[href$=".pdf"]::after{ right: 15px;}
.rensai .bnList li a strong{
	display: block;
	padding: 10px 0;
	text-decoration: underline;
	text-underline-offset: 3px;
	line-height: 1.2;
	text-decoration-color: var(--color2);
}
.rensai .bnList li a span{
	padding: 0;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 1.4;
	color: var(--color1);
}

.einou_index{
	width: 48%;
	margin: 1%;
}

.einou_index h4{ font-size: 2.2rem;}

.einou_index .bnList li{
	width: 100%;
	margin: 10px 0 0 0;
}

.subInfo { padding-top: 30px; }

.subInfo dl {
	padding: 15px 20px;
	font-size: 1.8rem;
}

.subInfo dt {
	font-weight: 600;
	background: #D8E698;
	border-radius: 0.5rem;
	padding: 5px 10px;
	line-height: normal;
}
.subInfo dd { font-size: 1.6rem; padding: 20px 25px 30px 25px;}

.copyHanger {
	margin-top: 30px;
	font-family: var(--font-Shippori);
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
}

/*** Product list***/
.product_tab {
	margin: 30px 0 0 0;
	padding: 0;
	border-radius: 0.5em;
	letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}
.product_tab ul{
	margin: 0;
	padding: 0;
}
.product_tab ul li{
	display: inline-block;
	width: 25%;
	margin: 0 10px 0 0;
	padding: 10px 0;
	border: 1px solid #4EAA5D;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	cursor: pointer;
	letter-spacing: normal; /* 文字間を元に戻す */
}
.product_tab ul li.cur,
.product_tab ul li:hover{
	position: relative;
	background-color: #4EAA5D;
	color: #FFFFFF;
}

.product_list{
	display: none;
	padding: 20px;
	background: #F4F4F4;
	border-top: 2px solid #333;
}

.product_list.no_b{
	display: block;
	border: none;
}

.product_list h4:first-child{ margin-top: 0;}

.product_list ul{
	margin: 0;
	padding-top: 30px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-box-align: flex-start;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: flex-start;/*--- IE10 ---*/
	-webkit-align-items: flex-start;/*--- safari（PC）用 ---*/
	align-items: flex-start;
	flex-wrap: wrap;
}

.product_list ul li{
	width: 49.6%;
	margin: 5px 0;
	padding: 0;
	list-style: none;
	font-size: 1.5rem;
	line-height:1.5;
	}

.product_list ul li a{
		display: block;
	padding: 10px 35px 10px 10px;
	background-color: #FFFFFF;
/*    background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: right 10px center;*/
	border: 2px solid #E1E1E1;
	border-radius: 10px;
	color: #000;
	text-align: center;
	font-family: 'Noto Sans JP';
}

.product_list ul li a:hover{
	text-decoration:underline;
	text-underline-offset :3px;
	 background-color: #F3EFE4;
	border: 2px solid var(--color1);
}


/** product_list smp ********************/
@media screen and (max-width: 640px){

	.product_tab ul li{ width: 40%;}
	.product_list{
		width: 100%;
		padding: 10px;
	}
  .product_list ul li{
		width: 100%;
		margin: 0 0 5px 0;
		font-size: 1.5rem;
	}
	.product_list ul li a{
		padding: 10px 30px 10px 10px;
		text-align: left;
		background-size: 20px;
	}
	.product_list ul li a:hover{border: 2px solid #333333; }


}

/** 葬祭追加  ********************/
.sousai_family {
	background: url(https://ja-m-uonuma.sakura.ne.jp/wp-content/themes/ja-m-uonuma/img/service/sousai_bg_s02.png);
/*background: url(img/service/sousai_bg_s02.png);*/
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 250px;
	background-color: #f3efe4;
}

.sousai_family p{padding: 30px 50px;}

.benefits_Hunger{
	padding: 20px 50px;
	border: 10px solid #d1ddd1;
	background: url(https://ja-m-uonuma.sakura.ne.jp/wp-content/uploads/sousai_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.benefits_Hunger h4 {
	background-color: #cab78e;
	background: linear-gradient(90deg, #b39855 0%, #e9dbad 50%, #b39855 100%);
	background: linear-gradient(90deg, #593a60 0%, #d8b3e4 50%, #593a60 100%);
	background-repeat: no-repeat;
	border: none;
	padding: 20px;
	text-align: center;
	margin-top: 10px;
}

.benefits_Hunger li {
	list-style: none;
	font-size: 1.6rem;
	margin: 10px 0 5px 20px;
	list-style: decimal;
	line-height: 1.5;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
	padding: 5px;	
	color: var(--color1);
}

.family_fee p{
	font-size:2.4rem;
	font-weight: 600;
	font-family: var(--font-Shippori);
	line-height:1.5;
	text-align:center;
	padding:10px;
	margin:auto;
	width:50%;
	margin:10px auto 30px auto;
	border: 4px #d9bd83 solid;
	background-color:#333;
	background: linear-gradient(157deg, #d8e698 10%, #8cbc2b 90%);
}
.family_fee p span{font-size:1.6rem;}

.gft_hanger ul li{
    width: calc(100%/ 3 - 9px);
    margin: 20px 3px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e3d9be;
}
.gft_img{
	width: 100%;
	text-align: center;
/*	border: 1px solid #ddd;*/
	line-height: 0;
}
.gft_img img{
	height: 280px;
	width: auto;
	object-fit: contain;
}
main .gft_hanger ul li p{ padding: 0;}
main .gft_hanger ul li p.gft_tit{
	margin: 0 0 15px 0;
	padding: 10px 0;
	border-bottom: 1px solid var(--color3);
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--color3);
}
main .gft_hanger ul li p strong {
    padding:2px 10px;
	margin-right: 5px;
    font-weight:normal;
    font-size:1.4rem;
    color:#fff;
    background:#97752d;
}
/*** 購買追加 ***/

main table .product-table {
  width: 80% !important;
  font-size: 1.6rem;
  table-layout: fixed; 
}
main table .product-table th,
main table .product-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

main table .col-price {
  text-align: center;
  width: 30% ; 
}
