﻿@charset "utf-8";
html {
	font-size: 62.5%;
}
body {
	font-family: "メイリオ", arial, helvetica, clean, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #343434;
	background: #ededed;
}
a {
	color: #2E2F30;
}
a:hover {
	color: #59a9d1;
}
header {
	background: #fff;
	border-top: 5px solid #ABABAB;
}
.logo_wrap {
	position: relative;
}
.logo {
	float: left;
	margin: 15px 8px;
}
h1 {
	background: #ABABAB;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
h2 {
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
#event h2 {
	background: #fff;
	color: #2E2F30;
	border-bottom: 2px solid;
}
.event_ph {
	height: 300px;
	text-align: center;
	position: relative;
	background: #000;
}
.event_ph img {
	max-width: 100%;
	max-height: 300px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@keyframes slide {
 0% {
 opacity: 0;
}
 8% {
 opacity: 1;
}
 42% {
 opacity: 1;
}
 50% {
 opacity: 0;
}
}
@keyframes page3 {
 0% {
 opacity: 0;
}
 8% {
 opacity: 1;
}
 25% {
 opacity: 1;
}
 33% {
 opacity: 0;
}
}
@keyframes page4 {
 0% {
 opacity: 0;
}
 4% {
 opacity: 1;
}
 21% {
 opacity: 1;
}
 25% {
 opacity: 0;
}
}
.slide img {
	animation-name: slide;
	animation-iteration-count: infinite;
	opacity: 0;
	animation-duration: 10s;
}
.page3 img {
	animation-name: page3;
	animation-duration: 15s;
}
.page4 img {
	animation-name: page4;
	animation-duration: 20s;
}
.slide img.img2 {
	animation-delay: 5s;
}
.page3 img.img3, .page4 img.img3 {
	animation-delay: 10s;
}
.page4 img.img4 {
	animation-delay: 15s;
}
.event_title {
	background: #fff;
	color: #008cd0;
	font-size: 105%;
	font-weight: bold;
	padding: 8px;
}
.event_title .tx {
	font-size: 12px;
	font-weight: normal;
}
.small {
	font-size: 90%;
	line-height: 1.5;
}
.r_day {
	font-size: 90%;
	color: #4db6e8;
}
.place {
	font-size: 105%;
	font-weight: bold;
}
.flex-container {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
}
.event_box {
	background: #fff;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
}
.pagetop {
	position: fixed;
}
.pagetop a {
	display: block;
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.white {
	font-weight:bold;
	color: #fff;
}
.red {
	color: #ff0000;
}
.blue {
	color: #2266ff;
}
.copy {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	right: 5px;
	text-align: right;
	text-shadow: 0px 0px 5px #000000, 0px 0px 4px #000000, 0px 0px 3px #000000, 0px 0px 2px #000000;
}
.event_title .at {
	font-size: 70%;
	color: #666;
	font-weight: normal;
}
#finish {
	margin-bottom: 20px;
	padding-top: 65px;
}
#finish h2 {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
	background: #fff;
	color: #2E2F30;
	border: 2px solid;
	position: relative;
	transition: 0.3s;
}
#finish h2:after {
	content: "▼";
	font-size: 20px;
	padding: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
#finish h2.active {
	color: #fff;
	background: #ABABAB;
	border-color: #ABABAB;
}
#finish h2.active:after {
	content: "×";
	font-size: 20px;
}
#footer_cp {
	padding-top: 10px;
}
#first {
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background-color: rgba(18,18,19,0.8);
z-index:100;
color:#fff;
}
 .clearfix:after {
	content: "";
	display: block;
	clear: both;
}
footer {
	font-size: 75%;
	color: #707070;
	text-align: center;
	border-top: thin dotted #666666;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#main button:hover {
    background:#99a98e;
    color:#fff;
    cursor:pointer;
    }
