@charset "utf-8";

/*	ALL	*/
body
{
	padding: 0;
	margin: 0;
	text-align: left;
	line-height:150%;
	color: #191970;
	background-color: #000;
	background-image: url(../../../test_renew/img/stripe01.jpg);
	background-repeat: repeat;
	overflow-wrap: break-word;
}

.jump{height: 50px;}
.partition{padding:10px;}
span.active{color: #F00;}


section, main
{
	position: relative;
	display: block;
}

body, html
{
	width: 100%;
	overflow-x: hidden;
}

body.page_wrapper
{
	padding-top: 0px;
		-webkit-transition: all 0.6s cubic-bezier(0.36, 0.14, 0, 1) 0.0s;
		transition: all 0.6s cubic-bezier(0.36, 0.14, 0, 1) 0.0s;
	margin: 0px;
}

#main.hide{display:none;}

.page_wrapper.loadingFin { padding-top: 0; }

header
{
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0;
	margin: 0;
	background-color: #FFF;
	opacity: 90%;
	z-index: 500;
}

/* navi */
.nav
{
	display: flex;
	align-items: center;
	z-index: 510;
	width: 100%;
	padding: 5px 3%;
	background: none;
	justify-content: space-between;
	box-sizing: border-box;
		-webkit-transition: padding 0.5s cubic-bezier(.16,1,.3,1);
		transition: padding 0.5s cubic-bezier(.16,1,.3,1);
	margin: 0;
}

.header_logo
{
	width: 200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 510;
	line-height: 1;
		-webkit-transition: width 0.5s cubic-bezier(.16,1,.3,1);
		transition: width 0.5s cubic-bezier(.16,1,.3,1);
}

.header_logo img
{
	width: 100%;
	line-height: 0;
}

.nav_box
{
	display: flex;
	align-items: center;
}

.nav_menu
{
	margin: 10px 0px;
	font-weight: 700;
	display: flex;
}

.nav_menu li
{
	font-size: 15px;
	line-height: 1.35;
	margin-left: 30px;
	position: relative;
	list-style-type: none;
}

.nav_menu li.room
{
	margin-top: -5px;
	font-size: 12px;
}

.small_menu{display: none;}


.footer
{
	display: block;
	justify-content: space-between;
	margin: 10px auto 5px auto;
	background-color: #FFF;
	text-align: center;
	color: #000;
}

.footer_company
{
	display: inline-block;;
	background-color: #FFF;
	margin: auto 0;
}

.footer_logo,
.footer_company_address
{
	display: inline-block;
	vertical-align: middle;
}

.footer_logo img
{
	height: 25px;
}

.footer_company_address span
{
	margin: 0 3px;
	line-height: 50%;
}

.footer_end
{
	font-size: 14px;
	background-color: #FFF;
}

a.links
{
	background: #ff0000;
	color: #ffff00;
	font-size: 13px;
	padding:1px 3px;
	margin-left: 5px;
	border-radius: 5px;
}

@media screen and (min-width: 761px)
{
	br.none{display: none;}
	.small_menu{display: none;}
}

@media screen and (max-width: 760px)
{
	.nav_box {display: none;}
	.small_menu
	{
		display: block;
		position: fixed;
		top: 5px;
		right: 4.26%;
		z-index: 100;
		mix-blend-mode: difference;
	}
}
