@charset "utf-8";
/* ======================================================

	lp_takamatsu_pet

====================================================== */

.serif {
	font-family: "游明朝", YuMincho, 'Noto Serif Japanese', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* =======================
 ◇ 共通
======================== */

.contents {
}
.contents .container {
	width: 1000px;
	margin: auto;
}
.contents .heading1 {
	background: url(../../images/common/title-h4.jpg) 0% 50% repeat;
	font-size: 185%;
	color: #fff;
	padding: 22px 30px;
	border-left: 5px solid #c79d3b;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.contents .heading1 span {
	font-size: 60%;
	display: block;
	letter-spacing: 0;
	margin-top: 5px;
}
.contents .heading2 {
	background: url(../../images/common/title-h5.png) 0 23% no-repeat;
	font-size: 125%;
	padding: 0 35px 18px;
	border-bottom: 2px solid #14694b;
	margin-bottom: 25px;
}
.contents .imagetitle {
	margin-bottom: 25px;
}
.contents > section {
	margin-bottom: 80px;
}
.contents .accent {
	margin-bottom: 25px;
}
.contents .visual {
	margin-bottom: 25px;
}
.contents p,  .contents dl,  .contents ul {
	font-size: 125%;
}
.contents dl p,  .contents ul p,  .contents ul ul,  .contents dl dl,  .contents dl ul,  .contents ul dl {
	font-size: 100%;
}
.contets .text.txt-center {
	text-align: center;
}
.contents a.btn {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 70px;
	color: #12a791;
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #12a791;
	border-radius: 12px;
}
.contents a.btn:before {
	content: "";
	position: relative;
	display: inline-block;
	top: 4px;
	padding-right: 0.5em;
	width: 1.2em;
	height: 1.2em;
	background: url(../../images/lp/takamatsu/bridaltrees/arrow.png) no-repeat;
	background-size: contain;
}
.redarea {
    background: #f01;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 30px;
}

.redarea p {
    margin-bottom: 0;
    color: #fff;
    font-size: 207%;
    text-align: center;
    font-weight: 700;
}

.contents p.text {
	margin-bottom: 30px;
}

/* =======================
 ◇ flier
======================== */
.flier{
	background: #F2F2F2;
	border: 1px solid#CCCCCC;
	padding: 50px 10px 0;
	margin: 80px 0;
}

.flier p.image{
	text-align: center;
	margin-bottom: 23px;
}
.flier p.image img{
	max-width: 100%;
}
.flier p.link{
	text-align: center;
	font-size: 200%;
}
.flier p.link a{
	text-decoration: none;
}
.flier p.link a:hover{
	text-decoration: underline;
}

/* =======================
 ◇ contact
======================== */
.contents .contact {
	margin-bottom: 40px;
	text-align: center;
}
/* =======================
 ◇ consultation
======================== */
.contents .consultation {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 4px solid #11a58d;
	margin-bottom: 40px;
}
.contents .consultation ul.list {
	margin: 0;
}
.contents .consultation ul.list li {
	float: left;
	position: relative;
	display: inline-block;
	margin-right: 8px;
}
.contents .consultation ul.list li:last-child {
	margin-right: 0;
}
/* =======================
 ◇ commontxt
======================== */
.contents .container dl.commontxt {
	margin-bottom: 35px;
}
.contents .container dl.commontxt dt {
	color: #2E75B6;
	margin-bottom: 25px;
	background: #fffae0;
	padding: 20px;
	border-radius: 10px;
}
.contents .container dl.commontxt dd {
}
/* =======================
 ◇ correspondingArea
======================== */
.contents .container .correspondingArea {
	margin-bottom: 35px;
	background: #fffae0;
	padding: 20px;
	border-radius: 10px;
}
.contents .container .correspondingArea dl.text {
	color: #2E75B6;
}
.contents .container .correspondingArea dl.text dt {
	font-size: 122%;
	font-weight: 700;
	margin-bottom: 8px;
}
.contents .container .correspondingArea dl.text dt span {
	color: #f01;
}
.contents .container .correspondingArea dl.text dd {
}
.contents .container .correspondingArea .cemetery {
	margin-bottom: 35px;
	background: #dbfffc;
	padding: 20px;
	border-radius: 10px;
}
/* =======================
 ◇ topまわり
======================== */
.contents h2 {
	margin-bottom: 20px;
}


/* =======================
 ◇ topまわり
======================== */

.image-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.image-list li {
    width: 32%;
    margin-bottom: 20px;
}
.image-list li.per50 {
    width: 49%;
}
.image-list li.per100 {
    width: 100%;
}
.image-list li dl img {
    width: 100%;
}
.image-list li.per100 dl {
    width: 100%;
}
.image-list li dt {
    margin-bottom: 12px;
}


/* =======================
 ◇ about
======================== */
#about p.text {
	line-height: 1.8;
	margin-bottom: 40px;
}
#about p.price {
	margin-bottom: 30px;
}
/* =======================
 ◇ merit
======================== */
.merit ul.list li {
	display: table;
	width: 100%;
	margin-bottom: 35px;
}
.merit ul.list li > * {
	display: table-cell;
	vertical-align: top;
}
.merit ul.list li > p.image img {
	width: 90%;
}
.merit ul.list li > dl.text {
	width: 765px;
}
.merit ul.list li > dl.text dt {
	width: 100%;
	display: table;
	box-sizing: border-box;
	background: #B9862D url(../../images/pet/merit-title.png) 0 0 no-repeat;
	background-size: 100% auto;
	height: 84px;
	padding-left: 20px;
	font-size: 190%;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
.merit ul.list li > dl.text dt > em {
	display: table-cell;
	vertical-align: middle;
	font-style: italic;
}
.merit ul.list li > dl.text dt span {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	color: #bd8e32;
	background: #fff;
	margin-right: 20px;
	font-style: normal;
}
.merit ul.list li > dl.text dd {
	padding: 0 10px;
}
/* =======================
 ◇ leave
======================== */
.contents .leave {
	text-align: center;
	margin-bottom: 40px;
}
/* =======================
 ◇ plan
======================== */
#plan > p.text {
	margin-bottom: 30px;
}
#plan ul.plan-navi {
	overflow: hidden;
	margin-left: -1%;
	margin-bottom: 40px;
}
#plan ul.plan-navi li {
	float: left;
	width: 24%;
	margin-left: 1%;
}
#plan ul.plan-navi li img {
	width: 100%;
}
/* --------------------------------
   □ plan
-------------------------------- */
#plan section.plan {
	background: url(../../images/pet/plan-decoration.png) #f8f3e8 100% 0 no-repeat;
	padding: 4% 49px 4% 50px;
	margin-bottom: 60px;
}
#plan section.plan:last-child {
	margin-bottom: 0;
}
#plan section.plan h5 {
	background: none;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
}
#plan section.plan > p.image {
	text-align: center;
	margin-bottom: 20px;
}
#plan section.plan > p.text {
	margin-bottom: 40px;
}
/* --------------------------------
	   □ remarks
	-------------------------------- */
#plan section.plan p.remarks {
	box-sizing: border-box;
	background: url(../../images/pet/remarks.png) 0 0 no-repeat;
	text-align: center;
	color: #fff;
	height: 74px;
	padding-top: 18px;
	margin: 30px auto;
	font-size: 200%;
}
/* --------------------------------
	   □ items
	-------------------------------- */
#plan section.plan ul.items li {
	background: #EFE3C9;
	margin-bottom: 15px;
}
#plan section.plan ul.items li:last-child {
	margin-bottom: 0;
}
/* --------------------------------
	   □ noImageList
	-------------------------------- */
#plan section.plan ul.noImageList li dl {
	padding: 2% 3%;
}
#plan section.plan ul.noImageList li dl {
	display: table;
	width: 100%;
}
#plan section.plan ul.noImageList li dl > * {
	display: table-cell;
	vertical-align: middle;
}
#plan section.plan ul.noImageList li dl > dt {
	font-size: 200%;
	text-align: center;
	width: 32%;
	font-weight: 700;
}
#plan section.plan ul.noImageList li dl > dd {
	font-size: 166%;
}
#plan section.plan ul.noImageList li dl > dd.size {
	width: 28%;
	text-align: center;
}
#plan section.plan ul.noImageList li dl > dd.size em {
	font-size: 136%;
	line-height: 1.2;
}
#plan section.plan ul.noImageList li dl > dd.size span {
	font-size: 60%;
}
#plan section.plan ul.noImageList li dl > dd.price {
	padding-left: 2em;
}
#plan section.plan ul.noImageList li dl > dd.price em {
	font-size: 136%;
}
#plan section.plan ul.noImageList li dl > dd.price em span {
	font-size: 50%;
}
#plan section.plan ul.noImageList li dl > dd.price .unit {
	display: block;
	font-size: 80%;
}
#plan section.plan ul.noImageList.simple li dl > dt {
	width: 50%;
}
/* --------------------------------
	   □ imageList
	-------------------------------- */
