@charset "utf-8";
.color-tour {
	background-color: #E4788C;
}
.color-course {
	background-color: #2090AB;
}
.text-tour {
	color: #E4788C;
}
.text-course {
	color: #2090AB;
}
#pagetitle {
	width: 100%;
	margin-bottom: 40px;
	height: 60px;
}
#pagetitle img.title {
	height: 50px;
	margin: 5px 0px 0px 5px;
}
#pagetitle img.name {
	height: 25px;
	margin: 25px 5px 0px 0px;
	float: right;
}
#main-img {
}
#plan {
	margin: 0px 0px 30px 0px;
}
#plan {
	margin-top: 5px;
	background-color: #EFEFEF;
	padding: 10px;
}
#plan td {
	padding: 0px 5px;
	vertical-align: top;
	font-size: 90%;
}
#plan td span {
	font-weight: bold;
}
#plan td span.red {
	font-weight: bold;
	color: red;
}
#plan .head {
	width: 15%;
	border-right: dashed 1px #C4C4C4;
}
#plan .icon {
	vertical-align: middle;
	margin-right: 5px;
}
#plan .pt {
	padding-top: 15px;
}
.button {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 5px;
	font-size: 120%;
	font-weight: bold;
}
.button a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.button a:hover {
	opacity: 0.5;
}
.contents {
}
.contents h3 {
	font-size: 150%;
}
.contents p {
	overflow: hidden;
}
.contents img {
	float: right;
	margin-left: 20px;
	width: 340px;
}
.contents p span.midashi {
	font-size: 120%;
	font-weight: bold;
}
.user {
}
.user ul {
}
.user ul li {
	margin-bottom: 20px;
}
.user ul li {
	margin-bottom: 20px;
}
.user span {
	font-weight: bold;
}
/*___________ google-maps ___________ */
.google-maps {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	margin: 30px auto 30px auto;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.mb {
	margin-bottom: 30px;
}

/*___________ @media ___________ */
@media (max-width: 768px) {
#pagetitle {
	width: 100%;
	margin-bottom: 20px;
	height: 40px;
}
#pagetitle img.title {
	height: 30px;
	margin: 5px 0px 0px 5px;
}
#pagetitle img.name {
	display: none;
}
#plan {
}
#plan .main {
}
#plan .data {
}
#plan td {
	padding: 2px 0px;
	vertical-align: top;
	font-size: 100%;
	display: block;
}
#plan td span {
	font-weight: bold;
}
#plan .head {
	width: 100%;
	border-right: none;
}
#plan .icon {
	vertical-align: middle;
	margin-right: 5px;
}
#plan .pt {
	padding-top: 15px;
}
.contents {
}
.contents h3 {
	font-size: 150%;
}
.contents p {
	overflow: hidden;
}
.contents img {
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}
.contents p span.midashi {
	font-size: 110%;
	font-weight: bold;
}
/*___________ google-maps ___________ */
.google-maps {
	position: relative;
	padding-bottom: 80%;
	height: 0;
	overflow: hidden;
	margin: 30px auto 30px auto;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
}
