﻿@charset "UTF-8";

/* ▼▼▼ 周辺案内
=====================================*/
body { background: #fff;}

h1.title {
	 color: #000;
	 font-size: 30px;
	 font-weight: normal;
	 text-align: center;
	 background:url(../common/img/title_bg.png) no-repeat center top #F8FAFD;
	 padding-top: 70px;
	 height: 175px;
	 line-height: 0.7;
	 box-sizing: border-box;
	 margin: 0 auto ;
	 }
	 h1.title span {
		color: #83571D;
		font-size: 13px;
		}
.main_img{
	width: 100%;
	height: 400px;
	background:url(img/main_bg.jpg) no-repeat scroll center top;
	background-size: cover;
	}
#contents {
	margin: 50px auto 100px;
	width: 100%;
	max-width: 1000px;
	}

#map_wrapper {
	width:100%;
	max-width: 1000px;
	max-height: 540px;
	padding-top:50%;
	position: relative;
	margin:auto;
	}
#map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	}

#nav {
	border: 2px solid #e7398e;
	padding: 4%;
	margin-bottom: 30px;
	overflow: hidden;
	}
	#nav > ul {
		float: left;
		width: 33%;
		font-size: 18px;
		overflow: hidden;
		}
		#nav > ul li {
			margin-bottom: 5px;
			}
		#nav > ul li:last-child {margin-bottom: 0;}
		#nav > ul li:before {
			content: "▼";
			color: #e7398e;
			margin-right: 3px;
			}
			#nav > ul li a {
				color: #333;
				text-decoration: underline;
				}
			#nav > ul li a:hover {
				text-decoration: none;
				}
				
ul.sightseeing_list {
	overflow: hidden;
	} 
	ul.sightseeing_list li {
		float: left;
		width: 49%;
		margin: 0 2% 50px 0;
		}
	ul.sightseeing_list li:nth-child(2n) {margin-right: 0;}
		ul.sightseeing_list li h2 {
			border-bottom: 1px solid #000;
			padding-bottom: 5px;
			margin: 10px 0;
			color: #e7398e;
			font-size: 22px;
			}
			ul.sightseeing_list li table {
				margin: 10px 0 0;
				font-weight: bold;
				}
				ul.sightseeing_list li table th,
				ul.sightseeing_list li table td {padding: 3px 0;}
				ul.sightseeing_list li table th {width: 80px;}

.bur_bus + .kome {
	margin: 10px 0 0;
	font-size: 14px;
	}

.plan_title{
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 70px 0;
	background: url(img/sakura_bg.png) bottom center repeat-y;
	}
	.plan_title div{
		margin: 0 0 20px 0;
		}
.plan_title p{
	font-size: 24px;
	text-align: center;
}

.plan_title h2{
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 58px;
	font-weight: bold;
	line-height: 2;
	color: #e7398e;
	}
	.plan_title h2:before{
		content: "";
		margin: 0 10px 0 0;
		padding: 60px;
		background:url(img/sakura_icon.png) left center no-repeat;
		background-size: contain;
}

ul.plan{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	}
	ul.plan li {
		float: left;
		width: 32%;
		margin: 0 2% 20px 0;
		}
		ul.plan li:last-child {
			margin: 0 0 20px 0;
			}
ul.reservation{
	margin: 0 auto 60px;
	}
	ul.reservation li{
		margin: 0 0 20px 0;
		text-align: center;
		}

.photo{
	text-align: center;
	}

p.kome{
	font-size: 12px;
}


/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {	

 h1.title {
	 color: #000;
	 font-size: 20px;
	 font-weight: normal;
	 text-align: center;
	 background:url(../common/img/title_bg.png) no-repeat center top #F8FAFD;
	-webkit-background-size:auto 88px;
	-moz-background-size:auto 88px;
	background-size:auto 88px;
	 padding-top: 35px;
	 height: 88px;
	 line-height: 0.9;
	 box-sizing: border-box;
	 margin: 0 auto ;
	 }
.main_img{
	width: 100%;
	height: 200px;
	background:url(img/main_bg.jpg) no-repeat scroll center top;
	background-size: cover;
}
#contents {
	margin: 20px auto;
	padding: 0 2%;
	font-size: 15px;
	}
	
#map_wrapper {
	width:100%;
	max-width: 1000px;
	padding-top:80%;
	}

#nav {
	margin-bottom: 15px;
	}
	#nav > ul {
		float: none;
		font-size: 16px;
		width: 100%;
		}
				
ul.sightseeing_list {
	} 
	ul.sightseeing_list li {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
		}
		ul.sightseeing_list li h2 {
			font-size: 20px;
			}

.bur_bus + .kome {
	font-size: 12px;
	}

.plan_title{
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 10px 30px 10px;
	}
	.plan_title div{
		margin: 0 0 10px 0;
		}
.plan_title p{
	font-size: 16px;
	text-align: center;
}
	.plan_title p br{
		display: none;
	}

.plan_title h2{
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	color: #e7398e;
	}
	.plan_title h2:before{
		content: "";
		margin: 0 5px 0 0;
		padding: 25px;
		background:url(img/sakura_icon.png) left center no-repeat;
		background-size: contain;
}

ul.plan{
	max-width: 100%;
	}
	ul.plan li {
		width: 100%;
		margin: 0 0 20px 0;
		}
		ul.plan li:last-child {
			margin: 0 0 20px 0;
			}
ul.reservation{
	margin: 0 auto 40px;
	}
	ul.reservation li{
		margin: 0 0 20px 0;
		text-align: center;
		}

.photo{
	text-align: center;
	}

p.kome{
	font-size: 10px;
}


}			
		
		
		
		