#plan section.plan ul.imageList {
	margin-bottom: 40px;
}
#plan section.plan ul.imageList li {
	display: table;
	width: 100%;
}
#plan section.plan ul.imageList li > * {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
}
#plan section.plan ul.imageList li > dl {
	padding: 3%;
}
#plan section.plan ul.imageList li > dl dt {
	font-size: 168%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
#plan section.plan ul.imageList li > dl dd.text {
	padding: 0 1em 15px 1em;
	border-bottom: 1px solid #2C1B1B;
}
#plan section.plan ul.imageList li > dl dd.spec {
	padding: 15px 1em 0 1em;
}
#plan section.plan ul.imageList li > dl dd.spec p.size {
	float: left;
	width: 35%;
}
#plan section.plan ul.imageList li > dl dd.spec p.price {
	float: left;
	width: 65%;
}
#plan section.plan ul.imageList li > dl dd.spec.priceOnly p.price {
	float: none;
	width: auto;
	text-align: center;
}
#plan section.plan ul.imageList li > dl dd.spec p.price em {
	font-size: 270%;
}
#plan section.plan ul.imageList li > dl dd.spec p.price em span {
	font-size: 50%;
}
#plan section.plan ul.imageList li > dl dd.spec p.price span.note {
	display: block;
}
#plan section.plan ul.imageList li > dl dd.spec p.size span {
	display: inline-block;
	padding: 6px;
	margin: 0;
	color: #fff;
	background: #2C1B1B;
}
#plan section.plan ul.imageList li.wide > * {
	display: block;
}
#plan section.plan ul.imageList li.wide > dl dd.spec p.size {
	text-align: right;
}
#plan section.plan ul.imageList li.wide > dl dd.spec p.size span {
	text-align: center;
}
#plan section.plan ul.imageList li.wide > dl dd.spec p.price {
	box-sizing: border-box;
	padding-left: 3em;
}
/* --------------------------------
	   □ #plan2
	-------------------------------- */
#plan section#plan2 ul.imageList {
	margin-bottom: 60px;
}
/* --------------------------------
	   □ #character
	-------------------------------- */
#plan section#character h6 {
	margin: 0 0 30px 0;
	padding: 0;
	background: none;
	text-align: center;
}
#plan section#character > p.text {
	padding: 0 1em 0 1em;
	margin-bottom: 30px;
}
#plan section#character h6 img {
	width: 50%;
}
#plan section#character ul.items li {
	margin-bottom: 30px;
}
#plan section#character ul.items li {
	display: table;
	width: 100%;
}
#plan section#character ul.items li > * {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
}
#plan section#character ul.items li > p.image {
	width: 220px;
}
#plan section#character ul.items li > dl {
	display: table;
	width: 100%;
	height: 172px;
}
#plan section#character ul.items li > dl > * {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
	width: 50%;
}
#plan section#character ul.items li > dl dt {
	text-align: center;
}
#plan section#character ul.items li > dl dt em {
	display: block;
	font-size: 200%;
	margin-bottom: 15px;
}
#plan section#character ul.items li > dl dt em span {
	font-size: 50%;
}
#plan section#character ul.items li > dl dd span.unit {
	display: inline-block;
	font-weight: 700;
	margin-right: 5px;
	font-size: 120%;
}
#plan section#character ul.items li > dl dd em {
	font-size: 270%;
}
#plan section#character ul.items li > dl dd em span {
	font-size: 50%;
}
#plan section#character ul.items li.item4 > dl {
	height: 360px;
}
#plan section#character ul.items li.item4 > p.image {
	text-align: center;
	vertical-align: middle;
}
#plan section#character ul.items li.item4 > p.image img {
	width: 90%;
}
/* --------------------------------
   □ step
-------------------------------- */
#step .step {
	overflow: hidden;
	margin-left: -3.3%;
}
#step .step dl {
	box-sizing: border-box;
	float: left;
	width: 30%;
	margin: 0 0 3% 3.3%;
	position: relative;
	background-color: #F8F3E8;
	border: 2px solid #C79D39;
}
#step .step dl:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-left-color: #FF0000;
	right: -11%;
	top: 50%;
}
#step .step dl.none:after {
	border: none;
}
#step .step dl:nth-child(3),  #step .step dl:nth-child(6),  #step .step dl:nth-child(9) {
	margin-right: 0;
}
#step .step dt {
	background-color: #C79D39;
	text-align: center;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-size: 150%;
}
#step .step dd {
	text-align: center;
	padding-bottom: 15px;
}
#step .step dd > img {
	width: 100%;
}
#step .step dd p {
	text-align: left;
	margin: 8px;
}
#step .step dd ul.contact {
	background-color: #FF0000;
	color: #fff;
	margin: 10px 10px 0 10px;
	padding: 8px;
	text-align: left;
	font-weight: bold;
	line-height: 1em;
}
#step .step dd ul.contact li {
	margin-bottom: 5px;
}
#step .step dd ul.contact li:first-child:before {
	content: url(../../images/lp/marugame/icon_tel.png)
}
#step .step dd ul.contact li:last-child:before {
	content: url(../../images/lp/marugame/icon_mail.png);
}
#step .step dd ul.contact li a {
	color: #fff;
	text-decoration: none;
	word-break: break-all;
}
#step .step dd span {
	text-align: center;
	background-color: #FF0000;
	color: #fff;
	padding: 3px;
	font-weight: bold;
	display: block;
	width: 80px;
	margin: 0 0 5px 0;
	float: right;
}
/* --------------------------------
   □ qa
-------------------------------- */
#qa .hQ {
	border-bottom: 1px dotted #cccccc;
	padding: 10px 30px 10px 0;
}
#qa .hQ p {
	padding: 0px 0px 0 37px;
}
.hQ p span {
	color: #1d6e55;
	font-weight: 700;
}
#qa .hQ p.q {
	font-size: 148%;
	min-height: 27px;
	background: url(../../../images/cleaning/q.png) 0 0 no-repeat;
}
#qa .hQ p.a {
	background: url(../../../images/cleaning/a.png) 0 0 no-repeat;
	padding-top: 5px;
}
#qa .hQ p.a span.red {
	display: block;
	color: #f01;
	font-weight: 700;
}
/* --------------------------------
   □ facility
-------------------------------- */
#facility .image {
	margin-bottom: 40px;
}
#facility ul.images {
	margin: 0 0 4% 0;
}
#facility dl.image dt {
	margin-bottom: 12px;
}
#facility .facility-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#facility .facility-list li {
	width: 32%;
	margin-bottom: 20px;
}
#facility .facility-list li.per50 {
	width: 49%;
}
#facility .facility-list li.per100 {
	width: 100%;
}
#facility .facility-list li dl img {
	width: 100%;
}
#facility .facility-list li.per100 dl {
	width: 100%;
}
#facility .facility-list li dt {
	margin-bottom: 12px;
}
#facility .colorbox {
	background: #efe3c7;
	border-radius: 10px;
	padding: 30px;
	position: relative;
	margin-bottom: 30px;
}
#facility .colorbox:after {
	content: "";
	position: absolute;
	background: url(../../images/lp/takamatsu/chapel/contact_detail.png);
	width: 130px;
	height: 128px;
	right: 30px;
	top: 30px;
}
#facility .colorbox ol.circle li {
	list-style-type: square;
	line-height: 2;
	margin-left: 20px;
}
/* --------------------------------
   □ plan
-------------------------------- */

#plan .division {
	zoom: 1;
	overflow: hidden;
	margin-bottom: 20px;
}
#plan .division h5 {
	margin-bottom: 15px;
	font-size: 120%;
	text-decoration: underline;
}
#plan .division p.image {
	float: left;
	margin-right: 20px;
}
#plan .explain {
	width: 500px;
	float: right;
	margin-bottom: 15px;
}
#plan .explain .map img {
	width: 100%;
}
#plan .PriceExplain {
	width: 65%;
}
#plan .PriceExplain p.tableimage img {
	width: 100%;
}
#plan ul.pricelist li {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
#plan ul.pricelist li img {
	width: 100%;
}
#plan ul.pricelist li:nth-child(2n) {
	margin-right: 0;
}
#plan table {
	width: 100%;
	margin-bottom: 15px;
}
#plan table th,  #plan table td {
	padding: 8px 4px;
	text-align: center;
}
#plan table th {
	color: #fff;
	background: #242736;
}
#plan table th.border,  #plan table td.sample {
	border-right: 2px solid #fff;
}
#plan table small {
}
#plan table td {
	background: #d9d9d9;
}
#plan table tr:nth-child(odd) td {
	background: #ededed;
}
#plan table.peace {
}
#plan table.peace th {
	width: 30%;
	border-bottom: 1px solid #fff;
	line-height: 2.5;
}
#plan table.peace td.first {
	width: 20%;
}
#plan table.peace td.price {
	font-weight: 700;
}
#plan table.peace td.price span.red {
	color: red;
	display: block;
}
#plan .option {
	zoom: 1;
	clear: both;
	overflow: hidden;
}
#plan .option ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#plan .option li {
	margin-bottom: 10px;
	padding: 12px;
	box-sizing: border-box;
	background: #d9d9d9;
	width: 49%;
}
#plan .option .image {
	margin-bottom: 0;
}
#plan .option li dl {
	zoom: 1;
	overflow: hidden;
}
#plan .option li dt {
	font-weight: bold;
	margin-bottom: 6px;
}
#plan .option li dd {
	font-size: 85%;
}
#plan .option li dd.price {
	margin-top: 8px;
	font-size: 95%;
	text-align: right;
	font-weight: bold;
}
#plan .option li dd.price span {
	text-decoration: underline;
}
#plan ol.list {
	margin-top: 20px;
	margin-bottom: 20px;
	zoom: 1;
	clear: both;
	overflow: hidden;
}
#plan p.price_list {
	margin-bottom: 45px;
}
/* --------------------------------
   □ service
-------------------------------- */

