@charset "utf-8";


.contents h4 {
	clear: both;
	font-size: 1.2em;
	letter-spacing: 2px;
	padding: .5em .75em;
	background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	text-align: center;
}
table.planprice2,
table.planprice {
	width: 100%;
}
table.planprice2 th,
table.planprice th {
	width: 10%;
	text-align: center;
	background-color: #f1f1f1;
	vertical-align: middle;
}
table.planprice2 th,
table.planprice2 td,
table.planprice th,
table.planprice td {
	border: 1px #ccc solid;
	vertical-align: middle;
	table-layout:  fixed;
	padding: 5px 3px;
}

table.planprice2 th,
table.planprice td {
	width: 25%;
}
table.planprice2 td {
	text-align: left;
}

.plan_s,.plan_c,.plan_d {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 5em;
}

.plan_s {
	background-color: #f0e155;
	background: -moz-linear-gradient(top, #f0e155, #fdb133);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0e155), to(#fdb133));

}
.plan_c {
	background-color: #7ae284;
	background: -moz-linear-gradient(top, #7ae284, #6fbd6c);
	background: -webkit-gradient(linear, left top, left bottom, from(#7ae284), to(#6fbd6c));


}
.plan_d {
	background-color: #678ed1;
	background: -moz-linear-gradient(top, #678ed1, #386da3);
	background: -webkit-gradient(linear, left top, left bottom, from(#678ed1), to(#386da3));
}
.allplan {
	padding: 0.5em 2em;
	background-color: #efefef;
	line-height: 155%;
	color: #333;
	font-weight: bold;
}
.allplan:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
.allplan h5 {
	font-size: 1.3em;
}
.allplan ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
    display:flex;
    list-style: none;
    justify-content: center;
}
.allplan ul li {
	color: #666;
    justify-content: flex-start;
	margin: 15px 5px 0 5px;
	font-size: 0.8em;
	background-color: #f6dbdb;
	padding: 3px 10px;
	border: 1px solid #ccc;
}
.mark{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.osusume1,
.osusume2,
.osusume3 {
	padding: 2em;
	margin: 1em 0 1em 0;
	text-align: left;
}
.osusume1 li,
.osusume2 li,
.osusume3 li {
	list-style-type: disc;
	margin: 0 0 0 20px;
	line-height: 155%;
}
.osusume1 h5,
.osusume2 h5,
.osusume3 h5 {
	font-weight: bold;
	margin: 0 0 5px 0;
}
.osusume1 {
	background-color: #f8f1b4;
}
.osusume1 h5 {
	color: #fdb133;
}
.osusume2 {
	background-color: #cef7d2;
}
.osusume2 h5 {
	color: #339933;
}
.osusume3 {
	background-color: #d2dff6;
}
.osusume3 h5 {
	color: #336699;
}
.ticketsetsu {
	padding: 2em;
	background-color: #efefef;
	line-height: 155%;
	text-align: left;
}
.ticketsetsu p {
	font-weight: bold;
	color: #336699;
}
.ticketsetsu ul {
	margin: 20px 0;
}
.ticketsetsu li {
	list-style-type: disc;
	margin: 0 0 0 20px;
}
.tdright {
	text-align: right!important;
}
.maebarai {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 170%;
  color: #333;
  border: 1px solid #f00;
  background-color:  #f4f4e1;
  padding: 2%;
  margin: 2%;
}

@media screen and (max-width : 1000px) {
	table.planprice {
		width: 100%;
	}
	.allplan ul {
  flex-wrap: wrap;
	}
}
