.mobile{
	display: none !important;
}
.mb100{
    margin-bottom:100px;
}
.mt100{
    margin-top:100px;
}
div#headerWrapper{
    width:100%;
    min-width: var(--min-width);
    height: var(--header-height);
    position: fixed;
    top:0;
   /* background:var(--green-color);*/
    background-image: linear-gradient(298deg, rgba(43, 43, 43, 0.04) 0%, rgba(43, 43, 43, 0.04) 74%,rgba(200, 200, 200, 0.04) 74%, rgba(200, 200, 200, 0.04) 100%),linear-gradient(346deg, rgba(237, 237, 237, 0.04) 0%, rgba(237, 237, 237, 0.04) 54%,rgba(150, 150, 150, 0.04) 54%, rgba(150, 150, 150, 0.04) 100%),linear-gradient(280deg, rgba(197, 197, 197, 0.04) 0%, rgba(197, 197, 197, 0.04) 64%,rgba(25, 25, 25, 0.04) 64%, rgba(25, 25, 25, 0.04) 100%),linear-gradient(285deg, rgba(74, 74, 74, 0.04) 0%, rgba(74, 74, 74, 0.04) 57%,rgba(244, 244, 244, 0.04) 57%, rgba(244, 244, 244, 0.04) 100%),linear-gradient(90deg, rgb(68, 148, 8),rgb(157, 199, 49));
    background: rgb(79,154,17);
    background: linear-gradient(90deg, rgba(79,154,17,1) 0%, rgba(157,197,52,1) 100%);
    box-shadow: 0 3px 9px rgba(0,0,0,0.35);
    z-index: 2;
}
div#header{
    width:var(--min-width);
    height: var(--header-height);
    position: relative;
    margin:auto;
}
div#header h1{
    background:url("../images/logo.svg") no-repeat;
    width:451px;
    height: 40px;
    background-size:451px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top:12px;
    left:20px;
    bottom:0;
    margin:auto;
}
div#header h1 a{
    display: block;
    width:100%;
    height: 100%;
}
div#header p.catch{
    position: absolute;
    top:7px;
    text-align: center;
    left:0;
    right:0;
    margin:auto;
    color:#fff;
}
ul.headerLink{
    width:220px;
    height: 60px;
    background:var(--brown-color);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left:5px solid #fff;
    border-right:5px solid #fff;
    border-bottom:5px solid #fff;
    position: absolute;
    top:0;
    right:20px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    box-sizing: border-box;
    padding-top:7px;
}
ul.headerLink a{
    color:#fff;
    line-height: 2em;
    margin-left:25px;
    font-size:22px;
}
ul.headerLink li a{
    background:url("../images/icon_traffic.svg") left center no-repeat;
    background-size:18px;
    padding-left:24px;
}
div#navWrapper{
    width:100%;
    min-width: var(--min-width);
    height: 60px;
    position: fixed;
    top:var(--header-height);
    background:var(--green-color);
    background:var(--brown-color);
    background:#B1A507;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    z-index: 1;
}
ul#nav{
    width:var(--min-width);
    margin: auto;
    display: flex;
    justify-content: space-around;
    font-size: 18px;
}
ul#nav li{
    line-height: 60px;
    text-align: center;
    width:6em;
    position: relative;
}
ul#nav li::after{
    content: "";
    width:0;
    height: 1px;
    position: absolute;
    background:#fff;
    left:0;
    right:0;
    bottom:12px;
    margin: auto;
    transition: width 0.3s;
}
ul#nav li.active::after,
ul#nav li:hover::after{
    content: "";
    width:6em;
    height: 1px;
    position: absolute;
    background:#fff;
    left:0;
    right:0;
    bottom:12px;
    margin: auto;
    transition: width 0.3s;
}
ul#nav li a{
    color:#fff;
}