#service .division {
	margin-bottom: 25px;
}
#service .division h5 {
	margin-bottom: 15px;
	text-decoration: underline;
	font-size: 180%;
	text-align: center;
}
#service .division p.attention {
	font-size: 95%;
}
/* --------------------------------
   □ shoptable
-------------------------------- */
table.shoptable {
	width: 80%;
	font-size: 127%;
	margin: 0 auto;
}
table.shoptable tr {
	border-bottom: 1px solid #d4d4d4;
}
table.shoptable th, table.shoptable td {
	padding: 15px;
}
table.shoptable th {
	vertical-align: top;
}
table.shoptable th span {
	background: #1a885e;
	color: #fff;
	border-radius: 5px;
	display: block;
	padding: 5px;
	text-align: center;
}
table.shoptable td p.mapimage {
	margin-top: 15px;
}
/* --------------------------------
   □ relation
-------------------------------- */
.contents .relation {
	text-align: center;
	margin-bottom: 40px;
}
/* --------------------------------
   □ last
-------------------------------- */

#last .subsection {
	margin-bottom: 30px;
}
#last .contact {
	margin-bottom: 35px;
}
#last .division {
	margin-bottom: 40px;
}
#last .division dl dt {
	border-left: 6px solid #1a885e;
	padding-left: 10px;
	margin-bottom: 25px;
}
#last .division dl dd ul.list {
	line-height: 2;
	margin-left: 15px;
}
/* --------------------------------
   □ pr
-------------------------------- */
#pr .container {
}
#pr .container dl {
	margin-bottom: 50px;
}
#pr .container dl dt {
	margin-bottom: 25px;
}
#pr .container dl dd {
	margin-bottom: 15px;
}
#pr .container dl dd.text {
	margin-bottom: 15px;
	padding: 10px 20px;
	font-weight: bold;
	background: #fffae0;
	color: #2E75B6;
}
/* --------------------------------
   □ 共通
-------------------------------- */
.contents ul p.ft28 {
    font-size: 1.75em;
}
ul.image-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.image-list li {
	width: 49%;
	margin-bottom: 20px;
}
ul.image-list li img {
	width: 100%;
}
ul.image-list li dl dt {
	margin-bottom: 12px;
}
ul.image-list li {
	width: 49%;
	margin-bottom: 20px;
}
ul.image-list li dl dt {
	margin-bottom: 12px;
}
/* --------------------------------
   □ funeral
-------------------------------- */

#funeral dl.new {
	margin: 40px 0;
}
#funeral dl.new dt {
	background: #b482bc;
	color: #fff;
	font-size: 124%;
	font-weight: 700;
	border-radius: 50px;
	padding: 15px 30px;
	text-align: center;
	margin-bottom: 20px;
}
#funeral dl.new dd {
}
#funeral .plan {
	margin-bottom: 55px;
	margin-top: 50px;
}
#funeral .plan p.subtitle {
	text-align: center;
	font-size: 230%;
	margin-bottom: 45px;
}
#funeral .plan p.subtitle span {
	background: #c394c2;
	color: #fff;
	border-radius: 50px;
	padding: 5px 30px;
}
#funeral .plan .planexplain {
	margin-left: 170px;
	overflow: hidden;
}
#funeral p.visual img {
	width: 100%;
}
#funeral .explain dl.recommendation {
	margin-bottom: 20px;
}
#funeral .explain dl.recommendation dt {
	background: #c394c2;
	color: #fff;
	font-size: 112%;
	padding: 10px 40px;
	text-align: center;
	margin-bottom: 20px;
}
#funeral .explain dl.recommendation dd {
	margin-left: 40px;
}
#funeral .explain dl.recommendation dd ul.check li {
	background: url(../../images/lp/takamatsu/chapel/check.png) 0 25% no-repeat;
	padding-left: 30px;
	line-height: 2;
}
#funeral .division {
	clear: both;
	background: url(../../images/lp/takamatsu/chapel/bg.png) 100% 0 no-repeat;
	padding: 30px 30px 30px 200px;
	box-sizing: border-box;
}
#funeral .division .section {
	margin-bottom: 45px;
}
#funeral .division h6 {
	background: url(../../images/lp/takamatsu/chapel/h6_icon.png) 0 50% no-repeat;
	padding-left: 30px;
	margin-bottom: 30px;
}
#funeral .division .section p.image {
	margin-bottom: 18px;
}
#funeral .division p.red {
	background: #d11b36;
	padding: 5px 40px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
}
#funeral .division ul.image-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#funeral .planexplain p.visual {
	width: 346px;
}
#funeral .planexplain .explain {
	width: 445px;
}
#funeral .explain h6 {
	color: #542762;
}
#funeral h5 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 190%;
	letter-spacing: 0.1em;
}
#funeral h5 span {
	background: #c394c2;
	color: #fff;
	border-radius: 50px;
	padding: 5px 30px;
}
#funeral p.visual {
	width: 515px;
	float: left;
	margin-bottom: 55px;
}
#funeral .explain {
	width: 484px;
	float: right;
}
#funeral .explain .boxarea {
	margin-left: 40px;
}
#funeral h6 {
	font-size: 180%;
	letter-spacing: 0.1em;
}
#funeral ul.planlist {
	margin-bottom: 45px;
	overflow: hidden;
}
#funeral ul.planlist li {
	width: 315px;
	float: left;
	margin-right: 25px;
	border: 5px solid #dfcde5;
	box-sizing: border-box;
	border-radius: 20px;
}
#funeral ul.planlist li:last-child {
	margin-right: 0;
}
#funeral ul.planlist li.plan1 {
}
#funeral ul.planlist li.plan2 {
	border-color: #9d779c;
}
#funeral ul.planlist li.plan3 {
	border-color: #542762;
}
#funeral ul.planlist li > dl > dt {
	color: #fff;
	font-weight: 700;
	padding: 5px 15px;
	text-align: center;
	font-size: 124%;
}
#funeral ul.planlist li.plan1 > dl > dt {
	background: #dfcde5;
	color:#532762;
}
#funeral ul.planlist li.plan2 > dl > dt {
	background: #9d779c;
}
#funeral ul.planlist li.plan3 > dl > dt {
	background: #542762;
}
#funeral ul.planlist li > dl > dd dl dt {
	padding: 20px;
}
#funeral ul.planlist li.plan1 > dl > dd dl dt {
	padding: 5px 0 10px 0;
	margin-left: -5px;
}
#funeral ul.planlist li > dl > dd dl dd {
	padding: 20px;
}
#funeral ul.planlist li > dl > dd dl dd img {
	width: 100%;
}
#setplan p.subtitle {
	text-align: center;
	font-size: 230%;
	margin-bottom: 45px;
}
#setplan p.subtitle span {
	background: #c394c2;
	color: #fff;
	border-radius: 50px;
	padding: 5px 30px;
}
#setplan .box {
	padding: 30px 60px;
	margin-bottom: 45px;
	background: url(../../images/lp/takamatsu/chapel/box_bg.png);
}
#setplan p.text {
}
#setplan p.image img {
	width: 100%;
	margin-bottom: 20px;
}
#setplan p.red {
	background: #d11b36;
	padding: 5px 40px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
}
/* =======================
 ◇ magokoro
======================== */


/* --------------------------------
   □ 共通
-------------------------------- */ 

.inner {
	position: relative;
	overflow: hidden;
	margin: auto;
	clear: both;
}

img{
	max-width: 100%;
	vertical-align: text-bottom;
}

.inner img{
}

.container .section {
    padding-bottom: 10em;
}
.section .mbL {
    margin-bottom: 5em;
}

.service_block img{
	width:80%;
}

