@charset "utf-8";

#contents h2{
	margin-bottom: 40px;
}

#contents h3 img{
	width: min(100%, 1070px);
}

#contents div.left{
	float: left;
	width: 510px;
}

#contents div.right{
	float: right;
	width: 510px;
}

#contents h4.title{
	background-color: #004da1;
	padding: 3px 10px 2px;
	margin-bottom: 5px;
/*	width: 200px;*/
	color: #ffffff;
	font-weight: bold;
}

#contents h4.title+p{
	margin-bottom: 1.5em;
}

#contents .link_list a{
	display: inline-block;
}

#contents th,
#contents td{
	text-align: center;
	padding: 3px;
}

#contents table.timetable,
#contents table.charge{
	width: 100%;
}

#contents table.timetable tr:nth-child(odd){
	background-color: #e5edf5;
}

#contents table.timetable th,
#contents table.charge th{
	color: #ffffff;
	background-color: #004da1;
}

#contents table.timetable td{
	border-bottom: 1px #666666 solid;
}

#contents table.timetable td.left{
	border-right: 1px #666666 solid;
}

#contents p.remark2{
	margin: 5px 0 30px 0;
	text-align: right;
	width: 350px;
}

#contents table.charge{
	border-top: 1px #666666 solid;
}

#contents table.charge th,
#contents table.charge td{
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #666666;
}

#contents table.charge th.grade{
	color: #000000;
	background-color: #b2c9e3;
	border-width: 0 0 1px 0;
	width: 80px;
}

#contents ul.charge{
	margin-bottom: 1em;
}

#contents div.plus{
	font-size: 85%;
	text-align: right;
}

#contents p.remark{
	margin: 5px 0 30px 0;
}

#contents p.remark strong{
	color: #ffffff;
	font-weight: normal;
	padding: 0 5px;
	background-color: #ff9900;
}

#contents div.discount{
	display: flex;
	flex-wrap: wrap;
	gap: .5em;
	margin-top: .5em;
}

#contents div.discount img{
	width: min(100%, 250px);
}

#contents span.discount{
	font-size: 85%;
	color: #ff6600;
}

#contents p
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #004DA1;
  border: solid 2px #004DA1;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #B2C9E3;
  color: white;
}


@media screen and (max-width: 767px){
	#contents .sp_fNone{
		margin-right: 0;
		margin: 0 1.5em;
	}
	#contents .sp_fNone > div{
		float: none;
		width: auto;
		height: auto !important;
		margin-right: 0;
	}
}