@charset "UTF-8";

.header {
    position: absolute;
    width: 100%;
    padding: 30px 7vw;
    box-sizing: border-box;
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float:right;
}
.header__nav ul {
    display: flex;
    list-style:none;
}
.header__nav ul li {
    margin-left: 50px;
}
.header__nav ul li a {
    text-decoration: none;
    color: black;
}
a.hover_p:hover{
	color:#ff8c00;
}
a.hover_w:hover{
	color:#D93C13;
}
a.hover_m:hover{
	color:#1C78AD;
}
a.hover_p,.hover_w,.hover_m {
	transition: color 0.3s;
	color:#393305;
}

.first-v {
    background-image: url("../images/header.jpg");
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


section {
	margin-top:80px;
	margin-bottom:40px;
	color:#474007;
}
h3 {
	font-size: 130%;
	text-align:center;
	color:#1E1B02;
}


table.prof {
	margin:0 auto;
	width:650px;
	border:none;
	border-top: solid 1px #393305;
	border-collapse: separate;
	border-spacing: 0 10px;
}
table.prof th {
	vertical-align: middle;
	height: 10px;
    width: 100px;
    border-right: solid 0.15px #CBC5B2;
    border-spacing: 10px;
    text-align: center;
    color: #474007;
    font-size: 15px;
    font-weight: bold;
}
table.prof td {
	padding:0;
	margin:0;
	height:53px;
	width:100px;
	border:none;
	font-size:14px;
	line-height:10px;
	text-align:center;
	vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
table.prof td,th{
	border-bottom:solid 1px #393305;
}
table.new {
	margin:0 auto;
	width:650px;
	border:none;
	border-top: solid 1px #393305;
	border-collapse: separate;
	border-spacing: 0 10px;
}
table.new td {
	padding:0;
	margin:0;
	height:53px;
	width:100px;
	border:none;
	font-size:14px;
	line-height:10px;
	text-align:center;
	vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
table.new td,th{
	border-bottom:solid 1px #393305;
}
table.movie {
	margin:0 auto;
	width:650px;
	border:none;
	border-top: solid 1px #393305;
	border-collapse: separate;
	border-spacing: 0 10px;
}
table.movie td {
	padding:0;
	margin:0;
	height:53px;
	width:100px;
	border:none;
	font-size:14px;
	line-height:10px;
	text-align:center;
	vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
table.movie th {
	vertical-align: middle;
	height: 10px;
    width: 100px;
    border-right: solid 0.15px #CBC5B2;
    border-spacing: 10px;
    text-align: center;
    color: #474007;
    font-size: 15px;
    font-weight: bold;
}
table.movie td,th{
	border-bottom:solid 1px #393305;
}
.footer {
    position: absolute;
    width: 100%;
    padding: 30px 7vw;
    box-sizing: border-box;
	background:#EFDF6B;
}
small {
	display: flex;
	justify-content: center;
}
footer ul{
	justify-content: center;
	display:flex;
	list-style:none;
}
footer li {
	margin:auto 20px 30px 20px;
}
footer ul li a {
    text-decoration: none;
    color: black;
}
/*__ スマホver __*/
@media screen and (max-width : 799px ){
	section {
		width:100%;
	}
	table.prof {
	margin:0 auto;
	width:100%;
	border:none;
	border-top: solid 1px #666;
	border-collapse: separate;
	/*border-spacing: 0 10px;*/
    }
	table.new {
	margin:0 auto;
	width:100%;
	border:none;
	border-top: solid 1px #666;
	border-collapse: separate;
	/*border-spacing: 0 10px;*/
    }
	table.movie {
	margin:0 auto;
	width:100%;
	border:none;
	border-top: solid 1px #666;
	border-collapse: separate;
	/*border-spacing: 0 10px;*/
    }
}
