@font-face {
    font-family: 'GenJyuuGothic';
    font-weight: 700;
    font-style: bold;
    font-display: swap;
    src: local("GenJyuuGothic"),
    url(/font/GenJyuuGothic-P-Bold-sub.woff2) format("woff2"),
    url(/font/GenJyuuGothic-P-Bold-sub.woff) format("woff")
}


/* 各ページ共通 */

h1.pageTitle {
	margin-bottom:25px;
	}
h1.pageTitle.shadow {
	margin-left:-4px;
	margin-right:-14px;
	}
h1.pageTitle img {
	max-width: 100%;
	}

@media screen and (min-width:768px) {
h1.pageTitle img {
	max-width:100%;
	}
}




/* 施設のご案内 */


section.gaiyoMain {
	overflow:hidden;
	margin-bottom:50px;
	}

section.gaiyoMain h2 {
	margin-bottom:20px;
	}

section.gaiyoMain img.photo {
	float:right;
	}

section.gaiyoMain p.nonsectarian {
	margin-top:10px;
	}

section.gaiyoMain p.nonsectarian span.pink {
	color:#F99;
	}

section.info h2 {
	color:#EB6D81;
	border-bottom:solid 1px #EB6D81;
	padding:3px;
	font-weight:700;
	font-size:1.2em;
	margin-bottom:20px;
	}

section.info section {
	width:215px;
	float:left;
	margin-left:26px;
	}

@media screen and (min-width:768px) {

section.info section.left {
	margin-left:0;
	}
}

@media screen and (max-width: 767px) {

section.info section {
	width:300px;
	float:none;
	margin:0 auto;
	text-align:center;
	}

}


section.info section h3 {
	color:#5A3218;
	font-weight:700;
	margin-bottom:20px;
	padding-top:8px;
	font-size:1.2em;
	}

section.info section p {
	border-top:dotted 2px #ccc;
	margin:-15px 0 20px 0;
	padding-top:8px;
	}


section.info section.special {
	width:457px;
	}

@media screen and (max-width: 767px) {
section.info section.special {
	width:100%;
	}
}


/* 葬儀の流れ */


section.flowMain {
	overflow:hidden;
	}

section.flowMain h2 {
	margin-bottom:20px;
	}

section.flowMain img.photo {
	float:right;
	}

section.flow  {
	margin-bottom:50px;
	}

section.flow ul {
	overflow:hidden;
	}

section.flow ul li {
	float:left;
	}

.priceInfo {
	margin-top: 50px;
}
.scroll-note {
	display: none;
}

.price-block {
	position: relative;
	padding-left: 44px;
}
.price-block .hdr {
	left: 0;
	position: absolute;
	top: 0;
	width: 44px;
}
.price-block .scroll-pic-wrap01 {
	overflow-x: scroll;
}
.price-block .scroll-pic {
	width: 656px;
}
.opt {
	margin-bottom: 40px;
	margin-top: 40px;
}
.hdr-opt {
	color: #a48b78;
	font-family: 'GenJyuuGothic';
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}
.opt-lists {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 606px;
}
.opt-lists li {
	width: 110px;
}
.opt-lists li:nth-child(5n+1),
.opt-lists li:nth-child(5n+2),
.opt-lists li:nth-child(5n+3),
.opt-lists li:nth-child(5n+4) {
	margin-right: 14px;
}
.opt-lists li:nth-child(n+6) {
	margin-top: 14px;
}