.container .bnr_area .inner_bnr {
    max-width: 1000px;
    margin: 0 auto;
}

.red {
    color: #E60012;
}

.container .section .mbL {
	margin-bottom: 5em;
}

.ft28 {
    font-size: 1.75em;
}
/* --------------------------------
   □ section_container_3
-------------------------------- */ 


#section_container_3 {
	position: relative;
}
#section_container_3 .icon_bgP {
	background: #C394C1;
	color: #fff;
}
#section_container_3 h3.ttl_h3_bgP {
	text-align: center;
	margin-bottom: 50px;
}
#section_container_3 .ttl_h3_bgP span {
	display: inline-block;
	background: #C394C1;
	color: #fff;
	padding: 0.2em 1em;
	border-radius: 1em;
	font-size: 215%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#section_container_3 .ttl_h3_bgDP {
	text-align: center;
}
#section_container_3 .ttl_h3_bgDP span {
	display: inline-block;
	background: #542762;
	color: #fff;
	padding: 0.2em 1em;
	border-radius: 1em;
	font-size: 215%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#section_container_3 .plan_1 .lead_area .inner .left_block {
	background: url(../../images/lp/takamatsu/chapel/s3/s3-01.png) right top no-repeat;
    background-size: 100%;
    position: relative;
}
#section_container_3 .plan_1 .lead_area .inner .left_block .low {
	position: absolute;
	right: -8px;
	top: 0;
	width: 20%;
}
#section_container_3 .plan_2 .lead_area .inner .left_block_2 {
	background: url(../../images/lp/takamatsu/chapel/s3/s3-04.png);
	background-size: cover;
	background-position: center center;
}
#section_container_3 .plan_4 .lead_area .inner .left_block {
	background: url(../../images/lp/takamatsu/chapel/s3/s3-06.png);
	background-size: cover;
	background-position: 60% center;
}
#section_container_3 .plan_5 .lead_area .inner .left_block_2 {
	background: url(../../images/lp/takamatsu/chapel/s3/s3-13.jpg);
	background-size: cover;
	background-position: 60% center;
}
#section_container_3 .plan_6 .lead_area .inner .left_block_2 {
	background: url(../../images/lp/takamatsu/chapel/s3/s3-14.jpg);
	background-size: cover;
	background-position: 60% center;
}
#section_container_3 .plan_7 .lead_area .inner .left_block_2 {
	background: url(../../images/lp/takamatsu/chapel/s3/s3-15.jpg);
	background-size: cover;
	background-position: 60% center;
}
#section_container_3 .plan_2 .lead_area [class^="right_block"] .price_area .price, #section_container_3 .plan_4 .lead_area [class^="right_block"] .price_area .price {
	position: relative;
	padding: 0.8em 0;
}
#section_container_3 .plan_2 .lead_area [class^="right_block"] .price_area .price .icon_pp, #section_container_3 .plan_4 .lead_area [class^="right_block"] .price_area .price .icon_pp {
	position: absolute;
	width: 30%;
	top: 0;
	right: 0;
}
#section_container_3 [class^="plan_"] .lead_area .inner {
	max-width: 1000px;
	margin-bottom: 30px;
}
#section_container_3 [class^="plan_"] .lead_area .ttl_plan {
	width: 100%;
	background: #542762;
	margin-bottom: 1em;
	padding: 10px;
	box-sizing: border-box;
}
#section_container_3 [class^="plan_"] .lead_area .ttl_plan .ttl_h4 {
	color: #fff;
	font-weight: bold;
	font-size: 1.75em;
	text-align: center;
}
#section_container_3 [class^="plan_"] .lead_area [class^="left_block"] {
	float: left;
	width: 50%;
	height: 300px;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] {
	float: left;
	width: 50%;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] > * {
	margin-left: 5%;
	margin-bottom: 8px;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area {
	position: relative;/*
        .icon_pp{
        	position: absolute;
        	width: 20%;
        	//max-width: 110px;
        	top: 20%;
        	right: 24%;
        }*/ }
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area > * {
	width: 74%;
}
#section_container_3 .price_area img{
	width: auto;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .list_icon {
	margin-bottom: 16px;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .list_icon .icon_bgP, #section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .list_icon .icon_bgR {
	display: inline-block;
	color: #fff;
	padding: 0.2em 1em;
	border-radius: 1em;
	margin-right: 0.5em;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .list_caution {
	width: 100%;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .list_caution li .primary {
	line-height: 2;
	text-decoration: underline;
	position: relative;
	cursor: pointer;
	position: relative;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .list_caution li .primary .js-btn {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	background: url(../../images/lp/takamatsu/chapel/s3/icon_plus.png);
	background-size: cover;
	cursor: pointer;
	margin-right: 0.5em;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .list_caution li .second_area {
	margin-left: 5%;
	padding: 8px 0;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .list_caution li .second_area .ttl_sec {
	font-weight: bold;
	margin-bottom: 8px;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .list_caution li .second_area .border {
	border: 1px solid #000;
	padding: 0.5em;
	margin-bottom: 1em;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .icon {
	position: absolute;
	width: 22%;
	max-width: 110px;
	top: 0;
	right: 0;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .target_area {
	position: relative;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .target_area .ttl_target {
	margin-left: 0 !important;
	margin-bottom: 8px;
	padding: 0.5em 1.5em;
	display: inline-block;
	background: #C394C1;
	color: #fff;
	width: 60%;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .target_area .list_target {
	width: 72%;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .target_area .list_target li {
	position: relative;
	padding-left: 1.5em;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .target_area .list_target li:before {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	background: url(../../images/lp/takamatsu/chapel/s3/icon_check.png);
	background-size: cover;
	position: absolute;
	top: 0.2em;
	left: 0;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .target_area .icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 22%;
	max-width: 110px;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .intro_btn {
	margin-bottom: 0;
	margin-top: 8px;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .intro_btn .btn1 {
	float: left;
	width: 57%;
	margin-right: 5%;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .intro_btn .btn1 img{
	width:100%;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .intro_btn .btn2 {
	float: left;
	width: 38%;
}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .intro_btn .btn2 img{
	width:100%;
}
#section_container_3 [class^="plan_"] .detail_area {
	position: relative;
}
#section_container_3 [class^="plan_"] .detail_area .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 80%;
	background:url(../../images/lp/takamatsu/chapel/s3_plan_bg.jpg);
	background-repeat: repeat;
}
#section_container_3 [class^="plan_"] .detail_area .inner {
	max-width: 980px;
	padding: 3% 0 3% 5%;
	box-sizing: border-box;
}
#section_container_3 [class^="plan_"] .detail_area .inner .ttl_h5 {
	font-size: 1.75em;
	font-weight: bold;
	padding-left: 1.2em;
	background:url(../../images/lp/takamatsu/chapel/h6_icon.png) no-repeat;
	padding: 5px 5px 0 35px;
}

#section_container_3 .detail_area .inner .ttl_h5 {
	margin-bottom:25px;
}

#section_container_3 [class^="plan_"] .detail_area .inner .flow_block {
	margin-bottom: 40px;
}
#section_container_3 [class^="plan_"] .detail_area .inner .flow_block img{
	width:80%;
}
#section_container_3 [class^="plan_"] .detail_area .inner .flow_block .caution {
	margin-top: 8px;
	text-indent: -1em;
	padding-left: 1em;
}
#section_container_3 [class^="plan_"] .detail_area .inner .icon_block {
	margin-bottom: 40px;
}

#section_container_3 ul.list_icon{ 
width: 80%;
margin-bottom: 40px;
overflow:hidden;
}

#section_container_3 ul.list_icon li.item_icon {
	width:15%;
	margin-right:1%;
	margin-bottom: 1%;
	float:left;
}

#section_container_3 ul.list_icon li:nth-child(6n){
	margin-right:0;
}

#section_container_3 [class^="plan_"] .detail_area .inner .icon_block .icon_bgR {
	text-align: center;
	padding: 0.2em 1em;
	border-radius: 1em;
}
#section_container_3 [class^="plan_"] .detail_area .inner .img_block .list_img .item_img {
	float: left;
	width: 47.5%;
	margin-bottom: 5%;
}
#section_container_3 [class^="plan_"] .detail_area .inner .img_block .list_img .item_img:nth-child(odd) {
	margin-right: 5%;
}
#section_container_3 [class^="plan_"] .detail_area .inner .img_block .list_img .item_img p {
	margin-top: 8px;
}
.icon_bgR {
	background: #E6002A;
	color: #fff;
}

#bnr{
	margin-bottom:10em;
}

