@charset "UTF-8";
/*
Theme Name: krautraum
Description: krautraum.com オリジナルテンプレート
Author: asa
Version: 1.0
*/

html {
	color: #000;
	background: #fff;
	overflow-y:scroll;
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, textarea,
p,
blockquote,
th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	vertical-align: top;
	text-align: left;
}

img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ul li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
	*font-size: 100%;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px #eaeaea solid;
}

body {
	font-family: "Times New Roman", Times,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", 'ＭＳ Ｐ明朝','MS PMincho',serif;
	line-height: 1;
	font-size: 62.5%;
	position: relative;
	color: #000;
	-webkit-text-size-adjust: 100% !important;
	text-align: center;
}

a {
	cursor: pointer;
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

img {
	vertical-align: top;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

header {
	margin: 0 auto 30px;
	width: 960px;
	text-align: left;
	padding-top: 40px;
}

header h1 {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: 130px;
}

header h1 a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

header h1 img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .win header h1 {
		width: 130px;
		height: 25px;
	}
	::i-block-chrome, .win header h1 img {
		width: 100%;
		height: 100%;
	}
}

header nav {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-top: 10px;
}

header nav li {
	display: inline-block;
	margin-left: 40px;
}

header nav a {
	font-size: 1.6em;
	color: #000;
	text-decoration: none;
}

.container {
	width: 820px;
	margin: 0 auto;
	padding: 70px;
	border: 1px solid #eaeaea;
	text-align: left;
}

.container h2 {
	margin-bottom: 40px;
	font-size: 2em;
}

.content p {
	font-size: 1.4em;
	line-height: 2;
	word-wrap: break-word;
}

#exhibition .content p,
#event .content p {
	font-size: 1.4em;
}

#exhibition .content p.credit,
#event .content p.credit {
	text-align: right;
	font-size: 12px;
	margin-bottom: 10px;
}

#about .content img {
	margin-bottom: 40px;
}

.content h3 {
	font-size: 2.4em;
	line-height: 1.8;
	margin-bottom: 15px;
}

#event .content h3 {
	margin-bottom: 5px;
}

.content h3.year,
#event .content h3.year {
	font-size: 2.0em;
	letter-spacing: 0.1em;
}

#exhibition .content .date {
	font-size: 2em;
	letter-spacing: 0.1em;
}

#event .content .date {
	font-size: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

#exhibition .content .date .weekday {
	font-size: 12px;
	letter-spacing: normal;
	display: inline-block;
	margin: 0 -0.2em;
}

#exhibition .content .date .term {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #666;
	overflow: hidden;
	margin: 0 8px 2px;
	vertical-align: middle;
}

#exhibition .content .date .note,
#event .content .date .note {
	padding-left: 15px;
	font-size: 12px;
	color: #666;
	letter-spacing: normal;
}

#exhibition .content .time {
	margin-bottom: 30px;
}

#exhibition .content p.link,
#event .content p.link {
	margin-top: 30px;
	font-size: 1.6em;
}

#exhibition .content p.link a,
#event .content p.link a {
	text-decoration: none;
}

#exhibition .content p.link a.next,
#event .content p.link a.next {
	background: url('img/arr_next_s.png?20190704') no-repeat right center / 4px 8px;
	padding-right: 20px;
}

#exhibition .content p.link a.prev,
#event .content p.link a.prev {
	background: url('img/arr_prev_s.png?20190704') no-repeat left center / 4px 8px;
	padding-left: 20px;
}

#exhibition .content .view_thumb {
	margin-top: 30px;
}

#exhibition .content .view_thumb a {
	display: block;
	text-decoration: none;
}

#exhibition .content .view_thumb ul {
	width: 840px;
	margin-right: -20px;
}

#exhibition .content .view_thumb li {
	float: left;
	margin-right: 20px;
	width: 120px;
	height: 79px;
	overflow: hidden;
}

#exhibition .content .view {
	margin-bottom: 30px;
	position: relative;
}

#exhibition .content .view #prev,
#exhibition .content .view #next {
	position: absolute;
	width: 420px;
	height: 550px;
	z-index: 2;
	top: 0;
	opacity: 0;
	transition-duration: 250ms;
}

