/* CSS common */

/* commons */

body {
	margin: 0;
	padding: 0;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}

img {
    vertical-align: bottom;
}
a {
    text-decoration: none;
}

.wrap {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* background */

body {
	background: url(../img/bg.jpg) center center fixed no-repeat;
    background-size: cover;
}
video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translate(-50%, -50%);
}
.container:after {
	content: "";
height: 100%;
width: 100%;
display: block;
position: fixed;
margin: auto;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background-position: left top;
background-image: url(../img/tex.gif);
background-size: 4px auto;
z-index: -1;
}



/* header */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 72px;
    background-color: rgba(255,255,255,0.7);
		z-index: 50;
}

.logo {
    height: 72px;
    padding: 0 10px;
    float: left;
}
.logo:hover {
    background-color: #fff;
}

.menu-links {
    float: right;
		padding-right: 57px;
}
.menu-links li {
    display: table-cell;
    height: 72px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.06em;
}
.menu-links li a {
    display: table-cell;
    width: 130px;
    height: 72px;
    vertical-align: middle;
    color: #00367d;
}
.menu-links li a.now , .menu-links li a:hover {
    font-weight: bold;
    letter-spacing: 0.02em;
}
.menu-links li:hover {
    background: #fff;
}
.menu-links li .open {
    font-weight: bold;
    letter-spacing: 0.02em;
}

.btn_home {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
}

/* footer */

footer {
		margin-top: 100px;
    text-align: center;
    font-size: 11px;
}
footer p {
    padding: 10px 0 20px;
    color: #00367d;
}


.main {
    padding-top: 120px;
}



/* conents */

.main h2 {
    margin: 0 auto;
    text-align: center;
}
.main h2 + p {
    margin: 25px auto 30px;
    text-align: center;
}