.bnr_area .inner_bnr {
	max-width: 1000px;
	margin: 0 auto;
}
.bnr_area .list_bnr [class^="item_bnr"] {
	float: left;
}
.bnr_area .list_bnr .item_bnr1 {
	width: 100%;
	margin-bottom: 16px;
}
.bnr_area .bgR {
	background: #E6002A;
	padding: 8px;
}
.bnr_area .bgR .inner {
	max-width: 1000px;
	position: relative;
}
.bnr_area .bgR .inner .logo {
	float: left;
	width: 20%;
	margin-right: 2%;
}
.bnr_area .bgR .inner .tel {
	float: left;
	width: 50%;
	margin-right: 2%;
}
.bnr_area .bgR .inner .tel .img1 {
	float: left;
	width: 32%;
}
.bnr_area .bgR .inner .tel .img2 {
	float: left;
	width: 68%;
}
.bnr_area .bgR .inner .contact {
	position: absolute;
	right: 0;
	top: 0;
	width: 28%;
}
.line_bg {
	width: 100%;
	height: 30px;
	position: relative;
	background: url(../../images/s2_ttlDeco_2.png);
	background-repeat: repeat-x;
	margin-bottom: 5%;
}

#section_container_3 .ttl_area {
    position: relative;
    text-align: center;
    margin-bottom: 5em;
}

/* --------------------------------
   □ tips_area_s3
-------------------------------- */ 
.tips_area_s3 {
    background: #F0E1EE;
    margin-top: 10%;
}

.tips_area_s3:after {
    border: 1px solid #E0B7D5;
}

.list_place {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list_place .item_place {
    width: 44.5%;
    background: #fff;
    padding: 1EM;
    margin-top: 5%;
}

.list_place .item_place:nth-child(odd) {
    margin-right: 4%;
}

.list_place .item_place h4.ttl_place {
    font-weight: bold;
    font-size: 1.25em;
    position: relative;
    padding-left: 1em;
}

.list_place .item_place img {
    margin: 1em 0;
	width:auto;
}

.bnr_area .inner_bnr {
    max-width: 1000px;
    margin: 0 auto;
}
.bnr_area .list_bnr .item_bnr1 {
    width: 100%;
    margin-bottom: 16px;
}
[class^="tips_area"] {
    padding: 32px;
    color: #222;
    position: relative;
    margin-left: 8px;
    margin-bottom: 8px !important;
}
[class^="tips_area"]:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    left: -8px;
    border: 1px solid #E0B7D5;
}
.tips_area_s3 .ttl_area h3{
	text-align:left;
}

#section_container_3 [class^="tips_area"] .ttl_area{
	margin-bottom: 20px;
}

.ttl_area .icon_deco1 {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 8px;
	font-size: 200%;
}
.ttl_area .icon_deco1:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 1.2em;
    height: 1.2em;
	background:url(../../images/lp/takamatsu/chapel/icon-flower.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    left: 0;
}
.list_place .item_place .ttl_place {
    font-weight: bold;
    font-size: 1.25em;
    position: relative;
    padding-left: 1em;
}

.list_place .item_place .ttl_place:before {
    content: '';
    width: 6px;
    height: 1.3em;
    background: #AB7BAE;
    position: absolute;
    top: 0;
    left: 0;
}


/* --------------------------------
   □ section_container_4
-------------------------------- */ 


#section_container_4 {
	background:url(../../images/lp/takamatsu/chapel/s4/s4_bg.jpg);
    background-repeat: repeat;
    position: relative;
	margin-bottom: 10em;
	padding-bottom: 10em;
}

#section_container_4 .inner{
	width:1000px;
	margin:auto;
}

	#section_container_4 .ttl_area {
		position: relative;
		text-align: center;
		margin-bottom: 5em;
	}
		#section_container_4 .ttl_area .head_bg {
			width: 100%;
			height: 30px;
			background:url(../../images/lp/takamatsu/chapel/s4_ttlDeco_1.png);
			background-repeat: repeat-x;
			position: absolute;
			top: -30px;
			left: 0;
		}
		
		#section_container_4 .ttl_area .foot_bg {
			width: 100%;
			height: 30px;
			background:url(../../images/lp/takamatsu/chapel/s4_ttlDeco_2.png);
			background-repeat: repeat-x;
			position: absolute;
			bottom: -30px;
			left: 0;
		}
		
.section [class*="icon_deco2"] {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 1.5em;
    font-family: 'Noto Serif JP', '游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','Hiragino Mincho Pro','HGS明朝E','メイリオ','Meiryo',serif;
    font-weight: bold;
}
	.section [class*="icon_deco2"]:before {
		content: '';
		display: inline-block;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		width: 1em;
		height: 1em;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(0);
		-ms-transform: translateY(-50%) translateX(0);
		-moz-transform: translateY(-50%) translateX(0);
		-o-transform: translateY(-50%) translateX(0);
		transform: translateY(-50%) translateX(0);
		left: 0;
	}
	
	.section [class*="icon_deco2"]:after {
		content: '';
		display: inline-block;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		width: 1em;
		height: 1em;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(0);
		-ms-transform: translateY(-50%) translateX(0);
		-moz-transform: translateY(-50%) translateX(0);
		-o-transform: translateY(-50%) translateX(0);
		transform: translateY(-50%) translateX(0);
		right: 0;
	}

.section .icon_deco2_bro {
    color: #6D523E;
}
	.section .icon_deco2_bro:before,
	.section .icon_deco2_bro:after {
		background: url(../../images/common/icon_h2_2.png);
		background-size: cover;
	}

.section .ttl_area [class^="ttl_h2"] {
    padding: 56px 1.5em;
    font-size: 270%;
    font-weight: bold;
}
#section_container_4 .img_box {
    max-width: 1000px;
	margin-bottom: 5em;
}
	#section_container_4 .img_box .img_bg {
		float: left;
		width: 50%;
		padding-bottom: 320px;
		background:url(../../images/lp/takamatsu/chapel/s4/s4-01.jpg);
		background-size: cover;
		background-position: center center;
	}
	#section_container_4 .img_box .text_area {
		background: #D2473A;
		opacity: 0.9;
		width: 45%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(0);
		-ms-transform: translateY(-50%) translateX(0);
		-moz-transform: translateY(-50%) translateX(0);
		-o-transform: translateY(-50%) translateX(0);
		transform: translateY(-50%) translateX(0);
		left: 45%;
		color: #fff;
		font-size: 116%;
	}
	#section_container_4 .img_box .text_area .text_area_inner {
		position: relative;
		padding: 1em;
	}
	#section_container_4 .img_box .text_area .text_area_inner .test_img {
		border-bottom: 1px dashed #fff;
		padding-bottom: 16px;
		margin-bottom: 16px;
		font-weight: bold;
		font-size: 1.25em;
		line-height: 2;
	}
	
	#section_container_4 .img_box .text_area .text_area_inner .test_img span {
		background: #fff;
		font-weight: bold;
		border-radius: 1em;
		color: #D2473A;
		padding: 0.2em 0.5em;
		margin-right: 1em;
	}
	#section_container_4 .img_box .text_area .text_area_inner .test_img .span2 {
		margin-left: 1em;
	}
	
	#section_container_4 .img_box .text_area .text_area_inner:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: -8px;
		left: -8px;
		border: 1px solid #fff;
	}

#section_container_4 .inner .list_point{
	overflow: hidden;
}

	#section_container_4 .inner .list_point .item {
		float: left;
		width: 30%;
		margin-right: 5%;
	}

	#section_container_4 .inner .list_point .item:last-child{
		margin-right:0;
	}
	
	#section_container_4 .inner .list_point .item .bgB {
		background: #6D523E;
	}
	
	
	#section_container_4 .inner .list_point .item .bgOr {
		background: #D2473A;
	}

	#section_container_4 .inner .list_point .item .bgOr,
	#section_container_4 .inner .list_point .item .bgB {
		height: 15em;
		padding: 1em;
		color: #fff;
		text-align: center;
		position: relative;
		margin-bottom: 16px;
	}

	#section_container_4 .inner .list_point .item .bgOr .point, 
	#section_container_4 .inner .list_point .item .bgB .point {
		width: 40%;
		position: absolute;
		left: 50%;
		-webkit-transform: translateY(0) translateX(-50%);
		-ms-transform: translateY(0) translateX(-50%);
		-moz-transform: translateY(0) translateX(-50%);
		-o-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
		top: 1em;
		border-bottom: 1px solid #fff;
		padding: 0 1em 0.2em 1em;
		text-align: center;
	}
	#section_container_4 .inner .list_point .item .bgOr .point_main,
	#section_container_4 .inner .list_point .item .bgB .point_main {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		-o-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		font-weight: bold;
		text-align:center;
	}