#exhibition .content .view #prev {
	left: -40px;
	background: url('img/arr_prev.png?20190704') no-repeat left center / 20px 40px;
}

#exhibition .content .view #next {
	right: -40px;
	background: url('img/arr_next.png?20190704') no-repeat right center / 20px 40px;
}
#exhibition .content .view #prev:hover,
#exhibition .content .view #next:hover {
	opacity: 1;
}

#exhibition .content .view #slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 540px;
  overflow: hidden;
}

#exhibition .content .view #slide li {
  width: 100%;
  height: 540px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  overflow: hidden;
}

#exhibition .content .view #slide li:before {
	content: '';
	width: 0;
	height: 540px;
	display: inline-block;
	vertical-align: middle;
}

#exhibition .content .view #num {
	margin-top: 10px;
	text-align: center;
	font-size: 1.4em;
}

#exhibition .content .view #slide_nav  {
	width: 840px;
	overflow: visible;
	margin: 10px -10px 0;
	text-align: center;
}

#exhibition .content .view #slide_nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	width: 120px;
	height: 79px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#exhibition .content .view #slide_nav li a {
	display: block;
	width: 120px;
	height: 79px;
	background: #eee;
}

#exhibition .content .view #slide_nav li a:before {
	content: '';
	width: 0;
	height: 79px;
	display: inline-block;
	vertical-align: middle;
}

#exhibition .content .view #slide_nav li a img {
	display: inline-block;
	vertical-align: middle;	
}

#exhibition .content .view #slide_nav li.cu:before {
/*
	content: '';
	width: 120px;
	height: 79px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border: 2px solid #ccc;
	box-sizing: border-box;
*/
}

#exhibition .content .view #slide_nav li a {
	display: block;
	opacity: 0.4;
	transition-duration: 250ms;
}

#exhibition .content .view #slide_nav li a:hover,
#exhibition .content .view #slide_nav li.cu a {
	opacity: 1;
}

.content .archive li {
	display: table;
	border-top: 1px dotted #ccc;
	width: 100%;
	padding-top: 30px;
}

.content .archive li + li {
	margin-top: 30px;
}

.content .archive .thumb {
	width: 100px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.content .archive .thumb a {
	display: block;
	overflow: hidden;
	letter-spacing: normal;
	background: #eee;
	text-decoration: none;
	text-align: center;
}

.content .archive .thumb img {
	width: 100%;
	height: auto;
}
	
.content .archive .thumb span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1.4;
	top: 50%;
	left: 0;
	margin-top: -1.4em;
}

.content .archive .txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

.content .archive h4 {
	margin-bottom: 5px;
	line-height: 1.8;
}

.content .archive h4 a {
	font-size: 1.8em;
	text-decoration: none;
	color: #000;
}

#exhibition .content .archive .date,
#event .content .archive .date {
	margin-bottom: 0;
	font-size: 1.4em;	
}

.sidebar {
	margin-top: 40px;
}

.sidebar h3 {
	font-size: 1.4em;
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
	padding-top: 40px;
}

.sidebar .recently {
	margin-bottom: 40px;
}
.sidebar .recently a {
	font-size: 1.6em;
	line-height: 1.6;
	text-decoration: none;
}
#exhibition .sidebar .recently .date,
#event .sidebar .recently .date {
	margin-top: 15px;
	font-size: 1.4em;
	letter-spacing: 0.1em;
}
#exhibition .sidebar .recently .date .term,
#event .sidebar .recently .date .term {
	text-indent: -9999px;
	display: inline-block;
	width: 5px;
	height: 1px;
	background: #666;
	overflow: hidden;
	margin: 0 4px;
	vertical-align: middle;
}

