@charset "utf-8";


/* -------------------------------------------------
  Oyama-kobo - Print
  (c) Oyama-kobo. All Rights Reserved.
--------------------------------------------------- */

/* common
----------------------------------------------------*/
.drawer-toggle,.drawer-nav {
  display: none;
}



/* header
----------------------------------------------------*/
header h1 a {
  background: url("./img/logo.png") no-repeat;
  background-size: contain;
  display: block;
  height: 50px;
  left: 34px;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 20px;
  width: 200px;
  z-index: 1;
}


/* #home
----------------------------------------------------*/
#home header {
  left: 60%;
  position: absolute;
  top: 33%;
}
#home header h1 {
  background: url("./img/logo.png") no-repeat;
  background-size: 100%;
  display: block;
  height: 60px;
  overflow: hidden;
  text-indent: -999px;
  width: 320px;
}
#home header h2 {
  font-weight: lighter;
  letter-spacing: 2px;
  text-indent: 8px;
}

#home section {
  float: left;
  margin: 0 0 200px;
  max-height: 500px ! important;
  width: 500px;
}
#home #mainImg img {
  border: 1px #AAC45F solid;
  display: block;
  height: auto;
  margin: 0 0 0 30px;
  padding: 3px;
  max-height: 510px;
  width: 510px;
}
#home .storycontent span {
  font-size: 80%;
}


/* #exhibition
----------------------------------------------------*/
#exhibition .entry-header {
  font-size: 220%;
  margin: 0 0 20px;
}
#exhibition section {
  border-bottom: 1px solid #AF9FD5;
  clear: both;
  overflow: hidden;
  padding: 100px 0;
}
#exhibition section:nth-child(2) {
  padding: 0 0 100px;
}
#exhibition section:last-child {
  border: 0;
}
#exhibition .entry-content p {
  margin: 0 0 5px;
}
#exhibition .entry-content a:before {
  border-color: transparent transparent transparent #AF9FD5;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 5px 0 0;
  width: 0;
}
#exhibition .entry-content img {
  height: auto;
  max-width: 800px;
}



/* #works
----------------------------------------------------*/
#works article {
  width: auto;
  min-width: 1000px;
  text-align: center;
}
#works section a {
  border: 1px #AF9FD5 solid;
  display: inline-block;
  margin: 0 3px 6px;
  overflow: hidden;
  padding: 3px;
  text-align: center;
}
#works section li {
	display: inline-block;
	width: auto;
}
#works section img {
	margin: 0 auto;
  height: 160px;
  width: auto;
}
#works section figure {
	height: 160px;
}

#controls {
  display: none;
}


/* #claystudio
----------------------------------------------------*/
#claystudio section h1 {
  font-size: 220%;
  margin: 0 0 20px;
}
#claystudio section h2 {
  font-size: 150%;
  margin: 20px 0;
}

#claystudio01,
#claystudio02 {
  float: left;
  margin: 0 0 100px;
  width: 600px;
}
#claystudio aside {
  float: right;
  text-align: center;
}
#claystudio aside img {
  margin: 0 0 50px;
}
#claystudio aside li:nth-child(2) img {
  margin: 0 0 50px 100px;
}
#claystudio aside li:nth-child(3) img {
  margin: 0 100px 50px 0;
}

#claystudio01 dl {
  overflow: hidden;
}
#claystudio01 dt {
  clear: both;
  float: left;
  margin: 0 15px 0 0;
}
#claystudio01 .fee dt {
  width: 100px;
}
#claystudio01 dd {
  float: left;
}

#claystudio03 {
  clear: both;
}
#claystudio03 img {
  border: 1px #F2EC92 solid;
  margin: 20px 18px 0;
  padding: 3px;
}

/* #link
----------------------------------------------------*/
#link section {
  border-bottom: 1px solid #F4B65A;
  padding: 100px 0;
}
#link section:nth-child(2) {
  padding: 0 0 100px;
}
#link section:last-child {
  border: 0;
}
#link section a {
  display: inline-block;
  margin: 0 20px 0 0;
  text-align: center;
  vertical-align: top;
}
#link section img {
  background: #fff;
  border: 1px #ccc solid;
  padding: 5px;
}
#link section a.siteLink img {
  background: #fff;
}
#link .description {
  display: inline-block;
  vertical-align: top;
}
#link address {
  background: #FEFCF8;
  border: 1px solid #F4B65A;
  border-radius: 10px;
  color: #5C4B51;
  display: block;
  margin: 30px 0;
  opacity: 0.8;
  padding: 20px;
  width: 590px;
}
#link section ul {
  display: block;
  margin: 20px 0 0;
}
#link section li {
  display: inline-block;
  margin: 0 10px 0 0;
}
#link section li img {
  max-width: 223px;
}
#link section h2 {
  font-size: 140%;
  margin: 50px 0 0;
}
#link .links li {
  text-align: center;
  width: 230px;
  vertical-align: top;
}

/* #map
----------------------------------------------------*/
#map article {
  overflow: hidden;
}
#map .map {
  float: left;
}
#map dl {
  float: right;
  width: 400px;
}
#map dt {
  font-size: 140%;
  margin: 40px 0 10px;
}
#map dd {
  margin: 0 0 10px;
}



/* #error
----------------------------------------------------*/
#error {
  text-align: center;
}
#error h2 {
  font-size: 200%;
}
#error p {
  margin: 20px 0 300px;
}




/*EOF*/