/*ここからPC用*/
@media print, screen and (min-width: 641px) {
.sp {
	display: none;
}
.logo {
	padding: 5px 30px;
}
.cn_logo {
	position: absolute;
	right: 10px;
	bottom: 3px;
}
nav ul {
	width: 100%;
	display: table;
}
nav ul li {
	display: table-cell;
	text-align: center;
	border-top: 1px solid #2e2f30;
	border-left: 1px solid #fff;
	background: #2e2f30;
	vertical-align: middle;
}
nav ul li:first-child {
	border-left: 1px solid #2e2f30;
}
nav ul li:last-child {
	border-right: 1px solid #2e2f30;
}
nav ul li:hover {
	background: #fff;
	border-top: 1px solid #ABABAB;
	box-sizing: border-box;
}
nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	transition: all .3s;
}
nav ul li a:hover {
	color: #2E2F30;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
.flex-container {
	justify-content: space-between;
	justify-content: center;
	flex-wrap: wrap;
}
.event_box {
	width: 400px;
	float: left;
	margin: 2%;
}
.empty {
	width: 400px;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 2%;
}
#finish h2:hover {
	cursor: pointer;
	color: #fff;
	background: #ABABAB;
	border-color: #ABABAB;
}
.pagetop {
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	width: 150px;
	padding: 15px 0;
	border-radius: 5px;
}
.pagetop a:hover {
	background: rgba(20,20,20,0.8);
}
footer {
	padding: 20px 0 30px;
}
}

/*ここからスマホ用*/
@media only screen and (max-width:640px) {
.PC {
	display: none;
}
.logo img {
	width: 150px;
}
.cn_logo {
	position: absolute;
	right: 60px;
	bottom: 0;
}
.cn_logo img {
	width: 100px;
}
#menu {
	display: none;
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 101;
	float: right;
}
#menu li {
	border-bottom: 1px solid #2E2F30;
}
#menu li:first-child {
	border-top: 1px solid #2E2F30;
}
#menu li a {
	display: block;
	padding: 3% 0;
	text-decoration: none;
	color: #2E2F30;
	padding-left: 10px;
}
#menu li a:active {
	background: #fff;
	color: #2E2F30;
	text-decoration: none;
}
.menu {
	width: 25px;
	height: 25px;
	top: 15px;
	right: 10px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	z-index: 9999;
	float: right;
	border: 1px solid #2E2F30;
	padding: 5px;
}
.menu_scroll {
	top: 10px!important;
}
.menu1, .menu2, .menu3 {
	width: 25px;
	height: 2px;
	background-color: #2E2F30;
	position: absolute;
}
.menu1 {
	top: 8px;
}
.menu2 {
	top: 16px;
}
.menu3 {
	top: 24px;
}
.menu1, .menu2, .menu3 {
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out; /* Opera */
	-moz-transition: all 0.5s ease-out; /* Firefox */
	-webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
	-ms-transition: all 0.5s ease-out; /* IE */
}
.menu .menuclick1 {
	top: 16px;
	-o-transform: rotate(405deg);
	-moz-transform: rotate(405deg);
	-webkit-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	transform: rotate(405deg);
}
.menu .menuclick2 {
	background-color: rgba(255,255,255,0);
}
.menu .menuclick3 {
	top: 16px;
	-o-transform: rotate(-405deg);
	-moz-transform: rotate(-405deg);
	-webkit-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	transform: rotate(-405deg);
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
.event_box {
	width: 95%;
	margin: 10px auto;
}
.flex-container {
	flex-direction: column;
}
.event_box .bt01 {
	margin-top: 10px;
}
.pagetop {
	bottom: 10px;
	right: 0;
}
.pagetop a {
	border-radius: 5px 0 0 5px;
	padding: 10px;
	font-size: 80%;
}
footer {
	padding: 20px 0 50px;
}
}

@media print {
body {
	width: 1280px;
}
.flex-container {
	display: block;
}
.event_box {
	width: 400px;
	float: left;
	margin: 2%;
	box-sizing: border-box;
}
.empty {
	width: 400px;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 2%;
}
}