.sidebar .yearly li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.sidebar .yearly a {
	font-size: 1.6em;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.news_list li {
	display: table;
	width: 100%;
}

.news_list .date {
	display: table-cell;
	vertical-align: top;
	width: 100px;
}

.news_list .ttl {
	display: table-cell;
	vertical-align: top;
}

footer {
	margin: 0 auto;
	padding: 30px 0 40px;
	width: 960px;
	text-align: right;
}

.copyright {
	font-size: 1.2em;
}

/* magnific-popup  */

.mfp-arrow-left {
  background: url("img/arr_prev.png") no-repeat center center !important;
}
.mfp-arrow-left:before {
  display: none !important;
}
.mfp-arrow-left:after {
  display: none !important;
}

.mfp-arrow-right {
  background: url("img/arr_next.png") no-repeat center center !important;
}
.mfp-arrow-right:before {
  display: none !important;
}
.mfp-arrow-right:after {
  display: none !important;
}
.mfp-close {
  background: url("img/close.png") no-repeat center center !important;
  width: 20px !important;
  height: 20px !important;
  text-indent: 9999px !important;
  overflow: hidden !important;
  right: 0 !important;
  padding-right: 0 !important;
  line-height: 1 !important;
  font-size: 10px !important;
  top: 5px !important;
}

@media screen and (max-width: 1000px) {
	
	header {
		width: 90%;
	}
	
	.container {
		width: 80%;
		padding: 50px 5%;
	}

	footer {
		width: 90%;
	}
	
	.copyright {
		font-size: 1.2em;
	}

	#about .content img,
	#exhibition .content img,
	#event .content img {
		width: 100% !important;
		height: auto !important;
	}
	
	#exhibition .content .view_thumb {
		margin-top: 10px;
	}
	
	#exhibition .content .view_thumb a {
		display: block;
		text-decoration: none;
	}
	
	#exhibition .content .view_thumb ul {
		width: 102%;
		display: table;
		margin-right: -2%;
	}
	
	#exhibition .content .view_thumb li {
		float: none;
		display: table-cell;
		width: 16.67%;
		padding-right: 2%;
		overflow: hidden;
		height: auto;
	}
	
	#exhibition .content .view {
		margin-bottom: 30px;
		position: relative;
	}
	
	#exhibition .content .view_wrap {
		position: relative;
		width: 100%;
	}
	
	#exhibition .content .view_wrap:before {
    content:"";
    display: block;
    padding-top: 65.85%;
	}
	
	#exhibition .content .view #prev,
	#exhibition .content .view #next {
		position: absolute;
		width: 50%;
		height: 200px;
		z-index: 2;
		top: 0;
		bottom: 0;
	}
	
	#exhibition .content .view #prev {
		background: none;	
		left: 0;
	}
	
	#exhibition .content .view #prev:hover {
		background: none;	
	}
	
	#exhibition .content .view #next {
		background: none;	
		right: 0;
	}
	
	#exhibition .content .view #next:hover {
		background: none;	
	}
	
	#exhibition .content .view #slide {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	  z-index: 1;
	  width: 100%;
	  height: auto;
	  overflow: hidden;
	}
	
	#exhibition .content .view #slide li {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  text-align: center;
	  overflow: hidden;
	}
	
	#exhibition .content .view #slide li:before {
		content: '';
		width: 0;
	  height: auto;
		display: inline-block;
		vertical-align: middle;
	}
	
	#exhibition .content .view #num {
		margin-top: 10px;
		text-align: center;
		font-size: 1.4em;
	}
	
	#exhibition .content .view #slide_nav  {
		width: 100%;
		overflow: visible;
		display: table;
		margin: 10px 0 0;
		text-align: center;
	}
	
	#exhibition .content .view #slide_nav li {
		display: inline-block;
		vertical-align: top;
		margin: 0;
		width: 16.66%;
		height: auto;
		overflow: hidden;
		position: relative;
		text-align: center;
	}
	
	#exhibition .content .view #slide_nav li a {
		display: block;
		width: 94%;
		height: auto;
		background: #eee;
		margin: 0 auto;
	}
	
	#exhibition .content .view #slide_nav li a:before {
		content: '';
		width: 0;
		height: auto;
		display: inline-block;
		vertical-align: middle;
	}
	
	#exhibition .content .view #slide_nav li a img {
		display: inline-block;
		vertical-align: middle;	
	}
	
	#exhibition .content .view #slide_nav li.cu:before {
		display: none;
	}
	
	#exhibition .content .view #slide_nav li a {
		display: block;
		opacity: 0.4;
	}
	
	#exhibition .content .view #slide_nav li a:hover {
		opacity: 0.4;
	}
	
	#exhibition .content .view #slide_nav li.cu a {
		opacity: 1;
	}
	
}

