html,body {
height: 100%;
}
body {
background-color: #000;
font-family: 'Noto Serif JP', serif;
}
a,
a span {
  color:#006898;
  text-decoration:none;
  color:#006898;
  text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#index section {
	max-width: 700px;
	margin :0 auto;
}
header{

	/*border-bottom: 1px solid #f3c36c;*/
	width:100%;
	max-width:100%;
	}
header h1 {
	color: #f3c36c;
	font-size: 26px;
	text-align: center;
	padding-top: : 40px;
	max-width: 1000px;
	margin :0 auto;
	font-weight: 400;
}
header h1 img {
    width: 10%;
}

@media screen and (max-width:480px) {
    header h1 img {
        width: 25%;
    }
}



section.visual {
box-sizing: border-box;
    text-align: center;
    margin: 5px auto!important;
    padding-top: 50px;
}
section.visual h2 {
    color: #ffff;
    font-weight: 200;
}
section.visual h2 span {
    padding: 5px 10px;
    background-color: #997637;
    display: inline-block;
    font-size: 85%;
    line-height: 1;
    margin-right: 4px;
}
section.visual a {
	border: 3px solid #997637;
	display: block;
	}
section.visual img {
	width: 50%;
}
section.visual .enter {
    display: block;
    background-color: #997637;
    color: #fff;
    font-size: 200%;
}



section.catch {
box-sizing: border-box;
color:#fff;
padding: 10px;
margin-bottom: 30px!important;
text-align: center;
}
section.catch h3 {
font-size: 190%;
font-weight: 500;
color: #e4c36c;
     margin-bottom: 10px;
}
section.catch h4 {
    font-size: 340%;
    border-top: 1px solid #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
    padding: 20px;
    display: inline-block;
    margin: 0;
    font-weight: 500;
}
section.catch h4 span {
display: block;
font-size: 60%;
font-weight: 600;
}
section.catch p {
    font-size: 120%;
}



section.soon {
    color: #fff;
    text-align: center;
    background: #997635;
    padding: 20px 30px;
    margin: 0 auto 100px!important;
    font-size: 160%;
    display: table;
}
section.soon span {
    display: block;
}


@media screen and (max-width:480px) {
    section.catch h3 {
         font-size: 170%;
    }
section.catch h4 {
font-size: 160%;
        padding: 10px;
}
    section.catch p {
    font-size: 100%;
}
    section.soon {
    font-size: 100%;
    max-width: 80%!important;
    width: 80%;
    display: block;
    margin: 0 auto!important;
    }
    
    
}



a.entry {
    color: #fff;
    text-align: center;
    background-color: #997635c2;
    padding: 20px 30px;
    margin: 0 auto 100px!important;
    font-size: 330%;
    display: table;
    background-image: url(https://faaj.art/2021tokyo/wp-content/uploads/2021/02/mainv_bg2.jpg);
    background-size: cover;
    background-position-y: center;
    background-blend-mode: soft-light;
    border: 5px solid #e4c357;
}
a.entry span {
    display: block;
    color: #fff;
        font-size: 60%;
}
a.entry span.entry {
      display: block;
    font-size: 180%;
}
a.entry:hover {
        opacity: 0.7;
}


@media screen and (max-width:480px) {
    a.entry {
            font-size: 150%;
    }
    a.entry span {
        
    }
    a.entry span.entry {
        
    }
}



section.inquiry {
    margin: 0 auto 50px auto!important;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
	section.inquiry h2 {
    margin: 0;
    font-family: serif;
    font-size: 110%;
    font-weight: normal;
}
	section.inquiry .number {
	font-size: 130%;
	font-family: serif;
}
section.inquiry .time {
    font-family: serif;
}
footer {
	/*border-top: 1px solid #f3c36c;*/
	width:100%;
	max-width:100%;
}
footer .copy {
    padding: 30px;
    color: #997636;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
	text-align: center;
}

@media screen and (max-width:480px) { 
	section {
		width: 100%;
	}
	section.visual img {
		width: 100%;
	}

}


/*延期*/
.attention {
  text-align: center;
  margin: 100px 0 0 0;
}
.attention a {
  background-color: #972e2e;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 120%;
    width: 960px;
}
.attention a:hover {
  background-color: #999;
}

.attention .imp {
display: block;
color: #f8ddac;
font-size: 100%;
}


section.visual {
  margin-top:0!important;
}