@charset "utf-8";

#ChapelKaijo a {
	color: #333;
}

.price_wrap {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 16px;
}

.ttl_price {
	font-size: 18px;
	color: #0d3956;
	text-align: center;
	padding-top: 6px;
}

.price_wrap li {
	color: #b6131d;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	display: flex;
  display:-ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.border  {
	position: relative;
	flex: 1;
	height: 1px;
}

.border::before {
	content: "";
	background-image: linear-gradient(to right, #666, #666 3px, transparent 3px, transparent 5px);
	background-size: 5px 1px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 800px) {
#kaguratxt {
	text-align: center!important;
}
#Chapel {
	margin-top: 20px;
}
#Chapel table {
	border-collapse: collapse;
	width: 784px;
	margin: 0 auto;
	font-size: 12px;
}

#Chapel table th,
#Chapel table td {
	border: 1px solid #CCC;
	padding: 8px;
}

#Chapel table th {
	width:10%;
	background-color: #EEE;
	font-weight: normal;
	white-space: nowrap;
}

#Chapel table td {
	width:90%;
}
#ChapelKaijo p {
	text-align: center;
	margin: auto;
	font-size: 24px;
	padding: 30px 0 10px 0;
}
#ChapelKaijo ul {
	width: 1000px;
	margin: auto;
	text-align: center;
	padding-bottom: 50px;
}
#ChapelKaijo ul li {
	float: left;
	width: 33.333%;
	margin-bottom: 12px;
}
#ChapelKaijo ul li img {
	width: 96%;
	margin-bottom: 4px;
}

.ttl_price {
	font-size: 23px;
}

.price_wrap li {
	font-size: 22px;
	line-height: 2;
}

.price_wrap {
	width: 784px;
	padding-top: 16px;
	padding-bottom: 31px;
}

.border::before {
	width: 93%;
}

}

@media screen and (max-width: 800px) {
#kaguratxt {
	text-align: left;
}
#Chapel {
	margin-top: 2%;
}
#Chapel table {
	border-collapse: collapse;
	width: 96%;
	margin: auto 2% 0% 2%;
	font-size: 12px;
}

#Chapel table th,
#Chapel table td {
	border: 1px solid #CCC;
	padding: 8px;
}

#Chapel table th {
	width:10%;
	background-color: #EEE;
	font-weight: normal;
	white-space: nowrap;
}

#Chapel table td {
	width:90%;
}
#ChapelKaijo p {
	text-align: center;
	margin: auto;
	font-size: 24px;
	padding: 20px 0 10px 0;
}
#ChapelKaijo ul {
	width: 100%;
	margin: auto;
	text-align: center;
	padding-bottom: 30px;
}
#ChapelKaijo ul li {
	float: left;
	width: 50%;
	margin-bottom: 12px;
}
#ChapelKaijo ul li img {
	width: 96%;
	margin-bottom: 4px;
}
#ChapelKaijo ul li div {
	font-size: 3.5000vw;
}
}


@media screen and (min-width: 736px) {
#Campaign {
	width: 100%;
	text-align: center;
	margin: auto;
}
#Campaign img {
	width: 60%!important;
	margin-top: 0px;
	margin-bottom: 15px;
}
}

@media screen and (max-width: 736px) {
#Campaign {
	width: 100%;
	text-align: center;
	margin: auto;
	padding-top: 0px;
}
#Campaign img {
	width: 92%!important;
	margin-bottom: -8%;
	text-align: center;
}
}
