@charset "utf-8";

/* ご注文方法 */
.order {
	width: 95%;
	margin: 0 auto;
}

h3 {
	color: orange;
}
/* フロー画像 */
.order-image {
	text-align: center;
	width: 100%;
	height: auto;
	background-color: #ffe;
	margin: 20px;
	position: relative;
	border-radius: 10px;
}

/* 方法の表 */
.order-table {
	table-layout: auto;
	margin-bottom: 20px;
}

.dl {
	margin-left: 40px;
	margin-bottom: 20px;
}

/* 最近のさんぽ */
#contents01 {
	clear: both;
}

table {
	width: 100%;
}

.walk-date {
	width: 120px;
}

.walk-place {
	width: 200px;
}
