@media screen and (min-width: 750px){

/* ===========================
header
============================*/
#header {
	margin: auto;
	width:100%;
	padding: 0px;
	background:#FFFFFF;
}

#header .header_box {
	margin: auto;
	max-width: 1000px;
	padding: 20px 0 0 0;
}

#header .logo {
	float: left;
}

#header .logo img {
	width: 100%;
	max-width: 250px;
	max-height: 56px;
}

#header .tel_fax {
	padding-top: 20px;
	float: right;
}

#header .tel_fax img {
	width: 100%;
	max-width: 397px;
	max-height: 39px;
}

/* ===========================
nav
============================*/
#nav {
	width: 100%;
	border-top: 2px #0375b6 solid;
	border-bottom: 2px #006199 solid;
	margin-bottom: 5px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #018ad8),
		color-stop(1, #016eac)
	);
	background-image: -o-linear-gradient(bottom, #018ad8 0%, #016eac 100%);
	background-image: -moz-linear-gradient(bottom, #018ad8 0%, #016eac 100%);
	background-image: -webkit-linear-gradient(bottom, #018ad8 0%, #016eac 100%);
	background-image: -ms-linear-gradient(bottom, #018ad8 0%, #016eac 100%);
	background-image: linear-gradient(to bottom, #018ad8 0%, #016eac 100%);

	/* InternetExplorer */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#018ad8', endColorstr='#016eac', GradientType=0)";
}

.navi {
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.navi li {
	float: left;
	width: 12.2%;
	font-size: 100%;
	border-left: 1px #016ba8 dotted;
	border-right: 1px #016ba8 dotted;
}

.navi li a {
	display: block;
	width: 100%;
	padding: 13px 0;
	text-align: center;
	font-size: 106%;
	color: #FFFFFF;
	text-decoration:none;
	border-left: 0px dotted #cccccc;

}

.navi li a:hover {
	color: #FFF;
	background: #025585;
}

/* ===========================
m_images
============================*/
#m_images {
	width: 100%;
	max-width: 1980px;
	margin: 0px auto;
}

#m_images .rslides img {
	width: 100%;
	max-width: 1980px;
}

#s_images {
	display: none;
}

/* ===========================
box_layout
============================*/
#container {
	width: 100%;
	height: auto;
	margin: auto;
	padding-bottom: 60px;
	text-align: center;
}

.contents_box {
	width: 100%;
	margin: 0px auto;
}

.contents {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	padding-top:20px;
} 

.m_contents {
	float: left;
	width: 47%;
	padding: 0 5px;
}

.block {
	text-align: left;
	padding: 0px 0px;
}

.facebook { width: 100%; margin-top: 40px; }

.facebook iframe { width: 100%; height: 500px; }

/* ===========================
sub_contents
============================*/
.sub_contents {
	float: right;
	width: 47%;
	text-align:center;
	padding: 0 5px;
}

.sub_contents img {
	width: 100%;
	max-width: 250px;
	max-height: 90px;
	margin-bottom: 5px;
}

/* ===========================
f_banner
============================*/
.f_banner {
	text-align: center;
	background: #333333;
	padding: 10px;
	margin-top: 60px;
}

.f_banner img {
	width: 23%;
	margin: 0 3px;
}

/* ===========================
footer
============================*/
#footer {
	margin: auto;
	padding: 10px;
	background: #027abf;
	height:216px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #530202;
	text-decoration: none;
}

#footer .c_info {
	float: left;
	width: 48%;
	color: #FFF;
	padding-top: 10px;
}

#footer .f_menu {
	float: right;
	width: 48%;
	margin-right: 20px;
}

#footer .f_menu ul {
	float: left;
	width: 48%;
	margin-right: 5px;
}

#footer .f_menu ul .link {
	float: left;
	width: 43%;
	font-size: 100%;
	margin-bottom: 8px;
	margin-right: 5px;
}

#footer .sub_menu {
	float: right;
	width: 20%;
}

#footer .c_info .c_name {
	font-size: 136%;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

#footer .c_info .c_address {
	font-size: 124%;
}

#footer .c_info .copyright {
	margin-top: 25px;
	font-size: 82%;
}

#footer .m_title {
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 118%;
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

/* ===========================
setting
============================*/
#container h1 {
	font-size: 166%;
	color: #7b5d02;
	margin-bottom: 25px;
	border-bottom: 1px #af8402 solid;
}

#container h1 span {
	float: right;
	font-size: 54%;
	color: #7b5d02;
}

#container h2 {
	font-size: 136%;
	border-bottom: 2px #e06a01 dotted;
	padding-bottom: 3px;
	color:#e06a01;
}

.pagelink {
	margin: 15px 0;
	text-align: right;
	font-size: 106%;
}

.t01 {
	font-size: 106%;
}

.normal_dpnone { display: none; }

/* ===========================
script
============================*/

.script_sma {
	display: none;
}

#rental {
	width:1000px;
}
	
	
	
/* ===========================
top
============================*/
.news li {
	border-bottom: 1px #CCCCCC dotted;
	padding: 5px;
	margin: 10px 0;
}

.news li a {
	font-size: 100%;
}

.news li span {
	float: right;
	font-size: 88%;
	color: #999999;
}

.news p {
	padding-bottom: 3px;
	margin: 3px 0 7px 0px;
}

/* ===========================
button
============================*/
.button li {
	font-size: 136%;
	width: 70%;
}


/* ===========================
fee
============================*/
.op {
	background: url(../images/common/trophy.png) no-repeat left center;
	padding-left: 22px;
}

#compe ul { width: 100%; }

#compe ul li {
	line-height: 200%;
}

#compe ul .compe_fee {
	width: 70%;
	float: left;
}

#compe ul .compe_img {
	width: 28%;
	float: right;
	text-align: right;
}

#compe ul .compe_img img {
	width: 100%;
	max-width: 195px;
}

#compe ul { width: 100%; }

#junior ul li {
	line-height: 200%;
}

#junior ul .junior_fee {
	width: 74%;
	float: right;
}

#junior ul .junior_img {
	width: 24%;
	float: left;
	text-align: left;
}

#junior ul .junior_img img {
	width: 100%;
	max-width: 130px;
}

/* ===========================
course
============================*/
.course_image li {
	float: left;
	margin-right:5px;
	width: 49%;
	text-align: center;
}

.course_image img {
	width: 100%;
}

/* ===========================
house
============================*/
.house_image li {
	float: left;
	margin-right:5px;
	margin-bottom: 20px;
	width: 49%;
	text-align: center;
}

.house_image img {
	width: 100%;
}

.spa_pr { width: 99%; }

.spa_image li {
	float: left;
	margin-right:5px;
	margin-bottom: 20px;
	width: 49%;
	text-align: center;
}

.spa_image img {
	width: 100%;
}

/* ===========================
stay
============================*/
#tieup ul li {
	float: left;
	width: 32%;
	margin-right: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 112%;
}

#tieup ul li img {
	width: 100%;
	max-width: 800px;
	max-height: 500px;
	border: 1px #CCCCCC solid;
}

/* ===========================
online
============================*/
.online_phone {
	text-align: center;
	margin-top: 20px;
}

.online_phone img {
	width:100%;
	max-width: 660px;
}

/* ===========================
google-map
============================*/
.google-maps {
	position: relative;
	padding-bottom: 85%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.map_sma {
	display: none;
}

}