div.slideWrapper{
	min-width:960px;
	margin: auto;
	height: 100%;
	overflow: hidden;
	position: relative;
    margin-top:var(--header-height);
}
 #slide_wrapp {
	position: relative;
	width:100vw;
	height: 60vh;
	overflow: hidden;
}
#slide_wrapp .slide_item {
	opacity: 0;
	transform: scale(1);
	transition: opacity 2s linear, transform 7.5s linear;
	position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
}
#slide_wrapp .slide_item.show_ {
	opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
	transform: scale(1.2);
}
#slide_wrapp .slide_item img {
	display: block;
	object-fit: cover;
    object-position: center center;
	width:100vw;
	height: 60vh;

}
#slide_wrapp .slide_item.start::after{
/*    content:"新しいお墓のかたちをご提案します";
    width:100%;
    height: 150px;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    font-size:50px;
    line-height: 150px;
    color:#fff;
    background:rgba(0,0,0,0.7);
    position: absolute;
    left:0;
    right:0;
    bottom:50px;
    margin:auto;
    z-index: 100;*/
}
p.text{
	width: 100%;
	height: 200px;
	text-align: center;
	color:#fff;
	font-size:5vw;
    font-size:min(5vw,80px);
	line-height: min(1.5em,120px);
    font-weight: bold;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
    text-shadow: 3px 3px 9px rgba(0,0,0,0.3);
}
div.wrapper {
    width:100%;
    min-width:var(--min-width);
    overflow: hidden;
}
div.wrapper.padding{
    padding:100px 0;
}
div.wrapper.padding2{
    padding:50px 0;
}
div.wrapper.border{
    border-bottom:5px solid #ccc;
}
div.wrapper.brown{
    background:var(--brown-color);
    margin-top:100px;
}
div.wrapper.color{
    background:var(--bg-color);
}
div.wrapper.greenCircle{
    background-image: radial-gradient(circle at 97% 32%, rgba(131, 131, 131,0.05) 0%, rgba(131, 131, 131,0.05) 50%,rgba(20, 20, 20,0.05) 50%, rgba(20, 20, 20,0.05) 100%),radial-gradient(circle at 61% 40%, rgba(35, 35, 35,0.05) 0%, rgba(35, 35, 35,0.05) 50%,rgba(239, 239, 239,0.05) 50%, rgba(239, 239, 239,0.05) 100%),radial-gradient(circle at 47% 73%, rgba(122, 122, 122,0.05) 0%, rgba(122, 122, 122,0.05) 50%,rgba(5, 5, 5,0.05) 50%, rgba(5, 5, 5,0.05) 100%),linear-gradient(90deg, rgb(0, 209, 117),rgb(205, 241, 44));
    background-image: radial-gradient(circle at 72% 83%, rgba(12, 12, 12,0.04) 0%, rgba(12, 12, 12,0.04) 50%,rgba(172, 172, 172,0.04) 50%, rgba(172, 172, 172,0.04) 100%),radial-gradient(circle at 57% 65%, rgba(11, 11, 11,0.04) 0%, rgba(11, 11, 11,0.04) 50%,rgba(222, 222, 222,0.04) 50%, rgba(222, 222, 222,0.04) 100%),radial-gradient(circle at 64% 31%, rgba(11, 11, 11,0.04) 0%, rgba(11, 11, 11,0.04) 50%,rgba(191, 191, 191,0.04) 50%, rgba(191, 191, 191,0.04) 100%),linear-gradient(130deg, rgb(5, 235, 123),rgb(47, 52, 6));
    background-image: radial-gradient(circle at 17% 5%, rgba(185, 185, 185,0.1) 0%, rgba(185, 185, 185,0.1) 33.333%,rgba(216, 216, 216,0.1) 33.333%, rgba(216, 216, 216,0.1) 66.666%,rgba(247, 247, 247,0.1) 66.666%, rgba(247, 247, 247,0.1) 99.999%),radial-gradient(circle at 36% 54%, rgba(52, 52, 52,0.1) 0%, rgba(52, 52, 52,0.1) 33.333%,rgba(111, 111, 111,0.1) 33.333%, rgba(111, 111, 111,0.1) 66.666%,rgba(170, 170, 170,0.1) 66.666%, rgba(170, 170, 170,0.1) 99.999%),radial-gradient(circle at 62% 35%, rgba(209, 209, 209,0.1) 0%, rgba(209, 209, 209,0.1) 33.333%,rgba(107, 107, 107,0.1) 33.333%, rgba(107, 107, 107,0.1) 66.666%,rgba(5, 5, 5,0.1) 66.666%, rgba(5, 5, 5,0.1) 99.999%),linear-gradient(45deg, rgb(49, 231, 152),rgb(120, 182, 17));
}
div.wrapper.whitegradation{
background-image: linear-gradient(44deg, rgba(84, 153, 197, 0.04) 0%, rgba(84, 153, 197, 0.04) 50%,rgba(43, 252, 236, 0.04) 50%, rgba(43, 252, 236, 0.04) 100%),linear-gradient(264deg, rgba(197, 57, 189, 0.04) 0%, rgba(197, 57, 189, 0.04) 50%,rgba(167, 106, 179, 0.04) 50%, rgba(167, 106, 179, 0.04) 100%),linear-gradient(323deg, rgba(76, 28, 237, 0.04) 0%, rgba(76, 28, 237, 0.04) 50%,rgba(115, 208, 165, 0.04) 50%, rgba(115, 208, 165, 0.04) 100%),linear-gradient(236deg, rgba(241, 1, 111, 0.04) 0%, rgba(241, 1, 111, 0.04) 50%,rgba(7, 173, 72, 0.04) 50%, rgba(7, 173, 72, 0.04) 100%),linear-gradient(296deg, rgba(124, 241, 241, 0.04) 0%, rgba(124, 241, 241, 0.04) 50%,rgba(26, 63, 229, 0.04) 50%, rgba(26, 63, 229, 0.04) 100%),linear-gradient(96deg, rgba(87, 80, 82, 0.04) 0%, rgba(87, 80, 82, 0.04) 50%,rgba(104, 13, 102, 0.04) 50%, rgba(104, 13, 102, 0.04) 100%),linear-gradient(254deg, rgba(127, 190, 93, 0.04) 0%, rgba(127, 190, 93, 0.04) 50%,rgba(120, 35, 199, 0.04) 50%, rgba(120, 35, 199, 0.04) 100%),linear-gradient(353deg, rgba(227, 212, 206, 0.04) 0%, rgba(227, 212, 206, 0.04) 50%,rgba(55, 215, 100, 0.04) 50%, rgba(55, 215, 100, 0.04) 100%),linear-gradient(218deg, rgba(32, 99, 251, 0.04) 0%, rgba(32, 99, 251, 0.04) 50%,rgba(230, 154, 131, 0.04) 50%, rgba(230, 154, 131, 0.04) 100%),linear-gradient(266deg, rgb(101, 254, 171),rgb(119, 206, 247));
background:wheat;
}
div.wrapper.top1{
    background:url("../images/slide02.jpg") no-repeat center bottom;
    background-size:cover;
    filter: Saturate(10%);
    transition: filter 0.25s;
}
div.wrapper.top2{
    background:url("../images/top1c.jpg") center center no-repeat;
    background-size:cover;
    filter: Saturate(10%);
    transform: scale(-1,1);
    transition: filter 0.25s;
}
div.wrapper.top3{
    background:url("../images/slide03.jpg") center center no-repeat;
    background-size:cover;
    filter: Saturate(10%);
    transition: filter 0.25s;
}
div.wrapper.top4{
    background:url("../images/top3b.jpg") center center no-repeat;
    transform: scale(-1,1);
    background-size:cover;
    filter: Saturate(10%);
    transition: filter 0.25s;
}
.isActv.top1,
.isActv.top2,
.isActv.top3,
.isActv.top4{
    filter: Saturate(100%) !important;
    transition: filter 0.5s !important;
}
div.inner{
    width:var(--min-width);
    width:840px;
    margin:auto;
}

