@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: 25px 0;
	}
	
	.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;
	}

.main section{
	overflow: hidden;
}
/* =======================
 ◇ 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 .main .correspondingArea{
	margin-bottom:35px;
	background:#fffae0;
	padding:20px;
	border-radius:10px;
}

	.contents .main .correspondingArea dl.text{
		color:#2E75B6;
	}
	
	.contents .main .correspondingArea dl.text dt{
		font-size:122%;
		font-weight:700;
		margin-bottom:8px;
	}
	
	.contents .main .correspondingArea dl.text dt span{
		color:#f01;
	}
	
	.contents .main .correspondingArea dl.text dd{
	}
	
	.contents .main .correspondingArea .cemetery{
		margin-bottom:35px;
		background:#dbfffc;
		padding:20px;
		border-radius:10px;
	}

/* =======================
 ◇ topまわり
======================== */
.contents h2{
	margin-bottom:20px;
}


/* =======================
 ◇ 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 .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;
}


/* --------------------------------
   □ plan
-------------------------------- */

#plan .division{
	zoom:1;
	overflow:hidden;
	margin-bottom:20px;
}
#plan .division h6{
	margin-bottom:15px;
	font-size:120%;
	text-decoration:underline;
	background:none;
	padding:0;
}

#plan .division p.image{
	float:left;
	margin-right:20px;
}


#plan .explain{
	zoom:1;
	overflow:hidden;
	width:calc(100% - 280px);
	margin-bottom:15px;
}

#plan .explain .map img{
	width:100%;
}


#plan table{
	width:100%;
	margin-bottom:15px;
}

#plan table thead th{
	background: #a5a5a5;
}
#plan table th,
#plan table td{
	padding:8px 4px;
	text-align:center;
}

#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,
#plan table td.sample{
	width:180px;
	box-sizing:border-box;
}

#plan .rightarea p.image{
	width: 45%;
	float: left;
}

#plan .rightarea table{
	width: 45%;
	float: right;
}

#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;
}

/*attention */
#plan ol.list{
	margin-top:20px;
	margin-bottom:20px;
	zoom:1;
	clear:both;
	overflow:hidden;
}


/* --------------------------------
   □ service
-------------------------------- */

#service .division{
	margin-bottom:25px;
}

#service .division h5{
	margin-bottom:15px;
	text-decoration:underline;
	font-size:180%;
	text-align:center;
	background:none;
	border:0;
}

#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;
}

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

#footer-info .btn-aji {
    float: none;
    display: none;
}

.side {
    position: fixed;
    left: 20px;
    top: 155px;
    z-index: 200;
}
	
.side .linkarea li{
    margin-bottom: 9px;
}
	
.side .linkarea li img{
    width: 140px;
}


@media only screen and
(max-width : 640px) {
	

/* =======================
 ◇ 共通
======================== */
.contents{

}

.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:100%;
	}

	.contents a.btn{
		padding:10px 20px;
	}
.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%;
}

/* =======================
 ◇ facility
======================== */

	
	#facility .facility-list li.per50 {
		width: auto;
	}





/* =======================
 ◇ 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%;
	}

	#plan .rightarea p.image {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	#plan .rightarea table {
		width: 100%;
		float: none;
	}
	/* --------------------------------
	   □ 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:0 2%;
}

#facility dl.image dt{
	padding:1%;
	color:#fff;
	background:#26292E;
	font-size:148%;
	font-weight:700;
}

#facility dl.image dd img{
	width:100%;
}

/* --------------------------------
   □ 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;
}

#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;
}

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