@media screen and (max-width: 690px) {

	header {
		width: auto;
		margin: 0 auto 30px;
		padding-top: 40px;
		text-align: center;
	}
	
	header h1 {
		display: block;
		margin: 0 auto 25px;
		width: 110px;
	}
	
	header h1 a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
	
	header h1 img {
		max-width: 100%;
		height: auto;
	}
	
	header nav {
		float: none;
		margin: 0;
		text-align: center;
	}
	
	header nav li {
		display: inline-block;
		margin: 0 10px;
	}
	
	header nav a {
		font-size: 1.4em;
		color: #000;
		text-decoration: none;
	}
	
	.container {
		width: 80%;
		padding: 10% 5%;
	}

	.container h2 {
		margin-bottom: 0;
		padding: 0 0 8%;
		font-size: 1.6em;
	}

	.content h3 {
		margin-bottom: 0;
		font-size: 2em;
		line-height: 1.6;
	}

	.content h3.year {
		margin-bottom: 0;
		font-size: 2em;
	}
	
	#event .content h3.year {
		margin-bottom: 25px;
		font-size: 2em;
	}
	
	#about .content img {
		margin-bottom: 20px;
	}

	#exhibition .content,
	#event .content {
		float: none;
		width: auto;
	}

	#exhibition .content .date,
	#event .content .date {
		font-size: 1.4em;
	}

	#exhibition .content .date .note,
	#event .content .date .note {
		padding-left: 0;
		font-size: 10px;
		display: block;
		margin-top: 0;
	}
	
	#exhibition .content .time,
	#event .content .time {
		font-size: 11px;
		margin-bottom: 20px;
	}

	.content .archive {
		border-top: none;
	}
	
	.content .archive li {
		padding-top: 25px;
	}
	
	.content .archive li + li {
		margin-top: 25px;
	}
	
	#event .content .archive li:first-child {
		margin-top: 0;
	}
	
	.content .archive .thumb {
		width: 15%;
		height: 15%;
		position: relative;
		vertical-align: top;
	}

	.content .archive .thumb span {
		line-height: 1.2;
		top: 50%;
		left: 0;
		margin-top: -1.2em;
	}	

	.content .archive .txt {
		padding-left: 5%;
	}
	
	.content .archive h4 {
		line-height: 1.4;
	}
	
	.content .archive h4 a {
		font-size: 1.4em;
	}
	
	.content .archive .date .term{
		width: 4px;
	}

	#exhibition .content .archive .date {
		line-height: 1;	
	}

	#event .content .archive .date {
		font-size: 1.2em;
		line-height: 1.4;	
	}
	
	.sidebar {
		margin-top: 0;
	}
	
	.sidebar .recently {
		margin-bottom: 25px;
	}
	
	.sidebar .recently a {
		font-size: 1.4em;
	}
	
	#exhibition .sidebar .recently .date,
	#event .sidebar .recently .date {
		font-size: 1.2em;
		margin-top: 5px;
	}

	#exhibition .sidebar .recently .date .term,
	#event .sidebar .recently .date .term {
		margin: 0 4px 2px;
	}
	
	.sidebar h3 {
		margin-bottom: 20px;
		padding-top: 30px;
	}
	
	.sidebar .yearly li {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	
	.sidebar .yearly a {
		font-size: 1.4em;
	}
	
	.news_list li + li {
		margin-top: 5px;
	}
	
	.news_list .date {
		width: 70px;
		font-size: 1.3em;
		line-height: 1.75;
	}
	
	.news_list .ttl {
		font-size: 1.3em;
		line-height: 1.75;
	}

	.copyright {
		font-size: 1em;
	}
	
}

@media screen and (max-width: 690px) and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .win header h1 {
		margin: 0 auto 25px;
		width: 110px;
		height: 22px;
	}
	::i-block-chrome, .win header h1 img {
		width: 100%;
		height: 100%;
	}
}