/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {

	/* --------------- common --------------- */

	.tab_none {
		display: none;
	}


	/* --------------- header --------------- */

	.col_header a.logo:hover {
		opacity: 0.7;
	}

	.navi_header a:hover span.inner:before {
		width: 100%;
	}

	.navi_header a.btn_reserve:hover {
		opacity: 0.8;
	}


	/* --------------- footer --------------- */

	.fixed_bnr_footer {
		display: none;
	}

	.col_footer a.logo:hover {
		opacity: 0.7;
	}

	.cont_footer a:hover {
		text-decoration: underline;
	}



	/* --------------- common --------------- */

	.col_contact_btm dl dd a.btn:hover {
		background-color: rgba(255,255,255,0.6);
	}

	.col_contact_btm dl dd a.btn:hover span:before {
		width: 42px;
	}





}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */
