/* CSS Document */

/* menu */
h3.menu_title {
	margin-bottom: 0;
	border-bottom: solid 1px #e8e8e8;
}
.menus_list{
	margin:0 0 2em;
	padding:0;
	list-style-type:none;
}
.menus_list li{
	margin:15px 0 0;
	padding: 0 0 15px;
/*	border-bottom:1px solid #e8e8e8; */
}
.none {
	border-top: none;
}
.menus_list dt,
.menus_list dd {
	margin:0;
	padding:0;
	list-style-type:none;
	display:table-cell;
}

.menus_list li:first-child{
/*	border-top:1px solid #e8e8e8;
	padding-top: 15px; */
}
.menus_list li:last-child{	
	padding: 0 0 0;
	border-bottom:none;
}

.menus_list li:after {
	display: block;
	clear: both;
	content: "";
}

.img_area {
	width:200px;
	float:left;
	margin:0;
	padding:0 15px 0 0;
	list-style-type:none;
}
.menus_img {
	text-align: center;
}
.menus_img img{
	width: 200px;
	display:block;
}
.menus_desc{
	display:table;
	padding:20px 0;
	font-size:115%;
	line-height:170%;
}
.menus_list dt {
}
.menus_list dd {
}
dl.menus_detail:first-child{
	padding-top: 0;
	border-top: none;
}
.menus_detail {
	padding-top: 15px;
	border-top: 1px solid #e8e8e8;
	display:table-row;
}

.tourists_area {
	margin: 0 auto;
}
.tourists_area ul {
	margin: 0;
	padding: 0;
	display: table;
	padding-top: 20px;
	margin-bottom: 20px;
}
.tourists_area li {
	display: table-cell;
	list-style-type:none;
	vertical-align: top;
}
.tourists_area li.img {
	width: 280px;
}
.tourists_area li img { width: 280px; }
.tourists_area dl,
.tourists_area dt,
.tourists_area dd {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.tourists_area dl {
	width: 375px;
}
.tourists_area dt {
	float: left;
	width: 65px;
	padding-bottom: 4px;
	margin: 0 0 4px 20px;
	font-weight: bold;
	border-bottom: solid 1px #eee;
}
.tourists_area dd {
	float: left;
	width: 280px;
	padding-bottom: 4px;
	margin: 0 0 4px 10px;
	border-bottom: solid 1px #eee;
}
.place_area {}
.place_area ul {
	margin: 0;
	padding: 0;
	display: table;
	border-top: 1px solid #e8e8e8;
	padding-top: 20px;
	margin-bottom: 20px;
}
.place_area li {
	display: table-cell;
	list-style-type:none;
	vertical-align: top;
}
.place_area li.img {
	width: 200px;
}
.place_area li.text {
	width: 455px;
}

.walk_area {}
.walk_area ul {
	margin: 0;
	padding: 0;
	display: table;
	padding-top: 20px;
	margin-bottom: 20px;
}
.walk_area li {
	display: table-cell;
	list-style-type:none;
	vertical-align: top;
}
.walk_area li.img {
	width: 200px;
}
.walk_area li.text {
	width: 455px;
}

ul.walk_root {
	display: block;
	border-top: none;
}
ul.walk_root li {
	width: 100%;
	display: block;
}
ul.walk_root li a {
	display: inline-block;
	padding-left: 12px;
	background: #ffffff url(../../common/img/arrow_gray.png) 0 40% no-repeat;
	background-size: 6px 8px;
}

@media only screen and (max-width: 639px) {
	.menus_list ul {
		margin-top: 14px;
		width: 100%;
	}
	.menus_list li {
 	   margin: 15px 0 0;
 	   padding: 0;
	   display: table-cell;  
	}
	.menus_list li:first-child {
		padding-right: 5px;
	}
	.menus_list li:nth-child(2) {
		padding-left: 5px;
	}
	.img_area {
		margin:0 auto;
		padding:0;
		list-style-type:none;
		text-align: center;
	}
	.menus_img img{
		width: 100%;
	}
	.menus_desc{
		width:100%;
		float:none;
	}
	.menus_list dt {
		width: 70%;
		float: left;
	}
	.menus_list dd {
		width: 30%;
		float: right;
		text-align: right;
	}
	

	.tourists_area ul {
		display: block;
	}
	.tourists_area li {
		display: block;
	}
	.tourists_area li.img {
		width: 100%;
	}
	.tourists_area li img { width: 100%; }
	.tourists_area dl {
		width: 100%;
	}
	.tourists_area dt {
		float: none;
		width: 100%;
		padding-bottom: 4px;
		margin: 0 0 4px 0;
		font-weight: bold;
		border-bottom: solid 1px #eee;
		box-sizing: border-box;
	}
	.tourists_area dd {
		float: none;
		width: 100%;
		padding: 0 0 4px 8px;
		margin: 0 0 4px 0;
		border-bottom: solid 1px #eee;
		box-sizing: border-box;
	}

	.place_area {}
	.place_area ul {
		margin: 0;
		padding: 0;
		display: block;
		border-top: 1px solid #e8e8e8;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.place_area li {
		display: block;
	}
	.place_area li.img {
		width: 100%;
		text-align: center;
	}
	.place_area li.text {
		width: 100%;
		margin-top: 6px;
	}

	.walk_area {}
	.walk_area ul {
		margin: 0;
		padding: 0;
		display: block;
		border-top: 1px solid #e8e8e8;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.walk_area li {
		display: block;
	}
	.walk_area li.img {
		width: 100%;
		text-align: center;
	}
	.walk_area li.text {
		width: 100%;
		margin-top: 6px;
	}

}
