@charset "utf-8";

#whatsup {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #2090AB;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#whatsup .contents {
	margin: 0 10%;
	padding: 20px 0%;
}

#whatsup .title {
	text-align: center;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
}

#whatsup h2 {
	width: 60%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 90%;
	vertical-align: top;
	font-weight: normal;
}

#whatsup .btn {
	width: 8%;
	text-align: r;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	display: inline-block;
	float: right;
	vertical-align: top;
}

#suptour {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#suptour .contents {
	width: 900px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	position: relative;
}

#suptour .contents .title {
	text-align: center;
	font-size: 110%;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#suptour .contents .color_tour {
	border-bottom: dotted 4px #E4788C;
}

#suptour .contents .color_course {
	border-bottom: dotted 4px #41B5C8;
}

#suptour .contents .title img {
	height: 60px;
	margin-bottom: 15px;
}

#suptour .contents .image {
	text-align: center;
	margin-bottom: 15px;
}

#suptour .contents .image img {
	margin-bottom: 10px;
}

#suptour .contents .more-tour {
	background-color: #E4788C;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 60px;
	line-height: 60px;
	font-size: 140%;
	font-weight: bold;
}

#suptour .contents .more-tour a {
	display: block;
	color: #FFFFFF;
}

#suptour .contents .more-tour a:hover {
	background-color: #F398A9;
}

#suptour .contents .pop {
	position: absolute;
	right: 10px;
	bottom: -50px;
}



#suptour .contents .more-course {
	background-color: #2090AB;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 60px;
	line-height: 60px;
	font-size: 140%;
	font-weight: bold;
	position: relative;
}

#suptour .contents .more-course a {
	display: block;
	color: #FFFFFF;
}

#suptour .contents .more-course a:hover {
	background-color: #5AACC0;
}

#suptour .contents .text {
	text-align: left;
	font-size: 120%;
	position: relative;
}

#suptour .contents .text span {
	font-weight: bold;
}


#suptour .hr {
	padding-top: 30px;
	border-top: solid 4px #CCCCCC;
}

#suptour .mgb {
	margin-bottom: 100px;
}


/*___________ @media ___________ */
@media (max-width: 768px) {
	#whatsup {
		overflow: hidden;
	}

	#whatsup .contents {
		margin: 0 5%;
		padding: 4% 0%;
	}

	#whatsup .title {
		width: 40%;
		text-align: center;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		padding: 0px;
		display: block;
		vertical-align: top;
	}

	#whatsup h2 {
		width: 100%;
		text-align: left;
		display: block;
		font-size: 80%;
		margin-bottom: 15px;
	}

	#whatsup .btn {
		width: 100%;
		text-align: center;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	#whatsup .btn img {
		width: 20%;
	}

	#suptour {
		width: 100%;
		text-align: center;
		margin-top: 30px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}

	#suptour .contents {
		width: 90%;
		text-align: center;
		margin-right: auto;
		margin-bottom: 30px;
		margin-left: auto;
	}

	#suptour .contents .title {
		text-align: center;
		font-size: 90%;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#suptour .contents .title img {
		height: 30px;
		margin-bottom: 10px;
	}

	#suptour .contents .image {
		text-align: center;
		margin-bottom: 0px;
	}

	#suptour .contents .image img {
		margin-bottom: 10px;
	}

	#suptour .contents .more-tour {
		background-color: #E4788C;
		text-align: center;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		height: 40px;
		line-height: 40px;
		font-size: 100%;
		font-weight: bold;
		position: relative;
	}

	#suptour .contents .more-course {
		background-color: #2090AB;
		text-align: center;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		height: 40px;
		line-height: 40px;
		font-size: 100%;
		font-weight: bold;
		position: relative;
	}

	#suptour .contents .pop {
		display: none;
	}

	#suptour .contents .text {
		text-align: left;
		font-size: 100%;
	}

	#suptour .contents .text span {
		font-weight: bold;
	}
}


#banner {
	width: 90%;
	text-align: center;
	margin: 40px auto;
}

@media (max-width: 768px) {
	#banner {}

	#banner img {
		width: 100%;
	}
}