#section_container_4 .inner .list_plan .item_plan {
	background:url(../../images/lp/takamatsu/chapel/s4/s4_item_bg.png);
	background-repeat: repeat;
	padding: 2em;
	margin-bottom: 32px;
}

	#section_container_4 .inner .list_plan .item_plan .ex {
		color: #D2473A;
		font-weight: bold;
	}
	#section_container_4 .inner .list_plan .item_plan .ttl_planName {
		color: #D2473A;
		font-weight: bold;
		font-size: 1.25em;
		border-bottom: 1px dashed #D2473A;
		margin: 16px 0;
		padding-bottom: 16px;
	}
	#section_container_4 .inner .list_plan .item_plan .ttl_planName span {
		color: #fff;
		margin-right: 1em;
		padding: 0.2em 0.5em;
		border-radius: 1em;
	}
	#section_container_4 .inner .list_plan .item_plan .ttl_planName [class*="_bgP"] {
		background: #C394C1;
	}
	#section_container_4 .inner .list_plan .item_plan .ttl_planName [class*="_bgB"] {
		background: #6D523E;
	}
	#section_container_4 .inner .list_plan .item_plan .ttl_planName [class^="span2"] {
		margin-left: 1em;
	}

	#section_container_4 .inner .list_plan .item_plan .ttl_planName [class*="_bgDP"] {
		background: #542762;
	}
	#section_container_4 .inner .list_plan .item_plan .price_area {
		margin: 16px 0;
		overflow: hidden;
	}
	#section_container_4 .inner .list_plan .item_plan .price_area > div {
		float: left;
		width: 30%;
	}
	#section_container_4 .inner .list_plan .item_plan .price_area .img_block_1 {
		margin-right: 5%;
	}
	#section_container_4 .inner .list_plan .item_plan .price_area [class^="img_block_"] .plan-img {
		margin-bottom: 16px;
	}
	#section_container_4 .inner .list_plan .item_plan .price_area [class^="img_block_"] .plan-tag {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 60%;
	}
	#section_container_4 .inner .list_plan .item_plan .price_area [class^="img_block_"] {
		position: relative;
	}
	#section_container_4 .inner .list_plan .item_plan .price_area .img_block_2:before {
		color: #D2473A;
		font-size: 1.75em;
		font-weight: bold;
		content: "+";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(0);
		-ms-transform: translateY(-50%) translateX(0);
		-moz-transform: translateY(-50%) translateX(0);
		-o-transform: translateY(-50%) translateX(0);
		transform: translateY(-50%) translateX(0);
		left: -12%;
	}
	#section_container_4 .inner .list_plan .item_plan .price_area [class^="img_block_"] .plan-img {
		margin-bottom: 16px;
	}
	#section_container_4 .inner .list_plan .item_plan .price_area [class^="img_block_"] .plan-tag {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 60%;
	}
	#section_container_4 .inner .list_plan .item_plan .price_area .img_block_2:after {
		color: #D2473A;
		font-size: 1.75em;
		font-weight: bold;
		content: "=";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(0);
		-ms-transform: translateY(-50%) translateX(0);
		-moz-transform: translateY(-50%) translateX(0);
		-o-transform: translateY(-50%) translateX(0);
		transform: translateY(-50%) translateX(0);
		right: -10%;
	}
	
	#section_container_4 .inner .list_plan .item_plan .price_area .price_block {
		margin-left: 5%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#section_container_4 .inner .list_plan .item_plan .price_area .price_block .img1 {
		width: 100%;
		max-width: 200px;
		height: auto;
	}
	#section_container_4 .inner .list_plan .item_plan .price_area .price_block .img4 {
		width: 100%;
		margin-top: 16px;
	}
	#section_container_4 .inner .list_plan .item_plan .price_area .price_block .cf {
		width: 100%;
		position: relative;
		border-bottom: 1px solid #E6002A;
		padding: 16px 0;
	}

	#section_container_4 .inner .list_plan .item_plan .price_area .price_block .cf .img2 {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(0);
		-ms-transform: translateY(-50%) translateX(0);
		-moz-transform: translateY(-50%) translateX(0);
		-o-transform: translateY(-50%) translateX(0);
		transform: translateY(-50%) translateX(0);
		left: 0;
		width: 18%;
	}

	#section_container_4 .inner .list_plan .item_plan .price_area .price_block .cf .img3 {
		float: right;
		width: 80%;
	}

	#section_container_4 .inner .list_plan .item_plan .icon_bgR {
		display: block;
		text-align: center;
		color: #fff;
		padding: 0.2em 1em;
		border-radius: 1em;
		clear: both;
	}

	.section [class*="icon_deco2"]:before {
		content: '';
		display: inline-block;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		width: 1em;
		height: 1em;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(0);
		-ms-transform: translateY(-50%) translateX(0);
		-moz-transform: translateY(-50%) translateX(0);
		-o-transform: translateY(-50%) translateX(0);
		transform: translateY(-50%) translateX(0);
		left: 0;
	}
	.section .icon_deco2_bro:before, 
	.section .icon_deco2_bro:after {
		background:url(../../images/lp/takamatsu/chapel/icon_h2_2.png);
		background-size: cover;
	}
		
.icon_bgR {
    background: #E6002A;
    color: #fff;
}

/* --------------------------------
   □ flayer_pdf_
-------------------------------- */ 


.flayer_pdf_ {
    text-align: center;
    margin: 5% 0;
}

	.flayer_pdf_ .inner {
		background: #f2f2f2;
		border: 1px solid #ccc;
		padding: 2.5% 0;
	}
	.flayer_pdf_ .inner a {
		display: block;
		width: 500px;
		margin: auto;
	}
	
	.flayer_pdf_ .inner a span {
		display: block;
		margin: 5% 0 0 0;
		color: #222;
		font-size: 0.875em;
	}
	




#footer-info .btn-aji {
	float: none;
	display: none;
}
#footer-info .btn-totop {
	display: block;
	text-align: right;
}
#footer-info .btn-totop img {

}
.spOnly,
.sp {
	display: none;
}
.pcOnly{
	display:block;
}

.side {
    position: fixed;
    left: 20px;
    top: 155px;
    z-index: 200;
}
	
.side .linkarea li{
    margin-bottom: 9px;
}
	
.side .linkarea li img{
    width: 140px;
}
@media screen and (max-width: 1199px){
	
	#section_container_3 [class^="plan_"] .detail_area .inner {
		padding: 5%;
	}
	
	#section_container_4 .ttl_area .head_bg {
    background-size: contain;
    background-position: center bottom;
	}

		#section_container_4 .ttl_area .foot_bg {
			background-size: contain;
		}
		
#section_container_3 [class^="plan_"] .detail_area .bg {
	width: 100% !important;
}


	
	

}



 @media only screen and (max-width : 640px) {
.spOnly,
.sp {
	display: block;
}

.pcOnly{
	display:none;
}
/* =======================
 ◇ 共通
======================== */
.contents {
	padding-top: 75px;
	font-size:94%;
}
.contents .container {
	width: auto;
	padding: 0 3%;
}
.contents .heading1 {
	background-position: 0% 50%;
	font-size: 130%;
	color: #fff;
	padding: 15px 20px;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.contents .heading2 {
	background-position: 0% 23%;
	font-size: 130%;
	padding: 0 10px 8px 23px;
	margin-bottom: 17px;
}
.contents > section {
	margin-bottom: 8%;
}
.contents .accent {
	margin-bottom: 3%;
}
.contents .visual {
	margin-bottom: 3%;
}
.contents p,  .contents dl,  .contents ul {
	font-size: 124%;
}
.contents a.btn {
	padding: 10px 20px;
}
	 
/* =======================
 ◇ topまわり
======================== */
	 
.flier {
	padding-bottom: 0;
	margin: 10% 0;
}
	
/* =======================
 ◇ contact
======================== */
.contents .contact {
	margin-bottom: 4%;
}
/* =======================
 ◇ consultation
======================== */
.contents .consultation {
	clear: both;
	padding: 3%;
	box-sizing: border-box;
}
.contents .consultation ul.list li {
	width: 30%;
	margin-bottom: 8px;
}
.contents .consultation ul.list li:nth-child(3n) {
	margin-right: 0;
}
.contents .consultation ul.list li:last-child {
	width: 100%;
	display: block;
}
/* =======================
 ◇ about
======================== */
#about p.text {
	margin-bottom: 4%;
}
#about p.price {
	margin-bottom: 3%;
}
/* =======================
 ◇ merit
======================== */
.merit ul.list li {
	display: table;
	width: 100%;
	margin-bottom: 3%;
}
.merit ul.list li > * {
	display: table-cell;
	vertical-align: top;
}
.merit ul.list li > p.image img {
	width: 90%;
}
.merit ul.list li > dl.text {
	width: 80%;
}
.merit ul.list li > dl.text dt {
	height: 3em;
	padding-left: 5px;
	font-size: 110%;
	color: #fff;
	font-weight: 700;
	margin-bottom: 2%;
	background: #B9862D;
}
.merit ul.list li > dl.text dt span {
	margin-right: 5px;
}
/* =======================
 ◇ leave
======================== */
.contents .leave {
	margin-bottom: 4%;
}
/* =======================
 ◇ plan
======================== */
#plan > p.text {
	margin-bottom: 3%;
}
#plan ul.plan-navi {
	margin-left: -2%;
	margin-bottom: 4%;
}
#plan ul.plan-navi li {
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-bottom: 2%;
}
/* --------------------------------
   □ plan
-------------------------------- */
#plan section.plan {
	background-size: 30% auto;
	padding: 4%;
	margin-bottom: 6%;
}
#plan section.plan:last-child {
	margin-bottom: 0;
}
#plan section.plan h5 {
	background: none;
	margin: 0 0 2% 0;
	padding: 0;
	border: 0;
}
#plan section.plan > p.image {
	margin-bottom: 3%;
}
#plan section.plan > p.text {
	margin-bottom: 4%;
}
/* --------------------------------
	   □ remarks
	-------------------------------- */
