@charset "UTF-8";
/*幅と高さの計算を簡易化*/
html{
	box-sizing: border-box;
}
*, *:before,
*:after {
    box-sizing: inherit;
}
img {
    max-width: 100%;
}
body {
    margin: 0;
    color: #4B4B4B;
    font-weight: 400;
    font-size: 1em;
    background-color: #EFF5F8;
    text-align: center;
}
#hero  {
    max-width: 100%;
    display: block;
}
figure {
    width: 900px;
    max-width: 92%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
h1 ,h2{
    color: #7E7E7E;
    font-style: normal;
    font-weight: 400;
}
h2 {
    margin-top: 0.5em;
    font-size: 1.5em;
}
a {
    font-weight: bold;
    text-decoration: none;
}
a:link {
    color: #7E7E7E;
}
a:visited {
    color: #7E7E7E;
}
a:hover, a:active, a:focus {
    color: #7F3301;
    text-decoration: underline;
}
#menulink {
    margin: 0;
}
#menulink a {
    color: white;
    font-weight: 200;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}
#navlinks {
    padding: 0;
    width: 100%;
    text-align: center;
    list-style-type: none;
    background-color: #000000;
    background-color: rgba(0,0,0,0.65);
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks.displayed {
    top: 34px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
    display: none;
}
#navlinks.collapsed {
    top: -12em;
    opacity: 0;
}
#navlinks a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 200;
}
h3 {
    font-size: 1.25em;
}
mainmenu, menubook, workshop, about, news, info, access {
    margin-left: 4%;
    margin-right: 4%;
    text-align: center;
    color: #7E7E7E;
}
footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1E1E1E;
    color: white;
    font-size: 0.8em;
    text-align: center;
}
#hero h1 {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}
#wrapper figure iframe {
    text-align: center;
}
#hero  {
    position: relative;
}
#wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    color: #7E7E7E;
}
header {
    position: fixed;
    background-color: rgba(255,255,255,0.60);
    width: 100%;
    display: block;
    text-align: left;
    min-height: 1em;
    max-width: 1000px;
    text-transform: uppercase;
    font-size: 0.8em;
    height: 50px;
    line-height: 50px;
    /* [disabled]padding-bottom: 0px; */
    text-decoration: none;
}
header a  {
    text-decoration: none;
    color: #7E7E7E;
}
header-bk {
    background-color: rgba(255,255,255,0.60);
    width: 100%;
    display: block;
    text-align: left;
    min-height: 1em;
    max-width: 1000px;
    text-transform: uppercase;
    font-size: 1em;
    height: 50px;
    line-height: 50px;
	color: white
}
#hero header img {
    max-width: 20px;
    margin-right: 0px;
    margin-left: 90%;
}
#menulink a img {
    max-width: 30px;
    position: fixed;
    left: auto;
    right: 4%;
    top: 3.5%;
    z-index: 1;
}

@media (min-width: 700px){
iframe   {
    min-width: 600px;
    min-height: 400px;
}
	
}

@media (min-width: 900px){
#hero top h1 {
    display: none;
}
#menulink a img {
    display: none;
}
}

@media (min-width: 480px){
}