@media screen and (max-width: 767px) {
.price-block {
	padding-left: 40px;
	padding-top: 30px;
}
.price-block .hdr {
	top: 30px;
	width: 40px;
}
.price-block .scroll-pic {
    width: 596px;
}
.price-block .scroll-note {
	align-items: center;
	background-color: #f09ba5;
	border-radius: 12px;
	color: #FFF;
	display: flex;
	font-family: 'GenJyuuGothic';
	height: 24px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.price01 .scroll-note {
	background-color: #f5aeb4;
}
.price02 .scroll-note {
	background-color: #9bd5d7;
}
.price03 .scroll-note {
	background-color: #f9d877;
}
.price04 .scroll-note {
	background-color: #f9be86;
}
.price-block + .price-block {
	margin-top: 20px;
}
.scroll-pic-wrap02 {
	overflow-x: scroll;
}
.scroll-pic-wrap02 .scroll-pic {
	width: 480px;
}
.flow .scroll-note {
	align-items: center;
	background-color: #f09ba5;
	border-radius: 12px;
	color: #FFF;
	display: flex;
	font-family: 'GenJyuuGothic';
	height: 24px;
	justify-content: center;
	margin-bottom: 4px;
	width: 100%;
}
.opt-lists li:nth-child(3n) {
	margin-right: 0;
}
.opt-lists li:nth-child(3n+1),
.opt-lists li:nth-child(3n+2) {
    margin-right: 8px;
}
.opt-lists li:nth-child(n+4) {
    margin-top: 8px;
}
.opt-lists li {
	width: 106px;
}
.opt-lists {
    max-width: 334px;
}
}
@media screen and (max-width: 374px) {
.opt-lists li {
	width: calc((100% - 16px) / 3);
}
}


@media screen and (min-width:768px) {

section.flow ul li:nth-child(1) {
	background-color:#FBE6E7;
	}

section.flow ul li:nth-child(2) {
	background-color:#DFF1F4;
	}

section.flow ul li:nth-child(3) {
	background-color:#FDECDB;
	}

section.flow ul li:nth-child(4) {
	background-color:#EBF4E2;
	}

}

section.flow_area {
	position:relative;
	padding-left:20px;
	background-image:url(../images/flow/area_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
	padding-top:14px;
	background-color:#FFFBD0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}

@media screen and (max-width: 767px) {

section.flow_area {
	background-image:none;
	padding:20px;
	}

}

section.flow_area h2 {
	position:absolute;
	top:-10px;
	max-width: 416px;
	}

section.flow_area ul {
	margin:15px 0;
	}

section.flow_area ul li span {
	font-weight:700;
	}

section.flow_area ul li:last-child {
	font-size:0.85em;
	margin:5px 0 0 5px;
	}




div.flowOP {
	border-top: dotted 2px #5A3218;
	margin-top:50px;
	padding-top:50px;
	overflow:hidden;
	}


div.flowOP section {
	width:210px;
	float:left;
	margin-left:33px;
	}

@media screen and (max-width: 767px) {

div.flowOP section {
	width:100%;
	float:none;
	text-align:center;
	margin-left:0px;
	margin-bottom:20px;
	}

}

div.flowOP section.left {
	margin-left:0;
	}

div.flowOP section h3 {
	color:#5A3218;
	font-size:1.2em;
	font-weight:700;
	margin-bottom:20px;
	padding-top:8px;
	}

div.flowOP section p{
	border-top:dotted 2px #ccc;
	margin:-15px 0 20px 0;
	padding-top:8px;
	}


/* 料金のご案内 */


section.priceMain {
	overflow:hidden;
	}

section.priceMain img.photo {
	float:right;
	}

article.price h2.title  {
	background-color:#5A3218;
	color:#fff;
	padding:5px 5px 5px 40px;
	font-weight:700;
	font-size:1.2em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-image:url(../images/price/price_bg.gif);
	background-position:10px 7px;
	background-repeat:no-repeat;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	}

article.price section.price ul.price {
	margin-bottom:15px;
	}

article.price section.price ul.price li {
	border-bottom:dotted 1px #ccc;
	padding:5px 0;
	overflow:hidden;
	}

article.price section.price ul.price li img {
	vertical-align:middle;
	}

article.price section.price ul.price li span.price img {
	margin-left:13px;
	}

article.price section.price ul.price li span.menu img {
	margin:8px 0;
	}

article.price section.price ul.price li img.link {
	float:right;
	}

article.price section.price ul.price li:last-child img {
	float:left;
	margin-top:11px;
	}

article.price section.price ul.price li:last-child span {
	margin-left:20px;
	display:block;
	float:left;
	width:400px;
	}

article.price section.price ul.note {
	margin-bottom:15px;
	}


.priceInfo .note {
	margin-top: 40px;
}

.priceInfo div.credit,
article.price div.credit,
article.park div.credit,
.noukotsuInfo div.credit {
	border:dotted 2px #ccc;
	padding:10px;
	}

.priceInfo div.credit {
	margin-bottom: 50px;
	margin-top: 20px;
}
article.park div.credit {
	margin-bottom: 20px;
}
.noukotsuInfo div.credit {
	margin-bottom: 50px;
}

.priceInfo div.credit span,
article.price div.credit span,
article.park div.credit span,
.noukotsuInfo div.credit span {
	width:230px;
	display:block;
	float:left;
	margin-top:10px;
	}

@media screen and (max-width: 767px) {

section.priceMain {
	text-align:center;
	}

section.priceMain img.photo {
	float:none;
	}

section.priceMain p {
	margin:10px 0;
	text-align:left;
	}

article.price section.price ul.price li span.menu {
	display:block;
	text-align:center;
	margin-bottom:8px;
	}

article.price section.price ul.price li:nth-child(1) span.menu {
	background-color:#eb6d81;
	}
article.price section.price ul.price li:nth-child(2) span.menu {
	background-color:#25b7bc;
	}
article.price section.price ul.price li:nth-child(3) span.menu {
	background-color:#f2bf02;
	}
article.price section.price ul.price li:nth-child(4) span.menu {
	background-color:#f19036;
	}

article.price section.price ul.price li span.price {
	display:block;
	text-align:center;
	}

article.price section.price ul.price li span.price img {
	margin-left:0px;
	}

article.price section.price ul.price li a {
	display:block;
	width:175px;
	margin:10px auto;
	}

article.price section.price ul.price li img.link {
	float:none;
	}

article.price section.price ul.price li:last-child span {
	margin-left:0px;
	margin-top:10px;
	clear:both;
	width:100%;
	}

article.price div.credit span,
article.park div.credit span {
	width:100%;
	}

}


section.noukotsu {
	overflow:hidden;
	margin-top:60px;
	}

section.noukotsu p.copy {
	margin-top:40px;
	}


section.noukotsu img.photo {
	float:right;
	margin-top:40px;
	}

@media screen and (max-width: 767px) {

section.noukotsu p.copy {
	margin:10px 0;
	}

section.noukotsu img.photo {
	float:none;
	}

}

section.noukotsu h3 {
	font-weight:700;
	margin-top:20px;
	}

section.noukotsu h3 span {
	color:#EB6D81;
	}


@media screen and (min-width: 768px) {

.priceTable {
	border-collapse: collapse;
	width:700px;
	margin-bottom:30px;
	border-left: 1px solid #5A3218;

	}

.priceTable thead {
	background-color:#5A3218;
	color:#fff;

	}

.priceTable thead th {
	border-right:dotted 2px #ccc;
	padding:5px 0;
	font-weight:700;
	}

.priceTable thead th.right {
	border-right: 1px solid #5A3218;
	}

.priceTable tbody td,
.priceTable tbody th {
	text-align:left;
	padding:10px;
	border-top: 1px solid #5A3218;
	border-bottom: 1px solid #5A3218;
	border-right:dotted 2px #ccc;
	}

.priceTable tbody th {
	width:18%;
	}

.priceTable tbody td.right {
	border-right: 1px solid #5A3218;
	}

.priceTable tbody td.price {
	text-align:right;
	width:25%;
	}

.priceTable tbody th {
	background-color:#FAD9D9;
	color:#5A3218;
	font-weight:700;
	}


.tableOption tbody th,
.tablePark tbody th {
	width:25%;
	}

}

@media screen and (max-width: 767px) {

section.noukotsu h3 {
	font-size:1.5em;
	}


.priceTable{
	display: block;
	wiodth:100%;
}
.priceTable thead{
	display: none;
	}
.priceTable tbody{
	display: block;
	}
.priceTable tbody tr{
	display: block;
	margin-bottom: 1.5em;
	}
.priceTable tbody th,
.priceTable tbody td{
	display: list-item;
	list-style-type: none;
	border: none;
	}
.priceTable tbody th	{
	margin-bottom: 5px;
	list-style-type: none;
	background: #FAD9D9;
	font-weight:700;
	}
.priceTable tbody td{
	margin-left: 20px;
	padding: 0;
	}
.priceTable tbody td:nth-of-type(1):before { content: "[入座料] "; }
.priceTable tbody td:nth-of-type(2):before { content: "[年間管理費] "; }
.priceTable tbody td:nth-of-type(3):before { content: ""; }

.tablePark tbody td:nth-of-type(1):before { content: "[セット料金] "; }
.tablePark tbody td:nth-of-type(2):before { content: ""; }

.tableOption tbody td:nth-of-type(1):before { content: "[料金] "; }
.tableOption tbody td:nth-of-type(2):before { content: ""; }
}


section.park {
	overflow:hidden;
	margin-top:60px;
	}

section.park p.copy {
	margin-top:40px;
	}

section.park img.photo {
	float:right;
	margin-top:40px;
	}

@media screen and (max-width: 767px) {

section.park p.copy {
	margin:10px 0;
	}

section.park p.copy a img {
	margin-bottom:20px;
	}

section.park img.photo {
	float:none;
	}

}

section.option {
	overflow:hidden;
	margin-top:60px;
	}

section.option h2 {
	margin-bottom:30px;
	}

.priceTable ul li,
.detailPrice ul li  {
	display:inline-block;
	}

.priceTable ul li span,
.detailPrice ul li span  {
	color:#A4886D;
	}





/* 料金詳細ページ */



@media screen and (min-width: 768px) {

.detailPrice {
	border-collapse: collapse;
	width:700px;
	margin-bottom:20px;
	border-left: 1px solid #5A3218;
	}


.detailPrice tbody td {
	text-align:left;
	padding:10px;
	border-top: 1px solid #A4886D;
	border-bottom: 1px solid #A4886D;

	}

.detailPrice tbody td.kind {
	font-size:1.2em;
	text-align:center;
	font-weight:700;
	border-right:dotted 2px #ccc;
	}

.detailPrice tbody td.price {
	background-color:#EB6D81;
	vertical-align:middle;
	text-align:right;
	width:180px;
	}

.kobetsu tbody td.price {
	background-color:#25B7BC;
	}

.tachiai tbody td.price {
	background-color:#F19036;
	}
.tachiai02 tbody td.price {
	background-color:#f2c001;
	}

.tokubetsu tbody td.price {
	background-color:#80C155;
	}


.detailPrice tbody th {
	font-size:1.2em;
	background-color:#5A3218;
	border-bottom: 1px solid #A4886D;
	color:#fff;
	font-weight:700;
	}

.detailPrice tbody th.bird {
	line-height:1.2;
	padding-bottom:10px;
	}

.detailPrice tbody th.dog {
	vertical-align:middle;
	}

.detailPrice tbody td.right {
	border-right: 1px solid #5A3218;
	}
}


@media screen and (max-width: 767px) {
.detailPrice {
	display: block;
	width:100%;
}
.detailPrice tbody{
	display: block;
	}
.detailPrice tbody tr{
	display: block;
	margin-bottom: 1.5em;
	}
.detailPrice tbody th,
.detailPrice tbody td{
	display: list-item;
	list-style-type: none;
	border: none;
	}
.detailPrice tbody th	{
	margin-bottom: 5px;
	list-style-type: none;
	background: #5A3218;
	color:#fff;
	font-size:1.2em;
	padding:5px 0;
	font-weight:700;
	width: 100%;
	}

.detailPrice tbody td{
	/* margin-left: 20px; */
	margin-left: 0;
	padding: 0;
	width: 100%;
	}
.detailPrice tbody tr {
	padding-bottom:20px;
	border-bottom:dotted 1px #ccc;
	width: 100%;
	}

/* .detailPrice tbody td:nth-of-type(1):before { content: "[サイズ]　"; }
.detailPrice tbody td:nth-of-type(2):before { content: "[種類]"; } */

.detailPrice tbody td:nth-of-type(2) {
	display: block;
	margin-left: 0px;
	margin-top:10px;
	padding:5px;
	background-color:#EB6D81;
	text-align:center;
	}

.kobetsu tbody td:nth-of-type(2) {
	background-color:#25B7BC;
	}
.tachiai tbody td:nth-of-type(2) {
	background-color:#F19036;
	}
.tachiai02 tbody td:nth-of-type(2) {
	background-color:#f2c001;
	}
.tokubetsu tbody td:nth-of-type(2) {
	background-color:#80C155;
	}
}


section.priceInfo ul.menu {
	overflow:hidden;
	margin-bottom:15px;
	}

section.priceInfo ul.menu li {
	display:inline-block;
	margin-bottom:5px;
	}

section.priceInfo ul.mAngel li {
	margin-left:4px;
	}

section.priceInfo ul.mKobetsu li {
	margin-left:3px;
	}


section.priceInfo ul.mKobetsu li:nth-child(5),
section.priceInfo ul.mKobetsu li:nth-child(7) {
	margin-left:0;
	}

section.priceInfo ul.mTachiai li:nth-child(2),
section.priceInfo ul.mTachiai li:nth-child(3),
section.priceInfo ul.mTachiai li:nth-child(4),
section.priceInfo ul.mTachiai li:nth-child(5) {
	margin-left:3px;
	}

section.priceInfo ul.mTokubetsu li {
	margin-left:12px;
	}

@media screen and (min-width: 768px) {

section.priceInfo ul.mTokubetsu li:nth-child(1),
section.priceInfo ul.mTokubetsu li:nth-child(5),
section.priceInfo ul.mTokubetsu li:nth-child(8) {
	margin-left:0px;
	}

section.priceInfo ul.mKobetsu li:first-child ,
section.priceInfo ul.mAngel li:first-child {
	margin-left:0;
	}

}

section.priceInfo p.note {
	padding-top:15px;
	border-top:dotted 2px #ccc;
	}


section.priceInfo p.note span {
	color:#EB6D81;
	}

section.priceInfo h2.price {
	color:#EB6D81;
	font-weight:700;
	font-size:1.2em;
	margin-top:40px;
	margin-bottom:10px;
	background-image:url(../images/common/link_bg.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:30px;
	}

section.priceInfo h2.kobetsu {
	color:#25B7BC;
	}
section.priceInfo h2.tachiai {
	color:#F19036;
	}
section.priceInfo h2.tokubetsu {
	color:#80C155;
	}

section.priceInfo p.baby {
	overflow:hidden;
	border-bottom:dotted 2px #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
	}

section.priceInfo p.baby img {
	float:left;
	margin-top:10px;
	}

section.priceInfo p.baby span {
	display:block;
	width:350px;
	float:left;
	margin-left:20px;
	}

ul.priceLink {
	overflow:hidden;
	margin-top:15px;
	}

ul.priceLink li {
	display:inline-block;
	margin-left:10px;
	}

ul.priceLink li:first-child {
	margin-left:0;
	}


@media screen and (max-width: 767px) {

section.priceInfo p.baby span {
	margin-top:8px;
	width:90%;
	}

ul.priceLink li {
	display:block;
	text-align:center;
	margin-left:0px;
	}

}





/* 納骨室のご案内 */


section.noukotsuMain {
	overflow:hidden;
	}


section.noukotsuMain img.photo {
	float:right;
	}


/* @media screen and (min-width: 768px) {
section.noukotsuMain p {
	float:left;
	width:450px;
	margin:20px 0;
	}

} */

@media screen and (max-width: 767px) {

section.noukotsuMain img.photo {
	float:none;
	margin-bottom:20px;
	}
}

section.noukotsuMain p {
	margin:20px 0;
	}


.noukotsu-wrap {
	margin: 50px 0 30px;
}
.noukotsu-wrap02 {
	margin: 80px 0 30px;
}
.noukotsu-wrap .hdr-noukotsu {
	border-radius: 10px;
	color: #FFF;
	font-family: 'GenJyuuGothic';
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 16px;
	padding: 7px 0;
	text-align: center;
}
.noukotsu-wrap .lead-noukotsu {
	color: #ec6d81;
	font-family: 'GenJyuuGothic';
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 4px;
	text-align: center;
}
.noukotsu-wrap01 .hdr-noukotsu {
	background-color: #ec6d81;
}
.noukotsu-wrap02 .hdr-noukotsu {
	background-color: #2396c8;
}
.noukotsu-wrap .desc-noukotsu {
	text-align: center;
}

.noukotsu-lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.noukotsu-lists section {
	width: 160px;
}
.noukotsu-lists section.double {
	width: 340px;
}
.noukotsu-lists section.triple {
	width: 520px;
}
.noukotsu-lists section.double .price-cols,
.noukotsu-lists section.triple .price-cols {
	display: flex;
	justify-content: space-between;
	margin-top: 4px;
}
.noukotsu-lists section.double h3,
.noukotsu-lists section.double .price {
	width: 160px;
}
.noukotsu-lists section.triple .price {
	width: 171px;
}
.noukotsu-lists section.triple h3 {
	align-items: center;
	display: flex;
	width: 140px;
}
.noukotsu-lists section.triple .hdr-cols {
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
	width: 345px;
}
.noukotsu-lists section.triple .comment {
	align-items: center;
	border-left: 2px solid #231815;
	display: flex;
	margin-left: 12px;
	line-height: 1.3;
	padding-left: 12px;
	width: 358px;
}

.noukotsu-lists section h3 {
	color: #5b3219;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	padding: 4px 0;
	transform: scaleX(0.9);
	white-space: nowrap;
}
.noukotsu-lists section:nth-child(4n+1),
.noukotsu-lists section:nth-child(4n+2),
.noukotsu-lists section:nth-child(4n+3) {
	margin-right: 20px;
}
.noukotsu-lists section:nth-child(n+5) {
	margin-top: 26px;
}

.noukotsu-lists section .price {
	background-color: #fbe0e0;
	padding: 7px 8px 2px;
}
.noukotsu-lists02 section .price {
	background-color: #dce9f7;
}

.noukotsu-lists section .price small {
	display: block;
	font-size: 10px;
	line-height: 1;
}
.noukotsu-lists section .price p {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -.03em;
	text-align: right;
	white-space: nowrap;
}
.noukotsu-lists section .price b {
	font-size: 15px;
}
.noukotsu-lists section .desc {
	line-height: 1.3;
	margin-top: 10px;
}
.noukotsu-wrap .note {
	margin-top: 20px;
}

div.noukotsuWrap {
	border-bottom: dotted 2px #5A3218;
	padding:50px 0 20px 0;
	overflow:hidden;
	}

div.noukotsuWrap section {
	width:150px;
	height:260px;
	float:left;
	}

@media screen and (min-width: 768px) {
div.noukotsuWrap section {
	margin-left:33px;
	}
}

@media screen and (max-width: 767px) {
	div.noukotsuWrap section {
	width:46%;
	margin-left:2%;
	height:260px;
	float:left;
	text-align:center;
	}

	.noukotsu-wrap .hdr-noukotsu {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.noukotsu-wrap .lead-noukotsu {
		font-size: 18px;
	}
	.noukotsu-lists section:nth-child(4n+1),
	.noukotsu-lists section:nth-child(4n+2),
	.noukotsu-lists section:nth-child(4n+3) {
		margin-right: 0;
	}
	.noukotsu-lists section:nth-child(2n+1) {
		margin-right: 15px;
	}
	.noukotsu-lists section:nth-child(n+3) {
		margin-top: 15px;
	}
	.noukotsu-wrap .desc-noukotsu {
		text-align: left;
	}
	.noukotsu-lists section {
		max-width: 160px;
		width: calc((100% - 15px) / 2);
	}
	.noukotsu-lists section.double,
	.noukotsu-lists section.triple {
		max-width: 340px;
		width: 100%;
	}
	.noukotsu-lists section.double .price {
		max-width: 160px;
		width: calc((100% - 15px) / 2);
	}
	.noukotsu-lists section.triple .price-cols {
		flex-direction: column;
	}
	.noukotsu-lists section.triple .price {
		width: 100%;
	}
	.noukotsu-lists section .price p {
		font-size: 10px;
	}
	.noukotsu-lists section.triple .hdr-cols {
		width: 100%;
	}
	.noukotsu-lists section .price b {
		font-size: 13px;
	}
}




div.noukotsuWrap section.left {
	margin-left:0;
	}

div.noukotsuWrap section h3 {
	color:#5A3218;
	font-size:1.2em;
	font-weight:700;
	margin-bottom:20px;
	padding-top:8px;
	}

div.noukotsuWrap section p {
	border-top:dotted 2px #ccc;
	margin:-15px 0 20px 0;
	padding-top:8px;
	}

div.noukotsuWrap section.bottom {
	clear:both;
	margin-left:0;
	margin-bottom:20px;
	}

div.noukotsuWrap section.bottom .right {
	width:150px;
	margin-top:150px;
	float:right;
	}

@media screen and (min-width: 768px) {
div.noukotsuWrap section.bottom {
	width:695px;
	height:300px;
	}

div.noukotsuWrap section.bottom img {
	float:left;}

}

@media screen and (max-width: 767px) {

div.noukotsuWrap section.bottom {
	width:100%;
	height:auto;
	}

div.noukotsuWrap section.bottom .right {
	width:100%;
	margin-top:0px;
	float:none;
	}
}

section.noukotsuOption {
	overflow:hidden;
	padding-top:30px;
	}

section.noukotsuOption h3 {
	color:#5A3218;
	font-weight:700;
	font-size:1.2em;
	float:left;
	width:145px;
	}

section.noukotsuOption ul {
	float:left;
	width:400px;}


section.noukotsuOption ul li span {
	color:#ccc;
	}






/* メモリアルパークのご案内 */


section.parkMain {
	overflow:hidden;
	}


section.parkMain img.photo {
	float:right;
	}

/* @media screen and (min-width: 768px) {
section.parkMain p {
	float:left;
	width:450px;
	margin:20px 0;
	}

} */

@media screen and (max-width: 767px) {

section.parkMain img.photo {
	float:none;
	margin-bottom:20px;
	}
}

section.parkMain p {
	margin:20px 0;
	}

section.parkDivision h2 {
	color:#5A3218;
	font-size:18px;
	font-weight:700;
	margin-top:30px;
	}

section.parkDivision div.map {
	overflow:hidden;
	}

section.parkDivision div.map img {
	float:left;
	max-width: 500px;
	width: 500px;
	}

@media screen and (min-width: 768px) {
section.parkDivision div.map div.right {
	width:184px;
	float:right;
	}
}

@media screen and (max-width: 767px) {
section.parkDivision div.map img {
	float:none;
	max-width: 100%;
	width: auto;
	}
section.parkDivision div.map div.right {
	width:100%;
	clear:both;
	padding:15px 0;
	}
}

section.parkDivision div.map span {
	display:block;
	background-color:#EB6D81;
	padding:10px;
	color:#fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}

section.parkDivision div.map span p.top {
	border-bottom:dotted 2px #fff;
	font-size:1.1em;
	margin-bottom:5px;
	padding-bottom:5px;
	}


/* section.parkDivision ul {
	overflow:hidden;
	margin:35px 0 20px 0;
	} */

/* section.parkDivision ul li {
	float:left;
	width:150px;
	margin-left:25px;
	} */


section.parkDivision ul li span {
	color:#5A3218;
	font-size:15px;
	font-weight:700;
	text-align: center;
	display:block;
	padding: 5px 0;
	}

section.parkDivision ul li:first-child {
	margin-left:0;
	}

/* section.parkDivision ul li:last-child {
	border-left:solid 1px #ccc;
	padding-left:25px;
	width:175px;
	} */

section.parkDivision ul.tomb-list {
	display: flex;
	margin:30px 0 25px;
}
section.parkDivision ul.tomb-list ul {
	display: flex;
}
section.parkDivision ul.tomb-list > li:first-child {
	width: 525px;
}
section.parkDivision ul.tomb-list ul > li {
	flex: 1;
	padding-right: 24px;
}
section.parkDivision ul.tomb-list > li:last-child {
	border-left:solid 1px #ccc;
	padding-left:23px;
	width:175px;
}
section.parkDivision ul.tomb-list > li .price {
	background-color: #fbe0e0;
	margin-bottom: 10px;
	padding: 7px 7px 2px;
}
section.parkDivision ul.tomb-list > li .price small {
	display: block;
	font-size: 10px;
	line-height: 1;
}
section.parkDivision ul.tomb-list > li .price p {
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}
section.parkDivision ul.tomb-list > li .price b {
	font-size: 16px;
}

@media screen and (max-width: 767px) {


section.parkDivision ul li {
	width:46%;
	margin-right:2%;
	margin-left:0;
	margin-bottom:10px;
	text-align:center;
	}

section.parkDivision ul li:last-child {
	border-left:none;
	width:46%;
	padding-left:0px;
}
}

section.park_house {
	height:194px;
	padding-left:20px;
	background-image:url(../images/park/house_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
	padding-top:20px;
	background-color:#FFFBD0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}

@media screen and (max-width: 767px) {

section.park_house {
	height:auto;
	background-image:none;
	padding:20px;
	}

}


section.park_house h2 {
	margin-top:15px;
	}

section.park_house p {
	padding:5px 0;
	width:350px;
	margin-bottom:8px;
	border-bottom:dotted 2px #ccc;
	}

@media screen and (max-width: 767px) {

section.park_house h2 {
	margin-top:0;
	}

section.park_house p {
	width:100%;
	}

	section.parkDivision ul.tomb-list {
		flex-direction: column;
	}
	section.parkDivision ul.tomb-list ul {
		flex-direction: column;
	}
	section.parkDivision ul.tomb-list > li:first-child {
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
	section.parkDivision ul.tomb-list > li:last-child {
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
	section.parkDivision ul.tomb-list ul > li {
		flex: 0;
		padding-right: 0;
	}
	section.parkDivision ul li {
		max-width: 151px;
		width: 100%;
	}
	section.parkDivision ul li:last-child {
		max-width: 151px;
		width: 100%;
	}
	section.parkDivision ul.tomb-list > li:last-child {
		max-width: 151px;
		border-left: none;
		padding-left: 0;
		width: 100%;
	}

}





/* よくあるご質問 */


article.faq section h2 {
	color:#5A3218;
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
	}

article.faq section dl dt {
	border-bottom:dotted 2px #8CC66C;
	color:#5A3218;
	font-weight:700;
	background-image:url(../images/faq/q.jpg);
	background-repeat:no-repeat;
	height:37px;
	padding-left:45px;
	padding-top:8px;
	}

article.faq section dl dd {
	background-image:url(../images/faq/a.jpg);
	background-repeat:no-repeat;
	padding-bottom:35px;
	margin-left:35px;
	padding-left:45px;
	padding-top:10px;
	}


@media screen and (max-width: 767px) {

article.faq section dl dd {
	margin-left:0;
}

}




/* 個人情報保護 */

ul.privacy li {
	list-style:inside;
	padding-left:1em;
	text-indent:-1em;
	border-bottom:dotted 2px #ccc;
	padding-top:20px;
	padding-bottom:20px;
	}

p.privacy {
	margin:20px 0 0 20px;
	}





/* アクセスマップ */


section.accessMain {
	overflow:hidden;
	}

section.accessMain img.photo {
	float:right;
	}

@media screen and (max-width: 767px) {

section.accessMain img.photo {
	float:none;
	margin-bottom:10px;
	}

}

section.accessMain p.address {
	border-top:dotted 2px #ccc;
	font-weight:700;
	padding-top:10px;
	width:380px;
	margin:10px 0;
	}


section.accessMain p.address a {
	color:#333;
	}

section.accessMain iframe {
	margin:40px 0;
	}

section.accsessRoute h2 {
	border-bottom:solid 1px #ccc;
	font-weight:700;
	margin-bottom:5px;
	}

section.accsessRoute ul {
	margin-bottom:20px;
	}
section.accsessRoute ul li {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:8px;
	}


section.accsessRoute ul li span {
	color:#ccc;
	}





/* 会社概要 */

section.companyMain {
	overflow:hidden;
	margin-bottom:50px;
	}

section.companyMain img {
	margin-top:20px;
	}
section.companyService {
	margin-bottom:30px;
	}


section.companyService h2 {
	border-bottom:solid 1px #ccc;
	font-weight:700;
	font-size:1.2em;
	}

section.companyService dl dt {
	margin-top:8px;
	}

section.companyService dl dt span {
	color:#ccc;

	}

section.companyInfo img {
	float:right;
	}


section.companyInfo dl {
	float:left;
	border-bottom:dotted 2px #ccc;
	}


section.companyInfo dl dt {
	width:110px;
	float:left;
	clear:both;
	border-top:dotted 2px #ccc;
	padding:5px 0;
	}

section.companyInfo dl dd {
	width:290px;
	float:left;
	border-top:dotted 2px #ccc;
	padding:5px 0;
	}

section.companyInfo dl dd a {
	color:#333;
	}

@media screen and (max-width: 767px) {

section.companyInfo span {
	display:block;
	text-align:center;
	}

section.companyInfo img {
	float:none;
	}

section.companyInfo dl {
	float:none;
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}

section.companyInfo dl dt {
	width:100%;
	float:none;
	background-color:#efefef;
	text-align:center;
	font-weight:700;
	}

section.companyInfo dl dd {
	width:100%;
	float:none;
	}

}

section.companyInfo iframe {
	margin-top:40px;
	}






/* ペット葬儀の豆知識 */

section.knowledge {
	}


section.knowledge h2 {
	color:#EB6D81;
	border-bottom:solid 1px #EB6D81;
	font-weight:700;
	margin-bottom:15px;
	font-size:1.2em;
	}

section.knowledge .rigorMortis {
	overflow:hidden;
	}

section.knowledge .rigorMortis img {
	float:right;
	}

section.knowledge .rigorMortis ol {
	margin-top:15px;
	width:500px;
	}

@media screen and (max-width: 767px) {
section.knowledge .rigorMortis img {
	float:none;
	}

section.knowledge .rigorMortis span.illust {
	display:block;
	text-align:center;
	}

section.knowledge .rigorMortis ol {
	width:100%;
}

}

section.knowledge .rigorMortis ol li {
	padding:8px 0;
	background-repeat:no-repeat;
	background-position:left 8px;
	padding-left:30px;
	}


section.knowledge .rigorMortis ol li:first-child {
	background-image:url(../images/knowledge/no1.gif);
	border-bottom:dotted 2px #ccc;
	}

section.knowledge .rigorMortis ol li:nth-child(2) {
	background-image:url(../images/knowledge/no2.gif);
	border-bottom:dotted 2px #ccc;
	}

section.knowledge .rigorMortis ol li:nth-child(3) {
	background-image:url(../images/knowledge/no3.gif);
	}

section.knowledge .rigorMortis ol li span {
	color:#5A3218;
	font-weight:700;
	display:block;
	}

section.knowledge .rigorMortis ol li:nth-child(3) span {
	margin-bottom:8px;
	}

section.knowledge p.explanation {
	border-top:dotted 2px #ccc;
	padding-top:10px;
	margin-bottom:60px;
	}

section.knowledge .obituaryNotice img {
	float:right;
	}

section.knowledge .obituaryNotice {
	border-top:dotted 2px #ccc;
	padding-top:15px;
	margin-top:15px;
	}

section.knowledge .obituaryNotice ul {
	margin-top:15px;
	}

section.knowledge .obituaryNotice ul span {
	color:#EB6D81;
	}

@media screen and (max-width: 767px) {

section.knowledge .obituaryNotice span.illust {
	width:100%;
	display:block;
	margin:20px 0px;
	text-align:center;
	}

section.knowledge .obituaryNotice img {
	float:none;
	}

}





/* 会員募集 */


section.if h2 {
	margin-bottom:15px;
	}

section.if .discount {
	background-color:#EB6D81;
	color:#fff;
	padding:10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin:15px 0;
	font-weight:700;
	}

section.fees {
	margin:50px 0;
	}

section.fees h2,
section.registration h2 {
	color:#EB6D81;
	border-bottom:solid 1px #EB6D81;
	font-weight:700;
	font-size:1.2em;
	margin-bottom:15px;
	}

section.fees h3 {
	color:#E50011;
	font-weight:700;
	font-size:1.4em;
	}

section.fees .note {
	font-weight:700;
	}

section.fees ul {
	margin:15px 0;
	}

section.fees ul li span {
	color:#EB6D81;
	}


section.registration .must {
	background-color:#EB6D81;
	color:#fff;
	padding:10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin:15px 0;
	overflow:hidden;
	font-weight:700;
	}

section.registration .must h3 {
	width:150px;
	float:left;
	text-align:center;
	font-weight:700;
	line-height:45px;
	}

section.registration .must ul {
	width:450px;
	float:left;
	}


section.registration .must ul li {
	display:inline-block;
	margin-right:10px;
	}

section.registration .must ul li span {
	color:#5A3218;
	}


@media screen and (max-width: 767px) {

section.registration .must h3 {
	width:100%;
	float:none;
	line-height:25px;
	border-bottom:dotted 1px #fff;
	margin-bottom:10px;
	}
section.registration .must ul {
	width:100%;
	float:none;
	}
}
