@charset "UTF-8";
/* CSS Document */

/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	-webkit-text-size-adjust:100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**/

a{text-decoration:none;}

a:link {color:#FFFFFF;}
h2 a:link {color:#000000;}
a:visited {color:#7B7F84;}
a:hover {color:#B5B7BB;}
a:active {color:#000000;}

ul,ol{list-style:none;}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

img{vertical-align:middle; max-width:100%;}

.us{font-family: "futura-pt",sans-serif; font-style: normal; font-weight: 400;}
.jp{font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
.fw300{font-weight: 300;}

#container{width: 100%; height: auto;}

header{padding-bottom: 75px;}

#header_image{
	width: 46%; height: auto;
	margin: 0 auto; padding-top: 75px;
	}

#name{
	width: 46%; height: auto;
	margin: 1em auto 3em auto; padding: 0.75em 0;
	border-top: solid 0.11em #000000; text-align: center;
	text-indent: 0.32em; letter-spacing: 0.16em; color: #000000; font-weight: 400; font-size: 106%}

nav{ width: 90%; height: auto; margin: 0 5%;}

.menu{
	width: 100%; height: auto;
	text-align: center;
	margin-bottom: 30px;
	font-size: 100%;
	}

.menu_end{
	width: 100%; height: auto;
	text-align: center;
	font-size: 100%;
	}

.year{
	float: left;
	width: 25%; height: auto;
	padding: 0.25em 0;
	margin-bottom: 30px;
	text-align: center;
	font-size: 90%; color: #FFFFFF;
	background-color: #000000;
	}
.year_now{
	float: left;
	width: 25%; height: auto;
	padding: 0.25em 0;
	margin-bottom: 30px;
	text-align: center;
	font-size: 90%; color: #FFFFFF;
	background-color: #808080;
	}

.title{
	width: 100%; height: auto;
	padding: 2em 0 0.5em 0;
	text-align: center;
	font-weight: 300; font-size: 125%;
	}
.subtitle{
	width: 90%; height: auto;
	margin: 0 5% 1.25em 5%; padding: 0.4em 0;
	text-align: center;
	font-size: 100%; color: #FFFFFF;
	background-color: #000000;
	}

.f_l, .f_r{float: left; width: 80%; height: auto; margin: 0 10% 60px 10%;}
figure img{float: left;}
figcaption{float: left; width: 100%; height: auto; margin-top: 1em; text-align: center; font-size: 100%;}
.material{float: left; width: 100%; height: auto; margin-top: 0.5em; text-align: center; font-size: 100%;}

address{
	width: 100%; height: auto;
	padding: 1em 0;
	text-align: center;
	}

.backstretch img {
  opacity: 0.28;
  filter: alpha(opacity=28);
}

 #imagelightbox{
	 cursor: pointer;
	 position: fixed;
	 z-index: 10000;
	 -ms-touch-action: none;
	 touch-action: none;
	 -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	 -moz-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	 box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	 }
/* WITH OVERLAY */
#imagelightbox-overlay{
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .9 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation: fade-in .25s linear;
	-moz-animation: fade-in .25s linear;
	-o-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
	}
	@-webkit-keyframes fade-in{
		from	{ opacity: 0; }
		to		{ opacity: 1; }
		}
	@-moz-keyframes fade-in{
		from	{ opacity: 0; }
		to		{ opacity: 1; }
		}
	@-o-keyframes fade-in{
		from	{ opacity: 0; }
		to		{ opacity: 1; }
		}
	@keyframes fade-in{
		from	{ opacity: 0; }
		to		{ opacity: 1; }
		}
	@media only screen and (max-width: 41.250em) /* 660 */{
		#container{
			width: 100%;
			}
		#imagelightbox-close{
			top: 1.25em; /* 20 */
			right: 1.25em; /* 20 */
			}
		#imagelightbox-nav{
			bottom: 1.25em; /* 20 */
			}
		}


@media screen and (min-width:480px){
}
@media screen and (min-width:768px){
header{padding-bottom: 175px;}
#header_image{
width: 29%;
padding-top: 125px;
}
#name{
width: 29%;
margin: 1.5em auto 4.5em auto; padding: 1.125em 0;
font-size: 132.5%}
nav{ width: 50%; margin: 0 25%;}
.menu{margin-bottom: 75px; font-size: 125%;}
.menu_end{font-size: 125%;}
.year{margin-bottom: 75px; font-size: 112.5%;}
.year_now{margin-bottom: 75px; font-size: 112.5%;}
.title{font-size: 156.25%;}
.subtitle{font-size: 125%;}
figcaption{font-size: 125%;}
.material{font-size: 125%;}
}

@media screen and (min-width:1024px){
	header{padding-bottom: 60px; margin-bottom: 30px;}
	#header_image{ display: none;}
	#name{
	float: left;
	width:  20%; height: auto;
	margin: 0  75% 1% 5%; padding-top: 45px;
	border-top: none;
	text-align: center;
	text-indent: 1em; letter-spacing: 0.5em; color: #000000; font-weight: 300; font-size: 80%; color: #FFFFFF;}
	nav{ float: left; width: 20%; height: auto; margin: 0 75% 0 5%;}
	
	.menu{
	float: left;
	width: 100%; height: auto; margin-bottom: 10%;
	text-align: center;
	font-weight: 500;
	font-size: 80%;
	}
	.menu_end{
	float: left;
	width: 100%; height: auto; margin-top: 10%; margin-bottom: 0;
	text-align: center;
	font-weight: 500;
	font-size: 80%;
	}
	
	.year{
	float: left;
	width: 100%; height: auto;
	margin-bottom: 1%;
	text-align: center;
	font-size: 80%; color: #FFFFFF;
	background-color: #000000;
	}
	.year_now{
	float: left;
	width: 100%; height: auto;
	margin-bottom: 1%;
	text-align: center;
	font-size: 80%; color: #FFFFFF;
	background-color: #808080;
	}
	
	.title{display: none;}
	.subtitle{display: none;}
	
	.f_l, .f_r{float: left; width: 10%; height: auto; margin: 0 5% 60px 5%;}
	figure img{float: left;}
	figcaption{font-weight: 500; font-size: 80%;}
	.material{margin-top: 0.5em; font-weight: 400; font-size: 70%; color: #7B7F84;}
	address{font-size: 70%; font-weight: 500; color: #808080;}
	}