h2.topCatch {
    font-size:48px;
    font-weight: bold;
    text-align: center;
    margin-bottom:50px;
    color:var(--green-color);
    color:#fff;
}
p.topCatch{
    margin:0 200px;
    font-size:20px;
    color:#fff;
}

div.feature {
    width:350px;
    height: 550px;
    overflow: hidden;
}
div.feature h2{
    margin:110px 20px 20px;
    font-size:24px;
    font-weight: bold;
    color:#fff;
    border-bottom:1px solid #fff;
}
div.feature p{
    margin:20px;
    color:#fff;
}
div.feature1{
    background-image:
        url("../images/jPattern.svg"),
        linear-gradient(90deg, rgba(105,73,43,1) 0%, rgba(171,120,52,1) 100%);
}
div.feature2{
    background-image:
        url("../images/jPattern.svg"),
        linear-gradient(90deg, rgba(34,41,20,1) 0%, rgba(72,85,42,1) 100%);
    transform: scale(-1,1)
}
div.feature3{
    background-image:
        url("../images/jPattern.svg"),
        linear-gradient(90deg, rgba(79,43,19,1) 0%, rgba(130,72,31,1) 100%);
}
div.feature4{
    background-image:
        url("../images/jPattern.svg"),
        linear-gradient(90deg, rgba(36,18,17,1) 0%, rgba(80,40,37,1) 100%);
    transform: scale(-1,1)
}