#plan section.plan p.remarks {
	background-position: 50% 50%;
	background-size: auto 100%;
	padding: 4%;
	margin: 4% 0;
	font-size: 120%;
	width: auto;
	height: auto;
	min-height: inherit;
	text-indent: 0;
	text-align: left;
}
/* --------------------------------
	   □ items
	-------------------------------- */
#plan section.plan ul.items li {
	margin-bottom: 2%;
}
#plan section.plan ul.items li:last-child {
	margin-bottom: 0;
}
/* --------------------------------
	   □ noImageList
	-------------------------------- */
#plan section.plan ul.noImageList li dl {
	padding: 2% 3%;
}
#plan section.plan ul.noImageList li dl {
	display: block;
	width: auto;
}
#plan section.plan ul.noImageList li dl > * {
	display: block;
	vertical-align: middle;
}
#plan section.plan ul.noImageList li dl > dt {
	font-size: 200%;
	text-align: center;
	width: auto;
	margin-bottom: 4%;
	padding-bottom: 3%;
	border-bottom: 1px solid #2C1B1B;
}
#plan section.plan ul.noImageList li dl > dd {
}
#plan section.plan ul.noImageList li dl > dd.size {
	width: auto;
	text-align: center;
	padding-bottom: 3%;
	border-bottom: 1px solid #2C1B1B;
}
#plan section.plan ul.noImageList li dl > dd.price {
	padding-top: 2%;
	padding-left: 0;
	text-align: center;
}
#plan section.plan ul.noImageList.simple li dl > dt {
	width: auto;
}
/* --------------------------------
	   □ imageList
	-------------------------------- */
#plan section.plan ul.imageList {
	margin-bottom: 4%;
}
#plan section.plan ul.imageList li {
	display: block;
	width: auto;
}
#plan section.plan ul.imageList li > * {
	display: block;
	margin: 0;
	vertical-align: middle;
}
#plan section.plan ul.imageList li > dl {
	padding: 3%;
}
#plan section.plan ul.imageList li > dl dt {
	margin-bottom: 2%;
}
#plan section.plan ul.imageList li > dl dd.text {
	padding: 0 2% 2% 2%;
}
#plan section.plan ul.imageList li > dl dd.spec {
	padding: 2% 2% 0 2%;
}
#plan section.plan ul.imageList li > dl dd.spec.priceOnly p.price {
	float: none;
	width: auto;
	text-align: center;
}
#plan section.plan ul.imageList li > dl dd.spec p.price {
	text-align: left;
}
#plan section.plan ul.imageList li > dl dd.spec p.price em {
	font-size: 220%;
}
#plan section.plan ul.imageList li > dl dd.spec p.price em span {
	font-size: 50%;
}
#plan section.plan ul.imageList li.wide > dl dd.spec p.size {
	text-align: right;
}
#plan section.plan ul.imageList li.wide > dl dd.spec p.size span {
	text-align: center;
}
#plan section.plan ul.imageList li.wide > dl dd.spec p.price {
	box-sizing: border-box;
	padding-left: 5px;
}
/* --------------------------------
	   □ #plan2
	-------------------------------- */
#plan section#plan2 ul.imageList {
	margin-bottom: 6%;
}
/* --------------------------------
	   □ #character
	-------------------------------- */
#plan section#character h6 {
	margin: 0 0 3% 0;
}
#plan section#character > p.text {
	margin-bottom: 3%;
}
#plan section#character ul.items li {
	margin-bottom: 3%;
}
#plan section#character ul.items li {
	display: block;
	width: auto;
}
#plan section#character ul.items li > * {
	display: block;
	margin: 0;
	vertical-align: middle;
}
#plan section#character ul.items li > p.image {
	width: auto;
	text-align: center;
	margin-bottom: 4%;
}
#plan section#character ul.items li > p.image img {
	width: 80%;
}
#plan section#character ul.items li > dl {
	display: block;
	width: auto;
	height: auto;
	padding: 0 4%;
}
#plan section#character ul.items li > dl > * {
	display: block;
	width: auto;
}
#plan section#character ul.items li > dl dt {
	text-align: center;
	margin-bottom: 2%;
	padding-bottom: 3%;
	border-bottom: 1px solid #2C1B1B;
}
#plan section#character ul.items li > dl dt em {
	display: block;
	font-size: 200%;
	margin-bottom: 4px;
}
#plan section#character ul.items li > dl dd.price {
	text-align: center;
	padding-bottom: 2%;
}
#plan section#character ul.items li.item4 > dl {
	height: auto;
}
#plan section#character ul.items li.item4 > p.image img {
	width: 60%;
}
/* --------------------------------
   □ step
-------------------------------- */
#step .step {
	margin-left: -3%;
}
#step .step dl {
	width: 47%;
	margin: 0 0 3% 3%;
}
#step .step dl:after {
	display: none;
}
/* --------------------------------
   □ qa
-------------------------------- */
#qa .hQ {
	border-bottom: 1px dotted #cccccc;
	padding: 2% 3%;
}
#qa .hQ p.q {
	font-size: 120%;
}
/* --------------------------------
   □ facility
-------------------------------- */
#facility p.text {
	margin: 0 3%;
	margin-bottom: 4%;
}
#facility dl.image {
	margin-bottom: 5%;
}
#facility .colorbox {
	height: 370px;
}
#facility .colorbox:after {
	content: "";
	position: absolute;
	background: url(../../images/lp/takamatsu/chapel/contact_detail_sp.png) no-repeat;
	width: 299px;
	height: 64px;
	right: inherit;
	top: inherit;
	bottom: 30px;
}
/* --------------------------------
   □ pr
-------------------------------- */
#pr .container {
}
#pr .container dl {
	margin-bottom: 50px;
}
#pr .container dl dt {
	margin-bottom: 25px;
}
#pr .container dl dd {
	margin-bottom: 15px;
}
#pr .container dl dd.text {
	margin-bottom: 15px;
}
/* --------------------------------
   □ shoptable
-------------------------------- */
table.shoptable {
	width: 100%;
	font-size: 100%;
}
table.shoptable th, table.shoptable td {
	padding: 2%;
}
table.shoptable td {
	padding: 2% 4%;
}
table.shoptable th span {
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	width: 5em;
}
table.shoptable td p.mapimage {
	margin-top: 2%;
}
/* --------------------------------
   □ relation
-------------------------------- */
.contents .relation {
	margin-bottom: 4%;
}
/* --------------------------------
   □ last
-------------------------------- */
#last .lastchild {
	margin-bottom: 0;
}
/* --------------------------------
   □ plan
-------------------------------- */

#plan .division {
	zoom: 1;
	overflow: hidden;
	margin-bottom: 20px;
}
#plan .division h5 {
	margin-bottom: 15px;
	font-size: 120%;
	text-decoration: underline;
}
#plan .division p.image {
	float: none;
	margin-right: 0px;
	text-align: center;
}
#plan .explain {
	float: none;
	width: auto;
}
#plan table {
	width: 100%;
}
#plan table th, #plan table td {
	padding: 8px 4px;
	text-align: center;
	font-size:108%;
}
#plan table th {
	color: #fff;
	background: #242736;
}
#plan table small {
	display: block;
}
#plan table td {
	background: #d9d9d9;
}
#plan table tr:nth-child(odd) td {
	background: #ededed;
}
#plan table th.sample {
	width: 180px;
	box-sizing: border-box;
}
#plan ul.pricelist li {
	width: auto;
	float: none;
	margin-right: 0;
	margin-bottom: 5%;
}
/* --------------------------------
   □ funeral
-------------------------------- */

