#container {
/*	max-width: 1000px;
	width: 100%;*/
	margin: 0 auto;
	padding: 0;
}
header {
	display: block;
	background: none;
	border: 0;
	height: auto;
	text-align: center;
}
header h1 img {
	width: auto;
	height: auto;
}
.contents {
	display: block;
	border: 0;
	margin-top: 30px;
	padding: 0;
}
footer {
	border: 0;
}
.page-ttl {
	position: relative;
	display: flex;
	align-items: center;
	background: orange;
	width: 98%;
	margin: 0 auto 20px;
	padding: 10px 30px;
	line-height: 1.3;
}
.page-ttl::before, .page-ttl::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.page-ttl::before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.page-ttl::after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.page-ttl h2 {
	width: auto;
	margin: 0 auto 0 0;
	text-shadow: none;
	font-size: 1.5em;
	color: #fff;
}
.page-ttl .date {
	font-size: 1.3em;
	color: #fff;
}

h3 {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 900px;
	width: 98%;
	height: 60px;
	margin: 0 auto 10px;
	font-size: 1.7em;
	color: #333;
	font-weight: bold;
	text-shadow: none;
}
.play-ttl {
	background: url(images/cyari1.jpg) no-repeat;
	background-size: auto 55px;
	padding-left: 70px;
}
.sansaku-ttl {
	background: url(images/cyari2.jpg) no-repeat;
	background-size: auto 55px;
	padding-left: 70px;
}
h3+p {
	max-width: 900px;
	width: 98%;
	margin: 0 auto 20px;
}
.page-com {
	max-width: 900px;
	width: 98%;
	margin: 0 auto 20px;
	font-size: 1.2em;
}
.page-image {
	width: 98%;
	margin: 10px auto 20px;
	text-align: center;
}
.map {
	width: 98%;
	margin: 40px auto 0;
	text-align: center;
}
.shop {
	width: 98%;
	margin: 40px auto 0;
	text-align: center;
}

/* 内容 */
.note {
	max-width: 900px;
	width: 98%;
	margin: 0 auto;
}
.note dt {
	font-size: 1.1em;
	font-weight: bold;
}
.note dt.green {
	color: #748e33;
}
.note dt.orange {
	color: orange;
}
.note dd {
	margin-left: 20px;
}
.note dd ul li+li {
	margin-top: 5px;
}
.note dd ul.green>li::before {
	color: #748e33;
}
.note dd ul.orange>li::before {
	color: orange;
}
.note dd+dt {
	margin-top: 15px;
}
.note dd ol {
	counter-reset: cnt 0;
	list-style: none;
}
.note dd ol li {
	position: relative;
	padding-left: 22px;
}
.note dd ol li::before {
	counter-increment: cnt 1;
	position: absolute;
	left: 0;
	top: 3px;
	content: counter(cnt);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: orange;
	width: 17px;
	height: 17px;
	padding-top: 1px;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
}
.note.bg01 {
/*	background: url(images/cyari-image001.jpg) no-repeat;
	background-position: bottom right;*/
}
/* 予約受付 */
.yoyaku {
	max-width: 900px;
	width: 98%;
	margin: 20px auto;
}
.yoyaku .name {
	font-size: 1.5em;
	color: orange;
	font-weight: bold;
}
.yoyaku .telfax {
	display: flex;
}
.yoyaku .telfax b {
	font-size: 1.6em;
	margin-left: 10px;
}
.yoyaku .telfax .fax {
	margin-left: 50px;
}
.yoyaku p {
	color: #fb977f;
}

/* 問合せ */
.contact {
	max-width: 900px;
	width: 98%;
	margin: 20px auto;
}

/*--------------- 追記 -----------------*/
.course-tbl {
	width: 90%;
	margin-top: 20px;
}
.course-tbl td dl.route {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.course-tbl td dl.route dt {
	width: 60px;
	margin: 0;
	font-size: 0.95em;
	font-weight: normal;
}
.course-tbl td dl.route dd {
	width: calc(100% - 100px);
}
.rental-tbl {
	width: 90%;
	margin-top: 10px;
}
.rental-tbl th {
	width: calc(100% - 100px);
	text-align: left;
	font-weight: normal;
}
.rental-tbl td {
	width: 100px;
	text-align: center;
}
