@charset "utf-8";
/* reset start*/

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: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
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;
}
/* reset end*/


.all{text-align:center;
}

.head{
	margin-left:auto;    /* 左側マージンを自動的に空ける */
    margin-right:auto;   /* 右側マージンを自動的に空ける */
    text-align:left;     /* 中身を左側表示に戻す */
	max-width:1280px;         /* 幅を決定する */
	}

.top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.top li {
	max-width: 640px;
	flex: 1 1 400px;
	padding: 50px;
}

.top li:nth-child(3n+1) {
clear: left;
}

.top img { width: 100%; height: auto; }

.box{
	margin-left:auto;    /* 左側マージンを自動的に空ける */
    margin-right:auto;   /* 右側マージンを自動的に空ける */
    text-align:left;     /* 中身を左側表示に戻す */
    max-width:640px;         /* 幅を決定する */
	padding:100px;
}

.footer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-left:auto;    /* 左側マージンを自動的に空ける */
    margin-right:auto;   /* 右側マージンを自動的に空ける */
    text-align:left;     /* 中身を左側表示に戻す */
    max-width:1280px;         /* 幅を決定する */
}

.footer li {
	max-width: 640px;
	flex: 1 1 400px;
	padding: 50px;
}


.footer li:nth-child(3n+1) {
clear: left;
}

.footer-col{display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-left:auto;    /* 左側マージンを自動的に空ける */
  margin-right:auto;   /* 右側マージンを自動的に空ける */
  text-align:left;     /* 中身を左側表示に戻す */
  max-width:900px;         /* 幅を決定する */
}

.col-text,.col-map,.col-1,.col-2,.col-t,.col-d{
	display:block;
  float: left;
	position: relative;
	vertical-align: middle;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-1,.col-2{
	padding-bottom: 10px;
	padding-top:10px;
	clear: both;}

.col-t{
	border: 1px solid #1e90ff;
	text-align: center;
}


/* style */
header,#exhibition{color: #ffffff; background: #1e90ff;}
#about,#talk{color: #1e90ff; background: #fcf405;}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
     font-family: 'Noto Sans Japanese', sans-serif;
     font-size: 100%;
}
p{
	line-height:2em;
}

h1{
	font-weight: 600;
	line-height:1.5em;
	font-size: 2em;
}

h2{
	font-weight: 600;
	line-height:1.5em;
	font-size:1.2em;
}

h3{
	font-weight: 600;
	line-height:1.5em;
	font-size:1em;
}

.footer-col {
     font-size: 80%;
}
.footer-col p{
	line-height:1.3em;
}

.footer-col h1{
	font-weight: 600;
	line-height:1.5em;
	font-size: 1.5em;
}

.footer-col h2{
	font-weight: 600;
	line-height:1.5em;
	font-size:1em;
}

.footer-col h3{
	font-weight: 600;
	line-height:1.5em;
	font-size:1em;
}