.contents p.text {
	margin-bottom: 15px;
}
#funeral h5 {
	font-size: 150%;
}
#funeral h6 {
	font-size: 140%;
}
#funeral ul.planlist li {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 30px;
}
#funeral ul.planlist li > dl > dd dl dt {
	text-align: center;
}
#funeral ul.planlist li > dl > dd dl dd {
	text-align: center;
}
#funeral ul.planlist li > dl > dd dl dd img {
	width: 75%;
}
#funeral .plan p.subtitle {
	font-size: 183%;
}
#funeral .plan p.subtitle span {
	display: block;
}
#funeral dl.new dt {
	text-align: left;
}
#funeral p.visual {
	width: 100%;
	float: none;
	margin-bottom: 3%;
}
#funeral .explain {
	width: auto;
	float: none;
}
#funeral .explain .boxarea {
	margin-left: 0;
}
#funeral .explain dl.recommendation dd {
	margin-left: 0;
}
#funeral .division {
	padding: 8% 4%;
}
#funeral .division p.red {
	padding: 7px 20px;
}
#funeral .division .section {
	margin-bottom: 20px;
}
#funeral .plan .planexplain {
	margin-left: 0;
}
#funeral .planexplain .explain {
	width: auto;
}
/* --------------------------------
   □ setplan
-------------------------------- */

#setplan p.subtitle {
	font-size: 183%;
}
#setplan p.subtitle span {
	display: block;
}
#setplan .box {
	padding: 5% 3%;
}

/* =======================
 ◇ magokoro
======================== */

.section .mbL {
    margin-bottom: 10%;
}
.section .inner {
    padding: 0 5%;
}
.section .frame{
	padding:0;
}


/* --------------------------------
   □ section_container_3
-------------------------------- */

#section_container_3 [class^="plan_"] .lead_area [class^="left_block"] {
	height: 215px !important;
    width: 100%;
	margin-bottom: 15px;
}

#section_container_3 .plan_1 .lead_area .inner .left_block {
    overflow: visible !important;
}
	#section_container_3 .plan_1 .lead_area .inner .left_block .low {
		left: -2%;
		width: 30%;
	}
#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] {
    width: 100%;
}
	#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] > * {
		margin-left: 0;
	}
	#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .list_icon {
		margin-bottom: 8px;
	}
	#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .list_icon .ft14 {
		font-size: 2.4vw;
	}
	#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area > * {
		width: 100%;
	}
	#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .list_caution {
		margin-bottom: 0;
	}
	#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .icon {
		position: static;
		top: 0;
		left: 0;
		transform: none;
		-webkit-transform: none;
		max-width: none;
		width: 100%;
		margin-top: 16px;
	}

	#section_container_3 .plan_4 .lead_area [class^="right_block"] .price_area .price {
		padding: 0.5em 0 15%;
		margin-bottom: 1em;
	}
	
	#section_container_3 .plan_4 .lead_area [class^="right_block"] .price_area .price .price_img {
		width: 68%;
		max-width: 18em;
	}

	#section_container_3 .plan_4 .lead_area [class^="right_block"] .price_area .price .icon_pp {
		top: auto;
		bottom: 0;
		left: 0;
		right: auto;
	}
	
	#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .price_area .spOnly {
		position: absolute;
		top: 0;
		right: 0;
		width: 22%;
	}
	#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .target_area .ttl_target {
		width: 100%;
		margin-bottom: 16px;
		box-sizing: border-box;
	}
	#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .target_area .list_target {
		width: 100%;
	}
	#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .intro_btn {
		text-align: center;
		width: 80%;
		margin: 5% auto 0;
	}
	#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .intro_btn .btn1 {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
	}
	#section_container_3 [class^="plan_"] .lead_area [class^="right_block"] .intro_btn .btn2 {
		margin-top: 1em;
		display: block;
		float: none;
		width: 100%;
	}
#section_container_3 [class^="plan_"] .detail_area .inner {
	padding: 3%;
}
#section_container_3 [class^="plan_"] .detail_area .inner .img_block .list_img .item_img p {
}
#section_container_3 [class^="plan_"] .detail_area .inner .flow_block img {
    width: auto;
}
#section_container_3 [class^="plan_"] .detail_area .inner .flow_block {
    margin-bottom: 5%;
}
#section_container_3 [class^="plan_"] .detail_area .inner .flow_block .caution {
    font-size: 140%;
}
#section_container_3 [class^="plan_"] .detail_area .inner .ttl_h5 {
    font-size: 170%;
    padding-bottom: 6px;
}
#section_container_3 ul.list_icon {
    width: auto;
}
#section_container_3 ul.list_icon li.item_icon {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 3%;
}
#section_container_3 ul.list_icon li.item_icon:nth-child(6n){
	margin-right:4%;
}
#section_container_3 ul.list_icon li.item_icon:nth-child(4n){
	margin-right:0;
}

#section_container_3 .ttl_area {
    margin-bottom: 10%;
}
.tips_area_s3{
    padding: 16px;
}

#bnr .inner{
	padding:0;
}
.list_place .item_place {
	float: left;
    width: 48%;
    margin-right: 2%;
	font-size: 126%;
    box-sizing: border-box;
}
.list_place .item_place:nth-child(2n){
	margin-right:0;
}
.section .ttl_area [class^="ttl_h2"] {
    padding: 1.5em 1.5em;
    font-size: 236%;
}
#section_container_4 .img_box .img_bg {
    float: none;
    width: 100%;
    padding-bottom: 50%;
}
#section_container_4 .img_box .text_area {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
}
#section_container_4 .img_box .text_area .text_area_inner:after {
    content:none;
}
#section_container_4 .img_box .text_area .text_area_inner .test_img {
    font-size: 1em;
}
#section_container_4 .inner .list_point .item {
    width: 100%;
    margin: 0 0 5% 0;
}
#section_container_4 .inner .list_point .item p{
	font-weight:700;
}
#section_container_4 .inner .list_point .item .bgOr,
#section_container_4 .inner .list_point .item .bgB {
    height: auto;
}
.container #section_container_4 .inner .list_plan .item_plan {
    padding: 5%;
}
#section_container_4 .inner .list_plan .item_plan .ttl_planName {
    margin: 8px 0 5%;
    padding-bottom: 8px;
    font-size: 1em;
    line-height: 2;
}
#section_container_4 .inner .list_plan .item_plan .ttl_planName span {
    margin-right: 0.4em;
    font-size: 1em;
}
#section_container_4 .inner .list_plan .item_plan .ttl_planName .span2_bgB {
    margin-left: 0.4em;
}
#section_container_4 .inner .list_plan .item_plan .price_area [class^="img_block_"] {
    width: 47.5%;
    margin-bottom: 15%;
}
#section_container_4 .inner .list_plan .item_plan .price_area [class^="img_block_"] .plan-img {
    margin-bottom: 2%;
}
#section_container_4 .inner .list_plan .item_plan .price_area [class^="img_block_"] .plan-tag {
    max-width: 110px;
}
#section_container_4 .inner .list_plan .item_plan .price_area .img_block_2:before {
    font-size: 0.875em;
    left: -7%;
}
#section_container_4 .inner .list_plan .item_plan .price_area [class^="img_block_"] .plan-img {
    margin-bottom: 2%;
}
#section_container_4 .inner .list_plan .item_plan .price_area .img_block_2:after {
    background: url(../../images/s4/arrow.png);
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 20%;
    height: 20%;
    right: auto;
    left: -14%;
    top: auto;
    bottom: -35%;
}
#section_container_4 .inner .list_plan .item_plan .price_area .price_block {
    width: 100%;
    margin-left: 0;
}
#section_container_4 .inner .list_plan .item_plan .price_area .price_block .img1 {
    width: 38%;
    height: 100%;
    margin-right: 4%;
    padding: 8px 0;
}
#section_container_4 .inner .list_plan .item_plan .price_area .price_block .cf .img3 {
    float: right;
    width: 75%;
}
#section_container_4 .inner .list_plan .item_plan .price_area .price_block .cf {
    width: 58%;
    padding: 10px 0;
}

#section_container_4 .inner{
    width: auto;
}
#section_container_4 .inner .list_point .item .bgOr .point,
#section_container_4 .inner .list_point .item .bgB .point {
    width: auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 16px;
    padding: 0 0.5em;
}
#section_container_4 .inner .list_point .item .bgOr .point_main, 
#section_container_4 .inner .list_point .item .bgB .point_main {
    top: 60%;
}

#section_container_4 .inner .list_point .item .bgOr,
#section_container_4 .inner .list_point .item .bgB {
    height: 7em;
}

.flayer_pdf_ {
    text-align: center;
    margin: 5% 0;
    padding: 0 5%;
}
.flayer_pdf_ .inner a {
    width: auto;
    margin: auto;
    padding: 7.5% 0;
	text-decoration:none;
}
	.flayer_pdf_ .inner a span {
		background: #d01e36;
		color: #fff;
		margin: 7.5% 10% 0 10%;
		line-height: 1;
		padding: 5%;
		border-radius:50px;
		position: relative;
	}
	.flayer_pdf_ .inner a span:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10%;
		width: 4px;
		height: 4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		margin-top: -2px;
	}
	
.bnr_area .inner_bnr {
	padding:5%;
	overflow: hidden;
}

#footer-info .btn-chapel {
    bottom: 207px;
}
	 
.side {
    display: none;
}
	 
}