h2.general {
    font-size:36px;
    font-weight: bold;
    text-align: center;
    position: relative;
    border-bottom:1px solid var(--brown-color);
    margin-bottom: 30px;
    color:var(--brown-color);
}
ul.news{
    width:640px;
    margin:auto;
}
ul.news li span{
    display: block;
    font-size:14px;
}
ul.news li{
    margin-bottom: 15px;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}
ul.news a{
    color:#000;
    padding-left:50px;
}
p.more {
    
}
p.more{
  text-align: center;
  width:300px;
  padding: 15px 30px;
  border: solid 6px var(--brown-color);
  position: relative;
  margin:50px auto 0;
}
p.more:after{
    content: "";
    border: solid 3px var(--brown-color);
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    cursor: pointer;
}
p.more a{
    display: block;
    font-weight: bold;
    width:100%;
    height: 100%;
    color:var(--brown-color);
}
p.more:hover{
    background:var(--brown-color);
}
p.more:hover a{
    color:#fff;
}
div.facilityWrapper {
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.facility{
    width:calc(50% - 20px);
    position: relative;
    background:var(--bg-color);
    margin-bottom:30px;
}
div.facility img{
    width:100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
}
div.facility h3{
    font-size:18px;
    font-weight: bold;
    margin:20px;
    border-bottom:1px solid var(--brown-color);
}
div.facility p{
    margin:20px;
}

div.grave {
    box-sizing: border-box;
    padding:20px;
    border:1px solid var(--brown-color);
    background:#fff;
    margin-bottom:30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
div.grave img{
    width:400px;
    float: left;
}
div.grave h3{
    font-size: 24px;
    font-weight: bold;
    background: url("../images/JPattern2.svg"),linear-gradient(90deg, rgba(81,95,46,1) 0%, rgba(81,95,46,1) 50%, rgba(119,130,92,1) 100%);
    color:#fff;
    padding:5px 20px;
    margin-bottom:30px;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
div.grave h4{
    color:var(--green-color);
    font-size:22px;
    font-weight: bold;
    margin:10px 0;
    border-bottom:2px solid var(--green-color);
    display: inline-block;
    padding-right: 120px;
}

div.grave p.desc{
    margin-left:50px;
}
div.grave p.price{
    font-size: 24px;
    position: absolute;
    right:50px;
    bottom:10px;
}
div.grave p.price span{
    font-size:72px;
}
div.grave div.entry{
    width:140px;
    height: 140px;
    text-align: center;
    border-radius: 50%;
    background:var(--brown-color);
    line-height: 1.2em;
    align-items: center;
    position: absolute;
    left:-70px;
    top:-20px;
    bottom:0;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
div.grave div.entry p{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    font-size:14px;
    font-weight: bold;
}
div.grave ul{
    margin-left:25px;
}
div.grave ul li{
    background:url("../images/icon_dot_green.svg") left 0.3em no-repeat;
    background-size:14px;
    padding-left:21px;
}
dl.access {
    border-bottom:1px solid #ccc;
    overflow: hidden;
}
dl.access dt,
dl.access dd{
    padding:20px 0;
    border-top:1px solid #ccc
}
dl.access dt{
    width:200px;
    float: left;
    clear: both;
    font-weight: bold;
    text-indent: 1em;
}
dl.access dd{
    width:calc(100% - 220px);
    float: right;
    padding-left:20px;
}
dl.access div.map{
    width:100%;
    height: 400px;
}
dl.access li{
    position: relative;
    padding-left: 21px;
}
dl.access li::before{
    content: "";
    width:14px;
    height: 14px;
    border-radius: 7px;
    background:var(--brown-color);
    position: absolute;
    top:5px;
    left:0;
}

div.reserveLink {
    box-sizing: border-box;
    background-image: repeating-linear-gradient(90deg, hsla(298,16%,68%,0.06) 0px, hsla(298,16%,68%,0.06) 1px,transparent 1px, transparent 21px,hsla(298,16%,68%,0.06) 21px, hsla(298,16%,68%,0.06) 22px,transparent 22px, transparent 72px),repeating-linear-gradient(0deg, hsla(298,16%,68%,0.06) 0px, hsla(298,16%,68%,0.06) 1px,transparent 1px, transparent 21px,hsla(298,16%,68%,0.06) 21px, hsla(298,16%,68%,0.06) 22px,transparent 22px, transparent 72px),repeating-linear-gradient(135deg, hsla(298,16%,68%,0.06) 0px, hsla(298,16%,68%,0.06) 1px,transparent 1px, transparent 21px,hsla(298,16%,68%,0.06) 21px, hsla(298,16%,68%,0.06) 22px,transparent 22px, transparent 72px),linear-gradient(90deg, hsl(275,3%,97%),hsl(275,3%,97%));
    background-image: repeating-radial-gradient(circle at center center, transparent 0px, transparent 2px,rgba(0,0,0,0.03) 2px, rgba(0,0,0,0.03) 3px,transparent 3px, transparent 5px,rgba(0,0,0,0.03) 5px, rgba(0,0,0,0.03) 7px),repeating-radial-gradient(circle at center center, rgb(255,255,255) 0px, rgb(255,255,255) 9px,rgb(255,255,255) 9px, rgb(255,255,255) 21px,rgb(255,255,255) 21px, rgb(255,255,255) 31px,rgb(255,255,255) 31px, rgb(255,255,255) 40px); background-size: 20px 20px;
    padding:30px;
    text-align: center;
    margin:auto;
    width:480px;
}
div.reserveLink.radius{
	border-radius: 20px;
}
p.document a{
    width:300px;
    height: 60px;
    line-height: 60px;
    background:var(--blue-color);
    display: block;
    margin:auto;
    font-size:20px;
    color:#fff;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
p.reserve a{
    width:300px;
    height: 60px;
    line-height: 60px;
    background:var(--red-color);
    display: block;
    margin:auto;
    font-size:20px;
    color:#fff;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
span.totelLarge{
    font-size: 48px;
    font-weight: bold;
    color:var(--brown-color);
    background:url("../images/icon_tel.svg") left center no-repeat;
    background-size:50px;
    padding-left:60px;
}

div#footerWrapper{
    width:100%;
    min-width: var(--min-width);
    background:#B1A507;
    background: rgb(79,154,17);
    box-shadow: 0 -3px 9px rgba(0,0,0,0.35);
    z-index: 1;
}
div#footer{
    width:var(--min-width);
    margin:auto;
    position: relative;
    overflow: hidden;
}

div#footer h1 {
    background:url("../images/logo.svg") no-repeat;
    width:451px;
    height: 40px;
    background-size:451px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top:40px;
    left:0;
    right:0;
    margin:auto;
}

p.footerAddress {
    text-align: center;
    margin-top:100px;
    color:#fff;
}

ul.footerNav {
    width:100%;
    display: flex;
    justify-content: space-between;
    margin:50px auto;
    padding:15px 0;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
ul.footerNav a{
    color: #fff;
}
ul.footerNav a:hover{
    color:#000;
}

div.footerMap {
    width:100%;
    height: 350px;
}
p.copy{
    margin:30px auto 10px;
    font-size:12px;
    text-align: center;
    color:#fff;
}
p.totop{
    width:50px;
    height: 43px;
    position: fixed;
    right:20px;
    bottom:20px;
    background:url(../images/totop.svg) center top no-repeat;
    background-size:50px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1000;
}
p.totop:hover{
    background:url(../images/totop.svg) center bottom no-repeat;
}
p.totop a{
    display: block;
    width:100%;
    height: 100%;
}
div.grave p.desc2 {
    width: calc(100% - 20px);
    margin: 20px;
    padding: 20px;
    box-sizing: border-box;
    float: right;
    background: #efefef;
    color: #000;
}
button.slick-prev {
	background: url("../images/arrow_prev.svg") no-repeat;
	background-size: 30px;
	left: 60px;
}
button.slick-prev {
	background: url("../images/arrow_prev.svg") no-repeat;
	background-size: 30px;
	left: 60px;
}
.graveImg button.slick-prev{
	left: 10px;
}
button.slick-prev:hover {
	background-image: url(../images/arrow_prev_on.svg) !important;
}
button.slick-next {
	background: url("../images/arrow_next.svg") no-repeat;
	background-size: 30px;
	right: 60px;
}
.graveImg button.slick-next{
	right: 10px;
}
button.slick-next:hover {
	background-image: url(../images/arrow_next_on.svg) !important;
}
button.slick-arrow {
	text-indent: -9999px;
	position: absolute;
	width: 30px;
	height: 50px;
	top: 130px;
	z-index: 1;
	border: none;
	cursor: pointer;
}
.graveImg button.slick-arrow{
    top:185px;
}
ul.slick-dots {
	width: 100%;
	height: 20px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 1px;
}
div.presenWrapper ul.slick-dots{
    bottom:-20px;
}
ul.slick-dots li {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #00cddc;
	border-radius: 10px;
	margin: 5px;
}
li.slick-active {
	background-color: #b2f0f4 !important;
}
div.graveImgWrapper{
    width:400px;
    float:left;
}
div.graveImgWrapper img{
    width:100%;
    height:auto;
}
div.graveImg img{
    width:400px;
    height: auto;
}
div.graveImg.half img{
    width:300px;
    height: auto;
    margin:0 50px;
}
div.graveImg img{
    width:400px;
    height: auto;
}

div.h2Wrapper {
    margin-top:calc(var(--header-height) + 100px);
    width:100%;
    min-width: var(--min-width);
    height: 80px;
    border-top:4px solid var(--green-color);
    border-bottom:4px solid var(--green-color);
    margin-bottom: 100px;
    background-image: repeating-linear-gradient(45deg, hsla(64,83%,54%,0.05) 0px, hsla(64,83%,54%,0.05) 1px,transparent 1px, transparent 11px,hsla(64,83%,54%,0.05) 11px, hsla(64,83%,54%,0.05) 12px,transparent 12px, transparent 32px),repeating-linear-gradient(90deg, hsla(64,83%,54%,0.05) 0px, hsla(64,83%,54%,0.05) 1px,transparent 1px, transparent 11px,hsla(64,83%,54%,0.05) 11px, hsla(64,83%,54%,0.05) 12px,transparent 12px, transparent 32px),repeating-linear-gradient(0deg, hsla(64,83%,54%,0.05) 0px, hsla(64,83%,54%,0.05) 1px,transparent 1px, transparent 11px,hsla(64,83%,54%,0.05) 11px, hsla(64,83%,54%,0.05) 12px,transparent 12px, transparent 32px),repeating-linear-gradient(135deg, hsla(64,83%,54%,0.05) 0px, hsla(64,83%,54%,0.05) 1px,transparent 1px, transparent 11px,hsla(64,83%,54%,0.05) 11px, hsla(64,83%,54%,0.05) 12px,transparent 12px, transparent 32px),linear-gradient(90deg, rgb(6,46,13),rgb(59,112,16));
}
div.h2Wrapper h2{
    width:var(--min-width);
    margin:auto;
    line-height: 80px;
    font-size:32px;
    font-weight: bold;
    color:#fff;
    position: relative;
    text-indent: 30px;
}
div.h2Wrapper h2::before{
    content: "";
    width:4px;
    height: 48px;
    background:#fff;
    position: absolute;
    top:0;
    bottom:0;
    left:10px;
    margin: auto;
}

div.contentsWrapper {
    width:var(--min-width);
    box-sizing: border-box;
    margin:auto;
    padding:50px;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    background-color:#fff;
}

div.cemetery{
    width:100%;
    overflow: hidden;
    margin-bottom:50px;
}
div.cemetery img{
    width:50%;
    height: auto;
    display: block;
}
div.cemetery img.left{
    float: left;
}
div.cemetery img.right{
    float: right;
}
div.cemetery div{
    width:50%;
}
div.cemetery div.left{
    float: left;
}
div.cemetery div.right{
    float: right;
}
h4.feature{
    color:var(--green-color);
    font-size:24px;
    font-weight: bold;
    margin:0 20px 40px;
    border-bottom: 3px solid currentColor;
}
div.cemetery p{
    margin:0 20px;
    text-align: justify;
}

h3.catch{
    text-align: center;
    font-size:32px;
    font-weight: bold;
    margin-bottom:50px;
}
h3.catch2{
    text-align: center;
    font-size:28px;
    font-weight: bold;
    margin-bottom:50px;
}
p.general {
    margin:0 100px 50px;
    font-size:18px;
}

ul.reburial {
    width:640px;
    margin:30px auto;
    font-size:24px;
    padding:30px 30px 20px;
    background:#efefef;
    box-shadow: 3px 3px 12px rgba(0,0,0,0.35);
}
ul.reburial li{
    margin-bottom:10px;
    margin-left:30px;
    position: relative;
}
ul.reburial li::before{
    content: "";
    width:10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    background:var(--green-color);
    margin:auto;
    top:0;
    bottom:0;
    left:-20px;
}

div.graveImg {
    
}

div.desc {
    width:calc(100% - 430px);
}

div.memorialPhoto {
    display: flex;
    justify-content: space-between;
    margin-bottom:50px;
}
div.memorialPhoto img{
    width:calc(100% - 20px);
    height: auto;
}
div.entryBody {
    width:720px;
    margin:auto;
}
div.entryBody h3{
    font-size:24px;
    font-weight: bold;
    border-bottom:2px solid #000;
    margin-bottom:20px;
}
div.entryBody p{
    margin:10px;
}
div.imgWrapper img{
    width:100%;
    height: auto;
}
div.imgWrapper {
    margin-bottom: 30px;
}

div.pack {
    width:680px;
    height: 489px;
    position: relative;
    background:url("../images/pack.svg") center top no-repeat;
    background-size:680px;
    margin:auto;
}
div.pack p{
    position: absolute;
    font-size:18px;
    top:45px;
    font-weight: bold;
}
div.pack p.left{
    left:30px;
}
div.pack p.right{
    right:30px;
}

p.afterPack {
    text-align: center;
    font-size:32px;
    font-weight: bold;
}

div.pack2 {
    width:880px;
    background-color:#7CB325;
    box-sizing: border-box;
    border-radius: 24px;
    padding:20px;
    background-image: 
        url("../images/ansin.svg")/*,
        url("../images/pack_men.svg"),
        url("../images/pack_women.svg")*/;
    background-size:
        100px,
        80px,
        80px;
    background-repeat: no-repeat;
    background-position: 
        left 180px top 20px,
        right 180px top 20px,
        right 70px top 20px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35) inset;
    margin:20px auto;
    border:10px solid #fff;
}
div.pack2 h2{
    font-size:48px;
    text-align: center;
    font-weight: bold;
    color:#fff;
    margin-top:15px;
    text-shadow: 3px 3px 9px rgba(0,0,0,0.35);
	border-bottom: 3px solid #fff;
	padding-bottom:15px;
}

div.pack2Wrapper {
    display: flex;
    justify-content: space-between;
    margin-top:60px;
}
div.pack2Wrapper div{
    background:#fff;
    width:calc(33% - 30px);
    box-sizing: border-box;
    padding:20px;
    border-radius:8px;
    text-align:center;
    align-items: center;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35) ;
	position: relative;
}
div.pack2Wrapper div::before{
	content:"";
	position: absolute;
	background-size:50px;
	background-repeat: no-repeat;
	top:-30px;
	left:5px;
	width:50px;
	height: 50px;
}
div.pack2Wrapper div:nth-child(1)::before{
	background-image:url("../images/ansin1.svg");
}
div.pack2Wrapper div:nth-child(2)::before{
	background-image:url("../images/ansin2.svg");
}
div.pack2Wrapper div:nth-child(3)::before{
	background-image:url("../images/ansin3.svg");
}
div.pack2Wrapper div h3{
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    margin-bottom:10px;
    margin-top:10px;
}

ul.pack {
    margin:25px 180px;
}
ul.pack li{
    list-style: disc;
}

ul.pack0 {
	width:880px;
	box-sizing: border-box;
	padding:20px;
	background:#fff;
	margin:25px auto;
	border-radius: 24px;
	border:10px solid #7CB325;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35) ;
}
ul.pack0 li{
	font-size:28px;
	border-bottom:1px dotted #ccc;
	position: relative;
	text-indent: 250px;
	margin-bottom:10px;
	font-weight: bold;
}
ul.pack0 li::before{
	width:15px;
	height: 15px;
	box-sizing: border-box;
	content: "";
	border: 3px solid #ccc;
	background:green;
	position: absolute;
	left:200px;
	border-radius: 4px;
	top:13px;
	transform: rotate(45deg);
}